Refactor out nnheader-update-marks-actions and use it throughout.
[gnus] / lisp / ChangeLog
1 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nnheader.el (nnheader-update-marks-actions): Refactor out.
4
5         * nntp.el (nntp-request-set-mark): Use it.
6
7         * nnfolder.el (nnfolder-request-set-mark): Ditto.
8
9         * nnml.el (nnml-request-set-mark): Ditto.
10
11         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
12         introduces regressions in article selection.
13         (nnimap-find-uid-response): New function.
14         (nnimap-request-accept-article): Use the UID returned, if any.
15         (nnimap-request-move-article): Use the UID returned, if any.
16         (nnimap-get-groups): Reimplement to work with folded lines.
17         (nnimap-find-uid-response): The UID is the last element in the list.
18         (nnimap-request-set-mark): Extend syntax with 'set.
19
20         * nnml.el (nnml-request-set-mark): Ditto.
21
22         * nnfolder.el (nnfolder-request-set-mark): Ditto.
23
24         * nntp.el (nntp-request-set-mark): Ditto.
25
26 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
27
28         * message.el (message-called-interactively-p): A temporary macro.
29         (message-goto-body): Use it temporarily.
30
31 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
32
33         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
34         (nnimap-last-response-string): Unfold quoted lines, if they exist.
35         (nnimap-last-response-string): Fix last unfolding fix.
36
37 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
38
39         * shr.el (shr-insert): Fix the way to fold lines.
40
41 2010-11-25  Julien Danjou  <julien@danjou.info>
42
43         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
44
45         * color.el: Rename from color-lab.el
46         (color-rgb->hex): Add.
47         (color-complement): Add.
48         (color-complement-hex): Add.
49
50         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
51
52 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
53
54         * shr-color.el (shr-color-visible): Don't bug out if the colour names
55         don't exist.
56
57 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
58
59         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
60         assuming that article displaying or another mml-preview may be
61         interrupted for an error or for the like.
62
63         * shr.el (shr-get-background): Fix argument name.
64
65 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
66
67         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
68
69         * gnus-sum.el (gnus-summary-include-articles): New function.
70
71         * message.el (message-goto-body): called-interactively-p needs a
72         parameter, so use `any'.
73
74         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
75         clear marks before moving, since they're synced from the Gnus side
76         first.
77
78         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
79         (gnus-summary-move-article): Copy over all marks before moving, so that
80         IMAP doesn't think a new article has arrived.
81
82 2010-11-24  Julien Danjou  <julien@danjou.info>
83
84         * shr.el (shr-insert-background-overlay): Fix typo.
85         (shr-render-td): Copy the background before rendering.
86
87         * shr-color.el (shr-color-visible): Fix docstring.
88
89         * shr.el (shr-tag-table): Add bgcolor support.
90         (shr-render-td): Add bgcolor support.
91         (shr-get-background): Add.
92         (shr-insert-foreground-overlay): Use shr-get-background.
93
94         * message.el (message-goto-body): Use called-interactively-p.
95         (message-in-body-p): message-goto-body returns point.
96
97 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
98
99         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
100         Fixes something or other in Emacs 23, and is backwards compatible.
101
102         * message.el (message-goto-body): Remove the <#secure special-casing,
103         which is too special.
104
105         * shr.el (shr-parse-style): Drop !important from styles.
106
107 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
108
109         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
110         this function to return incorrect results when calling it with an
111         explicit article argument different from
112         (gnus-summary-article-number).
113
114 2010-11-24  Julien Danjou  <julien@danjou.info>
115
116         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
117         (shr-tag-body): Add background support.
118         (shr-descend): Add background support.
119         (shr-tag-title): Add.
120
121         * shr-color.el (shr-color-visible): Really return original background
122         if fixed.
123
124 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
125
126         * shr.el (shr-color-check): Protect against non-existant colour names.
127
128 2010-11-24  Julien Danjou  <julien@danjou.info>
129
130         * color-lab.el: Require 'cl when compiling.
131
132         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
133
134         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
135         matched part.
136
137         * color-lab.el: Fix all expt calls to use float type.
138
139 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
140
141         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
142         expression to shr-color-check as is.
143
144         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
145
146         * color-lab.el: Add coding cookie.
147         (float-pi): Use eval-and-compile.
148
149         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
150         compiled for Emacsen having no `libxml-parse-html-region' support.
151
152 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
153
154         * shr.el (shr-insert-color-overlay): Split stuff like
155         "#444444 !important" to find the real colour.
156         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
157         parse <font color="red"> entries.
158
159 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
160
161         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
162         point when parsing headers.
163
164         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
165         is positioned properly when parsing headers.
166
167 2010-11-23  Julien Danjou  <julien@danjou.info>
168
169         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
170
171         * shr-color.el (shr-color->hexadecimal): Add support for color names.
172
173         * shr.el (shr-parse-style): Replace \n with space in style parsing.
174
175         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
176         shr-color-hue-to-rgb.
177         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
178
179 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
180
181         * shr.el (shr-color->hexadecimal): Autoload.
182         (shr-descend): Add color to all tags.
183
184 2010-11-22  Julien Danjou  <julien@danjou.info>
185
186         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
187         shr-color->hexadecimal.
188
189         * shr-color.el (shr-color->hexadecimal): Add converting functions for
190         RGB() or HSL() color representation.
191
192         * shr.el (shr-tag-font): Add.
193         (shr-tag-color-check): New function to get better colors.
194         (shr-tag-insert-color-overlay): Factorize code between tag-font and
195         tag-span.
196
197         * shr-color.el: New file.
198
199         * color-lab.el: New file.
200
201         * gnus-art.el (gnus-url-mailto): Do not downcase args.
202
203 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
204
205         * nnir.el: Fix typo in comments.
206         (nnir-run-imap): Simplify code. No need to reverse artlist.
207         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
208
209 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
210
211         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
212
213         * nnimap.el (nnimap-get-capabilities): Refactor out.
214         (nnimap-open-connection): Re-request capabilities after STARTTLS.
215
216 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
217
218         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
219         appearing when `mm-uu-hide-markers' is nil.
220
221 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
222
223         * nnimap.el (nnimap-unselect-group): Make into its own function.
224         (nnimap-request-rename-group): Unselect group before renaming.
225         This had gotten lost somewhere.
226         (nnimap-request-accept-article): Keep track of examined groups, and
227         unselect the group before APPENDing to read-only groups.
228         (nnimap-request-move-article): Clear flags before moving so that they
229         can be re-set later.
230
231 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
232
233         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
234         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
235
236 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
237
238         * gnus-art.el (gnus-mime-display-single)
239         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
240         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
241         parameter.
242
243 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
244
245         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
246         (shr-table-vertical-line): New variable.
247         (shr-insert-table): Use it.
248
249 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
250
251         * gnus-html.el (gnus-html-wash-images): Don't display images if
252         gnus-inhibit-images is non-nil; register displayer for cid images.
253         (gnus-html-display-image): Work for cid image.
254         (gnus-html-insert-image): Allow arguments.
255         (gnus-html-put-image): Inhibit read-only.
256         (gnus-html-prefetch-images): Don't prefetch images if
257         gnus-inhibit-images is non-nil.
258
259 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
260
261         * shr.el (shr-put-image): Break lines when inserting big pictures.
262
263 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
264
265         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
266         sender, thanks Katsumi Yamaoka.
267
268 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
269
270         * nnir.el (nnir-run-imap): Reverse the article list for each group
271         rather than the whole list.
272
273 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
274
275         * shr.el (shr-image-displayer): Protect function against non-existent
276         image source.
277
278         * gnus-art.el (gnus-inhibit-images): New user option.
279         (gnus-mime-display-single): Don't display image if it is non-nil.
280
281         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
282         gnus-inhibit-images.
283
284         * shr.el (shr-image-displayer): New function.
285         (shr-tag-img): Use it.
286
287 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
288
289         * mml2015.el (mml2015-epg-sign): Use From header.
290
291 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
292
293         * gnus-html.el (gnus-html-wash-images): Register a displayer.
294
295         * gnus-util.el (gnus-find-text-property-region): Return markers.
296
297         * shr.el (shr-tag-img): Put a displayer in the text property.
298
299         * gnus-util.el (gnus-find-text-property-region): New utility function.
300
301         * gnus-html.el (gnus-html-display-image): Make the alt optional.
302         (gnus-html-show-images): Remove.
303
304         * gnus-art.el (gnus-article-show-images): New, more general function.
305
306         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
307         image url text properties.
308
309         * shr.el: Ditto.
310
311         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
312         gnus-agent-auto-agentize-methods is set.  Which it isn't.
313
314 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
315
316         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
317         work for two or more articles.
318
319 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
320
321         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
322         divide an image that's in an html article to two or more when washing
323         non-ASCII characters in alt text of it.
324
325 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
326
327         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
328         smime-decrypt-region using function argument.
329         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
330
331         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
332
333         * smime.el (smime-decrypt-region): Catch it.
334
335 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
336
337         * smime.el (smime-mode-map): Move initialization into declaration.
338         (gnus-run-mode-hooks): Don't autoload.
339         (smime-mode): Use define-derived-mode.
340
341 2010-11-11  Glenn Morris  <rgm@gnu.org>
342
343         * smime.el (from): Restrict declaration to XEmacs.
344
345         * nnir.el (gnus-group-topic-name): Autoload.
346
347 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
348
349         * shr.el (shr-insert): Don't break long line if it is because of
350         kinsoku-bol characters in the line end.
351
352 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
353
354         * nnir.el (nnir-request-move-article): Fix to provide original group
355         and subject.
356         (nnir-warp-to-article): Don't fail on articles whose headers haven't
357         been retrieved.
358
359         * gnus-sum.el (gnus-summary-move-article): Use original group and
360         subject for virtual articles such as those in an nnir summary buffer.
361
362 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
363
364         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
365         least 21.5).
366
367         * smime.el (from): Declare it again for XEmacs.
368
369 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
370
371         * message.el (message-resend): Don't disable encoding unless it's
372         already encoded.
373
374         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
375         low-numbered articles.
376
377 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
378
379         * rfc2047.el (rfc2047-syntax-table): Simplify.
380
381         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
382
383         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
384         set-char-table-range for XEmacs.
385
386 2010-11-10  Glenn Morris  <rgm@gnu.org>
387
388         * time-date.el (time-to-seconds): Always an alias on Emacs,
389         never a real function.
390         (with-no-warnings): Remove compat stub, now unused.
391         (time-less-p): Doc fix.
392         (time-to-number-of-days): Simplify.
393
394         * smime.el (from): Remove unused declaration.
395
396         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
397         (gnus-float-time): On Emacs, always an alias.
398
399         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
400         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
401
402 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
403
404         * dgnushack.el: Don't use ignore-errors in the top level form since it
405         is unavailable in XEmacs even if cl is loaded.
406
407         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
408
409 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
410
411         * shr.el (browse-url-mailto): Autoload.
412
413         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
414
415         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
416         regexp doesn't need quoting.
417
418 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
419
420         * message.el (message-subject-trailing-was-ask-regexp)
421         (message-subject-trailing-was-regexp): Match was: in addition to was.
422
423 2010-11-09  Glenn Morris  <rgm@gnu.org>
424
425         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
426         (nnbabyl-check-mbox): Use point-at-bol.
427
428 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
429
430         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
431
432         * message.el (message-mailto): New function.
433         (message-mailto): Should accept other parameters.
434         (message-mailto): Remove since it duplicates browse-url-mailto
435         functionality.
436
437 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
438
439         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
440         methods.
441         (gnus-read-active-file): Ditto.
442
443         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
444         ": " from the prompt.
445         (gnus-group-make-group): Ditto.
446
447 2010-11-07  Glenn Morris  <rgm@gnu.org>
448
449         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
450         (gnus-bookmark-kill-line): Use point-at-eol.
451
452 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
453
454         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
455         asterisks in From header.
456
457 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
458
459         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
460         string to avoid making the From headers syntactically invalid.
461
462         * message.el (message-send-mail): Don't insert courtesy messages if the
463         message already has List-Post and List-ID messages.
464
465 2010-11-06  Glenn Morris  <rgm@gnu.org>
466
467         * gnus-art.el (gnus-treat-article): Give dynamic local variables
468         `condition', `type', `length' a prefix.
469         (gnus-treat-predicate): Update for above name changes.
470
471 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
472
473         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
474         binding.  Handled by `gnus-summary-refer-thread' instead.
475         (nnir-warp-to-article): New backend function.
476
477         * nnimap.el (nnimap-request-thread): Force dependency updating.
478
479         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
480         (gnus-summary-refer-thread): Rework to improve thread-referral.
481
482         * gnus-int.el (gnus-warp-to-article): New function.
483
484         * gnus-sum.el (gnus-summary-article-map): Bind it.
485
486 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
487
488         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
489         gnus-summary-refer-thread.
490
491         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
492         headers.
493         (gnus-summary-limit-include-thread): Prevent articles in thread from
494         being cut in gnus-cut-threads.
495         (gnus-summary-refer-thread): Limit retrieved headers to those in
496         thread.
497
498 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
499
500         * message.el (message-send-mail): Use the value of
501         message-courtesy-message from the message buffer.
502
503         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
504
505         * shr.el (shr-browse-url): Implement mailto: URLs.
506
507         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
508         "raw".
509
510         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
511         if it's already selected.
512
513         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
514
515 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
516
517         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
518         to measure the length and truncate alt text.
519
520 2010-11-03  Glenn Morris  <rgm@gnu.org>
521
522         * nndiary.el (nndiary-generate-nov-databases-1)
523         (nndiary-generate-active-info): Rename dynamic variable `files' to
524         something less generic.
525
526 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
527
528         * nnir.el (nnir-request-move-article): Call the underlying backend to
529         move articles from nnir.
530
531 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
532
533         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
534
535 2010-11-02  Julien Danjou  <julien@danjou.info>
536
537         * nnir.el: Remove wais support.
538
539 2010-11-02  Glenn Morris  <rgm@gnu.org>
540
541         * gnus-html.el: Reorder requirements to quieten compiler.
542
543 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
544
545         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
546         properly for XEmacs as well.
547         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
548         (gnus-article-natural-long-line-p): Use window-width rather than
549         frame-width.
550
551 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
552
553         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
554         (nnir-read-parms): Don't modify query.
555         (nnir-run-query): Add ability to search topic on current line.
556         (nnir-get-active): Clean up.
557
558 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
559
560         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
561         degenerate articles.
562
563         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
564         (gnus-print-buffer): Just print the buffer as is, without any copying
565         to a buffer and then re-highlighting.
566
567         * nnimap.el (nnimap-request-group): Store the new updated info.
568         (nnimap-request-group): Select the group when we don't know whether it
569         exists or not.
570
571         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
572         groups.
573
574         * gnus-group.el (gnus-group-find-new-groups): Display all the new
575         groups.
576
577         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
578         groups.
579
580         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
581         long-lines case by only filling the long lines.
582
583         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
584         (bug #7311).
585
586 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
587
588         * shr.el: No need to declare `declare-function' since shr.el is for
589         only Emacsen that provide `libxml-parse-html-region'.
590
591         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
592         effective only in a file it is referred to.
593
594 2010-11-01  Glenn Morris  <rgm@gnu.org>
595
596         * mm-util.el (gnus-completing-read): Autoload.
597         (mm-read-coding-system): Simplify Emacs definition.
598
599         * nnmail.el (gnus-activate-group):
600         * nnimap.el (gnutls-negotiate):
601         * nntp.el (netrc-parse): Fix declarations.
602
603 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
604
605         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
606         string-match-p in Emacs >=23.
607
608         * gnus-msg.el (gnus-configure-posting-styles)
609         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
610
611 2010-11-01  Glenn Morris  <rgm@gnu.org>
612
613         * nnir.el (declare-function): Add compat stub.
614         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
615         (nnir-run-gmane): Require 'mm-url.
616
617         * mm-util.el (mm-string-to-multibyte): Simplify.
618
619         * shr.el (declare-function): Add compat stub.
620         (url-cache-create-filename): Declare.
621         (mm-disable-multibyte, widget-convert-button): Autoload.
622
623         * smime.el (ldap-search): Declare.
624         (smime-cert-by-ldap-1): Require ldap on Emacs.
625
626         * nnimap.el: Require nnmail, and gnus-sum when compiling.
627         (nnimap-keepalive): Use gnus-float-time.
628
629         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
630         (mail-source-delete-crash-box): Use gnus-float-time.
631
632         * gnus-dired.el (gnus-completing-read): Autoload.
633
634         * mm-view.el (gnus-rescale-image): Autoload.
635
636         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
637
638         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
639
640         * sieve-manage.el: Require 'cl when compiling.
641
642         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
643         (gnus-iswitchb-completing-read): Require iswitchb.
644         (gnus-select-frame-set-input-focus): Silence compiler.
645
646 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
647
648         * message.el (message-subject-trailing-was-query): Change default to t,
649         since I think that's what most people want.
650
651         * nnimap.el (nnimap-request-accept-article): Erase buffer before
652         appending for easier debugging.
653         (nnimap-wait-for-connection): Take a regexp.
654         (nnimap-request-accept-article): Wait for the continuation line before
655         sending anything unless we're streaming.
656
657         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
658         leave the header washing to take place.
659
660 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
661
662         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
663         regular expression match and replace in posting styles.
664
665 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
666
667         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
668         an entire server.
669         (nnir-get-active): New function.
670         (nnir-run-imap): Use it.
671         (nnir-run-gmane): Who knew, gmane search returns an article score!
672
673         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
674         server on the current line with nnir.
675
676 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
677
678         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
679         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
680         left edge.
681         (gnus-article-foldable-buffer): Skip past the prefix when determining
682         raggedness.
683
684         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
685         the raw article, and change `C-u g' to show the article without doing
686         treatments.
687
688         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
689         on to `gnus-treat-article'.
690         (gnus-inhibit-article-treatments): New variable.
691
692         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
693
694         * gnus-art.el (gnus-treatment-function-alist): Have
695         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
696         (gnus-treat-fill-long-lines): Change default to fill all text/plain
697         sections.
698
699         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
700         parameter.
701         (gnus-article-fill-cited-long-lines): New function.
702         (gnus-article-fill-cited-article): Allow filling only long sections.
703
704         * shr.el (shr-find-fill-point): Don't break lines between punctuation
705         and non-punctuation (like after the apostrophe in "'We").
706
707         * gnus-sum.el (gnus-summary-select-article): Make sure
708         gnus-original-article-buffer is alive.
709
710         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
711         reflect the order they're in in the digest.
712
713         * gnus.el (gnus-group-startup-message): Move point to the start of the
714         buffer.
715
716         * nnimap.el (nnimap-capability): New function.
717         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
718         is set.
719
720 2010-10-31  David Engster  <dengste@eml.cc>
721
722         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
723         conform with changes to gnus-completing-read.
724
725 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
726
727         * shr.el (shr-tag-img): Output "*" instead of "[img]".
728
729 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
730
731         * nnir.el: Move defvar, defcustom around to keep file organized
732         and keep byte-compiler quiet.
733         (nnir-read-parms): Accept search-engine as arg.
734         (nnir-run-query): Pass search-engine as arg.
735         (nnir-search-engine): Remove.
736
737 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
738
739         * shr.el (shr-generic): The text nodes should be text, not :text.
740
741         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
742         later in the file.
743
744 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
745
746         * nnir.el: General clean up.  Allow searching with multiple engines.
747         Allow separate extra-parameters for each engine.
748         Batch queries when possible.
749         (nnir-imap-default-search-key,nnir-method-default-engines):
750         Add customize interface.
751         (nnir-run-gmane): New engine.
752         (nnir-engines): Use it.  Qualify all prompts with engine name.
753         (nnir-search-engine): Remove global variable.
754         (nnir-run-hyrex): Restore for now.
755         (nnir-extra-parms,nnir-search-history): New variables.
756         (gnus-group-make-nnir-group): Use them.
757         (nnir-group-server): Remove in favor of gnus-group-server.
758         (nnir-request-group): Avoid searching twice.
759         (nnir-sort-groups-by-server): New function.
760
761 2010-10-30  Julien Danjou  <julien@danjou.info>
762
763         * gnus-group.el: Remove gnus-group-fetch-control.
764
765         * gnus-start.el (gnus-find-new-newsgroups):
766         Remove gnus-check-first-time-used.
767
768         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
769
770 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
771
772         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
773         set on groups that don't have \* permanentflags.
774
775 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
776
777         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
778         control the background color.
779         (shr-tag-img): Ignore very small web bug type images.
780         (shr-put-image): Add help-echo alt texts to the images.
781         (shr-tag-video): Show the video poster image.
782
783 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
784
785         * shr.el (shr-table-depth): New variable.
786         (shr-tag-table-1): Only insert the images after the top-level table.
787
788         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
789
790         * gnus-util.el (gnus-list-memq-of-list): New function.
791
792         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
793         selected.
794         (nnimap-unsplittable-articles): New slot.
795         (nnimap-new-articles): Use it.
796
797 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
798
799         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
800         move to the previous line on `M-g'.
801
802 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
803
804         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
805         *-request-group, which seems unnecessary.
806
807         * nnimap.el (nnimap-quote-specials): Function copied over from
808         imap.el.
809         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
810         they support that.  Suggested by Tom Regner.
811
812 2010-10-29  Julien Danjou  <julien@danjou.info>
813
814         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
815         defalias.
816         (gnus-summary-delete-marked-with): Remove obsolete defalias.
817
818         * gnus.el: Remove `gnus-nntp-service' variable.
819         (gnus-secondary-servers): Make obsolete.
820         (gnus-nntp-server): Make obsolete.
821
822         * gnus-start.el (gnus-1): Remove x-splash calls.
823
824         * gnus-ems.el (gnus-x-splash): Remove.
825
826         * gnus.el (gnus-group-startup-message): Simplify/update code.
827
828         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
829         definition.
830
831         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
832         capability before doing anything.
833         (gnus-group-insert-group-line): Remove useless
834         gnus-group-remove-excess-properties.
835
836 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
837
838         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
839
840 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
841
842         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
843         config after reselecting.
844
845 2010-10-28  Julien Danjou  <julien@danjou.info>
846
847         * shr.el (shr-put-image): Use point even if only inserting text.
848         (shr-put-image): Save excursion when inserting alt text on non-graphic
849         display, so the behaviour is the same when we are on a graphic display.
850
851         * nnir.el (nnir-run-swish-e): Remove hyrex support.
852
853 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
854
855         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
856         (gnus-mime-copy-part): Check coding system, not charset.
857         (gnus-mime-view-part-externally): Never remove part.
858         (gnus-mime-view-part-internally): Don't remove part here.
859         (gnus-article-part-wrapper): Make sure MIME tag is visible.
860         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
861         multipart/alternative.
862
863         * mm-decode.el (mm-display-part): Take optional arg `force'.
864
865 2010-10-26  Julien Danjou  <julien@danjou.info>
866
867         * gnus-group.el (gnus-group-default-list-level): Add this function to
868         compute the default list level.
869         (gnus-group-default-list-level): Add possibility to use a function.
870
871 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
872
873         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
874
875         * gnus-group.el (gnus-group-completing-read)
876         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
877         gnus-replace-in-string.
878
879 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
880
881         * shr.el (shr-tag-div): Add.
882
883         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
884
885 2010-10-25  Julien Danjou  <julien@danjou.info>
886
887         * gnus-util.el: Remove `gnus-with-local-quit'.
888
889         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
890
891 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
892
893         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
894         the original article buffer.
895
896 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
897
898         * nnimap.el (nnimap-request-head): New function.
899         (nnimap-request-move-article): Try to be slighly faster by not
900         requesting the entire message when moving.
901         (nnimap-transform-headers): Don't bug out on bodiless articles.
902         (nnimap-send-command): Have no outstanding messages if the IMAP server
903         doesn't support streaming.
904         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
905
906 2010-10-24  Julien Danjou  <julien@danjou.info>
907
908         * message.el (message-default-headers): Fix type.
909
910 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
911
912         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
913         prefetching images.
914
915         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
916         backend for unknown groups.  This is mainly useful for nnimap groups.
917
918         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
919         group isn't covered by the agent.
920
921 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
922
923         * nnir.el (nnir-method-default-engines): New variable.
924         (nnir-run-query): Use it.
925         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
926         (gnus-summary-nnir-goto-thread): Change group if needed.
927
928         * gnus-group.el (gnus-group-group-map): Add key binding for
929         gnus-group-make-nnir-group.
930
931 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
932
933         * shr.el (shr-tag-object): Add.
934
935         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
936         original article buffer live.
937         (gnus-summary-select-article-buffer):
938         Mention gnus-widen-article-buffer.
939
940 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
941
942         * shr.el (shr-tag-strong): Add.
943
944 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
945
946         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
947         group names.  They mess up the group buffer badly.
948
949         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
950
951         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
952         instead of the summary one.
953
954 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
955
956         * mml.el (mml-preview): Work properly when editing article.
957
958         * gnus-start.el (gnus-read-active-file-1): Don't add method to
959         gnus-have-read-active-file if it's already been in.
960
961 2010-10-22  Tom Tromey  <tromey@redhat.com>
962
963         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
964         gnus-group-completing-read.
965
966 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
967
968         * message.el (message-mode-map): Don't bind M-; to comment region, to
969         allow the global comment-dwim to work.
970
971 2010-10-21  Julien Danjou  <julien@danjou.info>
972
973         * message.el (message-setup-1): Allow message-default-headers to be a
974         function.
975
976 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
977
978         * shr.el (shr-tag-table): Simplify.
979
980 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
981
982         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
983         to avoid trying to snarf invalid stuff.
984
985         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
986
987         * gnus.el (gnus-message-archive-group): Quote value.
988         (gnus-message-archive-group): Mark as changed.
989
990         * shr.el (shr-add-font): Don't put the font properties on the newline
991         or the indentation.
992
993         * message.el (message-fix-before-sending): Change options when sending
994         non-printable characters.
995
996         * gnus.el (gnus-message-archive-method): Change the default to
997         monthly outgoing groups.
998
999         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1000         that have gotten new numbers.
1001
1002         * nnimap.el (nnimap-request-replace-article): New function.
1003
1004 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1005
1006         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1007         (nnrss-request-article): Don't use special html washing code.
1008
1009 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1010
1011         * shr.el (shr-tag-table): Remove useless nconc.
1012
1013 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1014
1015         * gnus-art.el (article-wash-html): Simplify and remove the charset
1016         stuff.  Use the normal html rendering code instead of the special html
1017         washing code.
1018
1019         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1020         `gnus-w3m' symbols.
1021         (mm-text-html-washer-alist): Remove.
1022
1023         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1024         (mm-inline-media-tests): Remove use.
1025         (mm-text-html-renderer): Change default to the `shr' symbol.
1026
1027         * mm-view.el (mm-inline-text-html): Remove use.
1028
1029         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1030         `gnus-blocked-images' to be a function.
1031         (gnus-article-wash-function): Remove.
1032
1033 2010-10-20  Julien Danjou  <julien@danjou.info>
1034
1035         * spam.el (spam-list-of-processors): Mark as obsolete.
1036
1037         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1038         (nnimap-insert-partial-structure): Fix boundary detection.
1039
1040 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1041
1042         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1043         run file-truename on remote files.  This can be expensive and even
1044         prevent one from editing drafts if some unrelated buffer has a stale
1045         connection.
1046
1047 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1048
1049         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1050         kinsoku-eol regardless of shr-kinsoku-shorten.
1051         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1052         (shr-tag-table): Support caption, thead, and tfoot.
1053
1054 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1055
1056         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1057         lines.
1058         (shr-save-contents): New command and keystroke.
1059
1060         * nndoc.el (nndoc-type-alist): Add git support.
1061         (nndoc-git-type-p): New function.
1062         (nndoc-transform-git-article): Ditto.
1063         (nndoc-transform-git-headers): Ditto.
1064         (nndoc-transform-git-headers): Generate Subject headers.
1065
1066         * shr.el (shr-parse-style): New function.
1067         (shr-tag-span): Ditto.
1068
1069         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1070         to `G G' to avoid collisions.
1071
1072 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1073
1074         * shr.el: Load kinsoku if necessary.
1075         (shr-kinsoku-shorten): New internal variable.
1076         (shr-find-fill-point): Make kinsoku shorten text line if
1077         shr-kinsoku-shorten is bound to non-nil.
1078         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1079         shr-indentation too when testing if table is wider than frame width.
1080         (shr-insert-table): Use `string-width' instead of `length' to measure
1081         text width.
1082         (shr-insert-table-ruler): Make sure indentation is done at bol.
1083
1084 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1085
1086         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1087         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1088         undecoded network data.
1089
1090 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1091
1092         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1093         name in the mode line spec so that the mode line menu works
1094         (bug #2431).
1095
1096         * message.el (message-get-reply-headers): If we're fed `to-address',
1097         then always use that.
1098
1099         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1100         aren't so wide as to need to switch off the edit menu.
1101
1102         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1103         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1104
1105         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1106         `M-g'.
1107         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1108         the permanent marks.
1109
1110 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1111
1112         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1113         Splitting according to references/in-reply-to obeys the ignore-groups
1114         variable, while splitting by sender and subject do not.
1115
1116 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1117
1118         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1119         alist, so that we can look for non-Unicode chars.
1120         (article-translate-strings): Allow both character and string maps.
1121
1122 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1123
1124         * shr.el (shr-insert): Don't insert space behind a wide character
1125         categorized as kinsoku-bol, or between characters both categorized as
1126         nospace.
1127
1128 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1129
1130         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1131         headers to gnus-newsgroup-headers.
1132
1133 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1134
1135         * shr.el (shr-tag-img): Don't align images -- since we're not
1136         rescaling, this often leads to ugly displays.
1137
1138 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1139
1140         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1141         duplicates.
1142
1143 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1144
1145         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1146         call.
1147
1148 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1149
1150         * gnus.el: Autoload gnus-html-show-images.
1151
1152         * nnimap.el: Use nnheader-message throughout.
1153
1154         * shr.el (shr-tag-img): Ignore images with no data.
1155
1156 2010-10-15  Julien Danjou  <julien@danjou.info>
1157
1158         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1159         a possibility to disable format=flow encoding when using hard newlines.
1160
1161 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1162
1163         * shr.el (shr-insert): Remove space inserted before or after a
1164         breakable character or at the beginning or the end of a line.
1165         (shr-find-fill-point): Do kinsoku; find the second best point or give
1166         it up if there's no breakable point.
1167
1168 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1169
1170         * nnimap.el (nnimap-open-connection): Message when opening connection
1171         for debugging purposes.
1172
1173         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1174         on every setup buffer call to allow this to change from article to
1175         article.
1176
1177         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1178         buffers where we have a wide table.
1179
1180 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1181
1182         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1183         uses *-request-thread.
1184
1185 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1186
1187         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1188         incantation, which is no longer valid.
1189
1190 2010-10-14  Julien Danjou  <julien@danjou.info>
1191
1192         * shr.el: Fix defcustom type (char -> character).
1193
1194 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1195
1196         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1197         programs.
1198
1199 2010-10-14  Julien Danjou  <julien@danjou.info>
1200
1201         * shr.el (shr-tag-a): Use url-link as widget type.
1202
1203         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1204         `gnus-group-get-icon'.
1205
1206 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1207
1208         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1209         This should make server editing work better.
1210
1211         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1212
1213         * tls.el (tls-program): Remove spurious %s from openssl.
1214
1215         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1216         (nnimap-parse-flags): Fix regexp.
1217
1218         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1219         probably work for CJVK text, too.
1220
1221         * nnimap.el (nnimap-extend-tls-programs): Remove.
1222         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1223
1224         * tls.el (tls-starttls-switches): Remove starttls hack.
1225         (open-tls-stream): Ditto.
1226         (tls-find-starttls-argument): Ditto.
1227
1228 2010-10-13  Julien Danjou  <julien@danjou.info>
1229
1230         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1231         responses.
1232
1233 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1234
1235         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1236
1237         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1238         anything in Emacs.
1239
1240         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1241
1242 2010-10-13  Julien Danjou  <julien@danjou.info>
1243
1244         * shr.el (shr-width): Make shr-width a defcustom with default to
1245         fill-column.
1246         (shr-tag-img): Use shr-width rather than fill-column.
1247
1248 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1249
1250         * dgnushack.el (byte-optimize-apply)
1251         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1252
1253         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1254         position when (X-)Faces exist.
1255         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1256         avatars when called interactively.
1257
1258 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1259
1260         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1261         gnus-article-x-face-too-ugly is bound.
1262
1263 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1264
1265         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1266
1267         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1268         mailbox that doesn't exist.
1269
1270 2010-10-12  Julien Danjou  <julien@danjou.info>
1271
1272         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1273         (shr-get-image-data): Encode URL properly when fetching from cache.
1274         (shr-tag-img): Use aligned-to spaces to align correctly images.
1275
1276         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1277         before inserting the Gravatar.
1278
1279         * shr.el (shr-tag-img): Add align attribute support for <img>.
1280
1281 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1282
1283         * gnus-gravatar.el (gnus-art): Require.
1284
1285         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1286         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1287         Remove long obsoleted functions.
1288
1289 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1290
1291         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1292
1293         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1294
1295         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1296         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1297         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1298         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1299         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1300         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1301         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1302
1303 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1304
1305         * nnimap.el (nnimap-request-rename-group): Select group read-only
1306         before renaming it.
1307
1308         * shr.el (shr-insert): Fix up the white space only regexp.
1309
1310         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1311         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1312
1313         * shr.el (shr-current-column): New function.
1314         (shr-find-fill-point): New function.
1315
1316 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1317
1318         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1319         numbers.
1320
1321 2010-10-11  Julien Danjou  <julien@danjou.info>
1322
1323         * shr.el (shr-hr-line): Add.
1324         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1325         display hr lines.
1326         (shr-max-columns): Do not change state to nil if we just inserting
1327         spaces.
1328
1329 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1330
1331         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1332         select the last group.
1333
1334 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1335
1336         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1337
1338 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1339
1340         * dig.el (dig-mode-map): Declare and define in one step.
1341
1342 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1343
1344         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1345         for Gnus.
1346         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1347         (nnimap-update-qresync-info): Mark \Seen articles as read.
1348
1349         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1350         non-variable, too.
1351
1352         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1353         available.
1354         (nnimap-update-info): Rely more on the current active than the param
1355         active to avoid marking articles as read too much.
1356
1357         * auth-source.el (auth-source-create): Use (user-login-name) for the
1358         user name default.
1359
1360         * nnimap.el (nnimap-update-info): If the server doesn't return any
1361         useful info, just use the previous info.
1362         (nnimap-update-info): Prefer old info over start-article.
1363         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1364
1365 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1366
1367         * nnir.el (autoload): Clean up autoloads.
1368         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1369         Use key rather than value.
1370         (nnir-imap-search-other): New variable.
1371         (nnir-read-parm): Use it.
1372         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1373         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1374
1375 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1376
1377         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1378         the process, too.
1379
1380 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1381
1382         * spam.el (gnus-summary-mode-map): Bind to "$".
1383         Suggested by Russ Allbery.
1384
1385         * shr.el: Rework the way things are indented by <li> slightly.
1386
1387         * gnus.el (gnus-group-set-parameter): Fix typo.
1388
1389         * nnimap.el: Start implementing QRESYNC support.
1390
1391 2010-10-09  Julien Danjou  <julien@danjou.info>
1392
1393         * nnir.el (nnir-engines): Fix too many arguments.
1394
1395 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1396
1397         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1398         group is the "last", so that the backends like nnfolder actually save
1399         their folders.
1400
1401         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1402         try to use that for the tls stream.
1403         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1404         UIDVALIDITY and find out which groups are read-only and not.
1405         (nnimap-get-flags): Use the same marks parsing code as the rest of
1406         nnimap.
1407
1408 2010-10-09  Julien Danjou  <julien@danjou.info>
1409
1410         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1411
1412         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1413         retrieving gravatars.
1414
1415         * shr.el (shr-table-corner): Add.
1416         (shr-table-line): Add.
1417         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1418
1419 2010-10-08  Julien Danjou  <julien@danjou.info>
1420
1421         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1422
1423 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1424
1425         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1426
1427         * gnus-sum.el (gnus-mark-article-as-unread)
1428         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1429         (gnus-summary-set-bookmark): Use it.
1430
1431         * gnus-msg.el (gnus-setup-message): Use it.
1432
1433         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1434
1435         * gnus.el (gnus-group-remove-parameter): Use it.
1436
1437         * gnus-group.el (gnus-group-make-web-group): Use it.
1438
1439         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1440
1441         * nnregistry.el: Update docs to mention manual.
1442
1443         * gnus-registry.el: Update docs to mention nnregistry.el.
1444         (gnus-registry-initialize): Don't install nnregistry refer method
1445         automatically.
1446         (gnus-registry-install-nnregistry): Remove it.
1447
1448 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1449
1450         * shr.el (shr-insert): Don't insert double spaces.
1451
1452 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1453
1454         * gnus-gravatar.el (gnus-treat-from-gravatar)
1455         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1456         called interactively.
1457
1458         * gnus-art.el (gnus-mime-view-part-externally)
1459         (gnus-mime-view-part-internally): Make predicate function passed to
1460         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1461         of a mime type.
1462
1463         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1464
1465 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1466
1467         * shr.el (require): Require cl when compiling.
1468         (shr-tag-hr): New function.
1469
1470         * nnimap.el (nnimap-update-info): Remove double setting of high.
1471         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1472         This makes nnimap work properly on Courier again.
1473
1474         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1475         the variable for backwards compatability.
1476
1477         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1478         the file name before using to avoid setting mm-default-directory to
1479         nil.
1480
1481         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1482         bidning gnus-agent variables.
1483
1484         * shr.el (shr-render-td): Use a cache for the table rendering function
1485         to avoid getting an exponential rendering behaviour in nested tables.
1486         (shr-insert): Rework the line-breaking algorithm.
1487         (shr-insert): Don't leave trailing spaces.
1488         (shr-insert-table): Also insert empty TDs.
1489         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1490
1491 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1492
1493         * gnus-sum.el (gnus-number): Rename from `number'.
1494         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1495         (gnus-summary-limit-children): Update uses correspondingly.
1496
1497 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1498
1499         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1500         (gnus-gravatar-transform-address): Don't show avatars of people of
1501         which mail addresses match gnus-gravatar-too-ugly.
1502
1503 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1504
1505         * shr.el (shr-table-widths): Expand TD elements to fill available
1506         space.
1507
1508 2010-10-07  Julien Danjou  <julien@danjou.info>
1509
1510         * nnimap.el (nnimap-request-rename-group): Add this method.
1511
1512 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1513
1514         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1515         name from XEmacs' function-arglist.
1516
1517         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1518         gravatar under XEmacs.
1519
1520 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1521
1522         * auth-source.el: Update docs with TODO items.
1523
1524         * gnus-sync.el: Update docs to explain state and plans.
1525
1526         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1527         Hooks for mark updates.
1528         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1529
1530         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1531         hooks with arguments, which is needed for mark update hooks.
1532
1533 2010-10-06  Julien Danjou  <julien@danjou.info>
1534
1535         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1536         was matched.
1537
1538         * sieve-manage.el: Update example in `Commentary'.
1539
1540         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1541
1542         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1543         not 2000.
1544         (sieve-manage-authenticate): Re-add function.
1545
1546 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1547
1548         * shr.el (shr-insert): Get 'space transition right.
1549         (shr-render-td): Only delete space at the end of the TD.
1550
1551         * nnimap.el (nnimap-open-connection): Prepare to support
1552         open-gnutls-stream.
1553
1554         * shr.el: Rearrange function order to be more logical.
1555
1556 2010-10-06  Julien Danjou  <julien@danjou.info>
1557
1558         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1559         (nnrss-discover-feed): Remove 404 URL in docstring.
1560
1561         * nnir.el: Fix Swish-E URL.
1562         Fix Namazu URL.
1563
1564         * message.el (message-change-subject): Remove 404 URL in a comment.
1565
1566 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1567
1568         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1569         called interactively.
1570
1571         * gnus-util.el (gnus-remove-if): Allow hash table.
1572         (gnus-remove-if-not): New function.
1573
1574         * gnus-art.el (gnus-mime-view-part-as-type)
1575         * gnus-score.el (gnus-summary-score-effect)
1576         * gnus-sum.el (gnus-read-move-group-name):
1577         Replace remove-if-not with gnus-remove-if-not.
1578
1579         * gnus-group.el (gnus-group-completing-read):
1580         Regard collection as a hash table if it is not a list.
1581
1582 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1583
1584         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1585
1586         * shr.el: Document the table-rendering algorithm.
1587
1588 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1589
1590         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1591         for Emacsen having no `libxml-parse-html-region' support.
1592
1593 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1594
1595         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1596         invalid URLs.
1597
1598         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1599         line-broken.
1600         (shr-tag-img): Ignore image fetching errors.
1601         (shr-overlays-in-region): Compute overlay positions correctly.
1602
1603         * mm-decode.el (mm-shr): Require shr.
1604
1605         * gnus-art.el (gnus-blocked-images): Move variable here.
1606
1607         * shr.el (shr-insert-table): Bind free variable.
1608
1609         * mm-decode.el (mm-shr): Bind shr-content-function.
1610
1611         * shr.el (shr-content-function): New variable.
1612
1613         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1614         added for symmetry.
1615
1616         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1617
1618         * gnus-group.el (gnus-group-make-group): Doc fix.
1619
1620         * nnimap.el (nnimap-request-newgroups): Return success.
1621
1622         * shr.el (shr-find-elements): New function.
1623         (shr-tag-table): Put all the images after the table.
1624         (shr-tag-table): Really inhibit images inside the table.
1625         (shr-collect-overlays): Copy over overlays from the TD elements to the
1626         main document.
1627
1628         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1629         gnus-blocked-images.
1630
1631 2010-10-05  Julien Danjou  <julien@danjou.info>
1632
1633         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1634
1635         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1636         (gnus-html-maximum-image-size): Add this function.
1637         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1638
1639         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1640         server-value of the capability is nil.
1641
1642 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1643
1644         * shr.el (shr-tag-em): Add <EM> tag.
1645
1646 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1647
1648         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1649         customizable.
1650
1651         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1652         handing broken links to browse-url.
1653
1654 2010-10-05  Julien Danjou  <julien@danjou.info>
1655
1656         * gnus-util.el (gnus-emacs-completing-read)
1657         (gnus-iswitchb-completing-read): Use autoload rather than require.
1658
1659 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1660
1661         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1662         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1663         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1664         iswitchb-temp-buflist for XEmacs.
1665
1666         * gnus-util.el (gnus-completing-read-function): Exclude
1667         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1668         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1669         XEmacs.
1670
1671         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1672         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1673
1674         * gnus-html.el: Don't require help-fns under XEmacs.
1675         (gnus-html-schedule-image-fetching): Work for XEmacs.
1676
1677         * mm-decode.el (mm-shr): Decode contents by charset.
1678
1679 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1680
1681         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1682         unknown.
1683
1684         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1685         (shr-get-image-data): Ensure against the cache file missing.
1686
1687         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1688         for data.
1689
1690         * spam-report.el (spam-report-url-ping-plain): Don't query about
1691         killing the process.
1692
1693         * shr.el (shr-render-td): Protect against too-wide text.
1694
1695 2010-10-04  Julien Danjou  <julien@danjou.info>
1696
1697         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1698         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1699
1700         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1701         retrieved.
1702
1703 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1704
1705         * shr.el (browse-url): Require.
1706         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1707         lines.
1708         (shr-show-alt-text, shr-browse-image): New commands.
1709         (shr-browse-url, shr-copy-url): New commands.
1710
1711         * gnus-sum.el (gnus-widen-article-window): New variable.
1712         (gnus-summary-select-article-buffer): Use it.
1713
1714         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1715         without @ signs.
1716
1717 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1718
1719         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1720
1721 2010-10-04  Julien Danjou  <julien@danjou.info>
1722
1723         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1724         for XEmacs.
1725
1726 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1727
1728         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1729
1730         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1731         (nnimap-close-server): Implement.
1732
1733         * dgnushack.el (iswitchb): Require to shut up the compiler.
1734
1735         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1736         (shr-insert): Tweak line breaking.
1737         (shr-insert): Handle <pre> better.
1738         (shr-tag-li): Get <li> indentation right.
1739         (shr-tag-li): Get <li> indentation even righter.
1740         (shr-tag-blockquote): Ensure paragraph start.
1741         (shr-make-table): Tweak table generation.
1742         (shr-make-table): Fix typo.
1743
1744         * shr.el: Implement table rendering.
1745
1746 2010-10-04  Julien Danjou  <julien@danjou.info>
1747
1748         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1749
1750 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1751
1752         * shr.el (shr-insert): Use string anchors instead of line anchors.
1753
1754 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1755
1756         * shr.el: Add headings.
1757         (shr-ensure-paragraph): Actually work.
1758         (shr-tag-li): Make <ul> prettier.
1759         (shr-insert): Get white space at the beginning/end of elements right.
1760         (shr-tag-p): Collapse subsequent <p>s.
1761         (shr-ensure-paragraph): Don't insert double line feeds after blank
1762         lines.
1763         (shr-insert): \t is also space.
1764         (shr-tag-s): Fix "s" tag name function.
1765         (shr-tag-s): Fix face prop name.
1766
1767 2010-10-03  Julien Danjou  <julien@danjou.info>
1768
1769         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1770
1771         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1772         gnus-window-inside-pixel-edges.
1773
1774         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1775         gnus-ems.
1776
1777         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1778
1779         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1780         function.
1781
1782         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1783         resize choice.
1784
1785 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1786
1787         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1788         beginning of the buffer.
1789
1790         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1791         article buffer again.
1792
1793         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
1794
1795         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1796         when it's at the start of the buffer.
1797
1798         * shr.el (shr-tag-blockquote): Convert name.
1799         (shr-rescale-image): Use the right image-size variant.
1800
1801         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1802         buffer isn't shown, then select the current article first instead of
1803         bugging out.
1804         (gnus-summary-select-article-buffer): Show both the article and summary
1805         buffers again.
1806
1807         * shr.el (shr-fontize-cont): Protect against regions with no text.
1808         Rename tag functions to shr-tag-* for enhanced security.
1809         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1810
1811 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1812
1813         * shr.el (shr-insert):
1814         * pop3.el (pop3-movemail):
1815         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1816         loaded.
1817
1818 2010-10-03  Glenn Morris  <rgm@gnu.org>
1819
1820         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1821
1822         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1823
1824         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1825
1826         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1827
1828         * gnus-util.el (gnus-make-local-hook): Simplify.
1829
1830 2010-10-02  Julien Danjou  <julien@danjou.info>
1831
1832         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1833         (gnus-ido-completing-read): New function.
1834         (gnus-emacs-completing-read): New function.
1835         (gnus-completing-read): Use gnus-completing-read-function.
1836         Add gnus-completing-read-function.
1837
1838 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1839
1840         * shr.el (shr-insert-document): Autoload.
1841         (shr-img): Be silent.
1842         (shr-insert): Add a newline after every picture before text.
1843         (shr-add-font): Use overlays for combining faces.
1844         (shr-insert): Pass upwards the text start point.
1845
1846         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1847         possible.
1848         (mm-shr): New function.
1849
1850 2010-10-02  Julien Danjou  <julien@danjou.info>
1851
1852         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1853         should go backward.
1854
1855 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1856
1857         * shr.el (shr): Fix typo in provide call.
1858
1859 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1860
1861         * shr.el: New file.
1862
1863         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1864
1865         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1866         completing read.
1867
1868 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1869
1870         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1871         we're being queried about.  Suggested by Dan Jacobson.
1872
1873         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
1874         Suggested by Jason Eisner.
1875
1876         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1877         table, too.  Suggested by Stefan Wiens.
1878         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1879         the table unnecessary.  Suggested by Stefan Wiens.
1880
1881         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1882         longer needed, and probably doesn't work either, as pointed out by
1883         Stefan Wiens.
1884         (gnus-summary-exit): Remove call to the clearing function.
1885         (gnus-summary-exit-no-update): Ditto.
1886
1887         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1888         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1889         Reported by Stefan Monnier.
1890         (gnus-summary-save-in-rmail): Ditto.
1891
1892         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1893         article buffer, instead of both the article buffer and the summary
1894         buffer.  Sort of suggested by Dan Jacobson.
1895
1896         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1897
1898         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1899         Suggested by Dan Jacobson.
1900
1901         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1902         documentation clearer.
1903
1904         * message.el (message-shorten-references): Comment on the number "21".
1905         Suggested by Stefan Monnier.
1906
1907         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1908         Suggested by Dan Jacobson.
1909
1910         * gnus.el (gnus-large-newsgroup):
1911         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1912
1913         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1914         externalize attachments.  Bug reported by Steve Wen.
1915
1916         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1917         really message anything to the user.
1918
1919         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1920         directly.
1921
1922         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1923         messages in empty groups.
1924
1925 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1926
1927         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1928         non-UIDNEXT group.
1929
1930 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1931
1932         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1933         not the value from the collection.
1934
1935         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1936         values.  This sometimes happens on some groups that have no info.
1937         (nnimap-request-newgroups): New function.
1938
1939 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1940
1941         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1942         check into `gnus-registry-initialize'.
1943         (gnus-registry-initialize): Ditto.
1944         Fix and extend header docs.
1945
1946 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1947
1948         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1949         regexp backtrace overflows.
1950
1951         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1952         for starttls that tls.el implements; i.e. openssl.
1953
1954         * tls.el (tls-starttls-switches): Give up on using starttls with
1955         gnutls-cli.
1956         (tls-program): Add --insecure to be consistent with the defaults from
1957         openssl s_client.  Now all three commands are insecure.
1958
1959 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1960
1961         * lpath.el: Bind completion-styles-alist for XEmacs.
1962
1963         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1964         (gravatar-create-image): New function that's an alias to
1965         gnus-xmas-create-image, gnus-create-image, or create-image.
1966         (gravatar-data->image): Use it.
1967
1968 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1969
1970         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1971         install the nnregistry refer method.
1972         (gnus-registry-install-hooks): Use it.
1973         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1974         unfollowed groups.
1975
1976 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1977
1978         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1979         expanding threads.
1980
1981 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1982
1983         * nnir.el: Use the server names without suffixes (bug #7009).
1984
1985         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1986         unencrypted to STARTTLS, if possible.
1987
1988 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1989
1990         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1991         headers before superseding.
1992
1993 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1994
1995         * nnrss.el (nnrss-use-local): Add documentation.
1996
1997         * nnimap.el (nnimap-extend-tls-programs): New function.
1998         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1999         (nnimap-wait-for-connection): Accept the greeting from the stupid
2000         output from openssl s_client -starttls, too.
2001
2002         * tls.el (tls-starttls-switches): New variable.
2003         (tls-find-starttls-argument): Use it.
2004         (open-tls-stream): Ditto.
2005
2006         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2007         (netrc-machine): Ditto.
2008
2009         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2010         article number.
2011         (nnimap-split-fancy): New variable.
2012         (nnimap-split-incoming-mail): Use it.
2013
2014         * nntp.el (nntp-server-list-active-group): Document.
2015
2016         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2017         SELECT to get the message-id.
2018
2019         * mail-source.el (mail-sources): Remove webmail support.
2020         (defvar): Ditto.
2021         (mail-source-fetcher-alist): Ditto.
2022         (mail-source-fetch-webmail): Remove.
2023
2024         * webmail.el: Remove -- doesn't seem relevant any more.
2025
2026         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2027
2028         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2029         the \r.
2030
2031 2010-09-30  Julien Danjou  <julien@danjou.info>
2032
2033         * gnus-agent.el (gnus-agent-add-group): Fix call to
2034         gnus-completing-read.
2035
2036 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2037
2038         * nndoc.el (nndoc-retrieve-groups): New function.
2039
2040         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2041         `default', use nnmail-split-methods.
2042         (nnimap-request-article): Downcase the NILs so that they are nil.
2043
2044         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2045         symbol.
2046
2047         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2048         code, since if the user has requested network, that's what they ought
2049         to get.
2050         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2051         (nnimap-split-rule): Mark as obsolete.
2052
2053         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2054         New variable.
2055
2056         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2057         correct slot, too.
2058
2059 2010-09-29  Julien Danjou  <julien@danjou.info>
2060
2061         * gnus.el (gnus-local-domain): Declare variable obsolete.
2062
2063         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2064         Fix history computing.
2065         (gnus-ido-completing-read): Require ido.
2066
2067 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2068
2069         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2070         build Gnus.
2071
2072         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2073         when interpreting the structures.
2074         (nnimap-request-accept-article): Add \r\n to the lines to make this
2075         work with Cyrus.
2076
2077         * nndraft.el (nndraft-request-expire-articles): Use the group name
2078         instead if "nndraft".  Fix found by Nils Ackermann.
2079
2080 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2081
2082         * nnregistry.el: Add.
2083
2084 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2085
2086         * nnmail.el (group, group-art-list, group-art):
2087         Remove unneeded directives.
2088
2089 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2090
2091         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2092         (mm-mime-charset)
2093         * rfc2047.el (rfc2047-syntax-table)
2094         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2095
2096         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2097         rather than `insert-file-contents' and `eval-region'.
2098
2099         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2100         construction.
2101
2102         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2103
2104         * time-date.el: No need to require cl for Emacs 21.
2105
2106 2010-09-29  Julien Danjou  <julien@danjou.info>
2107
2108         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2109         replacement of `gnus-gravatar-relief' to mimic
2110         `gnus-faces-properties-alist'.
2111         Add :version property.
2112
2113 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2114
2115         * mail-source.el (mail-source-report-new-mail)
2116         * message.el (message-default-mail-headers)
2117         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2118
2119         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2120
2121 2010-09-28  Julien Danjou  <julien@danjou.info>
2122
2123         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2124         mail-address contains the same string as real-name.
2125
2126         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2127         non-blank in header, otherwise it'll get stripped.
2128
2129         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2130         real-name, and then for mail address rather than doing : or , search.
2131
2132 2010-09-27  Julien Danjou  <julien@danjou.info>
2133
2134         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2135         right completing-read function.
2136         (gnus-use-ido): New variable
2137         (gnus-completing-read-with-default): Remove.
2138         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2139         (gnus-agent-add-group):
2140         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2141         * mm-view.el (mm-view-pkcs7-decrypt):
2142         * mm-util.el (mm-codepage-setup):
2143         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2144         * mml-smime.el (mml-smime-openssl-sign-query):
2145         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2146         (mml-insert-multipart):
2147         * gnus-msg.el (gnus-summary-yank-message):
2148         * gnus-int.el (gnus-start-news-server):
2149         * mm-decode.el (mm-interactively-view-part):
2150         * gnus-dired.el (gnus-dired-attach):
2151         * gnus.el (gnus-read-method):
2152         * gnus-bookmark.el (gnus-bookmark-jump):
2153         * gnus-art.el (gnus-mime-view-part-as-type)
2154         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2155         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2156         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2157         * nnmairix.el (nnmairix-create-server-and-default-group)
2158         (nnmairix-update-groups, nnmairix-get-server)
2159         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2160         (nnmairix-get-group-from-file-path):
2161         * nnrss.el (nnrss-find-rss-via-syndic8):
2162         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2163         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2164         (gnus-group-browse-foreign-server):
2165         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2166         (gnus-summary-execute-command, gnus-summary-respool-article)
2167         (gnus-read-move-group-name):
2168         * gnus-score.el (gnus-summary-increase-score)
2169         (gnus-summary-score-effect):
2170         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2171
2172 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2173
2174         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2175         x-focus-frame.
2176
2177         * nnimap.el (auth-source-forget-user-or-password)
2178         (auth-source-user-or-password): Autoload.
2179
2180         * message.el (message-from-style, message-interactive)
2181         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2182         (message-yank-prefix, message-indentation-spaces, message-signature)
2183         (message-signature-file): Add comment.
2184
2185 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2186
2187         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2188         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2189         new articles.
2190
2191         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2192         parts.
2193         (nnimap-request-article): Work with the t setting, too.
2194
2195         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2196         that you don't get flashes of other buffers.
2197         (gnus-summary-show-complete-article): Intern before setting.
2198
2199 2010-09-27  David Engster  <dengste@eml.cc>
2200
2201         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2202         well as HEADERS.
2203         (nnmairix-retrieve-headers): Provide new argument for the above.
2204
2205 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2206
2207         * gnus-sum.el (gnus-summary-move-article): Don't alter
2208         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2209         group.
2210
2211         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2212
2213         * message.el (message-cite-prefix-regexp): Revert my last edit.
2214
2215         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2216         variable instead of the Gnus variable.
2217
2218         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2219
2220         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2221
2222         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2223         since some servers don't like it.
2224         (nnimap-open-connection): Forget credentials if the server says the
2225         password was wrong.
2226         (nnimap-parse-line): Protect against invalid data.
2227
2228         * gnus-sum.el (gnus-summary-move-article): Add comment.
2229         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2230         nothing alters it while scanning for new messages.
2231
2232         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2233         which may or may not help.
2234         (nnimap-open-connection): If we're doing a stream connection, and then
2235         discover we're on a STARTTLS-capable server, then open a STARTTLS
2236         connection instead.
2237
2238 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2239
2240         * nnimap.el (utf7): Require.
2241
2242         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2243         prefix.
2244
2245 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2246
2247         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2248
2249 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2250
2251         * nnimap.el (nnimap-request-accept-article): Message the error on
2252         error.
2253
2254 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2255
2256         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2257
2258 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2259
2260         * nndoc.el (nndoc-request-list): Return success always.
2261
2262         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2263         `fetch-old' -- we only want to fetch the articles we've requested.
2264         The rest are in the agent, probably.
2265         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2266         disappeared server" to something low.  It's not important.
2267
2268         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2269         arrived before the FETCH data.
2270
2271         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2272         target here, because we don't know the Gnus name of the group.
2273
2274         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2275         for the correct group.
2276
2277         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2278
2279         * gnus.el (gnus): Give a final warning after startup.
2280
2281         * gnus-util.el (gnus-action-message-log): New variable.
2282         (gnus-message): Use it.
2283         (gnus-final-warning): New function.
2284
2285         * nnimap.el (nnimap-open-connection): Record the greeting.
2286         (nnimap): Add greeting.
2287
2288 2010-09-26  Julien Danjou  <julien@danjou.info>
2289
2290         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2291         arguments.
2292         (gnus-html-wash-images): Fix spec computing to include start/end.
2293
2294         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2295
2296 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2297
2298         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2299         deletion.
2300         (nnimap-retrieve-headers): Don't select the group, because that's
2301         already done by nnimap-possibly-change-group.
2302
2303         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2304         (gnus-picon-transform-address): Use it.
2305
2306         * mail-source.el (mail-source-value): Revert previous patch.
2307
2308         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2309         on failure.
2310         (nnimap-open-connection): Look up both virtual and physical server name
2311         credentials.
2312
2313         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2314
2315 2009-02-07  Dave Love  <fx@gnu.org>
2316
2317         * tls.el (open-tls-stream): Don't query killing process.
2318
2319 2009-02-08  Dave Love  <fx@gnu.org>
2320
2321         * gnus-win.el (gnus-window-to-buffer-helper)
2322         (gnus-all-windows-visible-p): Function needn't be a symbol.
2323
2324         * mail-source.el (mail-source-value): Function needn't be a symbol.
2325
2326 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2327
2328         * message.el (message-cite-prefix-regexp): Remove } from the cite
2329         prefix.
2330
2331         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2332         highlight again, so that the highlight is correct.
2333
2334         * gnus-picon.el (gnus-picon): Remove again.
2335         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2336
2337         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2338         doing the header highlightling, so that the background colour of the
2339         picon is correct.
2340
2341         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2342         (gnus-picon): Ditto.
2343         (gnus-picon): Reinstate.  The background colour for picons is white.
2344         (gnus-picon-insert-glyph): Make the background white.
2345
2346         * nnml.el (nnml-open-nov): Don't return dead buffers.
2347
2348         * auth-source.el (auth-source-create): Query the user for whether to
2349         store the credentials.
2350
2351         * netrc.el (netrc-store-data): New function.
2352
2353         * auth-source.el (auth-source-user-or-password): Use the existing auth
2354         sources, if any, for creation.
2355
2356         * gnus.el (gnus-group-fast-parameter): Return the last matching
2357         parameter instead of the first matching parameter.
2358
2359 2010-09-26  Julien Danjou  <julien@danjou.info>
2360
2361         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2362
2363 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2364
2365         * mml2015.el (mml2015-use): Remove gpg support.
2366
2367         * mml1991.el (mml1991-function-alist): Remove gpg function.
2368         (mml1991-gpg-sign): Remove.
2369
2370 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2371
2372         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2373         (gnus-browse-unsubscribe-current-group): Document it.
2374         (gnus-browse-unsubscribe-group): Use it.
2375
2376 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2377
2378         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2379         address to the To list for easier response.
2380
2381         * gnus.el (gnus-play-startup-jingle): Remove.
2382         (gnus-splash): Don't play jingle.
2383         (gnus): Silence gnus-load message.
2384
2385         * gnus-art.el (gnus-treat-play-sounds): Remove.
2386
2387         * gnus.el (gnus-play-jingle): Remove audio support.
2388
2389         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2390
2391         * earcon.el: Remove -- no users.
2392
2393         * gnus-audio.el: Remove -- no users of this package.
2394
2395         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2396
2397         * gnus-start.el (gnus-setup-news): Remove nocem support.
2398
2399         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2400
2401         * gnus.el (gnus-use-nocem): Remove.
2402
2403         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2404         Remove.
2405
2406         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2407         uses NoCeM any more.
2408
2409         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2410         (gnus-button-ctan-handler): Ditto.
2411         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2412         (gnus-button-ctan-directory-regexp): Ditto.
2413         (gnus-button-handle-ctan): Ditto.
2414         (gnus-button-tex-level): Ditto.
2415         (gnus-button-alist): Remove CTAN stuff.
2416
2417 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2418
2419         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2420         nnimap-streaming test.
2421
2422         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2423         servers twice.
2424
2425         * nnimap.el (nnimap-open-connection): Add more error reporting when
2426         nnimap fails early.
2427
2428         * nnheader.el (nnheader-get-report-string): New function.
2429         (nnheader-get-report): Use it.
2430
2431         * gnus-int.el (gnus-check-server): Say what the error was when opening
2432         failed.
2433
2434         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2435         using streaming.
2436
2437 2010-09-25  Julien Danjou  <julien@danjou.info>
2438
2439         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2440         gnus-window-inside-pixel-edges.
2441
2442 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2443
2444         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2445
2446         * mm-decode.el (mm-save-part): Allow saving to other directories the
2447         normal Emacs way.
2448
2449         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2450         Suggested by Jay Berkenbilt.
2451
2452         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2453         there isn't a single byte.
2454
2455         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2456         just do it.  It doesn't really seem to matter what the user responds
2457         here, I think, so it's just a confusing question.
2458
2459         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2460         non-streaming case.
2461
2462         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2463         (gnus-article-encrypt-body): Use it.
2464
2465         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2466         keystroke.
2467
2468         * nnimap.el (nnimap-find-wanted-parts-1):
2469         Use gnus-fetch-partial-articles.
2470
2471         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2472
2473         * nnimap.el (nnimap-insert-partial-structure): New function.
2474         (nnimap-get-partial-article): New function.
2475         (nnimap-request-article): Use it.
2476         (nnimap-wait-for-response): Return whether the wait was successful.
2477         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2478         retrieval wasn't successful.
2479         (nnimap-retrieve-group-data-early): Allow throttling servers.
2480         (nnimap-streaming): New variable.
2481         (nnimap-fetch-partial-articles): Remove.
2482
2483         * mm-decode.el (mm-with-part): Protect against killed buffers.
2484
2485         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2486         for prettier summary display.
2487
2488 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2489
2490         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2491
2492 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2493
2494         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2495         apparently third-party libraries depend on it.
2496
2497         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2498         before starting negotiation.
2499
2500         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2501         privacy reasons.
2502         (gnus-treat-mail-gravatar): Ditto.
2503
2504         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2505         buffer when inserting images.  Inserting text into the headers, for
2506         instance, can make them invalid.
2507
2508 2010-09-25  Julien Danjou  <julien@danjou.info>
2509
2510         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2511         variables.
2512
2513         * nnheader.el: Remove useless variables news-reply-yank-from and
2514         news-reply-yank-message-id.
2515
2516         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2517         variables.
2518
2519         * mml1991.el: Remove useless mml1991-verbose.
2520
2521         * gnus.el: Remove useless variable gnus-use-generic-from.
2522         Remove obsolete variable gnus-topic-indentation.
2523
2524         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2525
2526         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2527
2528         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2529
2530         * gnus-group.el: Remove useless gnus-group-icon-cache.
2531         Remove useless gnus-ephemeral-group-server.
2532
2533         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2534
2535         * mml2015.el: Remove useless mml2015-verbose.
2536
2537         * mml-smime.el: Remove useless mml-smime-verbose.
2538
2539         * gnus.el: Remove useless gnus-local-domain.
2540
2541         * gnus-gravatar.el (gnus-gravatar-transform-address):
2542         Use gnus-gravatar-size.
2543
2544         * gnus-art.el: Remove useless gnus-treat-translate.
2545
2546 2010-09-24  Julien Danjou  <julien@danjou.info>
2547
2548         * gnus-sum.el: Add support for Gravatars.
2549
2550         * gnus-art.el: Add support for Gravatars.
2551
2552         * gnus-gravatar.el: Add this file.
2553
2554         * gravatar.el: Add this file.
2555
2556 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2557
2558         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2559
2560         * gnus-group.el (gnus-group-fetch-faq): Remove.
2561
2562         * gnus.el (gnus-group-faq-directory): Remove.
2563
2564         * gnus-group.el (gnus-group-fetch-charter): Remove.
2565
2566         * gnus.el (gnus-group-charter-alist): Remove.
2567
2568         * gnus-group.el (gnus-group-archive-directory): Remove.
2569         (gnus-group-recent-archive-directory): Ditto.
2570         (gnus-group-make-archive-group): Remove.
2571
2572         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2573
2574         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2575         use the same article number for all the cached articles.
2576
2577         * nnimap.el (nnimap-command): Register the last command time so
2578         that we can use it for idling NOOPs.
2579         (nnimap-open-connection): Start the keeplive timer.
2580         (nnimap-make-process-buffer): Store all the process buffers.
2581         (nnimap-keepalive): New function.
2582
2583         * starttls.el (starttls-open-stream): Add autoload cookie.
2584
2585 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2586
2587         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2588         handling.
2589
2590 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2591
2592         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2593         its data structures.
2594
2595         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2596         instead of the cl.el copy-list.
2597         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2598         equalp.
2599
2600 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2601
2602         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2603         and tool-bar-local-item-from-menu.
2604
2605         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2606         mode-line-highlight face for Emacs.
2607
2608         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2609         loading gnus-sum.elc; fix comment for canlock-verify.
2610         (gnus-article-jump-to-part): Use read-number.
2611         (gnus-insert-mime-button, gnus-insert-mime-security-button):
2612         Remove Emacs pre-21 compatible code for help-echo.
2613         (gnus-article-next-page-1): No need to adjust the number of lines.
2614         (gnus-article-describe-bindings): Always use help-buffer.
2615
2616         * gnus-audio.el (gnus-audio-inline-sound)
2617         * gnus-cus.el (gnus-custom-mode)
2618         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2619
2620         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2621
2622         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2623         compatible code.
2624
2625 2010-09-24  Glenn Morris  <rgm@gnu.org>
2626
2627         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2628         visiting the fcc file in rmail-mode.
2629
2630         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2631
2632 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2633
2634         * nnir.el: Silence the byte compiler.
2635
2636         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2637         alias to browse-url-url-encode-chars if any.
2638         (gnus-html-encode-url): Use it.
2639
2640 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2641
2642         * gnus-start.el (gnus-use-backend-marks): New variable.
2643         (gnus-get-unread-articles-in-group): Use it.
2644
2645         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2646         makeover.
2647
2648 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2649
2650         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2651
2652 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2653
2654         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2655         Remove.
2656         (gnus-setup-news-hook):
2657         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
2658
2659         * gnus-int.el (gnus-request-update-info): Protect against backends not
2660         having the function.
2661
2662         * nnimap.el (nnimap-stream): Mention starttls.
2663         (nnimap-open-connection): Add starttls support.
2664
2665 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2666
2667         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2668
2669 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2670
2671         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2672         BODYSTRUCTUREs.
2673         (nnimap-transform-headers): Unfold quoted {42} headers.
2674
2675         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2676         the info.
2677         (gnus-get-unread-articles): Only call updatep on backends that support
2678         it.
2679
2680         * nnweb.el (nnweb-request-update-info): NOOP.
2681
2682         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
2683
2684         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
2685         since it only deals with marks.
2686
2687         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
2688         gnus-request-marks, and make a new gnus-request-update-info.
2689
2690         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2691         the active instead of the high number, which is usually too low.
2692
2693 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2694
2695         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2696         * encrypt.el: Remove.
2697
2698 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2699
2700         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2701         server in symbolic form.
2702
2703         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
2704
2705 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2706
2707         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2708         (nnimap-update-info): Fix up code slightly.
2709
2710         * gnus-int.el (gnus-open-server): Add tracing for performance
2711         debugging.
2712
2713         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2714         (gnus-group-insert-group-line): Pass the real group name so that it
2715         gets the right data.
2716
2717         * gnus-start.el (gnus-get-unread-articles): Don't have
2718         `gnus-get-unread-articles-in-group' update info, since that can be
2719         really slow and doesn't seem to be needed?
2720
2721 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2722
2723         * time-date.el (date-to-time): Try using parse-time-string first before
2724         using the slower timezone-make-date-arpa-standard.
2725
2726 2010-09-22  Julien Danjou  <julien@danjou.info>
2727
2728         * gnus-group.el (gnus-group-insert-group-line):
2729         Call gnus-group-highlight-line.
2730         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2731         default hook list.
2732         (gnus-group-update-eval-form): Add new function.
2733         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2734         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2735
2736 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2737
2738         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2739         immediate, then expire all articles.
2740         (nnimap-update-info): Fix off-by-one errors.
2741         (nnimap-flags-to-marks): Would return no marks lists for group with no
2742         flags.  Instead return the other data.
2743
2744 2010-09-22  Julien Danjou  <julien@danjou.info>
2745
2746         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
2747         Only return an icon.
2748         (gnus-group-insert-group-line): Compute icon to return.
2749
2750         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
2751         (gnus-html-image-fetched): Only cache if
2752         gnus-html-image-automatic-caching is set.
2753         (gnus-html-image-fetched): Check for errors.
2754
2755 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2756
2757         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2758         once per method on `g'.  This ensures that backends like nnfolder don't
2759         open all their folders.
2760
2761         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2762         (nnimap-request-list): Nix out group in the correct buffer.
2763         (nnimap-parse-flags): Implement by using `read' instead of
2764         hand-parsing.
2765         (nnimap-flags-to-marks): Pass on permanent-flags.
2766         (nnimap-make-process-buffer): Record the server name.
2767         (nnimap-parse-flags): Fix typo.
2768         (nnimap-request-scan): Run split on the server in general, not just a
2769         single group.
2770
2771         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2772         parameter, and propagate this downwards.
2773
2774         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2775         since EXAMINE changes it on the server.
2776
2777         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2778         this command might take a while.
2779
2780 2010-09-22  Julien Danjou  <julien@danjou.info>
2781
2782         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
2783         harmful if you have 2 images side-by-side, they can't be properly
2784         update on text deletion.  Using text-property is safer here.
2785         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2786         data.
2787
2788 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2789
2790         * nnimap.el (nnimap-expunge-inbox): Remove.
2791         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2792         (nnimap-expunge): Flip default to t.
2793
2794         * gnus.el (gnus-method-to-server): Don't push things to the cache
2795         unless it's unique.
2796         (gnus-server-to-method): Ditto.
2797
2798 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2799
2800         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2801
2802 2010-09-22  Julien Danjou  <julien@danjou.info>
2803
2804         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2805         get the start of data.
2806         (gnus-html-encode-url): Add this function to encode special chars in
2807         URL.
2808         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2809         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2810
2811         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2812         default.
2813         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2814
2815         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2816         images alt-text.
2817         (gnus-html-put-image): Put alt-text as help-echo.
2818
2819 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2820
2821         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2822         * mm-util.el (mm-decompress-buffer)
2823         * nnir.el (nnir-run-find-grep)
2824         * pop3.el (pop3-list): Use 3rd arg of split-string.
2825
2826         * time-date.el (format-seconds): Comment fix.
2827
2828         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2829         and byte-optimize-form-code-walker.
2830         (dgnushack-make-auto-load): Don't advise make-autoload.
2831
2832         * lpath.el: Remove Emacs 21 stuff.
2833
2834 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2835
2836         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2837         outside the active range.  Suggested by Dan Christensen.
2838
2839         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2840         slightly later to avoid double-getting it.
2841
2842         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2843         previous patch.
2844
2845         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2846
2847 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2848
2849         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2850
2851 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2852
2853         * gnus-int.el (gnus-open-server): Give a better error message in the
2854         "go offline" case.
2855
2856         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2857         marks for nnimap, which is seldom the right thing to do.
2858
2859         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2860         (gnus-same-method-different-name): New function.
2861
2862         * nnimap.el (parse-time): Require.
2863
2864         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2865         method in the presence of many similar methods.
2866
2867         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2868
2869         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2870         nnml-inhibit-expiry.
2871
2872         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2873         find out whether methods are equal.
2874
2875         * nnimap.el (nnimap-find-expired-articles): New function.
2876         (nnimap-process-expiry-targets): New function.
2877         (nnimap-request-move-article): Request the article before looking at
2878         what the Message-ID is.  Fix found by Andrew Cohen.
2879         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2880
2881         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2882         for oldness in addition to being a predicate.
2883
2884         * nnimap.el (nnimap-request-group): When we have zero articles, return
2885         the right data to Gnus.
2886         (nnimap-request-expire-articles): Only delete articles immediately if
2887         the target is 'delete.
2888
2889         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2890         method, this would bug out.
2891
2892         * gnus-group.el (gnus-group-expunge-group): Rename from
2893         gnus-group-nnimap-expunge, and implemented as a normal interface
2894         function.
2895
2896         * gnus-int.el (gnus-request-expunge-group): New function.
2897
2898         * nnimap.el (nnimap-request-create-group): Implement.
2899         (nnimap-request-expunge-group): New function.
2900
2901 2010-09-21  Julien Danjou  <julien@danjou.info>
2902
2903         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2904         (gnus-html-cache-expired): Add new function.
2905         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2906         wethever we should display image for fetch it.
2907         Compute alt-text earlier to pass it to the fetching function too.
2908         (gnus-html-schedule-image-fetching): Change function argument to only
2909         get one image at a time, not a list.
2910         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2911         cache.
2912         (gnus-html-get-image-data): New function to retrieve image data from
2913         cache.
2914         (gnus-html-put-image): Change buffer argument to use image data rather
2915         than file, and place image above region rather than inserting a new
2916         one.  Do not take alt-text as argument, since it's useless now: we place
2917         the image above alt-text.
2918         (gnus-html-prune-cache): Remove.
2919         (gnus-html-show-images): Start to fetch image when we find one, do not
2920         push into a temporary list.
2921         (gnus-html-prefetch-images): Only fetch image if they have expired.
2922         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2923         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2924
2925 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2926
2927         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2928
2929 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2930
2931         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2932         spec inser "*" if the group isn't active instead of 0.
2933
2934         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2935         opening the server.
2936         (nnimap-request-delete-group): Implement group deletion.
2937         (nnimap-transform-headers): Return the size of the entire message in
2938         the Bytes header, not just the size of the first part.
2939         (nnimap-request-move-article): When moving an article from nnimap,
2940         request the article first so the accepting form has an article to
2941         accept.  Reported by Dan Christensen.
2942         (nnimap-command): Make sure that the error message doesn't error out.
2943
2944 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2945
2946         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2947         we haven't requested anything.
2948
2949 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2950
2951         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2952         "".  Fix found by Andrew Cohen.
2953
2954         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2955         instead of -encode-string.
2956
2957 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2958
2959         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2960
2961         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2962         by mm-subst-char-in-string.
2963
2964 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2965
2966         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2967         waiting for the connection string.
2968
2969         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2970         arriving.
2971
2972         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2973         bogus characters.  This allows selecting certain Gmail groups.
2974
2975         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2976         (nnimap-fetch-partial-articles): New variable.
2977         (nnimap-open-connection): When looking for credentials, also use the
2978         nnimap-server-port.
2979         (nnimap-request-article): Return the group/article number, so that Gnus
2980         `^' works as expected.
2981         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
2982
2983         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2984         comments.
2985         (gnus-methods-sloppily-equal): New function.
2986         (gnus): When using the development version of Gnus, load the gnus-load
2987         file.
2988
2989         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2990         `gnus-open-server' on each method before trying to scan them etc.
2991         This ensures that all the backend parameters are set correctly.
2992
2993         * nnimap.el (nnimap-authenticator): New variable.
2994         (nnimap-open-connection): Allow anonymous login.
2995         (nnimap-transform-headers): The chars header is called Chars not Bytes.
2996         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
2997
2998         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2999         patch, found by Knut Anders Hatlen.
3000
3001 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3002
3003         * gnus-agent.el (gnus-agent-batch-confirmation)
3004         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3005         to gnus-message.
3006         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3007         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3008         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3009         * gnus-int.el (gnus-open-server): Likewise.
3010         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3011         (gnus-score-check-syntax): Likewise.
3012         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3013         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3014         Likewise.
3015         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3016
3017 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3018
3019         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3020         calling conventions so that prefetch doesn't bug out.
3021
3022 2010-09-19  Julien Danjou  <julien@danjou.info>
3023
3024         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3025         rather than `subst-char-in-region' in order to be able to replace ASCII
3026         char by UTF-8 ones.
3027
3028         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3029         than curl.
3030         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3031         the right URL and ALT text on images.
3032         (gnus-html-wash-tags): Fix tag case.
3033         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3034         (gnus-article-html): Add -o display_ins_del=2 option.
3035         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3036
3037 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3038
3039         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3040         the extra mail headers, which sometimes seem to happen for unknown
3041         reasons.
3042
3043         * mail-parse.el (mail-header-encode-parameter): Define as
3044         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3045         (or most, perhaps?) mail readers don't understand the latter, but do
3046         understand the former.
3047
3048         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3049         to nil, so that no methods are automatically agentized.  I think this
3050         is probably what most users want.
3051
3052         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3053         from url-retrieve, for instance about invalid URLs.
3054
3055         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3056         groups that have no articles.
3057         (nnimap-request-article): Check that we really got an article when we
3058         requested one.
3059
3060         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3061         doesn't exist.
3062
3063         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3064         nntp buffer so the agent can save it.
3065         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3066         that CRLF doesn't get translated to \n.
3067         (nnimap-open-connection): Don't make 'shell commands only send \n.
3068
3069 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3070
3071         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3072         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3073         Update var name.
3074         (nnml-generate-nov-file): Use dolist.
3075         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3076         Use with-current-buffer.
3077
3078 2010-09-18  Julien Danjou  <julien@danjou.info>
3079
3080         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3081         parallel.
3082
3083 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3084
3085         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3086         the range update right.
3087         (nnimap-request-group): Don't make `M-g' bug out on group with no
3088         marks.
3089         (nnoo): Require, so that other packages can require nnimap.
3090         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3091         command we're looking for.  This helps when the server sends more
3092         responses after we've gotten everything we expected.
3093         (nnimap): Add a `newlinep' field to keep track of end-of-line
3094         conventions.
3095         Don't send CRLF to things that don't want it.
3096         (nnimap-request-accept-article): Ditto.
3097
3098 2010-09-18  Julien Danjou  <julien@danjou.info>
3099
3100         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3101         than curl to retrieve images.
3102
3103 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3104
3105         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3106         the marks.
3107         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3108         (nnimap-wait-for-connection): New function.
3109         (nnimap-open-connection): If we have PREAUTH, don't query for login
3110         credentials.
3111         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3112         when doing a partial update.
3113
3114 2010-09-18  Julien Danjou  <julien@danjou.info>
3115
3116         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3117         tags.
3118
3119 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3120
3121         * nnimap.el (nnimap-credentials): New function.
3122         (nnimap-open-connection): Use the new function to look for credentials
3123         also on the numeric equivalents of "imap" and "imaps".
3124
3125         * gnus-start.el (gnus-activate-group): Send the info to
3126         gnus-request-group.
3127
3128         * nnimap.el (nnimap-request-group): Have the "check" version of the
3129         function parse flags and update the info, so that a `M-g' get a total
3130         resync of all flags from the group.
3131
3132         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3133         to allow backends to alter the info on group selection.  Also alter all
3134         the backend -request-group functions to take the parameter.
3135
3136         * nnimap.el (nnimap-store-info): New function.
3137         (nnimap-update-info): Store the info for later usage.
3138         (nnimap-request-group): Use the stored info for the dont-check case, so
3139         that we don't retrieve all marks when we enter a group.
3140
3141         * nnimap.el: Use deffoo instead of defun for interface functions.
3142
3143         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3144         update the group info.  This makes the nndraft groups, for instance, go
3145         back to their old behaviour.
3146
3147         * gnus-sum.el (gnus-select-newsgroup): Indent.
3148
3149         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3150         in.
3151         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3152         nothing.
3153
3154         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3155         from methods that are denied.
3156
3157         * gnus-int.el (gnus-method-denied-p): New function.
3158
3159         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3160         store the password instead of netrc.
3161         (nnimap-open-connection): Don't error out when we can't make a
3162         connections.
3163
3164         * auth-source.el (auth-source-create): In the password prompt, say what
3165         we're querying for.  Also prompt for user name if that hasn't been
3166         given.
3167
3168         * nnimap.el (nnimap-with-process-buffer): Remove.
3169
3170 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3171
3172         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3173         method when we're reading from the agent.
3174
3175         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3176
3177         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3178         that's probably most useful for users.
3179
3180         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3181         "failed" all the time.
3182
3183         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3184         ...)) with (with-current-buffer ... ).
3185
3186         * nntp.el (nntp-open-server): Return whether the open was successful or
3187         not.
3188
3189         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3190         select an unread unseen article first.
3191
3192         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3193         /etc/services, supply some sensible port defaults.
3194
3195         * dgnushack.el: Define netrc-credentials.
3196
3197 2010-09-17  Julien Danjou  <julien@danjou.info>
3198
3199         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3200
3201 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3202
3203         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3204         doesn't have any parameters.
3205
3206 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3207
3208         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3209         only upcased checks.
3210
3211         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3212
3213         * nnimap.el (nnimap-open-shell-stream): New function.
3214         (nnimap-open-connection): Use it.
3215         (nnimap-transform-headers): Get the number of lines in each message.
3216         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3217         number of lines.
3218         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3219         problem.
3220
3221         * utf7.el (utf7-encode): Autoload.
3222
3223         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3224         to allow the mail splitting to not return a default group.  This is
3225         useful for nnimap, which will leave unmatched mail in the inbox.
3226
3227         * nnimap.el: Rewritten.
3228
3229         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3230         nnimap usage.
3231
3232         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3233         if the move is internal, so that nnimap can do fast internal moves.
3234
3235         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3236         data.
3237         (gnus-read-active-for-groups): Support finishing the early retrieval of
3238         data.
3239
3240         * gnus-range.el (gnus-range-nconcat): New function.
3241
3242         * gnus-int.el (gnus-finish-retrieve-group-infos)
3243         (gnus-retrieve-group-data-early): New functions.
3244
3245 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3246
3247         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3248         (nnrss-retrieve-groups):
3249         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3250         (pop3-quit): Use with-current-buffer.
3251
3252 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3253
3254         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3255         instead of nnheader-accept-process-output.
3256
3257         * dgnushack.el (dgnushack-compile): Add comment.
3258
3259         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3260
3261         * gnus-html.el (gnus-html-schedule-image-fetching)
3262         (gnus-html-prefetch-images): Replace process-kill-without-query by
3263         gnus-set-process-query-on-exit-flag.
3264
3265 2010-09-16  Romain Francoise  <romain@orebokech.com>
3266
3267         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3268
3269 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3270
3271         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3272         parameter to unintern is mandatory-ish in Emacs 24.
3273
3274         * gnus-html.el (gnus-html-schedule-image-fetching)
3275         (gnus-html-prefetch-images): Check for curl before using it.
3276
3277         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3278         depend on curl, which isn't essential.
3279
3280         * imap.el: Revert back to version
3281         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3282         seem problematic.
3283
3284 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3285
3286         * gnus-registry.el (gnus-registry-install-shortcuts):
3287         Explicitly pass `obarray' to `unintern' to avoid a warning.
3288
3289 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3290
3291         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3292         change.
3293
3294         * nnrss.el (nnrss-request-list): Remove this function and related
3295         functions, including the moreover stuff.
3296
3297 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3298
3299         * nnrss.el (nnrss-retrieve-groups): New function.
3300
3301 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3302
3303         * .dir-locals.el: Add no-byte-compile cookie.
3304
3305 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3306
3307         * time-date.el (format-seconds): Comment fix.
3308
3309         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3310         for back end that doesn't support request-scan.
3311
3312 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3313
3314         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3315         then do request scans from the backends.
3316
3317         * netrc.el (netrc-credentials): New conveniency function.
3318
3319         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3320         avoid running a hook per line, since this takes a lot of time,
3321         profiling shows.
3322         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3323         directly if gnus-visual-p is true.
3324
3325 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3326
3327         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3328         groups; replace mapcar with dolist which is a bit faster; pass groups
3329         info to gnus-read-active-file-1.
3330         (gnus-read-active-file-1): Scan only specified groups if the new
3331         optional arg `infos' is given.
3332
3333 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3334
3335         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3336
3337         * pop3.el (pop3-movemail): Remove.
3338         (pop3-streaming-movemail): Rename to pop3-movemail.
3339
3340         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3341         don't restrict end-tag searches to the end of the line.
3342
3343 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3344
3345         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3346         articles of every unchecked group to t, which means unknown since the
3347         server has never been opened.
3348
3349 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3350
3351         * gnus-html.el (gnus-html-show-alt-text): New command.
3352         (gnus-html-browse-image): Ditto.
3353         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3354         to browse the image directly.
3355         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3356         better.
3357
3358         * gnus-async.el (gnus-async-article-callback):
3359         Call `gnus-html-prefetch-images' unconditionally.
3360
3361         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3362         before feeding URLs to curl.
3363
3364 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3365
3366         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3367         internal images as deletable by `W D D'.
3368
3369         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3370         (gnus-async-article-callback): Fix typo.
3371
3372 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3373
3374         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3375         current line to work around bugs in the output from w3m.
3376
3377         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3378         for groups that want that.
3379
3380         * nntp.el (nntp-wait-for-string): Supply a timeout for
3381         accept-process-output to ensure progress.
3382
3383         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3384         level to get unread articles from, then use that for foreign groups,
3385         too.
3386
3387         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3388         confuses the rest of the function.
3389
3390         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3391         for the methods that support -retrieve-groups, too.
3392
3393         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3394
3395 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3396
3397         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3398         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3399
3400         * pop3.el: Require cl when compiling.
3401         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3402
3403 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3404
3405         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3406         that aren't going to be activated.
3407         (gnus-get-unread-articles): Fix up the last commit.
3408
3409         * gnus-html.el (gnus-article-html): Allow calling without specifying
3410         the handle.  In that case, dissect the buffer first.
3411
3412         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3413
3414         * nnimap.el (nnimap-open-connection): Revert the change that would look
3415         into authinfo for imaps instead of imap.
3416
3417         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3418         say that you don't want to call gnus-request-group with don-check, but
3419         do check the reponse.  This is for virtual groups only.
3420         (gnus-get-unread-articles): Count the archive groups as secondary, so
3421         that they're activated the same way as before.
3422
3423         * imap.el (imap-message-map): Removed optional buffer parameter, since
3424         no callers use it.
3425         (imap-message-get): Ditto.
3426         (imap-message-put): Ditto.
3427         (imap-mailbox-map): Ditto.
3428         (imap-mailbox-put): Ditto.
3429         (imap-mailbox-get): Ditto.
3430         (imap-mailbox-get): Revert last change for this function.
3431
3432         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3433         case-insensitively.
3434         (nnimap-debug): Remove.
3435
3436         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3437         to use `imap-fetch' instead.  According to the comments, this should be
3438         safe, since all other IMAP clients use the 1:* syntax.
3439         (imap-enable-exchange-bug-workaround): Removed.
3440         (imap-debug): Removed -- doesn't seem very useful.
3441
3442         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3443         mail from a file, and the file doesn't exist.
3444
3445         * imap.el (imap-log): New convenience function used throughout instead
3446         of repeating the same code all over the place.
3447
3448         * pop3.el (pop3-streaming-movemail): Return t for success.
3449
3450         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3451         .authinfo if we're using ssl connection.
3452
3453         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3454         already have if we're in a main Gnus `g' run.
3455
3456         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3457
3458 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3459
3460         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3461
3462         * nnmh.el (nnmh-request-list-1): Bind `file'.
3463
3464         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3465         alias to set-process-query-on-exit-flag or process-kill-without-query.
3466         (pop3-open-server): Use it.
3467
3468 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3469
3470         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3471         box to the Incoming file.  Fixes mistake in previous checkin.
3472
3473         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3474         request loop (for debugging purposes) removed.
3475
3476         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3477         culprit is more visible.
3478         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3479         (nnml-add-incremental-nov): New functions to do "incremental" nov
3480         updates, where we just append to the end of the existing nov files
3481         without reading/writing them in full.
3482
3483         * mail-source.el (mail-source-delete-crash-box): Really only check the
3484         incoming files once in a while.
3485
3486         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3487
3488         * mail-source.el (mail-source-delete-crash-box): Only check the
3489         incoming files for deletion once per day to save a lot of file
3490         accesses.
3491
3492         * pop3.el (pop3-logon): Fix up unbound variable typo.
3493
3494         * mail-source.el (pop3-streaming-movemail): Autoload.
3495
3496         * pop3.el (pop3-streaming-movemail):
3497         Respect pop3-leave-mail-on-server.
3498
3499         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3500         retrieval.
3501
3502         * pop3.el (pop3-process-filter): Remove unused function.
3503         (pop3-streaming-movemail, pop3-send-streaming-command)
3504         (pop3-wait-for-messages, pop3-write-to-file)
3505         (pop3-number-of-responses): New functions for streaming pop3
3506         retrieval.
3507
3508         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3509         come from no known methods.
3510         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3511         list.
3512
3513         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3514         message sizes.
3515         (pop3-movemail): Use erase-buffer instead of looping and deleting
3516         regions, which seems rather odd.
3517
3518         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3519         file once per `g' run.
3520
3521         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3522         directories.  This makes the draft queue directory work.
3523
3524         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3525         data from the backends, so that we only request the list of groups from
3526         each method once.  This should speed things up considerably.
3527
3528         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3529         detect that it's not implemented.
3530
3531         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3532         we actually do recurse down into the tree, but don't stat all leaf
3533         nodes.
3534
3535         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3536         then say so instead of bugging out.
3537
3538         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3539         files exist before trying to read them.
3540
3541         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3542         around <pre_int>.
3543
3544         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3545
3546         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3547
3548 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3549
3550         * mm-util.el (mm-image-load-path): Just return the image directories,
3551         not all directories in the path in addition to the image directories.
3552         (mm-image-load-path): Maintain a cache of the image directories so that
3553         the `g' command in Gnus doesn't have to stat dozens of directories each
3554         time.
3555
3556         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3557         (gnus-html-wash-tags): Add a new `i' command to insert images.
3558         (gnus-html-insert-image): New command and keystroke.
3559         (gnus-html-redisplay-with-images): New command and keystroke.
3560         (gnus-html-show-images): Rename command.
3561         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3562         spacers.
3563         (gnus-html-wash-tags): Decode entities at the end, so that entities
3564         inside the tags don't mess up the rest of the "parsing".
3565
3566         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3567         so that nnimap methods aren't agentized by default.  There's apparently
3568         many problems related to agent/imap behaviour.
3569
3570         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3571
3572         * gnus-html.el: Doc fix.
3573
3574 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3575
3576         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3577         specifier-spec-list for Emacs 21.
3578
3579         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3580         glyph-width and glyph-height instead of display-graphic-p and
3581         image-size; make avoidance of displaying small images work for XEmacs.
3582
3583         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3584         for XEmacs.
3585
3586         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3587         of symbol that holds plist data.
3588         (gnus-process-plist): Remove plist of process after getting it.
3589
3590 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3591
3592         * message.el (message-generate-hashcash): Change default to
3593         'opportunistic if hashcash is installed.
3594
3595         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3596         (gnus-html-put-image): Only call image-size once, since it's somewhat
3597         time-consuming on remote X servers.
3598
3599 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3600
3601         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3602         type on data, not a file name.
3603
3604         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3605         window-pixel-edges for Emacs 21.
3606
3607         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3608         decoded contents.
3609         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3610
3611 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3612
3613         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3614         group line format, since it isn't very interesting.
3615
3616         * gnus-agent.el (gnus-agent-short-article),
3617         (gnus-agent-long-article): Increase values for these two variables,
3618         since most people are likely to have more network connection and
3619         storage than before.
3620
3621         * gnus.el (gnus-refer-article-method): Change default to 'current.
3622         When referring an article, the common behaviour is to refer it from the
3623         current select method, not the native select method.  The chances of
3624         the native select method having the message in question is rather slim
3625         these days.
3626
3627         * gnus-sum.el (gnus-auto-select-subject): Change default to
3628         `unseen-or-unread'.  I think it's likely that most people want to
3629         select an unseen article over a previously seen, but unread one.
3630
3631         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3632         means that in the article buffer none of the minor mode elements will
3633         be shown, usually, and this is not desirable in most cases.
3634
3635         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3636         that commands like `d' (and the like) go to the next line in the
3637         buffer, instead of the next unread article.  I think this is the
3638         behaviour that is most natural for most users.
3639         (gnus-single-article-buffer): Change default to nil, so that people can
3640         have as many article buffers open as they have summary buffer.  I think
3641         this is the most natural way for the groups to behave.
3642
3643         * message.el (message-generate-new-buffers): Change default to
3644         `unsent', so that all new message buffers start their names with the
3645         string "*unsent", and it's easier to find the buffers if you move from
3646         them.
3647
3648 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3649
3650         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3651         small.  They're probably tracking images.
3652         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3653         (gnus-html-rescale-image): Yet another try at getting the image sizing
3654         right.
3655
3656         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3657         nntp-marks-file-name is nil.
3658
3659 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3660
3661         * gnus-html.el (gnus-html-wash-tags)
3662         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3663         Better logging.
3664
3665 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3666
3667         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
3668
3669         * gnus-html.el (gnus-html-wash-tags): Check the value of
3670         gnus-blocked-images in the summary buffer.
3671
3672 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3673
3674         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3675
3676 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3677
3678         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3679         like "a", it seems like.
3680         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3681         since it needs to be picked from the correct buffer.
3682
3683         * nnwfm.el: Remove.
3684
3685         * nnlistserv.el: Remove.
3686
3687 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3688
3689         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3690         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3691
3692 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3693
3694         * nnkiboze.el: Remove.
3695
3696         * nndb.el: Remove.
3697
3698         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3699         alt text.
3700         (gnus-html-rescale-image): Try to get the rescaling logic right for
3701         images that are just wide and not tall.
3702
3703         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3704         overshadow variable bindings.
3705
3706 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3707
3708         * gnus-html.el (gnus-html-wash-tags)
3709         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
3710         Add extra logging.
3711
3712 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3713
3714         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3715         (gnus-max-image-proportion): New variable.
3716         (gnus-html-rescale-image): New function.
3717         (gnus-html-put-image): Rescale images.
3718
3719 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3720
3721         Fix up some byte-compiler warnings.
3722         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3723         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3724         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3725         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3726         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3727         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3728         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3729
3730 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3731
3732         * gnus-html.el (gnus-article-html): Decode contents by charset.
3733
3734 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3735
3736         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3737         (gnus-html-frame-width, gnus-blocked-images)
3738         * message.el (message-prune-recipient-rules): Add custom version.
3739         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3740
3741         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3742         functions.
3743
3744         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3745         gnus-process-get.
3746
3747 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3748
3749         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3750         instead of lsub directly.
3751
3752 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3753
3754         * nnwarchive.el: Remove.
3755
3756         * gnus-soup.el: Remove.
3757
3758         * nnsoup.el: Remove.
3759
3760         * nnultimate.el: Remove.
3761
3762         * gnus-html.el (gnus-blocked-images): New variable.
3763
3764         * message.el (message-prune-recipients): New function.
3765         (message-prune-recipient-rules): New variable.
3766
3767         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3768         guess whether a long line is natural text or not.
3769
3770         * gnus-html.el (gnus-html-schedule-image-fetching):
3771         Use gnus-process-plist and friends for compatibility.
3772
3773 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3774
3775         * gnus-html.el: Require packages that define macros used in this file.
3776         (gnus-article-mouse-face): Declare to silence byte-compiler.
3777         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3778         process-get.
3779         (gnus-html-put-image): Use plist-get to avoid getf.
3780         (gnus-html-prefetch-images): Use with-current-buffer.
3781
3782 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3783
3784         * gnus-ems.el: Provide compatibility functions for
3785         gnus-set-process-plist.
3786
3787         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3788         header-line-format for XEmacs 21.4.
3789
3790         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3791         * gnus.el (gnus-valid-select-methods)
3792         * message.el (message-send-mail-partially-limit)
3793         * mm-decode.el (mm-text-html-renderer)
3794         * mml.el (mml-insert-mime-headers-always)
3795         * smiley.el (smiley-regexp-alist): Bump custom version.
3796
3797 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3798
3799         * gnus-html.el: require mm-url.
3800         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3801         with the url to `url'.
3802         (gnus-html-wash-tags): Support cid: URLs/images.
3803
3804 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3805
3806         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3807         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3808         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3809
3810         * gnus-move.el: Remove file, since it doesn't really work.
3811
3812         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3813         UTF-8.  This seems to fix problems with some German web feeds.
3814
3815         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3816         at the top so that the proper colours are applied.
3817
3818         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3819         don't have dots in their names.
3820
3821         * gnus-art.el (gnus-article-view-part): Doc fix.
3822
3823         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3824         XEmacs-compatible.
3825         (gnus-html-put-image): Don't do images on non-graphic displays.
3826
3827         * nnslashdot.el: Remove this unused backend.
3828
3829         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3830         actions.
3831         (gnus-undo-register-1): Revert last change.
3832
3833         * gnus-group.el (gnus-group-completing-read): Protect against not
3834         having completion-styles bound.
3835
3836         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3837         make broken recipients happier.
3838
3839         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3840
3841         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3842         point parameter.
3843
3844         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3845
3846         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3847         completion-styles for group selection.
3848
3849 2009-02-04  Andreas Schwab  <schwab@suse.de>
3850
3851         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3852         headers and regexp-quote the match if necessary.
3853
3854 2009-03-24  Miles Bader  <miles@gnu.org>
3855
3856         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3857         the blinking smiley.
3858
3859 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3860
3861         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3862         blink smiley.
3863
3864 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3865
3866         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3867         where the dribbel file lives exists.
3868
3869         * message.el (message-send-mail-partially-limit): Change the default to
3870         nil, since most people don't want this.
3871
3872         * mm-url.el (mm-url-decode-entities): Also decode entities like
3873         &#x3212.
3874
3875 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3876
3877         * gnus-sum.el (gnus-summary-idna-message):
3878         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3879         Hyperlink urls in docstrings with URL `...'.
3880
3881 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3882
3883         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3884         functions.
3885
3886 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3887
3888         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3889         say what the mouseover text should be.
3890
3891         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3892         version of the mm-w3m-safe-url-regexp variable to only download images
3893         in the groups where we want that to happen.
3894
3895         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3896
3897         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3898         easier debugging.
3899         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3900         big pictures in the article buffer.
3901
3902         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3903         gnus-article-html.
3904         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3905         w3m.
3906
3907         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3908
3909 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3910
3911         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3912         which doesn't exist.
3913
3914         * message.el (message-inhibit-ecomplete): New variable to allow some
3915         function to inhibit ecomplete address storage.
3916         (message-resend): Disable ecomplete message storage when resending
3917         messages.
3918
3919         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3920
3921 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3922
3923         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3924         Save excursion while copying, moving, and deleting articles in order to
3925         prevent the cursor from jumping to unforeseen place.
3926
3927 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3928
3929         * lpath.el: No need to bind bookmark-current-buffer,
3930         bookmark-yank-point and bookmark-make-record-function.
3931
3932 2010-08-17  Glenn Morris  <rgm@gnu.org>
3933
3934         * gnus-sync.el: Require gnus components whose functions are used.
3935
3936         * gnus-art.el (bookmark-make-record-function):
3937         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3938         Declare for compiler.
3939
3940         * mm-url.el (mml-compute-boundary): Autoload.
3941
3942 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3943
3944         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3945
3946 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3947
3948         Typo fix "hoo4a" -> "hook".
3949
3950         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3951
3952 2010-08-14  Glenn Morris  <rgm@gnu.org>
3953
3954         * gnus-sync.el (gnus-sync): Fix defgroup version.
3955
3956 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3957
3958         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3959
3960         * gnus-sync.el: Fix docs.
3961         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3962         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3963
3964 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3965
3966         Optimizations for gnus-sync.el.
3967
3968         * gnus-sync.el: Add docs about gnus-sync-backend
3969         possibilities.
3970         (gnus-sync-save): Remove unnecessary message.
3971         (gnus-sync-read): Optimize and show what groups were skipped.
3972
3973 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3974
3975         Minor bug fixes for gnus-sync.el.
3976
3977         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
3978         Don't read the sync on get-new-news.
3979
3980         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3981         quiet.
3982
3983         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
3984         (fix typo).
3985
3986 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3987
3988         Make saving and restoring of hidden threads work with overlays.
3989         Patch applied by Ted Zlatanov.
3990
3991         * gnus-sum.el (gnus-hidden-threads-configuration)
3992         (gnus-restore-hidden-threads-configuration): Update to deal with text
3993         properties, rather than searching for a magic character.
3994
3995 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3996
3997         New gnus-sync.el library for synchronization of marks.
3998
3999         * gnus-sync.el: New library for synchronization of marks.
4000
4001         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4002         renamed from `gnus-registry-grep-in-list'.
4003
4004         * gnus-registry.el (gnus-registry-follow-group-p):
4005         Use `gnus-grep-in-list'.
4006
4007         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4008
4009 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4010
4011         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4012         determining charset of text fails.
4013
4014 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4015
4016         * nnmail.el (nnmail-get-new-mail-1): Revert.
4017
4018         * nnml.el (nnml-active-number): Make sure names of newly created groups
4019         in nnml-group-alist are encoded.
4020
4021 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4022
4023         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4024         containing non-ASCII characters in active file for nnml back end.
4025
4026 2010-07-24  David Engster  <dengste@eml.cc>
4027
4028         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4029         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4030
4031 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4032
4033         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4034         tag (Bug#6654).
4035
4036 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4037
4038         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4039         the article buffer, not the summary buffer.
4040
4041 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4042
4043         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4044         Emacs 23 as well.
4045
4046 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4047
4048         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4049         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4050
4051 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4052
4053         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4054         Patch applied by Karl Fogel.
4055
4056         * gnus-sum.el (gnus-summary-bookmark-make-record):
4057         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4058
4059 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4060
4061         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4062         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4063         C-w still not working correctly from Article buffers; Thierry's
4064         patch to fix that will be applied after this.
4065
4066         * gnus-art.el (bookmark-make-record-function): New local variable.
4067
4068         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4069         article buffer.
4070         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4071
4072 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4073
4074         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4075         on changes in bookmark.el.
4076
4077 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4078
4079         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4080         `no-log' instead of message not to log prompt string.
4081
4082 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4083
4084         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4085         the *other* type of HTML form submission.
4086
4087 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4088
4089         * auth-source.el (auth-source-pick): If choice does not contain a
4090         questioned keyword, set the check to t.
4091
4092 2010-06-12  Romain Francoise  <romain@orebokech.com>
4093
4094         * gnus-util.el (gnus-date-get-time): Move up before first use.
4095
4096 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4097
4098         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4099         (gnus-article-edit-part): Bind it to make last part that is substituted
4100         or deleted visible.
4101         (gnus-mime-display-single): Buttonize part of which id equals to
4102         gnus-mime-buttonized-part-id.
4103
4104 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4105
4106         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4107         (gnus-dd-mmm): Use gnus-date-get-time.
4108         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4109         simplify logic.
4110         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4111         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4112
4113 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4114
4115         * auth-source.el (top): Autoload `secrets-list-collections',
4116         `secrets-create-item', `secrets-delete-item'.
4117         (auth-sources): Fix tag string.
4118         (auth-get-source, auth-source-retrieve, auth-source-create)
4119         (auth-source-delete): New defuns.
4120         (auth-source-pick): Rewrite in order to avoid 2 passes.
4121         (auth-source-forget-user-or-password): New parameter USERNAME.
4122         (auth-source-user-or-password): New parameters CREATE-MISSING and
4123         DELETE-EXISTING.  Retrieve password interactively, if needed.
4124
4125 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4126
4127         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4128         deleting unused directories when gnus-expert-user is t.
4129
4130 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4131
4132         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4133         for each temp file when gnus-article-browse-delete-temp is ask.
4134
4135 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4136
4137         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4138         Lisp calls to delete-backward-char by calls to delete-char.
4139
4140 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4141
4142         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4143
4144 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4145
4146         * password-cache.el (password-cache-remove): Fix docstring.
4147
4148 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4149
4150         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4151         article unless decoding article to be saved.
4152
4153 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4154
4155         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4156         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4157         generated within the mm-with-unibyte-current-buffer macro.
4158
4159 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4160
4161         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4162         to nil when we're in a mml-preview buffer and no group is selected.
4163
4164 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4165
4166         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4167         when catching the `C-g'.  Reported by "Leo".
4168
4169 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4170
4171         * message.el (message-forward-make-body-plain)
4172         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4173         multibyte-string-p.
4174
4175         * lpath.el: Revert.
4176
4177 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4178
4179         * message.el (message-forward-make-body-mml): Assume original message
4180         is multibyte string; error on unibyte.
4181         (message-forward-make-body-plain): Ditto; don't add excessive newline
4182         in body end.
4183
4184         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4185
4186 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4187
4188         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4189         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4190
4191 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4192
4193         * mm-extern.el (mm-extern-url): Don't use
4194         mm-with-unibyte-current-buffer.
4195         (mm-extern-cache-contents): Use with-current-buffer instead of
4196         save-excursion + set-buffer.
4197
4198 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4199
4200         * mm-util.el (mm-emacs-mule): Remove.
4201
4202 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4203
4204         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4205         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4206         change.
4207
4208 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4209
4210         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4211         bind the default value of enable-multibyte-characters to nil.
4212
4213 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4214
4215         * message.el (message-forward-make-body-plain)
4216         (message-forward-make-body-mml):
4217         Don't use mm-with-unibyte-current-buffer.
4218
4219 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4220
4221         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4222
4223 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4224
4225         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4226         (Bug#5592).
4227
4228 2010-05-07  Julien Danjou  <julien@danjou.info>
4229
4230         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4231         it to mm-pipe-part.
4232
4233         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4234         it is given.
4235
4236 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4237
4238         * binhex.el (binhex-decode-region-internal)
4239         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4240         (dns-query)
4241         * nnweb.el (nnweb-gmane-search)
4242         * pgg-parse.el (pgg-parse-armor)
4243         * pgg.el (pgg-verify-region)
4244         * sha1.el (sha1-string-external)
4245         * uudecode.el (uudecode-decode-region-internal)
4246         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4247         XEmacs.
4248
4249         * gnus-art.el (gnus-article-browse-html-parts)
4250         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4251         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4252         make-temp-file.
4253
4254         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4255         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4256         compiling.
4257
4258         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4259         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4260         XEmacs when compiling.
4261
4262         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4263         gnus-pick-mode-off-hook for XEmacs when compiling.
4264         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4265         gnus-binary-mode-off-hook for XEmacs when compiling.
4266
4267         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4268         Return nil if char-charset is not available.
4269
4270         * imap.el (imap-disable-multibyte)
4271         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4272         macros.
4273
4274         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4275         instead of encode-coding-string.
4276
4277         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4278         'xemacs) instead of mm-emacs-mule to switch function definitions.
4279         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4280
4281         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4282         bind temporary-file-directory for XEmacs;
4283         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4284         timer-set-function for XEmacs 21.4 and SXEmacs;
4285         bind timer-list for XEmacs 21.4 and SXEmacs;
4286         fbind char-charset and find-charset-region for non-Mule XEmacs;
4287         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4288         encode-coding-region and encode-coding-string for XEmacs having no
4289         file-coding feature.
4290
4291 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4292
4293         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4294
4295 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4296
4297         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4298         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4299
4300 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4301
4302         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4303         alias `jka-compr-delete-temp-file' no longer exists.
4304
4305 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4306
4307         Use define-minor-mode in Gnus where applicable.
4308         * mml.el (mml-mode): Use define-minor-mode.
4309         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4310         (gnus-undo-mode): Use define-minor-mode.
4311         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4312         (gnus-dead-summary-mode): Use define-minor-mode.
4313         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4314         Initialize in declaration.
4315         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4316         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4317         (gnus-mailing-list-mode): Use define-minor-mode.
4318         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4319         (gnus-draft-mode): Use define-minor-mode.
4320         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4321         (gnus-dired-mode): Use define-minor-mode.
4322
4323 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4324
4325         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4326         handles on recursive mml-to-mime translation and check them for
4327         boundary delimiter collisions.  Reported by Greg Troxel.
4328
4329 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4330
4331         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4332
4333 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4334
4335         * mm-util.el (mm-find-buffer-file-coding-system):
4336         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4337
4338 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4339
4340         * message.el (message-generate-headers): Record insertion of optional
4341         headers as well.  Otherwise the check to prevent repeated insertion of
4342         optional headers is a no-op.
4343
4344 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4345
4346         * smime.el: Don't mention CVS.
4347
4348         * nnrss.el (nnrss-fetch): Don't mention CVS.
4349
4350         * nnir.el: Don't mention CVS.
4351
4352 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4353
4354         * gnus-sum.el (gnus-summary-bookmark-make-record):
4355         Add `location' field.
4356
4357 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4358
4359         * lpath.el: Fbind bookmark-default-handler,
4360         bookmark-get-bookmark-record, bookmark-make-record-default,
4361         bookmark-prop-get for Emacs <23 and XEmacs.
4362
4363 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4364
4365         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4366         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4367         Use with-current-buffer to silence the byte-compiler.
4368         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4369         bother to require `gnus'.
4370         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4371
4372 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4373
4374         * gnus-sum.el (gnus-summary-bookmark-make-record)
4375         (gnus-summary-bookmark-jump): New functions.
4376         (gnus-summary-mode): Setup bookmark support.
4377
4378 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4379
4380         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4381         if set.
4382
4383 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4384
4385         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4386         gnus-article-browse-html-save-cid-image; make it work recursively for
4387         forwarded messages as well.
4388         (gnus-article-browse-html-parts): Work when prefix arg is given.
4389         (gnus-article-browse-html-article): Doc fix.
4390
4391 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4392
4393         * message.el (message-default-mail-headers):
4394         (message-default-headers): Carry the value mail-default-headers over
4395         into message-default-mail-headers, rather than message-default-headers.
4396
4397 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4398
4399         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4400         charset.
4401
4402         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4403         charset into the <meta> tag when the article is encoded to utf-8.
4404
4405 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4406
4407         * gnus-art.el (gnus-article-browse-delete-temp-files):
4408         Delete directories as well.
4409         (gnus-article-browse-html-parts): Work for images that do not specify
4410         file names; delete temp directory when quitting; insert header at the
4411         right place; use file: scheme for image files.
4412
4413 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4414
4415         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4416         (gnus-article-browse-html-parts): Use it to make temporary cid image
4417         files in addition to html file so that browser may display them.
4418
4419 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4420
4421         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4422
4423 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4424
4425         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4426
4427 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4428
4429         * auth-source.el (auth-sources): Change default to be simpler.
4430         Explain about Secret Service API sources.  Improve Customize options.
4431         (auth-source-pick): Change to accept any number of search parameters.
4432         Implement fallbacks iteratively, not recursively.  Add scoring on the
4433         second pass and sort by score.  Call Secret Service API when needed.
4434         (auth-source-user-or-password): Use it.  Call Secret Service API
4435         directly when needed to get the user name and the password.
4436
4437 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4438
4439         * message.el (message-interactive): Doc fix.
4440         (message-qmail-inject-args): Reflow.
4441         (message-kill-to-signature): Fix typo in docstring.
4442
4443         * smiley.el (smiley-buffer): Fix typo in docstring.
4444
4445 2010-03-24  Glenn Morris  <rgm@gnu.org>
4446
4447         * mail-source.el (gnus-message): Declare.
4448         (mail-source-delete-old-incoming): Require gnus-util.
4449
4450 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4451
4452         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4453
4454         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4455
4456         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4457         password-cache's default if it is not bound.
4458         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4459         password-cache-expiry's default if it is not bound.
4460
4461         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4462         available in Emacs 21.
4463
4464         * lpath.el: Suppress compiler warnings for:
4465         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4466         XEmacs;
4467         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4468         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4469         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4470
4471 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4472
4473         * auth-source.el (auth-sources): Fix up definition so extra parameters
4474         are always inline.
4475
4476 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4477
4478         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4479         wasn't updated after mismatch.  Clear cached mailbox info correctly
4480         when uidvalidity changes.
4481         (nnimap-group-prefixed-name): New function to avoid some code
4482         duplication.
4483         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4484         (nnimap-request-group): Use it.
4485         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4486         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4487         with many imap folders.  This is done by caching the group status from
4488         the imap server persistently in a group parameter `imap-status'.  (This
4489         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4490         but not persistently, so every Gnus startup was still very slow.)
4491
4492 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4493
4494         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4495         delete the extra newline.  Otherwise editing of :string and :number
4496         types don't work.
4497
4498 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4499
4500         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4501         secrets.el dependency.
4502         (auth-sources): Add optional user name.  Add secrets.el configuration
4503         choice (unused right now).
4504
4505 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4506
4507         * gnus-sum.el (gnus-summary-make-menu-bar):
4508         Let `gnus-registry-install-shortcuts' fill in the functions.
4509
4510         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4511         warnings.
4512         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4513         (gnus-registry-install-shortcuts): Populate and use it in a
4514         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4515
4516 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4517
4518         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4519         In-place substitutions for the group name encoding/decoding.
4520         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4521         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4522         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4523         (nnimap-update-unseen, nnimap-request-list)
4524         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4525         (nnimap-request-set-mark, nnimap-split-to-groups)
4526         (nnimap-split-articles, nnimap-request-newgroups)
4527         (nnimap-request-create-group, nnimap-request-accept-article)
4528         (nnimap-request-delete-group, nnimap-request-rename-group)
4529         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4530         `encoded-mbx' for consistency.
4531         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4532         variable `imap-current-mailbox'.
4533
4534         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4535         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4536
4537 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4538
4539         * pop3.el (pop3-display-message-size-flag): Display message size byte
4540         counts during POP3 download.
4541         (pop3-movemail): Use it.
4542         (pop3-list): Implement listing of available messages.
4543
4544 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4545
4546         * nnir.el (nnir-get-article-nov-override-function): New function to
4547         override the normal NOV retrieval.
4548         (nnir-retrieve-headers): Use it.
4549
4550 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4551
4552         * auth-source.el (netrc-machine-user-or-password): Autoload.
4553
4554 2010-03-19  Glenn Morris  <rgm@gnu.org>
4555
4556         Stop message.el from loading about 40 libraries it doesn't always need.
4557         The general approach is to autoload rather than require, and to
4558         require in the specific functions rather than the file.  (Bug#5642)
4559
4560         * gmm-utils.el: Don't require wid-edit.
4561         (widget-create-child-value, widget-convert, widget-default-get):
4562         Autoload.
4563
4564         * gnus-util.el: Don't require time-date, netrc.
4565         (message-fetch-field, gnus-group-name-decode): Declare rather than
4566         autoloading.
4567         (gnus-fetch-field): Require message.
4568         (gnus-decode-newsgroups): Require gnus-group.
4569
4570         * ietf-drums.el: Don't require time-date.
4571
4572         * message.el: Don't require hashcash, canlock, ecomplete.
4573         Do require mail-utils.  Require nnheader only when compiling.
4574         (smtpmail-default-smtp-server): Remove declaration.
4575         (message-send-mail-function): Check smtpmail-default-smtp-server
4576         is bound rather than requiring smtpmail.
4577         (message-auto-save-directory, message-insert-signature):
4578         Use expand-file-name rather than nnheader-concat.
4579         (nnheader-insert-file-contents): Autoload.
4580         (hashcash-wait-async): Declare.
4581         (message-send-mail): Only call gnus-setup-posting-charset if
4582         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4583         (message-send-mail-with-sendmail): Require sendmail.
4584         (canlock-password, canlock-password-for-verify): Declare.
4585         (message-canlock-password): Require canlock.
4586         (nnheader-get-report): Autoload.
4587         (gnus-setup-posting-charset): Declare.
4588         (message-send-news): Require gnus-msg.
4589         (message-make-references, message-make-in-reply-to): Use mail-header-id
4590         rather than the alias mail-header-message-id.
4591         (ecomplete-add-item, ecomplete-save): Declare.
4592         (message-put-addresses-in-ecomplete): Require ecomplete.
4593         (ecomplete-display-matches): Autoload.
4594
4595         * mm-decode.el: Don't require mailcap, gnus-util.
4596         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4597         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4598         Autoload.
4599         (mailcap-mime-extensions): Declare.
4600
4601         * mm-encode.el: Don't require mailcap.
4602         (mailcap-extension-to-mime): Autoload.
4603
4604         * mml-sec.el: Don't require password-cache.
4605
4606         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4607         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4608         (mml-minibuffer-read-type): Require mailcap.
4609         (mml-preview): Require gnus-msg.
4610
4611         * mml1991.el: Require password-cache.
4612         (password-cache-expiry): Remove declaration.
4613
4614         * mml2015.el: Require password-cache.
4615         (password-cache-expiry): Remove declaration.
4616
4617         * nneething.el (mailcap): Require mailcap.
4618
4619         * nnheader.el (declare-function): Add compatibility stub.
4620         (message-remove-header): Declare rather than autoload.
4621         (nnheader-replace-header): Require message.
4622
4623         * nnimap.el (declare-function): Add compatibility stub.
4624         (netrc-parse, netrc-machine-user-or-password): Declare.
4625         (nnimap-open-connection): Require netrc.
4626
4627         * nntp.el (declare-function): Add compatibility stub.
4628         (netrc-parse, netrc-machine, netrc-get): Declare.
4629         (nntp-send-authinfo): Require netrc.
4630
4631         * rfc2047.el: Don't require qp.
4632         (quoted-printable-encode-region, quoted-printable-decode-string):
4633         Autoload.
4634
4635         * sieve-mode.el: Don't require easymenu.
4636         (easy-menu-add-item): Autoload it.
4637
4638         * spam-stat.el (time-to-number-of-days): Autoload it.
4639
4640 2010-03-19  Glenn Morris  <rgm@gnu.org>
4641
4642         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4643
4644 2010-03-18  Glenn Morris  <rgm@gnu.org>
4645
4646         * hashcash.el (declare-function): Remove duplicate definition.
4647
4648 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4649
4650         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4651         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4652         value if any backslash escapes).
4653
4654 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4655
4656         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4657         if it is available.  (bug#5647)
4658
4659         * lpath.el: Suppress compiler warning for coding-system-from-name for
4660         Emacs 21 and XEmacs.
4661
4662 2010-03-14  Juri Linkov  <juri@jurta.org>
4663
4664         * hmac-def.el:
4665         * hmac-md5.el:
4666         * netrc.el: Fix keywords.
4667
4668 2010-02-26  Glenn Morris  <rgm@gnu.org>
4669
4670         * message.el (message-send-mail-function): Change the default, so that
4671         it inherits from a customized send-mail-function.  (Bug#5643)
4672
4673 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4674
4675         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4676         shell-command-to-string signals an error (bug#5299).
4677
4678 2010-02-24  Glenn Morris  <rgm@gnu.org>
4679
4680         * message.el (message-smtpmail-send-it)
4681         (message-send-mail-with-mailclient): Doc fixes.
4682
4683 2010-02-16  Glenn Morris  <rgm@gnu.org>
4684
4685         * message.el (message-default-mail-headers): Change the default value
4686         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4687
4688 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4689
4690         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4691         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4692
4693 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4694
4695         * time-date.el (date-to-time): Doc fix (Bug#5408).
4696
4697 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4698
4699         * message.el (message-mail): Just pass yank-action on to message-setup.
4700         (message-setup): Handle (FUN . ARGS) form of yank-action.
4701         (message-with-reply-buffer, message-widen-reply)
4702         (message-yank-original): Handle non-buffer values of
4703         message-reply-buffer (Bug#4080).
4704         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4705
4706 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4707
4708         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4709         Fix typo in docstring.
4710
4711 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4712
4713         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4714         response.
4715
4716 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4717
4718         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4719
4720         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4721
4722         * message.el (message-check-news-header-syntax): Protect against a
4723         string that `rfc822-addresses' returns when parsing fails.
4724
4725 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4726
4727         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4728         (gnus-previous-char-property-change): New functions.
4729
4730         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4731
4732 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4733
4734         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4735         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4736
4737 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4738
4739         * message.el (message-exchange-point-and-mark): Rework last change to
4740         avoid using optional arg of exchange-point-and-mark, for backward
4741         compatibility.
4742
4743 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4744
4745         * message.el (message-exchange-point-and-mark):
4746         Call exchange-point-and-mark with an argument rather than setting
4747         mark-active by hand (Bug#5175).
4748
4749 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4750
4751         * nntp.el (nntp-service-to-port): Work for service expressed with
4752         numeric string; replace [:digit:] with [0-9] for XEmacs.
4753
4754 2009-12-17  Glenn Morris  <rgm@gnu.org>
4755
4756         * gnus-group.el (gnus-bug-group-download-format-alist):
4757         Change emacs entry to debbugs.gnu.org.  Bump :version.
4758
4759 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4760
4761         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4762
4763 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4764
4765         * message.el (message-info): Explain why we use `Info-goto-node'.
4766
4767 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4768
4769         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4770
4771 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4772
4773         * message.el (message-completion-in-region): New compatibility function.
4774         (message-expand-group): Use it.
4775
4776 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4777
4778         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4779         with no unread article should be listed if the 2nd arg `predicate' is
4780         given.
4781
4782 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4783
4784         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4785
4786 2009-11-29  Juri Linkov  <juri@jurta.org>
4787
4788         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4789         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4790         on `gnus-recenter'.  (Bug#4698, Bug#4981)
4791
4792 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4793
4794         * sha1.el (sha1-string-external): default-directory "/" in case
4795         otherwise non-existent.  process-connection-type pipe for touch of
4796         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4797
4798 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4799
4800         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4801         it's comms related and sgml-mode.el has "comm" on that basis too.
4802
4803 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4804
4805         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4806         containing tspecial characters if they have been already quoted.
4807
4808 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4809
4810         * dns-mode.el (auto-mode-alist): Purecopy string.
4811
4812 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4813
4814         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4815
4816 2009-10-24  Glenn Morris  <rgm@gnu.org>
4817
4818         * gnus-art.el (help-xref-stack-item): Define for compiler.
4819
4820 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4821
4822         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4823
4824 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4825
4826         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4827
4828 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4829
4830         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4831         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4832
4833 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4834
4835         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4836         (gnus-overlays-in): New alias to overlays-in.
4837
4838         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4839         gnus-overlay-get, and gnus-delete-overlay.
4840         (gnus-summary-show-thread): Make it work as well for systems in which
4841         next-single-char-property-change is not available.
4842         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4843
4844         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4845         (gnus-overlay-get): New alias to extent-property.
4846         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4847
4848         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4849         SXEmacs.
4850
4851         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4852         SXEmacs.
4853
4854 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4855
4856         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4857
4858 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4859
4860         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4861         and XEmacs that don't have `remove-overlays'.
4862
4863 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4864
4865         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4866         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4867         selective display.  Use overlays instead.
4868
4869 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4870
4871         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4872
4873 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4874
4875         * spam-stat.el (spam-stat-load): Fix typo in message.
4876
4877 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4878
4879         * dig.el (dig-invoke): Fix typo in docstring.
4880         (query-dig): Reflow docstring.
4881
4882 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4883
4884         * gnus-art.el (gnus-article-encrypt-body):
4885         * message.el (message-check-recipients):
4886         * mm-util.el (mm-codepage-setup):
4887         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4888         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4889
4890 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4891
4892         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4893         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4894         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4895         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4896         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4897
4898 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4899
4900         * dig.el: Add "Keywords: comm", as per net-utils.el.
4901
4902 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4903
4904         * dig.el (dig-mode): Use define-derived-mode.
4905
4906 2009-09-19  Glenn Morris  <rgm@gnu.org>
4907
4908         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4909
4910 2009-09-18  Glenn Morris  <rgm@gnu.org>
4911
4912         * gnus-diary.el (gnus-diary-check-message):
4913         * message.el (message-insert-formatted-citation-line):
4914         * nnbabyl.el (top-level):
4915         * nndiary.el (nndiary-schedule):
4916         Fix typos in condition-case handlers.
4917
4918 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4919
4920         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4921         configuration that provides the sole article window in a frame;
4922         position point correctly after deleting a part.
4923
4924 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4925
4926         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4927         (spam-resolve-registrations-routine): Use it to unregister articles
4928         that change status.
4929
4930 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4931
4932         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4933         with XEmacs.
4934         (parse-time-string-chars): Use it.
4935
4936 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4937
4938         * imap.el (imap-interactive-login): Better messages.
4939         (imap-open): Fix bug with renamed buffer on reconnect.
4940         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4941         for easier debugging and cleaner code.  On successful (guessed based on
4942         server capabilities) secondary authentication, set imap-state
4943         correctly.
4944         (imap-last-authenticator): Define imap-last-authenticator as a variable
4945         to avoid warnings.
4946
4947 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4948
4949         * nnrss.el (nnrss-request-article): Remove binding of
4950         default-enable-multibyte-characters that has gotten needless by
4951         the 2007-07-13 change in rfc2047-encode-message-header.
4952
4953         * mml.el (mml-insert-multipart): Error on the message header.
4954         (mml-insert-part): Error on the message header; position point at
4955         the end of a MIME tag.
4956
4957 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4958
4959         * time-date.el (autoload): Expand define-obsolete-function-alias into
4960         defalias and make-obsolete for old Emacsen that Gnus supports.
4961         (with-no-warnings): Define it for old Emacsen.
4962         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4963         is available.
4964         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4965         float-time is available; suppress compile warning for time-to-seconds.
4966
4967         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4968         (gnus-float-time): Alias to float-time if it exists.
4969
4970         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4971         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4972         float-time is available; suppress compile warning for time-to-seconds.
4973
4974         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4975         XEmacs.
4976
4977 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4978
4979         * imap.el (imap-message-map): Docstring fix.
4980
4981 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4982
4983         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4984         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4985         Add the optional argument `encoding' that overrides the default.
4986
4987         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4988         mm-encode-buffer.
4989
4990 2009-09-04  Glenn Morris  <rgm@gnu.org>
4991
4992         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4993         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4994         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4995         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4996         * mm-util.el (mm-with-unibyte-current-buffer)
4997         (mm-find-buffer-file-coding-system):
4998         * yenc.el (yenc-decode-region): Use default-value rather than
4999         default-enable-multibyte-characters.
5000
5001 2009-09-03  Glenn Morris  <rgm@gnu.org>
5002
5003         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5004         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5005         than default-enable-multibyte-characters.
5006
5007 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5008
5009         * gnus-art.el (gnus-article-read-summary-keys):
5010         Fix gnus-buffer-configuration's value temporarily used.
5011
5012 2009-09-02  Glenn Morris  <rgm@gnu.org>
5013
5014         * gnus-util.el (gnus-float-time): New function.
5015         * gnus-delay.el (gnus-delay-article):
5016         * gnus-sum.el (gnus-thread-latest-date):
5017         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5018         * nnspool.el (nnspool-request-newgroups):
5019         Use gnus-float-time rather than time-to-seconds.
5020         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5021
5022         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5023         (gnus-header-subject-face, gnus-header-newsgroups-face)
5024         (gnus-header-name-face, gnus-header-content-face):
5025         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5026         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5027         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5028         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5029         (gnus-cite-face-11):
5030         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5031         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5032         (gnus-server-closed-face, gnus-server-denied-face)
5033         (gnus-server-offline-face):
5034         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5035         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5036         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5037         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5038         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5039         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5040         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5041         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5042         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5043         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5044         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5045         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5046         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5047         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5048         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5049         (gnus-summary-high-undownloaded-face)
5050         (gnus-summary-low-undownloaded-face)
5051         (gnus-summary-normal-undownloaded-face)
5052         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5053         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5054         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5055         (gnus-splash-face):
5056         * message.el (message-header-to-face, message-header-cc-face)
5057         (message-header-subject-face, message-header-newsgroups-face)
5058         (message-header-other-face, message-header-name-face)
5059         (message-header-xheader-face, message-separator-face)
5060         (message-cited-text-face, message-mml-face):
5061         * sieve-mode.el (sieve-control-commands-face)
5062         (sieve-action-commands-face, sieve-test-commands-face)
5063         (sieve-tagged-arguments-face):
5064         * spam.el (spam-face):
5065         Mark face aliases with "-face" in the name as obsolete.
5066
5067 2009-09-01  Glenn Morris  <rgm@gnu.org>
5068
5069         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5070         than goto-line.
5071
5072 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5073
5074         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5075         Don't move point if the command is invoked inside the message header.
5076
5077 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5078
5079         * imap.el (imap-send-command): Simplify.
5080         (imap-wait-for-tag): point-max -> buffer-size.
5081
5082 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5083
5084         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5085         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5086         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5087         * nnir.el (nnir-swish-e-index-file):
5088         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5089         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5090         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5091         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5092         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5093         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5094
5095 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5096
5097         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5098         Don't save excursion.
5099
5100 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5101
5102         * nnheader.el (nnheader-find-file-noselect):
5103         * mm-util.el (mm-insert-file-contents):
5104         Use (default-value 'major-mode) instead of default-major-mode.
5105
5106 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5107
5108         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5109
5110 2009-08-26  Glenn Morris  <rgm@gnu.org>
5111
5112         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5113         than placing in files.el.
5114
5115 2009-08-25  Glenn Morris  <rgm@gnu.org>
5116
5117         * nnir.el (top-level): Don't require cl at run-time.
5118         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5119         Replace cl-function substitute with gnus-replace-in-string.
5120         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5121         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5122         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5123         simplified expansions.
5124
5125 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5126
5127         * dig.el (dig): Add autoload cookie.
5128
5129 2009-08-22  Glenn Morris  <rgm@gnu.org>
5130
5131         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5132         goto-line.
5133
5134 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5135
5136         * parse-time.el (parse-time-string-chars): Save match data.
5137
5138 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5139
5140         * parse-time.el (parse-time-string-chars): Compute using character
5141         classes, to handle non-ascii characters (Bug#3190).
5142
5143 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5144
5145         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5146
5147         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5148         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5149         (gnus-mm-display-part, gnus-mime-display-single)
5150         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5151         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5152
5153         * gnus-sum.el
5154         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5155         (gnus-summary-move-article): Add expirable mark to articles copied or
5156         moved to group that has auto-expire turned on if the option is non-nil.
5157
5158 2009-07-24  Glenn Morris  <rgm@gnu.org>
5159
5160         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5161         Fix typo.  (Bug#3903)
5162
5163 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5164
5165         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5166         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5167         that should not be used for draft articles.
5168         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5169         that has no concern in minor mode keys.
5170         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5171         Abolish.
5172
5173 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5174
5175         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5176         article without making inquiry to a user for unknown encoding.
5177
5178         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5179         (nnmaildir--scan): Assume i-node and device number that file-attributes
5180         returns might be cons-cell.
5181
5182         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5183
5184         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5185
5186 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5187
5188         * auth-source.el: Remove docs now in auth.texi.  Don't use
5189         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5190         `auth-source-hide-passwords' and use them.
5191
5192 2009-07-15  Glenn Morris  <rgm@gnu.org>
5193
5194         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5195
5196 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5197
5198         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5199         excessive whitespace from the default values of title and description.
5200
5201 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5202
5203         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5204         mail-fetch-field to fetch Content-Description header in order to
5205         exclude newlines.
5206
5207 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5208
5209         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5210         format used by GnuPG 2.0.11.
5211
5212 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5213
5214         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5215         to deleted part.
5216
5217 2009-05-30  David Engster  <dengste@eml.cc>
5218
5219         * nnmairix.el: Remove old documentation in the commentary block.
5220         (nnmairix-request-group): Do not update active file for nnml back ends.
5221         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5222         end so that overview files are ignored.
5223         (nnmairix-update-groups): Make updating the groups more robust by using
5224         marks.
5225         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5226         with dollar characters in message-id.
5227
5228 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5229
5230         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5231         2008-12-25 in dns.el.
5232
5233 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5234
5235         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5236         could happen if the text is only composed of spaces and/or tabs.
5237
5238 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5239
5240         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5241         when sending a queued message to avoid extra mml tags.
5242
5243 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5244
5245         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5246
5247 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5248
5249         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5250         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5251         rmail-toggle-header for XEmacs;
5252         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5253
5254 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5255
5256         * gnus-dired.el: Remove autoload for gnus-setup-message.
5257         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5258         displaying Gnus logo; always use compose-mail.
5259
5260 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5261
5262         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5263
5264 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5265
5266         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5267         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5268         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5269         available.
5270         (gnus-nocem-epg-verify): New function.
5271
5272 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5273
5274         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5275
5276 2009-02-15  Glenn Morris  <rgm@gnu.org>
5277
5278         * gnus-util.el (rmail-insert-rmail-file-header)
5279         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5280         autoloads.
5281         (rmail-default-rmail-file): Remove unnecessary declaration.
5282         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5283
5284 2009-02-14  Glenn Morris  <rgm@gnu.org>
5285
5286         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5287         variable (only used in gnus-util, which declares it anyway).
5288         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5289         which was only needed by gnus-art (changed to not use it any more).
5290         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5291         only used in gnus-util, which autoloads it itself.
5292         (rmail-update-summary): Fix autoload.
5293
5294         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5295         rather than rmail-output-to-rmail-file.
5296
5297 2009-02-07  Glenn Morris  <rgm@gnu.org>
5298
5299         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5300         autoload of function that no longer exists.
5301         (rmail-toggle-header): Declare.
5302         (message-forward-rmail-make-body): Handle mbox Rmail.
5303
5304 2009-01-31  Glenn Morris  <rgm@gnu.org>
5305
5306         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5307         2009-01-09 change.
5308
5309 2009-01-31  Dave Love  <fx@gnu.org>
5310
5311         * imap.el (imap-fetch-safe): Bind debug-on-error.
5312         (imap-debug): Add imap-fetch-safe.
5313
5314 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5315
5316         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5317         (auth-source-forget-all-cached): New convenience function.
5318         (auth-source-user-or-password): Accept list of modes or a single mode.
5319
5320         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5321         auth-source modes.
5322
5323         * netrc.el (netrc-machine-user-or-password): Use list of
5324         auth-source modes.
5325
5326         * nnimap.el (nnimap-open-connection): Use list of
5327         auth-source modes.
5328
5329         * nntp.el (nntp-send-authinfo): Use list of
5330         auth-source modes.
5331
5332 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5333
5334         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5335         now.
5336
5337 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5338
5339         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5340         coding system in XEmacs; add a workaround for XEmacs.
5341
5342         * lpath.el: Fbind coding-system-aliasee.
5343
5344 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5345
5346         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5347         of current-language-environment.
5348
5349 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5350
5351         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5352         available at runtime.
5353
5354 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5355
5356         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5357
5358 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5359
5360         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5361         the greatest positive fixnum value doesn't work under an XEmacs with
5362         bignum support; use the most-positive-fixnum constant instead,
5363         available since Emacs 21.1 with cl and XEmacs 21.1.
5364
5365 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5366
5367         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5368         XEmacs gets not to work.
5369
5370 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5371
5372         * mm-util.el (mm-coding-system-priorities): Allow the value like
5373         "Japanese (UTF-8)" of current-language-environment.
5374
5375 2009-01-09  Glenn Morris  <rgm@gnu.org>
5376
5377         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5378         with last-command-event.
5379
5380 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5381
5382         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5383         in the doc string.
5384
5385         * message.el (message-fix-before-sending): Amend comment.
5386
5387 2009-01-08  Dave Love  <fx@gnu.org>
5388
5389         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5390
5391 2009-01-07  David Engster  <dengste@eml.cc>
5392
5393         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5394         simplified server definitions by converting it via
5395         gnus-server-to-method.
5396
5397 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5398
5399         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5400         parameter's operands.
5401
5402 2009-01-06  David Engster  <dengste@eml.cc>
5403
5404         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5405         primary select method (for gnus-group-mark-article-as-read).
5406
5407 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5408
5409         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5410         `(gnus)Face', not `(gnus)X-Face'.
5411
5412 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5413
5414         * mm-util.el (mm-ucs-to-char): New function.
5415
5416         * mm-url.el (mm-url-decode-entities): Use it.
5417
5418         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5419         unicode-to-char.
5420
5421 2009-01-05  Dave Love  <fx@gnu.org>
5422
5423         * time-date.el: Require cl for `declare'.
5424
5425 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5426
5427         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5428         Dave Love.
5429
5430 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5431
5432         * message.el (message-fix-before-sending): Add `eight-bit' to
5433         illegible-text check.
5434
5435 2009-01-03  Michael Olson  <mwolson@gnu.org>
5436
5437         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5438         `headers' is nil.  This can occur if the IMAP server does not have
5439         permissions to read messages from a folder, but can write new messages
5440         to the folder.
5441         (nnimap-request-article-part): Do not insert `data' if it is nil.
5442
5443         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5444         characters which will confuse `read', so skip past them.
5445
5446 2009-01-01  Dave Love  <fx@gnu.org>
5447
5448         * imap.el (imap-string-to-integer): Fix typo.
5449         (imap-fetch-safe): New function.
5450         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5451
5452         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5453
5454         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5455         (imap-parse-greeting): Fix doc strings.
5456         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5457         (imap-parse-flag-list): Make messages unique.
5458         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5459
5460         * nnimap.el: Fix author email.
5461         (nnimap-split-rule): Add FIXME comment.
5462         (nnimap-debug): Fix doc string.
5463
5464 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5465
5466         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5467
5468 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5469
5470         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5471         nslookup if resolv.conf isn't available.
5472         (dns-query): Rename from query-dns.
5473         (dns-query-cached): Rename from query-dns-cached.
5474
5475 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5476
5477         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5478         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5479         to check if those variables exist (first appeared in Emacs 18.50).
5480
5481 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5482
5483         * mm-util.el (mm-line-number-at-pos): New function.
5484
5485         * spam-report.el (spam-report-process-queue): Use it.
5486
5487 2008-12-24  David Engster  <dengste@eml.cc>
5488
5489         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5490         parameters that haven't existed as variables as buffer-local variables.
5491
5492 2008-12-23  Dave Love  <fx@gnu.org>
5493
5494         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5495         cadar.
5496
5497         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5498         imap-starttls-p.
5499         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5500
5501 2008-12-22  Dave Love  <fx@gnu.org>
5502
5503         * imap.el: Fix author email.  Doc fixes.
5504         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5505         reply.
5506
5507 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5508
5509         * spam-report.el (spam-report-gmane-max-requests): New constant.
5510         (spam-report-gmane-wait): New variable.
5511         (spam-report-gmane-ham, spam-report-gmane-spam)
5512         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5513         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5514         the server.
5515
5516         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5517         Add explanations.
5518
5519         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5520         nnheader-accept-process-output and nnheader-read-timeout if available.
5521         (pop3-movemail): Use it.
5522
5523         * message.el (message-check-news-body-syntax): Fix signature check if
5524         there's an attachment.
5525
5526 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5527
5528         * mm-util.el: Add comments to the mm- emulating functions.
5529
5530 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5531
5532         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5533         Reported by Stephen Berman <stephen.berman@gmx.net>.
5534
5535 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5536
5537         * mm-util.el (mm-substring-no-properties): New function.
5538         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5539         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5540         (mm-string-to-multibyte): Doc fix.
5541
5542         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5543
5544 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5545
5546         * mml.el (mml-attach-file): Strip text properties from file name.
5547         (Bug#1574)
5548
5549 2008-12-16  Glenn Morris  <rgm@gnu.org>
5550
5551         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5552
5553 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5554
5555         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5556         knows since the charset specified might be a bogus alias that
5557         mm-charset-synonym-alist provides.
5558
5559 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5560
5561         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5562         "ISO_8859-1".
5563
5564         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5565
5566 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5567
5568         * mm-util.el (mm-charset-eval-alist):
5569         Define it before mm-charset-to-coding-system.
5570         (mm-charset-to-coding-system): Add optional argument `silent';
5571         define it before mm-charset-override-alist.
5572         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5573         default value if it can be used in Emacs currently running;
5574         silence mm-charset-to-coding-system.
5575
5576 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5577
5578         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5579         `allow-override' which says whether to use `mm-charset-override-alist'.
5580         (rfc2047-decode-encoded-words): Use it.
5581
5582         * mm-util.el (mm-charset-override-alist): Fix custom type;
5583         add `(gb2312 . gbk)' to choices.
5584
5585 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5586
5587         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5588         fast.
5589
5590         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5591
5592         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5593
5594 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5595
5596         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5597         on links.
5598
5599         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5600
5601 2008-12-03  Lute Kamstra  <lute@gnu.org>
5602
5603         * sha1.el: Remove leading * from docstrings of defcustoms,
5604         deffaces, defconsts and defuns.
5605
5606 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5607
5608         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5609         users' addresses that don't have domain parts.
5610         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5611         rather than message-narrow-to-head since there will be the message
5612         header separator.
5613
5614 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5615
5616         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5617         since the result is inserted in a unibyte buffer anyway.
5618         (nnimap-demule-use-string-to-multibyte): Remove.
5619         (nnimap-demule): Alias it to mm-string-to-multibyte.
5620
5621 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5622
5623         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5624         variable for debugging bug#464 and bug#1174.
5625         (nnimap-demule): Use it.
5626
5627 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5628
5629         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5630         score calculation correctly.
5631
5632 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5633
5634         * message.el (message-send-mail): Just set the buffer to unibyte
5635         rather than use mm-with-unibyte-current-buffer which does a lot more.
5636         (message-send-mail-partially): Don't bother with
5637         mm-with-unibyte-current-buffer since it's already been made unibyte by
5638         message-send-mail.
5639
5640 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5641
5642         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5643
5644 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5645
5646         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5647
5648 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5649
5650         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5651         require itself and to remove `with-no-warnings'.
5652
5653 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5654
5655         * starttls.el (starttls-any-program-available): Get the name of the
5656         available TLS layer program.
5657         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5658         well as the host name in the "opening" message.
5659
5660         * auth-source.el (auth-source-cache, auth-source-do-cache)
5661         (auth-source-user-or-password): Cache passwords and logins by default,
5662         allow override with `auth-source-do-cache'.
5663         (auth-source-forget-user-or-password): Allow users to remove cache
5664         entries if needed.
5665
5666 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5667
5668         * md4.el (md4-buffer): Fix typo in docstring.
5669         (md4, md4-64): Doc fixes.
5670         (md4-pack-int32): Reflow docstring.
5671
5672 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5673
5674         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5675         condition-case to only the forward-sexp call.
5676
5677 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5678
5679         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5680         quotes contained.  Make it more robust regardless by an extra
5681         condition-case wrapper.
5682
5683 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5684
5685         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5686
5687 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5688
5689         * nnml.el (nnml-request-expire-articles): Check if the function set to
5690         `nnmail-expiry-target' returns the symbol `delete'.
5691
5692         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5693
5694         * nnmail.el (nnmail-expiry-target): Fix custom type.
5695
5696 2008-10-02  Glenn Morris  <rgm@gnu.org>
5697
5698         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5699         Silence compiler warning.
5700
5701 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5702
5703         * tls.el (open-tls-stream): Show the actual command being
5704         executed, instead of the format string.
5705
5706 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5707
5708         * lpath.el: Fbind codepage-setup for Emacs 23.
5709
5710 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5711
5712         * mml.el (mml-menu): Don't assume mml2015 is bound.
5713
5714 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5715
5716         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5717         exists.
5718
5719 2008-09-27  Glenn Morris  <rgm@gnu.org>
5720
5721         * gnus-util.el (mail-header-remove-comments): Autoload it.
5722
5723 2008-09-27  Andreas Schwab  <schwab@suse.de>
5724
5725         * gnus-util.el (gnus-split-references): Strip comments.
5726         (gnus-parent-id): Likewise.
5727
5728 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5729
5730         * message.el (message-confirm-send): Fix version.
5731
5732 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5733
5734         * message.el (message-idna-to-ascii-rhs-1): Use
5735         mail-extract-address-components rather than mail-header-parse-addresses
5736         that is an alias by default to ietf-drums-parse-addresses that does not
5737         support non-ASCII names in headers' contents.
5738
5739 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5740
5741         * message.el (message-confirm-send): Fix variable documentation to
5742         avoid the "y/n" wording.
5743
5744 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5745
5746         * message.el (message-set-auto-save-file-name): Save to a different
5747         filename so multiple messages (especially drafts) can be recovered.
5748
5749 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5750
5751         * message.el (message-confirm-send): Add appropriate version.
5752
5753 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5754
5755         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5756         defvar.
5757
5758 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5759
5760         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5761         (mm-pkcs7-enveloped-magic): Ditto.
5762
5763 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5764
5765         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5766         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5767
5768 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5769
5770         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5771         default, it's better.
5772
5773 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5774
5775         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5776         summary line gnus-number property and ignore them (with a warning
5777         message).
5778
5779 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5780
5781         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5782         macro caddr in the interactive form since it won't be expanded.
5783
5784 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5785
5786         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5787         `charset'; fix name of function called recursively.
5788         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5789
5790 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5791
5792         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5793         (gnus-mime-set-charset-parameters): New function.
5794         (gnus-mime-view-part-as-charset): Use it to correctly display part
5795         specifying wrong charset.
5796
5797 2008-09-08  David Engster  <dengste@eml.cc>
5798
5799         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5800         in completing-read for back end server.
5801
5802 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5803
5804         * message.el (message-confirm-send): New variable to confirm sending a
5805         message.
5806         (message-send): Use it.
5807
5808 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5809
5810         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5811
5812 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5813
5814         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5815
5816 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5817
5818         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5819         prevent tracking too many groups.
5820         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5821         Use it.
5822
5823 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5824
5825         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5826         moving point to the bottom of the window in order to avoid recentering.
5827
5828 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5829
5830         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5831
5832         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5833         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5834         (gnus-article-beginning-of-window): Fix calculation.
5835
5836 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5837
5838         * gnus-msg.el (gnus-summary-supersede-article)
5839         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5840         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5841         message header.
5842
5843 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5844
5845         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5846         pending output coming after the status change.
5847
5848 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5849
5850         * message.el:
5851         * gnus-start.el:
5852         * gnus-registry.el: Remove VMS support.
5853
5854 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5855
5856         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5857         macro.
5858         (rfc2104-hash): Use it.
5859
5860 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5861
5862         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5863         (gnus-summary-sort-by-most-recent-date): New commands.
5864         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5865         and menu entries.
5866
5867 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5868
5869         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5870         don't redisplay article for raw contents; remove plural articles stuff.
5871
5872         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5873         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5874         on gnus-summary-save-article; display results properly.
5875
5876 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5877
5878         * lpath.el: No need to fbind ns-focus-frame.
5879
5880 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5881
5882         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5883
5884 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5885
5886         * gnus-art.el (gnus-summary-save-in-pipe):
5887         Consider gnus-save-all-headers.
5888
5889 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5890
5891         * gnus-util.el (ns-focus-frame): Remove declaration.
5892         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5893         like x.
5894
5895 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5896
5897         * rfc2104.el (rfc2104-zero): Delete defconst.
5898         (rfc2104-hex-alist): Likewise.
5899         (rfc2104-hex-to-int): Delete func.
5900         (rfc2104-hexstring-to-bitstring): Likewise.
5901         (rfc2104-nybbles): New defconst.
5902         (rfc2104-hash): Rewrite for speed.
5903
5904 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5905
5906         * tls.el (open-tls-stream): Make it work with the 2nd argument
5907         BUFFER that is a string but does not exist as a buffer object, as
5908         mentioned in the doc-string.
5909
5910 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5911
5912         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5913         SXEmacs.
5914
5915 2008-07-16  Glenn Morris  <rgm@gnu.org>
5916
5917         * gnus-util.el (ns-focus-frame): Declare for compiler.
5918
5919 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5920
5921         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5922         set as a group parameter.
5923         (gnus-summary-save-in-pipe): Work when it is called independently.
5924         (gnus-summary-pipe-to-muttprint): Don't modify
5925         gnus-summary-pipe-output-default-command.
5926
5927 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5928
5929         * message.el (message-send-mail-with-sendmail):
5930         Display the error message.
5931
5932 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5933
5934         * gnus-art.el (gnus-default-article-saver):
5935         Add gnus-summary-save-in-pipe to choices.
5936         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5937         gnus-summary-pipe-output-default-command as the default command.
5938         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5939         instead of gnus-last-shell-command.
5940
5941         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5942         New user option.
5943         (gnus-summary-muttprint-program): Mention the value will be changed.
5944         (gnus-summary-save-article): Force showing of all headers.
5945         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5946
5947 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5948
5949         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5950
5951 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5952
5953         * nnimap.el (nnimap-id):
5954         * sieve-manage.el (sieve-manage-open): Doc fixes.
5955
5956 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5957
5958         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5959         if available.
5960
5961 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5962
5963         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5964
5965         * nnkiboze.el (nnkiboze-generate-group):
5966         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5967
5968         * nnmairix.el: Require CL.
5969
5970 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5971
5972         * dgnushack.el: Autoload get-display-table and put-display-table for
5973         XEmacs 21.5.
5974
5975         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5976         21.4 and SXEmacs.
5977
5978 2008-06-15  David Engster  <dengste@eml.cc>
5979
5980         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5981
5982 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5983
5984         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5985         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5986         runtime choice under XEmacs.
5987
5988         * gnus-sum.el (gnus-summary-set-display-table):
5989         Use `gnus-put-display-table', `gnus-get-display-table',
5990         `gnus-set-display-table' for the display table, instead of `aset'.
5991
5992         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5993         Use `gnus-put-display-table', `gnus-get-display-table',
5994         `gnus-set-display-table' for the display table.
5995
5996 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5997
5998         * nnmairix.el: Add autoloads.
5999
6000 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6001
6002         * nnmairix.el (nnmairix-delete-recreate-group)
6003         (nnmairix-update-and-clear-marks): Fix error messages.
6004
6005 2008-06-14  David Engster  <dengste@eml.cc>
6006
6007         * nnmairix.el: Upgrade to version 0.6.
6008         (nnmairix-group-toggle-propmarks-this-group)
6009         (nnmairix-group-toggle-readmarks-this-group)
6010         (nnmairix-group-delete-recreate-this-group)
6011         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6012         (nnmairix-remove-tick-mark-original-article): New commands.
6013         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6014         (nnmairix-propagate-marks-to-nnmairix-groups)
6015         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6016         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6017         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6018         functions needed for marks propagation and manipulation of read marks.
6019         (nnmairix-update-groups): New function.
6020         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6021         (nnmairix-determine-original-group-from-registry)
6022         (nnmairix-determine-original-group-from-path)
6023         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6024         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6025         New helper functions.
6026         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6027         keystrokes for new commands.
6028         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6029         (nnmairix-request-group): Check allow-fast group parameter.
6030         (nnmairix-request-create-group): Set allow-fast group parameter if
6031         nnmairix-allowfast-default is set.
6032         (nnmairix-close-group): Propagate marks upon closing if needed.
6033         (nnmairix-group-toggle-threads-this-group): Use new.
6034         nnmairix-group-toggle-parameter helper function.
6035         (nnmairix-search): Better check for empty search result.
6036         (nnmairix-goto-original-article): Use new helper functions for
6037         determining original article.
6038         (nnmairix-show-original-article): Make sure message-id is in brackets.
6039         (nnmairix-call-mairix-binary): Change variable name.
6040         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6041         helper function.
6042         (nnmairix-widget-toggle-activate): Fix doc string.
6043
6044 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6045
6046         * nnir.el: Require edmacro when compiling with XEmacs.
6047         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6048         available in Emacs 21.
6049
6050 2008-06-11  Glenn Morris  <rgm@gnu.org>
6051
6052         * gnus-util.el (x-focus-frame):
6053         * gnus.el (image-size):
6054         * mm-decode.el (image-size): Declare.
6055
6056         * gnus-picon.el (declare-function): Add compat definition.
6057         (image-size): Declare.
6058
6059         * gnus-group.el (tool-bar-map):
6060         * gnus-sum.el (tool-bar-map): Define for compiler.
6061
6062         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6063
6064         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6065
6066         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6067         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6068         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6069         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6070         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6071         * sieve-manage.el, spam-report.el, spam.el:
6072         Remove unnecessary eval-and-compile of autoloads.
6073
6074 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6075
6076         * auth-source.el: Precise Tramp doc.
6077
6078 2008-06-07  Glenn Morris  <rgm@gnu.org>
6079
6080         * nnmairix.el: Remove unnecessary eval-when-compile.
6081
6082 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6083
6084         * lpath.el: Fbind propertize for XEmacs 21.4.
6085
6086 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6087
6088         * nnir.el: Move here from ../contrib.
6089
6090 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6091
6092         * gnus-util.el (gnus-read-shell-command): New function.
6093         * mm-decode.el (mm-pipe-part):
6094         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6095
6096 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6097
6098         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6099
6100 2008-06-03  Glenn Morris  <rgm@gnu.org>
6101
6102         * pop3.el (nnheader-accept-process-output): Autoload it.
6103
6104 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6105
6106         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6107         are not 2-digit hexadecimal characters that follow `%'s.
6108
6109 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6110
6111         * message.el (message-bogus-recipient-p): Fix type in doc string.
6112         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6113         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6114         Improve custom options.
6115         (message-bogus-recipient-p): Adjust accordingly.
6116
6117 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6118
6119         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6120         long-form month and day names.
6121
6122 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6123
6124         * dgnushack.el: Autoload debug, eudc-expand-inline and
6125         pgg-snarf-keys-region for XEmacs.
6126
6127         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6128
6129         * nnmairix.el: Require edmacro when compiling with XEmacs.
6130
6131 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6132
6133         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6134         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6135
6136 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6137
6138         * auth-source.el: Add more docs.
6139
6140         * netrc.el (netrc-machine): Always match if the port is not given.
6141
6142 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6143
6144         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6145         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6146         retrieval faster in some cases, but might make CPU usage larger.
6147         If this has any bad side effects, we might revert this change.
6148
6149         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6150         seems to make mail retrieval much, much faster.
6151         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6152         unconditionally.
6153
6154         * gnus-draft.el (gnus-group-send-queue):
6155         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6156
6157 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6158
6159         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6160
6161         * message.el (message-bogus-address-regexp): Fix and improve custom
6162         type.
6163         (message-setup-hook): Add message-check-recipients as custom option.
6164
6165 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6166
6167         * message.el (message-cite-function): Remove bogus autoload which crept
6168         in during merge from v5-10.
6169
6170 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6171
6172         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6173
6174         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6175
6176         * auth-source.el: Preliminary Tramp docs.
6177         (auth-sources): Change the default auth-sources to use
6178         EPA .gpg files.
6179
6180 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6181
6182         * nntp.el: Autoload `auth-source-user-or-password'.
6183         (nntp-send-authinfo): Use it.
6184
6185         * nnimap.el: Autoload `auth-source-user-or-password'.
6186         (nnimap-open-connection): Use it.
6187
6188         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6189         for the gnus-message function.
6190         (auth-source-user-or-password): Use it.
6191
6192 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6193
6194         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6195         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6196         (rfc2104-hash): Use it.
6197
6198 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6199
6200         * gnus-art.el (gnus-article-toggle-truncate-lines):
6201         Don't use `iff' in docstring.
6202
6203 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6204
6205         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6206
6207         * gnus-util.el (gnus-extract-address-component-name)
6208         (gnus-extract-address-component-email): Convenience functions around
6209         `gnus-extract-address-components'.
6210
6211         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6212         Use `gnus-extract-address-component-email' to fix bug of comparing full
6213         sender name to `user-mail-address'.
6214
6215 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6216
6217         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6218         catch/throw to optimize.
6219         (gnus-registry-find-keywords): Just use member to find a keyword.
6220
6221 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6222
6223         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6224         is current before calling gnus-server-prepare.
6225         (gnus-server-setup-buffer, gnus-server-update-server)
6226         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6227
6228 2008-05-04  Juri Linkov  <juri@jurta.org>
6229
6230         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6231         (mailcap-file-default-commands): Use mailcap-replace-in-string
6232         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6233         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6234
6235 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6236
6237         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6238
6239 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6240
6241         * gnus.el: Bump version to 0.11.
6242
6243 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6244
6245         * gnus.el: No Gnus v0.10 is released.
6246
6247 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6248
6249         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6250         hooks.
6251         (gnus-update-read-articles): Speed up non-marks-using users.
6252         (gnus-use-marks): Define gnus-use-marks.
6253         (gnus-propagate-marks): Rename variable to something more sensible.
6254
6255 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6256
6257         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6258         (gmm-image-load-path-for-library): Fix typos in docstrings.
6259         (gmm-message): Reflow docstring.
6260
6261 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6262
6263         * mail-source.el (mail-source-set-1, mail-source-bind):
6264         Move auth-source code out of the macro to clean it up and fix bugs.
6265
6266 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6267
6268         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6269         by sender if it's equal to user-mail-address, it's likely to be
6270         useless.
6271
6272         * mail-source.el (mail-source-bind): Don't use user or password if they
6273         are not bound.  Unintern them if they are nil.  Don't use server unless
6274         it's bound, and default it to empty string otherwise.
6275
6276 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6277
6278         * mail-source.el: Load auth-source.el.
6279         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6280         get user name or password, if auth-sources is set up.
6281
6282         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6283         strategy of splitting with parent.
6284         (gnus-registry-split-fancy-with-parent)
6285         (gnus-registry-post-process-groups): Use it and fix prior
6286         bug (returning a list as the split result).
6287
6288         * auth-source.el (auth-sources): Remove server parameter.
6289         (auth-source-pick, auth-source-user-or-password)
6290         (auth-source-user-or-password-imap)
6291         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6292         (auth-source-user-or-password-sftp)
6293         (auth-source-user-or-password-smtp): Remove server parameter.
6294
6295 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6296
6297         * smime.el (smime-sign-region, smime-encrypt-region)
6298         (smime-decrypt-region):
6299         Remove redundant calls to `generate-new-buffer-name'.
6300
6301 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6302
6303         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6304         Don't use QP for message/rfc822.
6305         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6306
6307 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6308
6309         * sieve-manage.el (sieve-string-bytes): Remove.
6310         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6311         correct byte-length only if the process's coding-system is the same as
6312         the one used internally by Emacs to represent strings.
6313
6314 2008-04-22  Juri Linkov  <juri@jurta.org>
6315
6316         * mailcap.el (mailcap-file-default-commands): New function.
6317
6318 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6319
6320         * message.el (message-signature-separator, message-cite-function):
6321         Change custom version.
6322
6323 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6324
6325         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6326         commands.
6327         (tls-checktrust): Ditto.
6328
6329 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6330
6331         * mm-decode.el (mm-display-external): Make temp file read-only.
6332
6333 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6334
6335         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6336         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6337         `C-c C-f d'.
6338
6339 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6340
6341         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6342
6343 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6344
6345         * gnus.el: Bump version to 0.9.
6346
6347 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6348
6349         * gnus.el: No Gnus v0.8 is released.
6350
6351 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6352
6353         * mail-source.el (mail-source-value):
6354         Prefer fboundp to functionp so it works with macros as well.
6355
6356 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6357
6358         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6359         Fix last change in case the element is not even a symbol.
6360
6361 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6362
6363         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6364         Prefer fboundp to functionp so it works with macros as well.
6365
6366 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6367
6368         * auth-source.el: Add docs.
6369         (auth-sources): Modify format to support server.
6370         (auth-source-pick, auth-source-user-or-password)
6371         (auth-source-user-or-password-imap)
6372         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6373         (auth-source-user-or-password-sftp)
6374         (auth-source-user-or-password-smtp): Add server parameter.
6375
6376 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6377
6378         * gnus-registry.el: Initialize the registry when gnus-registry-install
6379         is t.
6380
6381 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6382
6383         * compface.el (uncompface): Make buffer unibyte.
6384
6385 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6386
6387         * mail-source.el (mail-source-value):
6388         Prefer fboundp to functionp so it works with macros as well.
6389
6390 2008-04-05  Glenn Morris  <rgm@gnu.org>
6391
6392         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6393
6394 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6395
6396         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6397         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6398
6399         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6400         multibyteness after rather than before erasing it.
6401
6402         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6403         mm-with-multibyte.
6404         (gnus-request-article-this-buffer): Make sure the proper decoding is
6405         used if gnus-original-article-buffer happens to be unibyte.
6406
6407         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6408         default-enable-multibyte-characters.
6409
6410         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6411         default-enable-multibyte-characters.
6412
6413         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6414
6415         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6416
6417 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6418
6419         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6420         Fix last change in case the element is not even a symbol.
6421
6422 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6423
6424         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6425         (imap-message-copyuid-1): Use it.
6426         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6427         J. Williams in
6428         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6429
6430         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6431         imap-enable-exchange-bug-workaround.
6432         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6433
6434 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6435
6436         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6437         a 100 byte status-checks into a 2-3MB transfer for each group.
6438         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6439         to enable bug workaround or not.
6440         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6441
6442 2008-03-31  Glenn Morris  <rgm@gnu.org>
6443
6444         * message.el (mml2015-use): Declare for compiler.
6445         (message-info): Require mml2015 when appropriate.
6446
6447 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6448
6449         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6450         whitespace.
6451
6452 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6453
6454         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6455         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6456         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6457         (nntp-service-to-port): New function.
6458         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6459         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6460         (nntp-open-netcat-stream): New function.
6461         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6462
6463 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6464
6465         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6466
6467 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6468
6469         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6470
6471 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6472
6473         * dns.el (dns-write): Use set-buffer-multibyte.
6474
6475 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6476
6477         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6478
6479 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6480
6481         * message.el (message-signature-separator): Change default.
6482         Improve custom type.
6483         (message-cite-function): Change default to
6484         message-cite-original-without-signature.
6485
6486         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6487         toggle.
6488
6489         * message.el (message-check-news-body-syntax): Fix signature check.
6490         (message-setup-1): Mark buffer as unmodified _after_ running
6491         message-setup-hook and handling message-alternative-emails.
6492         (message-shorten-references): Be more strict when building list of
6493         valid references to comply with GNKSA.
6494
6495         * gnus-group.el (gnus-read-ephemeral-bug-group)
6496         (gnus-read-ephemeral-debian-bug-group)
6497         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6498
6499         * message.el (message-info): Don't use booleanp which isn't supported
6500         in Emacs 21 and XEmacs.
6501
6502 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6503
6504         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6505         gnus-group-gmane-group-download-format.
6506         (gnus-group-read-ephemeral-gmane-group): Rename from
6507         gnus-group-read-ephemeral-gmane-group.
6508         (gnus-read-ephemeral-gmane-group-url): Rename from
6509         gnus-group-read-ephemeral-gmane-group-url.
6510         (gnus-bug-group-download-format-alist): New variable.
6511         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6512         (gnus-read-ephemeral-emacs-bug-group): New commands.
6513
6514 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6515
6516         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6517         (gnus-visible-headers): Improve custom type.
6518
6519 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6520
6521         * mml.el (mml-menu): Add workarounds for XEmacs.
6522
6523         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6524         X-Boundary header.
6525
6526         * message.el (message-simplify-recipients): Fix previous commit.
6527
6528 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6529
6530         * mm-util.el (mm-set-buffer-multibyte): New function.
6531         * mm-decode.el (mm-copy-to-buffer): Use it.
6532
6533         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6534         Prefer fboundp to functionp so it works with macros as well.
6535
6536 2008-03-19  Glenn Morris  <rgm@gnu.org>
6537
6538         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6539         Accidentally removed in the sync process with Emacs.
6540
6541 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6542
6543         * message.el (message-alter-recipients-discard-bogus-full-name):
6544         New function.
6545         (message-alter-recipients-function): New variable.
6546         (message-get-reply-headers): Use it.
6547         (message-replace-header): New helper function.
6548         (message-recipients-without-full-name): New variable.
6549         (message-simplify-recipients): New command.
6550
6551         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6552
6553         * message.el (message-info): Handle EasyPG manual.
6554
6555         * mml.el (mml-menu): Add entry for EasyPG.
6556
6557 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6558
6559         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6560         parameter.
6561
6562         * message.el (message-disassociate-draft): Specify drafts group name
6563         fully.
6564
6565 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6566
6567         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6568         Eliminate unnecessary duplicates from the match list.
6569
6570 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6571
6572         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6573
6574         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6575
6576         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6577         args of `how-many' of which the XEmacs version doesn't take; declare
6578         Info-index-next as function.
6579
6580 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6581
6582         * gnus-score.el (gnus-score-headers): Fix handling of
6583         gnus-inhibit-slow-scoring.
6584
6585         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6586         string.
6587         (gnus-button-url-regexp): Improve handling of parenthesis.
6588         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6589         (gnus-button-handle-info-keystrokes): Handle index entries.
6590
6591 2008-03-15  Glenn Morris  <rgm@gnu.org>
6592
6593         * parse-time.el (parse-time-string): Simplify.
6594
6595 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6596
6597         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6598         Incoming* files.
6599
6600 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6601
6602         * auth-source.el (auth-sources): Rename from auth-source-choices.
6603         (auth-source-pick): Use it.
6604
6605 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6606
6607         * binhex.el (binhex-decode-region-internal):
6608         * uudecode.el (uudecode-decode-region-internal):
6609         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6610         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6611         setting default-enable-multibyte-characters.
6612
6613 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6614
6615         * auth-source.el (auth-source-protocols)
6616         (auth-source-protocols-customize, auth-source-choices): Add and
6617         modified variable customizations and defaults.
6618         (auth-source-pick, auth-source-user-or-password)
6619         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6620         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6621         (auth-source-user-or-password-sftp)
6622         (auth-source-user-or-password-smtp): Use new variables and provide an
6623         interface to netrc.el.
6624
6625 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6626
6627         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6628         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6629         Make sure the nntp port to specify is a string.
6630
6631 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6632
6633         * nntp.el: Use with-current-buffer.
6634         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6635         dubious mm-with-unibyte-current-buffer.
6636         (nntp-with-open-group-function): New function extracted from
6637         nntp-with-open-group macro.
6638         (nntp-with-open-group): Use the function, so it's easier to debug.
6639         Add indentation and debugging info.
6640         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6641         Recommend the use of the netcat alternatives.
6642
6643         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6644         Avoid mm-string-as-multibyte as well.
6645
6646         * nnweb.el (nnweb-insert-html):
6647         Remove use of nnheader-string-as-multibyte.
6648
6649         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6650         (nnheader-string-as-multibyte): Remove.
6651
6652         * mm-view.el: Use inhibit-read-only.
6653         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6654         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6655         or unibyte-string.
6656
6657         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6658         (mm-uu-yenc-extract): Use with-current-buffer.
6659
6660         * gnus-soup.el (gnus-soup-send-packet): Don't use
6661         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6662
6663         * nnmh.el: Use with-current-buffer.
6664         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6665         mm-string-as-multibyte on the output of mm-encode-coding-string.
6666
6667         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6668         (nnimap-request-move-article): Use with-current-buffer.
6669
6670         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6671         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6672         conversion uses string-make-unibyte rather than string-as-unibyte.
6673
6674         * gnus-msg.el: Use with-current-buffer.
6675
6676         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6677
6678 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6679
6680         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6681         string for caching if it is 'PIN.
6682
6683 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6684
6685         * lpath.el: Consider the case without Emacs/W3.
6686
6687 2008-03-08  Glenn Morris  <rgm@gnu.org>
6688
6689         * time-date.el (date-to-time, time-subtract, time-add)
6690         (safe-date-to-time): Doc fixes.
6691
6692 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6693
6694         * mail-source.el (mail-source-delete-old-incoming-confirm):
6695         Change default to nil.
6696         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6697
6698 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6699
6700         * lpath.el: Rearrange.
6701
6702         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6703         (gnus-article-goto-prev-page): Work for articles having ^L's.
6704
6705         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6706
6707         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6708
6709 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6710
6711         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6712         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6713         (gnus-bookmark-jump): Adjust some variable names.
6714
6715 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6716
6717         * auth-source.el: New package.
6718         (auth-source-choices): Add customization entry point variable.
6719
6720         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6721         bug.
6722
6723 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6724
6725         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6726         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6727         (gnus-registry-install-shortcuts): Rename from
6728         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6729         the `gnus-registry-mark-map' keymap dynamically from
6730         `gnus-registry-marks'.  The generated functions update the summary line
6731         when a registry mark is added or deleted, and will call
6732         `gnus-registry-install-p' (see the comments in the code).
6733         (gnus-registry-user-format-function-M): Use concat intelligently.
6734
6735         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6736         the registry mark functions.
6737
6738 2008-03-05  Glenn Morris  <rgm@gnu.org>
6739
6740         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6741         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6742         gnus-art.
6743         (top-level): No need to load own source when compiling.
6744
6745 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6746
6747         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6748         Suggested by <chris.anderton@zetnet.co.uk>.
6749
6750 2008-03-04  Glenn Morris  <rgm@gnu.org>
6751
6752         * gnus-sum.el (top-level): No need to require gnus when compiling,
6753         since unconditionally required near start of file.
6754         (gnus-summary-display-while-building): Move definition before use.
6755
6756 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6757
6758         * gnus-registry.el (gnus-registry-user-format-function-M):
6759         Add formatting function.
6760
6761 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6762
6763         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
6764         with plists.
6765         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6766         Use new format.
6767
6768 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6769
6770         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6771         `where-is-internal' that returns a range of key sequences.
6772
6773 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6774
6775         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6776
6777         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6778         (gnus-summary-jump-to-group): Consider windows on other displayed
6779         frames as well.  Similar changes might be needed elsewhere, but that's
6780         the one I've bumped into during my use.
6781
6782         * nndoc.el (nndoc-oe-dbx-type-p):
6783         * gnus-msg.el (gnus-debug):
6784         * gnus-group.el (gnus-update-group-mark-positions):
6785         Use mm-string-to-multibyte.
6786
6787 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6788
6789         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6790         doesn't handle NotDashEscaped.
6791
6792         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6793         (mml-dnd-attach-options): Fix typo in custom choice.
6794
6795         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
6796         Change nndoc-article-type to mbox.
6797         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6798
6799         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6800         to nil, instead of html2text.
6801
6802         * imap.el (imap-debug): Add `imap-ping-server'.
6803
6804         * gnus-bookmark.el: Add FIXMEs.
6805
6806         * message.el (message-form-letter-separator)
6807         (message-send-form-letter-delay): New variables.
6808         (message-send-form-letter): Use them.  New command to send form
6809         letters.  Requested by Uwe Siart.
6810         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6811
6812 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6813
6814         * Update copyright years.
6815
6816 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6817
6818         Sync from EMACS_22_BASE.
6819
6820         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6821
6822 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6823
6824         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6825         empty author.
6826
6827 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6828
6829         * gnus-registry.el (gnus-registry-marks): Add variable for
6830         customization of marks and their appearance.
6831         (gnus-registry-read-mark): Use it.
6832         (gnus-registry-do-marks): Add utility function to loop through
6833         `gnus-registry-marks'.
6834         (gnus-registry-install-shortcuts-and-menus): Add function to install
6835         shortcuts and menus.
6836         (gnus-registry-initialize): Use it.
6837         (gnus-registry-default-mark): Clarify documentation.
6838
6839 2008-02-29  Glenn Morris  <rgm@gnu.org>
6840
6841         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6842         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6843         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6844         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6845         Change defcustom :version from 23.0 to 23.1.
6846
6847 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6848
6849         * gnus-registry.el (gnus-registry-follow-group-p)
6850         (gnus-registry-post-process-groups): Add functions to aid registry
6851         splitting and improve logging.  Clarify behavior in function
6852         documentation.
6853         (gnus-registry-split-fancy-with-parent): Use them.
6854
6855 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6856
6857         * gnus-art.el: Use with-current-buffer.
6858
6859 2008-02-27  David Engster  <dengste@eml.cc>
6860
6861         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6862         Express real group name in the response.
6863
6864 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6865
6866         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6867         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6868         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6869         autoload gnus-registry-fetch-group when compiling.
6870         (nnmairix-request-group-with-article-number-correction):
6871         Remove unreferenced argument passed to nnmairix-call-backend.
6872
6873 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6874
6875         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6876         (mm-uu-extract): Improve face for low color ttys.
6877         Reported by Sascha Wilde.
6878
6879 2008-02-27  Glenn Morris  <rgm@gnu.org>
6880
6881         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6882         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6883         variables to defconsts.  Convert comments to doc-strings.
6884         (nnmairix-last-server, nnmairix-current-server): Convert from free
6885         variables to defvars.  Convert comments to doc-strings.
6886         (gnus-registry-fetch-group): Autoload.
6887         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6888         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6889         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6890         caddr.
6891         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6892         nnmairix-request-group-with-article-number-correction call.
6893         (nnmairix-fast, nnmairix-group): New, less general names, for free
6894         variables passed from nnmairix-request-group to
6895         nnmairix-request-group-with-article-number-correction.  Declare.
6896         (nnmairix-request-group-with-article-number-correction):
6897         Use nnmairix-fast, nnmairix-group rather than fast, group.
6898
6899 2008-02-26  David Engster  <dengste@eml.cc>
6900
6901         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6902         version 0.5.
6903
6904 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6905
6906         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6907         instead of making an extra function call.  Don't add the current group
6908         to articles only when they have the group.  Use
6909         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6910         Reported by David <de_bb@arcor.de>.
6911
6912 2008-02-24  Miles Bader  <miles@gnu.org>
6913
6914         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
6915         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
6916         (mm-find-mime-charset-region):
6917         * mm-bodies.el (mm-encode-body):
6918         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
6919
6920 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6921
6922         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6923         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6924
6925 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6926
6927         * mail-source.el (mail-source-delete-incoming): Change default.
6928         Supplement doc string.
6929
6930         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6931
6932 2008-02-14  Glenn Morris  <rgm@gnu.org>
6933
6934         * time-date.el (format-seconds): New function.
6935
6936 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6937
6938         * nnmail.el (nnmail-message-id-cache-file): Derive from
6939         `gnus-home-directory'.
6940
6941 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6942
6943         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6944         Document negative prefix.
6945
6946         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6947
6948 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6949
6950         * message.el (message-unsent-separator): Add the Exim bounce
6951         separator.
6952
6953 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6954
6955         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6956         list.
6957         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6958         recipient/signer list.
6959
6960 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6961
6962         * Makefile.in (datarootdir): Define.
6963         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6964         name that might contain whitespace.
6965
6966 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6967
6968         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6969         fbound (Emacs 23 unicode), signal an error.
6970
6971 2008-02-08  Glenn Morris  <rgm@gnu.org>
6972
6973         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6974
6975 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6976
6977         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6978         ports to the calls to `netrc-machine-user-or-password' in addition to
6979         "imap" and "imaps".
6980
6981 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6982
6983         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6984
6985         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6986
6987 2008-02-01  Kenichi Handa  <handa@m17n.org>
6988
6989         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6990         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6991         (rfc2104-hash): Convert the result of concat to unibyte string.
6992
6993 2008-02-01  Dave Love  <fx@gnu.org>
6994
6995         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6996         coding-system-for-read.
6997         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6998
6999 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7000
7001         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7002         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7003         <hanche@math.ntnu.no>.
7004
7005 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7006
7007         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7008
7009         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7010
7011 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7012
7013         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7014         * message.el (message-beginning-of-line): Use featurep instead of bound
7015         tests in order to resolve conditionals at compile time.
7016
7017 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7018
7019         * mail-source.el (mail-sources): Add `group' choice.
7020
7021         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7022         parameter `in-group' to control into which group the articles go.
7023         Add treatment of `group' mail-source.
7024
7025 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7026
7027         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7028
7029         * mm-decode.el (mm-dissect-buffer): Decode description.
7030
7031         * mml.el (mml-to-mime): Encode message header first.
7032
7033 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7034
7035         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7036         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7037
7038         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7039         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7040
7041 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7042
7043         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7044
7045 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7046
7047         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7048         prefix keys.
7049         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7050         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7051         gnus-xmas.el.
7052
7053         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7054         (gnus-xmas-article-describe-bindings): New function.
7055         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7056         gnus-xmas-article-describe-bindings.
7057
7058         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7059
7060 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7061
7062         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7063         Add new variables for article mark management.
7064         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7065         list of extra data entries which, when present, will indicate that the
7066         article ID should not be trimmed from the registry.
7067         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7068         functions.
7069         (gnus-registry-read-mark): New function to read a mark name from the
7070         user.
7071         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7072         (gnus-registry-set-article-mark-internal): New functions to add and
7073         remove marks.
7074         (gnus-registry-get-article-marks): New function to show the marks for
7075         an article, or retrieve them for further use.
7076
7077 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7078
7079         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7080         keys when no argument is given.
7081
7082 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7083
7084         * imap.el (imap-ping-server): New variable.
7085         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7086         (imap-ping-server): Minor doc string fixes.
7087
7088 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7089
7090         * imap.el (imap-ping-server): New function.
7091         (imap-opened): Call imap-ping-server.
7092
7093 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7094
7095         * gnus-sum.el (gnus-article-sort-by-random)
7096         (gnus-thread-sort-by-random): Fix doc strings.
7097         Reported by jidanni@jidanni.org.
7098
7099 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7100
7101         * gnus-art.el (gnus-article-describe-bindings): New function.
7102         (gnus-article-read-summary-keys): Use it.
7103         (gnus-article-mode-map): Bind `C-h b' to it.
7104
7105 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7106
7107         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7108         XEmacs.
7109         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7110         Protect against non-character events.
7111
7112         * lpath.el: Fbind map-keymap for Emacs 21.
7113
7114 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7115
7116         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7117         New command.
7118         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7119         instead of END.  Change name of the temp file.
7120         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7121         customizable.
7122
7123 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7124
7125         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7126         bind `S W' to gnus-article-wide-reply-with-original; set default
7127         binding to gnus-article-read-summary-send-keys.
7128         (gnus-article-read-summary-keys): Fix the order of keys; display
7129         continuation keys correctly in the echo area; describe bindings
7130         correctly when keys end with `C-h'.
7131         (gnus-article-read-summary-send-keys): New function.
7132         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7133         Work for gnus-article-read-summary-send-keys; display continuation keys
7134         correctly in the echo area.
7135         (gnus-article-reply-with-original): Ignore prefix argument.
7136         (gnus-article-wide-reply-with-original): New function.
7137
7138         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7139         Emacs 21.
7140
7141 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7142
7143         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7144         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7145
7146 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7147
7148         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7149         (gnus-group-read-ephemeral-gmane-group): New command.
7150
7151 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7152
7153         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7154
7155 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7156
7157         * message.el (message-send-mail-function): Increase custom version.
7158
7159         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7160         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7161
7162 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7163
7164         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7165         for the cases where imap-authenticate is called with a nil buffer
7166         parameter.
7167
7168 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7169
7170         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7171         html parts correctly; support forwarded messages.
7172         (gnus-article-browse-html-article): Remove work buffers.
7173
7174         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7175         compiling.
7176         (netrc-bound-and-true-p): New macro.
7177         (netrc-parse): Use it instead of bound-and-true-p that is not available
7178         in XEmacs 21.4.
7179
7180 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7181
7182         * gnus-registry.el (gnus-registry-mark-article)
7183         (gnus-registry-article-marks): Add functionality to mark articles
7184         through the Gnus registry.
7185
7186         * encrypt.el: Clarify documentation for the new pgg method.
7187         (encrypt-file-alist): Add PGG option.
7188         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7189         functionality.  Abstract password key and messaging to external
7190         functions.
7191         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7192         (encrypt-message-method-and-cipher): Add new convenience external
7193         functions.
7194         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7195         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7196
7197         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7198         (netrc-parse): Use encrypt-file-alist to determine if
7199         encrypt-find-model or encrypt-insert-file-contents should be used.
7200
7201         * encrypt.el: Clarify documentation.  Load password-cache or
7202         password, whichever one is found first, instead of autoloading.
7203
7204 2007-12-19  Glenn Morris  <rgm@gnu.org>
7205
7206         * mml.el (message-options-set, message-narrow-to-head)
7207         (message-in-body-p, message-mail-p, message-encode-message-body):
7208         Autoload.
7209         (message-remove-header, message-narrow-to-headers-or-head)
7210         (message-subscribed-p, message-make-mail-followup-to)
7211         (message-position-on-field, message-news-p)
7212         (message-options-set-recipient, message-generate-headers)
7213         (message-sort-headers): Declare as functions.
7214
7215 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7216
7217         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7218         convention in doc string.
7219
7220 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7221
7222         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7223         title to html parts.
7224         (gnus-article-browse-html-article): Pass message header to it.
7225
7226         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7227
7228 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7229
7230         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7231         or password compatible with XEmacs.
7232
7233 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7234
7235         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7236         format document.
7237         (gnus-mime-delete-part): Don't write description line if empty.
7238         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7239
7240 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
7241
7242         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7243         (gnus-summary-mark-read-and-unread-as-read)
7244         (gnus-summary-mark-current-read-and-unread-as-read)
7245         (gnus-summary-mark-unread-as-ticked): Doc fix.
7246         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7247
7248 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7249
7250         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7251         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7252
7253 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7254
7255         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7256         yes-or-no-p.
7257
7258 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7259
7260         * mm-decode.el (mm-add-meta-html-tag): New function.
7261         (mm-save-part-to-file, mm-pipe-part): Use it.
7262
7263         * gnus-art.el (gnus-article-browse-delete-temp-files):
7264         Use gnus-y-or-n-p instead of y-or-n-p.
7265         (gnus-article-browse-html-parts): Work with message/external-body; use
7266         mm-add-meta-html-tag.
7267
7268 2007-12-11  Glenn Morris  <rgm@gnu.org>
7269
7270         * gnus-cache.el: Require gnus-sum not just when compiling.
7271
7272         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7273
7274         * gnus-int.el (gnus-server-opened, gnus-status-message):
7275         Move definitions before use.
7276
7277         * mm-decode.el: Require gnus-util.
7278         (mm-remove-part): Only call delete-annotation on XEmacs.
7279
7280         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7281
7282         * nnmail.el: Require gnus-int.
7283
7284         * spam.el: Move `require's before `eval-when-compile's.
7285
7286         * gnus-ems.el (gnus-alive-p):
7287         * gnus-fun.el (message-goto-eoh):
7288         * gnus-util.el (gnus-group-name-decode):
7289         * mail-source.el (gnus-compress-sequence):
7290         * message.el (Info-goto-node, format-spec):
7291         * mm-bodies.el (message-options-get):
7292         * mm-decode.el (mm-view-pkcs7):
7293         * mm-util.el (gmm-write-region):
7294         * mml-smime.el (mml-compute-boundary)
7295         (gnus-completing-read-with-default):
7296         * mml.el (widget-button-press, gnus-make-hashtable):
7297         * mml1991.el (mm-decode-content-transfer-encoding)
7298         (mm-encode-content-transfer-encoding)
7299         (message-options-get, message-options-set):
7300         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7301         * nnfolder.el (gnus-request-group):
7302         * nnheader.el (ietf-drums-unfold-fws):
7303         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7304         * smime.el (gnus-run-mode-hooks):
7305         * spam-stat.el (gnus-message): Autoload.
7306
7307         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7308         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7309         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7310         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7311         Add declare-function compatibility definition.
7312
7313         * gnus-cache.el (nnvirtual-find-group-art):
7314         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7315         (gnus-add-image, gnus-add-wash-type):
7316         * gnus-group.el (nnkiboze-score-file):
7317         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7318         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7319         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7320         (message-tokenize-header, gnus-get-buffer-create)
7321         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7322         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7323         * gnus.el (gnus-group-decoded-name):
7324         * mail-source.el (imap-capability):
7325         * mm-bodies.el (message-options-set):
7326         * mm-decode.el (gnus-configure-windows):
7327         * mm-extern.el (message-goto-body):
7328         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7329         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7330         (epg-sub-key-validity, message-options-set):
7331         * mml.el (widget-event-point, gnus-configure-windows):
7332         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7333         * mml2015.el (epg-check-configuration, epg-configuration)
7334         (message-options-set):
7335         * nndb.el (nndb-request-article):
7336         * nnfolder.el (gnus-request-create-group):
7337         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7338         * nnmaildir.el (gnus-group-mark-article-read):
7339         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7340         * rfc1843.el (message-fetch-field):
7341         * spam.el (gnus-extract-address-components):
7342         Declare as functions.
7343
7344 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7345
7346         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7347
7348         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7349
7350         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7351         bind show-trailing-whitespace for XEmacs.
7352
7353 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7354
7355         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7356         new no-op macro for backward compatibility.
7357
7358         * imap.el (imap-string-to-integer): New function.
7359
7360 2007-12-09  Glenn Morris  <rgm@gnu.org>
7361
7362         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7363
7364         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7365         * message.el, mm-view.el, sieve-manage.el, smime.el:
7366         Add declare-function compatibility definition.
7367
7368         * gnus-art.el (w3-region, w3m-region, Info-menu):
7369         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7370         * gnus-sum.el (gnus-get-predicate):
7371         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7372         * message.el (mail-abbrev-in-expansion-header-p):
7373         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7374         (w3m-detect-meta-charset, w3m-region):
7375         * sieve-manage.el (password-read, password-cache-add)
7376         (password-cache-remove):
7377         * smime.el (password-read-and-add): Declare as functions.
7378
7379 2007-12-08  David Kastrup  <dak@gnu.org>
7380
7381         * gnus-sum.el (gnus-summary-simplify-subject-query):
7382         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7383         `message'.
7384
7385 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7386
7387         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7388         it to bind idna-program, installation-directory, defined-colors, and
7389         face-attribute for XEmacs of the version that compiles defcustom forms.
7390
7391 2007-12-07  Glenn Morris  <rgm@gnu.org>
7392
7393         * gnus-art.el (article-make-date-line): Revert previous change.
7394
7395 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7396
7397         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7398
7399 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7400
7401         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7402         Call gnus-add-to-range ranges only once with a prepared article-list.
7403
7404 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7405
7406         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7407         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7408         group names with backslashes.
7409         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7410
7411 2007-12-06  Deepak Goel  <deego3@gmail.com>
7412
7413         * gnus-art.el (article-make-date-line):
7414         * gnus-start.el (gnus-load):
7415         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7416
7417 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7418
7419         * gnus-art.el (gnus-use-idna)
7420         * gnus-start.el (gnus-site-init-file)
7421         * message.el (message-use-idna)
7422         * mm-uu.el (mm-uu-hide-markers)
7423         * smiley.el (smiley-style): Revert changes that suppress warnings.
7424
7425 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7426
7427         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7428         specify charset to html source.
7429         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7430
7431 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7432
7433         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7434         idna-program in order to suppress byte compile warning issued by XEmacs
7435         that came to byte compile the default value section of defcustom forms
7436         recently.
7437
7438         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7439         value of installation-directory.
7440
7441         * message.el (message-use-idna): Don't directly refer to the value of
7442         idna-program.
7443
7444         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7445
7446         * smiley.el (smiley-style): Don't directly call face-attribute.
7447
7448 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7449
7450         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7451
7452         * gnus-dired.el: Reduce Gnus dependencies.
7453         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7454         Don't require.  Use autoloads instead.
7455         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7456         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7457         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7458         (gnus-dired-mode): Adjust doc string.
7459         (gnus-dired-mail-mode): New variable.
7460         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7461         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7462         (gnus-dired-mail-buffers): New function.  Return mail or message
7463         composition buffers.
7464         (gnus-dired-attach): Use it.
7465         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7466         NO-DECODE.
7467         (gnus-dired-print): Use `gnus-print-buffer' depending on
7468         `gnus-dired-mail-mode'.
7469
7470 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7471
7472         * rfc2047.el (rfc2047-encoded-word-regexp)
7473         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7474         explaining what regexp patterns are for.
7475
7476 2007-12-04  Glenn Morris  <rgm@gnu.org>
7477
7478         * password.el: Move to password-cache.el.
7479
7480         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7481         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7482         * mml-smime.el (password-read, password-cache-add)
7483         (password-cache-remove):
7484         No need to autoload, since mml-sec requires password.
7485
7486         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7487         * message.el (gnus-extract-address-components):
7488         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7489
7490         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7491         password.
7492
7493 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7494
7495         * mailcap.el: Reduce dependencies.
7496         (mail-header-parse-content-type): Autoload.
7497         (mailcap-delete-duplicates): New alias.
7498         (mailcap-mime-info): Add optional argument NO-DECODE.
7499         (mailcap-mime-types): Use mailcap-delete-duplicates.
7500
7501         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7502
7503 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7504
7505         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7506         (imap-parse-status): Upcase status-att for servers that sends them
7507         lower-case (e.g., MS Exchange 2007).
7508
7509 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7510
7511         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7512         function.
7513
7514         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7515         (gnus-uu-yenc-article): New function.
7516
7517         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7518
7519         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7520
7521 2007-12-02  Glenn Morris  <rgm@gnu.org>
7522
7523         * binhex.el (binhex): New custom group.
7524         (binhex-decoder-program, binhex-decoder-switches)
7525         (binhex-use-external): Move to the binhex custom group.
7526
7527         * uudecode.el (uudecode): New custom group.
7528         (uudecode-decoder-program, uudecode-decoder-switches)
7529         (uudecode-use-external): Move to the uudecode custom group.
7530
7531         * netrc.el (top-level): Don't load `encrypt' features.
7532         (netrc-parse): Don't use encrypt.
7533         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7534
7535         * encrypt.el: Remove file.
7536
7537 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7538
7539         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7540         matches on patches.
7541
7542         * gnus-art.el (gnus-article-browse-html-article):
7543         Mention `mm-text-html-renderer' in the doc string.
7544
7545         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7546         string.  Add comments.
7547
7548         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7549         if rhs is ASCII.
7550
7551 2007-12-01  Glenn Morris  <rgm@gnu.org>
7552
7553         * mail-source.el (top-level): Require format-spec before
7554         eval-when-compile.
7555
7556 2007-11-30  Glenn Morris  <rgm@gnu.org>
7557
7558         * encrypt.el: Require password, rather than autoloading password-read.
7559
7560 2007-11-29  Glenn Morris  <rgm@gnu.org>
7561
7562         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7563         (sasl-make-client, sasl-next-step, sasl-step-data)
7564         (sasl-step-set-data): Declare as functions.
7565
7566 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7567
7568         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7569
7570 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7571
7572         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7573         certs should be verified and what is to be done in the event of a
7574         verification failure.
7575
7576         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7577         caller can indicate whether the cache should be disregarded for this
7578         call.  This way the result of the call is reproducible at all times and
7579         can be considered a canonical server name for the supplied method.
7580         (gnus-agent-method-p): Canonicalize server names by pushing their
7581         method through `gnus-method-to-server' using the no-cache argument.
7582
7583         * gnus-srvr.el (gnus-server-insert-server-line):
7584         Call `gnus-method-to-server' with `no-cache' argument.
7585
7586         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7587         gnus-agent-possibly-synchronize-flags as this should be called when the
7588         server is actually being opened.
7589         (gnus-agent-possibly-synchronize-flags)
7590         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7591         flags file of an agentized server to the latter function.
7592
7593         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7594         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7595         after a connection has been established successfully.
7596
7597 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7598
7599         * gnus-art.el (article-display-face): Force to display face if called
7600         interactively; check if gnus-article-x-face-too-ugly matches author.
7601         (article-display-x-face): Display face even if From header is missing
7602         as article-display-face does.
7603
7604 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7605
7606         * hashcash.el (message-narrow-to-headers-or-head)
7607         (message-fetch-field, message-goto-eoh)
7608         (message-narrow-to-headers): Declare as functions.
7609
7610 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7611
7612         * mail-source.el (mail-sources): Default to fetch from file for
7613         compatibility with default of nnmail-spool-file.
7614
7615 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7616
7617         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7618         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7619         to look for encoded word that should be encoded again.
7620         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7621         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7622         encoding pattern.
7623         (rfc2047-decode-region): Switch strict regexp and loose one according
7624         to rfc2047-allow-irregular-q-encoded-words.
7625
7626 2007-11-25  Romain Francoise  <romain@orebokech.com>
7627
7628         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7629
7630 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7631
7632         * tls.el (tls-program): Provide more custom choices from
7633         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7634         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7635
7636 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7637
7638         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7639         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7640
7641         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7642         `nnmail-spool-file'.
7643
7644         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7645         `nnmail-spool-file'.
7646
7647         * gnus-move.el (gnus-change-server): Ditto.
7648
7649         * gnus-kill.el (gnus-batch-score): Ditto.
7650
7651         * gnus-cache.el (gnus-jog-cache): Ditto.
7652
7653         * gnus-msg.el (gnus-summary-reply):
7654         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7655
7656 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7657
7658         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7659         version.  Minor improvement to doc strings.
7660         (tls-program): Add comment.
7661
7662 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7663
7664         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7665         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7666         mismatch between the hostname provided in the certificate and the name
7667         of the host connnecting to.
7668         (open-tls-stream): Use them.  Check certificates against trusted root
7669         certificates.
7670
7671 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7672
7673         * gnus-cache.el (gnus-cache-generate-nov-databases):
7674         Use nnml-generate-nov-databases-directory instead of
7675         nnml-generate-nov-databases-1.
7676
7677 2007-11-24  Glenn Morris  <rgm@gnu.org>
7678
7679         * message.el (message-tool-bar-retro): Update for rename
7680         mail_send.xpm->mail-send.xpm.
7681
7682 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7683
7684         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7685         `smime-ldap-search' for Emacs 22 and up.
7686
7687 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7688
7689         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7690
7691         * message.el (message-send-mail-function): Fix error convention.
7692         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7693         (message-widen-reply, message-send-mail, message-talkative-question)
7694         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7695         (message-clone-locals, message-send-news): Use with-current-buffer.
7696         (message-insert-or-toggle-importance): Remove unused var `valid'.
7697         (message-make-references): Remove unused var `new-references'.
7698         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7699
7700 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7701
7702         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7703         (spam-split-symbolic-return-positive): Reflow docstring.
7704         (spam-backends, spam-summary-exit-behavior)
7705         (spam-mark-ham-unread-before-move-from-spam-group)
7706         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7707         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7708         (spam-clear-cache, spam-backend-check, spam-install-backend)
7709         (spam-install-statistical-backend, spam-list-of-processors)
7710         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7711         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7712         (spam-check-crm114, spam-initialize, spam-unload-hook):
7713         Fix typos in docstrings.
7714
7715 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7716
7717         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7718         been checked if they have never been read and those group levels are
7719         higher than the one that a user specified.
7720
7721 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7722
7723         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7724         foreign groups unless a group level is specified by a user.
7725         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7726
7727 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7728
7729         * message.el (message-send-mail-function): Require sendmail.
7730
7731 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7732
7733         * message.el (message-send-mail-function): Check for smtpmail too.
7734
7735         * utf7.el (utf7-encode, utf7-decode): Use coding system
7736         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7737
7738         * message.el (message-send-mail-function): New function.
7739         (message-send-mail-function): Set default using
7740         message-send-mail-function.  Adjust doc string.
7741         (message-send-mail-with-mailclient): New function.
7742
7743 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7744
7745         * smime.el (from):
7746         * rfc2047.el (message-posting-charset):
7747         * qp.el (mm-use-ultra-safe-encoding):
7748         * pop3.el (parse-time-months):
7749         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7750         * nnml.el (files):
7751         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7752         (jka-compr-compression-info-list, ange-ftp-path-format)
7753         (efs-path-regexp):
7754         * nndiary.el (files):
7755         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7756         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7757         (epg-digest-algorithm-alist, inhibit-redisplay)
7758         (password-cache-expiry):
7759         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7760         (pgg-output-buffer, password-cache-expiry):
7761         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7762         (efs-path-regexp):
7763         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7764         (inhibit-redisplay):
7765         * mm-uu.el (file-name, start-point, end-point, entry)
7766         (gnus-newsgroup-name, gnus-newsgroup-charset):
7767         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7768         (latin-unity-ucs-list):
7769         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7770         (mm-uu-binhex-decode-function):
7771         * message.el (gnus-message-group-art, gnus-list-identifiers)
7772         (rmail-enable-mime-composing, gnus-local-organization)
7773         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7774         (gnus-read-active-file, facemenu-add-face-function)
7775         (facemenu-remove-face-function, gnus-article-decoded-p)
7776         (tool-bar-mode):
7777         * mail-source.el (display-time-mail-function):
7778         * gnus-util.el (nnmail-pathname-coding-system)
7779         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7780         (gnus-original-article-buffer, gnus-user-agent)
7781         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7782         (xemacs-codename, sxemacs-codename, emacs-program-version):
7783         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7784         * gnus-start.el (gnus-agent-covered-methods)
7785         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7786         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7787         (gnus-newsgroup-headers, gnus-group-list-mode)
7788         (gnus-group-mark-positions, gnus-newsgroup-data)
7789         (gnus-newsgroup-unreads, nnoo-state-alist)
7790         (gnus-current-select-method, mail-sources)
7791         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7792         (nnmail-spool-file, gnus-cache-active-hashtb):
7793         * gnus-mh.el (mh-lib-progs):
7794         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7795         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7796         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7797         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7798         (gnus-group-buffer):
7799         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7800         (font-lock-set-defaults):
7801         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7802         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7803         (gnus-summary-post-menu, total-parts, type, condition, length):
7804         * gnus-agent.el (gnus-agent-read-agentview):
7805         * flow-fill.el (show-trailing-whitespace):
7806         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7807         eval-and-compile wrappers for byte compiler pacifiers.
7808
7809         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7810         (mm-display-inline-fontify): Check for featurep 'xemacs not
7811         extent-list.
7812
7813         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7814         itimer-list.
7815         (mm-create-image-xemacs): Only do something for XEmacs.
7816         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7817
7818         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7819
7820         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7821         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7822
7823 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7824
7825         * nnimap.el (nnimap-split-download-body):
7826         * gnus-demon.el (gnus-demon):
7827         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7828
7829 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7830
7831         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
7832         New macros.
7833         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7834         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7835         copy data from unibyte buffer to multibyte current buffer.
7836         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7837         to copy data from unibyte current buffer to multibyte buffer.
7838         (nntp-make-process-buffer): Make process buffer unibyte.
7839
7840         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7841
7842 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7843
7844         * pop3.el (pop3-open-server): Accept and process data more robustly at
7845         connexion start to avoid spurious "POP SSL connexion failed" errors.
7846
7847 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7848
7849         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7850         read group names.
7851
7852 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7853
7854         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7855
7856 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7857
7858         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7859         (nnmail-save-active): Use a unibyte buffer when saving active file,
7860         which may contain non-ASCII group names.
7861
7862         * nnml.el (nnml-request-group): Decode group names in messages.
7863
7864 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7865
7866         * message.el (message-citation-line-function)
7867         (message-insert-formatted-citation-line): Fix spelling of
7868         `message-insert-formated-citation-line'.
7869
7870 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7871
7872         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7873
7874 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7875
7876         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7877         nnmail-pathname-coding-system.
7878
7879         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7880         that a user enters; decode group names in messages.
7881
7882         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7883
7884 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7885
7886         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7887
7888         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7889
7890         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7891         risky local variable.
7892
7893         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7894
7895 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7896
7897         * encrypt.el: Improve documentation to fix function name typo.
7898         Reported by Daiki Ueno <ueno@unixuser.org>.
7899
7900 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7901
7902         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7903         even if the point is not in the last page of an article.
7904         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7905         back to the previous page.
7906
7907 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7908
7909         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7910
7911 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7912
7913         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7914
7915 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7916
7917         * message.el (message-check-news-body-syntax):
7918         Avoid mm-string-as-multibyte.
7919         (message-hide-headers): Don't assume (point-min)==1.
7920
7921 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7922
7923         * message.el (message-remove-blank-cited-lines): Fix if remove is
7924         given.
7925         (message-bogus-address-regexp): New variable.
7926         (message-bogus-recipient-p): New function.
7927         (message-check-recipients): New command.
7928         (message-syntax-checks): Add `bogus-recipient'.
7929         (message-fix-before-sending): Add `bogus-recipient'.
7930
7931         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7932         (gnus-treat-body-boundary): Don't test window-system.
7933
7934 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7935
7936         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7937
7938 2007-10-28  Miles Bader  <miles@gnu.org>
7939
7940         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7941         at compile-time too.
7942
7943 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7944
7945         * gnus-msg.el (gnus-message-setup-hook):
7946         Add `message-remove-blank-cited-lines' to options.
7947
7948 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7949
7950         * message.el (message-remove-blank-cited-lines): New function.
7951         Suggested by Karl Plästerer.
7952
7953 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7954
7955         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7956         mapc.
7957
7958         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7959         (top-level): Use mapc to set functions to be traced for debugging.
7960
7961         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7962         called for effect with while loop.
7963
7964         * message.el (message-talkative-question): Replace mapcar called for
7965         effect with mapc.
7966
7967         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7968         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7969         called for effect with dolist.
7970
7971         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7972
7973         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7974         gnus-extra-headers and nnmail-extra-headers.
7975
7976         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7977         called for effect with dolist.
7978         (top-level): Use mapc to set functions to be traced for debugging.
7979
7980         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7981         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7982         dolist.
7983
7984         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7985         Replace mapcar called for effect with mapc.
7986         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7987         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7988         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7989         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7990
7991         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7992         remove-if that's a cl function.
7993
7994         * webmail.el (webmail-debug): Replace mapcar called for effect with
7995         dolist.
7996
7997         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7998         with mapc.
7999
8000 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8001
8002         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8003         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8004         with while loop.
8005
8006         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8007         functions from article-* functions.
8008         (gnus-multi-decode-header): Replace mapcar called for effect with
8009         dolist.
8010
8011         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8012         (gnus-bookmark-show-details): Replace mapcar called for effect with
8013         while loop.
8014
8015         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8016         called for effect with while loop.
8017
8018         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8019         with dolist.
8020
8021         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8022         Replace mapcar called for effect with dolist.
8023
8024         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8025
8026         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8027         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8028         Replace mapcar called for effect with dolist.
8029         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8030         mapc.
8031
8032         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8033         Replace mapcar called for effect with dolist.
8034         (gnus-topic-list): Replace mapcar called for effect with mapc.
8035
8036         * gnus.el: Use mapc instead of mapcar to add autoloads.
8037
8038 2007-10-23  Richard Stallman  <rms@gnu.org>
8039
8040         * gnus-group.el (gnus-group-highlight): Mark as risky.
8041
8042 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8043
8044         * gnus.el (gnus-server-to-method): Return method found first in
8045         gnus-newsrc-alist.
8046
8047         * gnus-art.el (gnus-article-highlight-signature)
8048         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8049         button overlay without the front stickiness.
8050
8051 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8052
8053         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8054         overview buffer needed a catch to receive its throw.
8055         (gnus-agent-flush-cache): Declare as interactive to make this function
8056         easier to use.
8057
8058 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8059
8060         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8061         `next-line'.
8062
8063 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8064
8065         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8066         exclude address matching message-dont-reply-to-names.
8067
8068 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8069
8070         * gnus-util.el (gnus-string<): New function.
8071
8072         * gnus-sum.el (gnus-article-sort-by-author)
8073         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8074
8075 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8076
8077         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8078         the frame-focus tag is set in gnus-buffer-configuration.
8079
8080 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8081
8082         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8083         the front stickiness.
8084
8085 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8086
8087         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8088         url pattern; remove duplicate one.
8089         (gnus-article-extend-url-button): New function.
8090         (gnus-article-add-buttons): Use it.
8091         (gnus-button-push): Use concatenated url that it makes.
8092
8093 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8094
8095         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8096
8097 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8098
8099         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8100         Don't hardcode point-min==1.
8101
8102 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8103
8104         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8105         Fix comment about "iso8859-1".
8106
8107 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8108
8109         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8110         ones returned from the verify-function.
8111
8112         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8113         Call mml2015-extract-cleartext-signature if extraction failed.
8114
8115 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8116
8117         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8118         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8119         failed.
8120
8121 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8122
8123         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8124
8125 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8126
8127         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8128         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8129         recommends to use EasyPG instead of PGG.
8130
8131         * pgg.el: Revert to revision 6.23.2.16.
8132
8133         * pgg-def.el: Revert to revision 6.6.2.14.
8134
8135         * pgg-gpg.el: Revert to revision 6.23.2.34.
8136
8137 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8138
8139         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8140         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8141         thread for both the null and zero (kill/expire thread) universal prefix
8142         cases.
8143         (gnus-summary-expire-thread): Add new function to expire a thread,
8144         using gnus-summary-kill-thread.
8145         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8146         shortcuts for gnus-summary-expire-thread.
8147         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8148         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8149
8150 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8151
8152         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8153         extras value, so an extras entry can be deleted.
8154         (gnus-registry-delete-extra-entry): Use it.
8155         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8156         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8157         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8158         storage through the gnus-registry, and provide an appropriate API for
8159         it.
8160
8161 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8162
8163         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8164         Suggested by Leo <sdl.web@gmail.com>.
8165
8166         * gnus.el: Do.
8167
8168 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8169
8170         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8171         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8172
8173         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8174
8175         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8176         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8177
8178 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8179
8180         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8181         newline.
8182         (nnmbox-request-accept-article): Don't change article in source buffer;
8183         narrow to header to use message-fetch-field rather than
8184         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8185         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8186         as delimiters; make sure article ends with newline.
8187         (nnmbox-delete-mail): Correct last position of article to be deleted;
8188         ignore X-Gnus-Newsgroup header in article body.
8189         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8190         positions; make sure article ends with newline.
8191
8192         * message.el (message-display-abbrev): Don't infloop when a user
8193         inserts SPC in the beginning of header.
8194
8195         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8196         coding-system-for-read and coding-system-for-write for XEmacs having no
8197         file-coding feature.
8198
8199         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8200
8201 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8202
8203         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8204         list of groups not followed by default.  Fix type to be regexp.
8205         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8206
8207 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8208
8209         * hmac-def.el (define-hmac-function): Switch from old-style to
8210         new-style backquotes.
8211
8212         * md4.el (md4-make-step): Likewise.
8213
8214 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8215
8216         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8217         raw-text coding system when saving .newsrc file, which may contain
8218         non-ASCII group names.
8219
8220 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8221
8222         * gnus-cus.el (gnus-score-extra): New widget.
8223         (gnus-score-extra-convert): New function.
8224         (gnus-score-customize): Use it for Extra.
8225
8226 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8227
8228         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8229         (mml2015-mailcrypt-clear-verify): Use it.
8230         (mml2015-gpg-clear-verify): Use it.
8231         (mml2015-pgg-clear-verify): Use it.
8232         (mml2015-epg-clear-verify): Replace the current part with the output
8233         from GnuPG; don't extract the plaintext by itself.
8234
8235         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8236         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8237         mml2015-clear-verify-function; don't touch the armor headers or
8238         dash-escaped text here.
8239
8240 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8241
8242         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8243         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8244         parts, or application/octet-stream as a last resort.
8245         (gnus-mime-view-part-as-type): Don't toggle display.
8246         (gnus-mime-view-part-as-charset): Don't turn off display before
8247         querying charset.
8248
8249         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8250         stuff to undisplayer function in Emacs.
8251         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8252
8253         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8254         text/calendar parts.
8255
8256 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8257
8258         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8259         decoding text/calendar parts.
8260
8261         * message.el (message-forward-make-body-mime): Always mark body as
8262         having no illegible text; remove signed-or-encrypted argument.
8263         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8264
8265         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8266         (mml-generate-mime-1): Don't encode body if it is specified to be in
8267         raw form; don't make buffer be unibyte when inserting multibyte string.
8268
8269 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8270
8271         * sha1.el: Fix up comment style.
8272         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8273         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8274
8275         * hex-util.el: Fix up comment style.
8276         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8277
8278         * gnus-salt.el: Use with-current-buffer.
8279         (gnus-pick-setup-message): Fix long-standing typo.
8280
8281 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8282
8283         * imap.el (imap-logout-timeout): New variable.
8284         (imap-logout, imap-logout-wait): New functions.
8285         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8286
8287         * nnimap.el (nnimap-logout-timeout): New server variable.
8288         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8289         nnimap-logout-timeout.
8290
8291         * gnus-art.el (gnus-article-summary-command-nosave)
8292         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8293
8294 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8295
8296         * gnus.el (gnus-maximum-newsgroup): New variable.
8297
8298         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8299         according to gnus-maximum-newsgroup.
8300
8301         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8302         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8303         Limit the range of articles according to gnus-maximum-newsgroup.
8304
8305 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8306
8307         * gnus-art.el (gnus-sticky-article): Fix problems described in
8308         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8309         Don't perform gnus-configure-windows here; reuse existing sticky
8310         article buffer.
8311
8312         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8313         it doesn't exist in gnus-article-mode.
8314
8315 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8316
8317         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8318         (gnus-agent-decoded-group-name): New function.
8319         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8320         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8321
8322 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8323
8324         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8325         Add binding for gnus-sticky-article.
8326         (gnus-summary-exit): Don't kill sticky article buffers.
8327
8328         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8329         article buffer.
8330         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8331         (gnus-kill-sticky-article-buffers): New commands.
8332
8333 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8334
8335         * nntp.el (nntp-xref-number-is-evil): New server variable.
8336         (nntp-find-group-and-number): If it is non-nil, don't trust article
8337         numbers in the Xref header.
8338
8339 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8340
8341         * gnus-agent.el (gnus-agent-read-group): New function.
8342         (gnus-agent-flush-group, gnus-agent-expire-group)
8343         (gnus-agent-regenerate-group): Use it.
8344         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8345         nnmail-pathname-coding-system.
8346
8347 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8348
8349         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8350
8351         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8352         that are unread as unread, and also as selected so that information of
8353         marks having been changed by a user may be updated when exiting group.
8354
8355 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8356
8357         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8358
8359 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8360
8361         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8362         calculated ignoring signature parts to gnus-treat-article.
8363
8364 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8365
8366         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8367         a point here in order to keep the window start.
8368         (gnus-insert-mime-security-button): Make a button overlay without the
8369         front stickiness.
8370         (gnus-mime-display-security): Goto the end of a button.
8371
8372         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8373
8374 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8375
8376         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8377         group-name-at-point.
8378         (gnus-group-completing-read): New function that offers decoded
8379         non-ASCII group names for completion.
8380         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8381         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8382         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8383         (gnus-group-fetch-control): Use it.
8384         (gnus-fetch-group): Use group-name-at-point for the initial value
8385         rather than the default value; use gnus-alive-p.
8386
8387         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8388         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8389         (gnus-summary-post-news): Use gnus-group-completing-read.
8390
8391         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8392         (gnus-read-move-group-name): Decode group name for completion.
8393
8394 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8395
8396         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8397         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8398         Yamaoka slightly modified the code).
8399
8400 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8401
8402         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8403         (nnmail-split-incoming): Bind it.
8404
8405         * nnml.el (nnml-group-name-charset): New function.
8406         (nnml-decoded-group-name): Use it; don't decode group name if
8407         nnmail-group-names-not-encoded-p is non-nil.
8408         (nnml-encoded-group-name): New function.
8409         (nnml-group-pathname): Inline nnml-decoded-group-name.
8410         (nnml-request-expire-articles): Decode group name in message.
8411         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8412         nnmail-pathname-coding-system.
8413         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8414         not decoded ones according to nnmail-group-names-not-encoded-p.
8415         (nnml-generate-active-info): Use nnml-encoded-group-name.
8416
8417 2007-08-08  Glenn Morris  <rgm@gnu.org>
8418
8419         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8420         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8421         doc-strings and comments.
8422
8423 2007-07-25  Glenn Morris  <rgm@gnu.org>
8424
8425         * Relicense all FSF files to GPLv3 or later.
8426
8427 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8428
8429         * gnus-sum.el (gnus-summary-move-article):
8430         Make gnus-summary-respool-article work.
8431
8432 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8433
8434         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8435         string.
8436
8437 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8438
8439         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8440         that should be ignored when comparing distant RSS articles with local
8441         ones.
8442         (nnrss-make-hash-index): New function.  Create a hash index according
8443         to the ignored fields.
8444         (nnrss-check-group): Use it.
8445
8446 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8447
8448         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8449
8450         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8451
8452         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8453         the new optional argument ENCODED is non-nil.
8454         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8455         coding system for encoding group name.
8456         (gnus-group-make-rss-group): Pass un-encoded group name to
8457         gnus-group-make-group.
8458         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8459         encoded.
8460
8461         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8462         Encode group name to which articles are moved or copied.
8463         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8464         coding system for encoding Newsgroup, Followup-To and Xref headers.
8465
8466         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8467         marks; use nnheader-file-coding-system to write a file.
8468         (nnagent-retrieve-headers): Bind file-name-coding-system to
8469         nnmail-pathname-coding-system.
8470
8471         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8472
8473         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8474         (nnml-request-article, nnml-request-create-group)
8475         (nnml-request-rename-group, nnml-find-id)
8476         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8477         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8478         (nnml-save-marks): Use nnml-group-pathname instead of
8479         nnmail-group-pathname.
8480
8481         (nnml-request-create-group, nnml-request-expire-articles)
8482         (nnml-request-move-article, nnml-request-delete-group)
8483         (nnml-deletable-article-p, nnml-possibly-create-directory)
8484         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8485         (nnml-open-marks): Bind file-name-coding-system to
8486         nnmail-pathname-coding-system.
8487
8488         (nnml-request-article): Pass server argument to nnml-find-group-number.
8489         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8490         Pass server argument to nnml-possibly-create-directory.
8491         (nnml-request-accept-article): Pass server argument to
8492         nnml-active-number and nnml-save-mail.
8493         (nnml-find-group-number): Pass server argument to nnml-find-id.
8494         (nnml-request-update-info): Pass server argument to
8495         nnml-marks-changed-p.
8496
8497         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8498         (nnml-save-mail, nnml-active-number): Add server argument.
8499
8500         (nnml-request-delete-group): Warn if group is missing.
8501         (nnml-get-nov-buffer): Decode group name.
8502         (nnml-generate-active-info): Encode group name.
8503         (nnml-open-marks): Decode group name in messages.
8504
8505 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8506
8507         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8508         if it is not specified.
8509         (gnus-article-pipe-part, gnus-article-save-part)
8510         (gnus-article-interactively-view-part, gnus-article-copy-part)
8511         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8512         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8513         (gnus-article-replace-part, gnus-article-delete-part)
8514         (gnus-article-view-part-as-type): Pass raw prefix argument to
8515         gnus-article-part-wrapper.
8516
8517 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8518
8519         * gnus-agent.el (gnus-agent-save-active):
8520         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8521
8522         * gnus-cache.el (gnus-cache-save-buffers)
8523         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8524         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8525         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8526         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8527         (gnus-cache-generate-active, gnus-cache-rename-group)
8528         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8529         (gnus-cache-update-overview-total-fetched-for):
8530         Bind file-name-coding-system to nnmail-pathname-coding-system.
8531         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8532         New variables.
8533         (gnus-cache-decoded-group-name): New function.
8534         (gnus-cache-file-name): Use it.
8535         (gnus-cache-generate-active): Use non-decoded group name for active.
8536
8537         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8538         right place.
8539         (gnus-write-active-file): Don't break non-ASCII group names.
8540
8541         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8542         nnmail-pathname-coding-system.
8543
8544         * lpath.el: Bind default-file-name-coding-system,
8545         file-name-coding-system and language-info-alist for XEmacs.
8546
8547         * gnus-uu.el (gnus-uu-decode-save): Typo.
8548
8549 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8550
8551         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8552
8553 2007-07-14  David Kastrup  <dak@gnu.org>
8554
8555         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8556         finishing actions if we did not edit the article.
8557
8558 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8559
8560         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8561         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8562         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8563         (gnus-agent-flush-group, gnus-agent-flush-cache)
8564         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8565         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8566         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8567         (gnus-agent-regenerate-group)
8568         (gnus-agent-update-files-total-fetched-for)
8569         (gnus-agent-update-view-total-fetched-for):
8570         Bind file-name-coding-system to nnmail-pathname-coding-system.
8571         (gnus-agent-group-pathname): Don't encode file names by
8572         nnmail-pathname-coding-system.
8573         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8574         coding-system-for-write instead of buffer-file-coding-system to
8575         gnus-agent-file-coding-system.
8576
8577         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8578         Decode group name.
8579
8580         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8581
8582         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8583         (gnus-read-newsrc-el-file): Make group names unibyte.
8584
8585         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8586         nnmail-pathname-coding-system.
8587
8588         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8589         (nnrss-request-delete-group): Bind file-name-coding-system to
8590         nnmail-pathname-coding-system.
8591         (nnrss-read-server-data, nnrss-read-group-data):
8592         Bind file-name-coding-system correctly.
8593         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8594
8595         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8596         (nntp-server-to-method-cache): New variable.
8597         (nntp-group-pathname): New function that decodes non-ASCII group names.
8598         (nntp-possibly-create-directory, nntp-marks-changed-p)
8599         (nntp-save-marks, nntp-open-marks): Use it.
8600         (nntp-possibly-create-directory, nntp-open-marks):
8601         Bind file-name-coding-system to nnmail-pathname-coding-system.
8602         (nntp-open-marks): Decode group names when bootstrapping marks.
8603
8604         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8605         Newsgroups and Folowup-To headers.
8606
8607 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8608
8609         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8610         (gnus-server-closed-face, gnus-server-denied-face)
8611         (gnus-server-offline-face): Remove variable.
8612         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8613
8614         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8615         of modifying message-stack directly for XEmacs.
8616
8617         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8618         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8619         if the coding-system argument is nil for XEmacs.
8620
8621         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8622         mm-charset-override-alist.
8623
8624         * rfc2047.el: Don't require base64; require rfc2045 for the function
8625         rfc2045-encode-string.
8626         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8627         to quote the parameter value.
8628
8629 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8630
8631         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8632         form in gnus-group-name-charset-method-alist.
8633
8634         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8635         overrides the default layout edit-form.
8636
8637         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8638
8639         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8640
8641 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8642
8643         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8644         as unfetched articles.
8645
8646 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8647
8648         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8649
8650 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8651
8652         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8653         original back end that keeps marks in the local system.
8654
8655 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8656
8657         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8658         arg of pop-to-buffer for XEmacs.
8659         (gnus-article-read-summary-keys): Ditto; don't restore window
8660         configuration if summary command ends up with neither article buffer
8661         nor summary buffer; describe bindings if summary keys end with C-h.
8662
8663 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8664
8665         * message.el (message-fix-before-sending): Skip raw message part to be
8666         forwarded while checking illegible text.
8667         (message-forward-make-body-mime, message-forward-make-body):
8668         Mark signed or encrypted raw message as having no illegible text.
8669
8670 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8671
8672         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8673         (gnus-message-with-timestamp-1): New macro.
8674         (gnus-message-with-timestamp): New function.
8675         (gnus-message): Use them.
8676
8677         * nnheader.el (nnheader-message): Use them.
8678
8679 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8680
8681         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8682         .newsrc.eld file.
8683
8684 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8685
8686         * gnus-agent.el (gnus-agent-fetch-headers)
8687         (gnus-agent-retrieve-headers):
8688         Bind gnus-decode-encoded-address-function to identity.
8689
8690         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8691         available also when the server returns simply a dot.
8692
8693         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8694
8695 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8696
8697         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8698
8699 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8700
8701         * gnus-ems.el (gnus-x-splash): Make it work.
8702
8703         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8704         from being used.
8705
8706         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8707
8708 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8709
8710         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8711         4th and the 5th arguments.
8712
8713         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8714         the front stickiness.
8715         (gnus-article-summary-command-nosave): Correct the order of the
8716         arguments passed to pop-to-buffer.
8717         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8718         summary command ends up with the article buffer.
8719
8720         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8721         the same faces.
8722
8723 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8724
8725         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8726
8727 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8728
8729         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8730         * gnus-sum.el (gnus-summary-highlight):
8731         * pgg.el (pgg-sign-region, pgg-sign):
8732         * mail-source.el (mail-source-delete-old-incoming-confirm):
8733         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8734
8735 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8736
8737         * gnus-art.el (gnus-mime-view-part-externally)
8738         (gnus-mime-view-part-internally): Fix predicate function passed to
8739         completing-read.
8740
8741         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8742
8743         * gnus.el (gnus-update-message-archive-method): Add :version.
8744
8745 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8746
8747         * gnus.el (gnus-update-message-archive-method): New variable.
8748
8749         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8750         according to gnus-message-archive-method if
8751         gnus-update-message-archive-method is non-nil.
8752
8753 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8754
8755         * gnus-sum.el (gnus-summary-limit-to-address): New function.
8756         Suggested by Loic Dachary <loic@dachary.org>.
8757         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8758
8759 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8760
8761         * message.el (message-pop-to-buffer): Add switch-function argument.
8762         (message-mail): Pass switch-function argument to it.
8763
8764 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8765
8766         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8767         Improve doc string.
8768
8769 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8770
8771         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8772         (gnus-header-content)
8773         * gnus-cite.el (gnus-cite-10)
8774         * gnus-srvr.el (gnus-server-closed)
8775         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8776         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8777         (gnus-group-mail-3-empty, gnus-group-mail-low)
8778         (gnus-group-mail-low-empty, gnus-splash)
8779         * message.el (message-header-to, message-header-cc)
8780         (message-header-subject, message-header-other, message-header-name)
8781         (message-header-xheader, message-separator, message-cited-text)
8782         (message-mml): Lighten colors of faces used for dark background.
8783
8784 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8785
8786         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8787         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8788
8789 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8790
8791         * message.el (message-narrow-to-headers-or-head):
8792         Ignore mail-header-separator in the body.
8793
8794 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8795
8796         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8797         same as window size.
8798
8799 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8800
8801         * message.el (message-font-lock-keywords): Use message-header-xheader
8802         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8803         ahead of the anything pattern, to get it recognised.
8804
8805 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8806
8807         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8808         spam.el loads uses it in the compiled defadvice form.
8809
8810 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8811
8812         * gnus-sum.el (gnus-articles-to-read)
8813         (gnus-summary-insert-old-articles): Don't truncate group name for
8814         `read-string'.
8815
8816         * gnus-util.el (gnus-limit-string): Delete this function.
8817
8818         * gnus-sum.el (gnus-simplify-subject-fully):
8819         Use `truncate-string-to-width' instead.
8820
8821 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8822
8823         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
8824         Tell if, on summary exit, the next group has to be selected.
8825         (gnus-summary-exit): Use it.
8826
8827 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8828
8829         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8830         non-break space.
8831
8832 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8833
8834         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8835         Check if group is not a directory.
8836         (nnfolder-request-expire-articles): Don't delete articles if the target
8837         group is not available.
8838
8839         * nnml.el (nnml-request-create-group): Properly check if group is not a
8840         file.
8841         (nnml-request-expire-articles): Don't delete articles if the target
8842         group is not available.
8843
8844         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8845         Don't quote characters that are within parentheses.
8846
8847 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8848
8849         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8850         (gnus-handle-ephemeral-exit): Select article according to it.
8851
8852 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8853
8854         * message.el (message-insert-formated-citation-line): Remove newline.
8855         (message-citation-line-format): Add final \n here so that the user can
8856         avoid a blank line.
8857
8858 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8859
8860         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8861         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8862         Update lanl/arXiv support.
8863
8864 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8865
8866         * gnus.el: Bump version number.
8867
8868 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8869
8870         * gnus.el (gnus-version-number): Bump version.
8871
8872 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8873
8874         * gnus.el: No Gnus v0.6 is released.
8875
8876 2007-04-27  Didier Verna  <didier@xemacs.org>
8877
8878         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
8879         * gmm-utils.el (gmm-regexp-concat): ... here.
8880         * message.el: Don't require 'gnus-util.
8881         (message-dont-reply-to-names): Handle name change above.
8882         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8883
8884 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8885
8886         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8887         since the initial value varies according to the system.
8888
8889 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8890
8891         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8892
8893 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8894
8895         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8896
8897 2007-04-24  Didier Verna  <didier@xemacs.org>
8898
8899         Improve the type of gnus-ignored-from-addresses.
8900         * gnus-util.el (gnus-orify-regexp): New function.
8901         * message.el (gnus-util): Require it.
8902         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8903         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8904         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8905
8906 2007-04-24  Didier Verna  <didier@xemacs.org>
8907
8908         * gnus-sum.el:
8909         * gnus-utils.el: Fix some trailing whitespaces.
8910
8911 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8912
8913         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8914         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8915         article's Message-ID; refer parent article in summary buffer.
8916
8917         * message.el (message-bounce): Call mime-to-mml.
8918
8919         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8920         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8921         optimize and/or forms properly.
8922
8923 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8924
8925         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8926         URL.
8927
8928 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8929
8930         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8931
8932 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8933
8934         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8935         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8936         displayed of multipart/alternative part if it is invoked from summary
8937         buffer.
8938
8939         * mm-view.el (mm-inline-text-html-render-with-w3m)
8940         (mm-inline-text-html-render-with-w3m-standalone)
8941         (mm-inline-render-with-function): Use mail-parse-charset by default.
8942
8943 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8944
8945         * parse-time.el (parse-time-string-chars): Check if CHAR
8946         is less than the length of parse-time-syntax.
8947
8948 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8949
8950         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8951         from gnus-newsgroup-processable.
8952
8953 2007-04-16  Didier Verna  <didier@xemacs.org>
8954
8955         * gnus-msg.el (gnus-configure-posting-styles):
8956         Handle message-signature-directory properly with :file syntax.
8957         Reported by "Leo".
8958
8959 2007-04-11  Didier Verna  <didier@xemacs.org>
8960
8961         New user option: message-signature-directory.
8962         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8963         * message.el (message-insert-signature): Ditto.
8964         * message.el (message-signature-file): Doc update.
8965         * message.el (message-signature-directory): New.
8966
8967 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8968
8969         * gnus-msg.el (gnus-inews-yank-articles):
8970         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
8971
8972 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8973
8974         * message.el (message-yank-original): Make sure cited text ends with
8975         newline; don't exchange point and mark.
8976
8977 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8978
8979         * tls.el (open-tls-stream): Properly handle case where there
8980         is no associated buffer.
8981
8982 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8983
8984         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8985         message-yank-original, make sure (< mark TEXT point).
8986
8987 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8988
8989         * message.el (message-fill-column): New variable.
8990         (message-mode): Use it.  Add comment on a possible new hook.
8991
8992         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8993         (nnmail-get-new-mail): Reformat.
8994
8995         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8996
8997         * gmm-utils.el: Fix Commentary.
8998         (gmm-tool-bar-from-list): Fix typo in doc string.
8999
9000 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9001
9002         * message.el (message-yank-original): Don't switch point and mark
9003         unnecessarily to put point and mark as documented.
9004
9005 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9006
9007         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9008         from the message heads.
9009
9010 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9011
9012         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9013         article buffer does not have a window.  This may not be the best
9014         solution but is certainly better than setting the start of the null,
9015         that is the current, window.
9016
9017 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9018
9019         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9020         (gnus-draft-setup): Run it.
9021
9022         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9023         gnus-score-fast-scoring.  Allow regexp.
9024         (gnus-score-headers): Use it.
9025
9026         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9027         XEmacs.
9028
9029         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9030         string.
9031         (gnus-button-alist): Also catch `<f1> k ...'.
9032         (gnus-treat-display-x-face): Fix doc string.
9033
9034 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9035
9036         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9037         evaluation of gnus-extended-version to ensure correct generation of the
9038         User-Agent header when message-generate-headers-first is used.
9039
9040 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9041
9042         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9043         hashcash-path is nil.  Don't call callback with incorrect number of
9044         parameters if val is 0.
9045
9046 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9047
9048         * message.el (message-required-news-headers):
9049         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9050
9051 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9052
9053         * tls.el (open-tls-stream): In handshake-waiting loop,
9054         don't wait more if there is output available to process.
9055
9056 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9057
9058         * tls.el (tls-program): Doc fix.
9059
9060 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9061
9062         * message.el (message-generate-new-buffers): Change the meaning of the
9063         nil value; add `standard' to the choices; treat t as `unique'; improve
9064         doc string.
9065         (gnus-select-frame-set-input-focus): Autoload.
9066         (message-buffer-name): Search for the existing message buffer if
9067         message-generate-new-buffers is nil or `standard'; treat the value t of
9068         message-generate-new-buffers as `unique'.
9069         (message-pop-to-buffer): Raise the frame already displaying the message
9070         buffer; clear the echo area after querying.
9071         (message-setup): Pass the `continue' argument to compose-mail.
9072         (message-mail): Prefer `switch-function' if it is given; search for the
9073         existing message buffer if the `continue' argument is non-nil; pass
9074         continue and switch-function arguments to compose-mail by way of
9075         message-setup.
9076         (message-mail-other-window): Adjust argument of message-setup.
9077         (message-mail-other-frame): Ditto.
9078
9079 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9080
9081         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9082         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9083         to turn font-lock on when turning gnus-message-citation-mode on.
9084
9085 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9086
9087         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9088         (mml-smime-function-alist): New variable; add epg as the backend.
9089         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9090         mml-smime- functions instead.
9091         * mm-view.el: Require smime.
9092
9093 2007-03-05  Didier Verna  <didier@xemacs.org>
9094
9095         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9096         instead of just inheritance for posting styles.
9097         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9098
9099 2007-02-24  Chris Moore  <dooglus@gmail.com>
9100
9101         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9102         * pgg-pgp.el (pgg-pgp-encrypt-region):
9103         * pgg-gpg.el (pgg-gpg-encrypt-region):
9104         Check pgg-encrypt-for-me if no other recipients.
9105
9106 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9107
9108         * tls.el (tls-certtool-program): Fix custom type.
9109
9110 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9111
9112         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9113         and point-at-eol instead of line-(beginning|end)-position.
9114
9115         * assistant.el (assistant-parse-buffer): Ditto.
9116
9117         * netrc.el (netrc-parse-services): Ditto.
9118
9119 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9120
9121         * mml2015.el (mml2015-epg-find-usable-key): New function.
9122         (mml2015-epg-sign): Use it.
9123         (mml2015-epg-encrypt): Use it.
9124
9125 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9126
9127         * message.el (message-make-in-reply-to): Quote name containing
9128         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9129         if there are special characters.  Reported by NAKAJI Hiroyuki
9130         <nakaji@jp.freebsd.org>.
9131
9132 2007-02-27  Didier Verna  <didier@xemacs.org>
9133
9134         Include the group parameters as well as the topic ones in the
9135         inheritance filter process.
9136         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9137         argument GROUP-PARAMS-LIST.
9138         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9139
9140 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9141
9142         * nntp.el (nntp-never-echoes-commands)
9143         (nntp-open-connection-functions-never-echo-commands): New variables.
9144         (nntp-send-command): Use them.
9145
9146 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9147
9148         * mml2015.el (mml2015-epg-verify): Simplify.
9149
9150 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9151
9152         * mml.el (mml-content-disposition-alist): New user option.
9153         (mml-content-disposition): New function.
9154         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9155         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9156
9157 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9158
9159         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9160         verification.
9161
9162 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9163
9164         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9165         articles posted in the last 24 hours.
9166
9167 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9168
9169         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9170
9171 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9172
9173         * nntp.el (nntp-send-command): Don't wait for echoes when
9174         nntp-open-ssl-stream is used.
9175
9176 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9177
9178         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9179         (gnus-message-add-citation-keywords)
9180         (gnus-message-remove-citation-keywords): Remove.
9181         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9182         directly, make the variables in font-lock-defaults buffer-local, add
9183         gnus-message-citation-keywords to them and then update the value of
9184         font-lock-keywords.
9185
9186 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9187
9188         * message.el (message-cite-original-1): Don't call
9189         gnus-article-highlight-citation.
9190
9191         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9192         citations; fix line count.
9193
9194 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9195
9196         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9197         (gnus-message-add-citation-keywords)
9198         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9199         versions of font-lock-add-keywords and font-lock-remove-keywords to
9200         work with XEmacs correctly.
9201
9202 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9203
9204         * gnus-cite.el (gnus-cite-face-list): Set the values of
9205         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9206         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9207         (gnus-message-cite-prefix-regexp): New variable.
9208         (gnus-message-search-citation-line): Use it; protect against long
9209         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9210         the 0th match data for Emacs.
9211         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9212         (gnus-message-add-citation-keywords): Append keywords rather than
9213         prepending; emulate font-lock-add-keywords if it is not available.
9214         (gnus-message-remove-citation-keywords):
9215         Emulate font-lock-remove-keywords if it is not available.
9216
9217         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9218
9219         * message.el (message-cite-prefix-regexp): Set the value of
9220         gnus-message-cite-prefix-regexp.
9221
9222 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9223
9224         * nnweb.el (nnweb-google-parse-1): Update parser.
9225
9226 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9227
9228         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9229
9230 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9231
9232         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9233         regexp.
9234
9235 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9236
9237         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9238         string-to-multibyte.
9239         (uudecode-decode-region-internal): Use it.
9240
9241         * lpath.el: Fbind string-as-multibyte for XEmacs.
9242
9243 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9244
9245         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9246         Fix custom choice.
9247
9248         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9249
9250 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9251
9252         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9253
9254         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9255         `write-region' to respect `mm-inhibit-file-name-handlers'.
9256
9257 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9258
9259         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9260         Use gnus-home-directory instead of "~/" or "$HOME".
9261
9262 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9263
9264         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9265         to mention filename.
9266         Add comments at beginning regarding usage.
9267         (encrypt-write-file-contents): Change interactive so a string is
9268         acceptable.  If the file has no associated model, show an error instead
9269         of a nonsense prompt.
9270
9271 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9272
9273         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9274         Thanks to Yoshihiko Yamada for kind notification of this typo.
9275
9276 2007-01-12  Kenichi Handa  <handa@m17n.org>
9277
9278         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9279         multibyte buffer.
9280
9281 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9282
9283         * gnus-score.el (gnus-score-fast-scoring): New variable.
9284         (gnus-score-headers): Use it.
9285
9286         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9287
9288         * message.el (message-cite-original-1):
9289         Call gnus-article-highlight-citation if requested.
9290         (message-make-from): Allow name and address as optional arguments.
9291
9292         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9293
9294         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9295         bugs to doc string.
9296         (gnus-button-alist): Add mid\\|message-id.
9297         (gnus-button-fetch-group): Extend for use in
9298         `browse-url-browser-function'.
9299         (gnus-button-url-regexp): Try to catch paired parentheses like in
9300         Wikipedia URLs.
9301
9302         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9303         Suggested by Simon Krahnke <overlord@gmx.li>.
9304
9305 2007-01-13  Romain Francoise  <romain@orebokech.com>
9306
9307         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9308         Update copyright.
9309
9310 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9311
9312         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9313
9314 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9315
9316         * gnus-registry.el (gnus-registry-unfollowed-groups)
9317         (gnus-registry-split-fancy-with-parent): Fix documentation.
9318
9319 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9320
9321         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9322         from nnweb groups.
9323
9324 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9325
9326         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9327         Xref urls.  Erase buffer before requesting head.
9328
9329         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9330
9331 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9332
9333         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9334         customizable.
9335
9336 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9337
9338         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9339         no signing key is found.
9340         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9341         no encrypting and/or signing key is found.
9342
9343 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9344
9345         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9346
9347 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9348
9349         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9350         headers read from disk with the ones newly found in the current search.
9351         This should no longer cause problems, because the article numbers in
9352         Gmane's `nov.php' output are ignored since the previous change.
9353
9354 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9355
9356         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9357
9358 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9359
9360         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9361         replace-regexp-in-string; bind url-version; fbind display-images-p and
9362         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9363         find-face and set-itimer-function for Emacs; bind itimer-list for
9364         Emacs.
9365
9366         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9367
9368 2007-01-01  Romain Francoise  <romain@orebokech.com>
9369
9370         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9371
9372 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9373
9374         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9375         `define-minor-mode' macro definition expanded properly.
9376         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9377         exclude it there.
9378
9379         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9380         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9381         `fboundp' test.
9382         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9383         This is OK to autoload in (S)XEmacs now.
9384
9385 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9386
9387         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9388         keystroke.
9389         (gnus-summary-limit-to-singletons): Fix typo.
9390
9391         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9392         else fails.
9393
9394 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9395
9396         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9397         docstring.
9398
9399         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9400         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9401         (gnus-summary-insert-dormant-articles): Fix typo in message.
9402
9403 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9404
9405         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9406         nil for XEmacs.
9407         (gnus-message-citation-mode): Don't autoload in XEmacs.
9408
9409         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9410
9411 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9412
9413         * nnimap.el (nnimap-expunge-search-string):
9414         Mention nnimap-search-uids-not-since-is-evil in docstring.
9415
9416 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9417
9418         * spam.el: Revert to make-obsolete-variable because
9419         define-obsolete-variable-alias is not supported in Emacs 21.
9420
9421         * spam.el (spam-ifile-path, spam-ifile-database-path)
9422         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9423         make-obsolete-variable.
9424         (spam-bsfilter-path, spam-bsfilter-program)
9425         (spam-spamassassin-path, spam-spamassassin-program)
9426         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9427         Don't use "path" inappropriately.
9428         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9429         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9430         variable names.
9431
9432 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9433
9434         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9435         summary buffer.
9436
9437         * password.el (password-cache-remove): Use clear-string to burn
9438         password, if available.
9439
9440 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9441
9442         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9443
9444         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9445
9446         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9447         (gnus-message-highlight-citation): Move defcustom here from
9448         gnus-cite.el.
9449         (gnus-message-citation-mode): Autoload.
9450
9451         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9452         checks to make it compile with XEmacs.
9453         (gnus-message-citation-mode): New minor mode.
9454         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9455         (gnus-message-highlight-citation): New variables.
9456         (gnus-message-search-citation-line)
9457         (gnus-message-add-citation-keywords)
9458         (gnus-message-remove-citation-keywords)
9459         (turn-on-gnus-message-citation-mode)
9460         (turn-off-gnus-message-citation-mode): New functions.
9461
9462 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9463
9464         * gnus-cite.el: Enable highlighting of different citation levels in
9465         message-mode.
9466
9467 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9468
9469         * message.el (message-make-fqdn): Fix comment.
9470         (message-bogus-system-names): Add ".local".
9471
9472         * spam.el (spam-ifile-path, spam-ifile-program)
9473         (spam-ifile-database-path, spam-ifile-database)
9474         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9475         Don't use "path" inappropriately.
9476         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9477         strings.
9478         (spam-check-ifile, spam-ifile-register-with-ifile)
9479         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9480         Use new variable names.
9481
9482         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9483         (gnus-treat-display-smileys): Simplify using
9484         gnus-image-type-available-p.
9485
9486         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9487         available.
9488
9489         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9490         Use `display-images-p' if available.
9491
9492 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9493
9494         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9495         one after turning on the buffer's multibyteness instead of decoding
9496         them directly in the unibyte buffer that causes unexpected conversion
9497         in Emacs 23 (unicode).
9498
9499 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9500
9501         * message.el (message-generate-hashcash): Fix custom type.
9502
9503 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9504
9505         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9506
9507 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9508
9509         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9510         disconnect icons.  Add help text.
9511
9512 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9513
9514         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9515         negated to be consistent with the others we handle.
9516
9517 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9518
9519         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9520         version of gnus-summary-buffer to something, so that we can use two
9521         article buffers at the same time.
9522
9523 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9524
9525         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9526         trigger all the extra headers.
9527         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9528         sorting.
9529
9530 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9531
9532         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9533         solid groups.
9534
9535 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9536
9537         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9538
9539 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9540
9541         * legacy-gnus-agent.el: Add Copyright notice.
9542
9543 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9544
9545         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9546
9547 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9548
9549         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9550
9551         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9552         to make it work reliably in CVS Emacs.
9553         (gnus-summary-limit-strange-charsets-predicate)
9554         (gnus-summary-limit-to-predicate): New functions.
9555
9556 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9557
9558         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9559         specifying array size.
9560         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9561         array if it is too small.
9562         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9563         (gnus-sort-threads-loop): New function.
9564
9565 2006-12-06  Chris Moore  <dooglus@gmail.com>
9566
9567         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9568         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9569
9570 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9571
9572         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9573         options.
9574
9575 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9576
9577         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9578         DOS-ing the recipient.
9579
9580         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9581         the headers when creating the mapping to avoid mismappings.
9582         (nnweb-gmane-create-mapping): Always nix out old mapping.
9583
9584 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9585
9586         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9587         and mm-verify-option to never.
9588
9589 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9590
9591         * message.el (message-signed-or-encrypted-p): New function.
9592         (message-forward-make-body): Use it.
9593
9594         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9595         Replace encode-coding-string with mm-encode-coding-string.
9596
9597 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9598
9599         * nneething.el (nneething-decode-file-name):
9600         Replace decode-coding-string with mm-decode-coding-string.
9601
9602         * gnus-int.el (gnus-open-server): Say failed server's name.
9603
9604 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9605
9606         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9607         strings to a single string.  Quote `errors-file-name'.
9608         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9609         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9610         Adjust calls.  Use `shell-quote-argument'.
9611
9612 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9613
9614         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9615         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9616
9617         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9618         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9619         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9620         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9621         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9622         (gnus-subscribe-newsgroup, gnus-1):
9623         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9624         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9625         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9626         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9627
9628 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9629
9630         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9631         keystroke.
9632         (gnus-summary-limit-to-bodies): Implement headersp.
9633
9634 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9635
9636         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9637
9638 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9639
9640         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9641
9642 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9643
9644         * message.el (message-generate-hashcash): Expand range of values to
9645         include `opportunistic'.
9646         (message-send-mail): Use it.
9647
9648 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9649
9650         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9651         and comment it.
9652
9653         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9654
9655 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9656
9657         * gnus-util.el (gnus-extract-address-components): Improve comment.
9658
9659 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9660
9661         * gnus-util.el (gnus-extract-address-components): Work with address in
9662         which the name portion contains @.
9663
9664         * lpath.el: Fbind custom-autoload.
9665
9666 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9667
9668         * gnus.el (gnus-start): Move custom group up.
9669         (gnus-select-method): Don't autoload, but make it available for
9670         `customize-variable'.
9671         (gnus-getenv-nntpserver): Don't autoload.
9672
9673 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9674
9675         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9676
9677 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9678
9679         * message.el (message-sendmail-extra-arguments): New variable.
9680         (message-send-mail-with-sendmail): Use it.
9681
9682 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9683
9684         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9685         mm-with-unibyte-current-buffer to make string unibyte.
9686
9687         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9688         mm-string-as-multibyte.
9689
9690 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9691
9692         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9693         Reported by Werner Koch <wk@gnupg.org>.
9694
9695 2006-11-14  Daiki Ueno  <ueno@p360>
9696
9697         * mml2015.el: Autoload epa-select-keys when compiling.
9698
9699 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9700
9701         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9702         message-options.
9703         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9704
9705 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9706
9707         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9708         EasyPG (< 0.0.6).
9709         (mml2015-always-trust): New user option.
9710         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9711         prompt.
9712
9713 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9714
9715         * nntp.el (nntp-authinfo-force): New variable.
9716         (nntp-send-authinfo): Use it.
9717
9718 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9719
9720         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9721         decode encoded words.  Improve prompt.  Add comment about forwarding.
9722         (message-replacement-char): Move up.
9723
9724 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9725
9726         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9727         instead of gnus-intersection because arguments of gnus-sorted-nunion
9728         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9729
9730 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9731
9732         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9733         (message-simplify-subject-functions):
9734         Enable message-strip-subject-encoded-words by default.
9735
9736 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9737
9738         * message.el (message-strip-subject-encoded-words): New function.
9739         (message-simplify-subject-functions): New variable.
9740         (message-simplify-subject): Use it.  Fix typo in doc string.
9741         Support message-strip-subject-encoded-words.
9742
9743 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9744
9745         * gnus-diary.el (gnus-diary-delay-format-function):
9746         * nndiary.el (nndiary-reminders):
9747         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9748
9749 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9750
9751         * gnus-art.el (article-hide-boring-headers): Fetch date from
9752         gnus-original-article-buffer to avoid problems with localized date
9753         strings.
9754
9755 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9756
9757         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9758
9759 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9760
9761         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9762         New variables.
9763         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9764         (mm-charset-synonym-alist): Move some entries to
9765         mm-codepage-iso-8859-list.
9766         (mm-charset-synonym-alist, mm-charset-override-alist):
9767         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9768
9769 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9770
9771         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9772
9773 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9774
9775         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9776         with Emacs 21 and XEmacs.
9777
9778 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9779
9780         * spam.el (spam-parse-address): New function for better parsing,
9781         catching errors, etc.
9782         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9783
9784 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9785
9786         * mm-view.el: Add interactive arg to html2text autoload.
9787
9788 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9789
9790         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9791
9792 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9793
9794         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9795         New variables.
9796         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9797         (mm-charset-synonym-alist): Move some entries to
9798         mm-codepage-iso-8859-list.
9799
9800         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9801
9802 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9803
9804         * message.el (message-citation-line-format)
9805         (message-insert-formated-citation-line): Fix implementation of %E, %N
9806         and %n according to the doc string.
9807
9808 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9809
9810         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9811         Use car-safe to avoid bad parses.
9812
9813 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9814
9815         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9816         names.
9817
9818         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9819
9820 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9821
9822         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9823         header.
9824
9825         * message.el (message-draft-headers): Add Date.
9826         (message-headers-to-generate): Fix typo in docstring.
9827
9828         * nndraft.el (nndraft-required-headers): New variable.
9829         (nndraft-generate-headers): Use it.
9830
9831         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9832
9833 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9834
9835         * gnus-registry.el (gnus-registry-wash-for-keywords)
9836         (gnus-registry-find-keywords): New functions to allow easy searching of
9837         articles that are in the registry.
9838
9839 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9840
9841         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9842         Use ietf-drums-parse-address instead of gnus-extract-address-components.
9843         Reported by Damien Elmes <damien@repose.cx>.
9844
9845 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9846
9847         * gnus.el (gnus-mime): Remove unused custom group.
9848
9849 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9850
9851         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9852         "blank line" when searching for end of armor headers.
9853
9854 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9855
9856         * gmm-utils.el (gmm-write-region): Fix variable name.
9857
9858 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9859
9860         * gmm-utils.el (gmm-write-region): New function based on compatibility
9861         code from `mm-make-temp-file'.
9862
9863         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9864
9865         * nnmaildir.el (nnmaildir--update-nov)
9866         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9867         Use `gmm-write-region'.
9868
9869 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9870
9871         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
9872         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9873
9874         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9875
9876         * message.el (message-replacement-char): New variable.
9877         (message-fix-before-sending): Use it.
9878         (message-simplify-subject): New function to remove duplicate code.
9879         (message-reply, message-followup): Use it.
9880
9881         * gnus-sum.el (gnus-summary-make-menu-bar):
9882         Clarify gnus-summary-limit-to-articles.
9883
9884 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9885
9886         * gnus-util.el (gnus-with-local-quit): New macro.
9887
9888         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9889
9890 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9891
9892         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9893         ignore non-string data.
9894
9895 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9896
9897         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9898         non-string data (needs to be done in the registry too).
9899
9900 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9901
9902         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9903         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9904         (gnus-registry-split-fancy-with-parent)
9905         (gnus-registry-fetch-simplified-message-subject-fast)
9906         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9907         Remove text properties on ingress into the registry and when it's saved.
9908         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9909         registry from entries with no groups.
9910
9911 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9912
9913         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9914         function to remove string properties.
9915
9916 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9917
9918         * gmm-utils.el (gmm): Adjust custom version.
9919
9920         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
9921         Adjust custom version.
9922
9923         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9924
9925 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9926
9927         * gnus-art.el (gnus-insert-prev-page-button)
9928         (gnus-insert-next-page-button): Simplify.  Reformat.
9929
9930 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9931
9932         * gnus-art.el (gnus-insert-prev-page-button)
9933         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9934
9935 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9936
9937         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9938
9939 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9940
9941         * gnus-art.el (gnus-insert-mime-button)
9942         (gnus-insert-mime-security-button):
9943         Apply gnus-article-button-face to MIME and security buttons.
9944
9945 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9946
9947         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9948         readable.
9949
9950 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9951
9952         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9953
9954 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9955
9956         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9957         `browse-url-of-file' instead of `browse-url'.
9958
9959 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9960
9961         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9962         regexp.  Articles containing quotation were cut prematurely.
9963
9964 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9965
9966         * message.el (message-cite-original-1): Use nobody by default for the
9967         value of From header.
9968         (message-reply): Ditto.
9969
9970 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9971
9972         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9973         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9974         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9975
9976 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9977
9978         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9979         mails in the doc string.  Add some URLs in comment.
9980         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9981
9982 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9983
9984         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9985         backslashes handling and the way to find boundaries of quoted strings.
9986
9987 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9988
9989         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9990         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9991         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9992         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9993
9994 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9995
9996         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9997         doc string.
9998         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9999
10000 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10001
10002         * lpath.el: Fbind epg-check-configuration.
10003
10004 2006-09-06  Simon Josefsson  <jas@extundo.com>
10005
10006         * mml2015.el (mml2015-use): Doc fix, mention epg.
10007
10008 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10009
10010         * mml2015.el (mml2015-use): Default to epg, if available.
10011
10012 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10013
10014         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10015         message-sender.
10016         (mml1991-epg-encrypt): Ditto.
10017         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10018         message-sender.
10019         (mml2015-epg-encrypt): Ditto.
10020
10021 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10022
10023         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10024         several common directories.
10025
10026 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10027
10028         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10029         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10030
10031 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10032
10033         * gnus-art.el (article-decode-encoded-words): Make it fast.
10034
10035 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10036
10037         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10038
10039         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10040         in quoted string into `\'.
10041
10042 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10043
10044         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10045         Use standard-syntax-table.
10046
10047 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10048
10049         * gnus-art.el (gnus-decode-address-function): New variable.
10050         (article-decode-encoded-words): Use it to decode headers which are
10051         assumed to contain addresses.
10052         (gnus-mime-delete-part): Remove useless `or'.
10053
10054         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10055         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10056         (gnus-nov-parse-line): Use it to decode From header.
10057         (gnus-get-newsgroup-headers): Ditto.
10058         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10059
10060         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10061         (mail-decode-encoded-address-string): New alias.
10062
10063         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10064         New function.
10065         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10066         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10067         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10068         (rfc2047-decode-string): Ditto.
10069         (rfc2047-decode-address-region): New function.
10070         (rfc2047-decode-address-string): New function.
10071
10072 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10073
10074         * message.el (message-caesar-buffer-body): Allow rotating headers.
10075
10076         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10077
10078         * message.el (message-insert-formated-citation-line): Fix %f.
10079         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10080
10081 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10082
10083         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10084         (gnus-bookmark-mouse-available-p): New macro.
10085         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10086         (gnus-bookmark-bmenu-show-infos): Use it.
10087         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10088         (gnus-bookmark-bmenu-hide-infos): Ditto.
10089         (gnus-bookmark-remove-properties): New function.
10090         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10091         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10092         (gnus-bookmark-write-file): Bind coding-system-for-write.
10093         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10094         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10095         group before selecting it.
10096         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10097         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10098         quit-window if it is not available; use gnus-mouse-2 and bind it to
10099         gnus-bookmark-bmenu-select-by-mouse.
10100         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10101         (gnus-bookmark-bmenu-select-by-mouse): New function.
10102
10103 2006-08-13  Romain Francoise  <romain@orebokech.com>
10104
10105         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10106         space.
10107
10108 2006-08-10  Romain Francoise  <romain@orebokech.com>
10109
10110         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10111         (dns-mode-soa-auto-increment-serial): New user option.
10112         (dns-mode-soa-maybe-increment-serial): New function.
10113         (dns-mode): Add the latter to `write-contents-functions'.
10114
10115 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10116
10117         * compface.el (uncompface): Use binary rather than raw-text-unix.
10118
10119 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10120
10121         * compface.el (uncompface): Make sure the eol conversion doesn't take
10122         place when communicating with the external programs.
10123         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10124
10125 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10126
10127         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10128
10129 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10130
10131         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10132         Make it more robust by parsing author and date independently.
10133
10134 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10135
10136         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10137
10138 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10139
10140         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10141         first matching secret key.
10142         (mml2015-epg-encrypt): Ditto.
10143
10144         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10145         first matching secret key.
10146         (mml1991-epg-encrypt): Ditto.
10147
10148         * mml2015.el (mml2015-encrypt-to-self): New user option.
10149         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10150         mml2015-epg-encrypt-to-self is set.
10151
10152         * mml1991.el (mml1991-encrypt-to-self): New variable.
10153         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10154         mml1991-epg-encrypt-to-self is set.
10155
10156         * mml2015.el (mml2015-signers): New user option.
10157         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10158         (mml2015-epg-encrypt): Allow to select signing keys.
10159
10160         * mml1991.el (mml1991-signers): New variable.
10161         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10162         (mml1991-epg-encrypt): Allow to select signing keys.
10163
10164 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10165
10166         * nnheader.el (nnheader-insert-head): Make it work even if the file
10167         uses CRLF for the line-break code.
10168
10169 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10170
10171         * mml2015.el: Require mml-sec instead of password.
10172         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10173         (mml2015-cache-passphrase): Inherit the default value from
10174         mml-secure-cache-passphrase.
10175         (mml2015-passphrase-cache-expiry): Inherit the default value from
10176         mml-secure-passphrase-cache-expiry.
10177
10178         * mml1991.el: Require mml-sec instead of password.
10179         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10180         (mml1991-cache-passphrase): Inherit the default value from
10181         mml-secure-cache-passphrase.
10182         (mml1991-passphrase-cache-expiry): Inherit the default value from
10183         mml-secure-passphrase-cache-expiry.
10184
10185         * mml-sec.el: Require password.
10186         (mml-secure-verbose): New user option.
10187         (mml-secure-cache-passphrase): New user option.
10188         (mml-secure-passphrase-cache-expiry): New user option.
10189
10190 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10191
10192         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10193         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10194         andreas@altroot.de (Andreas Vögele).
10195
10196         FIXME: Use `tiny change'?
10197
10198 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10199
10200         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10201         workaround for the url package included with Emacs.
10202
10203         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10204
10205 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10206
10207         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10208         correctly.  This fixes a bug caused by the 2006-05-12 change.
10209
10210 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10211
10212         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10213         some information about the error when saying that the `bogus' mail
10214         group will be used.
10215
10216 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10217
10218         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10219         string.
10220
10221 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10222
10223         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10224
10225 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10226
10227         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10228
10229 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10230
10231         * mml1991.el (mml1991-function-alist): Add epg.
10232         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10233         (mml1991-epg-encrypt): New functions.
10234
10235 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10236
10237         * mml2015.el (mml2015-verbose): New variable.
10238         (mml2015-cache-passphrase): Ditto.
10239         (mml2015-passphrase-cache-expiry): Ditto.
10240         (mml2015-function-alist): Add epg.
10241         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10242         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10243         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10244         New functions.
10245
10246 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10247
10248         * message.el (message-cite-original-1): Preserve region when removing
10249         quoted text due to X-No-Archive in order to avoid bogus attribution
10250         when citing multiple messages.
10251
10252 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10253
10254         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10255         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10256
10257 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10258
10259         * gnus-diary.el (gnus-user-format-function-d)
10260         (gnus-user-format-function-D): Autoload.
10261
10262         * imap.el (Commentary): Fix typo.
10263
10264         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10265         2006-04-22 contribution.
10266
10267 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10268
10269         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10270         It didn't really fix the bogosity I'm seeing with solid web groups.
10271
10272 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10273
10274         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10275         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10276         created using server names.  If we use the feature without declaring
10277         it, Gnus does not properly manage server and group state.
10278
10279         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10280         bound.
10281
10282 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10283
10284         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10285         looking up the method using GROUP's prefix before inventing a new one.
10286         It is used on killed/unknown groups in various places where returning
10287         an all-new method isn't expected by the caller.
10288
10289         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10290         and match semantics of gnus-group-real-prefix.
10291
10292 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10293
10294         * nnmail.el (nnmail-broken-references-mailers): New variable.
10295         (nnmail-ignore-broken-references): New function generalizing
10296         nnmail-fix-eudora-headers.
10297         (nnmail-fix-eudora-headers): Now obsolete.
10298
10299         * gnus-art.el (gnus-button-handle-custom):
10300         Support `customize-apropos*'.
10301
10302 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10303
10304         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10305
10306         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10307         articles.
10308
10309 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10310
10311         * message.el (message-cite-reply-above): New variable.
10312         (message-yank-original): Use it.
10313
10314 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10315
10316         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10317
10318 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10319
10320         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10321         as read.
10322
10323         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10324
10325 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10326
10327         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10328         (gnus-bookmark-default-file): Use gnus-directory.
10329         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10330         Remove "*" in doc string.
10331         (gnus-bookmark-write-file): Simplify.
10332         (gnus-bookmark-maybe-sort-alist): Use `when'.
10333         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10334         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10335         Add FIXME about Emacs 21 and XEmacs compatibility.
10336         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10337         compatibility.
10338         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10339         compatibility.
10340         (gnus-bookmark-menu-heading): Fix version.
10341
10342 2006-06-19  Bastien Guerry  <bzg@altern.org>
10343
10344         * gnus-bookmark.el: New file.
10345
10346 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10347
10348         * message.el (message-syntax-checks): Doc fix.
10349
10350 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10351
10352         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10353         unsubscribed groups as if they were killed ones.  It causes duplicate
10354         entries in gnus-newsrc-alist.
10355
10356 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10357
10358         * message.el (message-syntax-checks): Doc fix.
10359         (message-send-mail): Add check for continuation headers.
10360         (message-check-news-header-syntax): Fix regexp used to check for
10361         continuation headers.
10362
10363 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10364
10365         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10366
10367 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10368
10369         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10370
10371 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10372
10373         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10374         default-truncate-lines.
10375
10376 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10377
10378         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10379         to fill the utf-8 entry.
10380
10381         * lpath.el: Fbind unicode-precedence-list.
10382
10383 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10384
10385         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10386
10387 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10388
10389         * gnus-agent.el (directory-files-and-attributes): Move all the way
10390         forward (the third and final move).
10391         (gnus-agent-read-agentview): Trap reconstruction errors due to
10392         nonexistent directory.  Handle by returning nil.
10393
10394 2006-05-30  Didier Verna  <didier@xemacs.org>
10395
10396         * message.el (message-dont-reply-to-names): Update the custom type.
10397         * message.el (message-dont-reply-to-names): New defsubst: potentially
10398         convert a list of regexps into a single one.
10399         * message.el (message-get-reply-headers): Use it.
10400         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10401
10402 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10403
10404         * gnus-agent.el (directory-files-and-attributes): Move forward.
10405
10406 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10407
10408         * gnus-ml.el (gnus-mailing-list-subscribe)
10409         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10410         (gnus-mailing-list-message): Fix doc strings.
10411
10412 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10413
10414         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10415         of doing it manually.
10416
10417 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10418
10419         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10420         comment.
10421
10422 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10423
10424         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10425         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10426         (gnus-agent-read-local): All symbols allocated in my-obarray.
10427         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10428         (gnus-agent-regenerate-group): Check numeric names to see if they are
10429         messages or groups.
10430         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10431         better way of do this...)
10432
10433         * gnus-cache.el (gnus-agent-total-fetched-for):
10434         Ignore 'dummy.group' (there should be a better way of do this...)
10435
10436 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10437
10438         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10439         (gnus-saved-headers): Ditto.
10440         (gnus-default-article-saver): Mention functions may have properties.
10441         (gnus-article-save): Override gnus-save-all-headers and
10442         gnus-saved-headers by :headers property which saver function may have.
10443         (gnus-summary-save-in-file): Add :headers property.
10444         (gnus-summary-write-to-file): Ditto.
10445
10446         * gnus-sum.el (gnus-summary-save-article): Bind
10447         gnus-prompt-before-saving to t when saving many articles in a file;
10448         always show all headers.
10449
10450         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10451
10452 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10453
10454         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10455         marks.
10456
10457         * message.el (message-indent-citation): Add optional arguments to allow
10458         using it outside of message buffers.
10459
10460         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10461         (gnus-article-treat-unfold-headers): Use it.
10462         (gnus-article-truncate-lines): New variable.
10463         (gnus-article-mode): Use it.
10464         (gnus-article-toggle-truncate-lines): New function.
10465
10466         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10467         Add gnus-article-toggle-truncate-lines.
10468
10469         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10470         coding system in XEmacs, use binary.
10471
10472 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10473
10474         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10475         after-load-alist.
10476
10477         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10478         this function should save decoded articles.
10479         (gnus-summary-write-to-file): Use property to specify this function
10480         should save decoded articles and specify gnus-summary-save-in-file
10481         should be used to save articles other than the first one when saving
10482         many articles.
10483         (gnus-summary-save-body-in-file): Use property to specify this
10484         function should save decoded articles.
10485         (gnus-summary-write-body-to-file): Use property to specify this
10486         function should save decoded articles and specify
10487         gnus-summary-save-body-in-file should be used to save articles other
10488         than the first one when saving many articles.
10489
10490         * gnus-sum.el (gnus-summary-save-article): Simplify.
10491
10492 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10493
10494         * gnus-art.el (gnus-default-article-saver):
10495         Add gnus-summary-write-body-to-file.
10496         (gnus-article-save-coding-system): Don't use coding system object
10497         in XEmacs.
10498         (gnus-read-save-file-name): Add optional `dir-var' argument which
10499         specifies directory in which files are saved; work even if optional
10500         `variable' argument is not specified.
10501         (gnus-summary-write-to-file): Read file name.
10502         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10503         (gnus-summary-write-body-to-file): New function.
10504
10505         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10506         (gnus-summary-local-variables): Add it.
10507         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10508         (gnus-summary-save-article): Remove optional `decode' argument;
10509         determine whether to decode articles by the value of
10510         gnus-default-article-saver; when saving many files using
10511         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10512         it first and use gnus-summary-save-in-file or
10513         gnus-summary-save-body-in-file thereafter unless
10514         gnus-prompt-before-saving is always; move point to article which
10515         will be saved.
10516         (gnus-summary-save-article-file): Revert.
10517         (gnus-summary-write-article-file): Revert.
10518         (gnus-summary-save-article-body-file): Revert.
10519         (gnus-summary-write-article-body-file): New function.
10520
10521 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10522
10523         * gnus-art.el (gnus-default-article-saver): Doc fix.
10524         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10525         from gnus-summary-save-article-coding-system, and default to a
10526         certain coding system.
10527         (gnus-output-to-file): Add coding cookie and encode text according
10528         to gnus-article-save-coding-system; don't use mm-append-to-file.
10529
10530         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10531         gnus-art.el and rename to gnus-article-save-coding-system.
10532         (gnus-summary-save-article): Require gnus-art; don't show all
10533         headers if it decodes articles; don't add coding cookie here;
10534         don't bind mm-text-coding-system-for-write.
10535         (gnus-summary-save-article-file): Save decoded articles.
10536         (gnus-summary-write-article-file): When saving many files, use
10537         gnus-summary-write-to-file first and gnus-summary-save-in-file
10538         thereafter unless gnus-prompt-before-saving is always.
10539         (gnus-summary-save-article-body-file): Save decoded articles.
10540
10541         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10542
10543 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10544
10545         * nnrss.el (nnrss-check-group): Bind hash-index.
10546
10547 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10548
10549         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10550         its hash index.  Store this hash in `nnrss-group-data'.
10551         (nnrss-read-group-data): Update accordingly.
10552
10553 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10554
10555         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10556         entry.
10557
10558         * gnus-sum.el (gnus-summary-make-menu-bar):
10559         Add gnus-article-browse-html-article.
10560
10561 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10562
10563         * gnus-sum.el (gnus-summary-mime-map):
10564         Add gnus-article-browse-html-article.
10565
10566         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10567
10568 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10569
10570         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10571         suitable coding systems in customize.
10572
10573 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10574
10575         * mail-source.el (mail-sources): Fix custom type.
10576
10577 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10578
10579         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10580         (gnus-summary-expire-articles-now): Shorten prompt.
10581
10582         * gmm-utils.el (wid-edit): Require.
10583         (defun-gmm): Rename from `gmm-defun-compat'.
10584         (gmm-image-search-load-path): Use it.
10585         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10586
10587 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10588
10589         * gnus-sum.el (gnus-summary-save-article-coding-system):
10590         New variable.
10591         (gnus-summary-save-article): Add optional `decode' argument.
10592         If it is set and gnus-summary-save-article-coding-system is non-nil,
10593         save decoded article.
10594         (gnus-summary-write-article-file): Save decoded article if
10595         gnus-summary-save-article-coding-system is non-nil.
10596
10597         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10598         type.
10599
10600 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10601
10602         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10603
10604 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10605
10606         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10607         first to test gnus-single-article-buffer which may be buffer-local.
10608
10609         * gnus-sum.el (gnus-summary-setup-buffer):
10610         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10611         group; make gnus-article-buffer, gnus-article-current, and
10612         gnus-original-article-buffer always buffer-local.
10613         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10614         group.
10615         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10616
10617 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10618
10619         * nnml.el (nnml-request-compact-group): Compressed files might not
10620         have .gz extension.
10621
10622 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10623
10624         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10625         (mm-copy-to-buffer): Use with-current-buffer.
10626         (mm-display-part): Simplify.
10627         (mm-inlinable-p): Add optional arg `type'.
10628
10629 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10630
10631         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10632         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10633         Try harder to show the attachment internally or externally using
10634         gnus-mime-view-part-as-type.
10635
10636 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10637
10638         * message.el (message-from-style, message-signature-separator)
10639         (message-user-organization-file, message-send-mail-function)
10640         (message-citation-line-function, message-yank-prefix)
10641         (message-indent-citation-function, message-signature)
10642         (message-signature-file, message-signature-insert-empty-line):
10643         Remove autoloads.
10644
10645         * gnus-art.el (gnus-buttonized-mime-types):
10646         Remove "multipart/signed".  Revert 2006-04-26 change.
10647
10648 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10649
10650         * gnus.el (gnus-version-number): Bump version.
10651
10652 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10653
10654         * gnus.el: No Gnus v0.5 is released.
10655
10656 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10657
10658         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10659         fetching articles by message-id.
10660
10661 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10662
10663         * message.el (hashcash): Require hashcash as normal.
10664
10665         * ecomplete.el (ecomplete-highlight-match-line):
10666         Use point-at-eol.
10667         (ecomplete-highlight-match-line): Use `highlight', because that
10668         face exists in both Emacs and XEmacs.
10669
10670         * message.el (message-display-abbrev): Use point-at-bol.
10671
10672         * mail-source.el: Don't require timer/timer-funcs.
10673
10674         * gnus-async.el: Ditto.
10675
10676         * password.el: Ditto.
10677
10678         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10679
10680         * mm-url.el: Ditto.
10681
10682         * gnus-xmas.el: Don't require timer-funcs.
10683
10684         * mm-util.el: Require timer/timer-funcs.
10685
10686 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10687
10688         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10689         Close.
10690
10691 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10692
10693         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10694         unibyte after clear-decrypt function runs.
10695
10696         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10697         returns as a unibyte string.
10698
10699 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10700
10701         * lpath.el: Revert.
10702
10703         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10704         (pgg-gpg-process-sentinel): Revert.
10705
10706         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10707         (pgg-pgp-lookup-key): Revert.
10708
10709         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10710         (pgg-pgp5-lookup-key): Revert.
10711
10712         * pgg.el (pgg-fetch-key): Revert.
10713
10714 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10715
10716         * lpath.el: Fbind string-as-multibyte for XEmacs.
10717
10718         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10719         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10720         (mml1991-pgg-encrypt): Ditto.
10721
10722         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10723         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10724         a multibyte buffer.
10725
10726         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10727         (pgg-pgp-lookup-key): Ditto.
10728
10729         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10730         (pgg-pgp5-lookup-key): Ditto.
10731
10732         * pgg.el (pgg-fetch-key): Ditto.
10733
10734 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10735
10736         * message.el (message-user-organization-file): Check several
10737         locations of the organization file.
10738
10739         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10740         Add gnus-article-view-part-as-type.
10741
10742         * gnus-art.el (gnus-article-view-part-as-type): New function.
10743
10744         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10745         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10746
10747         * mml.el: Simplify autoload.
10748         (mml-mode): defvar dnd-protocol-alist instead of using
10749         symbol-value.
10750         (mml-default-directory): New variable.
10751         (mml-minibuffer-read-file): Use it.
10752         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10753
10754         * message.el (message-citation-line-format): New variable.
10755         (message-insert-formated-citation-line): New function.
10756         (message-citation-line-function):
10757         Add `message-insert-formated-citation-line' to custom type.
10758
10759         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10760         to doc string.
10761
10762         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10763         depending on mm-verify-option.
10764
10765 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10766
10767         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10768         binding pgg-* variables; reimplement the section which prevents
10769         MIME header from being signed.
10770         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10771         pgg-text-mode; remove a blank line at the top of body.
10772
10773         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10774         lines at the top of body; use gnus-newsgroup-charset if there's no
10775         Charset header.
10776
10777 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10778
10779         * message.el (message-self-insert-commands): Doc fix.
10780
10781         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10782         (mm-uu-pgp-encrypted-test): Ditto.
10783         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10784         between header and body; return application/pgp-encrypted handle
10785         if decryption failed; decode decrypted body by charset.
10786
10787         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10788         element match to application/pgp-*.
10789
10790 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10791
10792         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10793         HTML.
10794
10795 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10796
10797         * mail-source.el (mail-source-call-script): Message the error
10798         string.
10799
10800 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10801
10802         * gnus-util.el (gnus-byte-compile): Use it.
10803
10804 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10805
10806         * gnus-util.el (kill-empty-logs): New function.
10807
10808 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10809
10810         * message.el (message-mail-alias-type): Doc fix.
10811         (message-mail-alias-type-p): New function.
10812         (message-send): Use it.
10813         (message-mode): Ditto.
10814         (message-strip-forbidden-properties): Ditto.
10815
10816         * ecomplete.el (ecomplete-database-file-coding-system):
10817         New variable.
10818         (ecomplete-save): Use it.
10819         (ecomplete-setup): Use it.
10820
10821 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10822
10823         * message.el (message-self-insert-commands): New variable.
10824         (message-strip-forbidden-properties): Use it.
10825
10826 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10827
10828         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10829         that doesn't make XEmacs choke.
10830
10831 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10832
10833         * gnus-util.el (gnus-replace-in-string):
10834         Prefer replace-regexp-in-string over of replace-in-string.
10835
10836 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10837
10838         * gnus-util.el (gnus-select-frame-set-input-focus):
10839         Use select-frame-set-input-focus if it is available in XEmacs; use
10840         definition defined in Emacs 22 for old Emacsen.
10841
10842         * dgnushack.el: Autoload unmorse-region for XEmacs.
10843
10844         * lpath.el: Bind cursor-in-non-selected-windows and
10845         select-frame-set-input-focus for XEmacs.
10846
10847 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10848
10849         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10850
10851 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10852
10853         * gnus-registry.el (gnus-registry-cache-save): Remove text
10854         properties when saving via the temp buffer.
10855
10856 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10857
10858         * message.el (message-generate-hashcash): Honor custom type.
10859
10860 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10861
10862         * message.el (message-generate-hashcash): Default to non-nil when
10863         hashcash is found.
10864
10865         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10866         (gnus-refer-thread-limit): Increase default to 500.
10867
10868         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10869
10870         * flow-fill.el (fill-flowed): Allow delete-space.
10871
10872 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10873
10874         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10875         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10876         Remove autoloads.
10877
10878 2006-04-18  Simon Josefsson  <jas@extundo.com>
10879
10880         * message.el (message-generate-hashcash): Default to.
10881
10882 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10883
10884         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10885         concatenating segments rather than before concatenating them.
10886
10887 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10888
10889         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10890
10891 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10892
10893         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10894
10895         * message.el (message-forward-make-body-plain):
10896         Allow message-forward-ignored-headers to be a list.
10897         (message-remove-ignored-headers): Factor out into function.
10898         (message-forward-make-body-mml): Use it.
10899
10900         * imap.el (imap-quote-specials): New function.
10901         (imap-login-auth): Quote specials.
10902
10903         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10904         (rfc2231-parse-string): Allow concatanation of parameters that
10905         aren't contiguous.  The test case is
10906           (mail-header-parse-content-type "message/external-body;
10907             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10908             access-type=LOCAL-FILE;
10909             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10910
10911 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10912
10913         * nntp.el (nntp-accept-process-output): Return the value of
10914         `nnheader-accept-process-output'.
10915
10916 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10917
10918         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10919         (gnus-button-alist): Recognize more diff formats.
10920         (gnus-button-patch): Strip directory.
10921
10922 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10923
10924         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10925         Emacs 22 when setting focus.
10926
10927 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10928
10929         * gnus-art.el (gnus-article-treat-types): Do treatment of
10930         text/x-verbatim parts.
10931         (gnus-button-patch): New command.
10932
10933         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10934         addresses that contain invalid characters.
10935
10936 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10937
10938         * message.el (message-put-addresses-in-ecomplete):
10939         Use gnus-replace-in-string.
10940         (message-is-yours-p): Use the more correct
10941         mail-header-parse-address instead of
10942         mail-extract-address-components.
10943         (message-put-addresses-in-ecomplete): Fix typo.
10944
10945         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10946         keystroke.
10947
10948         * gnus-art.el (gnus-treatment-function-alist): Change order of
10949         newsgroups/generic header folding to avoid double-folding.
10950
10951         * message.el (message-hidden-headers): Add X-Draft-From.
10952
10953         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
10954         New command.
10955         (gnus-summary-repeat-search-article-backward): New command.
10956
10957         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10958         groups in the parent topic.
10959
10960 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10961
10962         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10963         (spam-extra-header-to-number): Return the CRM114 number as a
10964         number instead of a string.
10965
10966 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10967
10968         * gnus-art.el (gnus-face-properties-alist): Move here from
10969         gnus-fun.
10970
10971         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10972
10973 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10974
10975         * message.el (message-strip-forbidden-properties): Only display on
10976         self-insert-command.
10977
10978         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10979         reindent.
10980         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10981
10982 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10983
10984         * smiley.el (smiley-style): Fix typo.
10985
10986 2006-03-23  Kenichi Handa  <handa@m17n.org>
10987
10988         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
10989         instead of set-buffer-multibyte.
10990
10991 2006-03-23  Kenichi Handa  <handa@m17n.org>
10992
10993         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10994         buffer and then decode the buffer text if necessary.
10995         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10996         first, and after mm-encode-body, change the buffer to unibyte.
10997
10998 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10999
11000         * hashcash.el (hashcash-insert-payment-async-2):
11001         Use message-goto-eoh instead of doing it manually.
11002         (mail-add-payment): Use message-narrow-to-header instead of trying
11003         to do the same itself.
11004
11005         * message.el (message-hidden-headers): Add Face.
11006
11007         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11008         reparenting code.
11009         (gnus-summary-reparent-children): Refactored out code.
11010         (gnus-summary-thread-map): New keystroke.
11011         (gnus-summary-reparent-children): Make into command.
11012
11013         * smiley.el (smiley-style): Default to `medium' if using a large
11014         font.
11015
11016         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11017         does it itself.
11018
11019         * message.el (message-point-in-header-p): Simplify definition.
11020
11021 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11022
11023         * nnagent.el (nnagent-request-set-mark): Silence log file
11024         writing.
11025         (nnagent-request-set-mark): Use write-region instead of
11026         append-to-file.
11027
11028         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11029         strange select method.
11030
11031         * ecomplete.el (ecomplete-display-matches): Get highlightling
11032         right.
11033         (ecomplete-display-matches): Use literals.
11034         (ecomplete-display-matches): Disable message logging.
11035
11036         * message.el (message-display-abbrev): Small optimization.
11037
11038         * ecomplete.el (ecomplete-display-matches): Allow automatic
11039         display.
11040
11041         * message.el (message-strip-forbidden-properties):
11042         Display abbrevs.
11043         (message-display-abbrev): Get automatic display right.
11044
11045         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11046         keystrokes.
11047
11048 2006-04-13  Romain Francoise  <romain@orebokech.com>
11049
11050         TODO: Backport to v5-10!
11051
11052         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11053         Move here (and rename) from gnus-registry.el.
11054
11055         * gnus-registry.el: Require gnus-util.
11056         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11057
11058 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11059
11060         * gnus-group.el (gnus-group-catchup-current):
11061         Change if-then-else-if-then-else into cond.
11062         (gnus-group-catchup): Indent.
11063         (group-name-at-point): New function.
11064         (gnus-fetch-group): Provide default from thing at point.
11065
11066 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11067
11068         * message.el (message-display-abbrev): Fix regexp.
11069
11070         * ecomplete.el (ecomplete-highlight-match-line):
11071         Reimplement choosing.
11072         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11073         dead variables.
11074
11075         * message.el (message-newline-and-indent): Remove debugging.
11076         (message-display-abbrev): Use new implementation.
11077
11078 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11079
11080         * gnus-art.el (gnus-article-mode):
11081         Set cursor-in-non-selected-windows to nil.
11082
11083         * smiley.el: Revert previous change.
11084         (smiley-data-directory): defvar it before using it in the
11085         defcustom of `smiley-style'.
11086
11087 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11088
11089         * message.el (message-newline-and-indent): New function.
11090
11091         * ecomplete.el: Implement more bits.
11092
11093         * message.el (message-put-addresses-in-ecomplete): Clean up the
11094         string.
11095
11096         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11097
11098         * gnus-sum.el (gnus-summary-save-parts):
11099         Bind gnus-summary-save-parts-counter and use it to make unique file
11100         names.
11101
11102         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11103
11104         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11105         parameter to say whether to actually parse the individual
11106         addresses.
11107
11108         * message.el (message-put-addresses-in-ecomplete): New function.
11109         (ecomplete): Require.
11110         (message-mail-alias-type): Add ecomplete as an option.
11111
11112 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11113
11114         * flow-fill.el (fill-flowed): Remove trailing space from blank
11115         quoted lines.
11116
11117 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11118
11119         * smiley.el (smiley-style): Move definition later to avoid a
11120         compilation warning.
11121
11122 2006-04-12  Kenichi Handa  <handa@m17n.org>
11123
11124         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11125         buffer and then decode the buffer text if necessary.
11126         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11127         first, and after mm-encode-body, change the buffer to unibyte.
11128         Use mm-disable-multibyte instead of set-buffer-multibyte.
11129
11130 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11131
11132         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11133         Content-Type header instead of Content-Disposition header.
11134         (gnus-mime-inline-part): Ditto.
11135         (gnus-mime-view-part-as-charset): Ignore charset that the part
11136         specifies.
11137
11138         * mm-decode.el (mm-display-part): Work with external parts and
11139         usual parts similarly.
11140
11141         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11142         instead of gnus-display-mime.
11143
11144         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11145         instead of with-temp-buffer.
11146
11147         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11148         tag to summarized topics part in order to encode non-ASCII text.
11149
11150 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11151
11152         * smiley.el (smiley-style): New variable.
11153         (smiley-directory): New function.
11154         (smiley-data-directory): Derive from `smiley-style' using
11155         `smiley-directory'.
11156         (smiley-regexp-alist): Add new entries.
11157
11158         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11159         (gnus-article-browse-delete-temp): Add :version.
11160
11161 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11162
11163         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11164         the sieve region.
11165
11166 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11167
11168         * gnus.el (gnus-version-number): Bump version.
11169
11170 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11171
11172         * gnus.el: No Gnus v0.4 is released.
11173
11174 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11175
11176         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11177         layout.
11178
11179         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11180         unknown charset.
11181
11182         * message.el (message-header-synonyms): Add Original-To to the
11183         default.
11184
11185         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11186         optional parameter.
11187
11188 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11189
11190         * gnus-fun.el (gnus): Require it for gnus-directory.
11191
11192 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11193
11194         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11195
11196 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11197
11198         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11199
11200 2006-04-05  Simon Josefsson  <jas@extundo.com>
11201
11202         * password.el (password-reset): New function.
11203
11204 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11205
11206         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11207         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11208
11209 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11210
11211         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11212         Some whitespace was matched into the url, which broke browsing hits
11213         > 100 when mm-url-use-external was nil.
11214
11215 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11216
11217         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11218         Check gnus-extra-headers for 'Newsgroups.
11219
11220         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11221         bound.
11222
11223 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11224
11225         * pgg-gpg.el: Clean up process buffers every time gpg processes
11226         complete.
11227
11228 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11229
11230         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11231         doc string.
11232
11233 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11234
11235         * pgg-gpg.el (pgg-gpg-process-filter)
11236         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11237
11238         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11239         lines, temporary fix.
11240
11241 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11242
11243         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11244
11245 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11246
11247         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11248         default-enable-multibyte-characters.  This reverts the change from
11249         revision 6.17 which is no longer necessary because the passphrase
11250         is sent separately now.  GnuPG messages are unreadable under
11251         multibyte locales with default-enable-multibyte-characters set to
11252         nil.
11253
11254 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11255
11256         * message.el (message-tool-bar-gnome): Move "spell".
11257
11258 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11259
11260         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11261         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11262         instead.
11263
11264 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11265
11266         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11267         Improve newsgroups handling for NNTP overviews which don't include
11268         Newsgroups.
11269
11270 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11271
11272         * message.el (message-resend): Bind message-generate-hashcash to nil.
11273
11274 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11275
11276         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11277         when searching for already-paid recipients.
11278
11279 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11280
11281         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11282         passphrases when it is not needed.
11283         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11284         passphrase stuff from gpg, should only be necessary when you use
11285         gpg with a smartcard.
11286
11287 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11288
11289         * mml.el (mml-insert-mime): Ignore cached contents of
11290         message/external-body part.
11291
11292         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11293         (mm-insert-part): Ditto.
11294
11295 2006-03-23  Simon Josefsson  <jas@extundo.com>
11296
11297         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11298         Reiner.
11299         (pgg-gpg-use-agent-p): Use it again.
11300
11301 2006-03-23  Simon Josefsson  <jas@extundo.com>
11302
11303         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11304         older emacsen.
11305         (pgg-gpg-use-agent-p): Don't use it.
11306
11307 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11308
11309         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11310         if we can.
11311
11312 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11313
11314         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11315         (pgg-gpg-update-agent): New function.
11316         (pgg-gpg-use-agent-p): New function.
11317         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11318         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11319         (pgg-gpg-sign-region): Use it.
11320
11321 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11322
11323         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11324         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11325
11326 2006-03-21  Simon Josefsson  <jas@extundo.com>
11327
11328         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11329         <wilde@sha-bang.de>.
11330         (pgg-gpg-use-agent): New variable.
11331         (pgg-gpg-process-region): Use it.
11332         (pgg-gpg-encrypt-region): Likewise.
11333         (pgg-gpg-encrypt-symmetric-region): Likewise.
11334         (pgg-gpg-decrypt-region): Likewise.
11335         (pgg-gpg-sign-region): Likewise.
11336         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11337
11338 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11339
11340         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11341
11342         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11343         Add comment on version.
11344
11345 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11346
11347         * smiley.el: Add missing test smiley.
11348
11349 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11350
11351         * mm-decode.el (mm-with-part): New macro.
11352         (mm-get-part): Use it; work with message/external-body as well.
11353         (mm-save-part): Treat name and filename equally.
11354
11355         * mm-extern.el (mm-extern-cache-contents): New function.
11356         (mm-inline-external-body): Use it; force the part to be displayed;
11357         move undisplayer added to the cached handle to the parent.
11358
11359         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11360         (gnus-mime-view-part-as-type): Work with message/external-body.
11361
11362         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11363
11364 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11365
11366         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11367         images in image-load-path.  [Sync with image.el, revision 1.60, in
11368         Emacs.]
11369
11370 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11371
11372         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11373         path rather than symbol.  Always return list of directories.
11374         Guarantee that image directory comes first.  [Sync with image.el,
11375         revision 1.59, in Emacs.]
11376
11377         * message.el (message-make-tool-bar): Adjust to new API of
11378         `gmm-image-load-path-for-library'.
11379
11380         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11381
11382         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11383
11384 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11385
11386         * gnus-art.el (gnus-article-only-boring-p):
11387         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11388         intangible text.
11389         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11390
11391 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11392
11393         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11394         Use `defun' instead of `gmm-defun-compat'.
11395
11396 2006-03-14  Simon Josefsson  <jas@extundo.com>
11397
11398         * message.el (message-unique-id): Don't use message-number-base36
11399         if (user-uid) is a float.
11400         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11401
11402 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11403
11404         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11405
11406         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11407         empty line between a part and a message part.
11408
11409 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11410
11411         * smiley.el: Add more test smileys.
11412         (smiley-data-directory, smiley-regexp-alist)
11413         (gnus-smiley-file-types): Fix doc strings.
11414         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11415         adding new elements.
11416         (smiley-mouse-map): Unused code.  Make it a comment.
11417
11418 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11419
11420         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11421         scan latest NoCeM messages instead of old ones.
11422         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11423         delimiters that are recently used.
11424         (gnus-nocem-load-cache): Add autoload cookie.
11425
11426         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11427
11428         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11429         level which is larger than gnus-use-nocem is specified.
11430
11431         * gnus-group.el (gnus-group-get-new-news): Ditto.
11432
11433 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11434
11435         * gnus-util.el (gnus-tool-bar-update): New function.
11436
11437         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11438         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11439
11440         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11441
11442         * gnus-group.el (gnus-group-redraw-when-idle)
11443         (gnus-group-redraw-check): Remove.
11444         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11445
11446 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11447
11448         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11449         if optional last element is specified in splits (FIELD VALUE...).
11450
11451 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11452
11453         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11454         to gmm-image-load-path-for-library.  Call with no-error argument.
11455         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11456
11457         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11458
11459         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11460
11461         * gmm-utils.el (gmm-image-load-path): Remove alias.
11462
11463 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11464
11465         * gmm-utils.el (gmm-image-load-path): Add alias.
11466
11467         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11468         nnml-generate-nov-databases-1.
11469         (nnml-generate-nov-databases): Use it.
11470         (nnml-generate-nov-databases-directory): Document no-active
11471         argument.
11472
11473         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11474         directory if path is t.  Add no-error.
11475
11476         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11477         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11478
11479         * gnus-art.el (gnus-article-browse-delete-temp-files):
11480         Simplify resetting gnus-article-browse-html-temp-list.
11481
11482         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11483         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11484         Add example to docstring.  Rename local variables.  Move error
11485         checks to default case in cond and simplify.
11486
11487 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11488
11489         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11490         handle is multipart when calling it recursively.
11491         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11492
11493 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11494
11495         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11496         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11497
11498 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11499
11500         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11501         is loaded.
11502
11503         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11504         loaded.
11505
11506 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11507
11508         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11509         to "Emacs 23 (unicode)" in doc string.
11510
11511         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11512         "Emacs 23 (unicode)" in comment.
11513
11514 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11515
11516         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11517
11518         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11519         characters 160 through 255 in Emacs 23.
11520
11521 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11522
11523         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11524         gnus-article-browse-html-temp.
11525         (gnus-article-browse-delete-temp): Make it customizable.
11526         Add `file'.  Adjust doc string.
11527         (gnus-article-browse-delete-temp-files): Add argument.
11528         Allow query for each file.  Adjust doc string.
11529         (gnus-article-browse-html-parts):
11530         Add `gnus-article-browse-delete-temp-files' to
11531         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11532
11533 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11534
11535         * gnus-art.el (gnus-article-browse-html-temp)
11536         (gnus-article-browse-delete-temp): New variables.
11537         (gnus-article-browse-delete-temp-files): New function.
11538         (gnus-article-browse-html-parts): Use it.
11539
11540 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11541
11542         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11543
11544         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11545         string.
11546
11547         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11548         gnus-summary-insert-new-articles when unplugged.
11549         Remove gnus-summary-search-article-forward.
11550
11551         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11552         display-visual-class instead of display-color-cells.
11553
11554 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11555
11556         * dgnushack.el: Autoload customize-group for XEmacs.
11557
11558         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11559         message/* containing non-ASCII text properly.
11560
11561 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11562
11563         * message.el: Require gmm-utils, remove autoloads.
11564         (message-tool-bar): Set default based on
11565         gmm-tool-bar-style.
11566         (message-tool-bar-gnome): Add gmm-customize-mode.
11567
11568         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11569         gmm-tool-bar-style.
11570         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11571
11572         * gnus-group.el (gnus-group-tool-bar): Set default based on
11573         gmm-tool-bar-style.
11574         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11575
11576         * gmm-utils.el (gmm-image-directory): Rename variable from
11577         gmm-image-load-path.
11578         (gmm-image-load-path): Use gmm-image-directory.
11579         (gmm-customize-mode): New function.
11580         (gmm-tool-bar-style): New variable.
11581
11582         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11583         gnus-group-redraw-line-number.
11584         (gnus-group-redraw-check): Simplify.
11585         (gnus-group-tool-bar-update): Remove redraw check.
11586         (gnus-group-make-tool-bar): Add redraw check.
11587
11588 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11589
11590         * gnus-art.el (gnus-button): Add missing parentheses.
11591
11592 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11593
11594         * lpath.el: Fbind line-number-at-pos.
11595
11596 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11597
11598         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11599
11600 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11601
11602         * gnus-art.el (gnus-button): New face.
11603         (gnus-article-button-face): Use it.
11604
11605         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11606         Add gnus-summary-next-page.  Re-order.
11607
11608         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11609         next-node are now included.
11610         (gnus-group-redraw-line-number): New internal variable.
11611         (gnus-group-redraw-check): Helper function for updating the tool
11612         bar.
11613         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11614
11615         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11616
11617         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11618         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11619         Use it to match format of Spamassassin 3.0 and later.
11620         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11621         (spam-check-bogofilter)
11622         (spam-bogofilter-register-with-bogofilter): Fix args of
11623         `gnus-error' calls.
11624
11625 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11626
11627         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11628         unnecessary interaction when sending queued mails.
11629         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11630
11631 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11632
11633         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11634         first or last are nil.
11635
11636 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11637
11638         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11639
11640 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11641
11642         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11643
11644 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11645
11646         * dns.el (query-dns): Protect more against buggy tcp output.
11647
11648 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11649
11650         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11651         nov.php.
11652
11653 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11654
11655         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11656         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11657         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11658         output on the server side.
11659         (nnweb-google-create-mapping): Update regexps and add some
11660         progress indication.
11661
11662 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11663
11664         * gnus-group.el (gnus-group-tool-bar-gnome):
11665         Fix gnus-agent-toggle-plugged.  Re-order icons.
11666         (gnus-group-tool-bar-gnome):
11667         Add gnus-group-{prev,next}-unread-group.
11668         (gnus-group-tool-bar-gnome): Re-order icons.
11669
11670         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11671         Move gnus-summary-insert-new-articles.
11672
11673         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11674         Fix comments.
11675
11676         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11677         also available in Emacs 21.3.
11678
11679         * message.el (message-fix-before-sending): Change "Emacs 22" to
11680         "Emacs 23 (unicode)" in comment.
11681
11682         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11683         "Emacs 23 (unicode)" in comment.
11684
11685         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11686         comment.
11687         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11688
11689         * mm-view.el (mm-fill-flowed): Add :version.
11690
11691 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11692
11693         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11694         and load-path.
11695
11696 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11697
11698         * message.el: Autoload gmm-image-load-path.
11699         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11700         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11701         consitency.
11702
11703         * gmm-utils.el (gmm-image-load-path): Also search in
11704         "../etc/images".  Don't set gmm-image-load-path if we don't find
11705         the image.
11706
11707 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11708
11709         * gmm-utils.el (gmm-image-load-path): Don't make
11710         `gmm-image-load-path' include subdirectories which the second arg
11711         `image' might specify.
11712
11713         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11714         subdirectory to icon file names.
11715
11716         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11717
11718 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11719
11720         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11721         gmm-image-load-path calls.
11722
11723         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11724
11725         * message.el (message-make-tool-bar): Ditto.
11726
11727         * mml.el (mml-preview): Add comment concerning tool bar icons.
11728
11729         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11730         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11731
11732         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11733         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11734
11735         * message.el (message-tool-bar-gnome): Use new icon names.
11736         (message-make-tool-bar): Use `gmm-image-load-path'.
11737
11738         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11739         New functions from MH-E.
11740         (gmm-image-load-path): New variable from MH-E.
11741         (gmm-image-load-path): New function from MH-E.  Add arguments
11742         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11743         *-image-load-path-called-flag.
11744
11745 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11746
11747         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11748
11749 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11750
11751         * nnimap.el (nnimap-request-move-article): Change folder back to
11752         source group before deleting.
11753
11754 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11755
11756         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11757
11758         * gnus-art.el (mm-url-insert-file-contents-external):
11759         Autoload mm-url.
11760
11761         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11762
11763 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11764
11765         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11766         coding system which mm-charset-to-coding-system returns for a
11767         given charset is valid.
11768
11769 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11770
11771         * html2text.el (html2text-remove-tag-list):
11772         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11773
11774 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11775
11776         * gnus-cus.el: Revert 2005-10-17 change.
11777
11778 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11779
11780         * gnus-art.el (article-strip-banner):
11781         Call article-really-strip-banner only when the regexp match is made.
11782
11783 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11784
11785         * gnus-art.el (article-strip-banner):
11786         Use gnus-extract-address-components instead of
11787         mail-header-parse-addresses to make it work with non-ASCII text;
11788         remove mail-encode-encoded-word-string.
11789
11790         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11791         values which are surrounded with \"...\"; make it never cause a
11792         Lisp error; give up parsing of parameters if it failed in
11793         extracting type.
11794
11795 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11796
11797         * smime.el (smime-cert-by-ldap-1): Fix bug where
11798         `smime-ldap-search' returns results without userCertificates.
11799
11800 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11801
11802         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11803
11804 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11805
11806         * spam.el (spam-check-spamassassin-headers): Adapt format for
11807         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11808         <ari@mbf.ocn.ne.jp>.
11809         (spam-list-of-processors): Add spam-use-gmane.
11810
11811 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11812
11813         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11814         make-temp-file; make it work with XEmacs as well.
11815
11816         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11817         mm-make-temp-file.
11818
11819         * mm-decode.el (mm-display-external): Use the 3rd arg of
11820         mm-make-temp-file.
11821         (mm-create-image-xemacs): Ditto.
11822
11823 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11824
11825         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11826         with message-narrow-to-headers.
11827         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11828         (gnus-draft-check-draft-articles): New function.
11829         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11830
11831 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11832
11833         * gnus-art.el (gnus-article-browse-html-parts):
11834         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11835         Don't use suffix argument for mm-make-temp-file for Emacs 21
11836         compatibility.  Remove useless `format'.
11837
11838 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11839
11840         * nnweb.el (nnweb-google-wash-article): Update regexps.
11841         (nnweb-group-alist): Use defvoo instead of defvar.
11842
11843 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11844
11845         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11846         re-loading nn* modules.
11847
11848 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11849
11850         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11851         for `tool-bar-mode' and don't check it's default-value.
11852
11853         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11854
11855         * message.el (message-make-tool-bar): Ditto.
11856
11857         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11858         `substring'.  Shorten tmp-file name.
11859
11860         * gnus.el: Remove bogus comment.
11861
11862 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11863
11864         * gnus-art.el (gnus-article-browse-html-parts): New function.
11865         (gnus-article-browse-html-article): New function for viewing html
11866         articles with a browser.
11867
11868 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11869
11870         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11871         in elisp.
11872         (pgg-gpg-encrypt-symmetric-region): Ditto.
11873         (pgg-gpg-sign-region): Ditto.
11874
11875         * pgg-def.el (pgg-text-mode): New variable.
11876
11877         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11878         (mml2015-pgg-encrypt): Ditto.
11879
11880         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11881         (mml1991-pgg-encrypt): Ditto.
11882
11883 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11884
11885         * nnfolder.el (nnfolder-insert-newsgroup-line):
11886         Use message-make-date instead of current-time-string.
11887
11888         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11889         to gnus-decoded which mm-uu might set.
11890
11891 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11892
11893         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11894         don't decode quoted parameters; remove misimported Emacs code.
11895         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11896         (rfc2231-decode-encoded-string): Don't use split-string which
11897         behaves differently according to Emacs version; use
11898         mm-decode-coding-region to convert charset to coding-system.
11899         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11900         (rfc2231-encode-string): Remove misimported Emacs code.
11901
11902 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11903
11904         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11905         when calling mail-header-parse-content-type.
11906         (article-de-quoted-unreadable): Ditto.
11907         (article-de-base64-unreadable): Ditto.
11908         (article-wash-html): Ditto.
11909
11910         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11911         calling mail-header-parse-content-type and
11912         mail-header-parse-content-disposition.
11913         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11914         mail-header-parse-content-type.
11915
11916         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11917         insert charset and format parameters; encode description after
11918         inserting it to buffer.
11919         (mml-insert-parameter): Fold lines properly even if a parameter is
11920         segmented into two or more lines; change the max column to 76.
11921
11922         * rfc1843.el (rfc1843-decode-article-body): Don't use
11923         ignore-errors when calling mail-header-parse-content-type.
11924
11925         * rfc2231.el (rfc2231-parse-string): Return at least type if
11926         possible; don't cause an error even if it fails in parsing of
11927         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11928         (rfc2231-encode-string): Don't break lines at the beginning, leave
11929         it to mml-insert-parameter.
11930
11931         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11932         calling mail-header-parse-content-type.
11933
11934 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11935
11936         * spam-report.el (spam-report-gmane-use-article-number):
11937         Improve doc string.
11938         (spam-report-gmane-internal): Check if a suitable header was found
11939         in the article.
11940
11941 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11942
11943         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11944         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11945
11946 2006-02-05  Romain Francoise  <romain@orebokech.com>
11947
11948         Update copyright notices of all files in the gnus directory.
11949
11950 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11951
11952         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11953
11954 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11955
11956         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11957         segmented lines of parameter value to cope with Thunderbird 1.5
11958         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11959         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11960         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11961
11962 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11963
11964         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11965         parts.
11966
11967 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11968
11969         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11970         there's only one active file for all servers.
11971         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11972         solid groups.  Gnus might have used a FAST request to select the group.
11973         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11974         and nnweb-search redundantly in the active file.
11975         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11976         (nnweb-request-create-group): Don't use ARGS.
11977         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11978         initialisations.  Let nnoo do the work.
11979
11980 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11981
11982         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11983         Say the part has been decoded.
11984
11985         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11986
11987 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11988
11989         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11990         mailcap-viewer-test-cache when there's no 'test clause, since that
11991         will invert the meaning of a "nil" test previously determined by
11992         mailcap-mailcap-entry-passes-test.
11993
11994 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11995
11996         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11997         compiling.
11998
11999         * gnus-sum.el: Ditto.
12000
12001         * message.el: Don't bind tool-bar-map when compiling.
12002
12003 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12004
12005         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12006
12007 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12008
12009         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12010         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12011         current Google Groups.
12012
12013 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12014
12015         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12016         and tool-bar-mode.
12017
12018         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12019         and tool-bar-mode.
12020
12021         * message.el (message-tool-bar-update): Simplify.
12022         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12023
12024         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12025         gnus-summary-buffer.
12026         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12027         gnus-summary-reply.
12028
12029         * gmm-utils.el (gmm): Add :version.
12030
12031 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12032
12033         * Makefile.in (clean): New rule.
12034         (distclean): Use it.
12035
12036 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12037
12038         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12039         Don't autoload.
12040
12041 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12042
12043         * gmm-utils.el (gmm-verbose): Add :group.
12044
12045 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12046
12047         * message.el: Change some comments WRT tool-bars.
12048
12049         * gnus-sum.el (gnus-summary-tool-bar)
12050         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12051         (gnus-summary-tool-bar-zap-list): New variables.
12052         (gnus-summary-make-tool-bar): Complete rewrite using
12053         `gmm-tool-bar-from-list'.
12054
12055         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12056         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12057         New variables.
12058         (gnus-group-make-tool-bar): Complete rewrite using
12059         `gmm-tool-bar-from-list'.
12060         (gnus-group-tool-bar-update): New function.
12061
12062         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12063
12064 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12065
12066         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12067         is dissected into a single part of which the type is the same as
12068         the given one; decode charset.
12069
12070 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12071
12072         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12073         into alists as symbol not string, since that's what
12074         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12075         look for.
12076
12077 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12078
12079         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12080         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12081
12082         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12083
12084 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12085
12086         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12087         (gnus-xmas-mime-security-button-menu): New function.
12088
12089         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12090         (gnus-mime-security-button-menu): New definition.
12091         (gnus-mime-security-button-map): Use them.
12092         (gnus-mime-security-button-menu): New function.
12093         (gnus-insert-mime-security-button): Addition to help echo.
12094         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12095         (gnus-mime-security-pipe-part): New functions.
12096
12097         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12098         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12099
12100         * mm-decode.el (mm-handle-set-disposition): Remove.
12101         (mm-handle-set-description): Remove.
12102
12103 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12104
12105         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12106         (mm-w3m-standalone-supports-m17n-p): New function.
12107         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12108         w3m usage.
12109
12110         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12111         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12112
12113 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12114
12115         * message.el (message-tool-bar-zap-list):
12116         Use gmm-tool-bar-zap-list as custom type.
12117         (message-tool-bar-update): New function.
12118         (message-tool-bar, message-tool-bar-gnome)
12119         (message-tool-bar-retro): Add message-tool-bar-update.
12120         (message-tool-bar-gnome): Add flyspell-buffer.
12121
12122         * gnus-util.el (gnus-error): Describe `args'.
12123
12124         * gmm-utils.el (gmm-error): Describe `args'.
12125         (gmm-tool-bar-zap-list): New widget.
12126         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12127
12128 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12129
12130         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12131         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12132         the number of recursive calls.
12133
12134         * mm-decode.el (mm-handle-set-disposition): New macro.
12135         (mm-handle-set-description): New macro.
12136
12137 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12138
12139         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12140         encoding.
12141
12142 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12143
12144         * message.el (message-tool-bar-zap-list, message-tool-bar)
12145         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12146         (message-tool-bar-local-item-from-menu): Remove.
12147         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12148         (message-make-tool-bar): New function.
12149         (message-mode): Use `message-make-tool-bar'.
12150
12151         * gmm-utils.el: New file.
12152         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12153         (gmm-lazy): New widget copied from `nnmail.el'.
12154         (gmm-tool-bar-from-list): New function for creating customizable
12155         tool bars.
12156         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12157         output.
12158         (gmm): Add :prefix to defgroup.
12159
12160 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12161
12162         * gmm-utils.el (gmm-widget-p): New function.
12163
12164 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12165
12166         * mml.el (mml-attach-file): Describe `description' in doc string.
12167         (mml-menu): Add Emacs MIME manual and PGG manual.
12168
12169 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12170
12171         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12172
12173 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12174
12175         * nntp.el (nntp-end-of-line): Doc fix.
12176
12177 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12178
12179         * imap.el (imap-open): Handle case where buffer is a buffer
12180         object.
12181
12182 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12183
12184         * gnus-delay.el (gnus-delay): Don't autoload.
12185         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12186         to be re-loaded when customizing the `gnus-delay' group.
12187
12188 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12189
12190         * message.el (message-insert-citation-line): Use newlines.
12191
12192 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12193
12194         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12195         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12196         these routines, so the passphrase can be managed externally and
12197         passed in to the system.
12198         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12199         pgg-add-passphrase-to-cache function.
12200
12201         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12202         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12203         these routines, so the passphrase can be managed externally and
12204         passed in to the system.
12205         (pgg-pgp5-sign-region): Use new name of
12206         pgg-add-passphrase-to-cache function.
12207
12208 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12209
12210         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12211         part of the decoded armor to find the key-identifier.
12212         (pgg-gpg-lookup-key-owner): New function to return the
12213         human-readable identifier of a key owner.
12214         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12215         itself.
12216         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12217         the key value) if we have a key and can match it against a secret
12218         key.  Also, added a note pointing out fact that the prompt only
12219         indicates the first matching key.
12220
12221         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12222         pgg-decrypt-region.
12223         (pgg-add-passphrase-to-cache): Rename from
12224         `pgg-add-passphrase-cache' to reduce confusion (all callers
12225         changed).
12226         (pgg-remove-passphrase-from-cache): Rename from
12227         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12228         changed).
12229         (pgg-read-passphrase, pgg-add-passphrase-cache)
12230         (pgg-remove-passphrase-cache): Add informative docstrings.
12231         (pgg-decrypt): Convey provided passphrase in subordinate call to
12232         pgg-decrypt-region.
12233
12234 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12235
12236         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12237         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12238         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12239         'passphrase' argument, so the passphrase can be managed externally
12240         and then passed in to the system.
12241
12242         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12243         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12244         so the passphrase cache can be used reliably with identifiers
12245         besides a pgp packet's key id.
12246
12247         * pgg-gpg.el (pgg-gpg-encrypt-region)
12248         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12249         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12250         these routines, so the passphrase can be managed externally and
12251         passed in to the system.
12252
12253         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12254         'notruncate' argument, so the passphrase cache can be used
12255         reliably with identifiers besides a pgp packet's key id.
12256
12257 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12258
12259         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12260         symmetric encryption.
12261         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12262         encrypted session key.
12263         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12264         message ask for the passphrase in a proper way.
12265
12266         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12267         New user commands for symmetric encryption.
12268
12269 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12270
12271         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12272
12273         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12274
12275 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12276
12277         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12278
12279 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12280
12281         * mm-decode.el (mm-inlined-types): Add application/pgp.
12282         (mm-automatic-display): Ditto.
12283
12284         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12285         part as text.
12286
12287 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12288
12289         * nnrss.el: Update copyright.
12290         (nnrss-opml-import): Query whether to subscribe to each entry.
12291
12292         * gnus-art.el:
12293         * gnus-sum.el:
12294         * gnus-xmas.el:
12295         * messagexmas.el:
12296         * mm-uu.el:
12297         * mm-view.el: Update copyright.
12298
12299 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12300
12301         * message.el (message-info): New function.
12302         (message-mode-menu): Add it.
12303         Update copyright.
12304
12305         * ChangeLog: Fix and update copyright.
12306
12307 2006-01-13  Romain Francoise  <romain@orebokech.com>
12308
12309         * message.el (message-forward-subject-name-subject): Prefer the
12310         address to 'nowhere' if the sender has no name.
12311         Fix typo.  Update copyright year.
12312
12313 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12314
12315         * gnus-art.el (article-wash-html):
12316         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12317         (gnus-article-wash-html-with-w3m-standalone): New function.
12318
12319         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12320         mm-inline-text-html-render-with-w3m-standalone.
12321         (mm-text-html-washer-alist): Map w3m-standalone to
12322         gnus-article-wash-html-with-w3m-standalone.
12323         (mm-inline-text-html-render-with-w3m-standalone): New function.
12324
12325 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12326
12327         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12328         Improve LaTeX.
12329
12330 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12331
12332         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12333         (nnrss-request-article): Render text/plain parts as HTML.
12334
12335         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12336         the buffer.
12337
12338 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12339
12340         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12341         custom definition of `gnus-posting-styles'.
12342
12343         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12344         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12345
12346 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12347
12348         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12349         Use nntp for bug archive.
12350
12351 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12352
12353         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12354         parts.
12355         (nnrss-normalize-date): New function converts ISO 8601 date into
12356         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12357         (nnrss-check-group): Use it.
12358
12359 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12360
12361         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12362
12363         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12364         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12365         (nnrss-insert-w3): Ditto.
12366
12367 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12368
12369         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12370         the articles to be forwarded including the case where neither a
12371         number of articles nor a region is specified.
12372
12373 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12374
12375         * nnrss.el (nnrss-request-article): Fix last change; fill
12376         text/plain parts.
12377
12378 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12379
12380         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12381         in text/plain part.
12382         (nnrss-check-group): Don't add excessive newline to dc:subject.
12383
12384 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12385
12386         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12387         article.
12388
12389 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12390
12391         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12392         (nnml-use-compressed-files, nnml-save-mail): Support other
12393         comression programs such as bzip2.
12394
12395 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12396
12397         * dns.el (query-dns): Make sure we check the buffer size before
12398         removing tcp headers.
12399
12400 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12401
12402         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12403         remove MIME buttons associated with multipart/alternative parts.
12404         (gnus-mime-display-alternative): Tag buttons using `article-type'
12405         text property.
12406
12407         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12408         associated with multipart/alternative parts.
12409
12410         * gnus-art.el (gnus-signature-separator): Fix custom type.
12411
12412         * mm-decode.el (mm-inlined-types): Fix custom type.
12413         (mm-keep-viewer-alive-types): Ditto.
12414         (mm-automatic-display): Ditto.
12415         (mm-attachment-override-types): Ditto.
12416         (mm-inline-override-types): Ditto.
12417         (mm-automatic-external-display): Ditto.
12418
12419 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12420
12421         * spam-report.el (spam-report-user-mail-address)
12422         (spam-report-user-agent): New variables.
12423         (spam-report-url-ping-plain): Use spam-report-user-agent.
12424
12425 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12426
12427         * gnus-art.el (gnus-button-handle-custom): Do not just use
12428         `customize-apropos' for any "M-x customize-*" button but the
12429         function called for.  Accept both the function name and its
12430         argument in order to achieve this.
12431         (gnus-button-alist): Remove support for "custom:" URL's.
12432         Pass function name to `gnus-button-handle-custom' in case of "M-x
12433         customize-*" buttons.
12434
12435 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12436
12437         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12438         multipart/alternative and add xref to mm-discouraged-alternatives
12439         in doc string.
12440
12441         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12442         gnus-buttonized-mime-types in doc string.
12443
12444 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12445
12446         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12447         Suggest image/.* in the doc string.
12448
12449 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12450
12451         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12452         message-marks (Debian bug #342521).
12453
12454 2005-12-12  Simon Josefsson  <jas@extundo.com>
12455
12456         * password.el (password-read-from-cache): Add.
12457         (password-read): Use it.
12458
12459 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12460
12461         * rfc2047.el (rfc2047-charset-to-coding-system):
12462         Recognize us-ascii as a MIME charset.
12463
12464         * mm-bodies.el (mm-decode-content-transfer-encoding):
12465         Protect against the case where the 2nd arg TYPE is nil.
12466
12467 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12468
12469         * pop3.el (pop3-stream-type): Fix custom version.
12470
12471         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12472
12473 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12474
12475         * mm-decode.el (mm-display-external): Add missing cdr.
12476
12477 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12478
12479         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12480         RFC1524) if it is in mailcap or add a suffix according to
12481         mailcap-mime-extensions when generating a temp filename; postpone
12482         deleting a temp file for 2 seconds for some wrappers, shell
12483         scripts, and so on, which might exit right after having started a
12484         viewer command as a background job.
12485
12486 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12487
12488         * nntp.el (nntp-marks-directory): Fix custom group.
12489
12490         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12491         steps when < 10.
12492
12493         * gnus-start.el (gnus-no-server-1):
12494         Mention `gnus-level-default-subscribed' in doc string.
12495
12496 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12497
12498         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12499         parens.
12500
12501 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12502
12503         * gnus-xmas.el (gnus-use-toolbar): Revert.
12504         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12505         gnus-use-toolbar is default.
12506
12507         * messagexmas.el (message-use-toolbar): Revert.
12508         (message-setup-toolbar): Use global default-toolbar if
12509         message-use-toolbar is default.
12510
12511 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12512
12513         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12514         according to default-toolbar-visible-p.
12515
12516         * messagexmas.el (message-use-toolbar): Ditto.
12517
12518 2005-11-26  Dave Love  <fx@gnu.org>
12519
12520         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12521         (tls-program, tls-success): Provide openssl alternative.
12522
12523         * starttls.el: Doc fixes.
12524         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12525         SERVICE to PORT.
12526
12527         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12528         port null or service name.
12529         (starttls-negotiate): Autoload.
12530
12531 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12532
12533         * message.el (message-kill-to-signature): Fix interactive spec.
12534
12535 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12536
12537         * pop3.el (pop3-open-server): Recognize a string as a service name.
12538
12539 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12540
12541         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12542
12543 2005-11-23  Dave Love  <fx@gnu.org>
12544
12545         Add pop3s, pop3/starttls.
12546
12547         * pop3.el (pop3-authentication-scheme): Clarify doc.
12548         (open-tls-stream, starttls-open-stream): Autoload.
12549         (pop3-stream-type): New.
12550         (pop3-open-server): Use it.
12551
12552         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12553         for POP.
12554         (mail-source-keyword-map): Add :stream for POP.
12555         (mail-source-fetch-pop): Use pop3-stream-type.
12556
12557 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12558
12559         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12560         of current-time-string.
12561
12562 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12563
12564         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12565         date header.
12566
12567 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12568
12569         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12570         it can seriously impact performance as it bypasses the agent's
12571         local caches.
12572
12573 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12574
12575         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12576         must be explicitly online rather than "not explicitly offline" for
12577         its flags to be synchronized.
12578
12579         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12580         that gnus-uu-unmark-thread will function correctly.
12581
12582         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12583         1024K is instead displayed as 1M.
12584
12585 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12586
12587         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12588
12589 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12590
12591         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12592
12593 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12594
12595         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12596         error message to display actual error condition.
12597         (gnus-agent-save-local): Avoid saving symbols that are bound to
12598         nil as they simply result in a warning message in
12599         gnus-agent-read-local.
12600
12601 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12602
12603         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12604         rather than make-variable-buffer-local for file-precious-flag.
12605
12606 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12607
12608         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12609         for duplicates which are removed.  The invalid sort check then
12610         triggers a rescan after the sort as sorting may have moved
12611         duplicate entries such that they can be cheaply detected.
12612
12613 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12614
12615         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12616
12617 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12618
12619         * gnus-agent.el (gnus-agent-article-alist-save-format):
12620         Change internal variable to a custom variable.  Change default value
12621         from compressed(2) to uncompressed(1).
12622         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12623         support for uncompressed agentview files.  Taken together, reading
12624         the agentview file should now be 6-7 times faster.
12625
12626 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12627
12628         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12629         as a buffer-local variable.  This avoids creating truncated
12630         dribble files as a result of a hang up, eg.
12631
12632 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12633
12634         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12635         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12636         XEmacs.
12637
12638 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12639
12640         * gnus-start.el (gnus-start-draft-setup):
12641         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12642
12643         * gnus.el (gnus-splash): Change custom group.
12644         (gnus-group-get-parameter, gnus-group-parameter-value):
12645         Describe allow-list argument.
12646
12647         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12648         string.
12649
12650 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12651
12652         * gnus-art.el (gnus-default-article-saver): Add user-defined
12653         `function' to custom type.
12654
12655 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12656
12657         * imap.el (imap-open): Handle case where buffer is a buffer
12658         object.
12659
12660 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12661
12662         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12663         long lines.
12664         (gnus-cache-delete-group): Wrap doc strings.
12665
12666         * gnus-agent.el (gnus-agent-rename-group)
12667         (gnus-agent-delete-group): Wrap doc strings.
12668
12669 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12670
12671         * messagexmas.el (message-use-toolbar): Change the valid values
12672         into default, top, bottom, left, and right.
12673         (message-toolbar-thickness): New variable.
12674         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12675         well.
12676         (message-setup-toolbar): Make it work.
12677
12678         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12679         (gnus-use-toolbar): Change the valid values into default, top,
12680         bottom, left, and right.
12681         (gnus-toolbar-thickness): New variable.
12682         (gnus-xmas-setup-toolbar): New function.
12683         (gnus-xmas-setup-group-toolbar): Use it.
12684         (gnus-xmas-setup-summary-toolbar): Use it.
12685
12686 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12687
12688         * gnus-start.el (gnus-1): Add "native" to
12689         gnus-predefined-server-alist.
12690
12691         * gnus.el (gnus-method-to-server): Don't add "native" to the
12692         lists here, because that leads to problems when
12693         gnus-select-method is bound.
12694
12695 2005-11-09  Simon Josefsson  <jas@extundo.com>
12696
12697         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12698         use (not sort-by-date) instead.
12699
12700 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12701
12702         * gnus-delay.el (gnus-delay-group): Don't autoload.
12703         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12704         to be re-loaded when customizing the `gnus-delay' group.
12705
12706 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12707
12708         * message.el: Revert last changes.
12709         (message-insert-citation-line): Use newlines.
12710
12711 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12712
12713         * message.el (message-courtesy-message)
12714         (message-mark-insert-begin, message-mark-insert-end)
12715         (message-elide-ellipsis, message-cancel-message)
12716         (message-add-header, message-change-subject)
12717         (message-cross-post-followup-to-header)
12718         (message-cross-post-insert-note, message-reduce-to-to-cc)
12719         (message-widen-reply, message-delete-not-region)
12720         (message-kill-to-signature, message-insert-signature)
12721         (message-insert-importance-high, message-insert-importance-low)
12722         (message-insert-or-toggle-importance)
12723         (message-insert-disposition-notification-to)
12724         (message-indent-citation, message-yank-original)
12725         (message-cite-original-without-signature, message-cite-original)
12726         (message-insert-citation-line, message-position-on-field)
12727         (message-fix-before-sending, message-send-mail-partially)
12728         (message-send-mail, message-send-mail-with-sendmail)
12729         (message-send-mail-with-qmail, message-send-news)
12730         (message-check-news-header-syntax, message-generate-headers)
12731         (message-insert-courtesy-copy, message-fill-address)
12732         (message-fill-header, message-shorten-references)
12733         (message-setup-1, message-cancel-news)
12734         (message-forward-make-body-plain, message-forward-make-body-mime)
12735         (message-forward-make-body-mml, message-encode-message-body)
12736         (message-forward-make-body-digest-plain)
12737         (message-forward-make-body-digest-mime)
12738         (message-use-alternative-email-as-from): Insert `hard-newline'
12739         instead of ordinary newlines.
12740
12741 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12742
12743         * message.el (message-generate-headers): Downcase the argument
12744         given to message-check-element.
12745
12746 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12747
12748         * nntp.el (nntp-authinfo-rejected): New error condition.
12749         (nntp-wait-for): Use new error condition to signal authentication
12750         error.
12751         (nntp-retrieve-data): Rethrow new error condition to break out of
12752         recursive call to nntp-send-authinfo.
12753
12754 2005-11-08  Romain Francoise  <romain@orebokech.com>
12755
12756         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12757         (gnus-summary-exit-map): Bind to `Z p'.
12758         (gnus-summary-make-menu-bar): Add menu item.
12759
12760 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12761
12762         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12763         (gnus-treat-*): Add `first' in all doc strings.
12764
12765         * gnus-group.el (gnus-group-compact-group): Fix typo.
12766
12767 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12768
12769         * gnus.el (gnus-parameters-case-fold-search): New variable.
12770         (gnus-parameters-get-parameter): Use it.
12771
12772         * gnus-score.el (gnus-home-score-file): Doc fix.
12773
12774 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12775
12776         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12777
12778 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12779
12780         * mm-util.el (mm-special-display-p): New function.
12781
12782         * mml.el (mml-preview): Use it; doc fix.
12783
12784 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12785
12786         * imap.el (imap-open): Handle case where buffer is a buffer object.
12787
12788 2005-10-29  Romain Francoise  <romain@orebokech.com>
12789
12790         * message.el (message-fix-before-sending): Fix comment.
12791
12792 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12793
12794         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12795
12796 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12797
12798         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12799         Used in gnus-score.el.
12800
12801 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12802
12803         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12804
12805 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12806
12807         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12808         whitespace removed in revision 7.8.  Use concatenated string to
12809         protect trailing whitespace.
12810
12811 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12812
12813         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12814         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12815         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12816         Courier IMAP ("some version from 2004").  Mostly based on similar
12817         code in the same function.
12818
12819 2005-10-26  Didier Verna  <didier@xemacs.org>
12820
12821         * gnus-group.el (gnus-group-compact-group): Invalidate original
12822         article buffer.
12823         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12824         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12825         NOV database and in article itself.
12826         Invalidate article backlog.
12827
12828 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12829
12830         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12831
12832 2005-10-26  Simon Josefsson  <jas@extundo.com>
12833
12834         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12835         part of 2004-07-25 change.
12836
12837 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12838
12839         * message.el (message-display-completion-list): New function.
12840         (message-expand-group): Use it; make sure the Completions buffer
12841         is modifiable.
12842 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12843
12844         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12845         user-mail-name is an empty string.
12846
12847 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12848
12849         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12850         depending on gnus-score-decay-constant.
12851
12852         * encrypt.el (encrypt-insert-file-contents)
12853         (encrypt-write-file-contents): Don't use `gnus-message'.
12854
12855         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12856         arguments.
12857         (mm-uu-type-alist): Add message-marks and insert-marks.
12858         Pass arguments to mm-uu-verbatim-marks-extract.
12859         (mm-uu-hide-markers): New variable.
12860         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12861
12862         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12863         (gnus-convert-image-to-face-command): Use "convert" by default to
12864         allow other input image formats.
12865         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12866         accordingly.
12867
12868 2005-10-23  Simon Josefsson  <jas@extundo.com>
12869
12870         * imap.el (imap-gssapi-program): Align command line parameters
12871         with latest GNU SASL.
12872         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12873
12874 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12875
12876         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12877         HTML.
12878         (nnslashdot-request-article): Ditto.
12879
12880         * lpath.el (featurep): Add nobreak-char-display.
12881
12882 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12883
12884         * mail-source.el (mail-source-fetch-pop): Require pop3.
12885         (mail-source-check-pop): Ditto.
12886
12887 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12888
12889         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12890         errors.
12891
12892 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12893
12894         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12895         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12896
12897         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12898
12899         * mm-bodies.el (mm-decode-string):
12900         Call `mm-charset-to-coding-system' with allow-override argument.
12901
12902 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12903
12904         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12905         (rfc2047-charset-to-coding-system): New function.
12906         (rfc2047-decode-encoded-words): New function.
12907         (rfc2047-decode-region): Use them.
12908         (rfc2047-decode-cte): Remove.
12909         (rfc2047-parse-and-decode): Remove.
12910         (rfc2047-decode): Remove.
12911
12912 2005-10-15  Kenichi Handa  <handa@m17n.org>
12913
12914         * rfc2047.el (rfc2047-decode-cte): New function.
12915         (rfc2047-decode-region): Change the way to decode successive
12916         encoded-words: decode B- or Q-encoding in each encoded-word,
12917         concatenate them, and decode it as charset.
12918
12919 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12920
12921         * lpath.el: Fbind codepage-setup for XEmacs.
12922
12923 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12924
12925         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12926         widget-move-and-invoke.
12927         (gnus-custom-mode): Use gnus-custom-map.
12928
12929 2005-10-15  Bill Wohler  <wohler@newt.com>
12930
12931         * message.el (message-tool-bar-map): Rename image file from
12932         mail_send to mail/send.
12933
12934 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12935
12936         * message.el (message-expand-group): Pass the common
12937         prefix substring of completion to `display-completion-list'.
12938
12939 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12940
12941         * mml-sec.el (mml-secure-method): New internal variable.
12942         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12943         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
12944         New functions using mml-secure-method.
12945
12946         * mml.el (mml-mode-map): Add key bindings for those functions.
12947         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12948         Harder <harder@myrealbox.com>.
12949         (mml-attach-file, mml-attach-buffer, mml-attach-external):
12950         Goto end of message if point is the headers of the message.
12951
12952         * message.el (message-in-body-p): New function.
12953
12954         * assistant.el: Autoload gnus-util and netrc.
12955
12956         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12957         Use `mm-charset-override-alist' only when decoding.
12958
12959         * mm-bodies.el (mm-decode-body):
12960         Call `mm-charset-to-coding-system' with allow-override argument.
12961
12962         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12963         `filename' from Content-Disposition if Content-Type doesn't
12964         provide `name'.
12965         (gnus-mime-view-part-as-type): Set default instead of
12966         initial-input.
12967
12968 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12969
12970         * format-spec.el (format-spec): Propagate text properties of % spec.
12971
12972 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12973
12974         * gnus-art.el (gnus-treat-predicate): Add `first'.
12975
12976 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12977
12978         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12979         (mm-charset-override-alist): New variable.
12980         (mm-charset-to-coding-system): Use it.
12981         (mm-codepage-setup): New helper function.
12982         (mm-charset-eval-alist): New variable.
12983         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
12984         Warn about unknown charsets.
12985
12986         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12987
12988 2005-10-04  David Hansen  <david.hansen@gmx.net>
12989
12990         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12991         (nnrss-check-group): Ditto.
12992
12993 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12994
12995         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12996         Rename x-gnus-verbatim to x-verbatim.
12997         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12998
12999         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13000         x-verbatim.
13001
13002         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13003
13004         * gnus-util.el (gnus-remove-duplicates): Remove.
13005
13006         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13007         instead of gnus-remove-duplicates.
13008
13009         * message.el (message-remove-duplicates): Remove.
13010         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13011         message-remove-duplicates.
13012
13013         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13014         available, else use implementation from `delete-dups'.
13015
13016         * message.el (message-insert-expires): New function.
13017         (message-mode-map): Add key binding.
13018         (message-mode-field-menu): Add menu entry.
13019         (message-mode): Document it.
13020         (message-make-expires-date): Use `message-make-date'.
13021
13022 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13023
13024         * message.el (message-make-expires-date): New function.
13025
13026 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13027
13028         * Makefile.in (list-installed-shadows): New entry.
13029         (install): Use it.
13030         (remove-installed-shadows): New entry.
13031
13032         * dgnushack.el (dgnushack-default-load-path): New variable.
13033         (dgnushack-find-lisp-shadows): New function.
13034         (dgnushack-remove-lisp-shadows): New function.
13035
13036 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13037
13038         * Makefile.in (install-el-elc): New entry.
13039         (install): Use it so that .el files are necessarily installed.
13040
13041 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13042
13043         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13044
13045 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13046
13047         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13048         function rather than the diff-mode.el package.
13049         (mm-display-external): Use with-current-buffer.
13050         (mm-viewer-completion-map, mm-viewer-completion-map):
13051         Move initialization inside declaration.
13052
13053 2005-09-29  Simon Josefsson  <jas@extundo.com>
13054
13055         * spam.el: Load hashcash when compiling, to avoid warnings.
13056         Don't autoload mail-check-payment.
13057         (spam-check-hashcash): Define unconditionally, since hashcash.el
13058         is part of Gnus now.  Ignore errors from payment checking.
13059
13060 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13061
13062         * message.el (message-bold-region, message-unbold-region):
13063         Rename from `bold-region' and `unbold-region'.
13064
13065         * message.el: Remove useless autoloads.
13066
13067 2005-09-28  Simon Josefsson  <jas@extundo.com>
13068
13069         * message.el (message-use-idna): Default to t.
13070         (message-use-idna): Test whether encoding works too.  Doc fix.
13071
13072 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13073
13074         * nntp.el (nntp-warn-about-losing-connection): Remove.
13075
13076 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13077
13078         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13079         customizable.  Change default value.
13080         (mm-uu-diff-groups-regexp): Change default value.
13081         (mm-uu-type-alist): Add doc string.
13082         (mm-uu-configure): Add doc string.  Make it interactive.
13083         (mm-uu-tex-groups-regexp): New variable.
13084         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13085         (mm-uu-type-alist): Add LaTeX documents.
13086         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13087         of "text/verbatim".
13088         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13089
13090         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13091         instead of "text/verbatim".
13092
13093         * message.el (message-mark-inserted-region)
13094         (message-mark-insert-file): Use slrn style marks when called with
13095         prefix argument.
13096
13097 2005-09-27  Simon Josefsson  <jas@extundo.com>
13098
13099         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13100
13101 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13102
13103         * message.el (message-remove-duplicates): New function.
13104         Implementation borrowed from `gnus-remove-duplicates'.
13105         (message-idna-to-ascii-rhs): Also encode idna addresses in
13106         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13107         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13108         only ask about the same idna domain once per header and also tell
13109         in what header to replace the idna domain.
13110
13111         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13112         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13113         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13114         a header is decoded and not just the last one.
13115
13116 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13117
13118         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13119         has been decoded.
13120
13121         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13122         (mm-insert-part): Don't modify text if it has been decoded.
13123
13124         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13125         decoded.
13126
13127         * mm-view.el (mm-inline-text): Don't strip text props unless
13128         decoding enriched or richtext parts.
13129
13130 2005-09-25  Romain Francoise  <romain@orebokech.com>
13131
13132         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13133         * gnus-start.el (gnus-subscribe-interactively):
13134         * gnus-uu.el (gnus-uu-grab-articles):
13135         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13136         space.
13137
13138 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13139
13140         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13141         * mm-view.el (mm-view-pkcs7-decrypt):
13142         * gnus-sum.el (gnus-summary-limit-to-extra)
13143         (gnus-summary-respool-article, gnus-read-move-group-name):
13144         * gnus-score.el (gnus-summary-increase-score):
13145         * gnus-util.el (gnus-completing-read-with-default):
13146         * gnus-art.el (gnus-read-save-file-name)
13147         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13148         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13149         * message.el (message-check-news-header-syntax):
13150         Follow convention for reading with the minibuffer.
13151
13152 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13153
13154         * spam-report.el (spam-report-url-ping-plain):
13155         Use gnus-extended-version as User-Agent.
13156
13157         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13158         default value is nil.
13159
13160         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13161         (mm-uu-verbatim-marks-extract): New function.
13162         (mm-uu-extract): New face.
13163         (mm-uu-copy-to-buffer): Use it.
13164
13165         * spam-report.el (spam-report-gmane-ham): Rename from
13166         `spam-report-gmane-unspam'.
13167         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13168         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13169
13170         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13171         Autoload.
13172         (spam-report-gmane-unregister-routine):
13173         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13174
13175 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13176
13177         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13178         (spam-report-gmane-unregister-routine): Add support for gmane
13179         unregistration.
13180
13181         * spam-report.el (spam-report-gmane-unspam)
13182         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13183         (spam-report-gmane): Change to take a single article and do unspam
13184         registration.
13185
13186 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13187
13188         * mm-url.el (mm-url-decode-entities): Fix regexp.
13189
13190 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13191
13192         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13193         default to nil, to be able to use Gnus at all.  If the default
13194         switches to something else, then the function should be fixed not
13195         be exceedingly slow.
13196
13197 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13198
13199         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13200         fail hard.
13201
13202         * spam-report.el: Add better Keywords line.
13203
13204         * spam.el: Add Maintainer and better Keywords line.
13205
13206 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13207
13208         * gnus-art.el (gnus-article-replace-part)
13209         (gnus-mime-replace-part): New functions.
13210         (gnus-mime-action-alist, gnus-mime-button-commands)
13211         (gnus-mime-save-part-and-strip): Add file argument.
13212         (gnus-article-part-wrapper): Add interactive argument.
13213
13214         * gnus-sum.el (gnus-summary-mime-map):
13215         Add `gnus-article-replace-part'.
13216
13217 2005-09-19  Didier Verna  <didier@xemacs.org>
13218
13219         The nnml compaction feature:
13220         * nnml.el (nnml-request-compact-group): New function.
13221         * nnml.el (nnml-request-compact): New function.
13222         * gnus-int.el (gnus-request-compact-group): New function.
13223         * gnus-int.el (gnus-request-compact): New function.
13224         * gnus-group.el (gnus-group-compact-group): New function.
13225         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13226         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13227         * gnus-srvr.el (gnus-server-compact-server): New function.
13228         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13229         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13230
13231 2005-09-18  Deepak Goel  <deego@gnufans.org>
13232
13233         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13234         format spec.
13235
13236 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13237
13238         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13239
13240 2005-09-15  Romain Francoise  <romain@orebokech.com>
13241
13242         * message.el (message-fill-paragraph): Clarify docstring.
13243
13244 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13245
13246         * gnus-art.el (gnus-mime-display-part): Protect against broken
13247         MIME messages.
13248
13249 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13250
13251         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13252         before parsing header.
13253
13254 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13255
13256         * html2text.el (html2text-replace-list): Add new entities.
13257
13258 2005-09-11  Romain Francoise  <romain@orebokech.com>
13259
13260         * message.el (message-alternative-emails): Improve docstring.
13261         (message-setup-1): Call `message-use-alternative-email-as-from'
13262         after `message-setup-hook' to give it precedence over posting
13263         styles, etc.
13264         (message-use-alternative-email-as-from): Add docstring.
13265         Remove the original From header if present.
13266
13267         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13268         (nnml-save-mail): Use it.
13269
13270         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13271         articles.  Add new argument `silent'.
13272         (gnus-uu-mark-all): Report the total number of marked articles.
13273
13274 2005-09-10  Romain Francoise  <romain@orebokech.com>
13275
13276         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13277         (gnus-uu-mark-series): Likewise.
13278
13279 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13280
13281         * spam-report.el (spam-report-gmane): Fix generation of spam
13282         report URL.
13283
13284 2005-09-10  Simon Josefsson  <jas@extundo.com>
13285
13286         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13287         t, based on discussion on the ding list with Robert Epprecht
13288         <epprecht@solnet.ch>.
13289
13290 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13291
13292         * spam-report.el (spam-report-gmane): Make it work without
13293         X-Report-Spam header.  Gmane now only provides Archived-At.
13294         This is only used if `spam-report-gmane-use-article-number' is nil.
13295         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13296
13297         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13298         make `gnus-summary-sort-by-recipient' work with threading.
13299
13300         * nnweb.el (nnweb-google-wash-article): Print a message if article
13301         is not available.
13302
13303 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13304
13305         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13306         change.  Decode text/* parts content before displaying.
13307
13308 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13309
13310         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13311
13312 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13313
13314         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13315
13316         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13317         url-package-name, url-package-version,
13318         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13319         w3m-display-inline-images, and w3m-minor-mode-map.
13320
13321 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13322
13323         * message.el (message-tab-body-function): Fix mismatched custom type.
13324
13325         * gnus.el (gnus-group-change-level-function): Ditto.
13326
13327         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13328
13329         * gnus-art.el (gnus-signature-limit)
13330         (gnus-article-mime-part-function): Ditto.
13331
13332 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13333
13334         * mml.el (mml-mode): Silence the byte compiler.
13335
13336         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13337         using `(sit-for 0)' before moving the point to the specified part;
13338         skip unbuttonized parts.
13339         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13340         return to the summary window if gnus-auto-select-part is non-nil.
13341
13342 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13343
13344         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13345         New variables.
13346         (mml-dnd-attach-file, mml-mode): Use them.
13347
13348         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13349         Make fetching article by MID work again for Google Groups.
13350         Add FIXME concerning gnus-group-make-web-group.
13351
13352         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13353         Don't depend on Gnus by using mail-extract-address-components if
13354         gnus-extract-address-components is not bound.
13355
13356 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13357
13358         * gnus-art.el (gnus-mime-display-security): Don't display the
13359         signature, but only the signed part.
13360
13361 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13362
13363         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13364
13365         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13366         list, not listp.
13367
13368 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13369
13370         * mm-encode.el (mm-encode-content-transfer-encoding):
13371         Likewise when encoding.
13372
13373         * mm-bodies.el (mm-decode-content-transfer-encoding):
13374         De-canonicalize CRLF for all text content types, not just
13375         text/plain.
13376
13377 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13378
13379         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13380         valid article; point arrow and cursor at the MIME button.
13381
13382 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13383
13384         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13385         Suggested by Dan Christensen <jdc@uwo.ca>.
13386
13387         * mm-decode.el (mm-save-part): Enable change of prompt.
13388
13389 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13390
13391         * gnus-msg.el (gnus-inews-add-send-actions):
13392         Make `message-post-method' lambda parameter ARG `&optional'.
13393
13394 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13395
13396         * gnus-sum.el (gnus-summary-mime-map):
13397         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13398         gnus-article-jump-to-part.
13399
13400         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13401         (gnus-article-edit-part): Use it.
13402         (gnus-article-part-wrapper): Add no-handle argument.
13403         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13404         New functions.
13405
13406 2005-08-29  Romain Francoise  <romain@orebokech.com>
13407
13408         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13409         docstring.
13410         (gnus-face-from-file): Likewise.
13411
13412 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13413
13414         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13415         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13416         non-nil.
13417         (gnus-auto-select-part): New variable.
13418         (gnus-article-jump-to-part): New function.
13419         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13420         (gnus-mime-delete-part): Allow selecting specified part after
13421         deleting or stripping parts.
13422         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13423         part if argument is bogus.
13424
13425 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13426
13427         * gnus-art.el (w3m-minor-mode-map):
13428         * gnus-spec.el (gnus-newsrc-file-version):
13429         * gnus-util.el (nnmail-active-file-coding-system)
13430         (gnus-original-article-buffer, gnus-user-agent):
13431         * gnus.el (gnus-ham-process-destinations)
13432         (gnus-parameter-ham-marks-alist)
13433         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13434         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13435         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13436         * mm-decode.el (gnus-current-window-configuration):
13437         * mm-extern.el (gnus-article-mime-handles):
13438         * mm-url.el (url-current-object, url-package-name)
13439         (url-package-version):
13440         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13441         (smime-keys, w3m-cid-retrieve-function-alist)
13442         (w3m-current-buffer, w3m-display-inline-images)
13443         (w3m-minor-mode-map):
13444         * mml-smime.el (gnus-extract-address-components):
13445         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13446         (gnus-newsrc-hashtb, message-default-charset)
13447         (message-deletable-headers, message-options)
13448         (message-posting-charset, message-required-mail-headers)
13449         (message-required-news-headers):
13450         * mml1991.el (mc-pgp-always-sign):
13451         * mml2015.el (mc-pgp-always-sign):
13452         * nnheader.el (nnmail-extra-headers):
13453         * rfc1843.el (gnus-decode-encoded-word-function)
13454         (gnus-decode-header-function, gnus-newsgroup-name):
13455         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13456
13457 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13458
13459         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13460         the end of the date treatments.
13461
13462 2005-08-15  Simon Josefsson  <jas@extundo.com>
13463
13464         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13465         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13466         Capello and Romain Francoise.
13467         (pgg-fetch-key-function): Remove, not used?
13468         (pgg-insert-url-with-w3): Require url, to get
13469         url-insert-file-contents regardless of where it is defined.
13470
13471 2005-08-13  Romain Francoise  <romain@orebokech.com>
13472
13473         * message.el (message-cite-original-1): New function.
13474         (message-cite-original): Use it.
13475         (message-cite-original-without-signature): Ditto.
13476
13477 2005-08-08  Romain Francoise  <romain@orebokech.com>
13478
13479         * message.el (message-yank-empty-prefix): New variable.
13480         (message-indent-citation): Use it.
13481         (message-cite-original-without-signature): Respect X-No-Archive.
13482
13483 2005-08-08  Simon Josefsson  <jas@extundo.com>
13484
13485         * pgg.el: Autoload url-insert-file-contents instead of loading
13486         w3/url.
13487         (pgg-insert-url-with-w3): Don't load url here.
13488
13489 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13490
13491         * message.el (message-kill-to-signature): Don't insert newline at
13492         bol.
13493         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13494
13495 2005-08-06  Romain Francoise  <romain@orebokech.com>
13496
13497         * message.el (message-user-fqdn): Fix typo in docstring.
13498
13499 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13500
13501         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13502
13503         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13504
13505 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13506
13507         * mm-bodies.el (mm-encode-body): Use coding system rather than
13508         charset to encode text.
13509
13510         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13511         number of charsets if utf-8 is available (XEmacs).
13512
13513 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13514
13515         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13516         taken from `gnus-button-mid-or-mail-regexp'.
13517         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13518         (gnus-button-alist): Improve regexp for domain part of the MIDs
13519         for news:localpart@domain buttons.
13520         (gnus-button-ctan-directory-regexp): Update.
13521
13522 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13523
13524         * sieve-manage.el (sieve-manage-interactive-login):
13525         Use make-local-variable rather than make-variable-buffer-local.
13526         (sieve-manage-open): Ditto.
13527         (sieve-manage-authenticate): Ditto.
13528
13529         * mml.el (mml-generate-mime-1): Make the content type default to
13530         text/plain if the filename is not specified.
13531
13532 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13533
13534         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13535         instead of insert-buffer.
13536
13537         * message.el (message-yank-original): Ditto; set the mark at the
13538         end of the yanked message.
13539
13540 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13541
13542         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13543         lines to scroll rather than to stop it.
13544
13545         * mml.el (mml-generate-default-type): Add doc string.
13546         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13547         default to application/octet-stream when determining the content
13548         type if it is not specified for the part or the mml contents; add
13549         a comment about mml-generate-default-type.
13550
13551 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13552
13553         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13554         make it default to application/octet-stream when determining the
13555         content type if it is not specified for the external contents.
13556
13557 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13558
13559         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13560         segmented parameter but also other parameters might be there.
13561
13562 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13563
13564         * mm-decode.el (mm-display-external): Delete temp file, directory
13565         and buffer immediately if the external process is exited.
13566
13567 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13568
13569         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13570         fewer lines than that of scroll-margin.
13571         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13572
13573 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13574
13575         * gnus-art.el (gnus-article-next-page): Revert.
13576         (gnus-article-beginning-of-window): New macro.
13577         (gnus-article-next-page-1): Use it.
13578         (gnus-article-prev-page): Ditto.
13579         (gnus-article-edit-part): Use insert-buffer-substring instead of
13580         insert-buffer.
13581         (gnus-article-edit-exit): Ditto.
13582
13583         * gnus-util.el (gnus-beginning-of-window): Remove.
13584         (gnus-end-of-window): Remove.
13585
13586         * lpath.el: Don't bind header-line-format and scroll-margin.
13587
13588 2005-07-25  Simon Josefsson  <jas@extundo.com>
13589
13590         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13591         to have the url package without w3.  Reported by Daiki Ueno
13592         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13593
13594 2005-07-20  Didier Verna  <didier@xemacs.org>
13595
13596         * gnus-diary.el: Remove the description comment (nndiary is now
13597         properly documented in the Gnus manual).
13598         Fix the spelling of "Back End".
13599         * nndiary.el: Ditto.
13600         Fix the copyright notice.
13601
13602 2005-07-18  Romain Francoise  <romain@orebokech.com>
13603
13604         * gnus-sum.el (gnus-summary-to-prefix)
13605         (gnus-summary-newsgroup-prefix): New variables.
13606         (gnus-summary-from-or-to-or-newsgroups): Use them.
13607
13608 2005-07-17  Romain Francoise  <romain@orebokech.com>
13609
13610         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13611         space as it's generally not especially interesting to the user.
13612
13613 2005-07-16  Romain Francoise  <romain@orebokech.com>
13614
13615         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13616         nil to avoid prompting and file modification if one of the
13617         messages at the top of the nnfolder file contains a copyright
13618         notice.
13619         Update copyright notice.
13620
13621         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13622         instead of `current-time-string' as the latter creates a time
13623         string that is not RFC 2822 compliant (it lacks the zone).
13624         Update copyright notice.
13625
13626 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13627
13628         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13629         for text/rtf.  Display default in prompt.  Pass default for M-n.
13630
13631         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13632
13633 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13634
13635         * gnus-msg.el (gnus-button-mailto):
13636         Remove save-selected-window-window hackery because it relies on
13637         save-selected-window internals.
13638
13639 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13640
13641         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13642         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13643         (gnus-article-prev-page): Ditto.
13644
13645         * gnus-util.el (gnus-beginning-of-window): New function.
13646         (gnus-end-of-window): New function.
13647
13648         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13649
13650 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13651
13652         * gnus-score.el (gnus-score-edit-all-score):
13653         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13654         gnus-message.
13655
13656 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13657
13658         * gnus-msg.el (gnus-button-mailto):
13659         Remove save-selected-window-window hackery because it relies on
13660         save-selected-window internals.
13661
13662 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13663
13664         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13665         add-minor-mode.
13666         (gnus-binary-mode): Ditto.
13667
13668         * gnus-topic.el (gnus-topic-mode): Ditto.
13669
13670 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13671
13672         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13673         (gnus-article-prev-page): Take scroll-margin into consideration.
13674
13675 2005-07-04  Lute Kamstra  <lute@gnu.org>
13676
13677         Update FSF's address in GPL notices.
13678
13679 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13680
13681         * gnus.el (gnus-exit):
13682         * gnus-group.el (gnus-group-icons):
13683         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13684
13685         * gnus-nocem.el (gnus-nocem):
13686         * message.el (message-various, message-buffers, message-sending)
13687         (message-interface, message-forwarding, message-insertion)
13688         (message-headers, message-news, message-mail):
13689         * pgg-gpg.el (pgg-gpg):
13690         * pgg-parse.el (pgg-parse):
13691         * pgg-pgp.el (pgg-pgp):
13692         * pgg-pgp5.el (pgg-pgp5):
13693         * pop3.el (pop3): Finish `defgroup' description with period.
13694
13695 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13696
13697         * gnus-art.el (article-display-face): Improve the efficiency.
13698         (article-display-x-face): Ditto; remove grey x-face stuff.
13699
13700 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13701
13702         * gnus-art.el (article-display-face): Correct the position in
13703         which Faces are inserted.
13704
13705 2005-06-29  Didier Verna  <didier@xemacs.org>
13706
13707         * gnus-art.el (article-display-face): Display faces in correct
13708         order.
13709
13710 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13711
13712         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13713         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13714         (gnus-nocem-check-article): Fetch the Type header.
13715         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13716         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13717         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13718         make sure gnus-nocem-hashtb is initialized.
13719         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13720         (gnus-nocem-unwanted-article-p): Ditto.
13721
13722         * pgg.el (pgg-verify): Return the verification result.
13723
13724 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13725
13726         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13727         is ascii.
13728
13729 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13730
13731         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13732         `show-nonbreak-escape'.
13733
13734 2005-06-23  Lute Kamstra  <lute@gnu.org>
13735
13736         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13737
13738         * dig.el (dig-mode):
13739         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13740
13741 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13742
13743         * nnimap.el (nnimap-split-download-body): Fix spellings.
13744
13745 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13746
13747         * gnus-art.el (gnus-article-encrypt-body):
13748         * gnus-cus.el (gnus-score-customize):
13749         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13750         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13751
13752 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13753
13754         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13755         header by looking for magic "MII" at the beginnig.
13756
13757 2005-06-16  Miles Bader  <miles@gnu.org>
13758
13759         * gnus-xmas.el (gnus-xmas-group-startup-message):
13760         Use renamed gnus-splash face.
13761
13762         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13763         (assistant-field-face): New backward-compatibility alias for renamed
13764         face.
13765         (assistant-render-text): Use renamed assistant-field face.
13766
13767         * spam.el (spam): Remove "-face" suffix from face name.
13768         (spam-face): New backward-compatibility alias for renamed face.
13769         (spam-face, spam-initialize): Use renamed spam face.
13770
13771         * message.el (message-header-to, message-header-cc)
13772         (message-header-subject, message-header-newsgroups)
13773         (message-header-other, message-header-name)
13774         (message-header-xheader, message-separator, message-cited-text)
13775         (message-mml): Remove "-face" suffix from face names.
13776         (message-header-to-face, message-header-cc-face)
13777         (message-header-subject-face, message-header-newsgroups-face)
13778         (message-header-other-face, message-header-name-face)
13779         (message-header-xheader-face, message-separator-face)
13780         (message-cited-text-face, message-mml-face):
13781         New backward-compatibility aliases for renamed faces.
13782         (message-font-lock-keywords): Use renamed message faces.
13783
13784         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13785         (sieve-test-commands, sieve-tagged-arguments):
13786         Remove "-face" suffix from face names.
13787         (sieve-control-commands-face, sieve-action-commands-face)
13788         (sieve-test-commands-face, sieve-tagged-arguments-face):
13789         New backward-compatibility aliases for renamed faces.
13790         (sieve-control-commands-face, sieve-action-commands-face)
13791         (sieve-test-commands-face, sieve-tagged-arguments-face):
13792         Use renamed sieve faces.
13793
13794         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13795         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13796         (gnus-group-news-3-empty, gnus-group-news-4)
13797         (gnus-group-news-4-empty, gnus-group-news-5)
13798         (gnus-group-news-5-empty, gnus-group-news-6)
13799         (gnus-group-news-6-empty, gnus-group-news-low)
13800         (gnus-group-news-low-empty, gnus-group-mail-1)
13801         (gnus-group-mail-1-empty, gnus-group-mail-2)
13802         (gnus-group-mail-2-empty, gnus-group-mail-3)
13803         (gnus-group-mail-3-empty, gnus-group-mail-low)
13804         (gnus-group-mail-low-empty, gnus-summary-selected)
13805         (gnus-summary-cancelled, gnus-summary-high-ticked)
13806         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13807         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13808         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13809         (gnus-summary-low-undownloaded)
13810         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13811         (gnus-summary-low-unread, gnus-summary-normal-unread)
13812         (gnus-summary-high-read, gnus-summary-low-read)
13813         (gnus-summary-normal-read, gnus-splash):
13814         Remove "-face" suffix from face names.
13815         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13816         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13817         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13818         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13819         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13820         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13821         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13822         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13823         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13824         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13825         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13826         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13827         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13828         (gnus-summary-normal-ticked-face)
13829         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13830         (gnus-summary-normal-ancient-face)
13831         (gnus-summary-high-undownloaded-face)
13832         (gnus-summary-low-undownloaded-face)
13833         (gnus-summary-normal-undownloaded-face)
13834         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13835         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13836         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13837         (gnus-splash-face):
13838         New backward-compatibility aliases for renamed faces.
13839         (gnus-group-startup-message): Use renamed gnus faces.
13840
13841         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13842         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13843         (gnus-server-agent): Remove "-face" suffix from face names.
13844         (gnus-server-agent-face, gnus-server-opened-face)
13845         (gnus-server-closed-face, gnus-server-denied-face)
13846         (gnus-server-offline-face):
13847         New backward-compatibility aliases for renamed faces.
13848         (gnus-server-agent-face, gnus-server-opened-face)
13849         (gnus-server-closed-face, gnus-server-denied-face)
13850         (gnus-server-offline-face): Use renamed gnus faces.
13851
13852         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13853         Remove "-face" suffix from face names.
13854         (gnus-picon-xbm-face, gnus-picon-face):
13855         New backward-compatibility aliases for renamed faces.
13856
13857         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13858         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13859         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13860         (gnus-cite-11): Remove "-face" suffix from face names.
13861         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13862         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13863         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13864         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13865         New backward-compatibility aliases for renamed faces.
13866         (gnus-cite-attribution-face, gnus-cite-face-list)
13867         (gnus-article-boring-faces): Use renamed gnus faces.
13868
13869         * gnus-art.el (gnus-signature, gnus-header-from)
13870         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13871         (gnus-header-content): Remove "-face" suffix from face names.
13872         (gnus-signature-face, gnus-header-from-face)
13873         (gnus-header-subject-face, gnus-header-newsgroups-face)
13874         (gnus-header-name-face, gnus-header-content-face):
13875         New backward-compatibility aliases for renamed faces.
13876         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13877
13878         * gnus-sum.el (gnus-summary-selected-face)
13879         (gnus-summary-highlight): Use renamed gnus faces.
13880         * gnus-group.el (gnus-group-highlight): Likewise.
13881
13882 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13883
13884         * gnus-sieve.el (gnus-sieve-article-add-rule):
13885         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13886         * spam-stat.el (spam-stat-buffer-change-to-spam)
13887         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13888
13889         * message.el (message-is-yours-p):
13890         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13891
13892 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13893
13894         * mm-view.el (mm-inline-text): Withdraw the last change.
13895
13896 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13897
13898         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13899         executing enriched-decode.
13900
13901 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13902
13903         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13904         charset of tar files.
13905
13906 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13907
13908         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13909
13910 2005-06-04  Lute Kamstra  <lute@gnu.org>
13911
13912         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13913         information is never recorded.
13914
13915 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13916
13917         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13918
13919 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13920
13921         * pop3.el (pop3-apop): Run md5 in the binary mode.
13922
13923         * starttls.el (starttls-set-process-query-on-exit-flag):
13924         Use eval-and-compile.
13925
13926 2005-05-31  Simon Josefsson  <jas@extundo.com>
13927
13928         * smime.el (smime-replace-in-string): Define.
13929         (smime-cert-by-ldap-1): Use it.
13930
13931 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13932
13933         * gnus-art.el (article-display-x-face): Replace
13934         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13935
13936         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13937         set-process-query-on-exit-flag or process-kill-without-query.
13938
13939         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13940         loop instead of replace-regexp.
13941
13942         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13943         instead of process-kill-without-query if it is available.
13944
13945         * lpath.el: Fbind ldap-search-entries.
13946
13947         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13948         instead of find-file-hooks if it is available.
13949
13950         * mml1991.el: Bind pgg-default-user-id when compiling.
13951
13952         * mml2015.el: Bind pgg-default-user-id when compiling.
13953
13954         * nndraft.el (nndraft-request-associate-buffer):
13955         Use write-contents-functions instead of write-contents-hooks if it is
13956         available.
13957
13958         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13959         instead of find-file-hooks if it is available.
13960
13961         * nntp.el (nntp-open-connection): Replace
13962         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13963         (nntp-open-ssl-stream): Ditto.
13964         (nntp-open-tls-stream): Ditto.
13965
13966         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13967         set-process-query-on-exit-flag or process-kill-without-query.
13968         (starttls-open-stream-gnutls): Use it instead of
13969         process-kill-without-query.
13970         (starttls-open-stream): Ditto.
13971
13972 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13973
13974         * smime.el (smime-cert-by-ldap-1): Don't use
13975         replace-regexp-in-string.
13976
13977 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13978
13979         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13980
13981         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13982         in PEM format.  Adjust to the XEmacs compability.
13983
13984 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13985
13986         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13987         by `string-to-number'.
13988         * gnus-agent.el (gnus-agent-regenerate-group)
13989         (gnus-agent-fetch-articles): Ditto.
13990         * gnus-art.el (gnus-button-fetch-group): Ditto.
13991         * gnus-cache.el (gnus-cache-generate-active)
13992         (gnus-cache-articles-in-group): Ditto.
13993         * gnus-group.el (gnus-group-set-current-level)
13994         (gnus-group-insert-group-line): Ditto.
13995         * gnus-score.el (gnus-score-set-expunge-below)
13996         (gnus-score-set-mark-below, gnus-summary-score-effect)
13997         (gnus-summary-score-entry): Ditto.
13998         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13999         (gnus-soup-pack): Ditto.
14000         * gnus-spec.el (gnus-xmas-format): Ditto.
14001         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14002         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14003         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14004         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14005         * nndb.el (nndb-get-remote-expire-response): Ditto.
14006         * nndiary.el (nndiary-parse-schedule-value)
14007         (nndiary-string-to-number, nndiary-request-replace-article)
14008         (nndiary-request-article): Ditto.
14009         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14010         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14011         * nneething.el (nneething-make-head): Ditto.
14012         * nnfolder.el (nnfolder-request-article)
14013         (nnfolder-retrieve-headers): Ditto.
14014         * nnheader.el (nnheader-file-to-number): Ditto.
14015         * nnkiboze.el (nnkiboze-request-article): Ditto.
14016         * nnmail.el (nnmail-process-unix-mail-format)
14017         (nnmail-process-babyl-mail-format): Ditto.
14018         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14019         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14020         (nnmh-request-create-group, nnmh-request-list-1)
14021         (nnmh-request-group, nnmh-request-article): Ditto.
14022         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14023         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14024         * nnsoup.el (nnsoup-make-active): Ditto.
14025         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14026         * nntp.el (nntp-find-group-and-number)
14027         (nntp-retrieve-headers-with-xover): Ditto.
14028         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14029         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14030         (pgg-format-key-identifier): Ditto.
14031         * pop3.el (pop3-last, pop3-stat): Ditto.
14032         * qp.el (quoted-printable-decode-region): Ditto.
14033
14034         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14035         of concat.
14036
14037 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14038
14039         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14040
14041         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14042
14043         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14044
14045         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14046
14047         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14048
14049         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14050
14051         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14052         (gnus-carpal-mode): Ditto.
14053
14054         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14055         (gnus-browse-mode): Ditto.
14056
14057         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14058
14059         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14060
14061 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14062
14063         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14064
14065 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14066
14067         * gnus-util.el (gnus-run-mode-hooks): New function.
14068
14069         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14070
14071         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14072         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14073
14074 2005-05-27  Lute Kamstra  <lute@gnu.org>
14075
14076         * dns-mode.el (dns-mode): Specify customization group.
14077
14078 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14079
14080         * gnus-agent.el (gnus-agent-make-mode-line-string):
14081         Use mode-line-highlight as mouse-face.
14082
14083 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14084
14085         * canlock.el (canlock): Change the parent group to news.
14086
14087         * deuglify.el (gnus-outlook-deuglify): Add :group.
14088
14089         * dig.el (dig): Add :group.
14090
14091         * dns-mode.el (dns-mode): Add :group.
14092
14093         * encrypt.el (encrypt): Add :group.
14094
14095         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14096         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14097         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14098         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14099         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14100
14101         * gnus-diary.el (gnus-diary): Add :group.
14102
14103         * gnus.el (gnus-group-news-1-face): Add :group.
14104         (gnus-group-news-1-empty-face): Ditto.
14105         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14106         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14107         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14108         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14109         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14110         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14111         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14112         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14113         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14114         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14115         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14116         (gnus-summary-high-ticked-face): Ditto.
14117         (gnus-summary-low-ticked-face): Ditto.
14118         (gnus-summary-normal-ticked-face): Ditto.
14119         (gnus-summary-high-ancient-face): Ditto.
14120         (gnus-summary-low-ancient-face): Ditto.
14121         (gnus-summary-normal-ancient-face): Ditto.
14122         (gnus-summary-high-undownloaded-face): Ditto.
14123         (gnus-summary-low-undownloaded-face): Ditto.
14124         (gnus-summary-normal-undownloaded-face): Ditto.
14125         (gnus-summary-high-unread-face): Ditto.
14126         (gnus-summary-low-unread-face): Ditto.
14127         (gnus-summary-normal-unread-face): Ditto.
14128         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14129         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14130
14131         * hashcash.el (hashcash): New custom group.
14132         (hashcash-default-payment): Add :group.
14133         (hashcash-payment-alist): Ditto.
14134         (hashcash-default-accept-payment): Ditto.
14135         (hashcash-accept-resources): Ditto.
14136         (hashcash-path): Ditto.
14137         (hashcash-extra-generate-parameters): Ditto.
14138         (hashcash-double-spend-database): Ditto.
14139         (hashcash-in-news): Ditto.
14140
14141         * message.el (message-minibuffer-local-map): Add :group.
14142
14143         * netrc.el (netrc): Add :group.
14144
14145         * sieve-manage.el (sieve-manage-log): Add :group.
14146         (sieve-manage-default-user): Diito.
14147         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14148         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14149         (sieve-manage-authenticators): Ditto.
14150         (sieve-manage-authenticator-alist): Ditto.
14151         (sieve-manage-default-port): Ditto.
14152
14153         * sieve-mode.el (sieve-control-commands-face): Add :group.
14154         (sieve-action-commands-face): Ditto.
14155         (sieve-test-commands-face): Ditto.
14156         (sieve-tagged-arguments-face): Ditto.
14157
14158         * smime.el (smime): Add :group.
14159
14160         * spam-report.el (spam-report): Add :group.
14161
14162         * spam.el (spam, spam-face): Add :group.
14163
14164 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14165
14166         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14167         return \n.\n.\n at the end of articles.  Protect against that.
14168         (nntp-with-open-group): Allow debugging.
14169
14170         * nnheader.el (mail-header-set-extra): Make into a function
14171         because I just could't understand how to quote the list properly.
14172
14173         * dns.el (query-dns-cached): New function.
14174
14175 2005-05-26  Lute Kamstra  <lute@gnu.org>
14176
14177         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14178
14179 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14180
14181         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14182
14183         * gnus-art.el: Don't autoload mail-extract-address-components.
14184
14185         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14186         eval-and-compile to evaluate it.
14187
14188         * hashcash.el: Don't autoload executable-find.
14189
14190         * nndb.el: Don't declare the nndb back end two or more times; don't
14191         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14192
14193         * nntp.el: Autoload format-spec instead of format; use
14194         eval-and-compile to evaluate autoload forms.
14195
14196 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14197
14198         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14199
14200 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14201
14202         * gnus.el (gnus-version-number): Bump version.
14203
14204 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14205
14206         * gnus.el: No Gnus v0.3 is released.
14207
14208 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14209
14210         * lpath.el (featurep): Bind show-nonbreak-escape.
14211
14212 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14213
14214         * gnus-art.el (gnus-article-edit-part): Disable undo.
14215
14216 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14217
14218         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14219         gnus-article-date-lapsed-new-header is t if date timer is active;
14220         skip headers in which the original date value is empty.
14221         (gnus-article-save-original-date): Redefine it as a macro.
14222         (gnus-display-mime): Use it.
14223
14224 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14225
14226         * gnus-art.el (article-date-ut): Support converting date in
14227         forwarded parts as well.
14228         (gnus-article-save-original-date): New function.
14229         (gnus-display-mime): Use it.
14230
14231 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14232
14233         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14234         enclosure element of <item>.
14235
14236 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14237
14238         * message.el (message-kill-buffer-query): Rename from
14239         `message-kill-buffer-query-if-modified'.  Add :version.
14240
14241 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14242
14243         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14244         window layout.
14245
14246 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14247
14248         * mml.el: Autoload dnd when compiling.
14249
14250 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14251
14252         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14253         x-dnd-*.
14254
14255 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14256
14257         * qp.el (quoted-printable-encode-region): Save excursion.
14258
14259 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14260
14261         * message.el (message-kill-buffer-query-if-modified): Add new variable
14262         so the user can kill a modified message buffer quickly.
14263         (message-kill-buffer): Use it.
14264
14265 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14266
14267         * lpath.el: Fbind display-time-event-handler; don't fbind
14268         string-to-multibyte.
14269
14270         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14271
14272 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14273
14274         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14275         contained in text because xml.el decodes entities) with LFs.
14276
14277 2005-04-11  Lute Kamstra  <lute@gnu.org>
14278
14279         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14280         differently.
14281
14282 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14283
14284         * mm-util.el (mm-detect-coding-region): Typo.
14285
14286 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14287
14288         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14289
14290 2005-04-06  Deepak Goel  <deego@gnufans.org>
14291
14292         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14293         user-function allow user modifications of the scores.
14294         (spam-stat-score-buffer-user): New function, to allow
14295         user-computed modifications to the score.
14296         (spam-stat-score-buffer-user-functions): List of additional
14297         scoring functions.
14298         (spam-stat-error-holder): Global temporary error holder.
14299         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14300         variable.
14301
14302 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14303
14304         * gnus-registry.el (gnus-registry-clean-empty-function)
14305         (gnus-registry-trim, gnus-registry-fetch-groups)
14306         (gnus-registry-delete-group): Groups that match
14307         `gnus-registry-ignored-groups' are removed from the registry
14308         entries, not just ignored for splitting.  This helps clean up the
14309         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14310         to get all the groups a message ID is in.
14311
14312         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14313         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14314         (spam-stat-score-buffer-user-functions): Add :number custom type.
14315
14316 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14317
14318         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14319         argument in XEmacs.
14320
14321         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14322         (nnrss-request-group): Decode group name first.
14323         (nnrss-request-article): Make a text/plain article if mml-to-mime
14324         failed.
14325         (nnrss-get-encoding): Return a compatible encoding according to
14326         nnrss-compatible-encoding-alist.
14327         (nnrss-find-el): Use consp instead of listp.
14328         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14329
14330 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14331
14332         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14333         which Emacs 20 doesn't support.
14334         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14335
14336 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14337
14338         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14339         silence the byte compiler inside the defun.
14340
14341         * gnus-demon.el (parse-time-string): Add autoload.
14342
14343         * gnus-delay.el (parse-time-string): Add autoload.
14344
14345         * gnus-art.el (parse-time-string): Add autoload.
14346
14347         * nnultimate.el (parse-time): Require for `parse-time-string'.
14348
14349 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14350
14351         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14352
14353         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14354
14355         * smime.el (smime-ldap-host-list): Add :version.
14356
14357 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14358
14359         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14360         pass it to `gnus-browse-read-group'.
14361         (gnus-browse-read-group): Add NUMBER argument and pass it to
14362         `gnus-group-read-ephemeral-group'.
14363
14364         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14365         argument and pass it to `gnus-group-read-group'.
14366
14367 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14368
14369         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14370         mm-xemacs-find-mime-charset-1 if we have the mule feature
14371         available at runtime.
14372
14373 2005-03-25  Werner Lemberg  <wl@gnu.org>
14374
14375         * nnmaildir.el: Replace `illegal' with `invalid'.
14376
14377 2005-03-23  Lute Kamstra  <lute@gnu.org>
14378
14379         * time-date.el: Add comment on time value formats.
14380         Don't require parse-time.
14381         (with-decoded-time-value): New macro.
14382         (encode-time-value): New function.
14383         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14384         (days-to-time): Return a valid time value when arg is huge.
14385         (time-since): Use time-subtract.
14386         (time-to-number-of-days): Use time-to-seconds.
14387
14388 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14389
14390         * gnus-start.el (gnus-display-time-event-handler):
14391         Check display-time-timer at runtime rather than only at load time
14392         in case display-time-mode is turned off in the mean time.
14393
14394 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14395
14396         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14397         used.
14398
14399         * nneething.el (nneething-map-file-directory): Derive from
14400         `gnus-directory'.
14401
14402         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14403         the To/Cc button.
14404
14405 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14406
14407         * nnmaildir.el (nnmaildir-request-accept-article):
14408         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14409
14410 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14411
14412         * gnus-async.el: Require timer-funcs at compile time when in
14413         XEmacs for `run-with-idle-timer'.
14414
14415 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14416
14417         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14418         autoloaded function.
14419
14420 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14421
14422         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14423
14424 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14425
14426         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14427
14428 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14429
14430         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14431         Add gnus-expert-user to default.
14432
14433 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14434
14435         * nnimap.el (nnimap-open-server): Ditto.
14436
14437         * imap.el (imap-authenticate): Fix typo.
14438
14439 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14440
14441         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14442         buffer (since IMAP server might return FETCH response out of
14443         order, and the nntp buffer must be sorted).
14444
14445 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14446
14447         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14448         comparison on string.
14449
14450         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14451         (gnus-agent-score): Rename category keywords to match gnus-cus.
14452         (gnus-agent-summary-fetch-series): Modify to protect against
14453         gnus-agent-summary-fetch-group clearing processable flags.
14454         (gnus-agent-synchronize-group-flags): Update live group buffer as
14455         synchronization may occur due to the user toggle the plugged
14456         status.
14457         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14458         successfully downloaded.
14459         (gnus-agent-expire-group-1): Avoid using markers when the overview
14460         is in ascending order; greatly improves performance.
14461         (gnus-agent-regenerate-group):
14462         Use gnus-agent-synchronize-group-flags to reset read status in both
14463         gnus and server.
14464         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14465
14466 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14467
14468         * message.el: Don't autoload former message-utils variables.
14469         (message-strip-subject-trailing-was): Change doc string.
14470
14471         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14472         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14473         (nnweb-google-search): Add "hl=en" here.
14474         (nnweb-google-parse-1, nnweb-google-create-mapping):
14475         Don't hardcode URL.
14476
14477 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14478
14479         * message.el (message-get-reply-headers, message-followup):
14480         Mention related variables `message-use-followup-to' and
14481         `message-use-mail-followup-to', in the information buffer.
14482
14483         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14484         of broken groups(-beta).google.com.
14485
14486 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14487
14488         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14489         parameter to invoked gnus-request-move-article; remove the
14490         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14491         all at once instead of once per article.
14492         (gnus-summary-remove-process-mark): Accept a list of articles as
14493         well as a single article for processing.
14494
14495         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14496         parameter.
14497
14498         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14499
14500         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14501
14502         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14503         parameter.
14504
14505         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14506         parameter.
14507
14508         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14509         parameter and remove the gnus-sum-hint-move-is-internal variable.
14510
14511         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14512         parameter.
14513
14514         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14515         parameter.
14516
14517         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14518         parameter.
14519
14520         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14521
14522         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14523         parameter.
14524
14525         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14526         parameter.
14527
14528 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14529
14530         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14531         a more conservative way.
14532
14533 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14534
14535         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14536         buffer, so it moves the window's cursor.
14537
14538 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14539
14540         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14541         `mm-dissect-multipart' and receive the from field as an (optional)
14542         argument from `mm-dissect-multipart'.
14543         (mm-dissect-multipart): Receive the from field as an argument and
14544         pass it on when we call `mm-dissect-buffer' on MIME parts.
14545         Fixes verification/decryption of signed/encrypted MIME parts.
14546
14547 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14548
14549         * gnus-sum.el (gnus-summary-move-article):
14550         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14551         whatever it calls (right now, only nnimap-request-move article
14552         respects it).
14553
14554         * nnimap.el (nnimap-request-move-article):
14555         When gnus-sum-hint-move-is-internal is set, don't do the extra
14556         nnimap-request-article.
14557
14558 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14559
14560         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14561
14562         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14563         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14564
14565         * gnus-sum.el (gnus-summary-caesar-message):
14566         Apply `gnus-treat-article' after rotation.
14567
14568         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14569         doc string.
14570
14571 2005-02-22  Simon Josefsson  <jas@extundo.com>
14572
14573         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14574         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14575         <arne@arnested.dk>.
14576         (encrypt): Add password-cache and password-cache-expiry as group
14577         members.
14578
14579 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14580
14581         * smime.el (smime-ldap-host-list): Doc fix.
14582         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14583         cache) password.
14584         (smime-sign-region): Use it.
14585         (smime-decrypt-region): Use it.
14586         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14587         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14588         fails.
14589         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14590         certificate from DER to PEM format rather than calling openssl.
14591
14592         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14593
14594         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14595         for signing/encryption.
14596
14597         * mml.el (mml-parse-1): Use them.
14598
14599 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14600
14601         * nnrss.el (nnrss-verbose): Remove.
14602         (nnrss-request-group): Use `nnheader-message' instead.
14603
14604 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14605
14606         * nnrss.el (nnrss-verbose): New variable.
14607         (nnrss-request-group): Make it say nnrss is requesting a group.
14608
14609 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14610
14611         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14612         Handle news URL with given port correctly.
14613
14614 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14615
14616         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14617         containing special characters.
14618
14619         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14620
14621         * mml.el (mime-to-mml): Ditto.
14622
14623         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14624         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14625         (rfc2047-decode-region): Quote decoded words containing special
14626         characters when rfc2047-quote-decoded-words-containing-tspecials
14627         is non-nil.
14628
14629 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14630
14631         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14632
14633         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14634
14635 2005-02-15  Simon Josefsson  <jas@extundo.com>
14636
14637         * nnimap.el (nnimap-debug): Doc fix.
14638
14639         * imap.el (imap-debug): Doc fix.
14640
14641 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14642
14643         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14644
14645 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14646
14647         * gnus.el (spam-contents): Improve docs for spam-contents
14648         parameter in its variable incarnation.
14649
14650 2005-02-14  Simon Josefsson  <jas@extundo.com>
14651
14652         * smime-ldap.el: Use require instead of load-library for ldap.
14653         (smime-ldap-search): Indent.
14654         (smime-ldap-search-internal): Shorten line.
14655
14656         * smime.el (smime-cert-by-dns): Add doc-string.
14657         (smime-cert-by-ldap-1): Indent.
14658
14659         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14660         mml-smime-get-dns-ldap.
14661         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14662
14663 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14664
14665         * smime.el: Require smime-ldap.
14666         (smime-ldap-host-list): New variable.
14667         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14668
14669         * mml-smime.el (mml-smime-encrypt-query): New function.
14670         (mml-smime-encrypt-query): Use it.
14671
14672         * smime-ldap.el: New file.
14673
14674 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14675
14676         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14677
14678 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14679
14680         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14681         argument in doc string.  Make query for type more clear.
14682
14683 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14684
14685         * gnus.el (gnus-group-startup-message): Search for gnus images in
14686         etc/images/gnus.
14687         * mm-util.el (mm-image-load-path): Likewise.
14688         * smiley.el (smiley-data-directory): Search for smilies in
14689         etc/images/smilies.
14690
14691 2005-02-09  Kim F. Storm  <storm@cua.dk>
14692
14693         Change Emacs release version from 21.4 to 22.1 throughout.
14694         Change Emacs development version from 21.3.50 to 22.0.50.
14695
14696 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14697
14698         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14699
14700         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14701         non-Mule XEmacs as well.
14702         (mm-decompress-buffer): Signal an error intentionally if it does
14703         not decompress compressed data because auto-compression-mode is
14704         disabled.
14705
14706 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14707
14708         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14709         an ID in the registry even if it has no groups.
14710
14711 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14712
14713         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14714         merge it into mm-decompress-buffer.
14715         (gnus-mime-copy-part): Use the MIME part charset, the value which
14716         a user specified or gnus-newsgroup-charset for decoding, like
14717         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14718         save-buffer what was used.  Suggested by Kevin Ryde
14719         <user42@zip.com.au>.
14720         (gnus-mime-inline-part): Allow the name parameter as well as the
14721         filename parameter; force decompressing of compressed data; always
14722         display contents being not decoded as unibyte.
14723
14724         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14725         as well as the filename parameter.
14726
14727         * mm-util.el (mm-decompress-buffer):
14728         Merge gnus-mime-jka-compr-maybe-uncompress.
14729         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14730         of compressed data.
14731
14732 2005-02-08  Simon Josefsson  <jas@extundo.com>
14733
14734         * imap.el (imap-log): Doc fix.
14735
14736 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14737
14738         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14739         the coding cookies; decompress compressed parts.
14740
14741         * mml.el (mml-generate-mime-1): Add the charset parameter according
14742         to the value which a user specified manually or the coding cookie.
14743
14744         * mm-util.el (mm-string-to-multibyte): New function.
14745         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14746         (mm-coding-system-to-mime-charset): New function.
14747         (mm-decompress-buffer): New function.
14748         (mm-find-buffer-file-coding-system): New function.
14749
14750         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14751         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14752         parts.
14753
14754 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14755
14756         * mm-view.el (mm-display-inline-fontify): Decode a part according
14757         to the charset parameter.
14758
14759 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14760
14761         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14762         prefix arg is neither nil nor a number, as info specifies.
14763
14764 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14765
14766         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14767         timestamps.
14768
14769 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14770
14771         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14772         groups error checking and notify user.
14773
14774 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14775
14776         * message.el (message-send-mail-function): Check existence of
14777         sendmail-program first before using default value
14778         `message-send-mail-with-sendmail'.  Otherwise use more generic
14779         `smtpmail-send-it'.
14780
14781 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14782
14783         * nntp.el (nntp-request-update-info): Always return nil.
14784
14785 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14786
14787         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14788
14789 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14790
14791         * message.el (message-beginning-of-line): Change the behavior when
14792         invoked between BOL and : so that it first moves backward.
14793
14794 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14795
14796         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14797         article buffer when editing of the article is discarded.
14798         (gnus-article-prepare): Revert.
14799
14800 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14801
14802         * gnus-art.el (gnus-article-prepare):
14803         Remove message-strip-forbidden-properties from the local hook.
14804
14805 2005-01-27  Simon Josefsson  <jas@extundo.com>
14806
14807         * password.el (password-cache-add): Only start one timer per key.
14808         Reported by Derek Atkins <warlord@MIT.EDU>.
14809
14810 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14811
14812         * run-at-time.el: Remove.  It is no longer needed as
14813         timer-funcs.el in the xemacs-base package has a working version of
14814         `run-at-time'.
14815
14816         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14817
14818         * password.el: Require timer-funcs instead of run-at-time in
14819         XEmacs.
14820         Remove `password-run-at-time' macro.
14821         (password-cache-add): Use `run-at-time' instead of
14822         `password-run-at-time'.
14823
14824         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14825         Remove `nnheader-cancel-function-timers' alias,
14826         `cancel-function-timers' exists in XEmacs in timer-funcs.
14827
14828         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14829         for `run-with-idle-timer'.
14830
14831         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14832         for `run-at-time'.
14833
14834         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14835         for `with-timeout'.
14836
14837         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14838         the same as for XEmacs 21.4.
14839         No need to ignore `run-with-idle-timer', this function exists in
14840         XEmacs now in timer-funcs.el in the xemacs-base package.
14841         (dgnushack-compile): No need to delete
14842         run-at-time.el from the list of files to compile because it
14843         doesn't exist anymore.
14844
14845 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14846
14847         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14848         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14849
14850 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14851
14852         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14853         sensitively.
14854
14855 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14856
14857         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14858
14859 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14860
14861         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14862         which will be inserted according to the multibyteness of a buffer
14863         rather than the type of contents.  Suggested by ARISAWA Akihiro
14864         <ari@mbf.ocn.ne.jp>.
14865
14866         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14867         of string which old xml.el may return rather than a string.
14868
14869 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14870
14871         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14872
14873 2005-01-16  Simon Josefsson  <jas@extundo.com>
14874
14875         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14876         idn/idna.el isn't available.
14877         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14878         <michael@waxrat.com>.
14879
14880         * hashcash.el: Remove non-FSF copyright header.
14881
14882         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14883         (hashcash-generate-payment): Use it.
14884         (hashcash-generate-payment-async): Use it.
14885
14886 2005-01-15  Simon Josefsson  <jas@extundo.com>
14887
14888         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14889         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14890
14891         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14892         gnus-summary-idna-message.
14893         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14894         (gnus-summary-idna-message): New function.
14895
14896 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14897
14898         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14899         gnus-novice-user.
14900
14901 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14902
14903         * nnrss.el (nnrss-request-delete-group): Delete entries in
14904         nnrss-group-alist as well.
14905         (nnrss-save-server-data): Insert newline.
14906
14907 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14908
14909         * gnus.el (gnus-user-agent): Use list of symbols instead of
14910         symbols.  Display full version number for (S)XEmacs.
14911         Optionally display (S)XEmacs codename.
14912
14913         * gnus-util.el (gnus-emacs-version): Update for new
14914         `gnus-user-agent'.
14915
14916         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14917         Gnus version.
14918
14919 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14920
14921         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14922         which is unreadable in some setups.
14923
14924 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14925
14926         * gnus-spec.el (gnus-update-format-specifications): Flush the
14927         group format spec cache if it doesn't support decoded group names.
14928
14929 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14930
14931         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14932         Allow to apply decay on score files matching a regexp.
14933
14934 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14935
14936         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14937         compatibility in %g and %c.
14938
14939 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14940
14941         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14942         name for only %g and %c.
14943         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14944         of gnus-tmp-group to decoded group name.
14945         (gnus-group-make-rss-group): Exclude `/'s from group names.
14946
14947 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14948
14949         * nnrss.el (nnrss-get-encoding): Fix regexp.
14950
14951 2004-12-27  Simon Josefsson  <jas@extundo.com>
14952
14953         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14954         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14955         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14956
14957 2004-12-17  Kim F. Storm  <storm@cua.dk>
14958
14959         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14960
14961         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14962
14963 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14964
14965         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14966
14967 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14968
14969         * nnrss.el: Require rfc2047 and mml.
14970         (nnrss-file-coding-system): New variable.
14971         (nnrss-format-string): Redefine it as an inline function.
14972         (nnrss-decode-group-name): New function.
14973         (nnrss-string-as-multibyte): Remove.
14974         (nnrss-retrieve-headers): Decode group name; don't use
14975         nnrss-format-string.
14976         (nnrss-request-group): Decode group name.
14977         (nnrss-request-article): Decode group name; allow a Message-ID as
14978         well as an article number; don't use nnrss-format-string; encode a
14979         Message-ID string which may contain non-ASCII characters; use
14980         mml-to-mime to compose a MIME article.
14981         (nnrss-request-expire-articles): Decode group name.
14982         (nnrss-request-delete-group): Decode group name.
14983         (nnrss-fetch): Clarify error message.
14984         (nnrss-read-server-data): Use insert-file-contents instead of load;
14985         bind file-name-coding-system; use multibyte buffer.
14986         (nnrss-save-server-data): Bind coding-system-for-write to the
14987         value of nnrss-file-coding-system; bind file-name-coding-system;
14988         add coding cookie.
14989         (nnrss-read-group-data): Use insert-file-contents instead of load;
14990         bind file-name-coding-system; use multibyte buffer.
14991         (nnrss-save-group-data): Bind coding-system-for-write to the
14992         value of nnrss-file-coding-system; bind file-name-coding-system.
14993         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14994         make it work with non-ASCII text.
14995         (nnrss-find-el): Make it work with old xml.el as well.
14996
14997 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14998
14999         * nnrss.el (nnrss-get-encoding): New function.
15000         (nnrss-fetch): Use unibyte buffer initially; bind
15001         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15002         decode contents according to the encoding attribute.
15003         (nnrss-save-group-data): Add coding cookie.
15004         (nnrss-mime-encode-string): New function.
15005         (nnrss-check-group): Use it to encode subject and author.
15006
15007 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15008
15009         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15010         imaginary variable.
15011
15012 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15013
15014         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15015         correctly even if there are wide characters.
15016
15017 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15018
15019         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15020         downcased symbol names; make a new cache instead of reusing
15021         bbdb-hashtable.
15022
15023 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15024
15025         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15026         concatenating segments rather than before concatenating them.
15027         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15028
15029         * message.el (message-get-reply-headers): Bind `extra'.
15030
15031 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15032
15033         * message.el (message-extra-wide-headers): New variable.
15034         (message-get-reply-headers): Use it.
15035
15036 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15037
15038         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15039         (gnus-agent-group-pathname): Ditto.
15040
15041         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15042
15043         * gnus-group.el (gnus-group-make-group): Decode group name.
15044         (gnus-group-make-rss-group): Register the group data after opening
15045         the nnrss group.
15046
15047 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15048
15049         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15050         by expiry now get marked as read.
15051
15052 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15053
15054         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15055
15056 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15057
15058         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15059         unify Latin characters in XEmacs.
15060         (mm-find-mime-charset-region): Use it.
15061
15062 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15063
15064         * gnus-util.el (gnus-delete-directory): New function.
15065
15066         * gnus-agent.el (gnus-agent-delete-group): Use it.
15067
15068         * gnus-cache.el (gnus-cache-delete-group): Use it.
15069
15070 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15071
15072         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15073         names.
15074
15075 2004-12-16  Simon Josefsson  <jas@extundo.com>
15076
15077         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15078
15079 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15080
15081         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15082
15083         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15084         (gnus-group-set-current-level): Decode group name.
15085
15086 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15087
15088         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15089         failed.
15090
15091 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15092
15093         * gnus-group.el (gnus-group-delete-group): Decode group name.
15094         (gnus-group-make-rss-group): Encode group name.
15095         (gnus-group-catchup-current): Decode group name.
15096         (gnus-group-kill-group): Decode group name.
15097
15098 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15099
15100         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15101
15102 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15103
15104         * gnus-group.el (gnus-group-make-rss-group):
15105         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15106
15107         * gnus-start.el (gnus-setup-news): Honor user's setting to
15108         gnus-message-archive-method.  Suggested by Lute Kamstra
15109         <lute@gnu.org>.
15110
15111 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15112
15113         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15114         global counterparts of the buffer-local variables.
15115
15116 2004-11-16  Romain Francoise  <romain@orebokech.com>
15117
15118         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15119         counterparts of the buffer-local variables.
15120
15121 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15122
15123         * message.el (message-forbidden-properties): Fix typo in doc
15124         string.
15125
15126 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15127
15128         * gnus-util.el (gnus-replace-in-string): Add doc string.
15129
15130         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15131         to avoid problems when splitting mails with many recipients.
15132
15133 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15134
15135         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15136         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15137
15138 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15139
15140         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15141         if there is no hashtable in memory or file modification time is
15142         newer than cached timestamp.
15143
15144 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15145
15146         * gnus-sum.el (gnus-summary-limit-to-recipient):
15147         Implement not-matching option.
15148
15149 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15150
15151         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15152         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15153         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15154         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15155         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15156         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15157
15158 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15159
15160         * message.el (message-forward-make-body-mml): Remove headers
15161         according to message-forward-ignored-headers if a message is decoded.
15162
15163 2004-12-02  Romain Francoise  <romain@orebokech.com>
15164
15165         * message.el (message-forward-make-body-plain): Always remove
15166         headers according to message-forward-ignored-headers.
15167
15168 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15169
15170         * spam.el (spam-summary-prepare-exit): Remove the
15171         gnus-summary-limit pop for now, it has problems with ham marks for
15172         me.
15173
15174 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15175
15176         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15177         correctly.
15178
15179 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15180
15181         * format-spec.el (format-spec): Message the char.
15182
15183 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15184
15185         * gnus-art.el (gnus-split-methods): Reformat comments.
15186
15187         * spam.el (spam-summary-prepare-exit): Remove article limits
15188         before exiting the summary buffer.
15189
15190 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15191
15192         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15193         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15194
15195         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15196         order to silence the byte compiler.
15197
15198         * spam.el: Fix the way to silence the byte compiler, which
15199         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15200         bbdb-search-simple, spam-BBDB-register-routine,
15201         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15202         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15203         spam-stat-buffer-is-spam, spam-stat-load,
15204         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15205         spam-stat-save and spam-stat-split-fancy.
15206
15207 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15208
15209         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15210         which may confuse users.
15211         (canlock-password-for-verify): Ditto.
15212
15213         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15214
15215         * gnus-art.el (gnus-emphasis-alist): Ditto.
15216
15217         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15218
15219         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15220
15221         * gnus-start.el (gnus-save-killed-list): Ditto.
15222
15223         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15224         (gnus-sum-thread-tree-root): Ditto.
15225         (gnus-sum-thread-tree-false-root): Ditto.
15226         (gnus-sum-thread-tree-single-indent): Ditto.
15227
15228         * message.el (message-courtesy-message): Ditto.
15229         (message-archive-note): Ditto.
15230         (message-subscribed-address-file): Ditto.
15231         (message-user-fqdn): Ditto.
15232
15233         * spam-report.el (spam-report-gmane-regex): Ditto.
15234
15235         * spam.el (spam-blackhole-good-server-regex): Ditto.
15236
15237 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15238
15239         * mml.el (mml-preview): Widen the message buffer before copying
15240         the contents to the preview buffer; sort headers before previewing.
15241
15242         * message.el (message-hidden-headers): Fix the way to avoid a bug
15243         in the `repeat' widget in Emacs 21.3 or earlier.
15244
15245 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15246
15247         * message.el (message-hidden-headers): Default to "^References:".
15248         Improve customization type.  Suggested by Reiner Steib
15249         <Reiner.Steib@gmx.de>.
15250
15251 2004-11-25  Romain Francoise  <romain@orebokech.com>
15252
15253         * message.el (message-strip-forbidden-properties): Remove check for
15254         obsolete `message-hidden' text property, hidden headers are not
15255         accessible in the buffer anymore.
15256
15257 2004-11-22  Romain Francoise  <romain@orebokech.com>
15258
15259         * message.el (message-header-format-alist): Add `From' in list
15260         so that it can be sorted.
15261         (message-fix-before-sending): Widen and sort headers before
15262         sending.
15263         (message-hide-headers): Use narrowing to hide headers by moving
15264         them to the top of the buffer and narrowing to the region
15265         underneath.
15266
15267 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15268
15269         * message.el (message-strip-forbidden-properties):
15270         Bind buffer-read-only (etc) to nil.
15271
15272 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15273
15274         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15275         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15276
15277 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15278
15279         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15280
15281 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15282
15283         * dns.el (query-dns): Use sit-for to time instead of
15284         accept-process-output, since that doesn't seem to work on udp
15285         sockets.
15286
15287 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15288
15289         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15290
15291 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15292
15293         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15294         doc string.  Improve doc string.
15295
15296 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15297
15298         * nntp.el (nntp-request-update-info): Return nil if
15299         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15300         may not call gnus-activate-group which uselessly issues the GROUP
15301         commands for all nntp groups and wastes time.  Reported by Romain
15302         Francoise <romain@orebokech.com>.
15303
15304         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15305
15306 2004-11-15  Simon Josefsson  <jas@extundo.com>
15307
15308         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15309         headers separately.
15310         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15311         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15312
15313 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15314
15315         * gnus-start.el (gnus-convert-old-newsrc):
15316         Assign legacy-gnus-agent to 5.10.7.
15317
15318 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15319
15320         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15321         start of the lines.
15322
15323 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15324
15325         * hashcash.el (hashcash-default-payment): Change default to 20.
15326         (hashcash-default-accept-payment): Change default to 20.
15327         (hashcash-process-alist): New variable.
15328         (hashcash-generate-payment-async): Add.
15329         (hashcash-already-paid-p): Add.
15330         (hashcash-insert-payment): Don't generate payments twice.
15331         (hashcash-insert-payment-async): Add.
15332         (hashcash-insert-payment-async-2): Add.
15333         (hashcash-cancel-async): Add.
15334         (hashcash-wait-async): Add.
15335         (hashcash-processes-running-p): Add.
15336         (hashcash-wait-or-cancel): Add.
15337         (mail-add-payment): New optional argument.  Conditionally start
15338         asynchronous calculation.
15339         (mail-add-payment-async): Add.
15340
15341         * message.el (message-send-mail): Wait for asynchronous hashcash
15342         results.  Don't clobber existing X-Hashcash headers.
15343         (message-setup-1): Call mail-add-payment-async when
15344         message-generate-hashcash is non-nil.
15345
15346 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15347
15348         * message.el (message-use-alternative-email-as-from): Examine the
15349         From header as well; use message-make-from in order to include a
15350         user's full name.
15351
15352 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15353
15354         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15355         default; improve customization type.
15356         (gnus-emphasis-custom-with-format): New macro.
15357         (gnus-emphasis-custom-value-to-external): New function.
15358         (gnus-emphasis-custom-value-to-internal): New function.
15359
15360 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15361
15362         * dns.el (query-dns): Resolve reverse addresses.
15363
15364 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15365
15366         * gnus-group.el (gnus-group-get-new-news): Use it.
15367
15368         * gnus-start.el (gnus-check-reasonable-setup): New function.
15369
15370 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15371
15372         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15373         "Args out of range" error.  Reported by Arnaud Giersch
15374         <arnaud.giersch@free.fr>.
15375
15376 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15377
15378         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15379
15380 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15381
15382         * spam.el (spam group): Add :version.
15383
15384         * pgg-def.el (pgg group): Add :version.
15385
15386 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15387
15388         * gnus-art.el (gnus-article-edit-article): Don't associate the
15389         article buffer with a draft file.  This is a temporary measure
15390         against the 2004-08-22 change to gnus-article-edit-mode.
15391
15392 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15393
15394         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15395         (html2text-format-tags): Remove unused variable `attr'.
15396
15397 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15398
15399         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15400
15401         * tls.el (tls-process-connection-type, tls-success)
15402         (tls-certtool-program): Add :version.
15403
15404         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15405         (starttls-extra-arguments, starttls-process-connection-type)
15406         (starttls-connect, starttls-failure, starttls-success): Add :version.
15407
15408         * spam-stat.el (spam-stat): Add :version.
15409
15410         * sieve.el (sieve): Add :version.
15411
15412         * sha1.el (sha1): Add :version.
15413         (sha1-use-external): Remove redundant version.
15414
15415         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15416         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15417         (nnmail-split-fancy-match-partial-words)
15418         (nnmail-split-lowercase-expanded): Add :version.
15419
15420         * nndiary.el (nndiary): Add :version.
15421
15422         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15423
15424         * mml-sec.el (mml-default-sign-method)
15425         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15426         Add :version.
15427
15428         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15429
15430         * mm-url.el (mm-url-use-external, mm-url-program)
15431         (mm-url-arguments): Add :version.
15432
15433         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15434         (mm-attachment-file-modes, mm-decrypt-option)
15435         (mm-w3m-safe-url-regexp): Add :version.
15436
15437         * message.el (message-cite-prefix-regexp)
15438         (message-sendmail-envelope-from, message-minibuffer-local-map)
15439         (message-user-fqdn, message-completion-alist): Add :version.
15440
15441         * gnus-win.el (gnus-configure-windows-hook)
15442         (gnus-use-frames-on-any-display): Add :version.
15443
15444         * gnus-art.el (gnus-article-address-banner-alist)
15445         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15446         (gnus-treat-from-picon, gnus-treat-mail-picon)
15447         (gnus-treat-x-pgp-sig): Add :version.
15448
15449         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15450         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15451         (gnus-summary-article-delete-hook)
15452         (gnus-summary-display-while-building): Add :version.
15453
15454         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15455         (gnus-get-top-new-news-hook): Add :version.
15456
15457         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15458         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15459
15460         * gnus-registry.el (gnus-registry): Add :version.
15461
15462         * gnus-spec.el (gnus-use-correct-string-widths)
15463         (gnus-make-format-preserve-properties): Add :version.
15464
15465         * gnus.el (gnus-group-charter-alist)
15466         (gnus-group-fetch-control-use-browse-url)
15467         (gnus-install-group-spam-parameters): Add :version.
15468
15469         * gnus-diary.el (gnus-diary): Add :version.
15470
15471         * gnus-delay.el (gnus-delay): Add :version.
15472
15473         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15474         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15475         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15476         Add :version.
15477
15478         * gnus-agent.el (gnus-agent-max-fetch-size)
15479         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15480         (gnus-agent-prompt-send-queue): Add :version.
15481
15482         * deuglify.el (gnus-outlook-deuglify): Add :version.
15483
15484         * html2text.el: Beautify code.  Improve doc strings.
15485         Some checkdoc cleanup.
15486         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15487
15488 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15489
15490         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15491
15492 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15493
15494         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15495         when package is loaded.
15496
15497         * spam.el (spam-summary-score-preferred-header): Add global preference
15498         for people who want to override the default SpamAssassin over
15499         Bogofilter preference (when both are set).
15500         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15501         (spam-user-format-function-S):
15502         Check spam-summary-score-preferred-header.
15503         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15504         (spam-user-format-function-S): Format the score correctly.
15505
15506 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15507
15508         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15509         signature file.  Suggested by Manoj Srivastava
15510         <srivasta@golden-gryphon.com>.
15511
15512         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15513         iso-2022-jp even in the Japanese language environment.
15514         Suggested by Jason Rumney <jasonr@gnu.org>.
15515
15516 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15517
15518         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15519         use the same characters as the dummy marks; make it free from
15520         getting affected by the language environment.
15521         (gnus-summary-read-group-1): Update mark positions only when the
15522         format spec is updated.
15523
15524         * gnus-spec.el (gnus-update-format-specifications): Return a list
15525         of updated types.
15526
15527 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15528
15529         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15530         of boundp to check if display-warning is available.
15531
15532 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15533
15534         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15535
15536 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15537
15538         * nnspool.el (nnspool-spool-directory): Use news-path if the
15539         news-directory variable is not bound.
15540
15541         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15542         function instead of display-warning if it is not available.
15543
15544 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15545
15546         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15547         v5-10: Use `point-at-bol'.
15548
15549 2004-10-26  Simon Josefsson  <jas@extundo.com>
15550
15551         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15552         <chenggao@gmail.com>.
15553
15554 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15555
15556         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15557         instead.
15558
15559 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15560
15561         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15562         to remove a server from the nnimap-server-buffer-alist.
15563         (nnimap-open-connection, nnimap-close-server): Use it.
15564
15565         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15566
15567 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15568
15569         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15570         running the major-mode function.
15571
15572 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15573
15574         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15575         dummy marks in the right way.
15576
15577 2004-10-18  David Edmondson  <dme@dme.org>
15578
15579         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15580         excessively.
15581
15582 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15583
15584         * gnus-util.el (gnus-split-references): Accept a nil references
15585         string and go on blissfully.
15586
15587         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15588         cases where the references string is non-nil but has no references.
15589
15590         * encrypt.el: Add autoload tags.
15591
15592         * spam.el (spam-resolve-registrations-routine): Remove article
15593         from unregistration list too.  Reported by David Hanak
15594         <dhanak@isis.vanderbilt.edu>
15595
15596 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15597
15598         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15599         nil.  Change custom type.
15600
15601 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15602
15603         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15604
15605         * gnus-sum.el (gnus-summary-move-article): Use it.
15606
15607 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15608
15609         * encrypt.el: Add autoload cookies.
15610
15611         * spam.el (spam-backend-article-list-property)
15612         (spam-backend-get-article-todo-list)
15613         (spam-backend-put-article-todo-list)
15614         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15615         Resolve registrations separately.
15616         (spam-register-routine): Format comments.
15617         (spam-unregister-routine, spam-register-routine): Always call with
15618         specific-articles, no default list.
15619         (spam-summary-prepare-exit): Use the spam-classifications function.
15620
15621         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15622         gnus-encrypt.el.
15623
15624         * encrypt.el: Copied from gnus-encrypt.el.
15625
15626         * gnus-encrypt.el: Commented that it's obsolete.
15627
15628 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15629
15630         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15631         (gnus-score-save): Use it.
15632
15633         * message.el (message-bury): Use `window-dedicated-p'.
15634
15635 2004-10-15  Simon Josefsson  <jas@extundo.com>
15636
15637         * pop3.el (top-level): Don't require nnheader.
15638         (pop3-read-timeout): Add.
15639         (pop3-accept-process-output): Add.
15640         (pop3-read-response, pop3-retr): Use it.
15641
15642 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15643
15644         * spam.el (spam-register-routine): Move comment.
15645         (spam-verify-bogofilter): Use 'unknown for the initial
15646         spam-bogofilter-valid state, not 'never.
15647
15648         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15649         for netrc-machine.
15650
15651         * nnimap.el (nnimap-open-connection):
15652         Use netrc-machine-user-or-password.
15653
15654 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15655
15656         * gnus-registry.el (gnus-registry-unload-hook):
15657         Set as a variable with add-hook.
15658
15659         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15660         of news-path.
15661
15662         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15663
15664         * spam.el: Delete duplicate `provide'.
15665         (spam-unload-hook): Set as a variable with add-hook.
15666
15667 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15668
15669         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15670         in the doc string.
15671
15672         * message.el (message-ignored-news-headers)
15673         (message-ignored-supersedes-headers)
15674         (message-ignored-resent-headers)
15675         (message-forward-ignored-headers): Improve custom type.
15676
15677 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15678
15679         * message.el (message-tokenize-header): Fix 2004-09-06 change
15680         which used point-min in the wrong place.
15681
15682 2004-10-12  Simon Josefsson  <jas@extundo.com>
15683
15684         * tls.el (tls-certtool-program): New variable.
15685         (tls-certificate-information): New function, based on
15686         ssl-certificate-information.
15687
15688 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15689
15690         * compface.el: Move the version of ELisp-based uncompface program
15691         to the contrib directory because of the copyright problem.
15692
15693 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15694
15695         * message.el (message-kill-buffer): Raise the current frame.
15696
15697 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15698
15699         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15700
15701         * gnus.el (message-y-or-n-p): Autoload.
15702
15703         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15704         (pop3-password-required, pop3-authentication-scheme)
15705         (pop3-leave-mail-on-server): Make customizable.
15706         (pop3): New custom group.
15707         (pop3-retr): Remove `sleep-for' statements.
15708         Suggested by Dave Love <fx@gnu.org>.
15709
15710         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15711         Windows/DOS.
15712
15713         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15714         (imap-parse-body): Fix incorrect use of `assert'.
15715         Suggested by Dave Love <fx@gnu.org>.
15716
15717         * mml.el (mml-minibuffer-read-disposition): Require match.
15718         Suggested by Dave Love <fx@gnu.org>.
15719
15720 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15721
15722         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15723         doc string.
15724
15725 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15726
15727         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15728
15729 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15730
15731         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15732         instead of calling `mm-insert-inline', to decode text/* parts
15733         before displaying them.
15734
15735 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15736
15737         * mm-uu.el (mm-uu-text-plain-type): New variable.
15738         (mm-uu-pgp-signed-extract-1): Use it.
15739         (mm-uu-pgp-encrypted-extract-1): Use it.
15740         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15741         bind mm-uu-text-plain-type with that value.
15742         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15743         mm-uu-dissect.
15744
15745 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15746
15747         * gnus-group.el (gnus-update-group-mark-positions):
15748         * gnus-sum.el (gnus-update-summary-mark-positions):
15749         * message.el (message-check-news-body-syntax):
15750         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15751         of string-as-multibyte.
15752
15753 2004-10-05  Juri Linkov  <juri@jurta.org>
15754
15755         * gnus-group.el (gnus-update-group-mark-positions):
15756         * gnus-sum.el (gnus-update-summary-mark-positions):
15757         * message.el (message-check-news-body-syntax):
15758         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15759         8-bit unibyte values to a multibyte string for search functions.
15760
15761 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15762
15763         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15764         (mm-uu-dissect-text-parts): New function.
15765
15766         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15767         dissect text parts.
15768
15769         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15770         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15771
15772         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15773
15774         * gnus-topic.el (gnus-topic-hierarchical-parameters):
15775         Use gnus-current-topics instead of gnus-current-topic.
15776
15777 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15778
15779         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15780
15781 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15782
15783         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15784         where approriate.
15785
15786         * nnml.el (nnml-generate-active-info): do.
15787
15788         * nndiary.el (nndiary-generate-active-info): do.
15789
15790         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15791         (gnus-topic-move): do.
15792
15793         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15794         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15795
15796         * gnus-srvr.el (gnus-server-prepare)
15797         (gnus-server-open-all-servers): do.
15798
15799         * gnus-msg.el (gnus-summary-cancel-article)
15800         (gnus-summary-resend-message)
15801         (gnus-summary-mail-crosspost-complaint): do.
15802
15803         * gnus-move.el (gnus-change-server): do.
15804
15805         * gnus-group.el (gnus-group-unmark-all-groups)
15806         (gnus-group-set-current-level): do.
15807
15808 2004-10-04  Simon Josefsson  <jas@extundo.com>
15809
15810         * message.el (message-generate-hashcash): Doc fix.
15811
15812 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15813
15814         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15815         avoid infinite recursion via gnus-get-function.
15816
15817 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15818
15819         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15820
15821         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15822
15823         * nnmail.el (nnmail-split-history): do.
15824
15825         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15826         (nnml-request-delete-group): do.
15827
15828         * nnslashdot.el (nnslashdot-read-groups): do.
15829
15830         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15831         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15832
15833         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15834         (nnspool-sift-nov-with-sed): Use last.
15835         (nnspool-retrieve-headers-with-nov): Use mapc.
15836         (nnspool-request-newgroups): Use dolist.
15837         (nnspool-request-group): Use last.
15838
15839         * nntp.el (nntp-read-server-type): Use dolist.
15840
15841         * nnvirtual.el (nnvirtual-create-mapping)
15842         (nnvirtual-update-read-and-marked): Use dolist.
15843         (nnvirtual-convert-headers): Simplify.
15844
15845 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15846
15847         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15848         Add support for sync'ing tick marks.
15849
15850 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15851
15852         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15853         there's no visible header.
15854
15855 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15856
15857         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15858         When necessary, pass full group name to gnus-request-set-marks.
15859
15860 2004-10-01  Simon Josefsson  <jas@extundo.com>
15861
15862         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15863         acroread.
15864
15865 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15866
15867         * spam-report.el (spam-report-gmane): Fix interactive.
15868
15869         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15870
15871         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15872         when writing file.
15873         (gnus-agent-synchronize-flags): Don't default to being
15874         interactive.
15875
15876 2004-09-30  Simon Josefsson  <jas@extundo.com>
15877
15878         * message.el (message-generate-hashcash): Add.
15879         (message-send-mail): Use it, call mail-add-payment.
15880
15881 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15882
15883         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15884
15885 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15886
15887         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
15888         gnus-requst-update-info with explicit code to sync the in-memory
15889         info read flags with the marks being sync'd to the backend.
15890
15891         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
15892
15893 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15894
15895         * spam.el (spam-verify-bogofilter): Add new function.
15896         (spam-check-bogofilter)
15897         (spam-bogofilter-register-with-bogofilter): Use it.
15898         (spam-verify-bogofilter): Add small fixes.
15899
15900 2004-09-28  Simon Josefsson  <jas@extundo.com>
15901
15902         * hashcash.el (hashcash-generate-payment): Revert.
15903
15904 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15905
15906         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15907         Use gnus-extract-references instead of gnus-split-references.
15908
15909         * gnus-util.el (gnus-extract-references): Add new function, analogous
15910         to gnus-split-references but extracts only the message-ID without
15911         anything extra.
15912
15913         * hashcash.el (hashcash-generate-payment)
15914         (hashcash-check-payment): Do the right thing if hashcash-path is
15915         nil (because the hashcash program could not be found).
15916
15917         * spam.el (spam-use-hashcash): Remove comment.
15918
15919 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15920
15921         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15922         (gnus-cache-enter-article, gnus-cache-remove-article)
15923         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15924
15925         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15926
15927         * gnus-art.el (article-hide-boring-headers)
15928         (article-translate-strings, article-display-face)
15929         (gnus-article-mime-match-handle-first)
15930         (gnus-article-highlight-headers)
15931         (gnus-article-add-buttons-to-head): do.
15932
15933 2004-09-27  Simon Josefsson  <jas@extundo.com>
15934
15935         * hashcash.el: New version, from
15936         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15937         ../contrib/.
15938
15939 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15940
15941         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15942
15943 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15944
15945         * gnus-dup.el (gnus-dup-open): Use mapc.
15946         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15947
15948         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15949         Reported by Stefan Wiens <s.wi@gmx.net>.
15950
15951         * gnus.el (gnus-shutdown): Use dolist.
15952
15953         * gnus-undo.el (gnus-undo): Use mapc.
15954
15955         * nnrss.el (nnrss-generate-active): do.
15956
15957         * message.el (message-cite-original-without-signature)
15958         (message-cite-original): Use mapc.
15959         (message-do-actions, message-make-forward-subject): Use dolist.
15960
15961 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15962
15963         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
15964         deletion to remove entire duplicate line.  Fixes merged article
15965         number bug.
15966
15967 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15968
15969         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15970         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15971         first ask if you want to open a server and then, even when you
15972         responded with no, asking if you want to synchronize the server's
15973         flags.
15974         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15975         multi-line expressions.
15976         (gnus-agent-synchronize-group-flags): New internal function.
15977         Updates marks in memory (in the info structure) AND in the
15978         backend.
15979
15980         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
15981
15982         * nnagent.el (nnagent-request-set-mark):
15983         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
15984         method, to ensure that synchronization updates marks in the
15985         backend and in the info (in memory) structure.
15986
15987 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15988
15989         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15990         convention fully; don't miss the root article of a thread; make
15991         the X-Draft-From header with correct article numbers.
15992
15993 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15994
15995         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15996         unless plugged.  Disable the agent so that an open failure causes
15997         an error.
15998
15999         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16000         Revert 2004-09-21 change.  The backend must be opened while
16001         synchronizing flags even when the backend stores the flags
16002         locally.
16003
16004 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16005
16006         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16007         in `header' match.  Reported by Svend Tollak Munkejord.
16008
16009         * message.el (message-cite-original): Fix use of
16010         `message-cite-articles-with-x-no-archive'.
16011
16012 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16013
16014         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16015         (gnus-window-to-buffer): Ditto.
16016
16017         * mml.el (mml-preview-buffer): New variable.
16018         (mml-preview): Manage window layout with gnus-buffer-configuration.
16019
16020         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16021         X-Draft-From header even if those articles aren't quoted.
16022
16023 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16024
16025         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16026         (gnus-request-set-mark, gnus-request-update-mark): Use new
16027         g-s-t-u-l-m to decide to use backend even when unplugged.
16028
16029 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16030
16031         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16032         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16033
16034 2004-09-20  Simon Josefsson  <jas@extundo.com>
16035
16036         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16037         "utf-16-le".
16038
16039 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16040
16041         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16042
16043 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16044
16045         * uudecode.el (uudecode-use-external): Add :version.
16046
16047         * smime.el (smime-CA-file, smime-encrypt-cipher)
16048         (smime-dns-server): Add :version.
16049
16050         * smiley.el (gnus-smiley-file-types): Add :version.
16051
16052         * sha1.el (sha1-use-external): Add :version.
16053
16054         * pgg-def.el (pgg-query-keyserver): Add :version.
16055
16056         * nnmail.el (nnmail-fancy-expiry-targets)
16057         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16058         Add :version.
16059
16060         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16061         (nnimap-retrieve-groups-asynchronous): Add :version.
16062         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16063
16064         * mml.el (mml-content-disposition-parameters)
16065         (mml-insert-mime-headers-always): Add :version.
16066
16067         * mm-util.el (mm-coding-system-priorities): Add :version.
16068
16069         * mm-decode.el (mm-inline-text-html-with-images)
16070         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16071         (mm-verify-option): Add :version.
16072         (mm-text-html-renderer): Change :version.
16073
16074         * message.el (message-fcc-externalize-attachments)
16075         (message-required-headers, message-draft-headers)
16076         (message-subject-trailing-was-query)
16077         (message-subject-trailing-was-ask-regexp)
16078         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16079         (message-mark-insert-end, message-archive-header)
16080         (message-archive-note, message-cross-post-default)
16081         (message-cross-post-note, message-followup-to-note)
16082         (message-cross-post-note-function, message-use-mail-followup-to)
16083         (message-subscribed-address-functions)
16084         (message-subscribed-address-file, message-subscribed-addresses)
16085         (message-subscribed-regexps, message-allow-no-recipients)
16086         (message-yank-cited-prefix, message-signature-insert-empty-line)
16087         (message-hidden-headers, message-hierarchical-addresses)
16088         (message-mail-user-agent, message-use-idna)
16089         (message-valid-fqdn-regexp)
16090         (message-strip-special-text-properties, message-header-synonyms)
16091         (message-beginning-of-line, message-tab-body-function): Add :version.
16092         (message-insert-canlock, message-wide-reply-confirm-recipients):
16093         Change :version.
16094
16095         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16096         and :version.
16097         (mail-source-delete-old-incoming-confirm)
16098         (mail-source-movemail-program): Add :version.
16099
16100         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16101         (gnus-agent-cache, gnus-agent): Change :version.
16102
16103         * gnus-util.el (gnus-use-byte-compile): Change :version.
16104
16105         * gnus-sum.el (gnus-summary-make-false-root-always)
16106         (gnus-summary-default-high-score)
16107         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16108         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16109         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16110         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16111         (gnus-sum-thread-tree-single-indent)
16112         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16113         (gnus-sum-thread-tree-leaf-with-other)
16114         (gnus-sum-thread-tree-single-leaf): Add :version.
16115         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16116         (gnus-article-loose-mime): Change :version.
16117
16118         * gnus-start.el (gnus-backup-startup-file)
16119         (gnus-save-startup-file-via-temp-buffer): Add :version.
16120
16121         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16122         (gnus-server-offline-face): Add :version.
16123
16124         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16125
16126         * gnus-msg.el (gnus-gcc-externalize-attachments)
16127         (gnus-debug-files, gnus-debug-exclude-variables)
16128         (gnus-discouraged-post-methods): Change :version.
16129         (gnus-confirm-mail-reply-to-news)
16130         (gnus-confirm-treat-mail-like-news): Add :version.
16131
16132         * gnus-int.el (gnus-server-unopen-status): Add :version.
16133
16134         * gnus-group.el (gnus-group-jump-to-group-prompt)
16135         (gnus-large-ephemeral-newsgroup)
16136         (gnus-fetch-old-ephemeral-headers): Add :version.
16137
16138         * gnus-fun.el (gnus-x-face-directory)
16139         (gnus-convert-pbm-to-x-face-command)
16140         (gnus-convert-image-to-x-face-command)
16141         (gnus-convert-image-to-face-command): Add :version.
16142
16143         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16144
16145         * gnus-cite.el (gnus-cite-blank-line-after-header)
16146         (gnus-article-boring-faces): Add :version.
16147
16148         * gnus-art.el (gnus-buttonized-mime-types)
16149         (gnus-inhibit-mime-unbuttonizing)
16150         (gnus-treat-display-face)
16151         (gnus-treat-body-boundary): Change :version.
16152         (gnus-body-boundary-delimiter, gnus-picon-databases)
16153         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16154         (gnus-treat-date-english, gnus-treat-fold-headers)
16155         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16156         (gnus-treat-mail-picon, gnus-treat-wash-html)
16157         (gnus-article-encrypt-protocol)
16158         (gnus-use-idna, gnus-article-over-scroll)
16159         (gnus-mime-display-multipart-alternative-as-mixed)
16160         (gnus-mime-display-multipart-related-as-mixed)
16161         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16162         (gnus-ctan-url, gnus-button-ctan-handler)
16163         (gnus-button-handle-ctan-bogus-regexp)
16164         (gnus-button-ctan-directory-regexp)
16165         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16166         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16167         (gnus-button-man-level, gnus-button-emacs-level)
16168         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16169
16170         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16171         (gnus-agent-go-online): Change :version.
16172         (gnus-agent-expire-unagentized-dirs)
16173         (gnus-agent-auto-agentize-methods): Add :version.
16174
16175         * flow-fill.el (fill-flowed-display-column)
16176         (fill-flowed-encode-column): Add :version.
16177
16178         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16179         (gnus-outlook-deuglify-unwrap-max)
16180         (gnus-outlook-deuglify-cite-marks)
16181         (gnus-outlook-deuglify-unwrap-stop-chars)
16182         (gnus-outlook-deuglify-no-wrap-chars)
16183         (gnus-outlook-deuglify-attrib-cut-regexp)
16184         (gnus-outlook-deuglify-attrib-verb-regexp)
16185         (gnus-outlook-deuglify-attrib-end-regexp)
16186         (gnus-outlook-display-hook): Add :version.
16187
16188         * binhex.el (binhex-use-external): Add :version.
16189
16190 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16191
16192         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16193         and `invisible'.
16194
16195 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16196
16197         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16198         in gnus-registry-trim.
16199
16200 2004-09-13  Simon Josefsson  <jas@extundo.com>
16201
16202         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16203
16204         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16205
16206         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16207         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16208         <yamaoka@jpl.org>.
16209         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16210         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16211         <yamaoka@jpl.org>.
16212
16213         * sieve.el (sieve-manage-mode): Ditto.
16214
16215 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16216
16217         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16218
16219 2004-09-11  Simon Josefsson  <jas@extundo.com>
16220
16221         * dns-mode.el: Add.
16222
16223         * mm-view.el (mm-display-dns-inline): Add.
16224
16225         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16226         (mm-automatic-display): Ditto.
16227
16228         * mailcap.el (mailcap-mime-data): Add text/dns.
16229         (mailcap-mime-extensions): Map .soa to text/dns.
16230
16231 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16232
16233         * gnus-art.el (article-decode-mime-words, article-babel)
16234         (gnus-article-highlight-signature, gnus-article-add-buttons)
16235         (gnus-signature-toggle): Remove unnecessary bindings of
16236         `inhibit-read-only' inherited from v5.10 merge.
16237
16238 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16239
16240         * nntp.el (nntp): New customization group.
16241         (nntp-authinfo-file): Add customization group.
16242
16243         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16244
16245         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16246
16247         * gnus.el (to-address, to-list, subscribed)
16248         (large-newsgroup-initial): Ditto.
16249
16250         * flow-fill.el (fill-flowed-display-column)
16251         (fill-flowed-encode-column): Ditto.
16252
16253 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16254
16255         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16256         Use point-min rather than 1.
16257         (message-send-mail): Use buffer-size rather than point-max.
16258
16259         * gnus-sum.el (gnus-summary-search-article-forward):
16260         Signal a specific `search-failed' rather than a generic `error'.
16261
16262         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16263         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16264         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16265
16266 2004-09-10  Simon Josefsson  <jas@extundo.com>
16267
16268         * nndb.el (require): Remove tcp and duplicate cl.
16269
16270 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16271
16272         * gnus-agent.el (directory-files-and-attributes): Move forward.
16273
16274 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16275
16276         * gnus-agent.el (directory-files-and-attributes):
16277         Optionally defined to support XEmacs.
16278
16279 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16280
16281         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16282         to avoid run-time CL dependencies.
16283         (gnus-agent-unfetch-articles): New function.
16284         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16285         article numbers even when local .overview file is missing.
16286         (gnus-agent-read-article-number): New function.  Only accepts
16287         27-bit article numbers.
16288         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16289         Use gnus-agent-read-article-number.
16290         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16291         from backend while recognizing that article numbers in .overview
16292         must be valid.
16293         (gnus-agent-update-files-total-fetched-for):
16294         Use directory-files-and-attributes to improve performance.
16295         * gnus-int.el (gnus-request-move-article):
16296         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16297         improve performance.
16298
16299         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16300         some users confused by references to .newsrc when they only have a
16301         .newsrc.eld file.
16302         (gnus-convert-mark-converter-prompt)
16303         (gnus-convert-converter-needs-prompt): Fix use of property list.
16304         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16305         New function.  Used internally to only display 'gnus converting
16306         files' message when actually necessary.
16307
16308         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16309         methods now autoloaded.
16310
16311 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16312
16313         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16314         identifiers.
16315
16316 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16317
16318         * gnus-picon.el: Fix indentation and closing parenthesis.
16319
16320 2004-09-01  Simon Josefsson  <jas@extundo.com>
16321
16322         * message.el (message-canlock-generate): Require sha1, not
16323         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16324         to require within a function.  Sadly, if sha1.el isn't loaded, the
16325         let binding in m-c-g will hide the defcustom definition, which is
16326         bad.)
16327
16328         * canlock.el: Require sha1, not sha1-el.
16329
16330         * message.el: Don't autoload sha1 (there is a autoload cookie in
16331         sha1.el).
16332
16333         * sha1-el.el: Rename to sha1.el.
16334
16335 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16336
16337         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16338
16339 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16340
16341         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16342
16343 2004-08-30  Kim F. Storm  <storm@cua.dk>
16344
16345         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16346
16347         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16348         Add :group 'nnimap.
16349
16350 2004-08-30  Andreas Schwab  <schwab@suse.de>
16351
16352         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16353         ?* and ?\;.
16354
16355         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16356         and ?\' to symbol instead of whitespace.
16357
16358 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16359
16360         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16361
16362         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16363         instead of re-search-forward.
16364
16365         * gnus-uu.el (gnus-uu-save-article): Ditto.
16366         (gnus-uu-post-encode-uuencode): Ditto.
16367
16368         * html2text.el (html2text-clean-list-items): Ditto.
16369         (html2text-clean-dtdd): Ditto.
16370         (html2text-format-tags): Ditto.
16371
16372         * message.el (message-send-mail-with-sendmail): Fix regexp.
16373         (message-fill-field-general): Use search-forward instead of
16374         re-search-forward.
16375         (unbold-region): Ditto.
16376
16377         * nnrss.el (nnrss-request-article): Ditto.
16378
16379         * nnslashdot.el (nnslashdot-request-article): Ditto.
16380
16381         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16382
16383         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16384         "Unrecognized menu descriptor" error in XEmacs.
16385
16386 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16387
16388         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16389         parent article of a sparse article in the thread hashtb.
16390
16391 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16392
16393         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16394         (nnmail-expand-newtext): Lowercase expanded entries if
16395         nnmail-split-lowercase-expanded is non-nil.
16396
16397 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16398
16399         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16400
16401         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16402         of gnus-tmp-news-method into string under XEmacs.  It will be
16403         passed to gnus-correct-length which takes only a string argument.
16404
16405 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16406
16407         * gnus-util.el (gnus-bind-print-variables): New macro.
16408         (gnus-prin1): Use it.
16409         (gnus-prin1-to-string): Use it.
16410         (gnus-pp): New function.
16411         (gnus-pp-to-string): New function.
16412
16413         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16414         Replace pp-to-string with gnus-pp-to-string.
16415         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16416         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16417         * gnus-msg.el (gnus-debug): Ditto.
16418         * gnus-score.el (gnus-score-save): Ditto.
16419         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16420         gnus-pp-to-string.
16421         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16422         with gnus-pp.
16423         * score-mode.el (gnus-score-pretty-print): Ditto.
16424         * webmail.el (webmail-debug): Ditto.
16425
16426 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16427
16428         * gnus-art.el (article-display-face, article-display-x-face):
16429         Use buffer-read-only.
16430
16431 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16432
16433         * gnus-art.el (article-hide-list-identifiers):
16434         Bind inhibit-read-only as t.
16435
16436 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16437
16438         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16439
16440 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16441
16442         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16443         (gnus-narrow-to-page): Don't assume point-min == 1.
16444         (gnus-article-edit-mode): Derive from message-mode.
16445
16446         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16447         point-min == 1.
16448
16449         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16450         Disable incorrect use of `assert'.
16451
16452         * message.el (message-mode): Set comment-start-skip.
16453
16454
16455 2004-08-22  Sam Steingold  <sds@gnu.org>
16456
16457         * pop3.el (pop3-leave-mail-on-server): New user variable.
16458         (pop3-movemail): Delete mail only when it is nil.
16459
16460 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16461
16462         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16463
16464         * mml.el (mml-preview): Use `pop-to-buffer'.
16465
16466         * message.el (message-goto-mail-followup-to): Insert after "To".
16467         (message-carefully-insert-headers): Add comment.
16468
16469         * gnus.el: Remove unused variable `gnus-article-check-size'.
16470
16471         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16472
16473         * gnus-art.el (gnus-button-alist):
16474         Improve `gnus-button-handle-library' entry.
16475
16476 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16477
16478         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16479         Use downcase, since XEmacs capitalizes error messages differently.
16480
16481 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16482
16483         * nntp.el: Add (require 'gnus) due to reference to
16484         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16485
16486 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16487
16488         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16489         Bind `mm-fill-flowed'.
16490
16491         * mm-decode.el (mm-dissect-singlepart): Check it.
16492
16493 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16494
16495         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16496         'imap' for netrc parsing.
16497
16498 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16499
16500         * mailcap.el (mailcap-mime-data): Mark as risky.
16501
16502 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16503
16504         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16505         may be included in the encoded word.
16506         (rfc2047-encode): Don't append a space if the encoded word
16507         includes close parenthesis.
16508
16509 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16510
16511         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16512         of text within parentheses.
16513
16514 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16515
16516         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16517         (gnus-encrypt-write-file-contents): Make the password key the file
16518         name PLUS the cipher, not just the cipher.  Also remove failed
16519         passwords from the cache.
16520
16521 2004-08-06  Simon Josefsson  <jas@extundo.com>
16522
16523         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16524         Doc fix.
16525
16526 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16527
16528         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16529         LWSP.
16530
16531 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16532
16533         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16534         Try to append in-reply-to: data to the references: header.
16535
16536         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16537         (netrc-parse): Use gnus-encrypt.el functions.
16538
16539         * gnus-encrypt.el: Add new file for encryption support; currently
16540         does only a few GPG ciphers and an internal XOR cipher.
16541
16542         * password.el: Add comments on using password-read-and-add.
16543         (password-read-and-add): Add function to read and add the
16544         password to the cache at once.
16545
16546 2004-07-28  Simon Josefsson  <jas@extundo.com>
16547
16548         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16549         parameter (but don't use it, for now).
16550
16551         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16552         instead of hard coding to nil.
16553
16554 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16555
16556         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16557         as mm-inline-image-xemacs does.
16558
16559 2004-07-26  Simon Josefsson  <jas@extundo.com>
16560
16561         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16562         Revert part of 2004-07-17 change below.
16563
16564 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16565
16566         * rfc2047.el (rfc2047-encode-region): Don't infloop.
16567         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16568
16569 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16570
16571         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16572         quotes that actually start with ">" at the beginning of the
16573         lines.
16574
16575 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16576
16577         * rfc2047.el (rfc2047-encode-region): Fix last change.
16578         (rfc2047-encode-parameter): Remove useless concat.
16579
16580 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16581
16582         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16583         encode special characters; fix some kind of misconfigured headers;
16584         signal a real error if debug-on-quit or debug-on-error is non-nil.
16585         (rfc2047-encode-max-chars): New variable.
16586         (rfc2047-encode-1): Use it.
16587         (rfc2047-encode-parameter): New function.
16588
16589         * mml.el (mml-insert-parameter): Remove an excessive space.
16590
16591 2004-07-17  Simon Josefsson  <jas@extundo.com>
16592
16593         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16594         Kai Grossjohann <kai@emptydomain.de>.
16595         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16596         (gnus-group-make-menu-bar): Ditto.
16597
16598         * gnus-util.el (gnus-group-server): Add.
16599
16600 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16601
16602         * message.el (message-clone-locals): Clone sendmail and smtp
16603         variables.
16604
16605 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16606
16607         * rfc2047.el (rfc2047-encode-region): Fix last change.
16608
16609 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16610
16611         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16612         characters as non-special.
16613
16614 2004-07-09  Simon Josefsson  <jas@extundo.com>
16615
16616         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16617         Users will lose all flag changes made while unplugged with
16618         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16619         good default.  See numerous reports on ding mailing list.
16620
16621 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16622
16623         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16624         add generate-head-function and generate-article-function to the
16625         rfc822-forward entry.
16626         (nndoc-rfc822-forward-generate-article): New function.
16627         (nndoc-rfc822-forward-generate-head): New function.
16628
16629         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16630
16631 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16632
16633         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16634         respect display group parameter and gnus-summary-expunge-below.
16635         (gnus-articles-to-read): Remove unused reference to display group
16636         parameter.
16637
16638 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16639
16640         * nnheader.el (nnheader-uniquify-message-id): New experimental
16641         variable.
16642         (nnheader-nov-read-message-id): Use it.
16643
16644         * spam-report.el (spam-report-gmane): Add interactive.
16645
16646 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16647
16648         * mm-encode.el (mm-content-transfer-encoding-defaults):
16649         Use qp-or-base64 for the application/* types.
16650
16651 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16652
16653         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16654
16655 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16656
16657         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16658         trim value.
16659
16660 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16661
16662         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16663         New macro and function.
16664         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16665
16666 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16667
16668         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16669         after-load-alist.
16670
16671 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16672
16673         * gnus-group.el (gnus-group-get-new-news-this-group):
16674         Don't update info that isn't there.
16675
16676 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16677
16678         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16679         entry.
16680
16681 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16682
16683         * mm-view.el (mm-inline-render-with-function): Use multibyte
16684         buffer; decode html source by charset.
16685
16686         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16687
16688         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16689         Mule-UCS is loaded under XEmacs.
16690         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16691
16692 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16693
16694         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16695
16696 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16697
16698         * mm-util.el (mm-coding-system-p): Return a coding-system.
16699         (mm-mime-mule-charset-alist): Use shift_jis instead of
16700         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16701         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16702         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16703         instead of japanese-shift-jis and iso-latin-1 respectively in
16704         order to share the default value with both Emacs and XEmacs-mule.
16705         (mm-mule-charset-to-mime-charset):
16706         Make mm-coding-system-priorities effective.
16707         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16708         while predicating of candidates upon the priorities.
16709
16710 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16711
16712         * gnus-sum.el (gnus-summary-make-menu-bar):
16713         Add gnus-uu-invert-processable.
16714
16715         * gnus.el: Autoload gnus-uu-invert-processable.
16716
16717 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16718
16719         * mm-util.el (mm-with-multibyte-buffer): New macro.
16720
16721         * rfc2047.el (rfc2047-encode-string): Use it.
16722         (rfc2047-encode-region): Move point to the end of the region after
16723         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16724
16725 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16726
16727         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16728         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16729
16730 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16731
16732         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16733         (gnus-cite-parse): Ignore quoted envelope From_.
16734         Suggested by Karl Chen <quarl@nospam.quarl.org>.
16735
16736 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16737
16738         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16739         invalid addresses.
16740
16741 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16742
16743         * spam.el: Change section markers, revise TODO list.
16744         (spam-backends): Make new master list of all installed backends.
16745         (spam-summary-exit-behavior): Add new variable to determine how
16746         messages moves are done at summary exit.
16747         (spam-move-spam-nonspam-groups-only)
16748         (spam-process-ham-in-nonham-groups)
16749         (spam-process-ham-in-spam-groups): Remove variables, the
16750         spam-summary-exit-behavior variable should be used to manage this
16751         behavior.
16752         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16753         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16754         and spam-old-spam-articles.
16755         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16756         Add empty variables, placeholders for the backends they represent.
16757         (spam-set-difference): Move, unchanged.
16758         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16759         unless the user has a processor variable.
16760         (spam-classifications, spam-classification-valid-p)
16761         (spam-backend-properties, spam-backend-property-valid-p)
16762         (spam-backend-function-type-valid-p)
16763         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16764         (spam-report-articles-gmane, spam-report-articles-resend):
16765         Remove functions, they are not needed.
16766         (spam-install-backend-super, spam-backend-list)
16767         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16768         (spam-backend-function, spam-backend-ham-registration-function)
16769         (spam-backend-spam-registration-function)
16770         (spam-backend-ham-unregistration-function)
16771         (spam-backend-spam-unregistration-function)
16772         (spam-backend-statistical-p, spam-backend-mover-p)
16773         (spam-install-backend-alias, spam-install-checkonly-backend)
16774         (spam-install-mover-backend, spam-install-nocheck-backend)
16775         (spam-install-backend, spam-install-statistical-backend)
16776         (spam-install-statistical-checkonly-backend): Add backend installation
16777         support.
16778         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16779         (spam-group-processor-p): Use the new backend code and respect the
16780         summary exit behavior.
16781         (spam-mark-spam-as-expired-and-move-routine): Remove.
16782         (spam-summary-prepare): Change to use the new spam-old-articles
16783         variable.
16784         (spam-copy-or-move-routine, spam-copy-spam-routine)
16785         (spam-move-spam-routine, spam-copy-ham-routine)
16786         (spam-move-ham-routine): Add code to copy/move ham or spam.
16787         (spam-fetch-field-fast): Improve doc and code, plus allow the
16788         'number request.
16789         (spam-list-of-checks, spam-list-of-statistical-checks):
16790         Remove variables.
16791         (spam-split, spam-find-spam): Use the new backend code.
16792         (spam-registration-functions): Remove variable.
16793         (spam-unregister-routine): Add convenience wrapper.
16794         (spam-log-undo-registration, spam-register-routine)
16795         (spam-log-processing-to-registry)
16796         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16797         where possible.
16798         (spam-check-gmane-xref, spam-check-regex-headers)
16799         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16800         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16801         (spam-check-bogofilter-headers, spam-check-spamoracle)
16802         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16803         (spam-check-crm114-headers): Use the spam-split-group that
16804         spam-split prepares, no need to determine it every time.
16805
16806         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16807         to the nnheader-parse-naked-head call.
16808
16809         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16810
16811         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16812         the nnheader-nov-read-message-id call.
16813
16814 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16815
16816         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16817         gnus-activate-group twice.  Suggested by Markus Peter
16818         <warp@spin.de>.
16819
16820 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16821
16822         * gnus-art.el (gnus-article-time-format): Exchange the order of
16823         day and month in the default value; fix customization type.
16824         (article-date-ut): Use add-text-properties.
16825         (article-make-date-line): Use message-make-date instead of
16826         current-time-string.
16827
16828         * message.el (message-fetch-field): Don't use set-text-properties.
16829         (message-make-date): Simplify.
16830
16831         * messagexmas.el (message-xmas-make-date): New function.
16832         (message-xmas-redefine): Defalias message-make-date to it.
16833
16834 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16835
16836         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16837         (rfc2047-encode-region): Treat text within parentheses as special;
16838         show the original text when error has occurred.
16839
16840         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16841         already-computed method to gnus-activate-group.
16842
16843         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16844         same select-methods identical Lisp objects.
16845
16846         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16847         object when modifying the info.
16848
16849 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16850
16851         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16852         gnus-opened-servers since it has never been opened with the new
16853         configuration yet.
16854
16855 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16856
16857         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16858         arg to nnheader-generate-fake-message-id.
16859
16860 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16861
16862         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16863         number and build a fake message ID localized to a group and
16864         article number (so it's repeatable from that point on).
16865         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16866         ID format.
16867
16868         * gnus-sum.el (gnus-get-newsgroup-headers):
16869         Call nnheader-generate-fake-message-id with the article number.
16870
16871 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16872
16873         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16874         end-of-buffer.
16875
16876 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16877
16878         * message.el (message-ignored-supersedes-headers): Add Approved.
16879
16880 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16881
16882         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16883         goto-char.
16884         (rfc2047-encode): Fold the line before encoding.
16885
16886 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16887
16888         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16889         folding -- not all headers can be folded, and this should be done
16890         by the message composition mode.  Probably.  I think.
16891
16892 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16893
16894         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16895         fast.
16896
16897         * gnus-ems.el (gnus-remove-image): Don't use
16898         message-text-with-property; remove only the image found first.
16899
16900         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16901         found first.
16902
16903 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16904
16905         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16906
16907 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16908
16909         * message.el (message-text-with-property): Make it fast and accept
16910         optional arguments.
16911         (message-strip-forbidden-properties): Use it.
16912         (message-fix-before-sending): Follow the m-t-w-p change.
16913
16914         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16915
16916 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16917
16918         * gnus-art.el (article-hide-headers): Don't change the buffer
16919         mistakenly when performing mml-preview even if
16920         gnus-single-article-buffer is nil.
16921
16922 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16923
16924         * message.el (message-expand-name-databases): New user option.
16925         (message-expand-name): Use it.
16926
16927 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16928
16929         * spam.el (spam-report-articles-resend)
16930         (spam-report-resend-register-routine): Allow ham reporting.
16931         (spam-report-resend-register-ham-routine): Add wrapper.
16932         (spam-registration-functions): Add ham resending functions.
16933         (spam-list-of-processors): Add ham resend processor.
16934
16935         * gnus.el (ham-resend-to): Add new group parameter.
16936         (spam-process): Add ham resend option.
16937
16938         * spam-report.el (spam-report-resend): Allow reporting ham.
16939         (spam-report-resend-ham): Add wrapper.
16940
16941 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16942
16943         * message.el (message-cite-articles-with-x-no-archive):
16944         New variable.
16945         (message-cite-original): Use it.
16946
16947 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16948
16949         * message.el (message-cite-original): Respect X-No-Archive.
16950
16951 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16952
16953         * gnus-art.el (article-hide-headers): Refer to the values for
16954         gnus-ignored-headers and gnus-visible-headers in the summary
16955         buffer since a user may have set them as group parameters.
16956
16957 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16958
16959         * assistant.el (assistant-node-name): Add convenience function.
16960         (assistant-render-text, assistant-render-node): Add error handling,
16961         plus handle multiple next nodes.
16962         (assistant-find-next-node): Comment out for now.
16963         (assistant-find-next-nodes): Add function, returns list of next
16964         nodes.
16965
16966 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16967
16968         * mail-source.el (mail-source-directory): Fix doc-string.
16969
16970 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16971
16972         * assistant.el (assistant-render-text, assistant-eval): Add :set
16973         widget type, which is different because it takes and returns a
16974         list.  Much hilarity ensues.
16975
16976 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16977
16978         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
16979
16980         * gnus-group.el (gnus-group-get-new-news-this-group):
16981         Add doc-string.
16982
16983         * gnus-start.el (gnus-activate-group): Add doc-string.
16984
16985 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16986
16987         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16988
16989 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16990
16991         * assistant.el (assistant-render-text): Try to add a :set
16992         widget, more to come.
16993
16994         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16995         strings.
16996         (spam-report-articles-resend)
16997         (spam-register-routine): Do registration iff any articles warrant
16998         it.
16999         (spam-summary-prepare-exit): Change log message for nil group
17000         destinations.
17001
17002 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17003
17004         * spam.el (spam-report-resend-register-routine):
17005         Allow spam-report-resend-to to be a group parameter or a global value.
17006
17007 2004-05-26  Simon Josefsson  <jas@extundo.com>
17008
17009         * starttls.el: Merge with my GNUTLS based starttls.el.
17010         (starttls-gnutls-program, starttls-use-gnutls)
17011         (starttls-extra-arguments, starttls-process-connection-type)
17012         (starttls-connect, starttls-failure, starttls-success):
17013         New variables.
17014         (starttls-program, starttls-extra-args): Doc fix.
17015         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17016         New functions.
17017         (starttls-negotiate, starttls-open-stream):
17018         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17019         function if it is set.
17020
17021 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17022
17023         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17024         structured fields.
17025
17026 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17027
17028         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17029
17030 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17031
17032         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17033         Add variable.
17034         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17035         assigning the spam-mark to new messages.
17036
17037 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17038
17039         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17040
17041 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17042
17043         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17044
17045         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17046         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17047         default.
17048
17049 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17050
17051         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17052         correct data.
17053
17054 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17055
17056         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17057         (spam-group-processor-p): Fix function.
17058         (spam-group-processor-multiple-p)
17059         (spam-group-spam-processor-report-gmane-p)
17060         (spam-group-spam-processor-report-resend-p)
17061         (spam-group-spam-processor-bogofilter-p)
17062         (spam-group-spam-processor-blacklist-p)
17063         (spam-group-spam-processor-ifile-p)
17064         (spam-group-ham-processor-ifile-p)
17065         (spam-group-spam-processor-spamoracle-p)
17066         (spam-group-spam-processor-crm114-p)
17067         (spam-group-ham-processor-bogofilter-p)
17068         (spam-group-spam-processor-stat-p)
17069         (spam-group-ham-processor-stat-p)
17070         (spam-group-ham-processor-whitelist-p)
17071         (spam-group-ham-processor-BBDB-p)
17072         (spam-group-ham-processor-spamoracle-p)
17073         (spam-group-ham-processor-copy-p): Remove functions with some
17074         prejudice against unneeded code.
17075         (spam-report-articles-resend)
17076         (spam-report-resend-register-routine): Allow the group/topic
17077         spam-resend-to value to override spam-report-resend-to.
17078         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17079         properly now.
17080
17081         * gnus.el (spam-resend-to): Add group/topic parameter.
17082         (spam-process): Move the OBSOLETE processors to the end of the
17083         choices.
17084
17085 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17086
17087         * spam-report.el (spam-report-resend-to, spam-report-resend):
17088         Start with resend-to set to nil, and then ask the user if necessary.
17089         (spam-report-resend): spam-report-resend takes a list of articles, not
17090         separate article numbers.
17091
17092 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17093
17094         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17095         addition to emacs-w3m.
17096
17097 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17098
17099         * assistant.el (assistant-authinfo-data): New function.
17100         (assistant-eval): Eval for entire assistant.
17101
17102         * netrc.el (netrc-services-file): New variable.
17103         (netrc-parse-services): New function.
17104         (netrc-find-service-name): New function.
17105         (netrc-find-service-number): New function.
17106         (netrc-port-equal): New function.
17107         (netrc-machine): Use it.
17108
17109         * nnimap.el (nnimap-open-connection): Use netrc.
17110
17111         * gnus-util.el (gnus-netrc-get): Remove aliases.
17112
17113         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17114
17115         * assistant.el (wid-edit): Fix compilation.
17116
17117         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17118
17119 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17120
17121         * gnus-util.el (gnus-set-file-modes): New function.  (small
17122         patch).
17123
17124 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17125
17126         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17127
17128         * assistant.el (assistant-render-node): Fix up rendering and
17129         read-only text.
17130         (assistant-render-node): Reset.
17131         (assistant-make-read-only): Not sticky.
17132
17133 2004-05-20  Danny Siu  <dsiu@adobe.com>
17134
17135         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17136         centered even when gnus-auto-center-summary is t.
17137
17138 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17139
17140         * dns.el (dns-get-txt-answer): New function.
17141         (dns-read-txt): Ditto.
17142         (query-dns): Use it.
17143
17144 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17145
17146         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17147         active for foreign groups even if the group level is higher than
17148         the specified value.
17149
17150 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17151
17152         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17153         non-active groups.
17154
17155         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17156
17157 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17158
17159         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17160
17161 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17162
17163         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17164         (spam-crm114-header, spam-crm114-spam-switch)
17165         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17166         (spam-crm114-positive-spam-header)
17167         (spam-crm114-database-directory, spam-list-of-processors)
17168         (spam-group-spam-processor-crm114-p)
17169         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17170         (spam-generic-score, spam-list-of-checks)
17171         (spam-list-of-statistical-checks, spam-registration-functions)
17172         (spam-check-crm114-headers, spam-crm114-score)
17173         (spam-check-crm114, spam-crm114-register-with-crm114)
17174         (spam-crm114-register-spam-routine)
17175         (spam-crm114-unregister-spam-routine)
17176         (spam-crm114-register-ham-routine)
17177         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17178         From asjo@koldfront.dk (Adam Sjøgren).
17179
17180         * gnus.el: Add spam-use-crm114.
17181
17182         * spam.el (spam-list-of-processors, spam-registration-functions):
17183         Add spam-use-resend.
17184         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17185         (spam-report-articles-gmane): Add doc fix.
17186         (spam-report-articles-resend, spam-report-resend-register-routine):
17187         Add wrappers around spam-report-resend-to.
17188
17189         * spam-report.el (spam-report-resend-to, spam-report-resend):
17190         Add support for resending spam.
17191         (spam-report-gmane): Fix line length >80.
17192
17193         * gnus.el (spam-process): Add spam-use-resend.
17194
17195 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17196
17197         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17198         number of processed spam messages.
17199         (spam-ham-copy-or-move-routine): Return the number of processed
17200         ham messages.
17201         (spam-summary-prepare-exit): Use the above values to decide
17202         whether status messages shouled be displayed.
17203
17204 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17205
17206         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17207         `rfc2047-encoding-function-alist' in order to avoid conflicting
17208         with the old version.
17209         (rfc2047-encode-region): Concatenate words containing non-ASCII
17210         characters in structured fields; don't encode space-delimited
17211         ASCII words even in unstructured fields; don't break words at
17212         char-category boundaries.
17213         (rfc2047-encode-1): New function.
17214         (rfc2047-encode): Use it; encode text so that it occupies the
17215         maximum width within 76-column; work correctly on Q encoding for
17216         iso-2022-* charsets.
17217         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17218         sure not to break a line just after the header name.
17219         (rfc2047-b-encode-region): Remove.
17220         (rfc2047-b-encode-string): New function.
17221         (rfc2047-q-encode-region): Remove.
17222         (rfc2047-q-encode-string): New function.
17223
17224         * mm-util.el (mm-replace-in-string): New function.
17225
17226 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17227
17228         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17229         Really get it right.
17230         (gnus-inews-make-draft): Really.
17231
17232 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17233
17234         * nnmh.el (nnmh-request-list-1): Don't check the link count
17235         before descending.  (small patch)
17236
17237 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17238
17239         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17240         stuff.
17241
17242         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17243         Match on real group name.
17244
17245         * gnus-art.el (gnus-signature-limit): Doc fix.
17246
17247         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17248
17249         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17250
17251 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17252
17253         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17254         isn't a string.
17255
17256 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17257
17258         * gnus-draft.el (gnus-draft-send):
17259         Bind rfc2047-encode-encoded-words.
17260
17261         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17262         (rfc2047-encodable-p): Say that =? needs encoding.
17263         (rfc2047-encode-encoded-words): New variable.
17264
17265         * gnus-group.el (gnus-group-select-group): Doc fix.
17266
17267         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17268
17269         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17270         to nil.
17271
17272         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17273
17274         * nnheader.el (nnheader-get-lines-and-char): New function.
17275
17276 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17277
17278         * gnus-msg.el (gnus-summary-followup-with-original):
17279         Document yanking of region when active.
17280
17281 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17282
17283         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17284         groups if the group level is higher than the specified value.
17285
17286 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17287
17288         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17289         (gnus-group-jump-to-group): Add prefix argument using
17290         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17291         non-active group.
17292
17293         * compface.el (uncompface): Be verbose when changing
17294         `uncompface-use-external'.
17295
17296         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17297         handle manual section.
17298
17299 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17300
17301         * gnus-art.el (gnus-button-alist): Revert previous change.
17302
17303 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17304
17305         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17306
17307 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17308
17309         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17310         whether backend can accept message.
17311
17312         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17313
17314 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17315
17316         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17317         Avoid creating directory when nntp-marks-is-evil is true.
17318         Reported by Reiner Steib.
17319
17320 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17321
17322         * gnus-picon.el (gnus-picon-style): New variable.
17323         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17324         (gnus-picon-transform-address): Support `gnus-picon-style'.
17325         From Jesper Harder <harder@ifa.au.dk>.
17326
17327 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17328
17329         * message.el (message-fill-field): Return point.
17330         (message-generate-headers): Go to end of field.
17331
17332         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17333         stuff for non-living groups.
17334
17335 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17336
17337         * gnus-art.el (gnus-article-followup-with-original)
17338         (gnus-article-reply-with-original): gnus-mark-active-p ->
17339         gnus-region-active-p.
17340
17341 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17342
17343         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17344         only when there is spam or ham to be processed.
17345
17346 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17347
17348         * mail-source.el (mail-source-delete-crash-box): Refactor.
17349         (mail-source-fetch): Use it.
17350         (mail-source-fetch-file): Ditto.
17351         (mail-source-fetch-directory): Run postscript in loop.
17352         (mail-source-fetch-pop): Delete.
17353         (mail-source-fetch-maildir): Ditto.
17354         (mail-source-fetch-imap): Ditto.
17355
17356         * imap.el (imap-authenticators): Comment out sasl.
17357
17358         * message.el (message-skip-to-next-address): New function.
17359         (message-fill-header-address): Refactor.
17360         (message-fill-address): Use it.
17361         (message-delete-address): Use it.
17362         (message-fill-header-general): Refactor.
17363         (message-fill-field-address): Rename.
17364         (message-narrow-to-field): Find the start of the header.
17365         (message-header-format-alist): Don't pre-fill.
17366         (message-fill-header): Remove.
17367         (message-insert-header): New function.
17368         (message-shorten-references): Use it.
17369
17370         * rfc2047.el (rfc2047-field-value): Strip props.
17371
17372         * mail-parse.el (mail-header-make-address): New alias.
17373
17374         * ietf-drums.el (ietf-drums-make-address): New function.
17375
17376         * imap.el: Add compiler directives.
17377
17378         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17379
17380         * gnus-art.el (article-decode-idna-rhs): Don't use
17381         message-idna-inside-rhs-p.
17382
17383 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17384
17385         * message.el (message-idna-inside-rhs-p): Remove.
17386         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17387
17388         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17389         false positives.
17390
17391 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17392
17393         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17394
17395 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17396
17397         * nneething.el (nneething-file-name): Don't create spurious
17398         files.
17399
17400         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17401         (gnus-inews-do-gcc): Remove sleep.
17402
17403         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17404         part under point.
17405
17406         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17407         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17408
17409 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17410
17411         * spam.el (spam-summary-prepare-exit): Fix (length).
17412
17413 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17414
17415         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17416         as expired without moving it" message when there are spam
17417         messages left.
17418
17419 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17420
17421         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17422         header is not nil.
17423
17424 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17425
17426         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17427         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17428         (nntp-marks-changed-p): New arg SERVER.
17429         (nntp-request-update-info): Adjust caller.
17430
17431 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17432
17433         * nntp.el (nntp-save-marks): Pass missing arg.
17434
17435 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17436
17437         * nntp.el: Support marks.
17438         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17439         (nntp-marks-modtime, nntp-marks-directory): New variables.
17440         (nntp-request-set-mark, nntp-request-update-info)
17441         (nntp-possibly-create-directory, nntp-marks-changed-p)
17442         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17443         New functions.
17444
17445 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17446
17447         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17448         (gnus-xmas-redefine): Rename.
17449
17450         * gnus-score.el (gnus-score-insert-help):
17451         Use gnus-select-lowest-window.
17452
17453         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17454         appt-select-lowest-window and rename to gnus-select-lowest-window.
17455
17456         * gnus.el: do.
17457
17458 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17459
17460         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17461         encodings of MIME-encoded words, in order to improve
17462         interoperability with several broken MUAs.
17463
17464 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17465
17466         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17467         tags, only when charsets are not specified in headers.
17468         (mm-inline-text-html-render-with-w3m): Ditto.
17469
17470         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17471         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17472
17473 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17474
17475         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17476         instead of MIME-decoded from fields when checking
17477         `gnus-article-address-banner-alist'.
17478
17479 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17480
17481         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17482         description rather than subject.
17483
17484 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17485
17486         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17487
17488 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17489
17490         * gnus.el (gnus-version-number): Bump.
17491
17492 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17493
17494         * gnus.el: No Gnus v0.2 is released.
17495
17496 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17497
17498         * gnus-agent.el (gnus-agent-read-agentview):
17499         Inline gnus-uncompress-range.
17500
17501 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17502
17503         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17504         `exec-installed-p'.
17505
17506 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17507
17508         * gnus.el (spam-process, spam-autodetect-methods):
17509         Add bsfilter and bsfilter-headers.
17510
17511         * spam.el (spam-bsfilter): New customize group.
17512         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17513         (spam-bsfilter-header, spam-bsfilter-probability-header)
17514         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17515         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17516         (spam-bsfilter-database-directory): New options.
17517         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17518         (spam-list-of-statistical-checks, spam-registration-functions):
17519         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17520         (spam-bsfilter-score): New command.
17521         (spam-check-bsfilter-headers, spam-check-bsfilter)
17522         (spam-bsfilter-register-with-bsfilter)
17523         (spam-bsfilter-register-spam-routine)
17524         (spam-bsfilter-unregister-spam-routine)
17525         (spam-bsfilter-register-ham-routine)
17526         (spam-bsfilter-unregister-ham-routine): New functions.
17527         (spam-generic-score): Support bsfilter; Accept an optional argument
17528         to recalcurate spam score even if scoring header has already been
17529         added.
17530         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17531         optional argument to recalcurate spam score even if scoring header
17532         has already been added.
17533
17534 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17535
17536         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17537         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17538         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17539         link is missing.
17540
17541 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17542
17543         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17544         (html2text-get-attr): Rewrite.
17545
17546         * message.el (message-setup-1): Remove redundant put-text-property
17547         on mail-header-separator.
17548
17549 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17550
17551         * gnus-registry.el (gnus-registry-cache-whitespace)
17552         (gnus-registry-action, gnus-registry-spool-action)
17553         (gnus-registry-split-fancy-with-parent): Change message levels
17554         from 5 to 3 or 7, as needed.
17555
17556         * spam.el (spam-summary-prepare-exit)
17557         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17558         (spam-split, spam-find-spam, spam-log-undo-registration)
17559         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17560         level from 5 to 6.
17561
17562 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17563
17564         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17565         2004-03-04 change).
17566
17567 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17568
17569         * sieve-manage.el (sieve-manage-open):
17570         * nnweb.el (nnweb-insert-html):
17571         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17572         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17573         * nnspool.el (nnspool-request-group):
17574         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17575         * nnml.el (nnml-request-update-info):
17576         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17577         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17578         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17579         (nnimap-request-set-mark):
17580         * nnfolder.el (nnfolder-request-update-info):
17581         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17582         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17583         * gnus-uu.el (gnus-uu-find-articles-matching):
17584         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17585         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17586         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17587         * gnus-nocem.el (gnus-nocem-scan-groups):
17588         * gnus-int.el (gnus-start-news-server):
17589         * gnus-group.el (gnus-group-make-kiboze-group)
17590         (gnus-group-browse-foreign-server):
17591         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17592         Use mapc when appropriate.
17593
17594 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17595
17596         FIXME: Make separate entries for each person.
17597
17598         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17599         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17600         <shields@msrl.com>:
17601
17602         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17603         may need for spam sorting and scoring.
17604         (spam-user-format-function-S): Add user format function suitable for
17605         general use.
17606         (spam-article-sort-by-spam-status): Add sorting function for summary
17607         sorting.
17608         (spam-extra-header-to-number): Add function to get a score from a
17609         header.
17610         (spam-summary-score): Add function to get a numeric score from the
17611         headers.
17612         (spam-generic-score): Fix function doc, was in wrong place.
17613         (spam-initialize): Take symbols when it's run, and install the
17614         extra headers that spam-necessary-extra-headers thinks we need.
17615
17616 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17617
17618         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17619         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17620
17621 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17622
17623         * gnus-sum.el (gnus-set-global-variables)
17624         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17625         (gnus-article-get-xrefs, gnus-summary-best-group)
17626         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17627         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17628         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17629         Use with-current-buffer.
17630
17631 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17632
17633         * spam.el (spam-summary-prepare-exit): Simplify logic.
17634         (spam-fetch-article-header): Read the article header if it's not
17635         available.
17636         (spam-list-articles): Simplify logic.
17637         (spam-filelist-register-routine): Fix bug with unregister-list.
17638
17639         * gnus-registry.el: Fix comments at beginning.
17640
17641 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17642
17643         * message.el (message-cater-to-broken-inn): Remove.
17644         (message-shorten-references): Make sure the total folded length of
17645         References is shorter than 998 characters to cater to a bug in INN
17646         2.3.  Also, don't pretend that references aren't folded -- this
17647         hasn't worked for a while.
17648
17649 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17650
17651         * gnus-agent.el (gnus-agentize):
17652         gnus-agent-send-mail-real-function no longer set to current value
17653         of message-send-mail-function but rather a lambda that calls
17654         message-send-mail-function.  The change makes the agent real-time
17655         responsive to user changes to message-send-mail-function.
17656
17657 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17658
17659         * legacy-gnus-agent.el
17660         (gnus-agent-convert-to-compressed-agentview): Fix typos with
17661         help from Florian Weimer <fw@deneb.enyo.de>
17662
17663 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17664
17665         * nnmail.el (nnmail-cache-insert): Revert last change.
17666
17667 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17668
17669         * nnmail.el (nnmail-cache-insert): Always check whether
17670         nnmail-cache-ignore-groups matches a group name.
17671
17672 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17673
17674         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17675         (spam-find-spam, spam-log-processing-to-registry)
17676         (spam-log-registered-p, spam-log-unregistration-needed-p)
17677         (spam-log-undo-registration): Use gnus-message instead of
17678         gnus-error, none of these errors are fatal.
17679
17680         * gnus-registry.el (gnus-registry-clean-empty-function)
17681         (gnus-registry-clean-empty): Remove only empty entries without
17682         extra data.
17683
17684 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17685
17686         * spam-stat.el (spam-stat-buffer-change-to-spam)
17687         (spam-stat-buffer-change-to-non-spam): Change (error) to
17688         (gnus-message 8) invocation.
17689
17690 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17691
17692         * nntp.el (nntp-via-netcat-command): New variable.
17693         (nntp-via-netcat-switches): New variable.
17694         (nntp-open-via-rlogin-and-netcat): New function.
17695         (nntp-open-connection-function): Doc fix.
17696         (nntp-telnet-command): Doc fix.
17697         (nntp-end-of-line): Doc fix.
17698         (nntp-via-rlogin-command): Doc fix.
17699         (nntp-via-user-name): Doc fix.
17700         (nntp-via-address): Doc fix.
17701
17702 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17703
17704         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17705         error in Emacs 21.1.
17706
17707 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17708
17709         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17710
17711 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17712
17713         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17714         (gnus-agent-with-refreshed-group): New macro.
17715         (gnus-agent-rename-group): New function.
17716         (gnus-agent-delete-group): New function.
17717         (gnus-agent-save-group-info): Use gnus-command-method when
17718         `method' parameter is nil.  Don't write nil entries into the
17719         active file.
17720         (gnus-agent-get-group-info): New function.
17721         (gnus-agent-fetch-articles):
17722         Use gnus-agent-update-files-total-fetched-for to increment disk space
17723         used.
17724         (gnus-agent-fetch-headers, gnus-agent-save-alist):
17725         Use gnus-agent-update-view-total-fetched-for to increment disk space
17726         used.
17727         (gnus-agent-get-local): Add optional parameters to avoid calling
17728         gnus-group-real-name and gnus-find-method-for-group.
17729         (gnus-agent-set-local): Delete stored entry if either min, or max,
17730         are nil.
17731         (gnus-agent-fetch-session): Reworded error/quit messages.
17732         On quit, use gnus-agent-regenerate-group to record existance of any
17733         articles fetched to disk before the quit occurred.
17734         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17735         gnus-agent-update-view-total-fetched-for, and
17736         gnus-agent-update-files-total-fetched-for to decrement disk space
17737         used.
17738         (gnus-agent-retrieve-headers):
17739         Use gnus-agent-update-view-total-fetched-for to increment disk space
17740         used.
17741         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17742         with gnus-agent-update-files-total-fetched-for to decrement disk
17743         space and fresh group buffer.
17744         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17745         (gnus-agent-need-update-total-fetched-for): New variable.
17746         (gnus-agent-update-files-total-fetched-for): New function.
17747         (gnus-agent-update-view-total-fetched-for): New function.
17748         (gnus-agent-total-fetched-for): New function.
17749
17750         * gnus-cache.el (gnus-cache-save-buffers):
17751         Use gnus-cache-update-overview-total-fetched-for to change disk space
17752         used by this group.
17753         (gnus-cache-possibly-enter-article):
17754         Use gnus-cache-update-file-total-fetched-for to increment disk space
17755         used by this group.
17756         (gnus-cache-possibly-remove-article):
17757         Use gnus-cache-update-file-total-fetched-for to decrement disk space
17758         used by this group.
17759         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17760         (gnus-cache-rename-group): New function.
17761         (gnus-cache-delete-group): New function.
17762         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17763         (gnus-cache-need-update-total-fetched-for): New variable.
17764         (gnus-cache-with-refreshed-group): New macro.
17765         (gnus-cache-update-file-total-fetched-for): New function.
17766         (gnus-cache-update-overview-total-fetched-for): New function.
17767         (gnus-cache-rename-group-total-fetched-for): New function.
17768         (gnus-cache-delete-group-total-fetched-for): New function.
17769         (gnus-cache-total-fetched-for): New function.
17770
17771         * gnus-group.el: Require gnus-sum and autoload functions to
17772         resolve warnings when gnus-group.el compiled alone.
17773         (gnus-group-line-format): Documented new %F.
17774         (size of Fetched data) group line format; identifies disk space
17775         used by agent and cache.
17776         (gnus-group-line-format-alist): Defined new F format.
17777         (gnus-total-fetched-for): New function.
17778         (gnus-group-delete-group): No longer update
17779         gnus-cache-active-altered as gnus-request-delete-group now keeps
17780         the cache in sync.
17781         (gnus-group-list-active): Let the agent store a server's active
17782         list if currently plugged.
17783
17784         * gnus-int.el (gnus-request-delete-group):
17785         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17786         local disk in sync with the server.
17787         (gnus-request-rename-group):
17788         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17789         local disk in sync with the server.
17790
17791         * gnus-start.el (gnus-get-unread-articles):
17792         Cosmetic simplification to logic.
17793
17794         * gnus-util.el (gnus-rename-file): New function.
17795
17796 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17797
17798         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17799
17800 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17801
17802         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17803         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17804
17805 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17806
17807         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17808         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17809
17810 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17811
17812         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17813
17814 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17815
17816         * spam.el (spam-set-difference): Add function to replace
17817         gnus-set-difference in spam.el.
17818         (spam-summary-prepare-exit): Use spam-set-difference.
17819
17820 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17821
17822         * gnus-registry.el (gnus-registry-cache-file): Update to use
17823         gnus-dribble-directory OR gnus-home-directory OR ~.
17824         (gnus-registry-split-fancy-with-parent): Fix doc.
17825
17826 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17827
17828         * message.el (message-exchange-point-and-mark):
17829         Use message-mark-active-p.  Suggested by Jesper Harder
17830         <harder@ifa.au.dk>.
17831
17832 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17833
17834         * message.el (message-exchange-point-and-mark): Don't activate
17835         region if it was inactive.  Suggested by Hiroshi Fujishima
17836         <pooh@nature.tsukuba.ac.jp>.
17837
17838 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17839
17840         * gnus-art.el (article-display-face): Display Faces in the same
17841         order as X-Faces.
17842
17843 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17844
17845         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17846
17847 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17848
17849         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17850         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17851         (gnus-article-mime-hierarchy): Remove.
17852         (gnus-article-mime-hierarchy-next): Remove.
17853         (gnus-article-mode): Revert 2004-03-19 change.
17854         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17855         (gnus-insert-mime-button): Revert 2004-03-19 change.
17856         (gnus-mime-accumulate-hierarchy): Remove.
17857         (gnus-mime-enter-multipart): Remove.
17858         (gnus-mime-leave-multipart): Remove.
17859         (gnus-mime-display-part): Revert 2004-03-19 change.
17860         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17861
17862         * mml.el (mml-preview): Revert 2004-03-19 change.
17863
17864 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17865
17866         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17867
17868 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17869
17870         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17871         t while entering a file name using the mm-with-multibyte macro.
17872         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17873
17874         * mm-util.el (mm-with-multibyte): New macro.
17875
17876 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17877
17878         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
17879         New user option.
17880         (gnus-mime-multipart-functions): Doc and customization fix.
17881         (gnus-article-mime-hierarchy): New variable.
17882         (gnus-article-mime-hierarchy-next): New variable.
17883         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17884         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17885         gnus-article-mime-hierarchy-next to nil.
17886         (gnus-insert-mime-button): Show hierarchy numbers.
17887         (gnus-mime-accumulate-hierarchy): New function.
17888         (gnus-mime-enter-multipart): New function.
17889         (gnus-mime-leave-multipart): New function.
17890         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17891         (gnus-mime-display-alternative): Show hierarchy numbers.
17892
17893         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17894         gnus-article-mime-hierarchy-next to nil.
17895
17896 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17897
17898         * dns.el: Don't require gnus-xmas.
17899
17900 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17901
17902         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17903         inline PGP.
17904         (mml-menu): Disable mml-quote-region if mark is inactive.
17905
17906 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17907
17908         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17909         when the group's active is not available.
17910
17911 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17912
17913         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17914         error.
17915
17916 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17917
17918         * imap.el (imap-store-password): New variable.
17919         (imap-interactive-login): Use it.
17920         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17921
17922 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17923
17924         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17925         window-start and hscroll to summary window.
17926
17927 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17928
17929         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17930         conversion message to newsrc-dribble when an actual conversion is
17931         performed.
17932
17933 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17934
17935         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17936
17937 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17938
17939         * mm-decode.el (mm-complicated-handles): New function reviving
17940         former definition of mm-multiple-handles.
17941
17942         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17943         (gnus-mime-delete-part): Use it.
17944
17945 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17946
17947         * gnus-agent.el (gnus-agent-read-local):
17948         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
17949         avoid the implicit assumption that they will always be equal.
17950         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17951         coding-system-for-write, as the with-temp-file macro first prints
17952         to a buffer then saves the buffer.
17953
17954 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17955
17956         * gnus-art.el (gnus-article-edit-part): New function.
17957         (gnus-mime-save-part-and-strip): Use it; do query instead of
17958         signaling an error; don't use mm-multiple-handles.
17959         (gnus-mime-delete-part): Ditto.
17960
17961 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17962
17963         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
17964         old file versions.
17965         (gnus-group-prepare-hook): Remove function that converted list
17966         form of gnus-agent-expire-days to group properties.
17967
17968         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17969         (gnus-request-accept-article): Re-indented.
17970
17971         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17972         converters to handle old agent file formats.  Add logic for a
17973         "backup before upgrading warning".
17974         (gnus-convert-mark-converter-prompt): Developers can mark
17975         functions as needing (default), or not needing,
17976         gnus-convert-old-newsrc's "backup before upgrading warning".
17977         (gnus-convert-converter-needs-prompt): Tests whether the user
17978         should be protected from potentially irreversable changes by the
17979         function.
17980
17981         * legacy-gnus-agent.el: New.  Provides converters that are only
17982         loaded when gnus-convert-old-newsrc needs to call them.
17983
17984 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17985
17986         * mail-source.el (mail-source-touch-pop): Doc fix.
17987
17988         * message.el (message-smtpmail-send-it): Doc fix.
17989
17990 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17991
17992         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17993
17994         * nnmail.el (nnmail-split-fancy): do.
17995
17996         * gnus-kill.el (gnus-kill, gnus-execute): do.
17997
17998 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17999
18000         * gnus-sum.el (gnus-widget-reversible-match)
18001         (gnus-widget-reversible-to-internal)
18002         (gnus-widget-reversible-to-external): New functions.
18003         (gnus-widget-reversible): New widget.
18004         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18005
18006 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18007
18008         * gnus-sum.el (gnus-thread-sort-functions)
18009         (gnus-article-sort-functions): Document `(not F)' items.
18010
18011 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18012
18013         * spam.el (spam-use-gmane-xref): Add new backend.
18014         (spam-gmane-xref-spam-group): Add variable to control the name of the
18015         Gmane spam group.
18016         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18017         (spam-regex-headers-spam, spam-regex-headers-ham)
18018         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18019         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18020         backends and checks.
18021         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18022
18023         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18024         an autodetect method.
18025
18026 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18027
18028         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18029         articles are being added to a group.
18030         (gnus-request-replace-article): Inform the agent that articles
18031         need to be uncached as the cached contents are no longer valid.
18032
18033 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18034
18035         * binhex.el: Don't autoload executable-find.
18036
18037         * canlock.el: Don't autoload mail-fetch-field.
18038
18039         * dgnushack.el: Autoload c-mode for XEmacs.
18040
18041         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18042
18043         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18044         rmail-dont-reply-to and rmail-output.
18045
18046         * gnus-score.el: Don't autoload ffap-string-at-point.
18047
18048         * gnus-setup.el: Don't autoload sc-cite-original.
18049
18050         * imap.el: Don't autoload base64-decode-string,
18051         base64-encode-string and md5.
18052
18053         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18054         and rmail-msg-restore-non-pruned-header.
18055
18056         * mm-decode.el: Don't autoload executable-find.
18057
18058         * mm-url.el: Don't autoload executable-find.
18059
18060         * mm-view.el: Don't autoload diff-mode.
18061
18062         * nndb.el: Don't autoload news-reply-mode, news-setup,
18063         cancel-timer and telnet.
18064
18065         * password.el: Don't autoload run-at-time for Emacs.
18066
18067         * sha1-el.el: Don't autoload executable-find.
18068
18069         * sieve-mode.el: Don't autoload c-mode.
18070
18071         * uudecode.el: Don't autoload executable-find.
18072
18073 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18074
18075         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18076         (gnus-agent-possibly-alter-active): Avoid null in numeric
18077         comparison.
18078         (gnus-agent-set-local): Refuse to save null in local object table.
18079         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18080         list of articles that will be marked as unread.
18081
18082 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18083
18084         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18085
18086 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18087
18088         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18089         language tags.
18090
18091 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18092
18093         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18094         Don't bind "obarray".
18095
18096         * gnus-sum.el (gnus-thread-sort-functions):
18097         Add `gnus-thread-sort-by-most-recent-number' and
18098         `gnus-thread-sort-by-most-recent-date'.
18099         Reported by Kai Grossjohann <kai@emptydomain.de>.
18100
18101 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18102
18103         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18104
18105 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18106
18107         * gnus-cus.el (gnus-agent-customize-category):
18108         Remove ignore-errors macro reference that required cl to be loaded at
18109         run-time.
18110
18111         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18112         single-interval range of the form (min . max).  Previously the
18113         range had to look like ((min . max)).  Likewise, return
18114         (min . max) rather than ((min . max)).
18115         (gnus-range-map): Use gnus-range-normalize to accept
18116         single-interval range.
18117
18118         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18119         the cache, but not the agent, now appear with their usual face.
18120
18121         * dgnushack.el (loaddir): New variable that is bound to the
18122         directory containing the dgnushack.el file. Use loaddir, rather
18123         than srcdir, to update load-path. Change lets dgnushack compile
18124         code in directories other than GNUS/lisp.
18125
18126 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18127
18128         * lpath.el: Don't bind w3m-safe-url-regexp.
18129
18130         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18131         w3m-safe-url-regexp variable buffer-local.
18132
18133         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18134
18135 2004-02-27  Simon Josefsson  <jas@extundo.com>
18136
18137         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18138         gnus-group-real-prefix.
18139         (gnus-summary-move-article): Use it, instead of
18140         gnus-group-real-prefix.
18141
18142 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18143
18144         * lpath.el: Bind w3m-safe-url-regexp.
18145
18146         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18147         w3m-safe-url-regexp variable buffer-local and set it as the value
18148         of mm-w3m-safe-url-regexp.
18149
18150         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18151
18152         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18153         parsing gnus-posting-styles when the message is not for replying.
18154
18155         * dgnushack.el: Autoload sgml-mode for XEmacs.
18156
18157         * nnrss.el (nnrss-opml-export):
18158         Use mm-set-buffer-file-coding-system instead of
18159         set-buffer-file-coding-system.
18160
18161 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18162
18163         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18164         of checkdoc.el).
18165         * nnrss.el: do.
18166         * gnus-mlspl.el: do.
18167         * gnus-ml.el: do.
18168         * gnus-srvr.el: do.
18169
18170         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18171
18172 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18173
18174         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18175         Corrections to custom-manual links.
18176
18177         * gnus-art.el (gnus-article): Ditto.
18178
18179         * mm-decode.el (mime-display, mime-security): Ditto.
18180
18181 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18182
18183         * flow-fill.el: Typo.
18184
18185 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18186
18187         * spam-wash.el: New file.
18188
18189 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18190
18191         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18192
18193 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18194
18195         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18196         to be run with new-articles as LIST1, not LIST2.
18197         (spam-registration-functions): Add spam-use-ham-copy as a nil
18198         registration backend.
18199
18200 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18201
18202         * spam-stat.el (spam-stat-washing-hook): New option.
18203         (spam-stat-buffer-words): Use it.
18204         (spam-stat-process-directory, spam-stat-test-directory):
18205         Use insert-file-contents-literally.
18206         (spam-stat-coding-system): New variable.
18207         (spam-stat-load, spam-stat-save): Use it.
18208
18209 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18210
18211         * spam-report.el (spam-report-plug-agent):
18212         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18213
18214 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18215
18216         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18217         Allow / in mailto URLs.
18218
18219 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18220
18221         * spam-report.el (spam-report-process-queue): Fix interactive use.
18222         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18223         (spam-report-unplug-agent): Doc fixes.
18224         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18225         (spam-report-agentize, spam-report-deagentize): Autoload.
18226
18227 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18228
18229         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18230
18231         * message.el (message-setup-fill-variables): Add mml tags to
18232         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18233         <ajk@iu.edu>.
18234         (message-mode): Don't modify paragraph-separate there.
18235
18236 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18237
18238         * compface.el (uncompface-use-external): Default to undecided.
18239         (uncompface-use-external-threshold): New variable.
18240         (uncompface-float-time): New macro.
18241         (uncompface): Determine whether to use the external decoder if
18242         uncompface-use-external is undecided.
18243
18244 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18245
18246         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18247         after images.
18248
18249         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18250
18251 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18252
18253         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18254
18255         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18256
18257         * gnus-sum.el (gnus-summary-limit-to-age)
18258         (gnus-summary-limit-children): do.
18259
18260         * gnus-int.el (gnus-request-scan): do.
18261
18262         * gnus-group.el (gnus-group-suspend): do.
18263
18264         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18265
18266         * gnus-cite.el (gnus-cite-parse-attributions): do.
18267
18268         * gnus-agent.el (gnus-summary-set-agent-mark)
18269         (gnus-agent-regenerate-group): do.
18270
18271         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18272
18273         * binhex.el (binhex-decode-region-internal): do.
18274
18275 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18276
18277         * gnus-fun.el (gnus-face-properties-alist): New user option.
18278         (gnus-display-x-face-in-from): Use it.
18279
18280         * gnus-art.el (article-display-face): Ditto.
18281
18282         * compface.el (uncompface-use-external): Default to nil.
18283
18284 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18285
18286         * nntp.el (nntp-erase-buffer): New function.
18287         (nntp-retrieve-data, nntp-send-command)
18288         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18289         (nntp-possibly-change-group): Use it.
18290
18291         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18292         Use with-current-buffer.
18293
18294 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18295
18296         * compface.el: Merge the ELisp-based uncompface program.
18297         (compface): New customization group.
18298         (uncompface-use-external): New user option.
18299         (uncompface): Call uncompface-internal if uncompface-use-external
18300         is nil.
18301         (uncompface-internal): New function.  Note that there are also
18302         some other functions and variables added for this function.
18303
18304 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18305
18306         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18307         if necessary.
18308
18309 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18310
18311         * spam-report.el (spam-report-unplug-agent)
18312         (spam-report-plug-agent, spam-report-deagentize)
18313         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18314         Add support for the Agent in spam-report: when unplugged, report to a
18315         file; when plugged, submit all the requests.
18316
18317         * spam.el (spam-register-routine): Fix message about
18318         registration.
18319
18320 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18321
18322         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18323         dependencies.
18324         (rfc2047-encode): Use it.
18325
18326         * gnus-art.el (gnus-button-marker-list): Move before first
18327         reference.
18328
18329         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18330         (imap-parse-body): Fix format string mismatch.
18331
18332         * gnus-score.el (gnus-summary-increase-score): do.
18333
18334         * nnrss.el (nnrss-close): New function.
18335
18336 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18337
18338         * nnrss.el (nnrss-make-filename): New function.
18339         (nnrss-request-delete-group, nnrss-read-server-data)
18340         (nnrss-save-server-data, nnrss-read-group-data)
18341         (nnrss-save-group-data): Use it.
18342         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18343         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18344         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18345
18346 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18347
18348         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18349
18350 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18351
18352         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18353         files.
18354
18355         * message.el (message-generate-headers-first): Don't quote nil
18356         and t in docstrings.
18357
18358         * imap.el (imap-id): do.
18359
18360         * gnus-agent.el (gnus-agent-consider-all-articles)
18361         (gnus-agent-queue-mail): do.
18362
18363 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18364
18365         * spam-report.el (spam-report-process-queue): New function.
18366         Process requests from `spam-report-requests-file'.
18367         (spam-report-process-queue): Doc fix.
18368
18369 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18370
18371         * spam.el (spam-register-routine)
18372         (spam-log-processing-to-registry, spam-log-registered-p)
18373         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18374         Change "check" to "spam-check" for semi-clarity.
18375
18376 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18377
18378         * pop3.el: Require nnheader.
18379
18380         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18381
18382         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18383
18384         * gnus-picon.el: Require cl.
18385
18386         * gnus-fun.el: Require gnus-ems and gnus-util.
18387
18388         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18389
18390         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18391
18392         * gnus-art.el (gnus-article-edit-mode): Define before first
18393         reference.
18394
18395 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18396
18397         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18398         (gnus-uu-post-encoded): Use point-at-bol.
18399
18400         * gnus-topic.el (gnus-group-active-topic-p): do.
18401
18402         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18403
18404         * gnus-group.el (gnus-group-kill-region): do.
18405
18406         * gnus-art.el (article-date-ut): do.
18407
18408         * message.el (message-fetch-field): Remove redundant
18409         case-fold-search binding.
18410         (message-narrow-to-field): Simplify.
18411
18412 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18413
18414         * spam.el (spam-directory): Derive from `gnus-directory'.
18415
18416         * spam-report.el (spam-report-url-to-file)
18417         (spam-report-requests-file): New function and variable for offline
18418         reporting.
18419         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18420         and user defined function.
18421         (spam-report-url-ping-mm-url): Remove doubled slash.
18422
18423 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18424
18425         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18426
18427 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18428
18429         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18430         Fix format string mismatch.
18431
18432         * sieve.el (sieve-deactivate-all): do.
18433
18434         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18435
18436         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18437
18438         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18439
18440         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18441
18442 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18443
18444         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18445         the list of checks.
18446
18447 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18448
18449         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18450         padding.
18451
18452 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18453
18454         * mm-view.el (mm-fill-flowed): New variable.
18455         (mm-inline-text): Use it.
18456
18457 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18458
18459         * spam.el (spam-spamassassin-register-ham-routine)
18460         (spam-spamassassin-register-spam-routine): Fix function names.
18461
18462 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18463
18464         * gnus.el (gnus-tmp-grouplens): Remove.
18465         (gnus-summary-line-format): Remove grouplens.
18466
18467         * gnus-group.el (gnus-group-line-format): Ditto.
18468
18469         * gnus-spec.el (gnus-format-specs): Ditto.
18470         (gnus-update-format-specifications): Flush the group format spec
18471         cache if there's the grouplens stuff.
18472         (gnus-parse-simple-format): Replace %l with the empty string.
18473
18474 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18475
18476         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18477         omission.
18478
18479 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18480
18481         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18482         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18483
18484 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18485
18486         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18487         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18488         New macros and functions.
18489         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18490         Handle > NLINK_MAX messages.
18491         * nnmaildir.el (nnmaildir-request-set-mark):
18492         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18493
18494 2004-01-25  Alex Schroeder  <alex@gnu.org>
18495
18496         * spam-stat.el (spam-stat-process-directory-age): New option.
18497         (spam-stat-process-directory): Use it.
18498
18499 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18500
18501         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18502         (spam-stat-save): Accept prefix argument.
18503
18504 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18505
18506         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18507         links" error.
18508
18509 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18510
18511         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18512         the rest of the and/or forms.
18513
18514 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18515
18516         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18517         compatibility with old .newsrc.eld files.
18518
18519         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18520
18521         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18522
18523         * gnus-start.el (gnus-1): do.
18524
18525         * gnus-group.el (gnus-group-line-format-alist): do.
18526
18527         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18528
18529         * gnus-gl.el: Remove.
18530
18531 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18532
18533         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18534         marks consisting of a single range {for example, (3 . 5)} rather
18535         than a list of a single range { ((3 . 5)) }.
18536
18537 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18538
18539         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18540         Use with-current-buffer.
18541         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18542         avoid consing a string.
18543
18544         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18545         Remove obsolete entries for big5 and gb2312.
18546
18547 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18548
18549         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18550         uncompressed list.
18551
18552 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18553
18554         * spam-stat.el (spam-stat-strip-xref): New function.
18555         (spam-stat-process-directory): Use it.
18556
18557         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18558         here -- it's done in message-fetch-field.
18559
18560 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18561
18562         * gnus-agent.el (gnus-agent-queue-mail)
18563         (gnus-agent-prompt-send-queue): New variables.
18564         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18565         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18566         "nndraft:queue" along to gnus-draft-send.
18567         Use gnus-agent-prompt-send-queue.
18568         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18569         is "nndraft:queue".  Suggested by Gaute Strokkenes
18570         <gs234@srcf.ucam.org>
18571
18572         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18573         (agent-enable-undownloaded-faces): Add.
18574         (gnus-agent-cat-groups): Use eval-and-compile, not
18575         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18576         method of gnus-agent-cat-groups even when the buffer has been
18577         evaled.
18578         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18579         delete gnus-agent-save-active-1.
18580         (gnus-agent-save-groups): Delete.  Identical to
18581         gnus-agent-save-active.
18582         (gnus-agent-write-active): No longer adjust agent's copy of active
18583         file as agent's adjustments are now stored in their own
18584         file.  Remove optional parameter.
18585         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18586         servers.  Add use of min/max range limits from server's local
18587         file.
18588         (gnus-agent-save-alist): Remove unused optional argument.
18589         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18590         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18591         (gnus-agent-set-local): A per-server file that keeps min/max range
18592         limits for articles known to the agent.  Provides a fast mechanism
18593         for altering many active ranges.
18594         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18595         active file (local makes it unnecessary).
18596         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18597
18598         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18599         (agent-enable-undownloaded-faces): Add.
18600
18601         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18602         disable it when sending to "nndraft:queue".
18603         (gnus-group-send-queue): Add safety check to avoid sending queue
18604         when unplugged.
18605
18606         * gnus-group.el (gnus-group-catchup): Use new
18607         gnus-sequence-of-unread-articles, not
18608         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18609         numbers of articles.  Use gnus-range-map to avoid having to
18610         uncompress the unread list.
18611         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18612         Fix invalid ange-ftp reference.
18613
18614         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18615         (gnus-sorted-range-intersection): Intersection of two ranges
18616         without requiring that they first be uncompressed.
18617
18618         * gnus-start.el (gnus-activate-group): Unless blocked by the
18619         caller, possibly expand the active range to include both cached
18620         and agentized articles.
18621         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18622         multiple version-dependent converters.
18623         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18624         gnus-agent-save-active.
18625         (gnus-save-newsrc-file): Save dirty agent range limits.
18626
18627         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18628         gnus-agent-possibly-alter-active.
18629         (gnus-adjust-marked-articles): Faster handling of simple lists.
18630
18631 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18632
18633         * spam-stat.el (spam-stat-test-directory): New optional argument
18634         displays a list of files detected.  Suggested by Andrew Cohen
18635         <cohen@andy.bu.edu>.
18636         (spam-stat-buffer-words-with-scores): Don't narrow and change
18637         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18638
18639 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18640
18641         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18642         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18643         (spam-spamassassin-arguments)
18644         (spam-spamassassin-spam-flag-header)
18645         (spam-spamassassin-positive-spam-flag-header)
18646         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18647         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18648         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18649         (spam-list-of-processors, spam-list-of-checks)
18650         (spam-list-of-statistical-checks, spam-registration-functions)
18651         (spam-check-spamassassin-headers, spam-check-spamassassin)
18652         (spam-spamassassin-score)
18653         (spam-spamassassin-register-with-sa-learn)
18654         (spam-spamassassin-register-spam-routine)
18655         (spam-spamassassin-register-ham-routine)
18656         (spam-assassin-register-spam-routine)
18657         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18658         (spam-bogofilter-score): Fix to show article before scoring.
18659
18660 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18661
18662         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18663         default scoring function.
18664         (spam-generic-score): Call spam-spamassassin-score if
18665         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18666         spam-bogofilter-score otherwise.
18667
18668         * gnus.el (spam-process, spam-autodetect-methods):
18669         Add spamassassin and spamassassin-headers.
18670
18671 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18672
18673         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18674         Suppress unnecessary messages.
18675
18676 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18677
18678         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18679         make-hash-table.
18680
18681 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18682
18683         * canlock.el (base64-encode-string): Don't autoload it.
18684
18685 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18686
18687         * run-at-time.el: Remove useless (require 'itimer),
18688         eval-and-compile and (featurep 'xemacs).
18689
18690 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18691
18692         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18693         GROUP is a virtual group.
18694
18695 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18696
18697         * gnus.el: Autoload `message-y-or-n-p'.
18698
18699 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18700
18701         * pgg-parse.el: Remove unnecessary (require 'custom).
18702
18703         * pgg-def.el: do.
18704
18705         * nnmail.el: do.
18706
18707         * gnus-undo.el: do.
18708
18709         * gnus-picon.el: do.
18710
18711         * gnus-util.el: do.
18712
18713 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18714
18715         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18716
18717 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18718
18719         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18720         handle, as well as a list.
18721
18722         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18723         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18724         (mm-w3m-cid-retrieve): Simplify.
18725
18726 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18727
18728         * message.el (message-kill-to-signature): Allow prefix arg to
18729         specify number of lines to keep before signature.
18730
18731 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18732
18733         * message.el (message-kill-to-signature): Change docstring.
18734
18735 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18736
18737         * canlock.el: Always require sha1-el.
18738         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18739
18740         * message.el: Autoload sha1 only when compiling.
18741
18742         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18743         eudc-expand-inline for XEmacs.
18744
18745 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18746
18747         * message.el (message-canlock-generate): Require sha1-el.
18748
18749 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18750
18751         * message.el (message-expand-name): Silence the byte compiler.
18752
18753         * lpath.el: Add detect-coding-system.
18754
18755         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18756         cus-edit.
18757
18758 2004-01-13  Simon Josefsson  <jas@extundo.com>
18759
18760         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18761         Invoke gnus-score-mode.
18762         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18763
18764         * gnus-range.el (gnus-compress-sequence): Doc fix.
18765         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
18766
18767 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18768
18769         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18770
18771 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18772
18773         * spam.el (spam-get-article-as-string): Update to use
18774         gnus-request-article-this-buffer, much simpler.
18775         (spam-get-article-as-buffer): Remove.
18776
18777 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18778
18779         * message.el (message-expand-name): Use EUDC if the user uses that.
18780
18781 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18782
18783         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18784         character for the encoding to avoid consing a string.
18785
18786         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18787         unnecessarily.
18788
18789         * mm-util.el (mm-replace-chars-in-string): Remove.
18790
18791         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18792         of mm-replace-chars-in-string.
18793
18794 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18795
18796         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18797
18798         * mm-util.el (mm-subst-char-in-string): Support inplace.
18799
18800         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18801         a new string in every iteration.  Use shy groups.
18802
18803 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18804
18805         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18806         * gnus-soup.el (gnus-soup-group-brew):
18807         * gnus-msg.el (gnus-put-message):
18808         * gnus-move.el (gnus-group-move-group-to-server):
18809         * gnus-kill.el (gnus-batch-score):
18810         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18811         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18812         (gnus-group-update-group, gnus-group-read-group)
18813         (gnus-group-make-group, gnus-group-make-help-group)
18814         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18815         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18816         (gnus-group-sort-by-unread, gnus-group-catchup)
18817         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18818         (gnus-group-yank-group, gnus-group-set-info)
18819         (gnus-group-list-groups):
18820         * gnus.el (gnus-generate-new-group-name):
18821         * gnus-delay.el (gnus-delay-send-queue):
18822         * nnvirtual.el (nnvirtual-catchup-group):
18823         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18824         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18825         (gnus-group-prepare-topics, gnus-topic-check-topology):
18826         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18827         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18828         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18829         (gnus-group-make-articles-read):
18830         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18831         (gnus-group-change-level, gnus-kill-newsgroup)
18832         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18833         (gnus-get-unread-articles, gnus-make-articles-unread)
18834         (gnus-make-ascending-articles-unread): Use accessor
18835         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18836         to get group information for improved readability.
18837
18838
18839 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18840
18841         * gnus-art.el (article-decode-mime-words, article-babel)
18842         (gnus-article-highlight-signature, gnus-article-add-buttons)
18843         (gnus-signature-toggle): Use gnus-with-article-buffer.
18844
18845         * gnus-art.el (gnus-article-highlight-headers)
18846         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18847
18848         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18849         (gnus-article-set-globals, gnus-request-article-this-buffer)
18850         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18851         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18852         (gnus-mime-display-alternative): Use with-current-buffer.
18853
18854 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18855
18856         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18857         also under 80 char limit, and call gnus-error if needed.
18858         (spam-fetch-article-header): Fix - it was a
18859         buffer-local variable (gnus-newsgroup-data).
18860         (spam-find-spam): Use spam-generate-fake-headers, forget about
18861         spam-insert-fake-headers.
18862         (spam-insert-fake-headers): Remove.
18863
18864 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18865
18866         * deuglify.el (gnus-article-outlook-unwrap-lines)
18867         (gnus-outlook-rearrange-article)
18868         (gnus-outlook-repair-attribution-outlook)
18869         (gnus-outlook-repair-attribution-block)
18870         (gnus-outlook-repair-attribution-other): Remove redundant
18871         save-excursion.
18872
18873 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18874
18875         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18876         (spam-fetch-field-subject-fast)
18877         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18878         (spam-fetch-article-header): Add functions to deal with Gnus
18879         internals for fast retrieval of article header data.
18880         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18881
18882 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18883
18884         * pop3.el (pop3-md5): Remove.
18885         (pop3-apop): Replace pop3-md5 with md5.
18886
18887         * mm-bodies.el: base64 is always built-in.
18888
18889         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18890         Use with-current-buffer.
18891
18892 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18893
18894         * canlock.el (canlock-insert-header): Remove excessive grouping in
18895         regexp.
18896
18897         * gnus-sum.el (gnus-summary-read-document): Ditto.
18898
18899         * gnus-uu.el (gnus-uu-part-number): Ditto.
18900
18901         * html2text.el (html2text-remove-tags): Ditto.
18902         (html2text-format-tags): Ditto.
18903         (html2text-format-single-elements): Ditto.
18904
18905         * mml.el (mml-parse-1): Ditto.
18906
18907 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18908
18909         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18910
18911         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18912
18913         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18914
18915         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18916
18917 2003-11-15  Simon Josefsson  <jas@extundo.com>
18918
18919         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18920         (pgg-gpg-lookup-key): Use regexp match instead of
18921         split-string (split-string is different between emacs 21.2 and
18922         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18923
18924 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18925
18926         * gnus-art.el (gnus-mime-view-all-parts)
18927         (gnus-article-part-wrapper, gnus-article-view-part):
18928         Use with-current-buffer.
18929
18930 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18931
18932         * spam.el (spam-disable-spam-split-during-ham-respool)
18933         (spam-spamoracle-database, spam-cache-lookups)
18934         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18935         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18936         (spam-group-ham-marks, spam-group-spam-marks)
18937         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18938         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18939         also add spam-use-blackholes to the statistical checks.
18940         (spam-fetch-field-fast): Add interface to fetching fields, may
18941         become a macro.
18942         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18943         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18944         (spam-insert-fake-headers): Fake an article when needed.
18945         (spam-find-spam): Fake article when possible.
18946         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18947         (spam-check-bogofilter-headers): Use message-fetch-field instead
18948         of nnmail-fetch-field.
18949
18950 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18951
18952         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18953
18954 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18955
18956         * spam.el (spam-split): Do not require spam-use-CHECK to be
18957         enabled if that check is passed to spam-split explicitly; also
18958         fix so 'spam doesn't get converted to spam-split-group when
18959         spam-split-symbolic-return is t.
18960         (spam-find-spam): Find registrations of the article and use those
18961         instead of re-running spam-split to find the spam/ham
18962         classification of the article.
18963         (spam-log-processing-to-registry, spam-log-registered-p)
18964         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18965         Use gnus-error instead of gnus-message.
18966         (spam-log-registration-type): Add function to determine the
18967         classification of a message based on registry entries; will
18968         return nil if both 'spam and 'ham are found.
18969         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18970         a reasonably fast local cache without the loading errors.
18971         (spam-cache-lookups): Set to t by default.
18972         (spam-find-spam): Don't try to guess spam-cache-lookups.
18973         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18974         spam-caches entry.
18975         (spam-filelist-build-cache, spam-filelist-check-cache):
18976         Fix caching of whitelist/blacklist entries.
18977         (spam-check-whitelist, spam-check-blacklist):
18978         Invoke spam-from-listed-p with a type, not a cache variable.
18979         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18980
18981 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18982
18983         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18984
18985         * nnmail.el (nnmail-split-fancy): do.
18986
18987         * mml.el (mml-parse): do.
18988
18989         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18990         (gnus-score-adaptive): do.
18991
18992 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18993
18994         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18995         (gnus-mime-button-map): Don't set keymap parent.
18996         (gnus-button-ctan-directory-regexp): Use shy grouping.
18997         (gnus-prev-page-map): Don't set keymap parent.
18998         (gnus-prev-page-map): Remove duplicated one.
18999         (gnus-next-page-map): Don't set keymap parent.
19000         (gnus-mime-security-button-map): Ditto.
19001
19002         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19003         version number.
19004
19005         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19006
19007 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19008
19009         * canlock.el (canlock-sha1-function): Remove.
19010         (canlock-sha1-function-for-verify): Remove.
19011         (canlock-openssl-program): Remove.
19012         (canlock-openssl-args): Remove.
19013         (canlock-ignore-errors): Remove.
19014         (canlock-sha1-with-openssl): Remove.
19015         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19016         (canlock-verify): Don't use canlock-ignore-errors.
19017
19018         * sha1-el.el (sha1-string-external): Make it can return a string
19019         in binary form.
19020         (sha1-region-external): Ditto.
19021         (sha1-string-internal): Ditto.
19022         (sha1-region-internal): Ditto.
19023         (sha1-region): Ditto.
19024         (sha1-string): Ditto.
19025         (sha1): Ditto.
19026
19027 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19028
19029         * spam.el (spam-report-articles-gmane): New command.
19030
19031 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19032
19033         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19034
19035         * run-at-time.el (run-at-time-saved): Remove.
19036         (run-at-time): Doc fix.
19037
19038 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19039
19040         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19041         (gnus-summary-limit-map): Add it.
19042         (gnus-summary-make-menu-bar): do.
19043
19044 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19045
19046         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19047         Make attempt at some caching support (done for BBDB only now).
19048         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19049         addresses to be checked.
19050         (spam-clear-cache-BBDB): Add function, to be invoked by
19051         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19052         (spam-check-BBDB): Check and use the caches, if
19053         spam-cache-lookups is on, remove superfluous (provide).
19054
19055 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19056
19057         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19058
19059 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19060
19061         * run-at-time.el (run-at-time-saved): Move to after the definition
19062         of `run-at-time'.
19063
19064         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19065
19066 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19067
19068         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19069         mm-w3m-local-map-property.
19070
19071         * mm-view.el (mm-w3m-mode-map): Remove.
19072         (mm-w3m-local-map-property): Remove.
19073         (mm-inline-text-html-render-with-w3m): Don't use
19074         mm-w3m-local-map-property.
19075
19076 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19077
19078         * run-at-time.el: New file.
19079
19080         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19081         under Emacs.
19082
19083         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19084         of gnus-set-text-properties.
19085
19086         * gnus-uu.el (gnus-uu-save-article): Ditto.
19087
19088         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19089
19090         * gnus-cite.el (gnus-cite-parse): Ditto.
19091
19092         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19093         of gnus-.
19094
19095         * gnus-xmas.el (run-at-time): Require run-at-time.
19096
19097         * gnus.el: Change calls to nnheader-run-at-time and
19098         password-run-at-time throughout to use run-at-time directly.
19099
19100         * password.el: Remove definition of run-at-time.
19101
19102         * nnheaderxm.el: Remove definition of run-at-time.
19103
19104 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19105
19106         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19107         in prompt.
19108
19109 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19110
19111         * messagexmas.el (message-xmas-redefine): Alias
19112         `message-make-caesar-translation-table' to
19113         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19114         version.
19115
19116         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19117         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19118         `gnus-xmas-set-text-properties'.
19119         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19120         `gnus-xmas-completing-read'.
19121         (gnus-xmas-completing-read): Removed.
19122         (gnus-xmas-open-network-stream): Removed.
19123
19124         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19125         XEmacs version.
19126
19127         * dns.el (dns-make-network-process): Use `open-network-stream'
19128         instead of `gnus-xmas-open-network-stream'.
19129
19130         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19131
19132         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19133
19134 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19135
19136         * gnus-art.el (gnus-mime-display-alternative)
19137         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19138         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19139         Don't use gnus-local-map-property.
19140
19141         * gnus-util.el (gnus-local-map-property): Remove.
19142
19143         * mm-view.el (mm-view-pkcs7-decrypt):
19144         Replace gnus-completing-read-maybe-default with completing-read.
19145
19146         * gnus-util.el (gnus-completing-read): do.
19147         (gnus-completing-read-maybe-default): Remove.
19148
19149 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19150
19151         * password.el: Only autoload `run-at-time' if not XEmacs.
19152         Only autoload the itimer functions if XEmacs.
19153
19154 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19155
19156         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19157         XEmacsen.
19158
19159         * dgnushack.el: Autoload executable-find for XEmacs.
19160
19161 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19162
19163         * gnus-art.el (gnus-read-string): Remove.
19164         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19165         read-string.
19166
19167 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19168
19169         * netrc.el: Autoload password-read.
19170         (netrc): Add configuration group.
19171         (netrc-encoding-method, netrc-openssl-path):
19172         Add variables for encoding and decoding of files with symmetric
19173         ciphers.
19174         (netrc-encode): Add assistant function to encode a file with
19175         netrc-encoding-method.
19176         (netrc-parse): Add interactive parameter, added optional
19177         decoding if netrc-encoding-method is non-nil but otherwise
19178         behavior is standard.
19179         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19180         Do s/encode/encrypt/ everywhere.
19181
19182         * spam.el: Remove executable-find autoload.
19183
19184 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19185
19186         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19187
19188         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19189
19190 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19191
19192         * gnus-art.el (gnus-treat-ansi-sequences)
19193         (article-treat-ansi-sequences): New variable and function.
19194         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19195
19196         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19197         Use it.
19198
19199 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19200
19201         * mm-util.el (mm-quote-arg): Remove.
19202
19203         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19204         shell-quote-argument.
19205
19206         * gnus-uu.el (gnus-uu-command): do.
19207
19208         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19209
19210         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19211         with make-char.
19212
19213         * mm-util.el (mm-make-char): Remove.
19214
19215         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19216         add-minor-mode.
19217
19218         * gnus-undo.el (gnus-undo-mode): do.
19219
19220         * gnus-topic.el (gnus-topic-mode): do.
19221
19222         * gnus-sum.el (gnus-dead-summary-mode): do.
19223
19224         * gnus-start.el (gnus-slave-mode): do.
19225
19226         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19227
19228         * gnus-ml.el (gnus-mailing-list-mode): do.
19229
19230         * gnus-gl.el (gnus-grouplens-mode): do.
19231
19232         * gnus-draft.el (gnus-draft-mode): do.
19233
19234         * gnus-dired.el (gnus-dired-mode): do.
19235
19236         * gnus-ems.el (gnus-add-minor-mode): Remove.
19237
19238         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19239         Replace gnus-char-width with char-width.
19240
19241         * gnus-ems.el (gnus-char-width): Remove.
19242
19243         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19244         Replace gnus-char-width with char-width.
19245
19246         * gnus-ems.el (gnus-char-width): Remove.
19247
19248         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19249         definition.
19250         Remove Emacs 20 hash table compatibility code.
19251
19252         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19253         20 compatibility code.
19254
19255         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19256
19257         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19258
19259         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19260         Replace with point-at-{eol,bol}.
19261
19262         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19263
19264         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19265
19266         * flow-fill.el (fill-flowed-point-at-bol)
19267         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19268
19269         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19270         Replace with point-at-{eol,bol} throughout all files.
19271
19272 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19273
19274         * ntlm.el (ntlm-string-as-unibyte): New macro.
19275         (ntlm-build-auth-response): Use it.
19276
19277         Remove Emacs 20 stuff:
19278         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19279         (butlast, mapc, remove): Remove the compiler macros.
19280         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19281         of delq and copy-sequence.
19282         * gnus-art.el (popup-menu): Remove the compiler macro.
19283         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19284         Emacs 20.
19285
19286 2004-01-05  Simon Josefsson  <jas@extundo.com>
19287
19288         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19289         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19290         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19291         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19292         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19293         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19294         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19295         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19296         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19297         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19298         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19299         string-xor into ntlm-string-xor.
19300         Suggested by Jesper Harder <harder@myrealbox.com>.
19301
19302         * ntlm.el: Don't include poem.
19303
19304         * md4.el (print-int32, print-string-hexa): Remove.
19305         Suggested by Jesper Harder <harder@myrealbox.com>.
19306
19307         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19308
19309         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19310         probably breaks emacs with DL patch, but do we care? Is anyone
19311         still using the DL stuff?)
19312
19313         * sieve-manage.el: Use the password package.
19314         (sieve-manage-read-passwd): Remove.
19315         (sieve-manage-interactive-login): Use password.  Re-add
19316         condition-case around loop.
19317
19318         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19319         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19320         Use the password package.
19321
19322 2003-02-19  Simon Josefsson  <jas@extundo.com>
19323
19324         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19325         token.
19326
19327 2002-08-07  Simon Josefsson  <jas@extundo.com>
19328
19329         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19330         (sieve-manage-authenticators):
19331         (sieve-manage-authenticator-alist): Add some SASL mechs.
19332         (sieve-sasl-auth): New function.
19333         (sieve-manage-cram-md5-auth):
19334         (sieve-manage-plain-auth): Rewrite using SASL library.
19335         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19336         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19337         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19338         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19339
19340 2004-01-05  Simon Josefsson  <jas@extundo.com>
19341
19342         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19343         New files.
19344
19345 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19346
19347         * gnus-group.el (gnus-no-groups-message): Update.
19348
19349         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19350
19351 2003-11-09  Simon Josefsson  <jas@extundo.com>
19352
19353         * imap.el: Support for ID IMAP extension (RFC 2971).
19354         (imap-local-variables): Add imap-id.
19355         (imap-id): New variable.
19356         (imap-id): New function.
19357         (imap-parse-response): Parse untagged ID response.
19358         * nnimap.el (nnimap-id): New variable.
19359         (nnimap-open-connection): Use it.
19360
19361 2003-12-28  Simon Josefsson  <jas@extundo.com>
19362
19363         * gnus-score.el (gnus-score-edit-all-score): New.
19364         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19365
19366 2004-01-04  Simon Josefsson  <jas@extundo.com>
19367
19368         * password.el: Add.
19369
19370 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19371
19372         * dns.el (dns-query-types): Fix typo.
19373         (dns-query-types): New function.
19374         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19375         PTR and SOA replies, see RFC 1035.
19376
19377 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19378
19379         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19380
19381         * Move to Changelog.2.
19382
19383 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19384
19385         * gnus.el (gnus-version-number): Bump version.
19386
19387 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19388
19389         * gnus.el: No Gnus v0.1 is released.
19390
19391 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19392
19393         * gnus.el: No Gnus v0.0 is released.
19394
19395 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19396
19397         * gnus.el (gnus-version-number): Bump.
19398         (gnus-version): No.
19399
19400 See ChangeLog.2 for earlier changes.
19401
19402     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19403       Free Software Foundation, Inc.
19404
19405   This file is part of GNU Emacs.
19406
19407   GNU Emacs is free software: you can redistribute it and/or modify
19408   it under the terms of the GNU General Public License as published by
19409   the Free Software Foundation, either version 3 of the License, or
19410   (at your option) any later version.
19411
19412   GNU Emacs is distributed in the hope that it will be useful,
19413   but WITHOUT ANY WARRANTY; without even the implied warranty of
19414   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19415   GNU General Public License for more details.
19416
19417   You should have received a copy of the GNU General Public License
19418   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19419
19420 ;; Local Variables:
19421 ;; coding: utf-8
19422 ;; fill-column: 79
19423 ;; add-log-time-zone-rule: t
19424 ;; End: