f05a92f07fa2ed65fff91af7a843c4c127c24165
[gnus] / lisp / ChangeLog
1 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
2
3         * nnir.el: Fix typos.
4         (nnir-retrieve-headers-override-function): Rename variable to reflect
5         new semantics.
6         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
7         macros.
8         (nnir-request-article, nnir-request-move-article): Use them.
9         (nnir-categorize): New function.
10         (nnir-run-query): Use it.
11         (nnir-retrieve-headers): Rewrite to batch header retrieval.
12         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
13         sorted.
14         (nnir-group-full-name): Use gnus-group-full-name instead.
15         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
16         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
17
18 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19
20         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
21
22         * proto-stream.el: New library to provide protocol-specific
23         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
24         protocols.
25         (open-proto-stream): Complete the documentation.
26         (proto-stream-open-network): Fix some typos.
27
28         * nnimap.el (nnimap-open-connection): Use it.
29
30 2010-11-26  Julien Danjou  <julien@danjou.info>
31
32         * color.el: Rename various rgb functions to srgb.
33
34 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
35
36         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
37         names.
38
39 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
40
41         * shr.el (shr-insert): Revert last change.
42         (shr-find-fill-point): Never leave point being at bol;
43         relax the kinsoku limitation when rendering tables.
44
45 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
46
47         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
48         results from -accept-article.
49
50         * shr-color.el: Require cl when compiling.
51
52         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
53         checkin.
54
55         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
56
57         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
58
59         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
60         'add and 'delete to set backend marks.
61
62         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
63
64         * nnheader.el (nnheader-update-marks-actions): Refactor out.
65
66         * nntp.el (nntp-request-set-mark): Use it.
67
68         * nnfolder.el (nnfolder-request-set-mark): Ditto.
69
70         * nnml.el (nnml-request-set-mark): Ditto.
71
72         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
73         introduces regressions in article selection.
74         (nnimap-find-uid-response): New function.
75         (nnimap-request-accept-article): Use the UID returned, if any.
76         (nnimap-request-move-article): Use the UID returned, if any.
77         (nnimap-get-groups): Reimplement to work with folded lines.
78         (nnimap-find-uid-response): The UID is the last element in the list.
79         (nnimap-request-set-mark): Extend syntax with 'set.
80
81         * nnml.el (nnml-request-set-mark): Ditto.
82
83         * nnfolder.el (nnfolder-request-set-mark): Ditto.
84
85         * nntp.el (nntp-request-set-mark): Ditto.
86
87 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
88
89         * message.el (message-called-interactively-p): A temporary macro.
90         (message-goto-body): Use it temporarily.
91
92 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
93
94         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
95         (nnimap-last-response-string): Unfold quoted lines, if they exist.
96         (nnimap-last-response-string): Fix last unfolding fix.
97
98 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
99
100         * shr.el (shr-insert): Fix the way to fold lines.
101
102 2010-11-25  Julien Danjou  <julien@danjou.info>
103
104         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
105
106         * color.el: Rename from color-lab.el
107         (color-rgb->hex): Add.
108         (color-complement): Add.
109         (color-complement-hex): Add.
110
111         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
112
113 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
114
115         * shr-color.el (shr-color-visible): Don't bug out if the colour names
116         don't exist.
117
118 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
119
120         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
121         assuming that article displaying or another mml-preview may be
122         interrupted for an error or for the like.
123
124         * shr.el (shr-get-background): Fix argument name.
125
126 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
127
128         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
129
130         * gnus-sum.el (gnus-summary-include-articles): New function.
131
132         * message.el (message-goto-body): called-interactively-p needs a
133         parameter, so use `any'.
134
135         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
136         clear marks before moving, since they're synced from the Gnus side
137         first.
138
139         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
140         (gnus-summary-move-article): Copy over all marks before moving, so that
141         IMAP doesn't think a new article has arrived.
142
143 2010-11-24  Julien Danjou  <julien@danjou.info>
144
145         * shr.el (shr-insert-background-overlay): Fix typo.
146         (shr-render-td): Copy the background before rendering.
147
148         * shr-color.el (shr-color-visible): Fix docstring.
149
150         * shr.el (shr-tag-table): Add bgcolor support.
151         (shr-render-td): Add bgcolor support.
152         (shr-get-background): Add.
153         (shr-insert-foreground-overlay): Use shr-get-background.
154
155         * message.el (message-goto-body): Use called-interactively-p.
156         (message-in-body-p): message-goto-body returns point.
157
158 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
159
160         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
161         Fixes something or other in Emacs 23, and is backwards compatible.
162
163         * message.el (message-goto-body): Remove the <#secure special-casing,
164         which is too special.
165
166         * shr.el (shr-parse-style): Drop !important from styles.
167
168 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
169
170         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
171         this function to return incorrect results when calling it with an
172         explicit article argument different from
173         (gnus-summary-article-number).
174
175 2010-11-24  Julien Danjou  <julien@danjou.info>
176
177         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
178         (shr-tag-body): Add background support.
179         (shr-descend): Add background support.
180         (shr-tag-title): Add.
181
182         * shr-color.el (shr-color-visible): Really return original background
183         if fixed.
184
185 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
186
187         * shr.el (shr-color-check): Protect against non-existant colour names.
188
189 2010-11-24  Julien Danjou  <julien@danjou.info>
190
191         * color-lab.el: Require 'cl when compiling.
192
193         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
194
195         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
196         matched part.
197
198         * color-lab.el: Fix all expt calls to use float type.
199
200 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
201
202         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
203         expression to shr-color-check as is.
204
205         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
206
207         * color-lab.el: Add coding cookie.
208         (float-pi): Use eval-and-compile.
209
210         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
211         compiled for Emacsen having no `libxml-parse-html-region' support.
212
213 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
214
215         * shr.el (shr-insert-color-overlay): Split stuff like
216         "#444444 !important" to find the real colour.
217         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
218         parse <font color="red"> entries.
219
220 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
221
222         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
223         point when parsing headers.
224
225         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
226         is positioned properly when parsing headers.
227
228 2010-11-23  Julien Danjou  <julien@danjou.info>
229
230         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
231
232         * shr-color.el (shr-color->hexadecimal): Add support for color names.
233
234         * shr.el (shr-parse-style): Replace \n with space in style parsing.
235
236         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
237         shr-color-hue-to-rgb.
238         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
239
240 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
241
242         * shr.el (shr-color->hexadecimal): Autoload.
243         (shr-descend): Add color to all tags.
244
245 2010-11-22  Julien Danjou  <julien@danjou.info>
246
247         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
248         shr-color->hexadecimal.
249
250         * shr-color.el (shr-color->hexadecimal): Add converting functions for
251         RGB() or HSL() color representation.
252
253         * shr.el (shr-tag-font): Add.
254         (shr-tag-color-check): New function to get better colors.
255         (shr-tag-insert-color-overlay): Factorize code between tag-font and
256         tag-span.
257
258         * shr-color.el: New file.
259
260         * color-lab.el: New file.
261
262         * gnus-art.el (gnus-url-mailto): Do not downcase args.
263
264 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
265
266         * nnir.el: Fix typo in comments.
267         (nnir-run-imap): Simplify code. No need to reverse artlist.
268         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
269
270 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
271
272         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
273
274         * nnimap.el (nnimap-get-capabilities): Refactor out.
275         (nnimap-open-connection): Re-request capabilities after STARTTLS.
276
277 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
278
279         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
280         appearing when `mm-uu-hide-markers' is nil.
281
282 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
283
284         * nnimap.el (nnimap-unselect-group): Make into its own function.
285         (nnimap-request-rename-group): Unselect group before renaming.
286         This had gotten lost somewhere.
287         (nnimap-request-accept-article): Keep track of examined groups, and
288         unselect the group before APPENDing to read-only groups.
289         (nnimap-request-move-article): Clear flags before moving so that they
290         can be re-set later.
291
292 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
293
294         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
295         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
296
297 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
298
299         * gnus-art.el (gnus-mime-display-single)
300         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
301         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
302         parameter.
303
304 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
305
306         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
307         (shr-table-vertical-line): New variable.
308         (shr-insert-table): Use it.
309
310 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
311
312         * gnus-html.el (gnus-html-wash-images): Don't display images if
313         gnus-inhibit-images is non-nil; register displayer for cid images.
314         (gnus-html-display-image): Work for cid image.
315         (gnus-html-insert-image): Allow arguments.
316         (gnus-html-put-image): Inhibit read-only.
317         (gnus-html-prefetch-images): Don't prefetch images if
318         gnus-inhibit-images is non-nil.
319
320 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
321
322         * shr.el (shr-put-image): Break lines when inserting big pictures.
323
324 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
325
326         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
327         sender, thanks Katsumi Yamaoka.
328
329 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
330
331         * nnir.el (nnir-run-imap): Reverse the article list for each group
332         rather than the whole list.
333
334 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
335
336         * shr.el (shr-image-displayer): Protect function against non-existent
337         image source.
338
339         * gnus-art.el (gnus-inhibit-images): New user option.
340         (gnus-mime-display-single): Don't display image if it is non-nil.
341
342         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
343         gnus-inhibit-images.
344
345         * shr.el (shr-image-displayer): New function.
346         (shr-tag-img): Use it.
347
348 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
349
350         * mml2015.el (mml2015-epg-sign): Use From header.
351
352 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
353
354         * gnus-html.el (gnus-html-wash-images): Register a displayer.
355
356         * gnus-util.el (gnus-find-text-property-region): Return markers.
357
358         * shr.el (shr-tag-img): Put a displayer in the text property.
359
360         * gnus-util.el (gnus-find-text-property-region): New utility function.
361
362         * gnus-html.el (gnus-html-display-image): Make the alt optional.
363         (gnus-html-show-images): Remove.
364
365         * gnus-art.el (gnus-article-show-images): New, more general function.
366
367         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
368         image url text properties.
369
370         * shr.el: Ditto.
371
372         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
373         gnus-agent-auto-agentize-methods is set.  Which it isn't.
374
375 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
376
377         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
378         work for two or more articles.
379
380 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
381
382         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
383         divide an image that's in an html article to two or more when washing
384         non-ASCII characters in alt text of it.
385
386 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
387
388         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
389         smime-decrypt-region using function argument.
390         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
391
392         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
393
394         * smime.el (smime-decrypt-region): Catch it.
395
396 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
397
398         * smime.el (smime-mode-map): Move initialization into declaration.
399         (gnus-run-mode-hooks): Don't autoload.
400         (smime-mode): Use define-derived-mode.
401
402 2010-11-11  Glenn Morris  <rgm@gnu.org>
403
404         * smime.el (from): Restrict declaration to XEmacs.
405
406         * nnir.el (gnus-group-topic-name): Autoload.
407
408 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
409
410         * shr.el (shr-insert): Don't break long line if it is because of
411         kinsoku-bol characters in the line end.
412
413 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
414
415         * nnir.el (nnir-request-move-article): Fix to provide original group
416         and subject.
417         (nnir-warp-to-article): Don't fail on articles whose headers haven't
418         been retrieved.
419
420         * gnus-sum.el (gnus-summary-move-article): Use original group and
421         subject for virtual articles such as those in an nnir summary buffer.
422
423 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
424
425         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
426         least 21.5).
427
428         * smime.el (from): Declare it again for XEmacs.
429
430 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
431
432         * message.el (message-resend): Don't disable encoding unless it's
433         already encoded.
434
435         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
436         low-numbered articles.
437
438 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
439
440         * rfc2047.el (rfc2047-syntax-table): Simplify.
441
442         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
443
444         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
445         set-char-table-range for XEmacs.
446
447 2010-11-10  Glenn Morris  <rgm@gnu.org>
448
449         * time-date.el (time-to-seconds): Always an alias on Emacs,
450         never a real function.
451         (with-no-warnings): Remove compat stub, now unused.
452         (time-less-p): Doc fix.
453         (time-to-number-of-days): Simplify.
454
455         * smime.el (from): Remove unused declaration.
456
457         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
458         (gnus-float-time): On Emacs, always an alias.
459
460         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
461         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
462
463 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
464
465         * dgnushack.el: Don't use ignore-errors in the top level form since it
466         is unavailable in XEmacs even if cl is loaded.
467
468         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
469
470 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
471
472         * shr.el (browse-url-mailto): Autoload.
473
474         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
475
476         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
477         regexp doesn't need quoting.
478
479 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
480
481         * message.el (message-subject-trailing-was-ask-regexp)
482         (message-subject-trailing-was-regexp): Match was: in addition to was.
483
484 2010-11-09  Glenn Morris  <rgm@gnu.org>
485
486         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
487         (nnbabyl-check-mbox): Use point-at-bol.
488
489 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
490
491         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
492
493         * message.el (message-mailto): New function.
494         (message-mailto): Should accept other parameters.
495         (message-mailto): Remove since it duplicates browse-url-mailto
496         functionality.
497
498 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
499
500         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
501         methods.
502         (gnus-read-active-file): Ditto.
503
504         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
505         ": " from the prompt.
506         (gnus-group-make-group): Ditto.
507
508 2010-11-07  Glenn Morris  <rgm@gnu.org>
509
510         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
511         (gnus-bookmark-kill-line): Use point-at-eol.
512
513 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
514
515         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
516         asterisks in From header.
517
518 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
519
520         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
521         string to avoid making the From headers syntactically invalid.
522
523         * message.el (message-send-mail): Don't insert courtesy messages if the
524         message already has List-Post and List-ID messages.
525
526 2010-11-06  Glenn Morris  <rgm@gnu.org>
527
528         * gnus-art.el (gnus-treat-article): Give dynamic local variables
529         `condition', `type', `length' a prefix.
530         (gnus-treat-predicate): Update for above name changes.
531
532 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
533
534         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
535         binding.  Handled by `gnus-summary-refer-thread' instead.
536         (nnir-warp-to-article): New backend function.
537
538         * nnimap.el (nnimap-request-thread): Force dependency updating.
539
540         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
541         (gnus-summary-refer-thread): Rework to improve thread-referral.
542
543         * gnus-int.el (gnus-warp-to-article): New function.
544
545         * gnus-sum.el (gnus-summary-article-map): Bind it.
546
547 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
548
549         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
550         gnus-summary-refer-thread.
551
552         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
553         headers.
554         (gnus-summary-limit-include-thread): Prevent articles in thread from
555         being cut in gnus-cut-threads.
556         (gnus-summary-refer-thread): Limit retrieved headers to those in
557         thread.
558
559 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
560
561         * message.el (message-send-mail): Use the value of
562         message-courtesy-message from the message buffer.
563
564         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
565
566         * shr.el (shr-browse-url): Implement mailto: URLs.
567
568         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
569         "raw".
570
571         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
572         if it's already selected.
573
574         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
575
576 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
577
578         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
579         to measure the length and truncate alt text.
580
581 2010-11-03  Glenn Morris  <rgm@gnu.org>
582
583         * nndiary.el (nndiary-generate-nov-databases-1)
584         (nndiary-generate-active-info): Rename dynamic variable `files' to
585         something less generic.
586
587 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
588
589         * nnir.el (nnir-request-move-article): Call the underlying backend to
590         move articles from nnir.
591
592 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
593
594         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
595
596 2010-11-02  Julien Danjou  <julien@danjou.info>
597
598         * nnir.el: Remove wais support.
599
600 2010-11-02  Glenn Morris  <rgm@gnu.org>
601
602         * gnus-html.el: Reorder requirements to quieten compiler.
603
604 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
605
606         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
607         properly for XEmacs as well.
608         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
609         (gnus-article-natural-long-line-p): Use window-width rather than
610         frame-width.
611
612 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
613
614         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
615         (nnir-read-parms): Don't modify query.
616         (nnir-run-query): Add ability to search topic on current line.
617         (nnir-get-active): Clean up.
618
619 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
620
621         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
622         degenerate articles.
623
624         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
625         (gnus-print-buffer): Just print the buffer as is, without any copying
626         to a buffer and then re-highlighting.
627
628         * nnimap.el (nnimap-request-group): Store the new updated info.
629         (nnimap-request-group): Select the group when we don't know whether it
630         exists or not.
631
632         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
633         groups.
634
635         * gnus-group.el (gnus-group-find-new-groups): Display all the new
636         groups.
637
638         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
639         groups.
640
641         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
642         long-lines case by only filling the long lines.
643
644         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
645         (bug #7311).
646
647 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
648
649         * shr.el: No need to declare `declare-function' since shr.el is for
650         only Emacsen that provide `libxml-parse-html-region'.
651
652         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
653         effective only in a file it is referred to.
654
655 2010-11-01  Glenn Morris  <rgm@gnu.org>
656
657         * mm-util.el (gnus-completing-read): Autoload.
658         (mm-read-coding-system): Simplify Emacs definition.
659
660         * nnmail.el (gnus-activate-group):
661         * nnimap.el (gnutls-negotiate):
662         * nntp.el (netrc-parse): Fix declarations.
663
664 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
665
666         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
667         string-match-p in Emacs >=23.
668
669         * gnus-msg.el (gnus-configure-posting-styles)
670         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
671
672 2010-11-01  Glenn Morris  <rgm@gnu.org>
673
674         * nnir.el (declare-function): Add compat stub.
675         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
676         (nnir-run-gmane): Require 'mm-url.
677
678         * mm-util.el (mm-string-to-multibyte): Simplify.
679
680         * shr.el (declare-function): Add compat stub.
681         (url-cache-create-filename): Declare.
682         (mm-disable-multibyte, widget-convert-button): Autoload.
683
684         * smime.el (ldap-search): Declare.
685         (smime-cert-by-ldap-1): Require ldap on Emacs.
686
687         * nnimap.el: Require nnmail, and gnus-sum when compiling.
688         (nnimap-keepalive): Use gnus-float-time.
689
690         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
691         (mail-source-delete-crash-box): Use gnus-float-time.
692
693         * gnus-dired.el (gnus-completing-read): Autoload.
694
695         * mm-view.el (gnus-rescale-image): Autoload.
696
697         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
698
699         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
700
701         * sieve-manage.el: Require 'cl when compiling.
702
703         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
704         (gnus-iswitchb-completing-read): Require iswitchb.
705         (gnus-select-frame-set-input-focus): Silence compiler.
706
707 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
708
709         * message.el (message-subject-trailing-was-query): Change default to t,
710         since I think that's what most people want.
711
712         * nnimap.el (nnimap-request-accept-article): Erase buffer before
713         appending for easier debugging.
714         (nnimap-wait-for-connection): Take a regexp.
715         (nnimap-request-accept-article): Wait for the continuation line before
716         sending anything unless we're streaming.
717
718         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
719         leave the header washing to take place.
720
721 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
722
723         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
724         regular expression match and replace in posting styles.
725
726 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
727
728         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
729         an entire server.
730         (nnir-get-active): New function.
731         (nnir-run-imap): Use it.
732         (nnir-run-gmane): Who knew, gmane search returns an article score!
733
734         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
735         server on the current line with nnir.
736
737 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
738
739         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
740         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
741         left edge.
742         (gnus-article-foldable-buffer): Skip past the prefix when determining
743         raggedness.
744
745         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
746         the raw article, and change `C-u g' to show the article without doing
747         treatments.
748
749         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
750         on to `gnus-treat-article'.
751         (gnus-inhibit-article-treatments): New variable.
752
753         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
754
755         * gnus-art.el (gnus-treatment-function-alist): Have
756         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
757         (gnus-treat-fill-long-lines): Change default to fill all text/plain
758         sections.
759
760         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
761         parameter.
762         (gnus-article-fill-cited-long-lines): New function.
763         (gnus-article-fill-cited-article): Allow filling only long sections.
764
765         * shr.el (shr-find-fill-point): Don't break lines between punctuation
766         and non-punctuation (like after the apostrophe in "'We").
767
768         * gnus-sum.el (gnus-summary-select-article): Make sure
769         gnus-original-article-buffer is alive.
770
771         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
772         reflect the order they're in in the digest.
773
774         * gnus.el (gnus-group-startup-message): Move point to the start of the
775         buffer.
776
777         * nnimap.el (nnimap-capability): New function.
778         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
779         is set.
780
781 2010-10-31  David Engster  <dengste@eml.cc>
782
783         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
784         conform with changes to gnus-completing-read.
785
786 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
787
788         * shr.el (shr-tag-img): Output "*" instead of "[img]".
789
790 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
791
792         * nnir.el: Move defvar, defcustom around to keep file organized
793         and keep byte-compiler quiet.
794         (nnir-read-parms): Accept search-engine as arg.
795         (nnir-run-query): Pass search-engine as arg.
796         (nnir-search-engine): Remove.
797
798 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
799
800         * shr.el (shr-generic): The text nodes should be text, not :text.
801
802         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
803         later in the file.
804
805 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
806
807         * nnir.el: General clean up.  Allow searching with multiple engines.
808         Allow separate extra-parameters for each engine.
809         Batch queries when possible.
810         (nnir-imap-default-search-key,nnir-method-default-engines):
811         Add customize interface.
812         (nnir-run-gmane): New engine.
813         (nnir-engines): Use it.  Qualify all prompts with engine name.
814         (nnir-search-engine): Remove global variable.
815         (nnir-run-hyrex): Restore for now.
816         (nnir-extra-parms,nnir-search-history): New variables.
817         (gnus-group-make-nnir-group): Use them.
818         (nnir-group-server): Remove in favor of gnus-group-server.
819         (nnir-request-group): Avoid searching twice.
820         (nnir-sort-groups-by-server): New function.
821
822 2010-10-30  Julien Danjou  <julien@danjou.info>
823
824         * gnus-group.el: Remove gnus-group-fetch-control.
825
826         * gnus-start.el (gnus-find-new-newsgroups):
827         Remove gnus-check-first-time-used.
828
829         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
830
831 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
832
833         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
834         set on groups that don't have \* permanentflags.
835
836 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
837
838         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
839         control the background color.
840         (shr-tag-img): Ignore very small web bug type images.
841         (shr-put-image): Add help-echo alt texts to the images.
842         (shr-tag-video): Show the video poster image.
843
844 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
845
846         * shr.el (shr-table-depth): New variable.
847         (shr-tag-table-1): Only insert the images after the top-level table.
848
849         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
850
851         * gnus-util.el (gnus-list-memq-of-list): New function.
852
853         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
854         selected.
855         (nnimap-unsplittable-articles): New slot.
856         (nnimap-new-articles): Use it.
857
858 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
859
860         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
861         move to the previous line on `M-g'.
862
863 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
864
865         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
866         *-request-group, which seems unnecessary.
867
868         * nnimap.el (nnimap-quote-specials): Function copied over from
869         imap.el.
870         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
871         they support that.  Suggested by Tom Regner.
872
873 2010-10-29  Julien Danjou  <julien@danjou.info>
874
875         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
876         defalias.
877         (gnus-summary-delete-marked-with): Remove obsolete defalias.
878
879         * gnus.el: Remove `gnus-nntp-service' variable.
880         (gnus-secondary-servers): Make obsolete.
881         (gnus-nntp-server): Make obsolete.
882
883         * gnus-start.el (gnus-1): Remove x-splash calls.
884
885         * gnus-ems.el (gnus-x-splash): Remove.
886
887         * gnus.el (gnus-group-startup-message): Simplify/update code.
888
889         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
890         definition.
891
892         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
893         capability before doing anything.
894         (gnus-group-insert-group-line): Remove useless
895         gnus-group-remove-excess-properties.
896
897 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
898
899         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
900
901 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
902
903         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
904         config after reselecting.
905
906 2010-10-28  Julien Danjou  <julien@danjou.info>
907
908         * shr.el (shr-put-image): Use point even if only inserting text.
909         (shr-put-image): Save excursion when inserting alt text on non-graphic
910         display, so the behaviour is the same when we are on a graphic display.
911
912         * nnir.el (nnir-run-swish-e): Remove hyrex support.
913
914 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
915
916         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
917         (gnus-mime-copy-part): Check coding system, not charset.
918         (gnus-mime-view-part-externally): Never remove part.
919         (gnus-mime-view-part-internally): Don't remove part here.
920         (gnus-article-part-wrapper): Make sure MIME tag is visible.
921         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
922         multipart/alternative.
923
924         * mm-decode.el (mm-display-part): Take optional arg `force'.
925
926 2010-10-26  Julien Danjou  <julien@danjou.info>
927
928         * gnus-group.el (gnus-group-default-list-level): Add this function to
929         compute the default list level.
930         (gnus-group-default-list-level): Add possibility to use a function.
931
932 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
933
934         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
935
936         * gnus-group.el (gnus-group-completing-read)
937         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
938         gnus-replace-in-string.
939
940 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
941
942         * shr.el (shr-tag-div): Add.
943
944         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
945
946 2010-10-25  Julien Danjou  <julien@danjou.info>
947
948         * gnus-util.el: Remove `gnus-with-local-quit'.
949
950         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
951
952 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
953
954         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
955         the original article buffer.
956
957 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
958
959         * nnimap.el (nnimap-request-head): New function.
960         (nnimap-request-move-article): Try to be slighly faster by not
961         requesting the entire message when moving.
962         (nnimap-transform-headers): Don't bug out on bodiless articles.
963         (nnimap-send-command): Have no outstanding messages if the IMAP server
964         doesn't support streaming.
965         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
966
967 2010-10-24  Julien Danjou  <julien@danjou.info>
968
969         * message.el (message-default-headers): Fix type.
970
971 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
972
973         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
974         prefetching images.
975
976         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
977         backend for unknown groups.  This is mainly useful for nnimap groups.
978
979         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
980         group isn't covered by the agent.
981
982 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
983
984         * nnir.el (nnir-method-default-engines): New variable.
985         (nnir-run-query): Use it.
986         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
987         (gnus-summary-nnir-goto-thread): Change group if needed.
988
989         * gnus-group.el (gnus-group-group-map): Add key binding for
990         gnus-group-make-nnir-group.
991
992 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
993
994         * shr.el (shr-tag-object): Add.
995
996         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
997         original article buffer live.
998         (gnus-summary-select-article-buffer):
999         Mention gnus-widen-article-buffer.
1000
1001 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1002
1003         * shr.el (shr-tag-strong): Add.
1004
1005 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1006
1007         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1008         group names.  They mess up the group buffer badly.
1009
1010         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1011
1012         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1013         instead of the summary one.
1014
1015 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1016
1017         * mml.el (mml-preview): Work properly when editing article.
1018
1019         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1020         gnus-have-read-active-file if it's already been in.
1021
1022 2010-10-22  Tom Tromey  <tromey@redhat.com>
1023
1024         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1025         gnus-group-completing-read.
1026
1027 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1028
1029         * message.el (message-mode-map): Don't bind M-; to comment region, to
1030         allow the global comment-dwim to work.
1031
1032 2010-10-21  Julien Danjou  <julien@danjou.info>
1033
1034         * message.el (message-setup-1): Allow message-default-headers to be a
1035         function.
1036
1037 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1038
1039         * shr.el (shr-tag-table): Simplify.
1040
1041 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1042
1043         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1044         to avoid trying to snarf invalid stuff.
1045
1046         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1047
1048         * gnus.el (gnus-message-archive-group): Quote value.
1049         (gnus-message-archive-group): Mark as changed.
1050
1051         * shr.el (shr-add-font): Don't put the font properties on the newline
1052         or the indentation.
1053
1054         * message.el (message-fix-before-sending): Change options when sending
1055         non-printable characters.
1056
1057         * gnus.el (gnus-message-archive-method): Change the default to
1058         monthly outgoing groups.
1059
1060         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1061         that have gotten new numbers.
1062
1063         * nnimap.el (nnimap-request-replace-article): New function.
1064
1065 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1066
1067         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1068         (nnrss-request-article): Don't use special html washing code.
1069
1070 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1071
1072         * shr.el (shr-tag-table): Remove useless nconc.
1073
1074 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1075
1076         * gnus-art.el (article-wash-html): Simplify and remove the charset
1077         stuff.  Use the normal html rendering code instead of the special html
1078         washing code.
1079
1080         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1081         `gnus-w3m' symbols.
1082         (mm-text-html-washer-alist): Remove.
1083
1084         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1085         (mm-inline-media-tests): Remove use.
1086         (mm-text-html-renderer): Change default to the `shr' symbol.
1087
1088         * mm-view.el (mm-inline-text-html): Remove use.
1089
1090         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1091         `gnus-blocked-images' to be a function.
1092         (gnus-article-wash-function): Remove.
1093
1094 2010-10-20  Julien Danjou  <julien@danjou.info>
1095
1096         * spam.el (spam-list-of-processors): Mark as obsolete.
1097
1098         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1099         (nnimap-insert-partial-structure): Fix boundary detection.
1100
1101 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1102
1103         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1104         run file-truename on remote files.  This can be expensive and even
1105         prevent one from editing drafts if some unrelated buffer has a stale
1106         connection.
1107
1108 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1109
1110         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1111         kinsoku-eol regardless of shr-kinsoku-shorten.
1112         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1113         (shr-tag-table): Support caption, thead, and tfoot.
1114
1115 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1116
1117         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1118         lines.
1119         (shr-save-contents): New command and keystroke.
1120
1121         * nndoc.el (nndoc-type-alist): Add git support.
1122         (nndoc-git-type-p): New function.
1123         (nndoc-transform-git-article): Ditto.
1124         (nndoc-transform-git-headers): Ditto.
1125         (nndoc-transform-git-headers): Generate Subject headers.
1126
1127         * shr.el (shr-parse-style): New function.
1128         (shr-tag-span): Ditto.
1129
1130         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1131         to `G G' to avoid collisions.
1132
1133 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1134
1135         * shr.el: Load kinsoku if necessary.
1136         (shr-kinsoku-shorten): New internal variable.
1137         (shr-find-fill-point): Make kinsoku shorten text line if
1138         shr-kinsoku-shorten is bound to non-nil.
1139         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1140         shr-indentation too when testing if table is wider than frame width.
1141         (shr-insert-table): Use `string-width' instead of `length' to measure
1142         text width.
1143         (shr-insert-table-ruler): Make sure indentation is done at bol.
1144
1145 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1146
1147         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1148         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1149         undecoded network data.
1150
1151 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1152
1153         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1154         name in the mode line spec so that the mode line menu works
1155         (bug #2431).
1156
1157         * message.el (message-get-reply-headers): If we're fed `to-address',
1158         then always use that.
1159
1160         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1161         aren't so wide as to need to switch off the edit menu.
1162
1163         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1164         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1165
1166         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1167         `M-g'.
1168         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1169         the permanent marks.
1170
1171 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1172
1173         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1174         Splitting according to references/in-reply-to obeys the ignore-groups
1175         variable, while splitting by sender and subject do not.
1176
1177 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1178
1179         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1180         alist, so that we can look for non-Unicode chars.
1181         (article-translate-strings): Allow both character and string maps.
1182
1183 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1184
1185         * shr.el (shr-insert): Don't insert space behind a wide character
1186         categorized as kinsoku-bol, or between characters both categorized as
1187         nospace.
1188
1189 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1190
1191         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1192         headers to gnus-newsgroup-headers.
1193
1194 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1195
1196         * shr.el (shr-tag-img): Don't align images -- since we're not
1197         rescaling, this often leads to ugly displays.
1198
1199 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1200
1201         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1202         duplicates.
1203
1204 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1205
1206         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1207         call.
1208
1209 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1210
1211         * gnus.el: Autoload gnus-html-show-images.
1212
1213         * nnimap.el: Use nnheader-message throughout.
1214
1215         * shr.el (shr-tag-img): Ignore images with no data.
1216
1217 2010-10-15  Julien Danjou  <julien@danjou.info>
1218
1219         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1220         a possibility to disable format=flow encoding when using hard newlines.
1221
1222 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1223
1224         * shr.el (shr-insert): Remove space inserted before or after a
1225         breakable character or at the beginning or the end of a line.
1226         (shr-find-fill-point): Do kinsoku; find the second best point or give
1227         it up if there's no breakable point.
1228
1229 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1230
1231         * nnimap.el (nnimap-open-connection): Message when opening connection
1232         for debugging purposes.
1233
1234         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1235         on every setup buffer call to allow this to change from article to
1236         article.
1237
1238         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1239         buffers where we have a wide table.
1240
1241 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1242
1243         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1244         uses *-request-thread.
1245
1246 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1247
1248         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1249         incantation, which is no longer valid.
1250
1251 2010-10-14  Julien Danjou  <julien@danjou.info>
1252
1253         * shr.el: Fix defcustom type (char -> character).
1254
1255 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1256
1257         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1258         programs.
1259
1260 2010-10-14  Julien Danjou  <julien@danjou.info>
1261
1262         * shr.el (shr-tag-a): Use url-link as widget type.
1263
1264         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1265         `gnus-group-get-icon'.
1266
1267 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1268
1269         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1270         This should make server editing work better.
1271
1272         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1273
1274         * tls.el (tls-program): Remove spurious %s from openssl.
1275
1276         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1277         (nnimap-parse-flags): Fix regexp.
1278
1279         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1280         probably work for CJVK text, too.
1281
1282         * nnimap.el (nnimap-extend-tls-programs): Remove.
1283         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1284
1285         * tls.el (tls-starttls-switches): Remove starttls hack.
1286         (open-tls-stream): Ditto.
1287         (tls-find-starttls-argument): Ditto.
1288
1289 2010-10-13  Julien Danjou  <julien@danjou.info>
1290
1291         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1292         responses.
1293
1294 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1295
1296         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1297
1298         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1299         anything in Emacs.
1300
1301         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1302
1303 2010-10-13  Julien Danjou  <julien@danjou.info>
1304
1305         * shr.el (shr-width): Make shr-width a defcustom with default to
1306         fill-column.
1307         (shr-tag-img): Use shr-width rather than fill-column.
1308
1309 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1310
1311         * dgnushack.el (byte-optimize-apply)
1312         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1313
1314         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1315         position when (X-)Faces exist.
1316         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1317         avatars when called interactively.
1318
1319 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1320
1321         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1322         gnus-article-x-face-too-ugly is bound.
1323
1324 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1325
1326         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1327
1328         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1329         mailbox that doesn't exist.
1330
1331 2010-10-12  Julien Danjou  <julien@danjou.info>
1332
1333         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1334         (shr-get-image-data): Encode URL properly when fetching from cache.
1335         (shr-tag-img): Use aligned-to spaces to align correctly images.
1336
1337         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1338         before inserting the Gravatar.
1339
1340         * shr.el (shr-tag-img): Add align attribute support for <img>.
1341
1342 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1343
1344         * gnus-gravatar.el (gnus-art): Require.
1345
1346         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1347         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1348         Remove long obsoleted functions.
1349
1350 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1351
1352         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1353
1354         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1355
1356         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1357         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1358         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1359         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1360         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1361         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1362         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1363
1364 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1365
1366         * nnimap.el (nnimap-request-rename-group): Select group read-only
1367         before renaming it.
1368
1369         * shr.el (shr-insert): Fix up the white space only regexp.
1370
1371         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1372         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1373
1374         * shr.el (shr-current-column): New function.
1375         (shr-find-fill-point): New function.
1376
1377 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1378
1379         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1380         numbers.
1381
1382 2010-10-11  Julien Danjou  <julien@danjou.info>
1383
1384         * shr.el (shr-hr-line): Add.
1385         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1386         display hr lines.
1387         (shr-max-columns): Do not change state to nil if we just inserting
1388         spaces.
1389
1390 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1391
1392         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1393         select the last group.
1394
1395 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1396
1397         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1398
1399 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1400
1401         * dig.el (dig-mode-map): Declare and define in one step.
1402
1403 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1404
1405         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1406         for Gnus.
1407         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1408         (nnimap-update-qresync-info): Mark \Seen articles as read.
1409
1410         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1411         non-variable, too.
1412
1413         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1414         available.
1415         (nnimap-update-info): Rely more on the current active than the param
1416         active to avoid marking articles as read too much.
1417
1418         * auth-source.el (auth-source-create): Use (user-login-name) for the
1419         user name default.
1420
1421         * nnimap.el (nnimap-update-info): If the server doesn't return any
1422         useful info, just use the previous info.
1423         (nnimap-update-info): Prefer old info over start-article.
1424         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1425
1426 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1427
1428         * nnir.el (autoload): Clean up autoloads.
1429         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1430         Use key rather than value.
1431         (nnir-imap-search-other): New variable.
1432         (nnir-read-parm): Use it.
1433         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1434         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1435
1436 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1437
1438         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1439         the process, too.
1440
1441 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1442
1443         * spam.el (gnus-summary-mode-map): Bind to "$".
1444         Suggested by Russ Allbery.
1445
1446         * shr.el: Rework the way things are indented by <li> slightly.
1447
1448         * gnus.el (gnus-group-set-parameter): Fix typo.
1449
1450         * nnimap.el: Start implementing QRESYNC support.
1451
1452 2010-10-09  Julien Danjou  <julien@danjou.info>
1453
1454         * nnir.el (nnir-engines): Fix too many arguments.
1455
1456 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1457
1458         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1459         group is the "last", so that the backends like nnfolder actually save
1460         their folders.
1461
1462         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1463         try to use that for the tls stream.
1464         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1465         UIDVALIDITY and find out which groups are read-only and not.
1466         (nnimap-get-flags): Use the same marks parsing code as the rest of
1467         nnimap.
1468
1469 2010-10-09  Julien Danjou  <julien@danjou.info>
1470
1471         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1472
1473         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1474         retrieving gravatars.
1475
1476         * shr.el (shr-table-corner): Add.
1477         (shr-table-line): Add.
1478         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1479
1480 2010-10-08  Julien Danjou  <julien@danjou.info>
1481
1482         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1483
1484 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1485
1486         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1487
1488         * gnus-sum.el (gnus-mark-article-as-unread)
1489         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1490         (gnus-summary-set-bookmark): Use it.
1491
1492         * gnus-msg.el (gnus-setup-message): Use it.
1493
1494         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1495
1496         * gnus.el (gnus-group-remove-parameter): Use it.
1497
1498         * gnus-group.el (gnus-group-make-web-group): Use it.
1499
1500         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1501
1502         * nnregistry.el: Update docs to mention manual.
1503
1504         * gnus-registry.el: Update docs to mention nnregistry.el.
1505         (gnus-registry-initialize): Don't install nnregistry refer method
1506         automatically.
1507         (gnus-registry-install-nnregistry): Remove it.
1508
1509 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1510
1511         * shr.el (shr-insert): Don't insert double spaces.
1512
1513 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1514
1515         * gnus-gravatar.el (gnus-treat-from-gravatar)
1516         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1517         called interactively.
1518
1519         * gnus-art.el (gnus-mime-view-part-externally)
1520         (gnus-mime-view-part-internally): Make predicate function passed to
1521         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1522         of a mime type.
1523
1524         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1525
1526 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1527
1528         * shr.el (require): Require cl when compiling.
1529         (shr-tag-hr): New function.
1530
1531         * nnimap.el (nnimap-update-info): Remove double setting of high.
1532         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1533         This makes nnimap work properly on Courier again.
1534
1535         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1536         the variable for backwards compatability.
1537
1538         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1539         the file name before using to avoid setting mm-default-directory to
1540         nil.
1541
1542         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1543         bidning gnus-agent variables.
1544
1545         * shr.el (shr-render-td): Use a cache for the table rendering function
1546         to avoid getting an exponential rendering behaviour in nested tables.
1547         (shr-insert): Rework the line-breaking algorithm.
1548         (shr-insert): Don't leave trailing spaces.
1549         (shr-insert-table): Also insert empty TDs.
1550         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1551
1552 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1553
1554         * gnus-sum.el (gnus-number): Rename from `number'.
1555         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1556         (gnus-summary-limit-children): Update uses correspondingly.
1557
1558 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1559
1560         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1561         (gnus-gravatar-transform-address): Don't show avatars of people of
1562         which mail addresses match gnus-gravatar-too-ugly.
1563
1564 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1565
1566         * shr.el (shr-table-widths): Expand TD elements to fill available
1567         space.
1568
1569 2010-10-07  Julien Danjou  <julien@danjou.info>
1570
1571         * nnimap.el (nnimap-request-rename-group): Add this method.
1572
1573 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1574
1575         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1576         name from XEmacs' function-arglist.
1577
1578         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1579         gravatar under XEmacs.
1580
1581 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1582
1583         * auth-source.el: Update docs with TODO items.
1584
1585         * gnus-sync.el: Update docs to explain state and plans.
1586
1587         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1588         Hooks for mark updates.
1589         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1590
1591         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1592         hooks with arguments, which is needed for mark update hooks.
1593
1594 2010-10-06  Julien Danjou  <julien@danjou.info>
1595
1596         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1597         was matched.
1598
1599         * sieve-manage.el: Update example in `Commentary'.
1600
1601         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1602
1603         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1604         not 2000.
1605         (sieve-manage-authenticate): Re-add function.
1606
1607 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1608
1609         * shr.el (shr-insert): Get 'space transition right.
1610         (shr-render-td): Only delete space at the end of the TD.
1611
1612         * nnimap.el (nnimap-open-connection): Prepare to support
1613         open-gnutls-stream.
1614
1615         * shr.el: Rearrange function order to be more logical.
1616
1617 2010-10-06  Julien Danjou  <julien@danjou.info>
1618
1619         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1620         (nnrss-discover-feed): Remove 404 URL in docstring.
1621
1622         * nnir.el: Fix Swish-E URL.
1623         Fix Namazu URL.
1624
1625         * message.el (message-change-subject): Remove 404 URL in a comment.
1626
1627 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1628
1629         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1630         called interactively.
1631
1632         * gnus-util.el (gnus-remove-if): Allow hash table.
1633         (gnus-remove-if-not): New function.
1634
1635         * gnus-art.el (gnus-mime-view-part-as-type)
1636         * gnus-score.el (gnus-summary-score-effect)
1637         * gnus-sum.el (gnus-read-move-group-name):
1638         Replace remove-if-not with gnus-remove-if-not.
1639
1640         * gnus-group.el (gnus-group-completing-read):
1641         Regard collection as a hash table if it is not a list.
1642
1643 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1644
1645         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1646
1647         * shr.el: Document the table-rendering algorithm.
1648
1649 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1650
1651         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1652         for Emacsen having no `libxml-parse-html-region' support.
1653
1654 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1655
1656         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1657         invalid URLs.
1658
1659         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1660         line-broken.
1661         (shr-tag-img): Ignore image fetching errors.
1662         (shr-overlays-in-region): Compute overlay positions correctly.
1663
1664         * mm-decode.el (mm-shr): Require shr.
1665
1666         * gnus-art.el (gnus-blocked-images): Move variable here.
1667
1668         * shr.el (shr-insert-table): Bind free variable.
1669
1670         * mm-decode.el (mm-shr): Bind shr-content-function.
1671
1672         * shr.el (shr-content-function): New variable.
1673
1674         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1675         added for symmetry.
1676
1677         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1678
1679         * gnus-group.el (gnus-group-make-group): Doc fix.
1680
1681         * nnimap.el (nnimap-request-newgroups): Return success.
1682
1683         * shr.el (shr-find-elements): New function.
1684         (shr-tag-table): Put all the images after the table.
1685         (shr-tag-table): Really inhibit images inside the table.
1686         (shr-collect-overlays): Copy over overlays from the TD elements to the
1687         main document.
1688
1689         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1690         gnus-blocked-images.
1691
1692 2010-10-05  Julien Danjou  <julien@danjou.info>
1693
1694         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1695
1696         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1697         (gnus-html-maximum-image-size): Add this function.
1698         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1699
1700         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1701         server-value of the capability is nil.
1702
1703 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1704
1705         * shr.el (shr-tag-em): Add <EM> tag.
1706
1707 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1708
1709         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1710         customizable.
1711
1712         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1713         handing broken links to browse-url.
1714
1715 2010-10-05  Julien Danjou  <julien@danjou.info>
1716
1717         * gnus-util.el (gnus-emacs-completing-read)
1718         (gnus-iswitchb-completing-read): Use autoload rather than require.
1719
1720 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1721
1722         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1723         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1724         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1725         iswitchb-temp-buflist for XEmacs.
1726
1727         * gnus-util.el (gnus-completing-read-function): Exclude
1728         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1729         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1730         XEmacs.
1731
1732         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1733         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1734
1735         * gnus-html.el: Don't require help-fns under XEmacs.
1736         (gnus-html-schedule-image-fetching): Work for XEmacs.
1737
1738         * mm-decode.el (mm-shr): Decode contents by charset.
1739
1740 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1741
1742         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1743         unknown.
1744
1745         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1746         (shr-get-image-data): Ensure against the cache file missing.
1747
1748         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1749         for data.
1750
1751         * spam-report.el (spam-report-url-ping-plain): Don't query about
1752         killing the process.
1753
1754         * shr.el (shr-render-td): Protect against too-wide text.
1755
1756 2010-10-04  Julien Danjou  <julien@danjou.info>
1757
1758         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1759         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1760
1761         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1762         retrieved.
1763
1764 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1765
1766         * shr.el (browse-url): Require.
1767         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1768         lines.
1769         (shr-show-alt-text, shr-browse-image): New commands.
1770         (shr-browse-url, shr-copy-url): New commands.
1771
1772         * gnus-sum.el (gnus-widen-article-window): New variable.
1773         (gnus-summary-select-article-buffer): Use it.
1774
1775         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1776         without @ signs.
1777
1778 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1779
1780         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1781
1782 2010-10-04  Julien Danjou  <julien@danjou.info>
1783
1784         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1785         for XEmacs.
1786
1787 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1788
1789         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1790
1791         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1792         (nnimap-close-server): Implement.
1793
1794         * dgnushack.el (iswitchb): Require to shut up the compiler.
1795
1796         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1797         (shr-insert): Tweak line breaking.
1798         (shr-insert): Handle <pre> better.
1799         (shr-tag-li): Get <li> indentation right.
1800         (shr-tag-li): Get <li> indentation even righter.
1801         (shr-tag-blockquote): Ensure paragraph start.
1802         (shr-make-table): Tweak table generation.
1803         (shr-make-table): Fix typo.
1804
1805         * shr.el: Implement table rendering.
1806
1807 2010-10-04  Julien Danjou  <julien@danjou.info>
1808
1809         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1810
1811 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1812
1813         * shr.el (shr-insert): Use string anchors instead of line anchors.
1814
1815 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1816
1817         * shr.el: Add headings.
1818         (shr-ensure-paragraph): Actually work.
1819         (shr-tag-li): Make <ul> prettier.
1820         (shr-insert): Get white space at the beginning/end of elements right.
1821         (shr-tag-p): Collapse subsequent <p>s.
1822         (shr-ensure-paragraph): Don't insert double line feeds after blank
1823         lines.
1824         (shr-insert): \t is also space.
1825         (shr-tag-s): Fix "s" tag name function.
1826         (shr-tag-s): Fix face prop name.
1827
1828 2010-10-03  Julien Danjou  <julien@danjou.info>
1829
1830         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1831
1832         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1833         gnus-window-inside-pixel-edges.
1834
1835         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1836         gnus-ems.
1837
1838         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1839
1840         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1841         function.
1842
1843         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1844         resize choice.
1845
1846 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1847
1848         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1849         beginning of the buffer.
1850
1851         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1852         article buffer again.
1853
1854         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
1855
1856         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1857         when it's at the start of the buffer.
1858
1859         * shr.el (shr-tag-blockquote): Convert name.
1860         (shr-rescale-image): Use the right image-size variant.
1861
1862         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1863         buffer isn't shown, then select the current article first instead of
1864         bugging out.
1865         (gnus-summary-select-article-buffer): Show both the article and summary
1866         buffers again.
1867
1868         * shr.el (shr-fontize-cont): Protect against regions with no text.
1869         Rename tag functions to shr-tag-* for enhanced security.
1870         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1871
1872 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1873
1874         * shr.el (shr-insert):
1875         * pop3.el (pop3-movemail):
1876         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1877         loaded.
1878
1879 2010-10-03  Glenn Morris  <rgm@gnu.org>
1880
1881         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1882
1883         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1884
1885         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1886
1887         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1888
1889         * gnus-util.el (gnus-make-local-hook): Simplify.
1890
1891 2010-10-02  Julien Danjou  <julien@danjou.info>
1892
1893         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1894         (gnus-ido-completing-read): New function.
1895         (gnus-emacs-completing-read): New function.
1896         (gnus-completing-read): Use gnus-completing-read-function.
1897         Add gnus-completing-read-function.
1898
1899 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1900
1901         * shr.el (shr-insert-document): Autoload.
1902         (shr-img): Be silent.
1903         (shr-insert): Add a newline after every picture before text.
1904         (shr-add-font): Use overlays for combining faces.
1905         (shr-insert): Pass upwards the text start point.
1906
1907         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1908         possible.
1909         (mm-shr): New function.
1910
1911 2010-10-02  Julien Danjou  <julien@danjou.info>
1912
1913         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1914         should go backward.
1915
1916 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1917
1918         * shr.el (shr): Fix typo in provide call.
1919
1920 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1921
1922         * shr.el: New file.
1923
1924         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1925
1926         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1927         completing read.
1928
1929 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1930
1931         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1932         we're being queried about.  Suggested by Dan Jacobson.
1933
1934         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
1935         Suggested by Jason Eisner.
1936
1937         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1938         table, too.  Suggested by Stefan Wiens.
1939         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1940         the table unnecessary.  Suggested by Stefan Wiens.
1941
1942         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1943         longer needed, and probably doesn't work either, as pointed out by
1944         Stefan Wiens.
1945         (gnus-summary-exit): Remove call to the clearing function.
1946         (gnus-summary-exit-no-update): Ditto.
1947
1948         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1949         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1950         Reported by Stefan Monnier.
1951         (gnus-summary-save-in-rmail): Ditto.
1952
1953         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1954         article buffer, instead of both the article buffer and the summary
1955         buffer.  Sort of suggested by Dan Jacobson.
1956
1957         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1958
1959         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1960         Suggested by Dan Jacobson.
1961
1962         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1963         documentation clearer.
1964
1965         * message.el (message-shorten-references): Comment on the number "21".
1966         Suggested by Stefan Monnier.
1967
1968         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1969         Suggested by Dan Jacobson.
1970
1971         * gnus.el (gnus-large-newsgroup):
1972         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1973
1974         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1975         externalize attachments.  Bug reported by Steve Wen.
1976
1977         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1978         really message anything to the user.
1979
1980         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1981         directly.
1982
1983         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1984         messages in empty groups.
1985
1986 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1987
1988         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1989         non-UIDNEXT group.
1990
1991 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1992
1993         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1994         not the value from the collection.
1995
1996         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1997         values.  This sometimes happens on some groups that have no info.
1998         (nnimap-request-newgroups): New function.
1999
2000 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2001
2002         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2003         check into `gnus-registry-initialize'.
2004         (gnus-registry-initialize): Ditto.
2005         Fix and extend header docs.
2006
2007 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2008
2009         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2010         regexp backtrace overflows.
2011
2012         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2013         for starttls that tls.el implements; i.e. openssl.
2014
2015         * tls.el (tls-starttls-switches): Give up on using starttls with
2016         gnutls-cli.
2017         (tls-program): Add --insecure to be consistent with the defaults from
2018         openssl s_client.  Now all three commands are insecure.
2019
2020 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2021
2022         * lpath.el: Bind completion-styles-alist for XEmacs.
2023
2024         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2025         (gravatar-create-image): New function that's an alias to
2026         gnus-xmas-create-image, gnus-create-image, or create-image.
2027         (gravatar-data->image): Use it.
2028
2029 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2030
2031         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2032         install the nnregistry refer method.
2033         (gnus-registry-install-hooks): Use it.
2034         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2035         unfollowed groups.
2036
2037 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2038
2039         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2040         expanding threads.
2041
2042 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2043
2044         * nnir.el: Use the server names without suffixes (bug #7009).
2045
2046         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2047         unencrypted to STARTTLS, if possible.
2048
2049 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2050
2051         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2052         headers before superseding.
2053
2054 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2055
2056         * nnrss.el (nnrss-use-local): Add documentation.
2057
2058         * nnimap.el (nnimap-extend-tls-programs): New function.
2059         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2060         (nnimap-wait-for-connection): Accept the greeting from the stupid
2061         output from openssl s_client -starttls, too.
2062
2063         * tls.el (tls-starttls-switches): New variable.
2064         (tls-find-starttls-argument): Use it.
2065         (open-tls-stream): Ditto.
2066
2067         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2068         (netrc-machine): Ditto.
2069
2070         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2071         article number.
2072         (nnimap-split-fancy): New variable.
2073         (nnimap-split-incoming-mail): Use it.
2074
2075         * nntp.el (nntp-server-list-active-group): Document.
2076
2077         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2078         SELECT to get the message-id.
2079
2080         * mail-source.el (mail-sources): Remove webmail support.
2081         (defvar): Ditto.
2082         (mail-source-fetcher-alist): Ditto.
2083         (mail-source-fetch-webmail): Remove.
2084
2085         * webmail.el: Remove -- doesn't seem relevant any more.
2086
2087         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2088
2089         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2090         the \r.
2091
2092 2010-09-30  Julien Danjou  <julien@danjou.info>
2093
2094         * gnus-agent.el (gnus-agent-add-group): Fix call to
2095         gnus-completing-read.
2096
2097 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2098
2099         * nndoc.el (nndoc-retrieve-groups): New function.
2100
2101         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2102         `default', use nnmail-split-methods.
2103         (nnimap-request-article): Downcase the NILs so that they are nil.
2104
2105         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2106         symbol.
2107
2108         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2109         code, since if the user has requested network, that's what they ought
2110         to get.
2111         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2112         (nnimap-split-rule): Mark as obsolete.
2113
2114         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2115         New variable.
2116
2117         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2118         correct slot, too.
2119
2120 2010-09-29  Julien Danjou  <julien@danjou.info>
2121
2122         * gnus.el (gnus-local-domain): Declare variable obsolete.
2123
2124         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2125         Fix history computing.
2126         (gnus-ido-completing-read): Require ido.
2127
2128 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2129
2130         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2131         build Gnus.
2132
2133         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2134         when interpreting the structures.
2135         (nnimap-request-accept-article): Add \r\n to the lines to make this
2136         work with Cyrus.
2137
2138         * nndraft.el (nndraft-request-expire-articles): Use the group name
2139         instead if "nndraft".  Fix found by Nils Ackermann.
2140
2141 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2142
2143         * nnregistry.el: Add.
2144
2145 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2146
2147         * nnmail.el (group, group-art-list, group-art):
2148         Remove unneeded directives.
2149
2150 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2151
2152         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2153         (mm-mime-charset)
2154         * rfc2047.el (rfc2047-syntax-table)
2155         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2156
2157         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2158         rather than `insert-file-contents' and `eval-region'.
2159
2160         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2161         construction.
2162
2163         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2164
2165         * time-date.el: No need to require cl for Emacs 21.
2166
2167 2010-09-29  Julien Danjou  <julien@danjou.info>
2168
2169         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2170         replacement of `gnus-gravatar-relief' to mimic
2171         `gnus-faces-properties-alist'.
2172         Add :version property.
2173
2174 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2175
2176         * mail-source.el (mail-source-report-new-mail)
2177         * message.el (message-default-mail-headers)
2178         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2179
2180         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2181
2182 2010-09-28  Julien Danjou  <julien@danjou.info>
2183
2184         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2185         mail-address contains the same string as real-name.
2186
2187         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2188         non-blank in header, otherwise it'll get stripped.
2189
2190         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2191         real-name, and then for mail address rather than doing : or , search.
2192
2193 2010-09-27  Julien Danjou  <julien@danjou.info>
2194
2195         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2196         right completing-read function.
2197         (gnus-use-ido): New variable
2198         (gnus-completing-read-with-default): Remove.
2199         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2200         (gnus-agent-add-group):
2201         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2202         * mm-view.el (mm-view-pkcs7-decrypt):
2203         * mm-util.el (mm-codepage-setup):
2204         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2205         * mml-smime.el (mml-smime-openssl-sign-query):
2206         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2207         (mml-insert-multipart):
2208         * gnus-msg.el (gnus-summary-yank-message):
2209         * gnus-int.el (gnus-start-news-server):
2210         * mm-decode.el (mm-interactively-view-part):
2211         * gnus-dired.el (gnus-dired-attach):
2212         * gnus.el (gnus-read-method):
2213         * gnus-bookmark.el (gnus-bookmark-jump):
2214         * gnus-art.el (gnus-mime-view-part-as-type)
2215         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2216         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2217         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2218         * nnmairix.el (nnmairix-create-server-and-default-group)
2219         (nnmairix-update-groups, nnmairix-get-server)
2220         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2221         (nnmairix-get-group-from-file-path):
2222         * nnrss.el (nnrss-find-rss-via-syndic8):
2223         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2224         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2225         (gnus-group-browse-foreign-server):
2226         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2227         (gnus-summary-execute-command, gnus-summary-respool-article)
2228         (gnus-read-move-group-name):
2229         * gnus-score.el (gnus-summary-increase-score)
2230         (gnus-summary-score-effect):
2231         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2232
2233 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2234
2235         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2236         x-focus-frame.
2237
2238         * nnimap.el (auth-source-forget-user-or-password)
2239         (auth-source-user-or-password): Autoload.
2240
2241         * message.el (message-from-style, message-interactive)
2242         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2243         (message-yank-prefix, message-indentation-spaces, message-signature)
2244         (message-signature-file): Add comment.
2245
2246 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2247
2248         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2249         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2250         new articles.
2251
2252         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2253         parts.
2254         (nnimap-request-article): Work with the t setting, too.
2255
2256         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2257         that you don't get flashes of other buffers.
2258         (gnus-summary-show-complete-article): Intern before setting.
2259
2260 2010-09-27  David Engster  <dengste@eml.cc>
2261
2262         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2263         well as HEADERS.
2264         (nnmairix-retrieve-headers): Provide new argument for the above.
2265
2266 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2267
2268         * gnus-sum.el (gnus-summary-move-article): Don't alter
2269         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2270         group.
2271
2272         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2273
2274         * message.el (message-cite-prefix-regexp): Revert my last edit.
2275
2276         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2277         variable instead of the Gnus variable.
2278
2279         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2280
2281         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2282
2283         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2284         since some servers don't like it.
2285         (nnimap-open-connection): Forget credentials if the server says the
2286         password was wrong.
2287         (nnimap-parse-line): Protect against invalid data.
2288
2289         * gnus-sum.el (gnus-summary-move-article): Add comment.
2290         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2291         nothing alters it while scanning for new messages.
2292
2293         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2294         which may or may not help.
2295         (nnimap-open-connection): If we're doing a stream connection, and then
2296         discover we're on a STARTTLS-capable server, then open a STARTTLS
2297         connection instead.
2298
2299 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2300
2301         * nnimap.el (utf7): Require.
2302
2303         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2304         prefix.
2305
2306 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2307
2308         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2309
2310 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2311
2312         * nnimap.el (nnimap-request-accept-article): Message the error on
2313         error.
2314
2315 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2316
2317         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2318
2319 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2320
2321         * nndoc.el (nndoc-request-list): Return success always.
2322
2323         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2324         `fetch-old' -- we only want to fetch the articles we've requested.
2325         The rest are in the agent, probably.
2326         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2327         disappeared server" to something low.  It's not important.
2328
2329         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2330         arrived before the FETCH data.
2331
2332         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2333         target here, because we don't know the Gnus name of the group.
2334
2335         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2336         for the correct group.
2337
2338         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2339
2340         * gnus.el (gnus): Give a final warning after startup.
2341
2342         * gnus-util.el (gnus-action-message-log): New variable.
2343         (gnus-message): Use it.
2344         (gnus-final-warning): New function.
2345
2346         * nnimap.el (nnimap-open-connection): Record the greeting.
2347         (nnimap): Add greeting.
2348
2349 2010-09-26  Julien Danjou  <julien@danjou.info>
2350
2351         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2352         arguments.
2353         (gnus-html-wash-images): Fix spec computing to include start/end.
2354
2355         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2356
2357 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2358
2359         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2360         deletion.
2361         (nnimap-retrieve-headers): Don't select the group, because that's
2362         already done by nnimap-possibly-change-group.
2363
2364         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2365         (gnus-picon-transform-address): Use it.
2366
2367         * mail-source.el (mail-source-value): Revert previous patch.
2368
2369         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2370         on failure.
2371         (nnimap-open-connection): Look up both virtual and physical server name
2372         credentials.
2373
2374         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2375
2376 2009-02-07  Dave Love  <fx@gnu.org>
2377
2378         * tls.el (open-tls-stream): Don't query killing process.
2379
2380 2009-02-08  Dave Love  <fx@gnu.org>
2381
2382         * gnus-win.el (gnus-window-to-buffer-helper)
2383         (gnus-all-windows-visible-p): Function needn't be a symbol.
2384
2385         * mail-source.el (mail-source-value): Function needn't be a symbol.
2386
2387 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2388
2389         * message.el (message-cite-prefix-regexp): Remove } from the cite
2390         prefix.
2391
2392         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2393         highlight again, so that the highlight is correct.
2394
2395         * gnus-picon.el (gnus-picon): Remove again.
2396         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2397
2398         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2399         doing the header highlightling, so that the background colour of the
2400         picon is correct.
2401
2402         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2403         (gnus-picon): Ditto.
2404         (gnus-picon): Reinstate.  The background colour for picons is white.
2405         (gnus-picon-insert-glyph): Make the background white.
2406
2407         * nnml.el (nnml-open-nov): Don't return dead buffers.
2408
2409         * auth-source.el (auth-source-create): Query the user for whether to
2410         store the credentials.
2411
2412         * netrc.el (netrc-store-data): New function.
2413
2414         * auth-source.el (auth-source-user-or-password): Use the existing auth
2415         sources, if any, for creation.
2416
2417         * gnus.el (gnus-group-fast-parameter): Return the last matching
2418         parameter instead of the first matching parameter.
2419
2420 2010-09-26  Julien Danjou  <julien@danjou.info>
2421
2422         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2423
2424 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2425
2426         * mml2015.el (mml2015-use): Remove gpg support.
2427
2428         * mml1991.el (mml1991-function-alist): Remove gpg function.
2429         (mml1991-gpg-sign): Remove.
2430
2431 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2432
2433         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2434         (gnus-browse-unsubscribe-current-group): Document it.
2435         (gnus-browse-unsubscribe-group): Use it.
2436
2437 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2438
2439         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2440         address to the To list for easier response.
2441
2442         * gnus.el (gnus-play-startup-jingle): Remove.
2443         (gnus-splash): Don't play jingle.
2444         (gnus): Silence gnus-load message.
2445
2446         * gnus-art.el (gnus-treat-play-sounds): Remove.
2447
2448         * gnus.el (gnus-play-jingle): Remove audio support.
2449
2450         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2451
2452         * earcon.el: Remove -- no users.
2453
2454         * gnus-audio.el: Remove -- no users of this package.
2455
2456         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2457
2458         * gnus-start.el (gnus-setup-news): Remove nocem support.
2459
2460         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2461
2462         * gnus.el (gnus-use-nocem): Remove.
2463
2464         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2465         Remove.
2466
2467         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2468         uses NoCeM any more.
2469
2470         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2471         (gnus-button-ctan-handler): Ditto.
2472         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2473         (gnus-button-ctan-directory-regexp): Ditto.
2474         (gnus-button-handle-ctan): Ditto.
2475         (gnus-button-tex-level): Ditto.
2476         (gnus-button-alist): Remove CTAN stuff.
2477
2478 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2479
2480         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2481         nnimap-streaming test.
2482
2483         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2484         servers twice.
2485
2486         * nnimap.el (nnimap-open-connection): Add more error reporting when
2487         nnimap fails early.
2488
2489         * nnheader.el (nnheader-get-report-string): New function.
2490         (nnheader-get-report): Use it.
2491
2492         * gnus-int.el (gnus-check-server): Say what the error was when opening
2493         failed.
2494
2495         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2496         using streaming.
2497
2498 2010-09-25  Julien Danjou  <julien@danjou.info>
2499
2500         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2501         gnus-window-inside-pixel-edges.
2502
2503 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2504
2505         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2506
2507         * mm-decode.el (mm-save-part): Allow saving to other directories the
2508         normal Emacs way.
2509
2510         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2511         Suggested by Jay Berkenbilt.
2512
2513         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2514         there isn't a single byte.
2515
2516         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2517         just do it.  It doesn't really seem to matter what the user responds
2518         here, I think, so it's just a confusing question.
2519
2520         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2521         non-streaming case.
2522
2523         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2524         (gnus-article-encrypt-body): Use it.
2525
2526         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2527         keystroke.
2528
2529         * nnimap.el (nnimap-find-wanted-parts-1):
2530         Use gnus-fetch-partial-articles.
2531
2532         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2533
2534         * nnimap.el (nnimap-insert-partial-structure): New function.
2535         (nnimap-get-partial-article): New function.
2536         (nnimap-request-article): Use it.
2537         (nnimap-wait-for-response): Return whether the wait was successful.
2538         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2539         retrieval wasn't successful.
2540         (nnimap-retrieve-group-data-early): Allow throttling servers.
2541         (nnimap-streaming): New variable.
2542         (nnimap-fetch-partial-articles): Remove.
2543
2544         * mm-decode.el (mm-with-part): Protect against killed buffers.
2545
2546         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2547         for prettier summary display.
2548
2549 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2550
2551         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2552
2553 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2554
2555         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2556         apparently third-party libraries depend on it.
2557
2558         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2559         before starting negotiation.
2560
2561         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2562         privacy reasons.
2563         (gnus-treat-mail-gravatar): Ditto.
2564
2565         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2566         buffer when inserting images.  Inserting text into the headers, for
2567         instance, can make them invalid.
2568
2569 2010-09-25  Julien Danjou  <julien@danjou.info>
2570
2571         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2572         variables.
2573
2574         * nnheader.el: Remove useless variables news-reply-yank-from and
2575         news-reply-yank-message-id.
2576
2577         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2578         variables.
2579
2580         * mml1991.el: Remove useless mml1991-verbose.
2581
2582         * gnus.el: Remove useless variable gnus-use-generic-from.
2583         Remove obsolete variable gnus-topic-indentation.
2584
2585         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2586
2587         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2588
2589         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2590
2591         * gnus-group.el: Remove useless gnus-group-icon-cache.
2592         Remove useless gnus-ephemeral-group-server.
2593
2594         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2595
2596         * mml2015.el: Remove useless mml2015-verbose.
2597
2598         * mml-smime.el: Remove useless mml-smime-verbose.
2599
2600         * gnus.el: Remove useless gnus-local-domain.
2601
2602         * gnus-gravatar.el (gnus-gravatar-transform-address):
2603         Use gnus-gravatar-size.
2604
2605         * gnus-art.el: Remove useless gnus-treat-translate.
2606
2607 2010-09-24  Julien Danjou  <julien@danjou.info>
2608
2609         * gnus-sum.el: Add support for Gravatars.
2610
2611         * gnus-art.el: Add support for Gravatars.
2612
2613         * gnus-gravatar.el: Add this file.
2614
2615         * gravatar.el: Add this file.
2616
2617 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2618
2619         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2620
2621         * gnus-group.el (gnus-group-fetch-faq): Remove.
2622
2623         * gnus.el (gnus-group-faq-directory): Remove.
2624
2625         * gnus-group.el (gnus-group-fetch-charter): Remove.
2626
2627         * gnus.el (gnus-group-charter-alist): Remove.
2628
2629         * gnus-group.el (gnus-group-archive-directory): Remove.
2630         (gnus-group-recent-archive-directory): Ditto.
2631         (gnus-group-make-archive-group): Remove.
2632
2633         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2634
2635         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2636         use the same article number for all the cached articles.
2637
2638         * nnimap.el (nnimap-command): Register the last command time so
2639         that we can use it for idling NOOPs.
2640         (nnimap-open-connection): Start the keeplive timer.
2641         (nnimap-make-process-buffer): Store all the process buffers.
2642         (nnimap-keepalive): New function.
2643
2644         * starttls.el (starttls-open-stream): Add autoload cookie.
2645
2646 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2647
2648         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2649         handling.
2650
2651 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2652
2653         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2654         its data structures.
2655
2656         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2657         instead of the cl.el copy-list.
2658         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2659         equalp.
2660
2661 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2662
2663         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2664         and tool-bar-local-item-from-menu.
2665
2666         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2667         mode-line-highlight face for Emacs.
2668
2669         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2670         loading gnus-sum.elc; fix comment for canlock-verify.
2671         (gnus-article-jump-to-part): Use read-number.
2672         (gnus-insert-mime-button, gnus-insert-mime-security-button):
2673         Remove Emacs pre-21 compatible code for help-echo.
2674         (gnus-article-next-page-1): No need to adjust the number of lines.
2675         (gnus-article-describe-bindings): Always use help-buffer.
2676
2677         * gnus-audio.el (gnus-audio-inline-sound)
2678         * gnus-cus.el (gnus-custom-mode)
2679         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2680
2681         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2682
2683         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2684         compatible code.
2685
2686 2010-09-24  Glenn Morris  <rgm@gnu.org>
2687
2688         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2689         visiting the fcc file in rmail-mode.
2690
2691         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2692
2693 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2694
2695         * nnir.el: Silence the byte compiler.
2696
2697         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2698         alias to browse-url-url-encode-chars if any.
2699         (gnus-html-encode-url): Use it.
2700
2701 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2702
2703         * gnus-start.el (gnus-use-backend-marks): New variable.
2704         (gnus-get-unread-articles-in-group): Use it.
2705
2706         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2707         makeover.
2708
2709 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2710
2711         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2712
2713 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2714
2715         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2716         Remove.
2717         (gnus-setup-news-hook):
2718         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
2719
2720         * gnus-int.el (gnus-request-update-info): Protect against backends not
2721         having the function.
2722
2723         * nnimap.el (nnimap-stream): Mention starttls.
2724         (nnimap-open-connection): Add starttls support.
2725
2726 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2727
2728         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2729
2730 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2731
2732         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2733         BODYSTRUCTUREs.
2734         (nnimap-transform-headers): Unfold quoted {42} headers.
2735
2736         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2737         the info.
2738         (gnus-get-unread-articles): Only call updatep on backends that support
2739         it.
2740
2741         * nnweb.el (nnweb-request-update-info): NOOP.
2742
2743         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
2744
2745         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
2746         since it only deals with marks.
2747
2748         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
2749         gnus-request-marks, and make a new gnus-request-update-info.
2750
2751         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2752         the active instead of the high number, which is usually too low.
2753
2754 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2755
2756         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2757         * encrypt.el: Remove.
2758
2759 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2760
2761         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2762         server in symbolic form.
2763
2764         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
2765
2766 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2767
2768         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2769         (nnimap-update-info): Fix up code slightly.
2770
2771         * gnus-int.el (gnus-open-server): Add tracing for performance
2772         debugging.
2773
2774         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2775         (gnus-group-insert-group-line): Pass the real group name so that it
2776         gets the right data.
2777
2778         * gnus-start.el (gnus-get-unread-articles): Don't have
2779         `gnus-get-unread-articles-in-group' update info, since that can be
2780         really slow and doesn't seem to be needed?
2781
2782 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2783
2784         * time-date.el (date-to-time): Try using parse-time-string first before
2785         using the slower timezone-make-date-arpa-standard.
2786
2787 2010-09-22  Julien Danjou  <julien@danjou.info>
2788
2789         * gnus-group.el (gnus-group-insert-group-line):
2790         Call gnus-group-highlight-line.
2791         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2792         default hook list.
2793         (gnus-group-update-eval-form): Add new function.
2794         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2795         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2796
2797 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2798
2799         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2800         immediate, then expire all articles.
2801         (nnimap-update-info): Fix off-by-one errors.
2802         (nnimap-flags-to-marks): Would return no marks lists for group with no
2803         flags.  Instead return the other data.
2804
2805 2010-09-22  Julien Danjou  <julien@danjou.info>
2806
2807         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
2808         Only return an icon.
2809         (gnus-group-insert-group-line): Compute icon to return.
2810
2811         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
2812         (gnus-html-image-fetched): Only cache if
2813         gnus-html-image-automatic-caching is set.
2814         (gnus-html-image-fetched): Check for errors.
2815
2816 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2817
2818         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2819         once per method on `g'.  This ensures that backends like nnfolder don't
2820         open all their folders.
2821
2822         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2823         (nnimap-request-list): Nix out group in the correct buffer.
2824         (nnimap-parse-flags): Implement by using `read' instead of
2825         hand-parsing.
2826         (nnimap-flags-to-marks): Pass on permanent-flags.
2827         (nnimap-make-process-buffer): Record the server name.
2828         (nnimap-parse-flags): Fix typo.
2829         (nnimap-request-scan): Run split on the server in general, not just a
2830         single group.
2831
2832         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2833         parameter, and propagate this downwards.
2834
2835         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2836         since EXAMINE changes it on the server.
2837
2838         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2839         this command might take a while.
2840
2841 2010-09-22  Julien Danjou  <julien@danjou.info>
2842
2843         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
2844         harmful if you have 2 images side-by-side, they can't be properly
2845         update on text deletion.  Using text-property is safer here.
2846         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2847         data.
2848
2849 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2850
2851         * nnimap.el (nnimap-expunge-inbox): Remove.
2852         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2853         (nnimap-expunge): Flip default to t.
2854
2855         * gnus.el (gnus-method-to-server): Don't push things to the cache
2856         unless it's unique.
2857         (gnus-server-to-method): Ditto.
2858
2859 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2860
2861         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2862
2863 2010-09-22  Julien Danjou  <julien@danjou.info>
2864
2865         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2866         get the start of data.
2867         (gnus-html-encode-url): Add this function to encode special chars in
2868         URL.
2869         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2870         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2871
2872         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2873         default.
2874         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2875
2876         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2877         images alt-text.
2878         (gnus-html-put-image): Put alt-text as help-echo.
2879
2880 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2881
2882         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2883         * mm-util.el (mm-decompress-buffer)
2884         * nnir.el (nnir-run-find-grep)
2885         * pop3.el (pop3-list): Use 3rd arg of split-string.
2886
2887         * time-date.el (format-seconds): Comment fix.
2888
2889         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2890         and byte-optimize-form-code-walker.
2891         (dgnushack-make-auto-load): Don't advise make-autoload.
2892
2893         * lpath.el: Remove Emacs 21 stuff.
2894
2895 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2896
2897         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2898         outside the active range.  Suggested by Dan Christensen.
2899
2900         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2901         slightly later to avoid double-getting it.
2902
2903         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2904         previous patch.
2905
2906         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2907
2908 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2909
2910         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2911
2912 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2913
2914         * gnus-int.el (gnus-open-server): Give a better error message in the
2915         "go offline" case.
2916
2917         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2918         marks for nnimap, which is seldom the right thing to do.
2919
2920         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2921         (gnus-same-method-different-name): New function.
2922
2923         * nnimap.el (parse-time): Require.
2924
2925         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2926         method in the presence of many similar methods.
2927
2928         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2929
2930         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2931         nnml-inhibit-expiry.
2932
2933         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2934         find out whether methods are equal.
2935
2936         * nnimap.el (nnimap-find-expired-articles): New function.
2937         (nnimap-process-expiry-targets): New function.
2938         (nnimap-request-move-article): Request the article before looking at
2939         what the Message-ID is.  Fix found by Andrew Cohen.
2940         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2941
2942         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2943         for oldness in addition to being a predicate.
2944
2945         * nnimap.el (nnimap-request-group): When we have zero articles, return
2946         the right data to Gnus.
2947         (nnimap-request-expire-articles): Only delete articles immediately if
2948         the target is 'delete.
2949
2950         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2951         method, this would bug out.
2952
2953         * gnus-group.el (gnus-group-expunge-group): Rename from
2954         gnus-group-nnimap-expunge, and implemented as a normal interface
2955         function.
2956
2957         * gnus-int.el (gnus-request-expunge-group): New function.
2958
2959         * nnimap.el (nnimap-request-create-group): Implement.
2960         (nnimap-request-expunge-group): New function.
2961
2962 2010-09-21  Julien Danjou  <julien@danjou.info>
2963
2964         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2965         (gnus-html-cache-expired): Add new function.
2966         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2967         wethever we should display image for fetch it.
2968         Compute alt-text earlier to pass it to the fetching function too.
2969         (gnus-html-schedule-image-fetching): Change function argument to only
2970         get one image at a time, not a list.
2971         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2972         cache.
2973         (gnus-html-get-image-data): New function to retrieve image data from
2974         cache.
2975         (gnus-html-put-image): Change buffer argument to use image data rather
2976         than file, and place image above region rather than inserting a new
2977         one.  Do not take alt-text as argument, since it's useless now: we place
2978         the image above alt-text.
2979         (gnus-html-prune-cache): Remove.
2980         (gnus-html-show-images): Start to fetch image when we find one, do not
2981         push into a temporary list.
2982         (gnus-html-prefetch-images): Only fetch image if they have expired.
2983         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2984         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2985
2986 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2987
2988         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2989
2990 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2991
2992         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2993         spec inser "*" if the group isn't active instead of 0.
2994
2995         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2996         opening the server.
2997         (nnimap-request-delete-group): Implement group deletion.
2998         (nnimap-transform-headers): Return the size of the entire message in
2999         the Bytes header, not just the size of the first part.
3000         (nnimap-request-move-article): When moving an article from nnimap,
3001         request the article first so the accepting form has an article to
3002         accept.  Reported by Dan Christensen.
3003         (nnimap-command): Make sure that the error message doesn't error out.
3004
3005 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3006
3007         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3008         we haven't requested anything.
3009
3010 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3011
3012         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3013         "".  Fix found by Andrew Cohen.
3014
3015         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3016         instead of -encode-string.
3017
3018 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3019
3020         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3021
3022         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3023         by mm-subst-char-in-string.
3024
3025 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3026
3027         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3028         waiting for the connection string.
3029
3030         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3031         arriving.
3032
3033         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3034         bogus characters.  This allows selecting certain Gmail groups.
3035
3036         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3037         (nnimap-fetch-partial-articles): New variable.
3038         (nnimap-open-connection): When looking for credentials, also use the
3039         nnimap-server-port.
3040         (nnimap-request-article): Return the group/article number, so that Gnus
3041         `^' works as expected.
3042         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3043
3044         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3045         comments.
3046         (gnus-methods-sloppily-equal): New function.
3047         (gnus): When using the development version of Gnus, load the gnus-load
3048         file.
3049
3050         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3051         `gnus-open-server' on each method before trying to scan them etc.
3052         This ensures that all the backend parameters are set correctly.
3053
3054         * nnimap.el (nnimap-authenticator): New variable.
3055         (nnimap-open-connection): Allow anonymous login.
3056         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3057         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3058
3059         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3060         patch, found by Knut Anders Hatlen.
3061
3062 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3063
3064         * gnus-agent.el (gnus-agent-batch-confirmation)
3065         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3066         to gnus-message.
3067         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3068         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3069         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3070         * gnus-int.el (gnus-open-server): Likewise.
3071         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3072         (gnus-score-check-syntax): Likewise.
3073         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3074         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3075         Likewise.
3076         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3077
3078 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3079
3080         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3081         calling conventions so that prefetch doesn't bug out.
3082
3083 2010-09-19  Julien Danjou  <julien@danjou.info>
3084
3085         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3086         rather than `subst-char-in-region' in order to be able to replace ASCII
3087         char by UTF-8 ones.
3088
3089         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3090         than curl.
3091         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3092         the right URL and ALT text on images.
3093         (gnus-html-wash-tags): Fix tag case.
3094         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3095         (gnus-article-html): Add -o display_ins_del=2 option.
3096         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3097
3098 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3099
3100         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3101         the extra mail headers, which sometimes seem to happen for unknown
3102         reasons.
3103
3104         * mail-parse.el (mail-header-encode-parameter): Define as
3105         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3106         (or most, perhaps?) mail readers don't understand the latter, but do
3107         understand the former.
3108
3109         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3110         to nil, so that no methods are automatically agentized.  I think this
3111         is probably what most users want.
3112
3113         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3114         from url-retrieve, for instance about invalid URLs.
3115
3116         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3117         groups that have no articles.
3118         (nnimap-request-article): Check that we really got an article when we
3119         requested one.
3120
3121         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3122         doesn't exist.
3123
3124         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3125         nntp buffer so the agent can save it.
3126         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3127         that CRLF doesn't get translated to \n.
3128         (nnimap-open-connection): Don't make 'shell commands only send \n.
3129
3130 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3131
3132         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3133         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3134         Update var name.
3135         (nnml-generate-nov-file): Use dolist.
3136         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3137         Use with-current-buffer.
3138
3139 2010-09-18  Julien Danjou  <julien@danjou.info>
3140
3141         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3142         parallel.
3143
3144 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3145
3146         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3147         the range update right.
3148         (nnimap-request-group): Don't make `M-g' bug out on group with no
3149         marks.
3150         (nnoo): Require, so that other packages can require nnimap.
3151         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3152         command we're looking for.  This helps when the server sends more
3153         responses after we've gotten everything we expected.
3154         (nnimap): Add a `newlinep' field to keep track of end-of-line
3155         conventions.
3156         Don't send CRLF to things that don't want it.
3157         (nnimap-request-accept-article): Ditto.
3158
3159 2010-09-18  Julien Danjou  <julien@danjou.info>
3160
3161         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3162         than curl to retrieve images.
3163
3164 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3165
3166         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3167         the marks.
3168         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3169         (nnimap-wait-for-connection): New function.
3170         (nnimap-open-connection): If we have PREAUTH, don't query for login
3171         credentials.
3172         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3173         when doing a partial update.
3174
3175 2010-09-18  Julien Danjou  <julien@danjou.info>
3176
3177         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3178         tags.
3179
3180 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3181
3182         * nnimap.el (nnimap-credentials): New function.
3183         (nnimap-open-connection): Use the new function to look for credentials
3184         also on the numeric equivalents of "imap" and "imaps".
3185
3186         * gnus-start.el (gnus-activate-group): Send the info to
3187         gnus-request-group.
3188
3189         * nnimap.el (nnimap-request-group): Have the "check" version of the
3190         function parse flags and update the info, so that a `M-g' get a total
3191         resync of all flags from the group.
3192
3193         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3194         to allow backends to alter the info on group selection.  Also alter all
3195         the backend -request-group functions to take the parameter.
3196
3197         * nnimap.el (nnimap-store-info): New function.
3198         (nnimap-update-info): Store the info for later usage.
3199         (nnimap-request-group): Use the stored info for the dont-check case, so
3200         that we don't retrieve all marks when we enter a group.
3201
3202         * nnimap.el: Use deffoo instead of defun for interface functions.
3203
3204         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3205         update the group info.  This makes the nndraft groups, for instance, go
3206         back to their old behaviour.
3207
3208         * gnus-sum.el (gnus-select-newsgroup): Indent.
3209
3210         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3211         in.
3212         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3213         nothing.
3214
3215         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3216         from methods that are denied.
3217
3218         * gnus-int.el (gnus-method-denied-p): New function.
3219
3220         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3221         store the password instead of netrc.
3222         (nnimap-open-connection): Don't error out when we can't make a
3223         connections.
3224
3225         * auth-source.el (auth-source-create): In the password prompt, say what
3226         we're querying for.  Also prompt for user name if that hasn't been
3227         given.
3228
3229         * nnimap.el (nnimap-with-process-buffer): Remove.
3230
3231 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3232
3233         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3234         method when we're reading from the agent.
3235
3236         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3237
3238         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3239         that's probably most useful for users.
3240
3241         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3242         "failed" all the time.
3243
3244         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3245         ...)) with (with-current-buffer ... ).
3246
3247         * nntp.el (nntp-open-server): Return whether the open was successful or
3248         not.
3249
3250         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3251         select an unread unseen article first.
3252
3253         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3254         /etc/services, supply some sensible port defaults.
3255
3256         * dgnushack.el: Define netrc-credentials.
3257
3258 2010-09-17  Julien Danjou  <julien@danjou.info>
3259
3260         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3261
3262 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3263
3264         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3265         doesn't have any parameters.
3266
3267 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3268
3269         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3270         only upcased checks.
3271
3272         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3273
3274         * nnimap.el (nnimap-open-shell-stream): New function.
3275         (nnimap-open-connection): Use it.
3276         (nnimap-transform-headers): Get the number of lines in each message.
3277         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3278         number of lines.
3279         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3280         problem.
3281
3282         * utf7.el (utf7-encode): Autoload.
3283
3284         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3285         to allow the mail splitting to not return a default group.  This is
3286         useful for nnimap, which will leave unmatched mail in the inbox.
3287
3288         * nnimap.el: Rewritten.
3289
3290         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3291         nnimap usage.
3292
3293         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3294         if the move is internal, so that nnimap can do fast internal moves.
3295
3296         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3297         data.
3298         (gnus-read-active-for-groups): Support finishing the early retrieval of
3299         data.
3300
3301         * gnus-range.el (gnus-range-nconcat): New function.
3302
3303         * gnus-int.el (gnus-finish-retrieve-group-infos)
3304         (gnus-retrieve-group-data-early): New functions.
3305
3306 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3307
3308         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3309         (nnrss-retrieve-groups):
3310         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3311         (pop3-quit): Use with-current-buffer.
3312
3313 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3314
3315         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3316         instead of nnheader-accept-process-output.
3317
3318         * dgnushack.el (dgnushack-compile): Add comment.
3319
3320         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3321
3322         * gnus-html.el (gnus-html-schedule-image-fetching)
3323         (gnus-html-prefetch-images): Replace process-kill-without-query by
3324         gnus-set-process-query-on-exit-flag.
3325
3326 2010-09-16  Romain Francoise  <romain@orebokech.com>
3327
3328         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3329
3330 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3331
3332         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3333         parameter to unintern is mandatory-ish in Emacs 24.
3334
3335         * gnus-html.el (gnus-html-schedule-image-fetching)
3336         (gnus-html-prefetch-images): Check for curl before using it.
3337
3338         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3339         depend on curl, which isn't essential.
3340
3341         * imap.el: Revert back to version
3342         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3343         seem problematic.
3344
3345 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3346
3347         * gnus-registry.el (gnus-registry-install-shortcuts):
3348         Explicitly pass `obarray' to `unintern' to avoid a warning.
3349
3350 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3351
3352         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3353         change.
3354
3355         * nnrss.el (nnrss-request-list): Remove this function and related
3356         functions, including the moreover stuff.
3357
3358 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3359
3360         * nnrss.el (nnrss-retrieve-groups): New function.
3361
3362 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3363
3364         * .dir-locals.el: Add no-byte-compile cookie.
3365
3366 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3367
3368         * time-date.el (format-seconds): Comment fix.
3369
3370         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3371         for back end that doesn't support request-scan.
3372
3373 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3374
3375         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3376         then do request scans from the backends.
3377
3378         * netrc.el (netrc-credentials): New conveniency function.
3379
3380         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3381         avoid running a hook per line, since this takes a lot of time,
3382         profiling shows.
3383         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3384         directly if gnus-visual-p is true.
3385
3386 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3387
3388         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3389         groups; replace mapcar with dolist which is a bit faster; pass groups
3390         info to gnus-read-active-file-1.
3391         (gnus-read-active-file-1): Scan only specified groups if the new
3392         optional arg `infos' is given.
3393
3394 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3395
3396         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3397
3398         * pop3.el (pop3-movemail): Remove.
3399         (pop3-streaming-movemail): Rename to pop3-movemail.
3400
3401         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3402         don't restrict end-tag searches to the end of the line.
3403
3404 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3405
3406         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3407         articles of every unchecked group to t, which means unknown since the
3408         server has never been opened.
3409
3410 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3411
3412         * gnus-html.el (gnus-html-show-alt-text): New command.
3413         (gnus-html-browse-image): Ditto.
3414         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3415         to browse the image directly.
3416         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3417         better.
3418
3419         * gnus-async.el (gnus-async-article-callback):
3420         Call `gnus-html-prefetch-images' unconditionally.
3421
3422         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3423         before feeding URLs to curl.
3424
3425 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3426
3427         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3428         internal images as deletable by `W D D'.
3429
3430         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3431         (gnus-async-article-callback): Fix typo.
3432
3433 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3434
3435         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3436         current line to work around bugs in the output from w3m.
3437
3438         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3439         for groups that want that.
3440
3441         * nntp.el (nntp-wait-for-string): Supply a timeout for
3442         accept-process-output to ensure progress.
3443
3444         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3445         level to get unread articles from, then use that for foreign groups,
3446         too.
3447
3448         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3449         confuses the rest of the function.
3450
3451         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3452         for the methods that support -retrieve-groups, too.
3453
3454         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3455
3456 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3457
3458         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3459         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3460
3461         * pop3.el: Require cl when compiling.
3462         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3463
3464 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3465
3466         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3467         that aren't going to be activated.
3468         (gnus-get-unread-articles): Fix up the last commit.
3469
3470         * gnus-html.el (gnus-article-html): Allow calling without specifying
3471         the handle.  In that case, dissect the buffer first.
3472
3473         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3474
3475         * nnimap.el (nnimap-open-connection): Revert the change that would look
3476         into authinfo for imaps instead of imap.
3477
3478         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3479         say that you don't want to call gnus-request-group with don-check, but
3480         do check the reponse.  This is for virtual groups only.
3481         (gnus-get-unread-articles): Count the archive groups as secondary, so
3482         that they're activated the same way as before.
3483
3484         * imap.el (imap-message-map): Removed optional buffer parameter, since
3485         no callers use it.
3486         (imap-message-get): Ditto.
3487         (imap-message-put): Ditto.
3488         (imap-mailbox-map): Ditto.
3489         (imap-mailbox-put): Ditto.
3490         (imap-mailbox-get): Ditto.
3491         (imap-mailbox-get): Revert last change for this function.
3492
3493         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3494         case-insensitively.
3495         (nnimap-debug): Remove.
3496
3497         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3498         to use `imap-fetch' instead.  According to the comments, this should be
3499         safe, since all other IMAP clients use the 1:* syntax.
3500         (imap-enable-exchange-bug-workaround): Removed.
3501         (imap-debug): Removed -- doesn't seem very useful.
3502
3503         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3504         mail from a file, and the file doesn't exist.
3505
3506         * imap.el (imap-log): New convenience function used throughout instead
3507         of repeating the same code all over the place.
3508
3509         * pop3.el (pop3-streaming-movemail): Return t for success.
3510
3511         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3512         .authinfo if we're using ssl connection.
3513
3514         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3515         already have if we're in a main Gnus `g' run.
3516
3517         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3518
3519 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3520
3521         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3522
3523         * nnmh.el (nnmh-request-list-1): Bind `file'.
3524
3525         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3526         alias to set-process-query-on-exit-flag or process-kill-without-query.
3527         (pop3-open-server): Use it.
3528
3529 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3530
3531         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3532         box to the Incoming file.  Fixes mistake in previous checkin.
3533
3534         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3535         request loop (for debugging purposes) removed.
3536
3537         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3538         culprit is more visible.
3539         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3540         (nnml-add-incremental-nov): New functions to do "incremental" nov
3541         updates, where we just append to the end of the existing nov files
3542         without reading/writing them in full.
3543
3544         * mail-source.el (mail-source-delete-crash-box): Really only check the
3545         incoming files once in a while.
3546
3547         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3548
3549         * mail-source.el (mail-source-delete-crash-box): Only check the
3550         incoming files for deletion once per day to save a lot of file
3551         accesses.
3552
3553         * pop3.el (pop3-logon): Fix up unbound variable typo.
3554
3555         * mail-source.el (pop3-streaming-movemail): Autoload.
3556
3557         * pop3.el (pop3-streaming-movemail):
3558         Respect pop3-leave-mail-on-server.
3559
3560         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3561         retrieval.
3562
3563         * pop3.el (pop3-process-filter): Remove unused function.
3564         (pop3-streaming-movemail, pop3-send-streaming-command)
3565         (pop3-wait-for-messages, pop3-write-to-file)
3566         (pop3-number-of-responses): New functions for streaming pop3
3567         retrieval.
3568
3569         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3570         come from no known methods.
3571         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3572         list.
3573
3574         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3575         message sizes.
3576         (pop3-movemail): Use erase-buffer instead of looping and deleting
3577         regions, which seems rather odd.
3578
3579         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3580         file once per `g' run.
3581
3582         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3583         directories.  This makes the draft queue directory work.
3584
3585         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3586         data from the backends, so that we only request the list of groups from
3587         each method once.  This should speed things up considerably.
3588
3589         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3590         detect that it's not implemented.
3591
3592         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3593         we actually do recurse down into the tree, but don't stat all leaf
3594         nodes.
3595
3596         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3597         then say so instead of bugging out.
3598
3599         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3600         files exist before trying to read them.
3601
3602         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3603         around <pre_int>.
3604
3605         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3606
3607         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3608
3609 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3610
3611         * mm-util.el (mm-image-load-path): Just return the image directories,
3612         not all directories in the path in addition to the image directories.
3613         (mm-image-load-path): Maintain a cache of the image directories so that
3614         the `g' command in Gnus doesn't have to stat dozens of directories each
3615         time.
3616
3617         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3618         (gnus-html-wash-tags): Add a new `i' command to insert images.
3619         (gnus-html-insert-image): New command and keystroke.
3620         (gnus-html-redisplay-with-images): New command and keystroke.
3621         (gnus-html-show-images): Rename command.
3622         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3623         spacers.
3624         (gnus-html-wash-tags): Decode entities at the end, so that entities
3625         inside the tags don't mess up the rest of the "parsing".
3626
3627         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3628         so that nnimap methods aren't agentized by default.  There's apparently
3629         many problems related to agent/imap behaviour.
3630
3631         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3632
3633         * gnus-html.el: Doc fix.
3634
3635 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3636
3637         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3638         specifier-spec-list for Emacs 21.
3639
3640         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3641         glyph-width and glyph-height instead of display-graphic-p and
3642         image-size; make avoidance of displaying small images work for XEmacs.
3643
3644         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3645         for XEmacs.
3646
3647         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3648         of symbol that holds plist data.
3649         (gnus-process-plist): Remove plist of process after getting it.
3650
3651 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3652
3653         * message.el (message-generate-hashcash): Change default to
3654         'opportunistic if hashcash is installed.
3655
3656         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3657         (gnus-html-put-image): Only call image-size once, since it's somewhat
3658         time-consuming on remote X servers.
3659
3660 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3661
3662         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3663         type on data, not a file name.
3664
3665         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3666         window-pixel-edges for Emacs 21.
3667
3668         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3669         decoded contents.
3670         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3671
3672 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3673
3674         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3675         group line format, since it isn't very interesting.
3676
3677         * gnus-agent.el (gnus-agent-short-article),
3678         (gnus-agent-long-article): Increase values for these two variables,
3679         since most people are likely to have more network connection and
3680         storage than before.
3681
3682         * gnus.el (gnus-refer-article-method): Change default to 'current.
3683         When referring an article, the common behaviour is to refer it from the
3684         current select method, not the native select method.  The chances of
3685         the native select method having the message in question is rather slim
3686         these days.
3687
3688         * gnus-sum.el (gnus-auto-select-subject): Change default to
3689         `unseen-or-unread'.  I think it's likely that most people want to
3690         select an unseen article over a previously seen, but unread one.
3691
3692         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3693         means that in the article buffer none of the minor mode elements will
3694         be shown, usually, and this is not desirable in most cases.
3695
3696         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3697         that commands like `d' (and the like) go to the next line in the
3698         buffer, instead of the next unread article.  I think this is the
3699         behaviour that is most natural for most users.
3700         (gnus-single-article-buffer): Change default to nil, so that people can
3701         have as many article buffers open as they have summary buffer.  I think
3702         this is the most natural way for the groups to behave.
3703
3704         * message.el (message-generate-new-buffers): Change default to
3705         `unsent', so that all new message buffers start their names with the
3706         string "*unsent", and it's easier to find the buffers if you move from
3707         them.
3708
3709 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3710
3711         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3712         small.  They're probably tracking images.
3713         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3714         (gnus-html-rescale-image): Yet another try at getting the image sizing
3715         right.
3716
3717         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3718         nntp-marks-file-name is nil.
3719
3720 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3721
3722         * gnus-html.el (gnus-html-wash-tags)
3723         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3724         Better logging.
3725
3726 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3727
3728         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
3729
3730         * gnus-html.el (gnus-html-wash-tags): Check the value of
3731         gnus-blocked-images in the summary buffer.
3732
3733 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3734
3735         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3736
3737 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3738
3739         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3740         like "a", it seems like.
3741         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3742         since it needs to be picked from the correct buffer.
3743
3744         * nnwfm.el: Remove.
3745
3746         * nnlistserv.el: Remove.
3747
3748 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3749
3750         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3751         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3752
3753 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3754
3755         * nnkiboze.el: Remove.
3756
3757         * nndb.el: Remove.
3758
3759         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3760         alt text.
3761         (gnus-html-rescale-image): Try to get the rescaling logic right for
3762         images that are just wide and not tall.
3763
3764         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3765         overshadow variable bindings.
3766
3767 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3768
3769         * gnus-html.el (gnus-html-wash-tags)
3770         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
3771         Add extra logging.
3772
3773 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3774
3775         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3776         (gnus-max-image-proportion): New variable.
3777         (gnus-html-rescale-image): New function.
3778         (gnus-html-put-image): Rescale images.
3779
3780 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3781
3782         Fix up some byte-compiler warnings.
3783         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3784         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3785         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3786         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3787         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3788         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3789         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3790
3791 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3792
3793         * gnus-html.el (gnus-article-html): Decode contents by charset.
3794
3795 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3796
3797         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3798         (gnus-html-frame-width, gnus-blocked-images)
3799         * message.el (message-prune-recipient-rules): Add custom version.
3800         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3801
3802         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3803         functions.
3804
3805         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3806         gnus-process-get.
3807
3808 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3809
3810         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3811         instead of lsub directly.
3812
3813 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3814
3815         * nnwarchive.el: Remove.
3816
3817         * gnus-soup.el: Remove.
3818
3819         * nnsoup.el: Remove.
3820
3821         * nnultimate.el: Remove.
3822
3823         * gnus-html.el (gnus-blocked-images): New variable.
3824
3825         * message.el (message-prune-recipients): New function.
3826         (message-prune-recipient-rules): New variable.
3827
3828         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3829         guess whether a long line is natural text or not.
3830
3831         * gnus-html.el (gnus-html-schedule-image-fetching):
3832         Use gnus-process-plist and friends for compatibility.
3833
3834 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3835
3836         * gnus-html.el: Require packages that define macros used in this file.
3837         (gnus-article-mouse-face): Declare to silence byte-compiler.
3838         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3839         process-get.
3840         (gnus-html-put-image): Use plist-get to avoid getf.
3841         (gnus-html-prefetch-images): Use with-current-buffer.
3842
3843 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3844
3845         * gnus-ems.el: Provide compatibility functions for
3846         gnus-set-process-plist.
3847
3848         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3849         header-line-format for XEmacs 21.4.
3850
3851         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3852         * gnus.el (gnus-valid-select-methods)
3853         * message.el (message-send-mail-partially-limit)
3854         * mm-decode.el (mm-text-html-renderer)
3855         * mml.el (mml-insert-mime-headers-always)
3856         * smiley.el (smiley-regexp-alist): Bump custom version.
3857
3858 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3859
3860         * gnus-html.el: require mm-url.
3861         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3862         with the url to `url'.
3863         (gnus-html-wash-tags): Support cid: URLs/images.
3864
3865 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3866
3867         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3868         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3869         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3870
3871         * gnus-move.el: Remove file, since it doesn't really work.
3872
3873         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3874         UTF-8.  This seems to fix problems with some German web feeds.
3875
3876         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3877         at the top so that the proper colours are applied.
3878
3879         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3880         don't have dots in their names.
3881
3882         * gnus-art.el (gnus-article-view-part): Doc fix.
3883
3884         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3885         XEmacs-compatible.
3886         (gnus-html-put-image): Don't do images on non-graphic displays.
3887
3888         * nnslashdot.el: Remove this unused backend.
3889
3890         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3891         actions.
3892         (gnus-undo-register-1): Revert last change.
3893
3894         * gnus-group.el (gnus-group-completing-read): Protect against not
3895         having completion-styles bound.
3896
3897         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3898         make broken recipients happier.
3899
3900         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3901
3902         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3903         point parameter.
3904
3905         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3906
3907         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3908         completion-styles for group selection.
3909
3910 2009-02-04  Andreas Schwab  <schwab@suse.de>
3911
3912         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3913         headers and regexp-quote the match if necessary.
3914
3915 2009-03-24  Miles Bader  <miles@gnu.org>
3916
3917         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3918         the blinking smiley.
3919
3920 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3921
3922         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3923         blink smiley.
3924
3925 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3926
3927         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3928         where the dribbel file lives exists.
3929
3930         * message.el (message-send-mail-partially-limit): Change the default to
3931         nil, since most people don't want this.
3932
3933         * mm-url.el (mm-url-decode-entities): Also decode entities like
3934         &#x3212.
3935
3936 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3937
3938         * gnus-sum.el (gnus-summary-idna-message):
3939         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3940         Hyperlink urls in docstrings with URL `...'.
3941
3942 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3943
3944         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3945         functions.
3946
3947 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3948
3949         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3950         say what the mouseover text should be.
3951
3952         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3953         version of the mm-w3m-safe-url-regexp variable to only download images
3954         in the groups where we want that to happen.
3955
3956         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3957
3958         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3959         easier debugging.
3960         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3961         big pictures in the article buffer.
3962
3963         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3964         gnus-article-html.
3965         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3966         w3m.
3967
3968         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3969
3970 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3971
3972         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3973         which doesn't exist.
3974
3975         * message.el (message-inhibit-ecomplete): New variable to allow some
3976         function to inhibit ecomplete address storage.
3977         (message-resend): Disable ecomplete message storage when resending
3978         messages.
3979
3980         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3981
3982 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3983
3984         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3985         Save excursion while copying, moving, and deleting articles in order to
3986         prevent the cursor from jumping to unforeseen place.
3987
3988 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3989
3990         * lpath.el: No need to bind bookmark-current-buffer,
3991         bookmark-yank-point and bookmark-make-record-function.
3992
3993 2010-08-17  Glenn Morris  <rgm@gnu.org>
3994
3995         * gnus-sync.el: Require gnus components whose functions are used.
3996
3997         * gnus-art.el (bookmark-make-record-function):
3998         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3999         Declare for compiler.
4000
4001         * mm-url.el (mml-compute-boundary): Autoload.
4002
4003 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4004
4005         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4006
4007 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4008
4009         Typo fix "hoo4a" -> "hook".
4010
4011         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4012
4013 2010-08-14  Glenn Morris  <rgm@gnu.org>
4014
4015         * gnus-sync.el (gnus-sync): Fix defgroup version.
4016
4017 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4018
4019         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4020
4021         * gnus-sync.el: Fix docs.
4022         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4023         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4024
4025 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4026
4027         Optimizations for gnus-sync.el.
4028
4029         * gnus-sync.el: Add docs about gnus-sync-backend
4030         possibilities.
4031         (gnus-sync-save): Remove unnecessary message.
4032         (gnus-sync-read): Optimize and show what groups were skipped.
4033
4034 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4035
4036         Minor bug fixes for gnus-sync.el.
4037
4038         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4039         Don't read the sync on get-new-news.
4040
4041         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4042         quiet.
4043
4044         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4045         (fix typo).
4046
4047 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4048
4049         Make saving and restoring of hidden threads work with overlays.
4050         Patch applied by Ted Zlatanov.
4051
4052         * gnus-sum.el (gnus-hidden-threads-configuration)
4053         (gnus-restore-hidden-threads-configuration): Update to deal with text
4054         properties, rather than searching for a magic character.
4055
4056 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4057
4058         New gnus-sync.el library for synchronization of marks.
4059
4060         * gnus-sync.el: New library for synchronization of marks.
4061
4062         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4063         renamed from `gnus-registry-grep-in-list'.
4064
4065         * gnus-registry.el (gnus-registry-follow-group-p):
4066         Use `gnus-grep-in-list'.
4067
4068         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4069
4070 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4071
4072         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4073         determining charset of text fails.
4074
4075 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4076
4077         * nnmail.el (nnmail-get-new-mail-1): Revert.
4078
4079         * nnml.el (nnml-active-number): Make sure names of newly created groups
4080         in nnml-group-alist are encoded.
4081
4082 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4083
4084         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4085         containing non-ASCII characters in active file for nnml back end.
4086
4087 2010-07-24  David Engster  <dengste@eml.cc>
4088
4089         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4090         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4091
4092 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4093
4094         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4095         tag (Bug#6654).
4096
4097 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4098
4099         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4100         the article buffer, not the summary buffer.
4101
4102 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4103
4104         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4105         Emacs 23 as well.
4106
4107 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4108
4109         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4110         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4111
4112 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4113
4114         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4115         Patch applied by Karl Fogel.
4116
4117         * gnus-sum.el (gnus-summary-bookmark-make-record):
4118         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4119
4120 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4121
4122         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4123         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4124         C-w still not working correctly from Article buffers; Thierry's
4125         patch to fix that will be applied after this.
4126
4127         * gnus-art.el (bookmark-make-record-function): New local variable.
4128
4129         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4130         article buffer.
4131         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4132
4133 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4134
4135         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4136         on changes in bookmark.el.
4137
4138 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4139
4140         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4141         `no-log' instead of message not to log prompt string.
4142
4143 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4144
4145         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4146         the *other* type of HTML form submission.
4147
4148 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4149
4150         * auth-source.el (auth-source-pick): If choice does not contain a
4151         questioned keyword, set the check to t.
4152
4153 2010-06-12  Romain Francoise  <romain@orebokech.com>
4154
4155         * gnus-util.el (gnus-date-get-time): Move up before first use.
4156
4157 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4158
4159         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4160         (gnus-article-edit-part): Bind it to make last part that is substituted
4161         or deleted visible.
4162         (gnus-mime-display-single): Buttonize part of which id equals to
4163         gnus-mime-buttonized-part-id.
4164
4165 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4166
4167         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4168         (gnus-dd-mmm): Use gnus-date-get-time.
4169         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4170         simplify logic.
4171         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4172         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4173
4174 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4175
4176         * auth-source.el (top): Autoload `secrets-list-collections',
4177         `secrets-create-item', `secrets-delete-item'.
4178         (auth-sources): Fix tag string.
4179         (auth-get-source, auth-source-retrieve, auth-source-create)
4180         (auth-source-delete): New defuns.
4181         (auth-source-pick): Rewrite in order to avoid 2 passes.
4182         (auth-source-forget-user-or-password): New parameter USERNAME.
4183         (auth-source-user-or-password): New parameters CREATE-MISSING and
4184         DELETE-EXISTING.  Retrieve password interactively, if needed.
4185
4186 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4187
4188         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4189         deleting unused directories when gnus-expert-user is t.
4190
4191 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4192
4193         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4194         for each temp file when gnus-article-browse-delete-temp is ask.
4195
4196 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4197
4198         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4199         Lisp calls to delete-backward-char by calls to delete-char.
4200
4201 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4202
4203         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4204
4205 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4206
4207         * password-cache.el (password-cache-remove): Fix docstring.
4208
4209 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4210
4211         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4212         article unless decoding article to be saved.
4213
4214 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4215
4216         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4217         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4218         generated within the mm-with-unibyte-current-buffer macro.
4219
4220 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4221
4222         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4223         to nil when we're in a mml-preview buffer and no group is selected.
4224
4225 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4226
4227         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4228         when catching the `C-g'.  Reported by "Leo".
4229
4230 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4231
4232         * message.el (message-forward-make-body-plain)
4233         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4234         multibyte-string-p.
4235
4236         * lpath.el: Revert.
4237
4238 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4239
4240         * message.el (message-forward-make-body-mml): Assume original message
4241         is multibyte string; error on unibyte.
4242         (message-forward-make-body-plain): Ditto; don't add excessive newline
4243         in body end.
4244
4245         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4246
4247 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4248
4249         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4250         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4251
4252 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4253
4254         * mm-extern.el (mm-extern-url): Don't use
4255         mm-with-unibyte-current-buffer.
4256         (mm-extern-cache-contents): Use with-current-buffer instead of
4257         save-excursion + set-buffer.
4258
4259 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4260
4261         * mm-util.el (mm-emacs-mule): Remove.
4262
4263 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4264
4265         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4266         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4267         change.
4268
4269 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4270
4271         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4272         bind the default value of enable-multibyte-characters to nil.
4273
4274 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4275
4276         * message.el (message-forward-make-body-plain)
4277         (message-forward-make-body-mml):
4278         Don't use mm-with-unibyte-current-buffer.
4279
4280 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4281
4282         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4283
4284 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4285
4286         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4287         (Bug#5592).
4288
4289 2010-05-07  Julien Danjou  <julien@danjou.info>
4290
4291         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4292         it to mm-pipe-part.
4293
4294         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4295         it is given.
4296
4297 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4298
4299         * binhex.el (binhex-decode-region-internal)
4300         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4301         (dns-query)
4302         * nnweb.el (nnweb-gmane-search)
4303         * pgg-parse.el (pgg-parse-armor)
4304         * pgg.el (pgg-verify-region)
4305         * sha1.el (sha1-string-external)
4306         * uudecode.el (uudecode-decode-region-internal)
4307         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4308         XEmacs.
4309
4310         * gnus-art.el (gnus-article-browse-html-parts)
4311         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4312         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4313         make-temp-file.
4314
4315         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4316         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4317         compiling.
4318
4319         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4320         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4321         XEmacs when compiling.
4322
4323         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4324         gnus-pick-mode-off-hook for XEmacs when compiling.
4325         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4326         gnus-binary-mode-off-hook for XEmacs when compiling.
4327
4328         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4329         Return nil if char-charset is not available.
4330
4331         * imap.el (imap-disable-multibyte)
4332         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4333         macros.
4334
4335         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4336         instead of encode-coding-string.
4337
4338         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4339         'xemacs) instead of mm-emacs-mule to switch function definitions.
4340         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4341
4342         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4343         bind temporary-file-directory for XEmacs;
4344         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4345         timer-set-function for XEmacs 21.4 and SXEmacs;
4346         bind timer-list for XEmacs 21.4 and SXEmacs;
4347         fbind char-charset and find-charset-region for non-Mule XEmacs;
4348         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4349         encode-coding-region and encode-coding-string for XEmacs having no
4350         file-coding feature.
4351
4352 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4353
4354         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4355
4356 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4357
4358         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4359         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4360
4361 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4362
4363         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4364         alias `jka-compr-delete-temp-file' no longer exists.
4365
4366 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4367
4368         Use define-minor-mode in Gnus where applicable.
4369         * mml.el (mml-mode): Use define-minor-mode.
4370         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4371         (gnus-undo-mode): Use define-minor-mode.
4372         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4373         (gnus-dead-summary-mode): Use define-minor-mode.
4374         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4375         Initialize in declaration.
4376         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4377         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4378         (gnus-mailing-list-mode): Use define-minor-mode.
4379         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4380         (gnus-draft-mode): Use define-minor-mode.
4381         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4382         (gnus-dired-mode): Use define-minor-mode.
4383
4384 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4385
4386         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4387         handles on recursive mml-to-mime translation and check them for
4388         boundary delimiter collisions.  Reported by Greg Troxel.
4389
4390 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4391
4392         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4393
4394 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4395
4396         * mm-util.el (mm-find-buffer-file-coding-system):
4397         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4398
4399 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4400
4401         * message.el (message-generate-headers): Record insertion of optional
4402         headers as well.  Otherwise the check to prevent repeated insertion of
4403         optional headers is a no-op.
4404
4405 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4406
4407         * smime.el: Don't mention CVS.
4408
4409         * nnrss.el (nnrss-fetch): Don't mention CVS.
4410
4411         * nnir.el: Don't mention CVS.
4412
4413 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4414
4415         * gnus-sum.el (gnus-summary-bookmark-make-record):
4416         Add `location' field.
4417
4418 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4419
4420         * lpath.el: Fbind bookmark-default-handler,
4421         bookmark-get-bookmark-record, bookmark-make-record-default,
4422         bookmark-prop-get for Emacs <23 and XEmacs.
4423
4424 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4425
4426         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4427         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4428         Use with-current-buffer to silence the byte-compiler.
4429         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4430         bother to require `gnus'.
4431         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4432
4433 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4434
4435         * gnus-sum.el (gnus-summary-bookmark-make-record)
4436         (gnus-summary-bookmark-jump): New functions.
4437         (gnus-summary-mode): Setup bookmark support.
4438
4439 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4440
4441         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4442         if set.
4443
4444 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4445
4446         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4447         gnus-article-browse-html-save-cid-image; make it work recursively for
4448         forwarded messages as well.
4449         (gnus-article-browse-html-parts): Work when prefix arg is given.
4450         (gnus-article-browse-html-article): Doc fix.
4451
4452 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4453
4454         * message.el (message-default-mail-headers):
4455         (message-default-headers): Carry the value mail-default-headers over
4456         into message-default-mail-headers, rather than message-default-headers.
4457
4458 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4459
4460         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4461         charset.
4462
4463         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4464         charset into the <meta> tag when the article is encoded to utf-8.
4465
4466 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4467
4468         * gnus-art.el (gnus-article-browse-delete-temp-files):
4469         Delete directories as well.
4470         (gnus-article-browse-html-parts): Work for images that do not specify
4471         file names; delete temp directory when quitting; insert header at the
4472         right place; use file: scheme for image files.
4473
4474 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4475
4476         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4477         (gnus-article-browse-html-parts): Use it to make temporary cid image
4478         files in addition to html file so that browser may display them.
4479
4480 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4481
4482         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4483
4484 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4485
4486         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4487
4488 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4489
4490         * auth-source.el (auth-sources): Change default to be simpler.
4491         Explain about Secret Service API sources.  Improve Customize options.
4492         (auth-source-pick): Change to accept any number of search parameters.
4493         Implement fallbacks iteratively, not recursively.  Add scoring on the
4494         second pass and sort by score.  Call Secret Service API when needed.
4495         (auth-source-user-or-password): Use it.  Call Secret Service API
4496         directly when needed to get the user name and the password.
4497
4498 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4499
4500         * message.el (message-interactive): Doc fix.
4501         (message-qmail-inject-args): Reflow.
4502         (message-kill-to-signature): Fix typo in docstring.
4503
4504         * smiley.el (smiley-buffer): Fix typo in docstring.
4505
4506 2010-03-24  Glenn Morris  <rgm@gnu.org>
4507
4508         * mail-source.el (gnus-message): Declare.
4509         (mail-source-delete-old-incoming): Require gnus-util.
4510
4511 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4512
4513         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4514
4515         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4516
4517         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4518         password-cache's default if it is not bound.
4519         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4520         password-cache-expiry's default if it is not bound.
4521
4522         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4523         available in Emacs 21.
4524
4525         * lpath.el: Suppress compiler warnings for:
4526         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4527         XEmacs;
4528         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4529         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4530         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4531
4532 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4533
4534         * auth-source.el (auth-sources): Fix up definition so extra parameters
4535         are always inline.
4536
4537 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4538
4539         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4540         wasn't updated after mismatch.  Clear cached mailbox info correctly
4541         when uidvalidity changes.
4542         (nnimap-group-prefixed-name): New function to avoid some code
4543         duplication.
4544         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4545         (nnimap-request-group): Use it.
4546         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4547         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4548         with many imap folders.  This is done by caching the group status from
4549         the imap server persistently in a group parameter `imap-status'.  (This
4550         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4551         but not persistently, so every Gnus startup was still very slow.)
4552
4553 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4554
4555         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4556         delete the extra newline.  Otherwise editing of :string and :number
4557         types don't work.
4558
4559 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4560
4561         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4562         secrets.el dependency.
4563         (auth-sources): Add optional user name.  Add secrets.el configuration
4564         choice (unused right now).
4565
4566 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4567
4568         * gnus-sum.el (gnus-summary-make-menu-bar):
4569         Let `gnus-registry-install-shortcuts' fill in the functions.
4570
4571         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4572         warnings.
4573         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4574         (gnus-registry-install-shortcuts): Populate and use it in a
4575         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4576
4577 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4578
4579         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4580         In-place substitutions for the group name encoding/decoding.
4581         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4582         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4583         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4584         (nnimap-update-unseen, nnimap-request-list)
4585         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4586         (nnimap-request-set-mark, nnimap-split-to-groups)
4587         (nnimap-split-articles, nnimap-request-newgroups)
4588         (nnimap-request-create-group, nnimap-request-accept-article)
4589         (nnimap-request-delete-group, nnimap-request-rename-group)
4590         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4591         `encoded-mbx' for consistency.
4592         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4593         variable `imap-current-mailbox'.
4594
4595         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4596         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4597
4598 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4599
4600         * pop3.el (pop3-display-message-size-flag): Display message size byte
4601         counts during POP3 download.
4602         (pop3-movemail): Use it.
4603         (pop3-list): Implement listing of available messages.
4604
4605 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4606
4607         * nnir.el (nnir-get-article-nov-override-function): New function to
4608         override the normal NOV retrieval.
4609         (nnir-retrieve-headers): Use it.
4610
4611 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4612
4613         * auth-source.el (netrc-machine-user-or-password): Autoload.
4614
4615 2010-03-19  Glenn Morris  <rgm@gnu.org>
4616
4617         Stop message.el from loading about 40 libraries it doesn't always need.
4618         The general approach is to autoload rather than require, and to
4619         require in the specific functions rather than the file.  (Bug#5642)
4620
4621         * gmm-utils.el: Don't require wid-edit.
4622         (widget-create-child-value, widget-convert, widget-default-get):
4623         Autoload.
4624
4625         * gnus-util.el: Don't require time-date, netrc.
4626         (message-fetch-field, gnus-group-name-decode): Declare rather than
4627         autoloading.
4628         (gnus-fetch-field): Require message.
4629         (gnus-decode-newsgroups): Require gnus-group.
4630
4631         * ietf-drums.el: Don't require time-date.
4632
4633         * message.el: Don't require hashcash, canlock, ecomplete.
4634         Do require mail-utils.  Require nnheader only when compiling.
4635         (smtpmail-default-smtp-server): Remove declaration.
4636         (message-send-mail-function): Check smtpmail-default-smtp-server
4637         is bound rather than requiring smtpmail.
4638         (message-auto-save-directory, message-insert-signature):
4639         Use expand-file-name rather than nnheader-concat.
4640         (nnheader-insert-file-contents): Autoload.
4641         (hashcash-wait-async): Declare.
4642         (message-send-mail): Only call gnus-setup-posting-charset if
4643         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4644         (message-send-mail-with-sendmail): Require sendmail.
4645         (canlock-password, canlock-password-for-verify): Declare.
4646         (message-canlock-password): Require canlock.
4647         (nnheader-get-report): Autoload.
4648         (gnus-setup-posting-charset): Declare.
4649         (message-send-news): Require gnus-msg.
4650         (message-make-references, message-make-in-reply-to): Use mail-header-id
4651         rather than the alias mail-header-message-id.
4652         (ecomplete-add-item, ecomplete-save): Declare.
4653         (message-put-addresses-in-ecomplete): Require ecomplete.
4654         (ecomplete-display-matches): Autoload.
4655
4656         * mm-decode.el: Don't require mailcap, gnus-util.
4657         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4658         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4659         Autoload.
4660         (mailcap-mime-extensions): Declare.
4661
4662         * mm-encode.el: Don't require mailcap.
4663         (mailcap-extension-to-mime): Autoload.
4664
4665         * mml-sec.el: Don't require password-cache.
4666
4667         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4668         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4669         (mml-minibuffer-read-type): Require mailcap.
4670         (mml-preview): Require gnus-msg.
4671
4672         * mml1991.el: Require password-cache.
4673         (password-cache-expiry): Remove declaration.
4674
4675         * mml2015.el: Require password-cache.
4676         (password-cache-expiry): Remove declaration.
4677
4678         * nneething.el (mailcap): Require mailcap.
4679
4680         * nnheader.el (declare-function): Add compatibility stub.
4681         (message-remove-header): Declare rather than autoload.
4682         (nnheader-replace-header): Require message.
4683
4684         * nnimap.el (declare-function): Add compatibility stub.
4685         (netrc-parse, netrc-machine-user-or-password): Declare.
4686         (nnimap-open-connection): Require netrc.
4687
4688         * nntp.el (declare-function): Add compatibility stub.
4689         (netrc-parse, netrc-machine, netrc-get): Declare.
4690         (nntp-send-authinfo): Require netrc.
4691
4692         * rfc2047.el: Don't require qp.
4693         (quoted-printable-encode-region, quoted-printable-decode-string):
4694         Autoload.
4695
4696         * sieve-mode.el: Don't require easymenu.
4697         (easy-menu-add-item): Autoload it.
4698
4699         * spam-stat.el (time-to-number-of-days): Autoload it.
4700
4701 2010-03-19  Glenn Morris  <rgm@gnu.org>
4702
4703         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4704
4705 2010-03-18  Glenn Morris  <rgm@gnu.org>
4706
4707         * hashcash.el (declare-function): Remove duplicate definition.
4708
4709 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4710
4711         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4712         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4713         value if any backslash escapes).
4714
4715 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4716
4717         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4718         if it is available.  (bug#5647)
4719
4720         * lpath.el: Suppress compiler warning for coding-system-from-name for
4721         Emacs 21 and XEmacs.
4722
4723 2010-03-14  Juri Linkov  <juri@jurta.org>
4724
4725         * hmac-def.el:
4726         * hmac-md5.el:
4727         * netrc.el: Fix keywords.
4728
4729 2010-02-26  Glenn Morris  <rgm@gnu.org>
4730
4731         * message.el (message-send-mail-function): Change the default, so that
4732         it inherits from a customized send-mail-function.  (Bug#5643)
4733
4734 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4735
4736         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4737         shell-command-to-string signals an error (bug#5299).
4738
4739 2010-02-24  Glenn Morris  <rgm@gnu.org>
4740
4741         * message.el (message-smtpmail-send-it)
4742         (message-send-mail-with-mailclient): Doc fixes.
4743
4744 2010-02-16  Glenn Morris  <rgm@gnu.org>
4745
4746         * message.el (message-default-mail-headers): Change the default value
4747         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4748
4749 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4750
4751         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4752         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4753
4754 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4755
4756         * time-date.el (date-to-time): Doc fix (Bug#5408).
4757
4758 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4759
4760         * message.el (message-mail): Just pass yank-action on to message-setup.
4761         (message-setup): Handle (FUN . ARGS) form of yank-action.
4762         (message-with-reply-buffer, message-widen-reply)
4763         (message-yank-original): Handle non-buffer values of
4764         message-reply-buffer (Bug#4080).
4765         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4766
4767 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4768
4769         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4770         Fix typo in docstring.
4771
4772 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4773
4774         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4775         response.
4776
4777 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4778
4779         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4780
4781         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4782
4783         * message.el (message-check-news-header-syntax): Protect against a
4784         string that `rfc822-addresses' returns when parsing fails.
4785
4786 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4787
4788         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4789         (gnus-previous-char-property-change): New functions.
4790
4791         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4792
4793 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4794
4795         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4796         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4797
4798 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4799
4800         * message.el (message-exchange-point-and-mark): Rework last change to
4801         avoid using optional arg of exchange-point-and-mark, for backward
4802         compatibility.
4803
4804 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4805
4806         * message.el (message-exchange-point-and-mark):
4807         Call exchange-point-and-mark with an argument rather than setting
4808         mark-active by hand (Bug#5175).
4809
4810 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4811
4812         * nntp.el (nntp-service-to-port): Work for service expressed with
4813         numeric string; replace [:digit:] with [0-9] for XEmacs.
4814
4815 2009-12-17  Glenn Morris  <rgm@gnu.org>
4816
4817         * gnus-group.el (gnus-bug-group-download-format-alist):
4818         Change emacs entry to debbugs.gnu.org.  Bump :version.
4819
4820 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4821
4822         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4823
4824 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4825
4826         * message.el (message-info): Explain why we use `Info-goto-node'.
4827
4828 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4829
4830         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4831
4832 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4833
4834         * message.el (message-completion-in-region): New compatibility function.
4835         (message-expand-group): Use it.
4836
4837 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4838
4839         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4840         with no unread article should be listed if the 2nd arg `predicate' is
4841         given.
4842
4843 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4844
4845         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4846
4847 2009-11-29  Juri Linkov  <juri@jurta.org>
4848
4849         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4850         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4851         on `gnus-recenter'.  (Bug#4698, Bug#4981)
4852
4853 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4854
4855         * sha1.el (sha1-string-external): default-directory "/" in case
4856         otherwise non-existent.  process-connection-type pipe for touch of
4857         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4858
4859 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4860
4861         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4862         it's comms related and sgml-mode.el has "comm" on that basis too.
4863
4864 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4865
4866         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4867         containing tspecial characters if they have been already quoted.
4868
4869 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4870
4871         * dns-mode.el (auto-mode-alist): Purecopy string.
4872
4873 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4874
4875         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4876
4877 2009-10-24  Glenn Morris  <rgm@gnu.org>
4878
4879         * gnus-art.el (help-xref-stack-item): Define for compiler.
4880
4881 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4882
4883         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4884
4885 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4886
4887         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4888
4889 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4890
4891         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4892         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4893
4894 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4895
4896         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4897         (gnus-overlays-in): New alias to overlays-in.
4898
4899         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4900         gnus-overlay-get, and gnus-delete-overlay.
4901         (gnus-summary-show-thread): Make it work as well for systems in which
4902         next-single-char-property-change is not available.
4903         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4904
4905         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4906         (gnus-overlay-get): New alias to extent-property.
4907         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4908
4909         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4910         SXEmacs.
4911
4912         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4913         SXEmacs.
4914
4915 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4916
4917         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4918
4919 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4920
4921         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4922         and XEmacs that don't have `remove-overlays'.
4923
4924 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4925
4926         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4927         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4928         selective display.  Use overlays instead.
4929
4930 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4931
4932         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4933
4934 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4935
4936         * spam-stat.el (spam-stat-load): Fix typo in message.
4937
4938 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4939
4940         * dig.el (dig-invoke): Fix typo in docstring.
4941         (query-dig): Reflow docstring.
4942
4943 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4944
4945         * gnus-art.el (gnus-article-encrypt-body):
4946         * message.el (message-check-recipients):
4947         * mm-util.el (mm-codepage-setup):
4948         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4949         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4950
4951 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4952
4953         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4954         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4955         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4956         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4957         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4958
4959 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4960
4961         * dig.el: Add "Keywords: comm", as per net-utils.el.
4962
4963 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4964
4965         * dig.el (dig-mode): Use define-derived-mode.
4966
4967 2009-09-19  Glenn Morris  <rgm@gnu.org>
4968
4969         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4970
4971 2009-09-18  Glenn Morris  <rgm@gnu.org>
4972
4973         * gnus-diary.el (gnus-diary-check-message):
4974         * message.el (message-insert-formatted-citation-line):
4975         * nnbabyl.el (top-level):
4976         * nndiary.el (nndiary-schedule):
4977         Fix typos in condition-case handlers.
4978
4979 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4980
4981         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4982         configuration that provides the sole article window in a frame;
4983         position point correctly after deleting a part.
4984
4985 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4986
4987         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4988         (spam-resolve-registrations-routine): Use it to unregister articles
4989         that change status.
4990
4991 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4992
4993         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4994         with XEmacs.
4995         (parse-time-string-chars): Use it.
4996
4997 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4998
4999         * imap.el (imap-interactive-login): Better messages.
5000         (imap-open): Fix bug with renamed buffer on reconnect.
5001         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5002         for easier debugging and cleaner code.  On successful (guessed based on
5003         server capabilities) secondary authentication, set imap-state
5004         correctly.
5005         (imap-last-authenticator): Define imap-last-authenticator as a variable
5006         to avoid warnings.
5007
5008 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5009
5010         * nnrss.el (nnrss-request-article): Remove binding of
5011         default-enable-multibyte-characters that has gotten needless by
5012         the 2007-07-13 change in rfc2047-encode-message-header.
5013
5014         * mml.el (mml-insert-multipart): Error on the message header.
5015         (mml-insert-part): Error on the message header; position point at
5016         the end of a MIME tag.
5017
5018 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5019
5020         * time-date.el (autoload): Expand define-obsolete-function-alias into
5021         defalias and make-obsolete for old Emacsen that Gnus supports.
5022         (with-no-warnings): Define it for old Emacsen.
5023         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5024         is available.
5025         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5026         float-time is available; suppress compile warning for time-to-seconds.
5027
5028         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5029         (gnus-float-time): Alias to float-time if it exists.
5030
5031         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5032         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5033         float-time is available; suppress compile warning for time-to-seconds.
5034
5035         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5036         XEmacs.
5037
5038 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5039
5040         * imap.el (imap-message-map): Docstring fix.
5041
5042 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5043
5044         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5045         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5046         Add the optional argument `encoding' that overrides the default.
5047
5048         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5049         mm-encode-buffer.
5050
5051 2009-09-04  Glenn Morris  <rgm@gnu.org>
5052
5053         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5054         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5055         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5056         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5057         * mm-util.el (mm-with-unibyte-current-buffer)
5058         (mm-find-buffer-file-coding-system):
5059         * yenc.el (yenc-decode-region): Use default-value rather than
5060         default-enable-multibyte-characters.
5061
5062 2009-09-03  Glenn Morris  <rgm@gnu.org>
5063
5064         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5065         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5066         than default-enable-multibyte-characters.
5067
5068 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5069
5070         * gnus-art.el (gnus-article-read-summary-keys):
5071         Fix gnus-buffer-configuration's value temporarily used.
5072
5073 2009-09-02  Glenn Morris  <rgm@gnu.org>
5074
5075         * gnus-util.el (gnus-float-time): New function.
5076         * gnus-delay.el (gnus-delay-article):
5077         * gnus-sum.el (gnus-thread-latest-date):
5078         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5079         * nnspool.el (nnspool-request-newgroups):
5080         Use gnus-float-time rather than time-to-seconds.
5081         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5082
5083         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5084         (gnus-header-subject-face, gnus-header-newsgroups-face)
5085         (gnus-header-name-face, gnus-header-content-face):
5086         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5087         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5088         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5089         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5090         (gnus-cite-face-11):
5091         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5092         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5093         (gnus-server-closed-face, gnus-server-denied-face)
5094         (gnus-server-offline-face):
5095         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5096         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5097         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5098         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5099         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5100         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5101         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5102         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5103         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5104         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5105         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5106         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5107         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5108         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5109         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5110         (gnus-summary-high-undownloaded-face)
5111         (gnus-summary-low-undownloaded-face)
5112         (gnus-summary-normal-undownloaded-face)
5113         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5114         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5115         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5116         (gnus-splash-face):
5117         * message.el (message-header-to-face, message-header-cc-face)
5118         (message-header-subject-face, message-header-newsgroups-face)
5119         (message-header-other-face, message-header-name-face)
5120         (message-header-xheader-face, message-separator-face)
5121         (message-cited-text-face, message-mml-face):
5122         * sieve-mode.el (sieve-control-commands-face)
5123         (sieve-action-commands-face, sieve-test-commands-face)
5124         (sieve-tagged-arguments-face):
5125         * spam.el (spam-face):
5126         Mark face aliases with "-face" in the name as obsolete.
5127
5128 2009-09-01  Glenn Morris  <rgm@gnu.org>
5129
5130         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5131         than goto-line.
5132
5133 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5134
5135         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5136         Don't move point if the command is invoked inside the message header.
5137
5138 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5139
5140         * imap.el (imap-send-command): Simplify.
5141         (imap-wait-for-tag): point-max -> buffer-size.
5142
5143 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5144
5145         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5146         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5147         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5148         * nnir.el (nnir-swish-e-index-file):
5149         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5150         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5151         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5152         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5153         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5154         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5155
5156 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5157
5158         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5159         Don't save excursion.
5160
5161 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5162
5163         * nnheader.el (nnheader-find-file-noselect):
5164         * mm-util.el (mm-insert-file-contents):
5165         Use (default-value 'major-mode) instead of default-major-mode.
5166
5167 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5168
5169         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5170
5171 2009-08-26  Glenn Morris  <rgm@gnu.org>
5172
5173         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5174         than placing in files.el.
5175
5176 2009-08-25  Glenn Morris  <rgm@gnu.org>
5177
5178         * nnir.el (top-level): Don't require cl at run-time.
5179         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5180         Replace cl-function substitute with gnus-replace-in-string.
5181         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5182         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5183         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5184         simplified expansions.
5185
5186 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5187
5188         * dig.el (dig): Add autoload cookie.
5189
5190 2009-08-22  Glenn Morris  <rgm@gnu.org>
5191
5192         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5193         goto-line.
5194
5195 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5196
5197         * parse-time.el (parse-time-string-chars): Save match data.
5198
5199 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5200
5201         * parse-time.el (parse-time-string-chars): Compute using character
5202         classes, to handle non-ascii characters (Bug#3190).
5203
5204 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5205
5206         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5207
5208         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5209         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5210         (gnus-mm-display-part, gnus-mime-display-single)
5211         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5212         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5213
5214         * gnus-sum.el
5215         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5216         (gnus-summary-move-article): Add expirable mark to articles copied or
5217         moved to group that has auto-expire turned on if the option is non-nil.
5218
5219 2009-07-24  Glenn Morris  <rgm@gnu.org>
5220
5221         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5222         Fix typo.  (Bug#3903)
5223
5224 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5225
5226         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5227         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5228         that should not be used for draft articles.
5229         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5230         that has no concern in minor mode keys.
5231         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5232         Abolish.
5233
5234 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5235
5236         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5237         article without making inquiry to a user for unknown encoding.
5238
5239         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5240         (nnmaildir--scan): Assume i-node and device number that file-attributes
5241         returns might be cons-cell.
5242
5243         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5244
5245         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5246
5247 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5248
5249         * auth-source.el: Remove docs now in auth.texi.  Don't use
5250         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5251         `auth-source-hide-passwords' and use them.
5252
5253 2009-07-15  Glenn Morris  <rgm@gnu.org>
5254
5255         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5256
5257 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5258
5259         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5260         excessive whitespace from the default values of title and description.
5261
5262 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5263
5264         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5265         mail-fetch-field to fetch Content-Description header in order to
5266         exclude newlines.
5267
5268 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5269
5270         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5271         format used by GnuPG 2.0.11.
5272
5273 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5274
5275         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5276         to deleted part.
5277
5278 2009-05-30  David Engster  <dengste@eml.cc>
5279
5280         * nnmairix.el: Remove old documentation in the commentary block.
5281         (nnmairix-request-group): Do not update active file for nnml back ends.
5282         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5283         end so that overview files are ignored.
5284         (nnmairix-update-groups): Make updating the groups more robust by using
5285         marks.
5286         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5287         with dollar characters in message-id.
5288
5289 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5290
5291         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5292         2008-12-25 in dns.el.
5293
5294 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5295
5296         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5297         could happen if the text is only composed of spaces and/or tabs.
5298
5299 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5300
5301         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5302         when sending a queued message to avoid extra mml tags.
5303
5304 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5305
5306         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5307
5308 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5309
5310         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5311         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5312         rmail-toggle-header for XEmacs;
5313         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5314
5315 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5316
5317         * gnus-dired.el: Remove autoload for gnus-setup-message.
5318         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5319         displaying Gnus logo; always use compose-mail.
5320
5321 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5322
5323         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5324
5325 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5326
5327         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5328         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5329         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5330         available.
5331         (gnus-nocem-epg-verify): New function.
5332
5333 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5334
5335         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5336
5337 2009-02-15  Glenn Morris  <rgm@gnu.org>
5338
5339         * gnus-util.el (rmail-insert-rmail-file-header)
5340         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5341         autoloads.
5342         (rmail-default-rmail-file): Remove unnecessary declaration.
5343         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5344
5345 2009-02-14  Glenn Morris  <rgm@gnu.org>
5346
5347         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5348         variable (only used in gnus-util, which declares it anyway).
5349         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5350         which was only needed by gnus-art (changed to not use it any more).
5351         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5352         only used in gnus-util, which autoloads it itself.
5353         (rmail-update-summary): Fix autoload.
5354
5355         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5356         rather than rmail-output-to-rmail-file.
5357
5358 2009-02-07  Glenn Morris  <rgm@gnu.org>
5359
5360         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5361         autoload of function that no longer exists.
5362         (rmail-toggle-header): Declare.
5363         (message-forward-rmail-make-body): Handle mbox Rmail.
5364
5365 2009-01-31  Glenn Morris  <rgm@gnu.org>
5366
5367         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5368         2009-01-09 change.
5369
5370 2009-01-31  Dave Love  <fx@gnu.org>
5371
5372         * imap.el (imap-fetch-safe): Bind debug-on-error.
5373         (imap-debug): Add imap-fetch-safe.
5374
5375 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5376
5377         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5378         (auth-source-forget-all-cached): New convenience function.
5379         (auth-source-user-or-password): Accept list of modes or a single mode.
5380
5381         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5382         auth-source modes.
5383
5384         * netrc.el (netrc-machine-user-or-password): Use list of
5385         auth-source modes.
5386
5387         * nnimap.el (nnimap-open-connection): Use list of
5388         auth-source modes.
5389
5390         * nntp.el (nntp-send-authinfo): Use list of
5391         auth-source modes.
5392
5393 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5394
5395         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5396         now.
5397
5398 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5399
5400         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5401         coding system in XEmacs; add a workaround for XEmacs.
5402
5403         * lpath.el: Fbind coding-system-aliasee.
5404
5405 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5406
5407         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5408         of current-language-environment.
5409
5410 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5411
5412         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5413         available at runtime.
5414
5415 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5416
5417         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5418
5419 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5420
5421         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5422         the greatest positive fixnum value doesn't work under an XEmacs with
5423         bignum support; use the most-positive-fixnum constant instead,
5424         available since Emacs 21.1 with cl and XEmacs 21.1.
5425
5426 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5427
5428         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5429         XEmacs gets not to work.
5430
5431 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5432
5433         * mm-util.el (mm-coding-system-priorities): Allow the value like
5434         "Japanese (UTF-8)" of current-language-environment.
5435
5436 2009-01-09  Glenn Morris  <rgm@gnu.org>
5437
5438         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5439         with last-command-event.
5440
5441 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5442
5443         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5444         in the doc string.
5445
5446         * message.el (message-fix-before-sending): Amend comment.
5447
5448 2009-01-08  Dave Love  <fx@gnu.org>
5449
5450         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5451
5452 2009-01-07  David Engster  <dengste@eml.cc>
5453
5454         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5455         simplified server definitions by converting it via
5456         gnus-server-to-method.
5457
5458 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5459
5460         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5461         parameter's operands.
5462
5463 2009-01-06  David Engster  <dengste@eml.cc>
5464
5465         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5466         primary select method (for gnus-group-mark-article-as-read).
5467
5468 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5469
5470         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5471         `(gnus)Face', not `(gnus)X-Face'.
5472
5473 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5474
5475         * mm-util.el (mm-ucs-to-char): New function.
5476
5477         * mm-url.el (mm-url-decode-entities): Use it.
5478
5479         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5480         unicode-to-char.
5481
5482 2009-01-05  Dave Love  <fx@gnu.org>
5483
5484         * time-date.el: Require cl for `declare'.
5485
5486 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5487
5488         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5489         Dave Love.
5490
5491 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5492
5493         * message.el (message-fix-before-sending): Add `eight-bit' to
5494         illegible-text check.
5495
5496 2009-01-03  Michael Olson  <mwolson@gnu.org>
5497
5498         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5499         `headers' is nil.  This can occur if the IMAP server does not have
5500         permissions to read messages from a folder, but can write new messages
5501         to the folder.
5502         (nnimap-request-article-part): Do not insert `data' if it is nil.
5503
5504         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5505         characters which will confuse `read', so skip past them.
5506
5507 2009-01-01  Dave Love  <fx@gnu.org>
5508
5509         * imap.el (imap-string-to-integer): Fix typo.
5510         (imap-fetch-safe): New function.
5511         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5512
5513         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5514
5515         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5516         (imap-parse-greeting): Fix doc strings.
5517         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5518         (imap-parse-flag-list): Make messages unique.
5519         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5520
5521         * nnimap.el: Fix author email.
5522         (nnimap-split-rule): Add FIXME comment.
5523         (nnimap-debug): Fix doc string.
5524
5525 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5526
5527         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5528
5529 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5530
5531         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5532         nslookup if resolv.conf isn't available.
5533         (dns-query): Rename from query-dns.
5534         (dns-query-cached): Rename from query-dns-cached.
5535
5536 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5537
5538         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5539         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5540         to check if those variables exist (first appeared in Emacs 18.50).
5541
5542 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5543
5544         * mm-util.el (mm-line-number-at-pos): New function.
5545
5546         * spam-report.el (spam-report-process-queue): Use it.
5547
5548 2008-12-24  David Engster  <dengste@eml.cc>
5549
5550         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5551         parameters that haven't existed as variables as buffer-local variables.
5552
5553 2008-12-23  Dave Love  <fx@gnu.org>
5554
5555         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5556         cadar.
5557
5558         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5559         imap-starttls-p.
5560         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5561
5562 2008-12-22  Dave Love  <fx@gnu.org>
5563
5564         * imap.el: Fix author email.  Doc fixes.
5565         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5566         reply.
5567
5568 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5569
5570         * spam-report.el (spam-report-gmane-max-requests): New constant.
5571         (spam-report-gmane-wait): New variable.
5572         (spam-report-gmane-ham, spam-report-gmane-spam)
5573         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5574         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5575         the server.
5576
5577         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5578         Add explanations.
5579
5580         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5581         nnheader-accept-process-output and nnheader-read-timeout if available.
5582         (pop3-movemail): Use it.
5583
5584         * message.el (message-check-news-body-syntax): Fix signature check if
5585         there's an attachment.
5586
5587 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5588
5589         * mm-util.el: Add comments to the mm- emulating functions.
5590
5591 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5592
5593         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5594         Reported by Stephen Berman <stephen.berman@gmx.net>.
5595
5596 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5597
5598         * mm-util.el (mm-substring-no-properties): New function.
5599         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5600         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5601         (mm-string-to-multibyte): Doc fix.
5602
5603         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5604
5605 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5606
5607         * mml.el (mml-attach-file): Strip text properties from file name.
5608         (Bug#1574)
5609
5610 2008-12-16  Glenn Morris  <rgm@gnu.org>
5611
5612         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5613
5614 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5615
5616         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5617         knows since the charset specified might be a bogus alias that
5618         mm-charset-synonym-alist provides.
5619
5620 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5621
5622         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5623         "ISO_8859-1".
5624
5625         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5626
5627 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5628
5629         * mm-util.el (mm-charset-eval-alist):
5630         Define it before mm-charset-to-coding-system.
5631         (mm-charset-to-coding-system): Add optional argument `silent';
5632         define it before mm-charset-override-alist.
5633         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5634         default value if it can be used in Emacs currently running;
5635         silence mm-charset-to-coding-system.
5636
5637 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5638
5639         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5640         `allow-override' which says whether to use `mm-charset-override-alist'.
5641         (rfc2047-decode-encoded-words): Use it.
5642
5643         * mm-util.el (mm-charset-override-alist): Fix custom type;
5644         add `(gb2312 . gbk)' to choices.
5645
5646 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5647
5648         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5649         fast.
5650
5651         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5652
5653         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5654
5655 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5656
5657         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5658         on links.
5659
5660         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5661
5662 2008-12-03  Lute Kamstra  <lute@gnu.org>
5663
5664         * sha1.el: Remove leading * from docstrings of defcustoms,
5665         deffaces, defconsts and defuns.
5666
5667 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5668
5669         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5670         users' addresses that don't have domain parts.
5671         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5672         rather than message-narrow-to-head since there will be the message
5673         header separator.
5674
5675 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5676
5677         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5678         since the result is inserted in a unibyte buffer anyway.
5679         (nnimap-demule-use-string-to-multibyte): Remove.
5680         (nnimap-demule): Alias it to mm-string-to-multibyte.
5681
5682 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5683
5684         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5685         variable for debugging bug#464 and bug#1174.
5686         (nnimap-demule): Use it.
5687
5688 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5689
5690         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5691         score calculation correctly.
5692
5693 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5694
5695         * message.el (message-send-mail): Just set the buffer to unibyte
5696         rather than use mm-with-unibyte-current-buffer which does a lot more.
5697         (message-send-mail-partially): Don't bother with
5698         mm-with-unibyte-current-buffer since it's already been made unibyte by
5699         message-send-mail.
5700
5701 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5702
5703         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5704
5705 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5706
5707         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5708
5709 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5710
5711         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5712         require itself and to remove `with-no-warnings'.
5713
5714 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5715
5716         * starttls.el (starttls-any-program-available): Get the name of the
5717         available TLS layer program.
5718         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5719         well as the host name in the "opening" message.
5720
5721         * auth-source.el (auth-source-cache, auth-source-do-cache)
5722         (auth-source-user-or-password): Cache passwords and logins by default,
5723         allow override with `auth-source-do-cache'.
5724         (auth-source-forget-user-or-password): Allow users to remove cache
5725         entries if needed.
5726
5727 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5728
5729         * md4.el (md4-buffer): Fix typo in docstring.
5730         (md4, md4-64): Doc fixes.
5731         (md4-pack-int32): Reflow docstring.
5732
5733 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5734
5735         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5736         condition-case to only the forward-sexp call.
5737
5738 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5739
5740         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5741         quotes contained.  Make it more robust regardless by an extra
5742         condition-case wrapper.
5743
5744 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5745
5746         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5747
5748 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5749
5750         * nnml.el (nnml-request-expire-articles): Check if the function set to
5751         `nnmail-expiry-target' returns the symbol `delete'.
5752
5753         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5754
5755         * nnmail.el (nnmail-expiry-target): Fix custom type.
5756
5757 2008-10-02  Glenn Morris  <rgm@gnu.org>
5758
5759         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5760         Silence compiler warning.
5761
5762 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5763
5764         * tls.el (open-tls-stream): Show the actual command being
5765         executed, instead of the format string.
5766
5767 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5768
5769         * lpath.el: Fbind codepage-setup for Emacs 23.
5770
5771 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5772
5773         * mml.el (mml-menu): Don't assume mml2015 is bound.
5774
5775 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5776
5777         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5778         exists.
5779
5780 2008-09-27  Glenn Morris  <rgm@gnu.org>
5781
5782         * gnus-util.el (mail-header-remove-comments): Autoload it.
5783
5784 2008-09-27  Andreas Schwab  <schwab@suse.de>
5785
5786         * gnus-util.el (gnus-split-references): Strip comments.
5787         (gnus-parent-id): Likewise.
5788
5789 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5790
5791         * message.el (message-confirm-send): Fix version.
5792
5793 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5794
5795         * message.el (message-idna-to-ascii-rhs-1): Use
5796         mail-extract-address-components rather than mail-header-parse-addresses
5797         that is an alias by default to ietf-drums-parse-addresses that does not
5798         support non-ASCII names in headers' contents.
5799
5800 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5801
5802         * message.el (message-confirm-send): Fix variable documentation to
5803         avoid the "y/n" wording.
5804
5805 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5806
5807         * message.el (message-set-auto-save-file-name): Save to a different
5808         filename so multiple messages (especially drafts) can be recovered.
5809
5810 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5811
5812         * message.el (message-confirm-send): Add appropriate version.
5813
5814 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5815
5816         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5817         defvar.
5818
5819 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5820
5821         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5822         (mm-pkcs7-enveloped-magic): Ditto.
5823
5824 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5825
5826         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5827         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5828
5829 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5830
5831         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5832         default, it's better.
5833
5834 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5835
5836         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5837         summary line gnus-number property and ignore them (with a warning
5838         message).
5839
5840 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5841
5842         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5843         macro caddr in the interactive form since it won't be expanded.
5844
5845 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5846
5847         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5848         `charset'; fix name of function called recursively.
5849         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5850
5851 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5852
5853         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5854         (gnus-mime-set-charset-parameters): New function.
5855         (gnus-mime-view-part-as-charset): Use it to correctly display part
5856         specifying wrong charset.
5857
5858 2008-09-08  David Engster  <dengste@eml.cc>
5859
5860         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5861         in completing-read for back end server.
5862
5863 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5864
5865         * message.el (message-confirm-send): New variable to confirm sending a
5866         message.
5867         (message-send): Use it.
5868
5869 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5870
5871         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5872
5873 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5874
5875         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5876
5877 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5878
5879         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5880         prevent tracking too many groups.
5881         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5882         Use it.
5883
5884 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5885
5886         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5887         moving point to the bottom of the window in order to avoid recentering.
5888
5889 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5890
5891         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5892
5893         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5894         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5895         (gnus-article-beginning-of-window): Fix calculation.
5896
5897 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5898
5899         * gnus-msg.el (gnus-summary-supersede-article)
5900         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5901         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5902         message header.
5903
5904 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5905
5906         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5907         pending output coming after the status change.
5908
5909 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5910
5911         * message.el:
5912         * gnus-start.el:
5913         * gnus-registry.el: Remove VMS support.
5914
5915 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5916
5917         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5918         macro.
5919         (rfc2104-hash): Use it.
5920
5921 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5922
5923         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5924         (gnus-summary-sort-by-most-recent-date): New commands.
5925         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5926         and menu entries.
5927
5928 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5929
5930         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5931         don't redisplay article for raw contents; remove plural articles stuff.
5932
5933         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5934         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5935         on gnus-summary-save-article; display results properly.
5936
5937 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5938
5939         * lpath.el: No need to fbind ns-focus-frame.
5940
5941 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5942
5943         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5944
5945 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5946
5947         * gnus-art.el (gnus-summary-save-in-pipe):
5948         Consider gnus-save-all-headers.
5949
5950 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5951
5952         * gnus-util.el (ns-focus-frame): Remove declaration.
5953         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5954         like x.
5955
5956 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5957
5958         * rfc2104.el (rfc2104-zero): Delete defconst.
5959         (rfc2104-hex-alist): Likewise.
5960         (rfc2104-hex-to-int): Delete func.
5961         (rfc2104-hexstring-to-bitstring): Likewise.
5962         (rfc2104-nybbles): New defconst.
5963         (rfc2104-hash): Rewrite for speed.
5964
5965 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5966
5967         * tls.el (open-tls-stream): Make it work with the 2nd argument
5968         BUFFER that is a string but does not exist as a buffer object, as
5969         mentioned in the doc-string.
5970
5971 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5972
5973         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5974         SXEmacs.
5975
5976 2008-07-16  Glenn Morris  <rgm@gnu.org>
5977
5978         * gnus-util.el (ns-focus-frame): Declare for compiler.
5979
5980 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5981
5982         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5983         set as a group parameter.
5984         (gnus-summary-save-in-pipe): Work when it is called independently.
5985         (gnus-summary-pipe-to-muttprint): Don't modify
5986         gnus-summary-pipe-output-default-command.
5987
5988 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5989
5990         * message.el (message-send-mail-with-sendmail):
5991         Display the error message.
5992
5993 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5994
5995         * gnus-art.el (gnus-default-article-saver):
5996         Add gnus-summary-save-in-pipe to choices.
5997         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5998         gnus-summary-pipe-output-default-command as the default command.
5999         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6000         instead of gnus-last-shell-command.
6001
6002         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6003         New user option.
6004         (gnus-summary-muttprint-program): Mention the value will be changed.
6005         (gnus-summary-save-article): Force showing of all headers.
6006         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6007
6008 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6009
6010         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6011
6012 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6013
6014         * nnimap.el (nnimap-id):
6015         * sieve-manage.el (sieve-manage-open): Doc fixes.
6016
6017 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6018
6019         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6020         if available.
6021
6022 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6023
6024         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6025
6026         * nnkiboze.el (nnkiboze-generate-group):
6027         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6028
6029         * nnmairix.el: Require CL.
6030
6031 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6032
6033         * dgnushack.el: Autoload get-display-table and put-display-table for
6034         XEmacs 21.5.
6035
6036         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6037         21.4 and SXEmacs.
6038
6039 2008-06-15  David Engster  <dengste@eml.cc>
6040
6041         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6042
6043 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6044
6045         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6046         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6047         runtime choice under XEmacs.
6048
6049         * gnus-sum.el (gnus-summary-set-display-table):
6050         Use `gnus-put-display-table', `gnus-get-display-table',
6051         `gnus-set-display-table' for the display table, instead of `aset'.
6052
6053         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6054         Use `gnus-put-display-table', `gnus-get-display-table',
6055         `gnus-set-display-table' for the display table.
6056
6057 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6058
6059         * nnmairix.el: Add autoloads.
6060
6061 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6062
6063         * nnmairix.el (nnmairix-delete-recreate-group)
6064         (nnmairix-update-and-clear-marks): Fix error messages.
6065
6066 2008-06-14  David Engster  <dengste@eml.cc>
6067
6068         * nnmairix.el: Upgrade to version 0.6.
6069         (nnmairix-group-toggle-propmarks-this-group)
6070         (nnmairix-group-toggle-readmarks-this-group)
6071         (nnmairix-group-delete-recreate-this-group)
6072         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6073         (nnmairix-remove-tick-mark-original-article): New commands.
6074         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6075         (nnmairix-propagate-marks-to-nnmairix-groups)
6076         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6077         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6078         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6079         functions needed for marks propagation and manipulation of read marks.
6080         (nnmairix-update-groups): New function.
6081         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6082         (nnmairix-determine-original-group-from-registry)
6083         (nnmairix-determine-original-group-from-path)
6084         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6085         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6086         New helper functions.
6087         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6088         keystrokes for new commands.
6089         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6090         (nnmairix-request-group): Check allow-fast group parameter.
6091         (nnmairix-request-create-group): Set allow-fast group parameter if
6092         nnmairix-allowfast-default is set.
6093         (nnmairix-close-group): Propagate marks upon closing if needed.
6094         (nnmairix-group-toggle-threads-this-group): Use new.
6095         nnmairix-group-toggle-parameter helper function.
6096         (nnmairix-search): Better check for empty search result.
6097         (nnmairix-goto-original-article): Use new helper functions for
6098         determining original article.
6099         (nnmairix-show-original-article): Make sure message-id is in brackets.
6100         (nnmairix-call-mairix-binary): Change variable name.
6101         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6102         helper function.
6103         (nnmairix-widget-toggle-activate): Fix doc string.
6104
6105 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6106
6107         * nnir.el: Require edmacro when compiling with XEmacs.
6108         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6109         available in Emacs 21.
6110
6111 2008-06-11  Glenn Morris  <rgm@gnu.org>
6112
6113         * gnus-util.el (x-focus-frame):
6114         * gnus.el (image-size):
6115         * mm-decode.el (image-size): Declare.
6116
6117         * gnus-picon.el (declare-function): Add compat definition.
6118         (image-size): Declare.
6119
6120         * gnus-group.el (tool-bar-map):
6121         * gnus-sum.el (tool-bar-map): Define for compiler.
6122
6123         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6124
6125         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6126
6127         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6128         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6129         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6130         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6131         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6132         * sieve-manage.el, spam-report.el, spam.el:
6133         Remove unnecessary eval-and-compile of autoloads.
6134
6135 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6136
6137         * auth-source.el: Precise Tramp doc.
6138
6139 2008-06-07  Glenn Morris  <rgm@gnu.org>
6140
6141         * nnmairix.el: Remove unnecessary eval-when-compile.
6142
6143 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6144
6145         * lpath.el: Fbind propertize for XEmacs 21.4.
6146
6147 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6148
6149         * nnir.el: Move here from ../contrib.
6150
6151 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6152
6153         * gnus-util.el (gnus-read-shell-command): New function.
6154         * mm-decode.el (mm-pipe-part):
6155         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6156
6157 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6158
6159         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6160
6161 2008-06-03  Glenn Morris  <rgm@gnu.org>
6162
6163         * pop3.el (nnheader-accept-process-output): Autoload it.
6164
6165 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6166
6167         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6168         are not 2-digit hexadecimal characters that follow `%'s.
6169
6170 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6171
6172         * message.el (message-bogus-recipient-p): Fix type in doc string.
6173         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6174         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6175         Improve custom options.
6176         (message-bogus-recipient-p): Adjust accordingly.
6177
6178 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6179
6180         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6181         long-form month and day names.
6182
6183 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6184
6185         * dgnushack.el: Autoload debug, eudc-expand-inline and
6186         pgg-snarf-keys-region for XEmacs.
6187
6188         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6189
6190         * nnmairix.el: Require edmacro when compiling with XEmacs.
6191
6192 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6193
6194         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6195         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6196
6197 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6198
6199         * auth-source.el: Add more docs.
6200
6201         * netrc.el (netrc-machine): Always match if the port is not given.
6202
6203 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6204
6205         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6206         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6207         retrieval faster in some cases, but might make CPU usage larger.
6208         If this has any bad side effects, we might revert this change.
6209
6210         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6211         seems to make mail retrieval much, much faster.
6212         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6213         unconditionally.
6214
6215         * gnus-draft.el (gnus-group-send-queue):
6216         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6217
6218 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6219
6220         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6221
6222         * message.el (message-bogus-address-regexp): Fix and improve custom
6223         type.
6224         (message-setup-hook): Add message-check-recipients as custom option.
6225
6226 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6227
6228         * message.el (message-cite-function): Remove bogus autoload which crept
6229         in during merge from v5-10.
6230
6231 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6232
6233         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6234
6235         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6236
6237         * auth-source.el: Preliminary Tramp docs.
6238         (auth-sources): Change the default auth-sources to use
6239         EPA .gpg files.
6240
6241 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6242
6243         * nntp.el: Autoload `auth-source-user-or-password'.
6244         (nntp-send-authinfo): Use it.
6245
6246         * nnimap.el: Autoload `auth-source-user-or-password'.
6247         (nnimap-open-connection): Use it.
6248
6249         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6250         for the gnus-message function.
6251         (auth-source-user-or-password): Use it.
6252
6253 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6254
6255         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6256         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6257         (rfc2104-hash): Use it.
6258
6259 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6260
6261         * gnus-art.el (gnus-article-toggle-truncate-lines):
6262         Don't use `iff' in docstring.
6263
6264 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6265
6266         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6267
6268         * gnus-util.el (gnus-extract-address-component-name)
6269         (gnus-extract-address-component-email): Convenience functions around
6270         `gnus-extract-address-components'.
6271
6272         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6273         Use `gnus-extract-address-component-email' to fix bug of comparing full
6274         sender name to `user-mail-address'.
6275
6276 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6277
6278         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6279         catch/throw to optimize.
6280         (gnus-registry-find-keywords): Just use member to find a keyword.
6281
6282 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6283
6284         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6285         is current before calling gnus-server-prepare.
6286         (gnus-server-setup-buffer, gnus-server-update-server)
6287         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6288
6289 2008-05-04  Juri Linkov  <juri@jurta.org>
6290
6291         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6292         (mailcap-file-default-commands): Use mailcap-replace-in-string
6293         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6294         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6295
6296 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6297
6298         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6299
6300 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6301
6302         * gnus.el: Bump version to 0.11.
6303
6304 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6305
6306         * gnus.el: No Gnus v0.10 is released.
6307
6308 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6309
6310         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6311         hooks.
6312         (gnus-update-read-articles): Speed up non-marks-using users.
6313         (gnus-use-marks): Define gnus-use-marks.
6314         (gnus-propagate-marks): Rename variable to something more sensible.
6315
6316 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6317
6318         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6319         (gmm-image-load-path-for-library): Fix typos in docstrings.
6320         (gmm-message): Reflow docstring.
6321
6322 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6323
6324         * mail-source.el (mail-source-set-1, mail-source-bind):
6325         Move auth-source code out of the macro to clean it up and fix bugs.
6326
6327 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6328
6329         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6330         by sender if it's equal to user-mail-address, it's likely to be
6331         useless.
6332
6333         * mail-source.el (mail-source-bind): Don't use user or password if they
6334         are not bound.  Unintern them if they are nil.  Don't use server unless
6335         it's bound, and default it to empty string otherwise.
6336
6337 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6338
6339         * mail-source.el: Load auth-source.el.
6340         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6341         get user name or password, if auth-sources is set up.
6342
6343         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6344         strategy of splitting with parent.
6345         (gnus-registry-split-fancy-with-parent)
6346         (gnus-registry-post-process-groups): Use it and fix prior
6347         bug (returning a list as the split result).
6348
6349         * auth-source.el (auth-sources): Remove server parameter.
6350         (auth-source-pick, auth-source-user-or-password)
6351         (auth-source-user-or-password-imap)
6352         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6353         (auth-source-user-or-password-sftp)
6354         (auth-source-user-or-password-smtp): Remove server parameter.
6355
6356 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6357
6358         * smime.el (smime-sign-region, smime-encrypt-region)
6359         (smime-decrypt-region):
6360         Remove redundant calls to `generate-new-buffer-name'.
6361
6362 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6363
6364         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6365         Don't use QP for message/rfc822.
6366         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6367
6368 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6369
6370         * sieve-manage.el (sieve-string-bytes): Remove.
6371         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6372         correct byte-length only if the process's coding-system is the same as
6373         the one used internally by Emacs to represent strings.
6374
6375 2008-04-22  Juri Linkov  <juri@jurta.org>
6376
6377         * mailcap.el (mailcap-file-default-commands): New function.
6378
6379 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6380
6381         * message.el (message-signature-separator, message-cite-function):
6382         Change custom version.
6383
6384 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6385
6386         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6387         commands.
6388         (tls-checktrust): Ditto.
6389
6390 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6391
6392         * mm-decode.el (mm-display-external): Make temp file read-only.
6393
6394 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6395
6396         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6397         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6398         `C-c C-f d'.
6399
6400 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6401
6402         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6403
6404 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6405
6406         * gnus.el: Bump version to 0.9.
6407
6408 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6409
6410         * gnus.el: No Gnus v0.8 is released.
6411
6412 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6413
6414         * mail-source.el (mail-source-value):
6415         Prefer fboundp to functionp so it works with macros as well.
6416
6417 2008-04-10  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-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6423
6424         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6425         Prefer fboundp to functionp so it works with macros as well.
6426
6427 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6428
6429         * auth-source.el: Add docs.
6430         (auth-sources): Modify format to support server.
6431         (auth-source-pick, auth-source-user-or-password)
6432         (auth-source-user-or-password-imap)
6433         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6434         (auth-source-user-or-password-sftp)
6435         (auth-source-user-or-password-smtp): Add server parameter.
6436
6437 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6438
6439         * gnus-registry.el: Initialize the registry when gnus-registry-install
6440         is t.
6441
6442 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6443
6444         * compface.el (uncompface): Make buffer unibyte.
6445
6446 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6447
6448         * mail-source.el (mail-source-value):
6449         Prefer fboundp to functionp so it works with macros as well.
6450
6451 2008-04-05  Glenn Morris  <rgm@gnu.org>
6452
6453         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6454
6455 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6456
6457         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6458         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6459
6460         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6461         multibyteness after rather than before erasing it.
6462
6463         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6464         mm-with-multibyte.
6465         (gnus-request-article-this-buffer): Make sure the proper decoding is
6466         used if gnus-original-article-buffer happens to be unibyte.
6467
6468         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6469         default-enable-multibyte-characters.
6470
6471         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6472         default-enable-multibyte-characters.
6473
6474         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6475
6476         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6477
6478 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6479
6480         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6481         Fix last change in case the element is not even a symbol.
6482
6483 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6484
6485         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6486         (imap-message-copyuid-1): Use it.
6487         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6488         J. Williams in
6489         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6490
6491         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6492         imap-enable-exchange-bug-workaround.
6493         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6494
6495 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6496
6497         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6498         a 100 byte status-checks into a 2-3MB transfer for each group.
6499         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6500         to enable bug workaround or not.
6501         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6502
6503 2008-03-31  Glenn Morris  <rgm@gnu.org>
6504
6505         * message.el (mml2015-use): Declare for compiler.
6506         (message-info): Require mml2015 when appropriate.
6507
6508 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6509
6510         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6511         whitespace.
6512
6513 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6514
6515         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6516         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6517         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6518         (nntp-service-to-port): New function.
6519         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6520         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6521         (nntp-open-netcat-stream): New function.
6522         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6523
6524 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6525
6526         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6527
6528 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6529
6530         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6531
6532 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6533
6534         * dns.el (dns-write): Use set-buffer-multibyte.
6535
6536 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6537
6538         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6539
6540 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6541
6542         * message.el (message-signature-separator): Change default.
6543         Improve custom type.
6544         (message-cite-function): Change default to
6545         message-cite-original-without-signature.
6546
6547         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6548         toggle.
6549
6550         * message.el (message-check-news-body-syntax): Fix signature check.
6551         (message-setup-1): Mark buffer as unmodified _after_ running
6552         message-setup-hook and handling message-alternative-emails.
6553         (message-shorten-references): Be more strict when building list of
6554         valid references to comply with GNKSA.
6555
6556         * gnus-group.el (gnus-read-ephemeral-bug-group)
6557         (gnus-read-ephemeral-debian-bug-group)
6558         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6559
6560         * message.el (message-info): Don't use booleanp which isn't supported
6561         in Emacs 21 and XEmacs.
6562
6563 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6564
6565         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6566         gnus-group-gmane-group-download-format.
6567         (gnus-group-read-ephemeral-gmane-group): Rename from
6568         gnus-group-read-ephemeral-gmane-group.
6569         (gnus-read-ephemeral-gmane-group-url): Rename from
6570         gnus-group-read-ephemeral-gmane-group-url.
6571         (gnus-bug-group-download-format-alist): New variable.
6572         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6573         (gnus-read-ephemeral-emacs-bug-group): New commands.
6574
6575 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6576
6577         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6578         (gnus-visible-headers): Improve custom type.
6579
6580 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6581
6582         * mml.el (mml-menu): Add workarounds for XEmacs.
6583
6584         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6585         X-Boundary header.
6586
6587         * message.el (message-simplify-recipients): Fix previous commit.
6588
6589 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6590
6591         * mm-util.el (mm-set-buffer-multibyte): New function.
6592         * mm-decode.el (mm-copy-to-buffer): Use it.
6593
6594         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6595         Prefer fboundp to functionp so it works with macros as well.
6596
6597 2008-03-19  Glenn Morris  <rgm@gnu.org>
6598
6599         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6600         Accidentally removed in the sync process with Emacs.
6601
6602 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6603
6604         * message.el (message-alter-recipients-discard-bogus-full-name):
6605         New function.
6606         (message-alter-recipients-function): New variable.
6607         (message-get-reply-headers): Use it.
6608         (message-replace-header): New helper function.
6609         (message-recipients-without-full-name): New variable.
6610         (message-simplify-recipients): New command.
6611
6612         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6613
6614         * message.el (message-info): Handle EasyPG manual.
6615
6616         * mml.el (mml-menu): Add entry for EasyPG.
6617
6618 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6619
6620         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6621         parameter.
6622
6623         * message.el (message-disassociate-draft): Specify drafts group name
6624         fully.
6625
6626 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6627
6628         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6629         Eliminate unnecessary duplicates from the match list.
6630
6631 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6632
6633         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6634
6635         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6636
6637         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6638         args of `how-many' of which the XEmacs version doesn't take; declare
6639         Info-index-next as function.
6640
6641 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6642
6643         * gnus-score.el (gnus-score-headers): Fix handling of
6644         gnus-inhibit-slow-scoring.
6645
6646         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6647         string.
6648         (gnus-button-url-regexp): Improve handling of parenthesis.
6649         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6650         (gnus-button-handle-info-keystrokes): Handle index entries.
6651
6652 2008-03-15  Glenn Morris  <rgm@gnu.org>
6653
6654         * parse-time.el (parse-time-string): Simplify.
6655
6656 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6657
6658         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6659         Incoming* files.
6660
6661 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6662
6663         * auth-source.el (auth-sources): Rename from auth-source-choices.
6664         (auth-source-pick): Use it.
6665
6666 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6667
6668         * binhex.el (binhex-decode-region-internal):
6669         * uudecode.el (uudecode-decode-region-internal):
6670         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6671         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6672         setting default-enable-multibyte-characters.
6673
6674 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6675
6676         * auth-source.el (auth-source-protocols)
6677         (auth-source-protocols-customize, auth-source-choices): Add and
6678         modified variable customizations and defaults.
6679         (auth-source-pick, auth-source-user-or-password)
6680         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6681         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6682         (auth-source-user-or-password-sftp)
6683         (auth-source-user-or-password-smtp): Use new variables and provide an
6684         interface to netrc.el.
6685
6686 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6687
6688         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6689         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6690         Make sure the nntp port to specify is a string.
6691
6692 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6693
6694         * nntp.el: Use with-current-buffer.
6695         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6696         dubious mm-with-unibyte-current-buffer.
6697         (nntp-with-open-group-function): New function extracted from
6698         nntp-with-open-group macro.
6699         (nntp-with-open-group): Use the function, so it's easier to debug.
6700         Add indentation and debugging info.
6701         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6702         Recommend the use of the netcat alternatives.
6703
6704         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6705         Avoid mm-string-as-multibyte as well.
6706
6707         * nnweb.el (nnweb-insert-html):
6708         Remove use of nnheader-string-as-multibyte.
6709
6710         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6711         (nnheader-string-as-multibyte): Remove.
6712
6713         * mm-view.el: Use inhibit-read-only.
6714         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6715         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6716         or unibyte-string.
6717
6718         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6719         (mm-uu-yenc-extract): Use with-current-buffer.
6720
6721         * gnus-soup.el (gnus-soup-send-packet): Don't use
6722         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6723
6724         * nnmh.el: Use with-current-buffer.
6725         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6726         mm-string-as-multibyte on the output of mm-encode-coding-string.
6727
6728         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6729         (nnimap-request-move-article): Use with-current-buffer.
6730
6731         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6732         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6733         conversion uses string-make-unibyte rather than string-as-unibyte.
6734
6735         * gnus-msg.el: Use with-current-buffer.
6736
6737         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6738
6739 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6740
6741         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6742         string for caching if it is 'PIN.
6743
6744 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6745
6746         * lpath.el: Consider the case without Emacs/W3.
6747
6748 2008-03-08  Glenn Morris  <rgm@gnu.org>
6749
6750         * time-date.el (date-to-time, time-subtract, time-add)
6751         (safe-date-to-time): Doc fixes.
6752
6753 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6754
6755         * mail-source.el (mail-source-delete-old-incoming-confirm):
6756         Change default to nil.
6757         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6758
6759 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6760
6761         * lpath.el: Rearrange.
6762
6763         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6764         (gnus-article-goto-prev-page): Work for articles having ^L's.
6765
6766         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6767
6768         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6769
6770 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6771
6772         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6773         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6774         (gnus-bookmark-jump): Adjust some variable names.
6775
6776 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6777
6778         * auth-source.el: New package.
6779         (auth-source-choices): Add customization entry point variable.
6780
6781         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6782         bug.
6783
6784 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6785
6786         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6787         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6788         (gnus-registry-install-shortcuts): Rename from
6789         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6790         the `gnus-registry-mark-map' keymap dynamically from
6791         `gnus-registry-marks'.  The generated functions update the summary line
6792         when a registry mark is added or deleted, and will call
6793         `gnus-registry-install-p' (see the comments in the code).
6794         (gnus-registry-user-format-function-M): Use concat intelligently.
6795
6796         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6797         the registry mark functions.
6798
6799 2008-03-05  Glenn Morris  <rgm@gnu.org>
6800
6801         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6802         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6803         gnus-art.
6804         (top-level): No need to load own source when compiling.
6805
6806 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6807
6808         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6809         Suggested by <chris.anderton@zetnet.co.uk>.
6810
6811 2008-03-04  Glenn Morris  <rgm@gnu.org>
6812
6813         * gnus-sum.el (top-level): No need to require gnus when compiling,
6814         since unconditionally required near start of file.
6815         (gnus-summary-display-while-building): Move definition before use.
6816
6817 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6818
6819         * gnus-registry.el (gnus-registry-user-format-function-M):
6820         Add formatting function.
6821
6822 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6823
6824         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
6825         with plists.
6826         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6827         Use new format.
6828
6829 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6830
6831         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6832         `where-is-internal' that returns a range of key sequences.
6833
6834 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6835
6836         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6837
6838         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6839         (gnus-summary-jump-to-group): Consider windows on other displayed
6840         frames as well.  Similar changes might be needed elsewhere, but that's
6841         the one I've bumped into during my use.
6842
6843         * nndoc.el (nndoc-oe-dbx-type-p):
6844         * gnus-msg.el (gnus-debug):
6845         * gnus-group.el (gnus-update-group-mark-positions):
6846         Use mm-string-to-multibyte.
6847
6848 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6849
6850         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6851         doesn't handle NotDashEscaped.
6852
6853         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6854         (mml-dnd-attach-options): Fix typo in custom choice.
6855
6856         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
6857         Change nndoc-article-type to mbox.
6858         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6859
6860         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6861         to nil, instead of html2text.
6862
6863         * imap.el (imap-debug): Add `imap-ping-server'.
6864
6865         * gnus-bookmark.el: Add FIXMEs.
6866
6867         * message.el (message-form-letter-separator)
6868         (message-send-form-letter-delay): New variables.
6869         (message-send-form-letter): Use them.  New command to send form
6870         letters.  Requested by Uwe Siart.
6871         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6872
6873 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6874
6875         * Update copyright years.
6876
6877 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6878
6879         Sync from EMACS_22_BASE.
6880
6881         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6882
6883 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6884
6885         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6886         empty author.
6887
6888 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6889
6890         * gnus-registry.el (gnus-registry-marks): Add variable for
6891         customization of marks and their appearance.
6892         (gnus-registry-read-mark): Use it.
6893         (gnus-registry-do-marks): Add utility function to loop through
6894         `gnus-registry-marks'.
6895         (gnus-registry-install-shortcuts-and-menus): Add function to install
6896         shortcuts and menus.
6897         (gnus-registry-initialize): Use it.
6898         (gnus-registry-default-mark): Clarify documentation.
6899
6900 2008-02-29  Glenn Morris  <rgm@gnu.org>
6901
6902         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6903         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6904         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6905         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6906         Change defcustom :version from 23.0 to 23.1.
6907
6908 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6909
6910         * gnus-registry.el (gnus-registry-follow-group-p)
6911         (gnus-registry-post-process-groups): Add functions to aid registry
6912         splitting and improve logging.  Clarify behavior in function
6913         documentation.
6914         (gnus-registry-split-fancy-with-parent): Use them.
6915
6916 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6917
6918         * gnus-art.el: Use with-current-buffer.
6919
6920 2008-02-27  David Engster  <dengste@eml.cc>
6921
6922         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6923         Express real group name in the response.
6924
6925 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6926
6927         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6928         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6929         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6930         autoload gnus-registry-fetch-group when compiling.
6931         (nnmairix-request-group-with-article-number-correction):
6932         Remove unreferenced argument passed to nnmairix-call-backend.
6933
6934 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6935
6936         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6937         (mm-uu-extract): Improve face for low color ttys.
6938         Reported by Sascha Wilde.
6939
6940 2008-02-27  Glenn Morris  <rgm@gnu.org>
6941
6942         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6943         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6944         variables to defconsts.  Convert comments to doc-strings.
6945         (nnmairix-last-server, nnmairix-current-server): Convert from free
6946         variables to defvars.  Convert comments to doc-strings.
6947         (gnus-registry-fetch-group): Autoload.
6948         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6949         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6950         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6951         caddr.
6952         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6953         nnmairix-request-group-with-article-number-correction call.
6954         (nnmairix-fast, nnmairix-group): New, less general names, for free
6955         variables passed from nnmairix-request-group to
6956         nnmairix-request-group-with-article-number-correction.  Declare.
6957         (nnmairix-request-group-with-article-number-correction):
6958         Use nnmairix-fast, nnmairix-group rather than fast, group.
6959
6960 2008-02-26  David Engster  <dengste@eml.cc>
6961
6962         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6963         version 0.5.
6964
6965 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6966
6967         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6968         instead of making an extra function call.  Don't add the current group
6969         to articles only when they have the group.  Use
6970         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6971         Reported by David <de_bb@arcor.de>.
6972
6973 2008-02-24  Miles Bader  <miles@gnu.org>
6974
6975         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
6976         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
6977         (mm-find-mime-charset-region):
6978         * mm-bodies.el (mm-encode-body):
6979         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
6980
6981 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6982
6983         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6984         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6985
6986 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6987
6988         * mail-source.el (mail-source-delete-incoming): Change default.
6989         Supplement doc string.
6990
6991         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6992
6993 2008-02-14  Glenn Morris  <rgm@gnu.org>
6994
6995         * time-date.el (format-seconds): New function.
6996
6997 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6998
6999         * nnmail.el (nnmail-message-id-cache-file): Derive from
7000         `gnus-home-directory'.
7001
7002 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7003
7004         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7005         Document negative prefix.
7006
7007         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7008
7009 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7010
7011         * message.el (message-unsent-separator): Add the Exim bounce
7012         separator.
7013
7014 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7015
7016         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7017         list.
7018         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7019         recipient/signer list.
7020
7021 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7022
7023         * Makefile.in (datarootdir): Define.
7024         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7025         name that might contain whitespace.
7026
7027 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7028
7029         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7030         fbound (Emacs 23 unicode), signal an error.
7031
7032 2008-02-08  Glenn Morris  <rgm@gnu.org>
7033
7034         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7035
7036 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7037
7038         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7039         ports to the calls to `netrc-machine-user-or-password' in addition to
7040         "imap" and "imaps".
7041
7042 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7043
7044         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7045
7046         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7047
7048 2008-02-01  Kenichi Handa  <handa@m17n.org>
7049
7050         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7051         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7052         (rfc2104-hash): Convert the result of concat to unibyte string.
7053
7054 2008-02-01  Dave Love  <fx@gnu.org>
7055
7056         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7057         coding-system-for-read.
7058         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7059
7060 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7061
7062         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7063         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7064         <hanche@math.ntnu.no>.
7065
7066 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7067
7068         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7069
7070         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7071
7072 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7073
7074         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7075         * message.el (message-beginning-of-line): Use featurep instead of bound
7076         tests in order to resolve conditionals at compile time.
7077
7078 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7079
7080         * mail-source.el (mail-sources): Add `group' choice.
7081
7082         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7083         parameter `in-group' to control into which group the articles go.
7084         Add treatment of `group' mail-source.
7085
7086 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7087
7088         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7089
7090         * mm-decode.el (mm-dissect-buffer): Decode description.
7091
7092         * mml.el (mml-to-mime): Encode message header first.
7093
7094 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7095
7096         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7097         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7098
7099         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7100         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7101
7102 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7103
7104         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7105
7106 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7107
7108         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7109         prefix keys.
7110         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7111         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7112         gnus-xmas.el.
7113
7114         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7115         (gnus-xmas-article-describe-bindings): New function.
7116         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7117         gnus-xmas-article-describe-bindings.
7118
7119         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7120
7121 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7122
7123         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7124         Add new variables for article mark management.
7125         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7126         list of extra data entries which, when present, will indicate that the
7127         article ID should not be trimmed from the registry.
7128         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7129         functions.
7130         (gnus-registry-read-mark): New function to read a mark name from the
7131         user.
7132         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7133         (gnus-registry-set-article-mark-internal): New functions to add and
7134         remove marks.
7135         (gnus-registry-get-article-marks): New function to show the marks for
7136         an article, or retrieve them for further use.
7137
7138 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7139
7140         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7141         keys when no argument is given.
7142
7143 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7144
7145         * imap.el (imap-ping-server): New variable.
7146         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7147         (imap-ping-server): Minor doc string fixes.
7148
7149 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7150
7151         * imap.el (imap-ping-server): New function.
7152         (imap-opened): Call imap-ping-server.
7153
7154 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7155
7156         * gnus-sum.el (gnus-article-sort-by-random)
7157         (gnus-thread-sort-by-random): Fix doc strings.
7158         Reported by jidanni@jidanni.org.
7159
7160 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7161
7162         * gnus-art.el (gnus-article-describe-bindings): New function.
7163         (gnus-article-read-summary-keys): Use it.
7164         (gnus-article-mode-map): Bind `C-h b' to it.
7165
7166 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7167
7168         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7169         XEmacs.
7170         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7171         Protect against non-character events.
7172
7173         * lpath.el: Fbind map-keymap for Emacs 21.
7174
7175 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7176
7177         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7178         New command.
7179         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7180         instead of END.  Change name of the temp file.
7181         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7182         customizable.
7183
7184 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7185
7186         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7187         bind `S W' to gnus-article-wide-reply-with-original; set default
7188         binding to gnus-article-read-summary-send-keys.
7189         (gnus-article-read-summary-keys): Fix the order of keys; display
7190         continuation keys correctly in the echo area; describe bindings
7191         correctly when keys end with `C-h'.
7192         (gnus-article-read-summary-send-keys): New function.
7193         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7194         Work for gnus-article-read-summary-send-keys; display continuation keys
7195         correctly in the echo area.
7196         (gnus-article-reply-with-original): Ignore prefix argument.
7197         (gnus-article-wide-reply-with-original): New function.
7198
7199         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7200         Emacs 21.
7201
7202 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7203
7204         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7205         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7206
7207 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7208
7209         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7210         (gnus-group-read-ephemeral-gmane-group): New command.
7211
7212 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7213
7214         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7215
7216 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7217
7218         * message.el (message-send-mail-function): Increase custom version.
7219
7220         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7221         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7222
7223 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7224
7225         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7226         for the cases where imap-authenticate is called with a nil buffer
7227         parameter.
7228
7229 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7230
7231         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7232         html parts correctly; support forwarded messages.
7233         (gnus-article-browse-html-article): Remove work buffers.
7234
7235         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7236         compiling.
7237         (netrc-bound-and-true-p): New macro.
7238         (netrc-parse): Use it instead of bound-and-true-p that is not available
7239         in XEmacs 21.4.
7240
7241 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7242
7243         * gnus-registry.el (gnus-registry-mark-article)
7244         (gnus-registry-article-marks): Add functionality to mark articles
7245         through the Gnus registry.
7246
7247         * encrypt.el: Clarify documentation for the new pgg method.
7248         (encrypt-file-alist): Add PGG option.
7249         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7250         functionality.  Abstract password key and messaging to external
7251         functions.
7252         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7253         (encrypt-message-method-and-cipher): Add new convenience external
7254         functions.
7255         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7256         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7257
7258         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7259         (netrc-parse): Use encrypt-file-alist to determine if
7260         encrypt-find-model or encrypt-insert-file-contents should be used.
7261
7262         * encrypt.el: Clarify documentation.  Load password-cache or
7263         password, whichever one is found first, instead of autoloading.
7264
7265 2007-12-19  Glenn Morris  <rgm@gnu.org>
7266
7267         * mml.el (message-options-set, message-narrow-to-head)
7268         (message-in-body-p, message-mail-p, message-encode-message-body):
7269         Autoload.
7270         (message-remove-header, message-narrow-to-headers-or-head)
7271         (message-subscribed-p, message-make-mail-followup-to)
7272         (message-position-on-field, message-news-p)
7273         (message-options-set-recipient, message-generate-headers)
7274         (message-sort-headers): Declare as functions.
7275
7276 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7277
7278         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7279         convention in doc string.
7280
7281 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7282
7283         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7284         title to html parts.
7285         (gnus-article-browse-html-article): Pass message header to it.
7286
7287         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7288
7289 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7290
7291         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7292         or password compatible with XEmacs.
7293
7294 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7295
7296         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7297         format document.
7298         (gnus-mime-delete-part): Don't write description line if empty.
7299         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7300
7301 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
7302
7303         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7304         (gnus-summary-mark-read-and-unread-as-read)
7305         (gnus-summary-mark-current-read-and-unread-as-read)
7306         (gnus-summary-mark-unread-as-ticked): Doc fix.
7307         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7308
7309 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7310
7311         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7312         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7313
7314 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7315
7316         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7317         yes-or-no-p.
7318
7319 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7320
7321         * mm-decode.el (mm-add-meta-html-tag): New function.
7322         (mm-save-part-to-file, mm-pipe-part): Use it.
7323
7324         * gnus-art.el (gnus-article-browse-delete-temp-files):
7325         Use gnus-y-or-n-p instead of y-or-n-p.
7326         (gnus-article-browse-html-parts): Work with message/external-body; use
7327         mm-add-meta-html-tag.
7328
7329 2007-12-11  Glenn Morris  <rgm@gnu.org>
7330
7331         * gnus-cache.el: Require gnus-sum not just when compiling.
7332
7333         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7334
7335         * gnus-int.el (gnus-server-opened, gnus-status-message):
7336         Move definitions before use.
7337
7338         * mm-decode.el: Require gnus-util.
7339         (mm-remove-part): Only call delete-annotation on XEmacs.
7340
7341         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7342
7343         * nnmail.el: Require gnus-int.
7344
7345         * spam.el: Move `require's before `eval-when-compile's.
7346
7347         * gnus-ems.el (gnus-alive-p):
7348         * gnus-fun.el (message-goto-eoh):
7349         * gnus-util.el (gnus-group-name-decode):
7350         * mail-source.el (gnus-compress-sequence):
7351         * message.el (Info-goto-node, format-spec):
7352         * mm-bodies.el (message-options-get):
7353         * mm-decode.el (mm-view-pkcs7):
7354         * mm-util.el (gmm-write-region):
7355         * mml-smime.el (mml-compute-boundary)
7356         (gnus-completing-read-with-default):
7357         * mml.el (widget-button-press, gnus-make-hashtable):
7358         * mml1991.el (mm-decode-content-transfer-encoding)
7359         (mm-encode-content-transfer-encoding)
7360         (message-options-get, message-options-set):
7361         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7362         * nnfolder.el (gnus-request-group):
7363         * nnheader.el (ietf-drums-unfold-fws):
7364         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7365         * smime.el (gnus-run-mode-hooks):
7366         * spam-stat.el (gnus-message): Autoload.
7367
7368         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7369         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7370         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7371         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7372         Add declare-function compatibility definition.
7373
7374         * gnus-cache.el (nnvirtual-find-group-art):
7375         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7376         (gnus-add-image, gnus-add-wash-type):
7377         * gnus-group.el (nnkiboze-score-file):
7378         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7379         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7380         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7381         (message-tokenize-header, gnus-get-buffer-create)
7382         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7383         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7384         * gnus.el (gnus-group-decoded-name):
7385         * mail-source.el (imap-capability):
7386         * mm-bodies.el (message-options-set):
7387         * mm-decode.el (gnus-configure-windows):
7388         * mm-extern.el (message-goto-body):
7389         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7390         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7391         (epg-sub-key-validity, message-options-set):
7392         * mml.el (widget-event-point, gnus-configure-windows):
7393         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7394         * mml2015.el (epg-check-configuration, epg-configuration)
7395         (message-options-set):
7396         * nndb.el (nndb-request-article):
7397         * nnfolder.el (gnus-request-create-group):
7398         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7399         * nnmaildir.el (gnus-group-mark-article-read):
7400         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7401         * rfc1843.el (message-fetch-field):
7402         * spam.el (gnus-extract-address-components):
7403         Declare as functions.
7404
7405 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7406
7407         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7408
7409         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7410
7411         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7412         bind show-trailing-whitespace for XEmacs.
7413
7414 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7415
7416         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7417         new no-op macro for backward compatibility.
7418
7419         * imap.el (imap-string-to-integer): New function.
7420
7421 2007-12-09  Glenn Morris  <rgm@gnu.org>
7422
7423         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7424
7425         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7426         * message.el, mm-view.el, sieve-manage.el, smime.el:
7427         Add declare-function compatibility definition.
7428
7429         * gnus-art.el (w3-region, w3m-region, Info-menu):
7430         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7431         * gnus-sum.el (gnus-get-predicate):
7432         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7433         * message.el (mail-abbrev-in-expansion-header-p):
7434         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7435         (w3m-detect-meta-charset, w3m-region):
7436         * sieve-manage.el (password-read, password-cache-add)
7437         (password-cache-remove):
7438         * smime.el (password-read-and-add): Declare as functions.
7439
7440 2007-12-08  David Kastrup  <dak@gnu.org>
7441
7442         * gnus-sum.el (gnus-summary-simplify-subject-query):
7443         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7444         `message'.
7445
7446 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7447
7448         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7449         it to bind idna-program, installation-directory, defined-colors, and
7450         face-attribute for XEmacs of the version that compiles defcustom forms.
7451
7452 2007-12-07  Glenn Morris  <rgm@gnu.org>
7453
7454         * gnus-art.el (article-make-date-line): Revert previous change.
7455
7456 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7457
7458         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7459
7460 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7461
7462         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7463         Call gnus-add-to-range ranges only once with a prepared article-list.
7464
7465 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7466
7467         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7468         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7469         group names with backslashes.
7470         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7471
7472 2007-12-06  Deepak Goel  <deego3@gmail.com>
7473
7474         * gnus-art.el (article-make-date-line):
7475         * gnus-start.el (gnus-load):
7476         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7477
7478 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7479
7480         * gnus-art.el (gnus-use-idna)
7481         * gnus-start.el (gnus-site-init-file)
7482         * message.el (message-use-idna)
7483         * mm-uu.el (mm-uu-hide-markers)
7484         * smiley.el (smiley-style): Revert changes that suppress warnings.
7485
7486 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7487
7488         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7489         specify charset to html source.
7490         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7491
7492 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7493
7494         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7495         idna-program in order to suppress byte compile warning issued by XEmacs
7496         that came to byte compile the default value section of defcustom forms
7497         recently.
7498
7499         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7500         value of installation-directory.
7501
7502         * message.el (message-use-idna): Don't directly refer to the value of
7503         idna-program.
7504
7505         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7506
7507         * smiley.el (smiley-style): Don't directly call face-attribute.
7508
7509 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7510
7511         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7512
7513         * gnus-dired.el: Reduce Gnus dependencies.
7514         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7515         Don't require.  Use autoloads instead.
7516         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7517         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7518         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7519         (gnus-dired-mode): Adjust doc string.
7520         (gnus-dired-mail-mode): New variable.
7521         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7522         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7523         (gnus-dired-mail-buffers): New function.  Return mail or message
7524         composition buffers.
7525         (gnus-dired-attach): Use it.
7526         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7527         NO-DECODE.
7528         (gnus-dired-print): Use `gnus-print-buffer' depending on
7529         `gnus-dired-mail-mode'.
7530
7531 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7532
7533         * rfc2047.el (rfc2047-encoded-word-regexp)
7534         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7535         explaining what regexp patterns are for.
7536
7537 2007-12-04  Glenn Morris  <rgm@gnu.org>
7538
7539         * password.el: Move to password-cache.el.
7540
7541         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7542         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7543         * mml-smime.el (password-read, password-cache-add)
7544         (password-cache-remove):
7545         No need to autoload, since mml-sec requires password.
7546
7547         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7548         * message.el (gnus-extract-address-components):
7549         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7550
7551         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7552         password.
7553
7554 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7555
7556         * mailcap.el: Reduce dependencies.
7557         (mail-header-parse-content-type): Autoload.
7558         (mailcap-delete-duplicates): New alias.
7559         (mailcap-mime-info): Add optional argument NO-DECODE.
7560         (mailcap-mime-types): Use mailcap-delete-duplicates.
7561
7562         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7563
7564 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7565
7566         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7567         (imap-parse-status): Upcase status-att for servers that sends them
7568         lower-case (e.g., MS Exchange 2007).
7569
7570 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7571
7572         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7573         function.
7574
7575         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7576         (gnus-uu-yenc-article): New function.
7577
7578         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7579
7580         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7581
7582 2007-12-02  Glenn Morris  <rgm@gnu.org>
7583
7584         * binhex.el (binhex): New custom group.
7585         (binhex-decoder-program, binhex-decoder-switches)
7586         (binhex-use-external): Move to the binhex custom group.
7587
7588         * uudecode.el (uudecode): New custom group.
7589         (uudecode-decoder-program, uudecode-decoder-switches)
7590         (uudecode-use-external): Move to the uudecode custom group.
7591
7592         * netrc.el (top-level): Don't load `encrypt' features.
7593         (netrc-parse): Don't use encrypt.
7594         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7595
7596         * encrypt.el: Remove file.
7597
7598 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7599
7600         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7601         matches on patches.
7602
7603         * gnus-art.el (gnus-article-browse-html-article):
7604         Mention `mm-text-html-renderer' in the doc string.
7605
7606         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7607         string.  Add comments.
7608
7609         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7610         if rhs is ASCII.
7611
7612 2007-12-01  Glenn Morris  <rgm@gnu.org>
7613
7614         * mail-source.el (top-level): Require format-spec before
7615         eval-when-compile.
7616
7617 2007-11-30  Glenn Morris  <rgm@gnu.org>
7618
7619         * encrypt.el: Require password, rather than autoloading password-read.
7620
7621 2007-11-29  Glenn Morris  <rgm@gnu.org>
7622
7623         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7624         (sasl-make-client, sasl-next-step, sasl-step-data)
7625         (sasl-step-set-data): Declare as functions.
7626
7627 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7628
7629         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7630
7631 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7632
7633         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7634         certs should be verified and what is to be done in the event of a
7635         verification failure.
7636
7637         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7638         caller can indicate whether the cache should be disregarded for this
7639         call.  This way the result of the call is reproducible at all times and
7640         can be considered a canonical server name for the supplied method.
7641         (gnus-agent-method-p): Canonicalize server names by pushing their
7642         method through `gnus-method-to-server' using the no-cache argument.
7643
7644         * gnus-srvr.el (gnus-server-insert-server-line):
7645         Call `gnus-method-to-server' with `no-cache' argument.
7646
7647         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7648         gnus-agent-possibly-synchronize-flags as this should be called when the
7649         server is actually being opened.
7650         (gnus-agent-possibly-synchronize-flags)
7651         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7652         flags file of an agentized server to the latter function.
7653
7654         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7655         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7656         after a connection has been established successfully.
7657
7658 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7659
7660         * gnus-art.el (article-display-face): Force to display face if called
7661         interactively; check if gnus-article-x-face-too-ugly matches author.
7662         (article-display-x-face): Display face even if From header is missing
7663         as article-display-face does.
7664
7665 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7666
7667         * hashcash.el (message-narrow-to-headers-or-head)
7668         (message-fetch-field, message-goto-eoh)
7669         (message-narrow-to-headers): Declare as functions.
7670
7671 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7672
7673         * mail-source.el (mail-sources): Default to fetch from file for
7674         compatibility with default of nnmail-spool-file.
7675
7676 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7677
7678         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7679         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7680         to look for encoded word that should be encoded again.
7681         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7682         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7683         encoding pattern.
7684         (rfc2047-decode-region): Switch strict regexp and loose one according
7685         to rfc2047-allow-irregular-q-encoded-words.
7686
7687 2007-11-25  Romain Francoise  <romain@orebokech.com>
7688
7689         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7690
7691 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7692
7693         * tls.el (tls-program): Provide more custom choices from
7694         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7695         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7696
7697 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7698
7699         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7700         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7701
7702         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7703         `nnmail-spool-file'.
7704
7705         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7706         `nnmail-spool-file'.
7707
7708         * gnus-move.el (gnus-change-server): Ditto.
7709
7710         * gnus-kill.el (gnus-batch-score): Ditto.
7711
7712         * gnus-cache.el (gnus-jog-cache): Ditto.
7713
7714         * gnus-msg.el (gnus-summary-reply):
7715         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7716
7717 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7718
7719         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7720         version.  Minor improvement to doc strings.
7721         (tls-program): Add comment.
7722
7723 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7724
7725         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7726         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7727         mismatch between the hostname provided in the certificate and the name
7728         of the host connnecting to.
7729         (open-tls-stream): Use them.  Check certificates against trusted root
7730         certificates.
7731
7732 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7733
7734         * gnus-cache.el (gnus-cache-generate-nov-databases):
7735         Use nnml-generate-nov-databases-directory instead of
7736         nnml-generate-nov-databases-1.
7737
7738 2007-11-24  Glenn Morris  <rgm@gnu.org>
7739
7740         * message.el (message-tool-bar-retro): Update for rename
7741         mail_send.xpm->mail-send.xpm.
7742
7743 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7744
7745         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7746         `smime-ldap-search' for Emacs 22 and up.
7747
7748 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7749
7750         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7751
7752         * message.el (message-send-mail-function): Fix error convention.
7753         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7754         (message-widen-reply, message-send-mail, message-talkative-question)
7755         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7756         (message-clone-locals, message-send-news): Use with-current-buffer.
7757         (message-insert-or-toggle-importance): Remove unused var `valid'.
7758         (message-make-references): Remove unused var `new-references'.
7759         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7760
7761 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7762
7763         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7764         (spam-split-symbolic-return-positive): Reflow docstring.
7765         (spam-backends, spam-summary-exit-behavior)
7766         (spam-mark-ham-unread-before-move-from-spam-group)
7767         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7768         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7769         (spam-clear-cache, spam-backend-check, spam-install-backend)
7770         (spam-install-statistical-backend, spam-list-of-processors)
7771         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7772         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7773         (spam-check-crm114, spam-initialize, spam-unload-hook):
7774         Fix typos in docstrings.
7775
7776 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7777
7778         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7779         been checked if they have never been read and those group levels are
7780         higher than the one that a user specified.
7781
7782 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7783
7784         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7785         foreign groups unless a group level is specified by a user.
7786         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7787
7788 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7789
7790         * message.el (message-send-mail-function): Require sendmail.
7791
7792 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7793
7794         * message.el (message-send-mail-function): Check for smtpmail too.
7795
7796         * utf7.el (utf7-encode, utf7-decode): Use coding system
7797         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7798
7799         * message.el (message-send-mail-function): New function.
7800         (message-send-mail-function): Set default using
7801         message-send-mail-function.  Adjust doc string.
7802         (message-send-mail-with-mailclient): New function.
7803
7804 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7805
7806         * smime.el (from):
7807         * rfc2047.el (message-posting-charset):
7808         * qp.el (mm-use-ultra-safe-encoding):
7809         * pop3.el (parse-time-months):
7810         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7811         * nnml.el (files):
7812         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7813         (jka-compr-compression-info-list, ange-ftp-path-format)
7814         (efs-path-regexp):
7815         * nndiary.el (files):
7816         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7817         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7818         (epg-digest-algorithm-alist, inhibit-redisplay)
7819         (password-cache-expiry):
7820         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7821         (pgg-output-buffer, password-cache-expiry):
7822         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7823         (efs-path-regexp):
7824         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7825         (inhibit-redisplay):
7826         * mm-uu.el (file-name, start-point, end-point, entry)
7827         (gnus-newsgroup-name, gnus-newsgroup-charset):
7828         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7829         (latin-unity-ucs-list):
7830         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7831         (mm-uu-binhex-decode-function):
7832         * message.el (gnus-message-group-art, gnus-list-identifiers)
7833         (rmail-enable-mime-composing, gnus-local-organization)
7834         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7835         (gnus-read-active-file, facemenu-add-face-function)
7836         (facemenu-remove-face-function, gnus-article-decoded-p)
7837         (tool-bar-mode):
7838         * mail-source.el (display-time-mail-function):
7839         * gnus-util.el (nnmail-pathname-coding-system)
7840         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7841         (gnus-original-article-buffer, gnus-user-agent)
7842         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7843         (xemacs-codename, sxemacs-codename, emacs-program-version):
7844         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7845         * gnus-start.el (gnus-agent-covered-methods)
7846         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7847         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7848         (gnus-newsgroup-headers, gnus-group-list-mode)
7849         (gnus-group-mark-positions, gnus-newsgroup-data)
7850         (gnus-newsgroup-unreads, nnoo-state-alist)
7851         (gnus-current-select-method, mail-sources)
7852         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7853         (nnmail-spool-file, gnus-cache-active-hashtb):
7854         * gnus-mh.el (mh-lib-progs):
7855         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7856         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7857         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7858         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7859         (gnus-group-buffer):
7860         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7861         (font-lock-set-defaults):
7862         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7863         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7864         (gnus-summary-post-menu, total-parts, type, condition, length):
7865         * gnus-agent.el (gnus-agent-read-agentview):
7866         * flow-fill.el (show-trailing-whitespace):
7867         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7868         eval-and-compile wrappers for byte compiler pacifiers.
7869
7870         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7871         (mm-display-inline-fontify): Check for featurep 'xemacs not
7872         extent-list.
7873
7874         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7875         itimer-list.
7876         (mm-create-image-xemacs): Only do something for XEmacs.
7877         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7878
7879         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7880
7881         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7882         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7883
7884 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7885
7886         * nnimap.el (nnimap-split-download-body):
7887         * gnus-demon.el (gnus-demon):
7888         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7889
7890 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7891
7892         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
7893         New macros.
7894         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7895         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7896         copy data from unibyte buffer to multibyte current buffer.
7897         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7898         to copy data from unibyte current buffer to multibyte buffer.
7899         (nntp-make-process-buffer): Make process buffer unibyte.
7900
7901         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7902
7903 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7904
7905         * pop3.el (pop3-open-server): Accept and process data more robustly at
7906         connexion start to avoid spurious "POP SSL connexion failed" errors.
7907
7908 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7909
7910         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7911         read group names.
7912
7913 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7914
7915         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7916
7917 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7918
7919         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7920         (nnmail-save-active): Use a unibyte buffer when saving active file,
7921         which may contain non-ASCII group names.
7922
7923         * nnml.el (nnml-request-group): Decode group names in messages.
7924
7925 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7926
7927         * message.el (message-citation-line-function)
7928         (message-insert-formatted-citation-line): Fix spelling of
7929         `message-insert-formated-citation-line'.
7930
7931 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7932
7933         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7934
7935 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7936
7937         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7938         nnmail-pathname-coding-system.
7939
7940         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7941         that a user enters; decode group names in messages.
7942
7943         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7944
7945 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7946
7947         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7948
7949         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7950
7951         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7952         risky local variable.
7953
7954         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7955
7956 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7957
7958         * encrypt.el: Improve documentation to fix function name typo.
7959         Reported by Daiki Ueno <ueno@unixuser.org>.
7960
7961 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7962
7963         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7964         even if the point is not in the last page of an article.
7965         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7966         back to the previous page.
7967
7968 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7969
7970         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7971
7972 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7973
7974         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7975
7976 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7977
7978         * message.el (message-check-news-body-syntax):
7979         Avoid mm-string-as-multibyte.
7980         (message-hide-headers): Don't assume (point-min)==1.
7981
7982 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7983
7984         * message.el (message-remove-blank-cited-lines): Fix if remove is
7985         given.
7986         (message-bogus-address-regexp): New variable.
7987         (message-bogus-recipient-p): New function.
7988         (message-check-recipients): New command.
7989         (message-syntax-checks): Add `bogus-recipient'.
7990         (message-fix-before-sending): Add `bogus-recipient'.
7991
7992         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7993         (gnus-treat-body-boundary): Don't test window-system.
7994
7995 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7996
7997         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7998
7999 2007-10-28  Miles Bader  <miles@gnu.org>
8000
8001         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8002         at compile-time too.
8003
8004 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8005
8006         * gnus-msg.el (gnus-message-setup-hook):
8007         Add `message-remove-blank-cited-lines' to options.
8008
8009 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8010
8011         * message.el (message-remove-blank-cited-lines): New function.
8012         Suggested by Karl Plästerer.
8013
8014 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8015
8016         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8017         mapc.
8018
8019         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8020         (top-level): Use mapc to set functions to be traced for debugging.
8021
8022         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8023         called for effect with while loop.
8024
8025         * message.el (message-talkative-question): Replace mapcar called for
8026         effect with mapc.
8027
8028         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8029         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8030         called for effect with dolist.
8031
8032         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8033
8034         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8035         gnus-extra-headers and nnmail-extra-headers.
8036
8037         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8038         called for effect with dolist.
8039         (top-level): Use mapc to set functions to be traced for debugging.
8040
8041         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8042         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8043         dolist.
8044
8045         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8046         Replace mapcar called for effect with mapc.
8047         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8048         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8049         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8050         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8051
8052         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8053         remove-if that's a cl function.
8054
8055         * webmail.el (webmail-debug): Replace mapcar called for effect with
8056         dolist.
8057
8058         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8059         with mapc.
8060
8061 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8062
8063         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8064         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8065         with while loop.
8066
8067         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8068         functions from article-* functions.
8069         (gnus-multi-decode-header): Replace mapcar called for effect with
8070         dolist.
8071
8072         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8073         (gnus-bookmark-show-details): Replace mapcar called for effect with
8074         while loop.
8075
8076         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8077         called for effect with while loop.
8078
8079         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8080         with dolist.
8081
8082         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8083         Replace mapcar called for effect with dolist.
8084
8085         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8086
8087         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8088         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8089         Replace mapcar called for effect with dolist.
8090         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8091         mapc.
8092
8093         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8094         Replace mapcar called for effect with dolist.
8095         (gnus-topic-list): Replace mapcar called for effect with mapc.
8096
8097         * gnus.el: Use mapc instead of mapcar to add autoloads.
8098
8099 2007-10-23  Richard Stallman  <rms@gnu.org>
8100
8101         * gnus-group.el (gnus-group-highlight): Mark as risky.
8102
8103 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8104
8105         * gnus.el (gnus-server-to-method): Return method found first in
8106         gnus-newsrc-alist.
8107
8108         * gnus-art.el (gnus-article-highlight-signature)
8109         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8110         button overlay without the front stickiness.
8111
8112 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8113
8114         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8115         overview buffer needed a catch to receive its throw.
8116         (gnus-agent-flush-cache): Declare as interactive to make this function
8117         easier to use.
8118
8119 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8120
8121         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8122         `next-line'.
8123
8124 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8125
8126         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8127         exclude address matching message-dont-reply-to-names.
8128
8129 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8130
8131         * gnus-util.el (gnus-string<): New function.
8132
8133         * gnus-sum.el (gnus-article-sort-by-author)
8134         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8135
8136 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8137
8138         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8139         the frame-focus tag is set in gnus-buffer-configuration.
8140
8141 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8142
8143         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8144         the front stickiness.
8145
8146 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8147
8148         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8149         url pattern; remove duplicate one.
8150         (gnus-article-extend-url-button): New function.
8151         (gnus-article-add-buttons): Use it.
8152         (gnus-button-push): Use concatenated url that it makes.
8153
8154 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8155
8156         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8157
8158 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8159
8160         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8161         Don't hardcode point-min==1.
8162
8163 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8164
8165         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8166         Fix comment about "iso8859-1".
8167
8168 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8169
8170         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8171         ones returned from the verify-function.
8172
8173         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8174         Call mml2015-extract-cleartext-signature if extraction failed.
8175
8176 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8177
8178         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8179         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8180         failed.
8181
8182 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8183
8184         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8185
8186 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8187
8188         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8189         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8190         recommends to use EasyPG instead of PGG.
8191
8192         * pgg.el: Revert to revision 6.23.2.16.
8193
8194         * pgg-def.el: Revert to revision 6.6.2.14.
8195
8196         * pgg-gpg.el: Revert to revision 6.23.2.34.
8197
8198 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8199
8200         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8201         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8202         thread for both the null and zero (kill/expire thread) universal prefix
8203         cases.
8204         (gnus-summary-expire-thread): Add new function to expire a thread,
8205         using gnus-summary-kill-thread.
8206         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8207         shortcuts for gnus-summary-expire-thread.
8208         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8209         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8210
8211 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8212
8213         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8214         extras value, so an extras entry can be deleted.
8215         (gnus-registry-delete-extra-entry): Use it.
8216         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8217         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8218         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8219         storage through the gnus-registry, and provide an appropriate API for
8220         it.
8221
8222 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8223
8224         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8225         Suggested by Leo <sdl.web@gmail.com>.
8226
8227         * gnus.el: Do.
8228
8229 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8230
8231         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8232         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8233
8234         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8235
8236         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8237         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8238
8239 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8240
8241         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8242         newline.
8243         (nnmbox-request-accept-article): Don't change article in source buffer;
8244         narrow to header to use message-fetch-field rather than
8245         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8246         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8247         as delimiters; make sure article ends with newline.
8248         (nnmbox-delete-mail): Correct last position of article to be deleted;
8249         ignore X-Gnus-Newsgroup header in article body.
8250         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8251         positions; make sure article ends with newline.
8252
8253         * message.el (message-display-abbrev): Don't infloop when a user
8254         inserts SPC in the beginning of header.
8255
8256         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8257         coding-system-for-read and coding-system-for-write for XEmacs having no
8258         file-coding feature.
8259
8260         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8261
8262 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8263
8264         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8265         list of groups not followed by default.  Fix type to be regexp.
8266         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8267
8268 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8269
8270         * hmac-def.el (define-hmac-function): Switch from old-style to
8271         new-style backquotes.
8272
8273         * md4.el (md4-make-step): Likewise.
8274
8275 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8276
8277         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8278         raw-text coding system when saving .newsrc file, which may contain
8279         non-ASCII group names.
8280
8281 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8282
8283         * gnus-cus.el (gnus-score-extra): New widget.
8284         (gnus-score-extra-convert): New function.
8285         (gnus-score-customize): Use it for Extra.
8286
8287 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8288
8289         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8290         (mml2015-mailcrypt-clear-verify): Use it.
8291         (mml2015-gpg-clear-verify): Use it.
8292         (mml2015-pgg-clear-verify): Use it.
8293         (mml2015-epg-clear-verify): Replace the current part with the output
8294         from GnuPG; don't extract the plaintext by itself.
8295
8296         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8297         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8298         mml2015-clear-verify-function; don't touch the armor headers or
8299         dash-escaped text here.
8300
8301 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8302
8303         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8304         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8305         parts, or application/octet-stream as a last resort.
8306         (gnus-mime-view-part-as-type): Don't toggle display.
8307         (gnus-mime-view-part-as-charset): Don't turn off display before
8308         querying charset.
8309
8310         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8311         stuff to undisplayer function in Emacs.
8312         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8313
8314         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8315         text/calendar parts.
8316
8317 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8318
8319         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8320         decoding text/calendar parts.
8321
8322         * message.el (message-forward-make-body-mime): Always mark body as
8323         having no illegible text; remove signed-or-encrypted argument.
8324         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8325
8326         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8327         (mml-generate-mime-1): Don't encode body if it is specified to be in
8328         raw form; don't make buffer be unibyte when inserting multibyte string.
8329
8330 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8331
8332         * sha1.el: Fix up comment style.
8333         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8334         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8335
8336         * hex-util.el: Fix up comment style.
8337         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8338
8339         * gnus-salt.el: Use with-current-buffer.
8340         (gnus-pick-setup-message): Fix long-standing typo.
8341
8342 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8343
8344         * imap.el (imap-logout-timeout): New variable.
8345         (imap-logout, imap-logout-wait): New functions.
8346         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8347
8348         * nnimap.el (nnimap-logout-timeout): New server variable.
8349         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8350         nnimap-logout-timeout.
8351
8352         * gnus-art.el (gnus-article-summary-command-nosave)
8353         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8354
8355 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8356
8357         * gnus.el (gnus-maximum-newsgroup): New variable.
8358
8359         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8360         according to gnus-maximum-newsgroup.
8361
8362         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8363         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8364         Limit the range of articles according to gnus-maximum-newsgroup.
8365
8366 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8367
8368         * gnus-art.el (gnus-sticky-article): Fix problems described in
8369         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8370         Don't perform gnus-configure-windows here; reuse existing sticky
8371         article buffer.
8372
8373         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8374         it doesn't exist in gnus-article-mode.
8375
8376 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8377
8378         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8379         (gnus-agent-decoded-group-name): New function.
8380         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8381         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8382
8383 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8384
8385         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8386         Add binding for gnus-sticky-article.
8387         (gnus-summary-exit): Don't kill sticky article buffers.
8388
8389         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8390         article buffer.
8391         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8392         (gnus-kill-sticky-article-buffers): New commands.
8393
8394 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8395
8396         * nntp.el (nntp-xref-number-is-evil): New server variable.
8397         (nntp-find-group-and-number): If it is non-nil, don't trust article
8398         numbers in the Xref header.
8399
8400 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8401
8402         * gnus-agent.el (gnus-agent-read-group): New function.
8403         (gnus-agent-flush-group, gnus-agent-expire-group)
8404         (gnus-agent-regenerate-group): Use it.
8405         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8406         nnmail-pathname-coding-system.
8407
8408 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8409
8410         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8411
8412         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8413         that are unread as unread, and also as selected so that information of
8414         marks having been changed by a user may be updated when exiting group.
8415
8416 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8417
8418         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8419
8420 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8421
8422         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8423         calculated ignoring signature parts to gnus-treat-article.
8424
8425 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8426
8427         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8428         a point here in order to keep the window start.
8429         (gnus-insert-mime-security-button): Make a button overlay without the
8430         front stickiness.
8431         (gnus-mime-display-security): Goto the end of a button.
8432
8433         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8434
8435 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8436
8437         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8438         group-name-at-point.
8439         (gnus-group-completing-read): New function that offers decoded
8440         non-ASCII group names for completion.
8441         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8442         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8443         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8444         (gnus-group-fetch-control): Use it.
8445         (gnus-fetch-group): Use group-name-at-point for the initial value
8446         rather than the default value; use gnus-alive-p.
8447
8448         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8449         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8450         (gnus-summary-post-news): Use gnus-group-completing-read.
8451
8452         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8453         (gnus-read-move-group-name): Decode group name for completion.
8454
8455 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8456
8457         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8458         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8459         Yamaoka slightly modified the code).
8460
8461 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8462
8463         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8464         (nnmail-split-incoming): Bind it.
8465
8466         * nnml.el (nnml-group-name-charset): New function.
8467         (nnml-decoded-group-name): Use it; don't decode group name if
8468         nnmail-group-names-not-encoded-p is non-nil.
8469         (nnml-encoded-group-name): New function.
8470         (nnml-group-pathname): Inline nnml-decoded-group-name.
8471         (nnml-request-expire-articles): Decode group name in message.
8472         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8473         nnmail-pathname-coding-system.
8474         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8475         not decoded ones according to nnmail-group-names-not-encoded-p.
8476         (nnml-generate-active-info): Use nnml-encoded-group-name.
8477
8478 2007-08-08  Glenn Morris  <rgm@gnu.org>
8479
8480         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8481         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8482         doc-strings and comments.
8483
8484 2007-07-25  Glenn Morris  <rgm@gnu.org>
8485
8486         * Relicense all FSF files to GPLv3 or later.
8487
8488 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8489
8490         * gnus-sum.el (gnus-summary-move-article):
8491         Make gnus-summary-respool-article work.
8492
8493 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8494
8495         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8496         string.
8497
8498 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8499
8500         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8501         that should be ignored when comparing distant RSS articles with local
8502         ones.
8503         (nnrss-make-hash-index): New function.  Create a hash index according
8504         to the ignored fields.
8505         (nnrss-check-group): Use it.
8506
8507 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8508
8509         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8510
8511         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8512
8513         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8514         the new optional argument ENCODED is non-nil.
8515         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8516         coding system for encoding group name.
8517         (gnus-group-make-rss-group): Pass un-encoded group name to
8518         gnus-group-make-group.
8519         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8520         encoded.
8521
8522         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8523         Encode group name to which articles are moved or copied.
8524         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8525         coding system for encoding Newsgroup, Followup-To and Xref headers.
8526
8527         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8528         marks; use nnheader-file-coding-system to write a file.
8529         (nnagent-retrieve-headers): Bind file-name-coding-system to
8530         nnmail-pathname-coding-system.
8531
8532         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8533
8534         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8535         (nnml-request-article, nnml-request-create-group)
8536         (nnml-request-rename-group, nnml-find-id)
8537         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8538         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8539         (nnml-save-marks): Use nnml-group-pathname instead of
8540         nnmail-group-pathname.
8541
8542         (nnml-request-create-group, nnml-request-expire-articles)
8543         (nnml-request-move-article, nnml-request-delete-group)
8544         (nnml-deletable-article-p, nnml-possibly-create-directory)
8545         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8546         (nnml-open-marks): Bind file-name-coding-system to
8547         nnmail-pathname-coding-system.
8548
8549         (nnml-request-article): Pass server argument to nnml-find-group-number.
8550         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8551         Pass server argument to nnml-possibly-create-directory.
8552         (nnml-request-accept-article): Pass server argument to
8553         nnml-active-number and nnml-save-mail.
8554         (nnml-find-group-number): Pass server argument to nnml-find-id.
8555         (nnml-request-update-info): Pass server argument to
8556         nnml-marks-changed-p.
8557
8558         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8559         (nnml-save-mail, nnml-active-number): Add server argument.
8560
8561         (nnml-request-delete-group): Warn if group is missing.
8562         (nnml-get-nov-buffer): Decode group name.
8563         (nnml-generate-active-info): Encode group name.
8564         (nnml-open-marks): Decode group name in messages.
8565
8566 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8567
8568         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8569         if it is not specified.
8570         (gnus-article-pipe-part, gnus-article-save-part)
8571         (gnus-article-interactively-view-part, gnus-article-copy-part)
8572         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8573         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8574         (gnus-article-replace-part, gnus-article-delete-part)
8575         (gnus-article-view-part-as-type): Pass raw prefix argument to
8576         gnus-article-part-wrapper.
8577
8578 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8579
8580         * gnus-agent.el (gnus-agent-save-active):
8581         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8582
8583         * gnus-cache.el (gnus-cache-save-buffers)
8584         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8585         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8586         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8587         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8588         (gnus-cache-generate-active, gnus-cache-rename-group)
8589         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8590         (gnus-cache-update-overview-total-fetched-for):
8591         Bind file-name-coding-system to nnmail-pathname-coding-system.
8592         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8593         New variables.
8594         (gnus-cache-decoded-group-name): New function.
8595         (gnus-cache-file-name): Use it.
8596         (gnus-cache-generate-active): Use non-decoded group name for active.
8597
8598         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8599         right place.
8600         (gnus-write-active-file): Don't break non-ASCII group names.
8601
8602         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8603         nnmail-pathname-coding-system.
8604
8605         * lpath.el: Bind default-file-name-coding-system,
8606         file-name-coding-system and language-info-alist for XEmacs.
8607
8608         * gnus-uu.el (gnus-uu-decode-save): Typo.
8609
8610 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8611
8612         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8613
8614 2007-07-14  David Kastrup  <dak@gnu.org>
8615
8616         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8617         finishing actions if we did not edit the article.
8618
8619 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8620
8621         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8622         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8623         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8624         (gnus-agent-flush-group, gnus-agent-flush-cache)
8625         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8626         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8627         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8628         (gnus-agent-regenerate-group)
8629         (gnus-agent-update-files-total-fetched-for)
8630         (gnus-agent-update-view-total-fetched-for):
8631         Bind file-name-coding-system to nnmail-pathname-coding-system.
8632         (gnus-agent-group-pathname): Don't encode file names by
8633         nnmail-pathname-coding-system.
8634         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8635         coding-system-for-write instead of buffer-file-coding-system to
8636         gnus-agent-file-coding-system.
8637
8638         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8639         Decode group name.
8640
8641         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8642
8643         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8644         (gnus-read-newsrc-el-file): Make group names unibyte.
8645
8646         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8647         nnmail-pathname-coding-system.
8648
8649         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8650         (nnrss-request-delete-group): Bind file-name-coding-system to
8651         nnmail-pathname-coding-system.
8652         (nnrss-read-server-data, nnrss-read-group-data):
8653         Bind file-name-coding-system correctly.
8654         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8655
8656         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8657         (nntp-server-to-method-cache): New variable.
8658         (nntp-group-pathname): New function that decodes non-ASCII group names.
8659         (nntp-possibly-create-directory, nntp-marks-changed-p)
8660         (nntp-save-marks, nntp-open-marks): Use it.
8661         (nntp-possibly-create-directory, nntp-open-marks):
8662         Bind file-name-coding-system to nnmail-pathname-coding-system.
8663         (nntp-open-marks): Decode group names when bootstrapping marks.
8664
8665         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8666         Newsgroups and Folowup-To headers.
8667
8668 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8669
8670         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8671         (gnus-server-closed-face, gnus-server-denied-face)
8672         (gnus-server-offline-face): Remove variable.
8673         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8674
8675         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8676         of modifying message-stack directly for XEmacs.
8677
8678         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8679         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8680         if the coding-system argument is nil for XEmacs.
8681
8682         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8683         mm-charset-override-alist.
8684
8685         * rfc2047.el: Don't require base64; require rfc2045 for the function
8686         rfc2045-encode-string.
8687         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8688         to quote the parameter value.
8689
8690 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8691
8692         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8693         form in gnus-group-name-charset-method-alist.
8694
8695         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8696         overrides the default layout edit-form.
8697
8698         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8699
8700         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8701
8702 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8703
8704         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8705         as unfetched articles.
8706
8707 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8708
8709         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8710
8711 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8712
8713         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8714         original back end that keeps marks in the local system.
8715
8716 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8717
8718         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8719         arg of pop-to-buffer for XEmacs.
8720         (gnus-article-read-summary-keys): Ditto; don't restore window
8721         configuration if summary command ends up with neither article buffer
8722         nor summary buffer; describe bindings if summary keys end with C-h.
8723
8724 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8725
8726         * message.el (message-fix-before-sending): Skip raw message part to be
8727         forwarded while checking illegible text.
8728         (message-forward-make-body-mime, message-forward-make-body):
8729         Mark signed or encrypted raw message as having no illegible text.
8730
8731 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8732
8733         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8734         (gnus-message-with-timestamp-1): New macro.
8735         (gnus-message-with-timestamp): New function.
8736         (gnus-message): Use them.
8737
8738         * nnheader.el (nnheader-message): Use them.
8739
8740 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8741
8742         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8743         .newsrc.eld file.
8744
8745 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8746
8747         * gnus-agent.el (gnus-agent-fetch-headers)
8748         (gnus-agent-retrieve-headers):
8749         Bind gnus-decode-encoded-address-function to identity.
8750
8751         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8752         available also when the server returns simply a dot.
8753
8754         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8755
8756 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8757
8758         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8759
8760 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8761
8762         * gnus-ems.el (gnus-x-splash): Make it work.
8763
8764         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8765         from being used.
8766
8767         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8768
8769 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8770
8771         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8772         4th and the 5th arguments.
8773
8774         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8775         the front stickiness.
8776         (gnus-article-summary-command-nosave): Correct the order of the
8777         arguments passed to pop-to-buffer.
8778         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8779         summary command ends up with the article buffer.
8780
8781         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8782         the same faces.
8783
8784 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8785
8786         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8787
8788 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8789
8790         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8791         * gnus-sum.el (gnus-summary-highlight):
8792         * pgg.el (pgg-sign-region, pgg-sign):
8793         * mail-source.el (mail-source-delete-old-incoming-confirm):
8794         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8795
8796 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8797
8798         * gnus-art.el (gnus-mime-view-part-externally)
8799         (gnus-mime-view-part-internally): Fix predicate function passed to
8800         completing-read.
8801
8802         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8803
8804         * gnus.el (gnus-update-message-archive-method): Add :version.
8805
8806 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8807
8808         * gnus.el (gnus-update-message-archive-method): New variable.
8809
8810         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8811         according to gnus-message-archive-method if
8812         gnus-update-message-archive-method is non-nil.
8813
8814 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8815
8816         * gnus-sum.el (gnus-summary-limit-to-address): New function.
8817         Suggested by Loic Dachary <loic@dachary.org>.
8818         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8819
8820 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8821
8822         * message.el (message-pop-to-buffer): Add switch-function argument.
8823         (message-mail): Pass switch-function argument to it.
8824
8825 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8826
8827         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8828         Improve doc string.
8829
8830 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8831
8832         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8833         (gnus-header-content)
8834         * gnus-cite.el (gnus-cite-10)
8835         * gnus-srvr.el (gnus-server-closed)
8836         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8837         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8838         (gnus-group-mail-3-empty, gnus-group-mail-low)
8839         (gnus-group-mail-low-empty, gnus-splash)
8840         * message.el (message-header-to, message-header-cc)
8841         (message-header-subject, message-header-other, message-header-name)
8842         (message-header-xheader, message-separator, message-cited-text)
8843         (message-mml): Lighten colors of faces used for dark background.
8844
8845 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8846
8847         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8848         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8849
8850 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8851
8852         * message.el (message-narrow-to-headers-or-head):
8853         Ignore mail-header-separator in the body.
8854
8855 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8856
8857         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8858         same as window size.
8859
8860 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8861
8862         * message.el (message-font-lock-keywords): Use message-header-xheader
8863         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8864         ahead of the anything pattern, to get it recognised.
8865
8866 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8867
8868         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8869         spam.el loads uses it in the compiled defadvice form.
8870
8871 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8872
8873         * gnus-sum.el (gnus-articles-to-read)
8874         (gnus-summary-insert-old-articles): Don't truncate group name for
8875         `read-string'.
8876
8877         * gnus-util.el (gnus-limit-string): Delete this function.
8878
8879         * gnus-sum.el (gnus-simplify-subject-fully):
8880         Use `truncate-string-to-width' instead.
8881
8882 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8883
8884         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
8885         Tell if, on summary exit, the next group has to be selected.
8886         (gnus-summary-exit): Use it.
8887
8888 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8889
8890         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8891         non-break space.
8892
8893 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8894
8895         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8896         Check if group is not a directory.
8897         (nnfolder-request-expire-articles): Don't delete articles if the target
8898         group is not available.
8899
8900         * nnml.el (nnml-request-create-group): Properly check if group is not a
8901         file.
8902         (nnml-request-expire-articles): Don't delete articles if the target
8903         group is not available.
8904
8905         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8906         Don't quote characters that are within parentheses.
8907
8908 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8909
8910         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8911         (gnus-handle-ephemeral-exit): Select article according to it.
8912
8913 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8914
8915         * message.el (message-insert-formated-citation-line): Remove newline.
8916         (message-citation-line-format): Add final \n here so that the user can
8917         avoid a blank line.
8918
8919 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8920
8921         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8922         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8923         Update lanl/arXiv support.
8924
8925 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8926
8927         * gnus.el: Bump version number.
8928
8929 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8930
8931         * gnus.el (gnus-version-number): Bump version.
8932
8933 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8934
8935         * gnus.el: No Gnus v0.6 is released.
8936
8937 2007-04-27  Didier Verna  <didier@xemacs.org>
8938
8939         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
8940         * gmm-utils.el (gmm-regexp-concat): ... here.
8941         * message.el: Don't require 'gnus-util.
8942         (message-dont-reply-to-names): Handle name change above.
8943         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8944
8945 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8946
8947         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8948         since the initial value varies according to the system.
8949
8950 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8951
8952         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8953
8954 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8955
8956         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8957
8958 2007-04-24  Didier Verna  <didier@xemacs.org>
8959
8960         Improve the type of gnus-ignored-from-addresses.
8961         * gnus-util.el (gnus-orify-regexp): New function.
8962         * message.el (gnus-util): Require it.
8963         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8964         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8965         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8966
8967 2007-04-24  Didier Verna  <didier@xemacs.org>
8968
8969         * gnus-sum.el:
8970         * gnus-utils.el: Fix some trailing whitespaces.
8971
8972 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8973
8974         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8975         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8976         article's Message-ID; refer parent article in summary buffer.
8977
8978         * message.el (message-bounce): Call mime-to-mml.
8979
8980         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8981         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8982         optimize and/or forms properly.
8983
8984 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8985
8986         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8987         URL.
8988
8989 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8990
8991         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8992
8993 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8994
8995         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8996         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8997         displayed of multipart/alternative part if it is invoked from summary
8998         buffer.
8999
9000         * mm-view.el (mm-inline-text-html-render-with-w3m)
9001         (mm-inline-text-html-render-with-w3m-standalone)
9002         (mm-inline-render-with-function): Use mail-parse-charset by default.
9003
9004 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9005
9006         * parse-time.el (parse-time-string-chars): Check if CHAR
9007         is less than the length of parse-time-syntax.
9008
9009 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9010
9011         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9012         from gnus-newsgroup-processable.
9013
9014 2007-04-16  Didier Verna  <didier@xemacs.org>
9015
9016         * gnus-msg.el (gnus-configure-posting-styles):
9017         Handle message-signature-directory properly with :file syntax.
9018         Reported by "Leo".
9019
9020 2007-04-11  Didier Verna  <didier@xemacs.org>
9021
9022         New user option: message-signature-directory.
9023         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9024         * message.el (message-insert-signature): Ditto.
9025         * message.el (message-signature-file): Doc update.
9026         * message.el (message-signature-directory): New.
9027
9028 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9029
9030         * gnus-msg.el (gnus-inews-yank-articles):
9031         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9032
9033 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9034
9035         * message.el (message-yank-original): Make sure cited text ends with
9036         newline; don't exchange point and mark.
9037
9038 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9039
9040         * tls.el (open-tls-stream): Properly handle case where there
9041         is no associated buffer.
9042
9043 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9044
9045         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9046         message-yank-original, make sure (< mark TEXT point).
9047
9048 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9049
9050         * message.el (message-fill-column): New variable.
9051         (message-mode): Use it.  Add comment on a possible new hook.
9052
9053         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9054         (nnmail-get-new-mail): Reformat.
9055
9056         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9057
9058         * gmm-utils.el: Fix Commentary.
9059         (gmm-tool-bar-from-list): Fix typo in doc string.
9060
9061 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9062
9063         * message.el (message-yank-original): Don't switch point and mark
9064         unnecessarily to put point and mark as documented.
9065
9066 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9067
9068         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9069         from the message heads.
9070
9071 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9072
9073         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9074         article buffer does not have a window.  This may not be the best
9075         solution but is certainly better than setting the start of the null,
9076         that is the current, window.
9077
9078 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9079
9080         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9081         (gnus-draft-setup): Run it.
9082
9083         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9084         gnus-score-fast-scoring.  Allow regexp.
9085         (gnus-score-headers): Use it.
9086
9087         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9088         XEmacs.
9089
9090         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9091         string.
9092         (gnus-button-alist): Also catch `<f1> k ...'.
9093         (gnus-treat-display-x-face): Fix doc string.
9094
9095 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9096
9097         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9098         evaluation of gnus-extended-version to ensure correct generation of the
9099         User-Agent header when message-generate-headers-first is used.
9100
9101 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9102
9103         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9104         hashcash-path is nil.  Don't call callback with incorrect number of
9105         parameters if val is 0.
9106
9107 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9108
9109         * message.el (message-required-news-headers):
9110         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9111
9112 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9113
9114         * tls.el (open-tls-stream): In handshake-waiting loop,
9115         don't wait more if there is output available to process.
9116
9117 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9118
9119         * tls.el (tls-program): Doc fix.
9120
9121 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9122
9123         * message.el (message-generate-new-buffers): Change the meaning of the
9124         nil value; add `standard' to the choices; treat t as `unique'; improve
9125         doc string.
9126         (gnus-select-frame-set-input-focus): Autoload.
9127         (message-buffer-name): Search for the existing message buffer if
9128         message-generate-new-buffers is nil or `standard'; treat the value t of
9129         message-generate-new-buffers as `unique'.
9130         (message-pop-to-buffer): Raise the frame already displaying the message
9131         buffer; clear the echo area after querying.
9132         (message-setup): Pass the `continue' argument to compose-mail.
9133         (message-mail): Prefer `switch-function' if it is given; search for the
9134         existing message buffer if the `continue' argument is non-nil; pass
9135         continue and switch-function arguments to compose-mail by way of
9136         message-setup.
9137         (message-mail-other-window): Adjust argument of message-setup.
9138         (message-mail-other-frame): Ditto.
9139
9140 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9141
9142         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9143         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9144         to turn font-lock on when turning gnus-message-citation-mode on.
9145
9146 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9147
9148         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9149         (mml-smime-function-alist): New variable; add epg as the backend.
9150         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9151         mml-smime- functions instead.
9152         * mm-view.el: Require smime.
9153
9154 2007-03-05  Didier Verna  <didier@xemacs.org>
9155
9156         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9157         instead of just inheritance for posting styles.
9158         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9159
9160 2007-02-24  Chris Moore  <dooglus@gmail.com>
9161
9162         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9163         * pgg-pgp.el (pgg-pgp-encrypt-region):
9164         * pgg-gpg.el (pgg-gpg-encrypt-region):
9165         Check pgg-encrypt-for-me if no other recipients.
9166
9167 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9168
9169         * tls.el (tls-certtool-program): Fix custom type.
9170
9171 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9172
9173         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9174         and point-at-eol instead of line-(beginning|end)-position.
9175
9176         * assistant.el (assistant-parse-buffer): Ditto.
9177
9178         * netrc.el (netrc-parse-services): Ditto.
9179
9180 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9181
9182         * mml2015.el (mml2015-epg-find-usable-key): New function.
9183         (mml2015-epg-sign): Use it.
9184         (mml2015-epg-encrypt): Use it.
9185
9186 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9187
9188         * message.el (message-make-in-reply-to): Quote name containing
9189         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9190         if there are special characters.  Reported by NAKAJI Hiroyuki
9191         <nakaji@jp.freebsd.org>.
9192
9193 2007-02-27  Didier Verna  <didier@xemacs.org>
9194
9195         Include the group parameters as well as the topic ones in the
9196         inheritance filter process.
9197         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9198         argument GROUP-PARAMS-LIST.
9199         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9200
9201 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9202
9203         * nntp.el (nntp-never-echoes-commands)
9204         (nntp-open-connection-functions-never-echo-commands): New variables.
9205         (nntp-send-command): Use them.
9206
9207 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9208
9209         * mml2015.el (mml2015-epg-verify): Simplify.
9210
9211 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9212
9213         * mml.el (mml-content-disposition-alist): New user option.
9214         (mml-content-disposition): New function.
9215         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9216         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9217
9218 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9219
9220         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9221         verification.
9222
9223 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9224
9225         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9226         articles posted in the last 24 hours.
9227
9228 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9229
9230         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9231
9232 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9233
9234         * nntp.el (nntp-send-command): Don't wait for echoes when
9235         nntp-open-ssl-stream is used.
9236
9237 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9238
9239         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9240         (gnus-message-add-citation-keywords)
9241         (gnus-message-remove-citation-keywords): Remove.
9242         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9243         directly, make the variables in font-lock-defaults buffer-local, add
9244         gnus-message-citation-keywords to them and then update the value of
9245         font-lock-keywords.
9246
9247 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9248
9249         * message.el (message-cite-original-1): Don't call
9250         gnus-article-highlight-citation.
9251
9252         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9253         citations; fix line count.
9254
9255 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9256
9257         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9258         (gnus-message-add-citation-keywords)
9259         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9260         versions of font-lock-add-keywords and font-lock-remove-keywords to
9261         work with XEmacs correctly.
9262
9263 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9264
9265         * gnus-cite.el (gnus-cite-face-list): Set the values of
9266         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9267         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9268         (gnus-message-cite-prefix-regexp): New variable.
9269         (gnus-message-search-citation-line): Use it; protect against long
9270         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9271         the 0th match data for Emacs.
9272         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9273         (gnus-message-add-citation-keywords): Append keywords rather than
9274         prepending; emulate font-lock-add-keywords if it is not available.
9275         (gnus-message-remove-citation-keywords):
9276         Emulate font-lock-remove-keywords if it is not available.
9277
9278         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9279
9280         * message.el (message-cite-prefix-regexp): Set the value of
9281         gnus-message-cite-prefix-regexp.
9282
9283 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9284
9285         * nnweb.el (nnweb-google-parse-1): Update parser.
9286
9287 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9288
9289         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9290
9291 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9292
9293         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9294         regexp.
9295
9296 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9297
9298         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9299         string-to-multibyte.
9300         (uudecode-decode-region-internal): Use it.
9301
9302         * lpath.el: Fbind string-as-multibyte for XEmacs.
9303
9304 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9305
9306         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9307         Fix custom choice.
9308
9309         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9310
9311 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9312
9313         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9314
9315         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9316         `write-region' to respect `mm-inhibit-file-name-handlers'.
9317
9318 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9319
9320         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9321         Use gnus-home-directory instead of "~/" or "$HOME".
9322
9323 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9324
9325         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9326         to mention filename.
9327         Add comments at beginning regarding usage.
9328         (encrypt-write-file-contents): Change interactive so a string is
9329         acceptable.  If the file has no associated model, show an error instead
9330         of a nonsense prompt.
9331
9332 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9333
9334         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9335         Thanks to Yoshihiko Yamada for kind notification of this typo.
9336
9337 2007-01-12  Kenichi Handa  <handa@m17n.org>
9338
9339         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9340         multibyte buffer.
9341
9342 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9343
9344         * gnus-score.el (gnus-score-fast-scoring): New variable.
9345         (gnus-score-headers): Use it.
9346
9347         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9348
9349         * message.el (message-cite-original-1):
9350         Call gnus-article-highlight-citation if requested.
9351         (message-make-from): Allow name and address as optional arguments.
9352
9353         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9354
9355         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9356         bugs to doc string.
9357         (gnus-button-alist): Add mid\\|message-id.
9358         (gnus-button-fetch-group): Extend for use in
9359         `browse-url-browser-function'.
9360         (gnus-button-url-regexp): Try to catch paired parentheses like in
9361         Wikipedia URLs.
9362
9363         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9364         Suggested by Simon Krahnke <overlord@gmx.li>.
9365
9366 2007-01-13  Romain Francoise  <romain@orebokech.com>
9367
9368         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9369         Update copyright.
9370
9371 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9372
9373         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9374
9375 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9376
9377         * gnus-registry.el (gnus-registry-unfollowed-groups)
9378         (gnus-registry-split-fancy-with-parent): Fix documentation.
9379
9380 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9381
9382         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9383         from nnweb groups.
9384
9385 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9386
9387         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9388         Xref urls.  Erase buffer before requesting head.
9389
9390         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9391
9392 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9393
9394         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9395         customizable.
9396
9397 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9398
9399         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9400         no signing key is found.
9401         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9402         no encrypting and/or signing key is found.
9403
9404 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9405
9406         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9407
9408 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9409
9410         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9411         headers read from disk with the ones newly found in the current search.
9412         This should no longer cause problems, because the article numbers in
9413         Gmane's `nov.php' output are ignored since the previous change.
9414
9415 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9416
9417         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9418
9419 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9420
9421         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9422         replace-regexp-in-string; bind url-version; fbind display-images-p and
9423         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9424         find-face and set-itimer-function for Emacs; bind itimer-list for
9425         Emacs.
9426
9427         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9428
9429 2007-01-01  Romain Francoise  <romain@orebokech.com>
9430
9431         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9432
9433 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9434
9435         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9436         `define-minor-mode' macro definition expanded properly.
9437         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9438         exclude it there.
9439
9440         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9441         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9442         `fboundp' test.
9443         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9444         This is OK to autoload in (S)XEmacs now.
9445
9446 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9447
9448         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9449         keystroke.
9450         (gnus-summary-limit-to-singletons): Fix typo.
9451
9452         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9453         else fails.
9454
9455 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9456
9457         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9458         docstring.
9459
9460         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9461         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9462         (gnus-summary-insert-dormant-articles): Fix typo in message.
9463
9464 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9465
9466         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9467         nil for XEmacs.
9468         (gnus-message-citation-mode): Don't autoload in XEmacs.
9469
9470         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9471
9472 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9473
9474         * nnimap.el (nnimap-expunge-search-string):
9475         Mention nnimap-search-uids-not-since-is-evil in docstring.
9476
9477 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9478
9479         * spam.el: Revert to make-obsolete-variable because
9480         define-obsolete-variable-alias is not supported in Emacs 21.
9481
9482         * spam.el (spam-ifile-path, spam-ifile-database-path)
9483         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9484         make-obsolete-variable.
9485         (spam-bsfilter-path, spam-bsfilter-program)
9486         (spam-spamassassin-path, spam-spamassassin-program)
9487         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9488         Don't use "path" inappropriately.
9489         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9490         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9491         variable names.
9492
9493 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9494
9495         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9496         summary buffer.
9497
9498         * password.el (password-cache-remove): Use clear-string to burn
9499         password, if available.
9500
9501 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9502
9503         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9504
9505         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9506
9507         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9508         (gnus-message-highlight-citation): Move defcustom here from
9509         gnus-cite.el.
9510         (gnus-message-citation-mode): Autoload.
9511
9512         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9513         checks to make it compile with XEmacs.
9514         (gnus-message-citation-mode): New minor mode.
9515         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9516         (gnus-message-highlight-citation): New variables.
9517         (gnus-message-search-citation-line)
9518         (gnus-message-add-citation-keywords)
9519         (gnus-message-remove-citation-keywords)
9520         (turn-on-gnus-message-citation-mode)
9521         (turn-off-gnus-message-citation-mode): New functions.
9522
9523 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9524
9525         * gnus-cite.el: Enable highlighting of different citation levels in
9526         message-mode.
9527
9528 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9529
9530         * message.el (message-make-fqdn): Fix comment.
9531         (message-bogus-system-names): Add ".local".
9532
9533         * spam.el (spam-ifile-path, spam-ifile-program)
9534         (spam-ifile-database-path, spam-ifile-database)
9535         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9536         Don't use "path" inappropriately.
9537         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9538         strings.
9539         (spam-check-ifile, spam-ifile-register-with-ifile)
9540         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9541         Use new variable names.
9542
9543         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9544         (gnus-treat-display-smileys): Simplify using
9545         gnus-image-type-available-p.
9546
9547         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9548         available.
9549
9550         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9551         Use `display-images-p' if available.
9552
9553 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9554
9555         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9556         one after turning on the buffer's multibyteness instead of decoding
9557         them directly in the unibyte buffer that causes unexpected conversion
9558         in Emacs 23 (unicode).
9559
9560 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9561
9562         * message.el (message-generate-hashcash): Fix custom type.
9563
9564 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9565
9566         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9567
9568 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9569
9570         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9571         disconnect icons.  Add help text.
9572
9573 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9574
9575         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9576         negated to be consistent with the others we handle.
9577
9578 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9579
9580         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9581         version of gnus-summary-buffer to something, so that we can use two
9582         article buffers at the same time.
9583
9584 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9585
9586         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9587         trigger all the extra headers.
9588         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9589         sorting.
9590
9591 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9592
9593         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9594         solid groups.
9595
9596 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9597
9598         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9599
9600 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9601
9602         * legacy-gnus-agent.el: Add Copyright notice.
9603
9604 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9605
9606         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9607
9608 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9609
9610         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9611
9612         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9613         to make it work reliably in CVS Emacs.
9614         (gnus-summary-limit-strange-charsets-predicate)
9615         (gnus-summary-limit-to-predicate): New functions.
9616
9617 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9618
9619         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9620         specifying array size.
9621         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9622         array if it is too small.
9623         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9624         (gnus-sort-threads-loop): New function.
9625
9626 2006-12-06  Chris Moore  <dooglus@gmail.com>
9627
9628         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9629         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9630
9631 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9632
9633         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9634         options.
9635
9636 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9637
9638         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9639         DOS-ing the recipient.
9640
9641         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9642         the headers when creating the mapping to avoid mismappings.
9643         (nnweb-gmane-create-mapping): Always nix out old mapping.
9644
9645 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9646
9647         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9648         and mm-verify-option to never.
9649
9650 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9651
9652         * message.el (message-signed-or-encrypted-p): New function.
9653         (message-forward-make-body): Use it.
9654
9655         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9656         Replace encode-coding-string with mm-encode-coding-string.
9657
9658 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9659
9660         * nneething.el (nneething-decode-file-name):
9661         Replace decode-coding-string with mm-decode-coding-string.
9662
9663         * gnus-int.el (gnus-open-server): Say failed server's name.
9664
9665 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9666
9667         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9668         strings to a single string.  Quote `errors-file-name'.
9669         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9670         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9671         Adjust calls.  Use `shell-quote-argument'.
9672
9673 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9674
9675         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9676         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9677
9678         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9679         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9680         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9681         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9682         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9683         (gnus-subscribe-newsgroup, gnus-1):
9684         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9685         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9686         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9687         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9688
9689 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9690
9691         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9692         keystroke.
9693         (gnus-summary-limit-to-bodies): Implement headersp.
9694
9695 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9696
9697         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9698
9699 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9700
9701         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9702
9703 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9704
9705         * message.el (message-generate-hashcash): Expand range of values to
9706         include `opportunistic'.
9707         (message-send-mail): Use it.
9708
9709 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9710
9711         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9712         and comment it.
9713
9714         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9715
9716 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9717
9718         * gnus-util.el (gnus-extract-address-components): Improve comment.
9719
9720 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9721
9722         * gnus-util.el (gnus-extract-address-components): Work with address in
9723         which the name portion contains @.
9724
9725         * lpath.el: Fbind custom-autoload.
9726
9727 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9728
9729         * gnus.el (gnus-start): Move custom group up.
9730         (gnus-select-method): Don't autoload, but make it available for
9731         `customize-variable'.
9732         (gnus-getenv-nntpserver): Don't autoload.
9733
9734 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9735
9736         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9737
9738 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9739
9740         * message.el (message-sendmail-extra-arguments): New variable.
9741         (message-send-mail-with-sendmail): Use it.
9742
9743 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9744
9745         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9746         mm-with-unibyte-current-buffer to make string unibyte.
9747
9748         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9749         mm-string-as-multibyte.
9750
9751 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9752
9753         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9754         Reported by Werner Koch <wk@gnupg.org>.
9755
9756 2006-11-14  Daiki Ueno  <ueno@p360>
9757
9758         * mml2015.el: Autoload epa-select-keys when compiling.
9759
9760 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9761
9762         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9763         message-options.
9764         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9765
9766 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9767
9768         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9769         EasyPG (< 0.0.6).
9770         (mml2015-always-trust): New user option.
9771         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9772         prompt.
9773
9774 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9775
9776         * nntp.el (nntp-authinfo-force): New variable.
9777         (nntp-send-authinfo): Use it.
9778
9779 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9780
9781         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9782         decode encoded words.  Improve prompt.  Add comment about forwarding.
9783         (message-replacement-char): Move up.
9784
9785 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9786
9787         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9788         instead of gnus-intersection because arguments of gnus-sorted-nunion
9789         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9790
9791 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9792
9793         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9794         (message-simplify-subject-functions):
9795         Enable message-strip-subject-encoded-words by default.
9796
9797 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9798
9799         * message.el (message-strip-subject-encoded-words): New function.
9800         (message-simplify-subject-functions): New variable.
9801         (message-simplify-subject): Use it.  Fix typo in doc string.
9802         Support message-strip-subject-encoded-words.
9803
9804 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9805
9806         * gnus-diary.el (gnus-diary-delay-format-function):
9807         * nndiary.el (nndiary-reminders):
9808         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9809
9810 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9811
9812         * gnus-art.el (article-hide-boring-headers): Fetch date from
9813         gnus-original-article-buffer to avoid problems with localized date
9814         strings.
9815
9816 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9817
9818         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9819
9820 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9821
9822         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9823         New variables.
9824         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9825         (mm-charset-synonym-alist): Move some entries to
9826         mm-codepage-iso-8859-list.
9827         (mm-charset-synonym-alist, mm-charset-override-alist):
9828         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9829
9830 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9831
9832         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9833
9834 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9835
9836         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9837         with Emacs 21 and XEmacs.
9838
9839 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9840
9841         * spam.el (spam-parse-address): New function for better parsing,
9842         catching errors, etc.
9843         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9844
9845 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9846
9847         * mm-view.el: Add interactive arg to html2text autoload.
9848
9849 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9850
9851         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9852
9853 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9854
9855         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9856         New variables.
9857         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9858         (mm-charset-synonym-alist): Move some entries to
9859         mm-codepage-iso-8859-list.
9860
9861         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9862
9863 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9864
9865         * message.el (message-citation-line-format)
9866         (message-insert-formated-citation-line): Fix implementation of %E, %N
9867         and %n according to the doc string.
9868
9869 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9870
9871         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9872         Use car-safe to avoid bad parses.
9873
9874 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9875
9876         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9877         names.
9878
9879         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9880
9881 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9882
9883         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9884         header.
9885
9886         * message.el (message-draft-headers): Add Date.
9887         (message-headers-to-generate): Fix typo in docstring.
9888
9889         * nndraft.el (nndraft-required-headers): New variable.
9890         (nndraft-generate-headers): Use it.
9891
9892         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9893
9894 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9895
9896         * gnus-registry.el (gnus-registry-wash-for-keywords)
9897         (gnus-registry-find-keywords): New functions to allow easy searching of
9898         articles that are in the registry.
9899
9900 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9901
9902         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9903         Use ietf-drums-parse-address instead of gnus-extract-address-components.
9904         Reported by Damien Elmes <damien@repose.cx>.
9905
9906 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9907
9908         * gnus.el (gnus-mime): Remove unused custom group.
9909
9910 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9911
9912         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9913         "blank line" when searching for end of armor headers.
9914
9915 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9916
9917         * gmm-utils.el (gmm-write-region): Fix variable name.
9918
9919 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9920
9921         * gmm-utils.el (gmm-write-region): New function based on compatibility
9922         code from `mm-make-temp-file'.
9923
9924         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9925
9926         * nnmaildir.el (nnmaildir--update-nov)
9927         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9928         Use `gmm-write-region'.
9929
9930 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9931
9932         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
9933         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9934
9935         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9936
9937         * message.el (message-replacement-char): New variable.
9938         (message-fix-before-sending): Use it.
9939         (message-simplify-subject): New function to remove duplicate code.
9940         (message-reply, message-followup): Use it.
9941
9942         * gnus-sum.el (gnus-summary-make-menu-bar):
9943         Clarify gnus-summary-limit-to-articles.
9944
9945 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9946
9947         * gnus-util.el (gnus-with-local-quit): New macro.
9948
9949         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9950
9951 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9952
9953         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9954         ignore non-string data.
9955
9956 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9957
9958         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9959         non-string data (needs to be done in the registry too).
9960
9961 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9962
9963         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9964         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9965         (gnus-registry-split-fancy-with-parent)
9966         (gnus-registry-fetch-simplified-message-subject-fast)
9967         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9968         Remove text properties on ingress into the registry and when it's saved.
9969         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9970         registry from entries with no groups.
9971
9972 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9973
9974         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9975         function to remove string properties.
9976
9977 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9978
9979         * gmm-utils.el (gmm): Adjust custom version.
9980
9981         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
9982         Adjust custom version.
9983
9984         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9985
9986 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9987
9988         * gnus-art.el (gnus-insert-prev-page-button)
9989         (gnus-insert-next-page-button): Simplify.  Reformat.
9990
9991 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9992
9993         * gnus-art.el (gnus-insert-prev-page-button)
9994         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9995
9996 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9997
9998         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9999
10000 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10001
10002         * gnus-art.el (gnus-insert-mime-button)
10003         (gnus-insert-mime-security-button):
10004         Apply gnus-article-button-face to MIME and security buttons.
10005
10006 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10007
10008         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10009         readable.
10010
10011 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10012
10013         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10014
10015 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10016
10017         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10018         `browse-url-of-file' instead of `browse-url'.
10019
10020 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10021
10022         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10023         regexp.  Articles containing quotation were cut prematurely.
10024
10025 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10026
10027         * message.el (message-cite-original-1): Use nobody by default for the
10028         value of From header.
10029         (message-reply): Ditto.
10030
10031 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10032
10033         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10034         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10035         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10036
10037 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10038
10039         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10040         mails in the doc string.  Add some URLs in comment.
10041         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10042
10043 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10044
10045         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10046         backslashes handling and the way to find boundaries of quoted strings.
10047
10048 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10049
10050         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10051         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10052         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10053         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10054
10055 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10056
10057         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10058         doc string.
10059         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10060
10061 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10062
10063         * lpath.el: Fbind epg-check-configuration.
10064
10065 2006-09-06  Simon Josefsson  <jas@extundo.com>
10066
10067         * mml2015.el (mml2015-use): Doc fix, mention epg.
10068
10069 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10070
10071         * mml2015.el (mml2015-use): Default to epg, if available.
10072
10073 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10074
10075         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10076         message-sender.
10077         (mml1991-epg-encrypt): Ditto.
10078         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10079         message-sender.
10080         (mml2015-epg-encrypt): Ditto.
10081
10082 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10083
10084         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10085         several common directories.
10086
10087 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10088
10089         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10090         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10091
10092 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10093
10094         * gnus-art.el (article-decode-encoded-words): Make it fast.
10095
10096 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10097
10098         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10099
10100         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10101         in quoted string into `\'.
10102
10103 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10104
10105         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10106         Use standard-syntax-table.
10107
10108 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10109
10110         * gnus-art.el (gnus-decode-address-function): New variable.
10111         (article-decode-encoded-words): Use it to decode headers which are
10112         assumed to contain addresses.
10113         (gnus-mime-delete-part): Remove useless `or'.
10114
10115         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10116         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10117         (gnus-nov-parse-line): Use it to decode From header.
10118         (gnus-get-newsgroup-headers): Ditto.
10119         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10120
10121         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10122         (mail-decode-encoded-address-string): New alias.
10123
10124         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10125         New function.
10126         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10127         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10128         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10129         (rfc2047-decode-string): Ditto.
10130         (rfc2047-decode-address-region): New function.
10131         (rfc2047-decode-address-string): New function.
10132
10133 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10134
10135         * message.el (message-caesar-buffer-body): Allow rotating headers.
10136
10137         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10138
10139         * message.el (message-insert-formated-citation-line): Fix %f.
10140         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10141
10142 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10143
10144         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10145         (gnus-bookmark-mouse-available-p): New macro.
10146         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10147         (gnus-bookmark-bmenu-show-infos): Use it.
10148         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10149         (gnus-bookmark-bmenu-hide-infos): Ditto.
10150         (gnus-bookmark-remove-properties): New function.
10151         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10152         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10153         (gnus-bookmark-write-file): Bind coding-system-for-write.
10154         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10155         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10156         group before selecting it.
10157         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10158         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10159         quit-window if it is not available; use gnus-mouse-2 and bind it to
10160         gnus-bookmark-bmenu-select-by-mouse.
10161         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10162         (gnus-bookmark-bmenu-select-by-mouse): New function.
10163
10164 2006-08-13  Romain Francoise  <romain@orebokech.com>
10165
10166         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10167         space.
10168
10169 2006-08-10  Romain Francoise  <romain@orebokech.com>
10170
10171         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10172         (dns-mode-soa-auto-increment-serial): New user option.
10173         (dns-mode-soa-maybe-increment-serial): New function.
10174         (dns-mode): Add the latter to `write-contents-functions'.
10175
10176 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10177
10178         * compface.el (uncompface): Use binary rather than raw-text-unix.
10179
10180 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10181
10182         * compface.el (uncompface): Make sure the eol conversion doesn't take
10183         place when communicating with the external programs.
10184         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10185
10186 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10187
10188         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10189
10190 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10191
10192         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10193         Make it more robust by parsing author and date independently.
10194
10195 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10196
10197         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10198
10199 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10200
10201         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10202         first matching secret key.
10203         (mml2015-epg-encrypt): Ditto.
10204
10205         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10206         first matching secret key.
10207         (mml1991-epg-encrypt): Ditto.
10208
10209         * mml2015.el (mml2015-encrypt-to-self): New user option.
10210         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10211         mml2015-epg-encrypt-to-self is set.
10212
10213         * mml1991.el (mml1991-encrypt-to-self): New variable.
10214         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10215         mml1991-epg-encrypt-to-self is set.
10216
10217         * mml2015.el (mml2015-signers): New user option.
10218         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10219         (mml2015-epg-encrypt): Allow to select signing keys.
10220
10221         * mml1991.el (mml1991-signers): New variable.
10222         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10223         (mml1991-epg-encrypt): Allow to select signing keys.
10224
10225 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10226
10227         * nnheader.el (nnheader-insert-head): Make it work even if the file
10228         uses CRLF for the line-break code.
10229
10230 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10231
10232         * mml2015.el: Require mml-sec instead of password.
10233         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10234         (mml2015-cache-passphrase): Inherit the default value from
10235         mml-secure-cache-passphrase.
10236         (mml2015-passphrase-cache-expiry): Inherit the default value from
10237         mml-secure-passphrase-cache-expiry.
10238
10239         * mml1991.el: Require mml-sec instead of password.
10240         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10241         (mml1991-cache-passphrase): Inherit the default value from
10242         mml-secure-cache-passphrase.
10243         (mml1991-passphrase-cache-expiry): Inherit the default value from
10244         mml-secure-passphrase-cache-expiry.
10245
10246         * mml-sec.el: Require password.
10247         (mml-secure-verbose): New user option.
10248         (mml-secure-cache-passphrase): New user option.
10249         (mml-secure-passphrase-cache-expiry): New user option.
10250
10251 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10252
10253         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10254         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10255         andreas@altroot.de (Andreas Vögele).
10256
10257         FIXME: Use `tiny change'?
10258
10259 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10260
10261         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10262         workaround for the url package included with Emacs.
10263
10264         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10265
10266 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10267
10268         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10269         correctly.  This fixes a bug caused by the 2006-05-12 change.
10270
10271 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10272
10273         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10274         some information about the error when saying that the `bogus' mail
10275         group will be used.
10276
10277 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10278
10279         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10280         string.
10281
10282 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10283
10284         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10285
10286 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10287
10288         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10289
10290 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10291
10292         * mml1991.el (mml1991-function-alist): Add epg.
10293         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10294         (mml1991-epg-encrypt): New functions.
10295
10296 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10297
10298         * mml2015.el (mml2015-verbose): New variable.
10299         (mml2015-cache-passphrase): Ditto.
10300         (mml2015-passphrase-cache-expiry): Ditto.
10301         (mml2015-function-alist): Add epg.
10302         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10303         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10304         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10305         New functions.
10306
10307 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10308
10309         * message.el (message-cite-original-1): Preserve region when removing
10310         quoted text due to X-No-Archive in order to avoid bogus attribution
10311         when citing multiple messages.
10312
10313 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10314
10315         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10316         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10317
10318 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10319
10320         * gnus-diary.el (gnus-user-format-function-d)
10321         (gnus-user-format-function-D): Autoload.
10322
10323         * imap.el (Commentary): Fix typo.
10324
10325         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10326         2006-04-22 contribution.
10327
10328 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10329
10330         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10331         It didn't really fix the bogosity I'm seeing with solid web groups.
10332
10333 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10334
10335         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10336         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10337         created using server names.  If we use the feature without declaring
10338         it, Gnus does not properly manage server and group state.
10339
10340         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10341         bound.
10342
10343 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10344
10345         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10346         looking up the method using GROUP's prefix before inventing a new one.
10347         It is used on killed/unknown groups in various places where returning
10348         an all-new method isn't expected by the caller.
10349
10350         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10351         and match semantics of gnus-group-real-prefix.
10352
10353 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10354
10355         * nnmail.el (nnmail-broken-references-mailers): New variable.
10356         (nnmail-ignore-broken-references): New function generalizing
10357         nnmail-fix-eudora-headers.
10358         (nnmail-fix-eudora-headers): Now obsolete.
10359
10360         * gnus-art.el (gnus-button-handle-custom):
10361         Support `customize-apropos*'.
10362
10363 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10364
10365         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10366
10367         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10368         articles.
10369
10370 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10371
10372         * message.el (message-cite-reply-above): New variable.
10373         (message-yank-original): Use it.
10374
10375 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10376
10377         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10378
10379 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10380
10381         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10382         as read.
10383
10384         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10385
10386 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10387
10388         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10389         (gnus-bookmark-default-file): Use gnus-directory.
10390         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10391         Remove "*" in doc string.
10392         (gnus-bookmark-write-file): Simplify.
10393         (gnus-bookmark-maybe-sort-alist): Use `when'.
10394         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10395         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10396         Add FIXME about Emacs 21 and XEmacs compatibility.
10397         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10398         compatibility.
10399         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10400         compatibility.
10401         (gnus-bookmark-menu-heading): Fix version.
10402
10403 2006-06-19  Bastien Guerry  <bzg@altern.org>
10404
10405         * gnus-bookmark.el: New file.
10406
10407 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10408
10409         * message.el (message-syntax-checks): Doc fix.
10410
10411 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10412
10413         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10414         unsubscribed groups as if they were killed ones.  It causes duplicate
10415         entries in gnus-newsrc-alist.
10416
10417 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10418
10419         * message.el (message-syntax-checks): Doc fix.
10420         (message-send-mail): Add check for continuation headers.
10421         (message-check-news-header-syntax): Fix regexp used to check for
10422         continuation headers.
10423
10424 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10425
10426         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10427
10428 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10429
10430         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10431
10432 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10433
10434         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10435         default-truncate-lines.
10436
10437 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10438
10439         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10440         to fill the utf-8 entry.
10441
10442         * lpath.el: Fbind unicode-precedence-list.
10443
10444 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10445
10446         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10447
10448 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10449
10450         * gnus-agent.el (directory-files-and-attributes): Move all the way
10451         forward (the third and final move).
10452         (gnus-agent-read-agentview): Trap reconstruction errors due to
10453         nonexistent directory.  Handle by returning nil.
10454
10455 2006-05-30  Didier Verna  <didier@xemacs.org>
10456
10457         * message.el (message-dont-reply-to-names): Update the custom type.
10458         * message.el (message-dont-reply-to-names): New defsubst: potentially
10459         convert a list of regexps into a single one.
10460         * message.el (message-get-reply-headers): Use it.
10461         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10462
10463 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10464
10465         * gnus-agent.el (directory-files-and-attributes): Move forward.
10466
10467 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10468
10469         * gnus-ml.el (gnus-mailing-list-subscribe)
10470         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10471         (gnus-mailing-list-message): Fix doc strings.
10472
10473 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10474
10475         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10476         of doing it manually.
10477
10478 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10479
10480         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10481         comment.
10482
10483 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10484
10485         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10486         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10487         (gnus-agent-read-local): All symbols allocated in my-obarray.
10488         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10489         (gnus-agent-regenerate-group): Check numeric names to see if they are
10490         messages or groups.
10491         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10492         better way of do this...)
10493
10494         * gnus-cache.el (gnus-agent-total-fetched-for):
10495         Ignore 'dummy.group' (there should be a better way of do this...)
10496
10497 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10498
10499         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10500         (gnus-saved-headers): Ditto.
10501         (gnus-default-article-saver): Mention functions may have properties.
10502         (gnus-article-save): Override gnus-save-all-headers and
10503         gnus-saved-headers by :headers property which saver function may have.
10504         (gnus-summary-save-in-file): Add :headers property.
10505         (gnus-summary-write-to-file): Ditto.
10506
10507         * gnus-sum.el (gnus-summary-save-article): Bind
10508         gnus-prompt-before-saving to t when saving many articles in a file;
10509         always show all headers.
10510
10511         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10512
10513 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10514
10515         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10516         marks.
10517
10518         * message.el (message-indent-citation): Add optional arguments to allow
10519         using it outside of message buffers.
10520
10521         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10522         (gnus-article-treat-unfold-headers): Use it.
10523         (gnus-article-truncate-lines): New variable.
10524         (gnus-article-mode): Use it.
10525         (gnus-article-toggle-truncate-lines): New function.
10526
10527         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10528         Add gnus-article-toggle-truncate-lines.
10529
10530         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10531         coding system in XEmacs, use binary.
10532
10533 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10534
10535         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10536         after-load-alist.
10537
10538         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10539         this function should save decoded articles.
10540         (gnus-summary-write-to-file): Use property to specify this function
10541         should save decoded articles and specify gnus-summary-save-in-file
10542         should be used to save articles other than the first one when saving
10543         many articles.
10544         (gnus-summary-save-body-in-file): Use property to specify this
10545         function should save decoded articles.
10546         (gnus-summary-write-body-to-file): Use property to specify this
10547         function should save decoded articles and specify
10548         gnus-summary-save-body-in-file should be used to save articles other
10549         than the first one when saving many articles.
10550
10551         * gnus-sum.el (gnus-summary-save-article): Simplify.
10552
10553 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10554
10555         * gnus-art.el (gnus-default-article-saver):
10556         Add gnus-summary-write-body-to-file.
10557         (gnus-article-save-coding-system): Don't use coding system object
10558         in XEmacs.
10559         (gnus-read-save-file-name): Add optional `dir-var' argument which
10560         specifies directory in which files are saved; work even if optional
10561         `variable' argument is not specified.
10562         (gnus-summary-write-to-file): Read file name.
10563         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10564         (gnus-summary-write-body-to-file): New function.
10565
10566         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10567         (gnus-summary-local-variables): Add it.
10568         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10569         (gnus-summary-save-article): Remove optional `decode' argument;
10570         determine whether to decode articles by the value of
10571         gnus-default-article-saver; when saving many files using
10572         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10573         it first and use gnus-summary-save-in-file or
10574         gnus-summary-save-body-in-file thereafter unless
10575         gnus-prompt-before-saving is always; move point to article which
10576         will be saved.
10577         (gnus-summary-save-article-file): Revert.
10578         (gnus-summary-write-article-file): Revert.
10579         (gnus-summary-save-article-body-file): Revert.
10580         (gnus-summary-write-article-body-file): New function.
10581
10582 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10583
10584         * gnus-art.el (gnus-default-article-saver): Doc fix.
10585         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10586         from gnus-summary-save-article-coding-system, and default to a
10587         certain coding system.
10588         (gnus-output-to-file): Add coding cookie and encode text according
10589         to gnus-article-save-coding-system; don't use mm-append-to-file.
10590
10591         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10592         gnus-art.el and rename to gnus-article-save-coding-system.
10593         (gnus-summary-save-article): Require gnus-art; don't show all
10594         headers if it decodes articles; don't add coding cookie here;
10595         don't bind mm-text-coding-system-for-write.
10596         (gnus-summary-save-article-file): Save decoded articles.
10597         (gnus-summary-write-article-file): When saving many files, use
10598         gnus-summary-write-to-file first and gnus-summary-save-in-file
10599         thereafter unless gnus-prompt-before-saving is always.
10600         (gnus-summary-save-article-body-file): Save decoded articles.
10601
10602         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10603
10604 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10605
10606         * nnrss.el (nnrss-check-group): Bind hash-index.
10607
10608 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10609
10610         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10611         its hash index.  Store this hash in `nnrss-group-data'.
10612         (nnrss-read-group-data): Update accordingly.
10613
10614 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10615
10616         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10617         entry.
10618
10619         * gnus-sum.el (gnus-summary-make-menu-bar):
10620         Add gnus-article-browse-html-article.
10621
10622 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10623
10624         * gnus-sum.el (gnus-summary-mime-map):
10625         Add gnus-article-browse-html-article.
10626
10627         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10628
10629 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10630
10631         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10632         suitable coding systems in customize.
10633
10634 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10635
10636         * mail-source.el (mail-sources): Fix custom type.
10637
10638 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10639
10640         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10641         (gnus-summary-expire-articles-now): Shorten prompt.
10642
10643         * gmm-utils.el (wid-edit): Require.
10644         (defun-gmm): Rename from `gmm-defun-compat'.
10645         (gmm-image-search-load-path): Use it.
10646         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10647
10648 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10649
10650         * gnus-sum.el (gnus-summary-save-article-coding-system):
10651         New variable.
10652         (gnus-summary-save-article): Add optional `decode' argument.
10653         If it is set and gnus-summary-save-article-coding-system is non-nil,
10654         save decoded article.
10655         (gnus-summary-write-article-file): Save decoded article if
10656         gnus-summary-save-article-coding-system is non-nil.
10657
10658         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10659         type.
10660
10661 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10662
10663         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10664
10665 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10666
10667         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10668         first to test gnus-single-article-buffer which may be buffer-local.
10669
10670         * gnus-sum.el (gnus-summary-setup-buffer):
10671         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10672         group; make gnus-article-buffer, gnus-article-current, and
10673         gnus-original-article-buffer always buffer-local.
10674         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10675         group.
10676         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10677
10678 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10679
10680         * nnml.el (nnml-request-compact-group): Compressed files might not
10681         have .gz extension.
10682
10683 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10684
10685         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10686         (mm-copy-to-buffer): Use with-current-buffer.
10687         (mm-display-part): Simplify.
10688         (mm-inlinable-p): Add optional arg `type'.
10689
10690 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10691
10692         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10693         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10694         Try harder to show the attachment internally or externally using
10695         gnus-mime-view-part-as-type.
10696
10697 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10698
10699         * message.el (message-from-style, message-signature-separator)
10700         (message-user-organization-file, message-send-mail-function)
10701         (message-citation-line-function, message-yank-prefix)
10702         (message-indent-citation-function, message-signature)
10703         (message-signature-file, message-signature-insert-empty-line):
10704         Remove autoloads.
10705
10706         * gnus-art.el (gnus-buttonized-mime-types):
10707         Remove "multipart/signed".  Revert 2006-04-26 change.
10708
10709 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10710
10711         * gnus.el (gnus-version-number): Bump version.
10712
10713 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10714
10715         * gnus.el: No Gnus v0.5 is released.
10716
10717 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10718
10719         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10720         fetching articles by message-id.
10721
10722 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10723
10724         * message.el (hashcash): Require hashcash as normal.
10725
10726         * ecomplete.el (ecomplete-highlight-match-line):
10727         Use point-at-eol.
10728         (ecomplete-highlight-match-line): Use `highlight', because that
10729         face exists in both Emacs and XEmacs.
10730
10731         * message.el (message-display-abbrev): Use point-at-bol.
10732
10733         * mail-source.el: Don't require timer/timer-funcs.
10734
10735         * gnus-async.el: Ditto.
10736
10737         * password.el: Ditto.
10738
10739         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10740
10741         * mm-url.el: Ditto.
10742
10743         * gnus-xmas.el: Don't require timer-funcs.
10744
10745         * mm-util.el: Require timer/timer-funcs.
10746
10747 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10748
10749         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10750         Close.
10751
10752 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10753
10754         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10755         unibyte after clear-decrypt function runs.
10756
10757         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10758         returns as a unibyte string.
10759
10760 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10761
10762         * lpath.el: Revert.
10763
10764         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10765         (pgg-gpg-process-sentinel): Revert.
10766
10767         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10768         (pgg-pgp-lookup-key): Revert.
10769
10770         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10771         (pgg-pgp5-lookup-key): Revert.
10772
10773         * pgg.el (pgg-fetch-key): Revert.
10774
10775 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10776
10777         * lpath.el: Fbind string-as-multibyte for XEmacs.
10778
10779         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10780         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10781         (mml1991-pgg-encrypt): Ditto.
10782
10783         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10784         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10785         a multibyte buffer.
10786
10787         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10788         (pgg-pgp-lookup-key): Ditto.
10789
10790         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10791         (pgg-pgp5-lookup-key): Ditto.
10792
10793         * pgg.el (pgg-fetch-key): Ditto.
10794
10795 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10796
10797         * message.el (message-user-organization-file): Check several
10798         locations of the organization file.
10799
10800         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10801         Add gnus-article-view-part-as-type.
10802
10803         * gnus-art.el (gnus-article-view-part-as-type): New function.
10804
10805         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10806         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10807
10808         * mml.el: Simplify autoload.
10809         (mml-mode): defvar dnd-protocol-alist instead of using
10810         symbol-value.
10811         (mml-default-directory): New variable.
10812         (mml-minibuffer-read-file): Use it.
10813         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10814
10815         * message.el (message-citation-line-format): New variable.
10816         (message-insert-formated-citation-line): New function.
10817         (message-citation-line-function):
10818         Add `message-insert-formated-citation-line' to custom type.
10819
10820         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10821         to doc string.
10822
10823         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10824         depending on mm-verify-option.
10825
10826 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10827
10828         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10829         binding pgg-* variables; reimplement the section which prevents
10830         MIME header from being signed.
10831         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10832         pgg-text-mode; remove a blank line at the top of body.
10833
10834         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10835         lines at the top of body; use gnus-newsgroup-charset if there's no
10836         Charset header.
10837
10838 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10839
10840         * message.el (message-self-insert-commands): Doc fix.
10841
10842         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10843         (mm-uu-pgp-encrypted-test): Ditto.
10844         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10845         between header and body; return application/pgp-encrypted handle
10846         if decryption failed; decode decrypted body by charset.
10847
10848         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10849         element match to application/pgp-*.
10850
10851 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10852
10853         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10854         HTML.
10855
10856 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10857
10858         * mail-source.el (mail-source-call-script): Message the error
10859         string.
10860
10861 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10862
10863         * gnus-util.el (gnus-byte-compile): Use it.
10864
10865 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10866
10867         * gnus-util.el (kill-empty-logs): New function.
10868
10869 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10870
10871         * message.el (message-mail-alias-type): Doc fix.
10872         (message-mail-alias-type-p): New function.
10873         (message-send): Use it.
10874         (message-mode): Ditto.
10875         (message-strip-forbidden-properties): Ditto.
10876
10877         * ecomplete.el (ecomplete-database-file-coding-system):
10878         New variable.
10879         (ecomplete-save): Use it.
10880         (ecomplete-setup): Use it.
10881
10882 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10883
10884         * message.el (message-self-insert-commands): New variable.
10885         (message-strip-forbidden-properties): Use it.
10886
10887 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10888
10889         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10890         that doesn't make XEmacs choke.
10891
10892 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10893
10894         * gnus-util.el (gnus-replace-in-string):
10895         Prefer replace-regexp-in-string over of replace-in-string.
10896
10897 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10898
10899         * gnus-util.el (gnus-select-frame-set-input-focus):
10900         Use select-frame-set-input-focus if it is available in XEmacs; use
10901         definition defined in Emacs 22 for old Emacsen.
10902
10903         * dgnushack.el: Autoload unmorse-region for XEmacs.
10904
10905         * lpath.el: Bind cursor-in-non-selected-windows and
10906         select-frame-set-input-focus for XEmacs.
10907
10908 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10909
10910         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10911
10912 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10913
10914         * gnus-registry.el (gnus-registry-cache-save): Remove text
10915         properties when saving via the temp buffer.
10916
10917 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10918
10919         * message.el (message-generate-hashcash): Honor custom type.
10920
10921 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10922
10923         * message.el (message-generate-hashcash): Default to non-nil when
10924         hashcash is found.
10925
10926         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10927         (gnus-refer-thread-limit): Increase default to 500.
10928
10929         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10930
10931         * flow-fill.el (fill-flowed): Allow delete-space.
10932
10933 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10934
10935         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10936         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10937         Remove autoloads.
10938
10939 2006-04-18  Simon Josefsson  <jas@extundo.com>
10940
10941         * message.el (message-generate-hashcash): Default to.
10942
10943 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10944
10945         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10946         concatenating segments rather than before concatenating them.
10947
10948 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10949
10950         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10951
10952 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10953
10954         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10955
10956         * message.el (message-forward-make-body-plain):
10957         Allow message-forward-ignored-headers to be a list.
10958         (message-remove-ignored-headers): Factor out into function.
10959         (message-forward-make-body-mml): Use it.
10960
10961         * imap.el (imap-quote-specials): New function.
10962         (imap-login-auth): Quote specials.
10963
10964         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10965         (rfc2231-parse-string): Allow concatanation of parameters that
10966         aren't contiguous.  The test case is
10967           (mail-header-parse-content-type "message/external-body;
10968             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10969             access-type=LOCAL-FILE;
10970             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10971
10972 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10973
10974         * nntp.el (nntp-accept-process-output): Return the value of
10975         `nnheader-accept-process-output'.
10976
10977 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10978
10979         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10980         (gnus-button-alist): Recognize more diff formats.
10981         (gnus-button-patch): Strip directory.
10982
10983 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10984
10985         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10986         Emacs 22 when setting focus.
10987
10988 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10989
10990         * gnus-art.el (gnus-article-treat-types): Do treatment of
10991         text/x-verbatim parts.
10992         (gnus-button-patch): New command.
10993
10994         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10995         addresses that contain invalid characters.
10996
10997 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10998
10999         * message.el (message-put-addresses-in-ecomplete):
11000         Use gnus-replace-in-string.
11001         (message-is-yours-p): Use the more correct
11002         mail-header-parse-address instead of
11003         mail-extract-address-components.
11004         (message-put-addresses-in-ecomplete): Fix typo.
11005
11006         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11007         keystroke.
11008
11009         * gnus-art.el (gnus-treatment-function-alist): Change order of
11010         newsgroups/generic header folding to avoid double-folding.
11011
11012         * message.el (message-hidden-headers): Add X-Draft-From.
11013
11014         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11015         New command.
11016         (gnus-summary-repeat-search-article-backward): New command.
11017
11018         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11019         groups in the parent topic.
11020
11021 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11022
11023         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11024         (spam-extra-header-to-number): Return the CRM114 number as a
11025         number instead of a string.
11026
11027 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11028
11029         * gnus-art.el (gnus-face-properties-alist): Move here from
11030         gnus-fun.
11031
11032         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11033
11034 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11035
11036         * message.el (message-strip-forbidden-properties): Only display on
11037         self-insert-command.
11038
11039         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11040         reindent.
11041         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11042
11043 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11044
11045         * smiley.el (smiley-style): Fix typo.
11046
11047 2006-03-23  Kenichi Handa  <handa@m17n.org>
11048
11049         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11050         instead of set-buffer-multibyte.
11051
11052 2006-03-23  Kenichi Handa  <handa@m17n.org>
11053
11054         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11055         buffer and then decode the buffer text if necessary.
11056         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11057         first, and after mm-encode-body, change the buffer to unibyte.
11058
11059 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11060
11061         * hashcash.el (hashcash-insert-payment-async-2):
11062         Use message-goto-eoh instead of doing it manually.
11063         (mail-add-payment): Use message-narrow-to-header instead of trying
11064         to do the same itself.
11065
11066         * message.el (message-hidden-headers): Add Face.
11067
11068         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11069         reparenting code.
11070         (gnus-summary-reparent-children): Refactored out code.
11071         (gnus-summary-thread-map): New keystroke.
11072         (gnus-summary-reparent-children): Make into command.
11073
11074         * smiley.el (smiley-style): Default to `medium' if using a large
11075         font.
11076
11077         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11078         does it itself.
11079
11080         * message.el (message-point-in-header-p): Simplify definition.
11081
11082 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11083
11084         * nnagent.el (nnagent-request-set-mark): Silence log file
11085         writing.
11086         (nnagent-request-set-mark): Use write-region instead of
11087         append-to-file.
11088
11089         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11090         strange select method.
11091
11092         * ecomplete.el (ecomplete-display-matches): Get highlightling
11093         right.
11094         (ecomplete-display-matches): Use literals.
11095         (ecomplete-display-matches): Disable message logging.
11096
11097         * message.el (message-display-abbrev): Small optimization.
11098
11099         * ecomplete.el (ecomplete-display-matches): Allow automatic
11100         display.
11101
11102         * message.el (message-strip-forbidden-properties):
11103         Display abbrevs.
11104         (message-display-abbrev): Get automatic display right.
11105
11106         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11107         keystrokes.
11108
11109 2006-04-13  Romain Francoise  <romain@orebokech.com>
11110
11111         TODO: Backport to v5-10!
11112
11113         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11114         Move here (and rename) from gnus-registry.el.
11115
11116         * gnus-registry.el: Require gnus-util.
11117         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11118
11119 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11120
11121         * gnus-group.el (gnus-group-catchup-current):
11122         Change if-then-else-if-then-else into cond.
11123         (gnus-group-catchup): Indent.
11124         (group-name-at-point): New function.
11125         (gnus-fetch-group): Provide default from thing at point.
11126
11127 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11128
11129         * message.el (message-display-abbrev): Fix regexp.
11130
11131         * ecomplete.el (ecomplete-highlight-match-line):
11132         Reimplement choosing.
11133         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11134         dead variables.
11135
11136         * message.el (message-newline-and-indent): Remove debugging.
11137         (message-display-abbrev): Use new implementation.
11138
11139 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11140
11141         * gnus-art.el (gnus-article-mode):
11142         Set cursor-in-non-selected-windows to nil.
11143
11144         * smiley.el: Revert previous change.
11145         (smiley-data-directory): defvar it before using it in the
11146         defcustom of `smiley-style'.
11147
11148 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11149
11150         * message.el (message-newline-and-indent): New function.
11151
11152         * ecomplete.el: Implement more bits.
11153
11154         * message.el (message-put-addresses-in-ecomplete): Clean up the
11155         string.
11156
11157         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11158
11159         * gnus-sum.el (gnus-summary-save-parts):
11160         Bind gnus-summary-save-parts-counter and use it to make unique file
11161         names.
11162
11163         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11164
11165         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11166         parameter to say whether to actually parse the individual
11167         addresses.
11168
11169         * message.el (message-put-addresses-in-ecomplete): New function.
11170         (ecomplete): Require.
11171         (message-mail-alias-type): Add ecomplete as an option.
11172
11173 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11174
11175         * flow-fill.el (fill-flowed): Remove trailing space from blank
11176         quoted lines.
11177
11178 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11179
11180         * smiley.el (smiley-style): Move definition later to avoid a
11181         compilation warning.
11182
11183 2006-04-12  Kenichi Handa  <handa@m17n.org>
11184
11185         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11186         buffer and then decode the buffer text if necessary.
11187         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11188         first, and after mm-encode-body, change the buffer to unibyte.
11189         Use mm-disable-multibyte instead of set-buffer-multibyte.
11190
11191 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11192
11193         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11194         Content-Type header instead of Content-Disposition header.
11195         (gnus-mime-inline-part): Ditto.
11196         (gnus-mime-view-part-as-charset): Ignore charset that the part
11197         specifies.
11198
11199         * mm-decode.el (mm-display-part): Work with external parts and
11200         usual parts similarly.
11201
11202         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11203         instead of gnus-display-mime.
11204
11205         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11206         instead of with-temp-buffer.
11207
11208         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11209         tag to summarized topics part in order to encode non-ASCII text.
11210
11211 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11212
11213         * smiley.el (smiley-style): New variable.
11214         (smiley-directory): New function.
11215         (smiley-data-directory): Derive from `smiley-style' using
11216         `smiley-directory'.
11217         (smiley-regexp-alist): Add new entries.
11218
11219         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11220         (gnus-article-browse-delete-temp): Add :version.
11221
11222 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11223
11224         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11225         the sieve region.
11226
11227 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11228
11229         * gnus.el (gnus-version-number): Bump version.
11230
11231 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11232
11233         * gnus.el: No Gnus v0.4 is released.
11234
11235 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11236
11237         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11238         layout.
11239
11240         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11241         unknown charset.
11242
11243         * message.el (message-header-synonyms): Add Original-To to the
11244         default.
11245
11246         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11247         optional parameter.
11248
11249 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11250
11251         * gnus-fun.el (gnus): Require it for gnus-directory.
11252
11253 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11254
11255         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11256
11257 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11258
11259         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11260
11261 2006-04-05  Simon Josefsson  <jas@extundo.com>
11262
11263         * password.el (password-reset): New function.
11264
11265 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11266
11267         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11268         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11269
11270 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11271
11272         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11273         Some whitespace was matched into the url, which broke browsing hits
11274         > 100 when mm-url-use-external was nil.
11275
11276 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11277
11278         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11279         Check gnus-extra-headers for 'Newsgroups.
11280
11281         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11282         bound.
11283
11284 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11285
11286         * pgg-gpg.el: Clean up process buffers every time gpg processes
11287         complete.
11288
11289 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11290
11291         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11292         doc string.
11293
11294 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11295
11296         * pgg-gpg.el (pgg-gpg-process-filter)
11297         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11298
11299         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11300         lines, temporary fix.
11301
11302 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11303
11304         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11305
11306 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11307
11308         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11309         default-enable-multibyte-characters.  This reverts the change from
11310         revision 6.17 which is no longer necessary because the passphrase
11311         is sent separately now.  GnuPG messages are unreadable under
11312         multibyte locales with default-enable-multibyte-characters set to
11313         nil.
11314
11315 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11316
11317         * message.el (message-tool-bar-gnome): Move "spell".
11318
11319 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11320
11321         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11322         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11323         instead.
11324
11325 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11326
11327         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11328         Improve newsgroups handling for NNTP overviews which don't include
11329         Newsgroups.
11330
11331 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11332
11333         * message.el (message-resend): Bind message-generate-hashcash to nil.
11334
11335 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11336
11337         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11338         when searching for already-paid recipients.
11339
11340 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11341
11342         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11343         passphrases when it is not needed.
11344         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11345         passphrase stuff from gpg, should only be necessary when you use
11346         gpg with a smartcard.
11347
11348 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11349
11350         * mml.el (mml-insert-mime): Ignore cached contents of
11351         message/external-body part.
11352
11353         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11354         (mm-insert-part): Ditto.
11355
11356 2006-03-23  Simon Josefsson  <jas@extundo.com>
11357
11358         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11359         Reiner.
11360         (pgg-gpg-use-agent-p): Use it again.
11361
11362 2006-03-23  Simon Josefsson  <jas@extundo.com>
11363
11364         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11365         older emacsen.
11366         (pgg-gpg-use-agent-p): Don't use it.
11367
11368 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11369
11370         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11371         if we can.
11372
11373 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11374
11375         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11376         (pgg-gpg-update-agent): New function.
11377         (pgg-gpg-use-agent-p): New function.
11378         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11379         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11380         (pgg-gpg-sign-region): Use it.
11381
11382 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11383
11384         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11385         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11386
11387 2006-03-21  Simon Josefsson  <jas@extundo.com>
11388
11389         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11390         <wilde@sha-bang.de>.
11391         (pgg-gpg-use-agent): New variable.
11392         (pgg-gpg-process-region): Use it.
11393         (pgg-gpg-encrypt-region): Likewise.
11394         (pgg-gpg-encrypt-symmetric-region): Likewise.
11395         (pgg-gpg-decrypt-region): Likewise.
11396         (pgg-gpg-sign-region): Likewise.
11397         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11398
11399 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11400
11401         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11402
11403         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11404         Add comment on version.
11405
11406 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11407
11408         * smiley.el: Add missing test smiley.
11409
11410 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11411
11412         * mm-decode.el (mm-with-part): New macro.
11413         (mm-get-part): Use it; work with message/external-body as well.
11414         (mm-save-part): Treat name and filename equally.
11415
11416         * mm-extern.el (mm-extern-cache-contents): New function.
11417         (mm-inline-external-body): Use it; force the part to be displayed;
11418         move undisplayer added to the cached handle to the parent.
11419
11420         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11421         (gnus-mime-view-part-as-type): Work with message/external-body.
11422
11423         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11424
11425 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11426
11427         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11428         images in image-load-path.  [Sync with image.el, revision 1.60, in
11429         Emacs.]
11430
11431 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11432
11433         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11434         path rather than symbol.  Always return list of directories.
11435         Guarantee that image directory comes first.  [Sync with image.el,
11436         revision 1.59, in Emacs.]
11437
11438         * message.el (message-make-tool-bar): Adjust to new API of
11439         `gmm-image-load-path-for-library'.
11440
11441         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11442
11443         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11444
11445 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11446
11447         * gnus-art.el (gnus-article-only-boring-p):
11448         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11449         intangible text.
11450         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11451
11452 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11453
11454         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11455         Use `defun' instead of `gmm-defun-compat'.
11456
11457 2006-03-14  Simon Josefsson  <jas@extundo.com>
11458
11459         * message.el (message-unique-id): Don't use message-number-base36
11460         if (user-uid) is a float.
11461         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11462
11463 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11464
11465         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11466
11467         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11468         empty line between a part and a message part.
11469
11470 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11471
11472         * smiley.el: Add more test smileys.
11473         (smiley-data-directory, smiley-regexp-alist)
11474         (gnus-smiley-file-types): Fix doc strings.
11475         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11476         adding new elements.
11477         (smiley-mouse-map): Unused code.  Make it a comment.
11478
11479 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11480
11481         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11482         scan latest NoCeM messages instead of old ones.
11483         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11484         delimiters that are recently used.
11485         (gnus-nocem-load-cache): Add autoload cookie.
11486
11487         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11488
11489         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11490         level which is larger than gnus-use-nocem is specified.
11491
11492         * gnus-group.el (gnus-group-get-new-news): Ditto.
11493
11494 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11495
11496         * gnus-util.el (gnus-tool-bar-update): New function.
11497
11498         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11499         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11500
11501         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11502
11503         * gnus-group.el (gnus-group-redraw-when-idle)
11504         (gnus-group-redraw-check): Remove.
11505         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11506
11507 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11508
11509         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11510         if optional last element is specified in splits (FIELD VALUE...).
11511
11512 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11513
11514         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11515         to gmm-image-load-path-for-library.  Call with no-error argument.
11516         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11517
11518         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11519
11520         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11521
11522         * gmm-utils.el (gmm-image-load-path): Remove alias.
11523
11524 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11525
11526         * gmm-utils.el (gmm-image-load-path): Add alias.
11527
11528         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11529         nnml-generate-nov-databases-1.
11530         (nnml-generate-nov-databases): Use it.
11531         (nnml-generate-nov-databases-directory): Document no-active
11532         argument.
11533
11534         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11535         directory if path is t.  Add no-error.
11536
11537         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11538         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11539
11540         * gnus-art.el (gnus-article-browse-delete-temp-files):
11541         Simplify resetting gnus-article-browse-html-temp-list.
11542
11543         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11544         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11545         Add example to docstring.  Rename local variables.  Move error
11546         checks to default case in cond and simplify.
11547
11548 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11549
11550         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11551         handle is multipart when calling it recursively.
11552         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11553
11554 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11555
11556         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11557         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11558
11559 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11560
11561         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11562         is loaded.
11563
11564         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11565         loaded.
11566
11567 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11568
11569         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11570         to "Emacs 23 (unicode)" in doc string.
11571
11572         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11573         "Emacs 23 (unicode)" in comment.
11574
11575 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11576
11577         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11578
11579         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11580         characters 160 through 255 in Emacs 23.
11581
11582 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11583
11584         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11585         gnus-article-browse-html-temp.
11586         (gnus-article-browse-delete-temp): Make it customizable.
11587         Add `file'.  Adjust doc string.
11588         (gnus-article-browse-delete-temp-files): Add argument.
11589         Allow query for each file.  Adjust doc string.
11590         (gnus-article-browse-html-parts):
11591         Add `gnus-article-browse-delete-temp-files' to
11592         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11593
11594 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11595
11596         * gnus-art.el (gnus-article-browse-html-temp)
11597         (gnus-article-browse-delete-temp): New variables.
11598         (gnus-article-browse-delete-temp-files): New function.
11599         (gnus-article-browse-html-parts): Use it.
11600
11601 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11602
11603         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11604
11605         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11606         string.
11607
11608         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11609         gnus-summary-insert-new-articles when unplugged.
11610         Remove gnus-summary-search-article-forward.
11611
11612         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11613         display-visual-class instead of display-color-cells.
11614
11615 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11616
11617         * dgnushack.el: Autoload customize-group for XEmacs.
11618
11619         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11620         message/* containing non-ASCII text properly.
11621
11622 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11623
11624         * message.el: Require gmm-utils, remove autoloads.
11625         (message-tool-bar): Set default based on
11626         gmm-tool-bar-style.
11627         (message-tool-bar-gnome): Add gmm-customize-mode.
11628
11629         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11630         gmm-tool-bar-style.
11631         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11632
11633         * gnus-group.el (gnus-group-tool-bar): Set default based on
11634         gmm-tool-bar-style.
11635         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11636
11637         * gmm-utils.el (gmm-image-directory): Rename variable from
11638         gmm-image-load-path.
11639         (gmm-image-load-path): Use gmm-image-directory.
11640         (gmm-customize-mode): New function.
11641         (gmm-tool-bar-style): New variable.
11642
11643         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11644         gnus-group-redraw-line-number.
11645         (gnus-group-redraw-check): Simplify.
11646         (gnus-group-tool-bar-update): Remove redraw check.
11647         (gnus-group-make-tool-bar): Add redraw check.
11648
11649 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11650
11651         * gnus-art.el (gnus-button): Add missing parentheses.
11652
11653 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11654
11655         * lpath.el: Fbind line-number-at-pos.
11656
11657 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11658
11659         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11660
11661 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11662
11663         * gnus-art.el (gnus-button): New face.
11664         (gnus-article-button-face): Use it.
11665
11666         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11667         Add gnus-summary-next-page.  Re-order.
11668
11669         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11670         next-node are now included.
11671         (gnus-group-redraw-line-number): New internal variable.
11672         (gnus-group-redraw-check): Helper function for updating the tool
11673         bar.
11674         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11675
11676         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11677
11678         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11679         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11680         Use it to match format of Spamassassin 3.0 and later.
11681         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11682         (spam-check-bogofilter)
11683         (spam-bogofilter-register-with-bogofilter): Fix args of
11684         `gnus-error' calls.
11685
11686 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11687
11688         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11689         unnecessary interaction when sending queued mails.
11690         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11691
11692 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11693
11694         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11695         first or last are nil.
11696
11697 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11698
11699         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11700
11701 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11702
11703         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11704
11705 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11706
11707         * dns.el (query-dns): Protect more against buggy tcp output.
11708
11709 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11710
11711         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11712         nov.php.
11713
11714 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11715
11716         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11717         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11718         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11719         output on the server side.
11720         (nnweb-google-create-mapping): Update regexps and add some
11721         progress indication.
11722
11723 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11724
11725         * gnus-group.el (gnus-group-tool-bar-gnome):
11726         Fix gnus-agent-toggle-plugged.  Re-order icons.
11727         (gnus-group-tool-bar-gnome):
11728         Add gnus-group-{prev,next}-unread-group.
11729         (gnus-group-tool-bar-gnome): Re-order icons.
11730
11731         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11732         Move gnus-summary-insert-new-articles.
11733
11734         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11735         Fix comments.
11736
11737         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11738         also available in Emacs 21.3.
11739
11740         * message.el (message-fix-before-sending): Change "Emacs 22" to
11741         "Emacs 23 (unicode)" in comment.
11742
11743         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11744         "Emacs 23 (unicode)" in comment.
11745
11746         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11747         comment.
11748         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11749
11750         * mm-view.el (mm-fill-flowed): Add :version.
11751
11752 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11753
11754         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11755         and load-path.
11756
11757 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11758
11759         * message.el: Autoload gmm-image-load-path.
11760         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11761         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11762         consitency.
11763
11764         * gmm-utils.el (gmm-image-load-path): Also search in
11765         "../etc/images".  Don't set gmm-image-load-path if we don't find
11766         the image.
11767
11768 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11769
11770         * gmm-utils.el (gmm-image-load-path): Don't make
11771         `gmm-image-load-path' include subdirectories which the second arg
11772         `image' might specify.
11773
11774         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11775         subdirectory to icon file names.
11776
11777         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11778
11779 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11780
11781         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11782         gmm-image-load-path calls.
11783
11784         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11785
11786         * message.el (message-make-tool-bar): Ditto.
11787
11788         * mml.el (mml-preview): Add comment concerning tool bar icons.
11789
11790         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11791         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11792
11793         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11794         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11795
11796         * message.el (message-tool-bar-gnome): Use new icon names.
11797         (message-make-tool-bar): Use `gmm-image-load-path'.
11798
11799         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11800         New functions from MH-E.
11801         (gmm-image-load-path): New variable from MH-E.
11802         (gmm-image-load-path): New function from MH-E.  Add arguments
11803         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11804         *-image-load-path-called-flag.
11805
11806 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11807
11808         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11809
11810 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11811
11812         * nnimap.el (nnimap-request-move-article): Change folder back to
11813         source group before deleting.
11814
11815 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11816
11817         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11818
11819         * gnus-art.el (mm-url-insert-file-contents-external):
11820         Autoload mm-url.
11821
11822         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11823
11824 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11825
11826         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11827         coding system which mm-charset-to-coding-system returns for a
11828         given charset is valid.
11829
11830 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11831
11832         * html2text.el (html2text-remove-tag-list):
11833         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11834
11835 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11836
11837         * gnus-cus.el: Revert 2005-10-17 change.
11838
11839 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11840
11841         * gnus-art.el (article-strip-banner):
11842         Call article-really-strip-banner only when the regexp match is made.
11843
11844 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11845
11846         * gnus-art.el (article-strip-banner):
11847         Use gnus-extract-address-components instead of
11848         mail-header-parse-addresses to make it work with non-ASCII text;
11849         remove mail-encode-encoded-word-string.
11850
11851         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11852         values which are surrounded with \"...\"; make it never cause a
11853         Lisp error; give up parsing of parameters if it failed in
11854         extracting type.
11855
11856 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11857
11858         * smime.el (smime-cert-by-ldap-1): Fix bug where
11859         `smime-ldap-search' returns results without userCertificates.
11860
11861 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11862
11863         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11864
11865 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11866
11867         * spam.el (spam-check-spamassassin-headers): Adapt format for
11868         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11869         <ari@mbf.ocn.ne.jp>.
11870         (spam-list-of-processors): Add spam-use-gmane.
11871
11872 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11873
11874         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11875         make-temp-file; make it work with XEmacs as well.
11876
11877         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11878         mm-make-temp-file.
11879
11880         * mm-decode.el (mm-display-external): Use the 3rd arg of
11881         mm-make-temp-file.
11882         (mm-create-image-xemacs): Ditto.
11883
11884 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11885
11886         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11887         with message-narrow-to-headers.
11888         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11889         (gnus-draft-check-draft-articles): New function.
11890         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11891
11892 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11893
11894         * gnus-art.el (gnus-article-browse-html-parts):
11895         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11896         Don't use suffix argument for mm-make-temp-file for Emacs 21
11897         compatibility.  Remove useless `format'.
11898
11899 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11900
11901         * nnweb.el (nnweb-google-wash-article): Update regexps.
11902         (nnweb-group-alist): Use defvoo instead of defvar.
11903
11904 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11905
11906         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11907         re-loading nn* modules.
11908
11909 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11910
11911         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11912         for `tool-bar-mode' and don't check it's default-value.
11913
11914         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11915
11916         * message.el (message-make-tool-bar): Ditto.
11917
11918         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11919         `substring'.  Shorten tmp-file name.
11920
11921         * gnus.el: Remove bogus comment.
11922
11923 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11924
11925         * gnus-art.el (gnus-article-browse-html-parts): New function.
11926         (gnus-article-browse-html-article): New function for viewing html
11927         articles with a browser.
11928
11929 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11930
11931         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11932         in elisp.
11933         (pgg-gpg-encrypt-symmetric-region): Ditto.
11934         (pgg-gpg-sign-region): Ditto.
11935
11936         * pgg-def.el (pgg-text-mode): New variable.
11937
11938         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11939         (mml2015-pgg-encrypt): Ditto.
11940
11941         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11942         (mml1991-pgg-encrypt): Ditto.
11943
11944 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11945
11946         * nnfolder.el (nnfolder-insert-newsgroup-line):
11947         Use message-make-date instead of current-time-string.
11948
11949         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11950         to gnus-decoded which mm-uu might set.
11951
11952 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11953
11954         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11955         don't decode quoted parameters; remove misimported Emacs code.
11956         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11957         (rfc2231-decode-encoded-string): Don't use split-string which
11958         behaves differently according to Emacs version; use
11959         mm-decode-coding-region to convert charset to coding-system.
11960         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11961         (rfc2231-encode-string): Remove misimported Emacs code.
11962
11963 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11964
11965         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11966         when calling mail-header-parse-content-type.
11967         (article-de-quoted-unreadable): Ditto.
11968         (article-de-base64-unreadable): Ditto.
11969         (article-wash-html): Ditto.
11970
11971         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11972         calling mail-header-parse-content-type and
11973         mail-header-parse-content-disposition.
11974         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11975         mail-header-parse-content-type.
11976
11977         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11978         insert charset and format parameters; encode description after
11979         inserting it to buffer.
11980         (mml-insert-parameter): Fold lines properly even if a parameter is
11981         segmented into two or more lines; change the max column to 76.
11982
11983         * rfc1843.el (rfc1843-decode-article-body): Don't use
11984         ignore-errors when calling mail-header-parse-content-type.
11985
11986         * rfc2231.el (rfc2231-parse-string): Return at least type if
11987         possible; don't cause an error even if it fails in parsing of
11988         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11989         (rfc2231-encode-string): Don't break lines at the beginning, leave
11990         it to mml-insert-parameter.
11991
11992         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11993         calling mail-header-parse-content-type.
11994
11995 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11996
11997         * spam-report.el (spam-report-gmane-use-article-number):
11998         Improve doc string.
11999         (spam-report-gmane-internal): Check if a suitable header was found
12000         in the article.
12001
12002 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12003
12004         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12005         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12006
12007 2006-02-05  Romain Francoise  <romain@orebokech.com>
12008
12009         Update copyright notices of all files in the gnus directory.
12010
12011 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12012
12013         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12014
12015 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12016
12017         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12018         segmented lines of parameter value to cope with Thunderbird 1.5
12019         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12020         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12021         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12022
12023 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12024
12025         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12026         parts.
12027
12028 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12029
12030         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12031         there's only one active file for all servers.
12032         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12033         solid groups.  Gnus might have used a FAST request to select the group.
12034         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12035         and nnweb-search redundantly in the active file.
12036         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12037         (nnweb-request-create-group): Don't use ARGS.
12038         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12039         initialisations.  Let nnoo do the work.
12040
12041 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12042
12043         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12044         Say the part has been decoded.
12045
12046         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12047
12048 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12049
12050         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12051         mailcap-viewer-test-cache when there's no 'test clause, since that
12052         will invert the meaning of a "nil" test previously determined by
12053         mailcap-mailcap-entry-passes-test.
12054
12055 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12056
12057         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12058         compiling.
12059
12060         * gnus-sum.el: Ditto.
12061
12062         * message.el: Don't bind tool-bar-map when compiling.
12063
12064 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12065
12066         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12067
12068 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12069
12070         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12071         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12072         current Google Groups.
12073
12074 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12075
12076         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12077         and tool-bar-mode.
12078
12079         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12080         and tool-bar-mode.
12081
12082         * message.el (message-tool-bar-update): Simplify.
12083         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12084
12085         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12086         gnus-summary-buffer.
12087         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12088         gnus-summary-reply.
12089
12090         * gmm-utils.el (gmm): Add :version.
12091
12092 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12093
12094         * Makefile.in (clean): New rule.
12095         (distclean): Use it.
12096
12097 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12098
12099         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12100         Don't autoload.
12101
12102 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12103
12104         * gmm-utils.el (gmm-verbose): Add :group.
12105
12106 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12107
12108         * message.el: Change some comments WRT tool-bars.
12109
12110         * gnus-sum.el (gnus-summary-tool-bar)
12111         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12112         (gnus-summary-tool-bar-zap-list): New variables.
12113         (gnus-summary-make-tool-bar): Complete rewrite using
12114         `gmm-tool-bar-from-list'.
12115
12116         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12117         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12118         New variables.
12119         (gnus-group-make-tool-bar): Complete rewrite using
12120         `gmm-tool-bar-from-list'.
12121         (gnus-group-tool-bar-update): New function.
12122
12123         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12124
12125 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12126
12127         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12128         is dissected into a single part of which the type is the same as
12129         the given one; decode charset.
12130
12131 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12132
12133         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12134         into alists as symbol not string, since that's what
12135         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12136         look for.
12137
12138 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12139
12140         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12141         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12142
12143         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12144
12145 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12146
12147         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12148         (gnus-xmas-mime-security-button-menu): New function.
12149
12150         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12151         (gnus-mime-security-button-menu): New definition.
12152         (gnus-mime-security-button-map): Use them.
12153         (gnus-mime-security-button-menu): New function.
12154         (gnus-insert-mime-security-button): Addition to help echo.
12155         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12156         (gnus-mime-security-pipe-part): New functions.
12157
12158         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12159         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12160
12161         * mm-decode.el (mm-handle-set-disposition): Remove.
12162         (mm-handle-set-description): Remove.
12163
12164 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12165
12166         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12167         (mm-w3m-standalone-supports-m17n-p): New function.
12168         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12169         w3m usage.
12170
12171         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12172         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12173
12174 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12175
12176         * message.el (message-tool-bar-zap-list):
12177         Use gmm-tool-bar-zap-list as custom type.
12178         (message-tool-bar-update): New function.
12179         (message-tool-bar, message-tool-bar-gnome)
12180         (message-tool-bar-retro): Add message-tool-bar-update.
12181         (message-tool-bar-gnome): Add flyspell-buffer.
12182
12183         * gnus-util.el (gnus-error): Describe `args'.
12184
12185         * gmm-utils.el (gmm-error): Describe `args'.
12186         (gmm-tool-bar-zap-list): New widget.
12187         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12188
12189 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12190
12191         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12192         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12193         the number of recursive calls.
12194
12195         * mm-decode.el (mm-handle-set-disposition): New macro.
12196         (mm-handle-set-description): New macro.
12197
12198 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12199
12200         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12201         encoding.
12202
12203 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12204
12205         * message.el (message-tool-bar-zap-list, message-tool-bar)
12206         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12207         (message-tool-bar-local-item-from-menu): Remove.
12208         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12209         (message-make-tool-bar): New function.
12210         (message-mode): Use `message-make-tool-bar'.
12211
12212         * gmm-utils.el: New file.
12213         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12214         (gmm-lazy): New widget copied from `nnmail.el'.
12215         (gmm-tool-bar-from-list): New function for creating customizable
12216         tool bars.
12217         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12218         output.
12219         (gmm): Add :prefix to defgroup.
12220
12221 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12222
12223         * gmm-utils.el (gmm-widget-p): New function.
12224
12225 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12226
12227         * mml.el (mml-attach-file): Describe `description' in doc string.
12228         (mml-menu): Add Emacs MIME manual and PGG manual.
12229
12230 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12231
12232         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12233
12234 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12235
12236         * nntp.el (nntp-end-of-line): Doc fix.
12237
12238 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12239
12240         * imap.el (imap-open): Handle case where buffer is a buffer
12241         object.
12242
12243 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12244
12245         * gnus-delay.el (gnus-delay): Don't autoload.
12246         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12247         to be re-loaded when customizing the `gnus-delay' group.
12248
12249 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12250
12251         * message.el (message-insert-citation-line): Use newlines.
12252
12253 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12254
12255         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12256         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12257         these routines, so the passphrase can be managed externally and
12258         passed in to the system.
12259         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12260         pgg-add-passphrase-to-cache function.
12261
12262         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12263         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12264         these routines, so the passphrase can be managed externally and
12265         passed in to the system.
12266         (pgg-pgp5-sign-region): Use new name of
12267         pgg-add-passphrase-to-cache function.
12268
12269 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12270
12271         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12272         part of the decoded armor to find the key-identifier.
12273         (pgg-gpg-lookup-key-owner): New function to return the
12274         human-readable identifier of a key owner.
12275         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12276         itself.
12277         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12278         the key value) if we have a key and can match it against a secret
12279         key.  Also, added a note pointing out fact that the prompt only
12280         indicates the first matching key.
12281
12282         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12283         pgg-decrypt-region.
12284         (pgg-add-passphrase-to-cache): Rename from
12285         `pgg-add-passphrase-cache' to reduce confusion (all callers
12286         changed).
12287         (pgg-remove-passphrase-from-cache): Rename from
12288         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12289         changed).
12290         (pgg-read-passphrase, pgg-add-passphrase-cache)
12291         (pgg-remove-passphrase-cache): Add informative docstrings.
12292         (pgg-decrypt): Convey provided passphrase in subordinate call to
12293         pgg-decrypt-region.
12294
12295 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12296
12297         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12298         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12299         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12300         'passphrase' argument, so the passphrase can be managed externally
12301         and then passed in to the system.
12302
12303         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12304         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12305         so the passphrase cache can be used reliably with identifiers
12306         besides a pgp packet's key id.
12307
12308         * pgg-gpg.el (pgg-gpg-encrypt-region)
12309         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12310         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12311         these routines, so the passphrase can be managed externally and
12312         passed in to the system.
12313
12314         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12315         'notruncate' argument, so the passphrase cache can be used
12316         reliably with identifiers besides a pgp packet's key id.
12317
12318 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12319
12320         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12321         symmetric encryption.
12322         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12323         encrypted session key.
12324         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12325         message ask for the passphrase in a proper way.
12326
12327         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12328         New user commands for symmetric encryption.
12329
12330 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12331
12332         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12333
12334         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12335
12336 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12337
12338         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12339
12340 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12341
12342         * mm-decode.el (mm-inlined-types): Add application/pgp.
12343         (mm-automatic-display): Ditto.
12344
12345         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12346         part as text.
12347
12348 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12349
12350         * nnrss.el: Update copyright.
12351         (nnrss-opml-import): Query whether to subscribe to each entry.
12352
12353         * gnus-art.el:
12354         * gnus-sum.el:
12355         * gnus-xmas.el:
12356         * messagexmas.el:
12357         * mm-uu.el:
12358         * mm-view.el: Update copyright.
12359
12360 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12361
12362         * message.el (message-info): New function.
12363         (message-mode-menu): Add it.
12364         Update copyright.
12365
12366         * ChangeLog: Fix and update copyright.
12367
12368 2006-01-13  Romain Francoise  <romain@orebokech.com>
12369
12370         * message.el (message-forward-subject-name-subject): Prefer the
12371         address to 'nowhere' if the sender has no name.
12372         Fix typo.  Update copyright year.
12373
12374 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12375
12376         * gnus-art.el (article-wash-html):
12377         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12378         (gnus-article-wash-html-with-w3m-standalone): New function.
12379
12380         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12381         mm-inline-text-html-render-with-w3m-standalone.
12382         (mm-text-html-washer-alist): Map w3m-standalone to
12383         gnus-article-wash-html-with-w3m-standalone.
12384         (mm-inline-text-html-render-with-w3m-standalone): New function.
12385
12386 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12387
12388         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12389         Improve LaTeX.
12390
12391 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12392
12393         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12394         (nnrss-request-article): Render text/plain parts as HTML.
12395
12396         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12397         the buffer.
12398
12399 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12400
12401         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12402         custom definition of `gnus-posting-styles'.
12403
12404         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12405         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12406
12407 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12408
12409         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12410         Use nntp for bug archive.
12411
12412 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12413
12414         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12415         parts.
12416         (nnrss-normalize-date): New function converts ISO 8601 date into
12417         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12418         (nnrss-check-group): Use it.
12419
12420 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12421
12422         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12423
12424         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12425         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12426         (nnrss-insert-w3): Ditto.
12427
12428 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12429
12430         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12431         the articles to be forwarded including the case where neither a
12432         number of articles nor a region is specified.
12433
12434 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12435
12436         * nnrss.el (nnrss-request-article): Fix last change; fill
12437         text/plain parts.
12438
12439 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12440
12441         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12442         in text/plain part.
12443         (nnrss-check-group): Don't add excessive newline to dc:subject.
12444
12445 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12446
12447         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12448         article.
12449
12450 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12451
12452         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12453         (nnml-use-compressed-files, nnml-save-mail): Support other
12454         comression programs such as bzip2.
12455
12456 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12457
12458         * dns.el (query-dns): Make sure we check the buffer size before
12459         removing tcp headers.
12460
12461 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12462
12463         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12464         remove MIME buttons associated with multipart/alternative parts.
12465         (gnus-mime-display-alternative): Tag buttons using `article-type'
12466         text property.
12467
12468         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12469         associated with multipart/alternative parts.
12470
12471         * gnus-art.el (gnus-signature-separator): Fix custom type.
12472
12473         * mm-decode.el (mm-inlined-types): Fix custom type.
12474         (mm-keep-viewer-alive-types): Ditto.
12475         (mm-automatic-display): Ditto.
12476         (mm-attachment-override-types): Ditto.
12477         (mm-inline-override-types): Ditto.
12478         (mm-automatic-external-display): Ditto.
12479
12480 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12481
12482         * spam-report.el (spam-report-user-mail-address)
12483         (spam-report-user-agent): New variables.
12484         (spam-report-url-ping-plain): Use spam-report-user-agent.
12485
12486 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12487
12488         * gnus-art.el (gnus-button-handle-custom): Do not just use
12489         `customize-apropos' for any "M-x customize-*" button but the
12490         function called for.  Accept both the function name and its
12491         argument in order to achieve this.
12492         (gnus-button-alist): Remove support for "custom:" URL's.
12493         Pass function name to `gnus-button-handle-custom' in case of "M-x
12494         customize-*" buttons.
12495
12496 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12497
12498         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12499         multipart/alternative and add xref to mm-discouraged-alternatives
12500         in doc string.
12501
12502         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12503         gnus-buttonized-mime-types in doc string.
12504
12505 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12506
12507         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12508         Suggest image/.* in the doc string.
12509
12510 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12511
12512         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12513         message-marks (Debian bug #342521).
12514
12515 2005-12-12  Simon Josefsson  <jas@extundo.com>
12516
12517         * password.el (password-read-from-cache): Add.
12518         (password-read): Use it.
12519
12520 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12521
12522         * rfc2047.el (rfc2047-charset-to-coding-system):
12523         Recognize us-ascii as a MIME charset.
12524
12525         * mm-bodies.el (mm-decode-content-transfer-encoding):
12526         Protect against the case where the 2nd arg TYPE is nil.
12527
12528 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12529
12530         * pop3.el (pop3-stream-type): Fix custom version.
12531
12532         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12533
12534 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12535
12536         * mm-decode.el (mm-display-external): Add missing cdr.
12537
12538 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12539
12540         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12541         RFC1524) if it is in mailcap or add a suffix according to
12542         mailcap-mime-extensions when generating a temp filename; postpone
12543         deleting a temp file for 2 seconds for some wrappers, shell
12544         scripts, and so on, which might exit right after having started a
12545         viewer command as a background job.
12546
12547 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12548
12549         * nntp.el (nntp-marks-directory): Fix custom group.
12550
12551         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12552         steps when < 10.
12553
12554         * gnus-start.el (gnus-no-server-1):
12555         Mention `gnus-level-default-subscribed' in doc string.
12556
12557 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12558
12559         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12560         parens.
12561
12562 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12563
12564         * gnus-xmas.el (gnus-use-toolbar): Revert.
12565         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12566         gnus-use-toolbar is default.
12567
12568         * messagexmas.el (message-use-toolbar): Revert.
12569         (message-setup-toolbar): Use global default-toolbar if
12570         message-use-toolbar is default.
12571
12572 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12573
12574         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12575         according to default-toolbar-visible-p.
12576
12577         * messagexmas.el (message-use-toolbar): Ditto.
12578
12579 2005-11-26  Dave Love  <fx@gnu.org>
12580
12581         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12582         (tls-program, tls-success): Provide openssl alternative.
12583
12584         * starttls.el: Doc fixes.
12585         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12586         SERVICE to PORT.
12587
12588         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12589         port null or service name.
12590         (starttls-negotiate): Autoload.
12591
12592 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12593
12594         * message.el (message-kill-to-signature): Fix interactive spec.
12595
12596 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12597
12598         * pop3.el (pop3-open-server): Recognize a string as a service name.
12599
12600 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12601
12602         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12603
12604 2005-11-23  Dave Love  <fx@gnu.org>
12605
12606         Add pop3s, pop3/starttls.
12607
12608         * pop3.el (pop3-authentication-scheme): Clarify doc.
12609         (open-tls-stream, starttls-open-stream): Autoload.
12610         (pop3-stream-type): New.
12611         (pop3-open-server): Use it.
12612
12613         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12614         for POP.
12615         (mail-source-keyword-map): Add :stream for POP.
12616         (mail-source-fetch-pop): Use pop3-stream-type.
12617
12618 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12619
12620         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12621         of current-time-string.
12622
12623 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12624
12625         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12626         date header.
12627
12628 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12629
12630         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12631         it can seriously impact performance as it bypasses the agent's
12632         local caches.
12633
12634 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12635
12636         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12637         must be explicitly online rather than "not explicitly offline" for
12638         its flags to be synchronized.
12639
12640         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12641         that gnus-uu-unmark-thread will function correctly.
12642
12643         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12644         1024K is instead displayed as 1M.
12645
12646 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12647
12648         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12649
12650 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12651
12652         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12653
12654 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12655
12656         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12657         error message to display actual error condition.
12658         (gnus-agent-save-local): Avoid saving symbols that are bound to
12659         nil as they simply result in a warning message in
12660         gnus-agent-read-local.
12661
12662 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12663
12664         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12665         rather than make-variable-buffer-local for file-precious-flag.
12666
12667 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12668
12669         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12670         for duplicates which are removed.  The invalid sort check then
12671         triggers a rescan after the sort as sorting may have moved
12672         duplicate entries such that they can be cheaply detected.
12673
12674 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12675
12676         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12677
12678 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12679
12680         * gnus-agent.el (gnus-agent-article-alist-save-format):
12681         Change internal variable to a custom variable.  Change default value
12682         from compressed(2) to uncompressed(1).
12683         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12684         support for uncompressed agentview files.  Taken together, reading
12685         the agentview file should now be 6-7 times faster.
12686
12687 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12688
12689         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12690         as a buffer-local variable.  This avoids creating truncated
12691         dribble files as a result of a hang up, eg.
12692
12693 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12694
12695         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12696         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12697         XEmacs.
12698
12699 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12700
12701         * gnus-start.el (gnus-start-draft-setup):
12702         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12703
12704         * gnus.el (gnus-splash): Change custom group.
12705         (gnus-group-get-parameter, gnus-group-parameter-value):
12706         Describe allow-list argument.
12707
12708         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12709         string.
12710
12711 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12712
12713         * gnus-art.el (gnus-default-article-saver): Add user-defined
12714         `function' to custom type.
12715
12716 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12717
12718         * imap.el (imap-open): Handle case where buffer is a buffer
12719         object.
12720
12721 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12722
12723         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12724         long lines.
12725         (gnus-cache-delete-group): Wrap doc strings.
12726
12727         * gnus-agent.el (gnus-agent-rename-group)
12728         (gnus-agent-delete-group): Wrap doc strings.
12729
12730 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12731
12732         * messagexmas.el (message-use-toolbar): Change the valid values
12733         into default, top, bottom, left, and right.
12734         (message-toolbar-thickness): New variable.
12735         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12736         well.
12737         (message-setup-toolbar): Make it work.
12738
12739         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12740         (gnus-use-toolbar): Change the valid values into default, top,
12741         bottom, left, and right.
12742         (gnus-toolbar-thickness): New variable.
12743         (gnus-xmas-setup-toolbar): New function.
12744         (gnus-xmas-setup-group-toolbar): Use it.
12745         (gnus-xmas-setup-summary-toolbar): Use it.
12746
12747 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12748
12749         * gnus-start.el (gnus-1): Add "native" to
12750         gnus-predefined-server-alist.
12751
12752         * gnus.el (gnus-method-to-server): Don't add "native" to the
12753         lists here, because that leads to problems when
12754         gnus-select-method is bound.
12755
12756 2005-11-09  Simon Josefsson  <jas@extundo.com>
12757
12758         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12759         use (not sort-by-date) instead.
12760
12761 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12762
12763         * gnus-delay.el (gnus-delay-group): Don't autoload.
12764         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12765         to be re-loaded when customizing the `gnus-delay' group.
12766
12767 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12768
12769         * message.el: Revert last changes.
12770         (message-insert-citation-line): Use newlines.
12771
12772 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12773
12774         * message.el (message-courtesy-message)
12775         (message-mark-insert-begin, message-mark-insert-end)
12776         (message-elide-ellipsis, message-cancel-message)
12777         (message-add-header, message-change-subject)
12778         (message-cross-post-followup-to-header)
12779         (message-cross-post-insert-note, message-reduce-to-to-cc)
12780         (message-widen-reply, message-delete-not-region)
12781         (message-kill-to-signature, message-insert-signature)
12782         (message-insert-importance-high, message-insert-importance-low)
12783         (message-insert-or-toggle-importance)
12784         (message-insert-disposition-notification-to)
12785         (message-indent-citation, message-yank-original)
12786         (message-cite-original-without-signature, message-cite-original)
12787         (message-insert-citation-line, message-position-on-field)
12788         (message-fix-before-sending, message-send-mail-partially)
12789         (message-send-mail, message-send-mail-with-sendmail)
12790         (message-send-mail-with-qmail, message-send-news)
12791         (message-check-news-header-syntax, message-generate-headers)
12792         (message-insert-courtesy-copy, message-fill-address)
12793         (message-fill-header, message-shorten-references)
12794         (message-setup-1, message-cancel-news)
12795         (message-forward-make-body-plain, message-forward-make-body-mime)
12796         (message-forward-make-body-mml, message-encode-message-body)
12797         (message-forward-make-body-digest-plain)
12798         (message-forward-make-body-digest-mime)
12799         (message-use-alternative-email-as-from): Insert `hard-newline'
12800         instead of ordinary newlines.
12801
12802 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12803
12804         * message.el (message-generate-headers): Downcase the argument
12805         given to message-check-element.
12806
12807 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12808
12809         * nntp.el (nntp-authinfo-rejected): New error condition.
12810         (nntp-wait-for): Use new error condition to signal authentication
12811         error.
12812         (nntp-retrieve-data): Rethrow new error condition to break out of
12813         recursive call to nntp-send-authinfo.
12814
12815 2005-11-08  Romain Francoise  <romain@orebokech.com>
12816
12817         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12818         (gnus-summary-exit-map): Bind to `Z p'.
12819         (gnus-summary-make-menu-bar): Add menu item.
12820
12821 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12822
12823         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12824         (gnus-treat-*): Add `first' in all doc strings.
12825
12826         * gnus-group.el (gnus-group-compact-group): Fix typo.
12827
12828 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12829
12830         * gnus.el (gnus-parameters-case-fold-search): New variable.
12831         (gnus-parameters-get-parameter): Use it.
12832
12833         * gnus-score.el (gnus-home-score-file): Doc fix.
12834
12835 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12836
12837         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12838
12839 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12840
12841         * mm-util.el (mm-special-display-p): New function.
12842
12843         * mml.el (mml-preview): Use it; doc fix.
12844
12845 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12846
12847         * imap.el (imap-open): Handle case where buffer is a buffer object.
12848
12849 2005-10-29  Romain Francoise  <romain@orebokech.com>
12850
12851         * message.el (message-fix-before-sending): Fix comment.
12852
12853 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12854
12855         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12856
12857 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12858
12859         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12860         Used in gnus-score.el.
12861
12862 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12863
12864         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12865
12866 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12867
12868         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12869         whitespace removed in revision 7.8.  Use concatenated string to
12870         protect trailing whitespace.
12871
12872 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12873
12874         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12875         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12876         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12877         Courier IMAP ("some version from 2004").  Mostly based on similar
12878         code in the same function.
12879
12880 2005-10-26  Didier Verna  <didier@xemacs.org>
12881
12882         * gnus-group.el (gnus-group-compact-group): Invalidate original
12883         article buffer.
12884         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12885         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12886         NOV database and in article itself.
12887         Invalidate article backlog.
12888
12889 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12890
12891         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12892
12893 2005-10-26  Simon Josefsson  <jas@extundo.com>
12894
12895         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12896         part of 2004-07-25 change.
12897
12898 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12899
12900         * message.el (message-display-completion-list): New function.
12901         (message-expand-group): Use it; make sure the Completions buffer
12902         is modifiable.
12903 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12904
12905         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12906         user-mail-name is an empty string.
12907
12908 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12909
12910         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12911         depending on gnus-score-decay-constant.
12912
12913         * encrypt.el (encrypt-insert-file-contents)
12914         (encrypt-write-file-contents): Don't use `gnus-message'.
12915
12916         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12917         arguments.
12918         (mm-uu-type-alist): Add message-marks and insert-marks.
12919         Pass arguments to mm-uu-verbatim-marks-extract.
12920         (mm-uu-hide-markers): New variable.
12921         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12922
12923         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12924         (gnus-convert-image-to-face-command): Use "convert" by default to
12925         allow other input image formats.
12926         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12927         accordingly.
12928
12929 2005-10-23  Simon Josefsson  <jas@extundo.com>
12930
12931         * imap.el (imap-gssapi-program): Align command line parameters
12932         with latest GNU SASL.
12933         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12934
12935 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12936
12937         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12938         HTML.
12939         (nnslashdot-request-article): Ditto.
12940
12941         * lpath.el (featurep): Add nobreak-char-display.
12942
12943 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12944
12945         * mail-source.el (mail-source-fetch-pop): Require pop3.
12946         (mail-source-check-pop): Ditto.
12947
12948 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12949
12950         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12951         errors.
12952
12953 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12954
12955         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12956         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12957
12958         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12959
12960         * mm-bodies.el (mm-decode-string):
12961         Call `mm-charset-to-coding-system' with allow-override argument.
12962
12963 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12964
12965         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12966         (rfc2047-charset-to-coding-system): New function.
12967         (rfc2047-decode-encoded-words): New function.
12968         (rfc2047-decode-region): Use them.
12969         (rfc2047-decode-cte): Remove.
12970         (rfc2047-parse-and-decode): Remove.
12971         (rfc2047-decode): Remove.
12972
12973 2005-10-15  Kenichi Handa  <handa@m17n.org>
12974
12975         * rfc2047.el (rfc2047-decode-cte): New function.
12976         (rfc2047-decode-region): Change the way to decode successive
12977         encoded-words: decode B- or Q-encoding in each encoded-word,
12978         concatenate them, and decode it as charset.
12979
12980 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12981
12982         * lpath.el: Fbind codepage-setup for XEmacs.
12983
12984 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12985
12986         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12987         widget-move-and-invoke.
12988         (gnus-custom-mode): Use gnus-custom-map.
12989
12990 2005-10-15  Bill Wohler  <wohler@newt.com>
12991
12992         * message.el (message-tool-bar-map): Rename image file from
12993         mail_send to mail/send.
12994
12995 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12996
12997         * message.el (message-expand-group): Pass the common
12998         prefix substring of completion to `display-completion-list'.
12999
13000 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13001
13002         * mml-sec.el (mml-secure-method): New internal variable.
13003         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13004         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13005         New functions using mml-secure-method.
13006
13007         * mml.el (mml-mode-map): Add key bindings for those functions.
13008         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13009         Harder <harder@myrealbox.com>.
13010         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13011         Goto end of message if point is the headers of the message.
13012
13013         * message.el (message-in-body-p): New function.
13014
13015         * assistant.el: Autoload gnus-util and netrc.
13016
13017         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13018         Use `mm-charset-override-alist' only when decoding.
13019
13020         * mm-bodies.el (mm-decode-body):
13021         Call `mm-charset-to-coding-system' with allow-override argument.
13022
13023         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13024         `filename' from Content-Disposition if Content-Type doesn't
13025         provide `name'.
13026         (gnus-mime-view-part-as-type): Set default instead of
13027         initial-input.
13028
13029 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13030
13031         * format-spec.el (format-spec): Propagate text properties of % spec.
13032
13033 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13034
13035         * gnus-art.el (gnus-treat-predicate): Add `first'.
13036
13037 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13038
13039         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13040         (mm-charset-override-alist): New variable.
13041         (mm-charset-to-coding-system): Use it.
13042         (mm-codepage-setup): New helper function.
13043         (mm-charset-eval-alist): New variable.
13044         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13045         Warn about unknown charsets.
13046
13047         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13048
13049 2005-10-04  David Hansen  <david.hansen@gmx.net>
13050
13051         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13052         (nnrss-check-group): Ditto.
13053
13054 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13055
13056         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13057         Rename x-gnus-verbatim to x-verbatim.
13058         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13059
13060         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13061         x-verbatim.
13062
13063         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13064
13065         * gnus-util.el (gnus-remove-duplicates): Remove.
13066
13067         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13068         instead of gnus-remove-duplicates.
13069
13070         * message.el (message-remove-duplicates): Remove.
13071         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13072         message-remove-duplicates.
13073
13074         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13075         available, else use implementation from `delete-dups'.
13076
13077         * message.el (message-insert-expires): New function.
13078         (message-mode-map): Add key binding.
13079         (message-mode-field-menu): Add menu entry.
13080         (message-mode): Document it.
13081         (message-make-expires-date): Use `message-make-date'.
13082
13083 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13084
13085         * message.el (message-make-expires-date): New function.
13086
13087 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13088
13089         * Makefile.in (list-installed-shadows): New entry.
13090         (install): Use it.
13091         (remove-installed-shadows): New entry.
13092
13093         * dgnushack.el (dgnushack-default-load-path): New variable.
13094         (dgnushack-find-lisp-shadows): New function.
13095         (dgnushack-remove-lisp-shadows): New function.
13096
13097 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13098
13099         * Makefile.in (install-el-elc): New entry.
13100         (install): Use it so that .el files are necessarily installed.
13101
13102 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13103
13104         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13105
13106 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13107
13108         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13109         function rather than the diff-mode.el package.
13110         (mm-display-external): Use with-current-buffer.
13111         (mm-viewer-completion-map, mm-viewer-completion-map):
13112         Move initialization inside declaration.
13113
13114 2005-09-29  Simon Josefsson  <jas@extundo.com>
13115
13116         * spam.el: Load hashcash when compiling, to avoid warnings.
13117         Don't autoload mail-check-payment.
13118         (spam-check-hashcash): Define unconditionally, since hashcash.el
13119         is part of Gnus now.  Ignore errors from payment checking.
13120
13121 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13122
13123         * message.el (message-bold-region, message-unbold-region):
13124         Rename from `bold-region' and `unbold-region'.
13125
13126         * message.el: Remove useless autoloads.
13127
13128 2005-09-28  Simon Josefsson  <jas@extundo.com>
13129
13130         * message.el (message-use-idna): Default to t.
13131         (message-use-idna): Test whether encoding works too.  Doc fix.
13132
13133 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13134
13135         * nntp.el (nntp-warn-about-losing-connection): Remove.
13136
13137 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13138
13139         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13140         customizable.  Change default value.
13141         (mm-uu-diff-groups-regexp): Change default value.
13142         (mm-uu-type-alist): Add doc string.
13143         (mm-uu-configure): Add doc string.  Make it interactive.
13144         (mm-uu-tex-groups-regexp): New variable.
13145         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13146         (mm-uu-type-alist): Add LaTeX documents.
13147         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13148         of "text/verbatim".
13149         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13150
13151         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13152         instead of "text/verbatim".
13153
13154         * message.el (message-mark-inserted-region)
13155         (message-mark-insert-file): Use slrn style marks when called with
13156         prefix argument.
13157
13158 2005-09-27  Simon Josefsson  <jas@extundo.com>
13159
13160         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13161
13162 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13163
13164         * message.el (message-remove-duplicates): New function.
13165         Implementation borrowed from `gnus-remove-duplicates'.
13166         (message-idna-to-ascii-rhs): Also encode idna addresses in
13167         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13168         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13169         only ask about the same idna domain once per header and also tell
13170         in what header to replace the idna domain.
13171
13172         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13173         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13174         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13175         a header is decoded and not just the last one.
13176
13177 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13178
13179         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13180         has been decoded.
13181
13182         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13183         (mm-insert-part): Don't modify text if it has been decoded.
13184
13185         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13186         decoded.
13187
13188         * mm-view.el (mm-inline-text): Don't strip text props unless
13189         decoding enriched or richtext parts.
13190
13191 2005-09-25  Romain Francoise  <romain@orebokech.com>
13192
13193         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13194         * gnus-start.el (gnus-subscribe-interactively):
13195         * gnus-uu.el (gnus-uu-grab-articles):
13196         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13197         space.
13198
13199 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13200
13201         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13202         * mm-view.el (mm-view-pkcs7-decrypt):
13203         * gnus-sum.el (gnus-summary-limit-to-extra)
13204         (gnus-summary-respool-article, gnus-read-move-group-name):
13205         * gnus-score.el (gnus-summary-increase-score):
13206         * gnus-util.el (gnus-completing-read-with-default):
13207         * gnus-art.el (gnus-read-save-file-name)
13208         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13209         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13210         * message.el (message-check-news-header-syntax):
13211         Follow convention for reading with the minibuffer.
13212
13213 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13214
13215         * spam-report.el (spam-report-url-ping-plain):
13216         Use gnus-extended-version as User-Agent.
13217
13218         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13219         default value is nil.
13220
13221         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13222         (mm-uu-verbatim-marks-extract): New function.
13223         (mm-uu-extract): New face.
13224         (mm-uu-copy-to-buffer): Use it.
13225
13226         * spam-report.el (spam-report-gmane-ham): Rename from
13227         `spam-report-gmane-unspam'.
13228         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13229         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13230
13231         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13232         Autoload.
13233         (spam-report-gmane-unregister-routine):
13234         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13235
13236 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13237
13238         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13239         (spam-report-gmane-unregister-routine): Add support for gmane
13240         unregistration.
13241
13242         * spam-report.el (spam-report-gmane-unspam)
13243         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13244         (spam-report-gmane): Change to take a single article and do unspam
13245         registration.
13246
13247 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13248
13249         * mm-url.el (mm-url-decode-entities): Fix regexp.
13250
13251 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13252
13253         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13254         default to nil, to be able to use Gnus at all.  If the default
13255         switches to something else, then the function should be fixed not
13256         be exceedingly slow.
13257
13258 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13259
13260         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13261         fail hard.
13262
13263         * spam-report.el: Add better Keywords line.
13264
13265         * spam.el: Add Maintainer and better Keywords line.
13266
13267 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13268
13269         * gnus-art.el (gnus-article-replace-part)
13270         (gnus-mime-replace-part): New functions.
13271         (gnus-mime-action-alist, gnus-mime-button-commands)
13272         (gnus-mime-save-part-and-strip): Add file argument.
13273         (gnus-article-part-wrapper): Add interactive argument.
13274
13275         * gnus-sum.el (gnus-summary-mime-map):
13276         Add `gnus-article-replace-part'.
13277
13278 2005-09-19  Didier Verna  <didier@xemacs.org>
13279
13280         The nnml compaction feature:
13281         * nnml.el (nnml-request-compact-group): New function.
13282         * nnml.el (nnml-request-compact): New function.
13283         * gnus-int.el (gnus-request-compact-group): New function.
13284         * gnus-int.el (gnus-request-compact): New function.
13285         * gnus-group.el (gnus-group-compact-group): New function.
13286         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13287         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13288         * gnus-srvr.el (gnus-server-compact-server): New function.
13289         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13290         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13291
13292 2005-09-18  Deepak Goel  <deego@gnufans.org>
13293
13294         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13295         format spec.
13296
13297 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13298
13299         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13300
13301 2005-09-15  Romain Francoise  <romain@orebokech.com>
13302
13303         * message.el (message-fill-paragraph): Clarify docstring.
13304
13305 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13306
13307         * gnus-art.el (gnus-mime-display-part): Protect against broken
13308         MIME messages.
13309
13310 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13311
13312         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13313         before parsing header.
13314
13315 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13316
13317         * html2text.el (html2text-replace-list): Add new entities.
13318
13319 2005-09-11  Romain Francoise  <romain@orebokech.com>
13320
13321         * message.el (message-alternative-emails): Improve docstring.
13322         (message-setup-1): Call `message-use-alternative-email-as-from'
13323         after `message-setup-hook' to give it precedence over posting
13324         styles, etc.
13325         (message-use-alternative-email-as-from): Add docstring.
13326         Remove the original From header if present.
13327
13328         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13329         (nnml-save-mail): Use it.
13330
13331         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13332         articles.  Add new argument `silent'.
13333         (gnus-uu-mark-all): Report the total number of marked articles.
13334
13335 2005-09-10  Romain Francoise  <romain@orebokech.com>
13336
13337         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13338         (gnus-uu-mark-series): Likewise.
13339
13340 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13341
13342         * spam-report.el (spam-report-gmane): Fix generation of spam
13343         report URL.
13344
13345 2005-09-10  Simon Josefsson  <jas@extundo.com>
13346
13347         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13348         t, based on discussion on the ding list with Robert Epprecht
13349         <epprecht@solnet.ch>.
13350
13351 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13352
13353         * spam-report.el (spam-report-gmane): Make it work without
13354         X-Report-Spam header.  Gmane now only provides Archived-At.
13355         This is only used if `spam-report-gmane-use-article-number' is nil.
13356         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13357
13358         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13359         make `gnus-summary-sort-by-recipient' work with threading.
13360
13361         * nnweb.el (nnweb-google-wash-article): Print a message if article
13362         is not available.
13363
13364 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13365
13366         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13367         change.  Decode text/* parts content before displaying.
13368
13369 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13370
13371         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13372
13373 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13374
13375         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13376
13377         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13378         url-package-name, url-package-version,
13379         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13380         w3m-display-inline-images, and w3m-minor-mode-map.
13381
13382 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13383
13384         * message.el (message-tab-body-function): Fix mismatched custom type.
13385
13386         * gnus.el (gnus-group-change-level-function): Ditto.
13387
13388         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13389
13390         * gnus-art.el (gnus-signature-limit)
13391         (gnus-article-mime-part-function): Ditto.
13392
13393 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13394
13395         * mml.el (mml-mode): Silence the byte compiler.
13396
13397         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13398         using `(sit-for 0)' before moving the point to the specified part;
13399         skip unbuttonized parts.
13400         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13401         return to the summary window if gnus-auto-select-part is non-nil.
13402
13403 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13404
13405         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13406         New variables.
13407         (mml-dnd-attach-file, mml-mode): Use them.
13408
13409         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13410         Make fetching article by MID work again for Google Groups.
13411         Add FIXME concerning gnus-group-make-web-group.
13412
13413         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13414         Don't depend on Gnus by using mail-extract-address-components if
13415         gnus-extract-address-components is not bound.
13416
13417 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13418
13419         * gnus-art.el (gnus-mime-display-security): Don't display the
13420         signature, but only the signed part.
13421
13422 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13423
13424         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13425
13426         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13427         list, not listp.
13428
13429 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13430
13431         * mm-encode.el (mm-encode-content-transfer-encoding):
13432         Likewise when encoding.
13433
13434         * mm-bodies.el (mm-decode-content-transfer-encoding):
13435         De-canonicalize CRLF for all text content types, not just
13436         text/plain.
13437
13438 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13439
13440         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13441         valid article; point arrow and cursor at the MIME button.
13442
13443 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13444
13445         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13446         Suggested by Dan Christensen <jdc@uwo.ca>.
13447
13448         * mm-decode.el (mm-save-part): Enable change of prompt.
13449
13450 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13451
13452         * gnus-msg.el (gnus-inews-add-send-actions):
13453         Make `message-post-method' lambda parameter ARG `&optional'.
13454
13455 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13456
13457         * gnus-sum.el (gnus-summary-mime-map):
13458         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13459         gnus-article-jump-to-part.
13460
13461         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13462         (gnus-article-edit-part): Use it.
13463         (gnus-article-part-wrapper): Add no-handle argument.
13464         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13465         New functions.
13466
13467 2005-08-29  Romain Francoise  <romain@orebokech.com>
13468
13469         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13470         docstring.
13471         (gnus-face-from-file): Likewise.
13472
13473 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13474
13475         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13476         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13477         non-nil.
13478         (gnus-auto-select-part): New variable.
13479         (gnus-article-jump-to-part): New function.
13480         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13481         (gnus-mime-delete-part): Allow selecting specified part after
13482         deleting or stripping parts.
13483         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13484         part if argument is bogus.
13485
13486 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13487
13488         * gnus-art.el (w3m-minor-mode-map):
13489         * gnus-spec.el (gnus-newsrc-file-version):
13490         * gnus-util.el (nnmail-active-file-coding-system)
13491         (gnus-original-article-buffer, gnus-user-agent):
13492         * gnus.el (gnus-ham-process-destinations)
13493         (gnus-parameter-ham-marks-alist)
13494         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13495         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13496         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13497         * mm-decode.el (gnus-current-window-configuration):
13498         * mm-extern.el (gnus-article-mime-handles):
13499         * mm-url.el (url-current-object, url-package-name)
13500         (url-package-version):
13501         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13502         (smime-keys, w3m-cid-retrieve-function-alist)
13503         (w3m-current-buffer, w3m-display-inline-images)
13504         (w3m-minor-mode-map):
13505         * mml-smime.el (gnus-extract-address-components):
13506         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13507         (gnus-newsrc-hashtb, message-default-charset)
13508         (message-deletable-headers, message-options)
13509         (message-posting-charset, message-required-mail-headers)
13510         (message-required-news-headers):
13511         * mml1991.el (mc-pgp-always-sign):
13512         * mml2015.el (mc-pgp-always-sign):
13513         * nnheader.el (nnmail-extra-headers):
13514         * rfc1843.el (gnus-decode-encoded-word-function)
13515         (gnus-decode-header-function, gnus-newsgroup-name):
13516         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13517
13518 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13519
13520         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13521         the end of the date treatments.
13522
13523 2005-08-15  Simon Josefsson  <jas@extundo.com>
13524
13525         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13526         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13527         Capello and Romain Francoise.
13528         (pgg-fetch-key-function): Remove, not used?
13529         (pgg-insert-url-with-w3): Require url, to get
13530         url-insert-file-contents regardless of where it is defined.
13531
13532 2005-08-13  Romain Francoise  <romain@orebokech.com>
13533
13534         * message.el (message-cite-original-1): New function.
13535         (message-cite-original): Use it.
13536         (message-cite-original-without-signature): Ditto.
13537
13538 2005-08-08  Romain Francoise  <romain@orebokech.com>
13539
13540         * message.el (message-yank-empty-prefix): New variable.
13541         (message-indent-citation): Use it.
13542         (message-cite-original-without-signature): Respect X-No-Archive.
13543
13544 2005-08-08  Simon Josefsson  <jas@extundo.com>
13545
13546         * pgg.el: Autoload url-insert-file-contents instead of loading
13547         w3/url.
13548         (pgg-insert-url-with-w3): Don't load url here.
13549
13550 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13551
13552         * message.el (message-kill-to-signature): Don't insert newline at
13553         bol.
13554         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13555
13556 2005-08-06  Romain Francoise  <romain@orebokech.com>
13557
13558         * message.el (message-user-fqdn): Fix typo in docstring.
13559
13560 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13561
13562         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13563
13564         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13565
13566 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13567
13568         * mm-bodies.el (mm-encode-body): Use coding system rather than
13569         charset to encode text.
13570
13571         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13572         number of charsets if utf-8 is available (XEmacs).
13573
13574 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13575
13576         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13577         taken from `gnus-button-mid-or-mail-regexp'.
13578         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13579         (gnus-button-alist): Improve regexp for domain part of the MIDs
13580         for news:localpart@domain buttons.
13581         (gnus-button-ctan-directory-regexp): Update.
13582
13583 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13584
13585         * sieve-manage.el (sieve-manage-interactive-login):
13586         Use make-local-variable rather than make-variable-buffer-local.
13587         (sieve-manage-open): Ditto.
13588         (sieve-manage-authenticate): Ditto.
13589
13590         * mml.el (mml-generate-mime-1): Make the content type default to
13591         text/plain if the filename is not specified.
13592
13593 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13594
13595         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13596         instead of insert-buffer.
13597
13598         * message.el (message-yank-original): Ditto; set the mark at the
13599         end of the yanked message.
13600
13601 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13602
13603         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13604         lines to scroll rather than to stop it.
13605
13606         * mml.el (mml-generate-default-type): Add doc string.
13607         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13608         default to application/octet-stream when determining the content
13609         type if it is not specified for the part or the mml contents; add
13610         a comment about mml-generate-default-type.
13611
13612 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13613
13614         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13615         make it default to application/octet-stream when determining the
13616         content type if it is not specified for the external contents.
13617
13618 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13619
13620         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13621         segmented parameter but also other parameters might be there.
13622
13623 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13624
13625         * mm-decode.el (mm-display-external): Delete temp file, directory
13626         and buffer immediately if the external process is exited.
13627
13628 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13629
13630         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13631         fewer lines than that of scroll-margin.
13632         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13633
13634 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13635
13636         * gnus-art.el (gnus-article-next-page): Revert.
13637         (gnus-article-beginning-of-window): New macro.
13638         (gnus-article-next-page-1): Use it.
13639         (gnus-article-prev-page): Ditto.
13640         (gnus-article-edit-part): Use insert-buffer-substring instead of
13641         insert-buffer.
13642         (gnus-article-edit-exit): Ditto.
13643
13644         * gnus-util.el (gnus-beginning-of-window): Remove.
13645         (gnus-end-of-window): Remove.
13646
13647         * lpath.el: Don't bind header-line-format and scroll-margin.
13648
13649 2005-07-25  Simon Josefsson  <jas@extundo.com>
13650
13651         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13652         to have the url package without w3.  Reported by Daiki Ueno
13653         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13654
13655 2005-07-20  Didier Verna  <didier@xemacs.org>
13656
13657         * gnus-diary.el: Remove the description comment (nndiary is now
13658         properly documented in the Gnus manual).
13659         Fix the spelling of "Back End".
13660         * nndiary.el: Ditto.
13661         Fix the copyright notice.
13662
13663 2005-07-18  Romain Francoise  <romain@orebokech.com>
13664
13665         * gnus-sum.el (gnus-summary-to-prefix)
13666         (gnus-summary-newsgroup-prefix): New variables.
13667         (gnus-summary-from-or-to-or-newsgroups): Use them.
13668
13669 2005-07-17  Romain Francoise  <romain@orebokech.com>
13670
13671         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13672         space as it's generally not especially interesting to the user.
13673
13674 2005-07-16  Romain Francoise  <romain@orebokech.com>
13675
13676         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13677         nil to avoid prompting and file modification if one of the
13678         messages at the top of the nnfolder file contains a copyright
13679         notice.
13680         Update copyright notice.
13681
13682         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13683         instead of `current-time-string' as the latter creates a time
13684         string that is not RFC 2822 compliant (it lacks the zone).
13685         Update copyright notice.
13686
13687 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13688
13689         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13690         for text/rtf.  Display default in prompt.  Pass default for M-n.
13691
13692         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13693
13694 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13695
13696         * gnus-msg.el (gnus-button-mailto):
13697         Remove save-selected-window-window hackery because it relies on
13698         save-selected-window internals.
13699
13700 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13701
13702         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13703         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13704         (gnus-article-prev-page): Ditto.
13705
13706         * gnus-util.el (gnus-beginning-of-window): New function.
13707         (gnus-end-of-window): New function.
13708
13709         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13710
13711 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13712
13713         * gnus-score.el (gnus-score-edit-all-score):
13714         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13715         gnus-message.
13716
13717 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13718
13719         * gnus-msg.el (gnus-button-mailto):
13720         Remove save-selected-window-window hackery because it relies on
13721         save-selected-window internals.
13722
13723 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13724
13725         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13726         add-minor-mode.
13727         (gnus-binary-mode): Ditto.
13728
13729         * gnus-topic.el (gnus-topic-mode): Ditto.
13730
13731 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13732
13733         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13734         (gnus-article-prev-page): Take scroll-margin into consideration.
13735
13736 2005-07-04  Lute Kamstra  <lute@gnu.org>
13737
13738         Update FSF's address in GPL notices.
13739
13740 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13741
13742         * gnus.el (gnus-exit):
13743         * gnus-group.el (gnus-group-icons):
13744         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13745
13746         * gnus-nocem.el (gnus-nocem):
13747         * message.el (message-various, message-buffers, message-sending)
13748         (message-interface, message-forwarding, message-insertion)
13749         (message-headers, message-news, message-mail):
13750         * pgg-gpg.el (pgg-gpg):
13751         * pgg-parse.el (pgg-parse):
13752         * pgg-pgp.el (pgg-pgp):
13753         * pgg-pgp5.el (pgg-pgp5):
13754         * pop3.el (pop3): Finish `defgroup' description with period.
13755
13756 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13757
13758         * gnus-art.el (article-display-face): Improve the efficiency.
13759         (article-display-x-face): Ditto; remove grey x-face stuff.
13760
13761 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13762
13763         * gnus-art.el (article-display-face): Correct the position in
13764         which Faces are inserted.
13765
13766 2005-06-29  Didier Verna  <didier@xemacs.org>
13767
13768         * gnus-art.el (article-display-face): Display faces in correct
13769         order.
13770
13771 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13772
13773         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13774         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13775         (gnus-nocem-check-article): Fetch the Type header.
13776         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13777         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13778         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13779         make sure gnus-nocem-hashtb is initialized.
13780         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13781         (gnus-nocem-unwanted-article-p): Ditto.
13782
13783         * pgg.el (pgg-verify): Return the verification result.
13784
13785 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13786
13787         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13788         is ascii.
13789
13790 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13791
13792         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13793         `show-nonbreak-escape'.
13794
13795 2005-06-23  Lute Kamstra  <lute@gnu.org>
13796
13797         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13798
13799         * dig.el (dig-mode):
13800         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13801
13802 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13803
13804         * nnimap.el (nnimap-split-download-body): Fix spellings.
13805
13806 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13807
13808         * gnus-art.el (gnus-article-encrypt-body):
13809         * gnus-cus.el (gnus-score-customize):
13810         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13811         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13812
13813 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13814
13815         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13816         header by looking for magic "MII" at the beginnig.
13817
13818 2005-06-16  Miles Bader  <miles@gnu.org>
13819
13820         * gnus-xmas.el (gnus-xmas-group-startup-message):
13821         Use renamed gnus-splash face.
13822
13823         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13824         (assistant-field-face): New backward-compatibility alias for renamed
13825         face.
13826         (assistant-render-text): Use renamed assistant-field face.
13827
13828         * spam.el (spam): Remove "-face" suffix from face name.
13829         (spam-face): New backward-compatibility alias for renamed face.
13830         (spam-face, spam-initialize): Use renamed spam face.
13831
13832         * message.el (message-header-to, message-header-cc)
13833         (message-header-subject, message-header-newsgroups)
13834         (message-header-other, message-header-name)
13835         (message-header-xheader, message-separator, message-cited-text)
13836         (message-mml): Remove "-face" suffix from face names.
13837         (message-header-to-face, message-header-cc-face)
13838         (message-header-subject-face, message-header-newsgroups-face)
13839         (message-header-other-face, message-header-name-face)
13840         (message-header-xheader-face, message-separator-face)
13841         (message-cited-text-face, message-mml-face):
13842         New backward-compatibility aliases for renamed faces.
13843         (message-font-lock-keywords): Use renamed message faces.
13844
13845         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13846         (sieve-test-commands, sieve-tagged-arguments):
13847         Remove "-face" suffix from face names.
13848         (sieve-control-commands-face, sieve-action-commands-face)
13849         (sieve-test-commands-face, sieve-tagged-arguments-face):
13850         New backward-compatibility aliases for renamed faces.
13851         (sieve-control-commands-face, sieve-action-commands-face)
13852         (sieve-test-commands-face, sieve-tagged-arguments-face):
13853         Use renamed sieve faces.
13854
13855         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13856         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13857         (gnus-group-news-3-empty, gnus-group-news-4)
13858         (gnus-group-news-4-empty, gnus-group-news-5)
13859         (gnus-group-news-5-empty, gnus-group-news-6)
13860         (gnus-group-news-6-empty, gnus-group-news-low)
13861         (gnus-group-news-low-empty, gnus-group-mail-1)
13862         (gnus-group-mail-1-empty, gnus-group-mail-2)
13863         (gnus-group-mail-2-empty, gnus-group-mail-3)
13864         (gnus-group-mail-3-empty, gnus-group-mail-low)
13865         (gnus-group-mail-low-empty, gnus-summary-selected)
13866         (gnus-summary-cancelled, gnus-summary-high-ticked)
13867         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13868         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13869         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13870         (gnus-summary-low-undownloaded)
13871         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13872         (gnus-summary-low-unread, gnus-summary-normal-unread)
13873         (gnus-summary-high-read, gnus-summary-low-read)
13874         (gnus-summary-normal-read, gnus-splash):
13875         Remove "-face" suffix from face names.
13876         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13877         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13878         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13879         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13880         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13881         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13882         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13883         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13884         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13885         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13886         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13887         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13888         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13889         (gnus-summary-normal-ticked-face)
13890         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13891         (gnus-summary-normal-ancient-face)
13892         (gnus-summary-high-undownloaded-face)
13893         (gnus-summary-low-undownloaded-face)
13894         (gnus-summary-normal-undownloaded-face)
13895         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13896         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13897         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13898         (gnus-splash-face):
13899         New backward-compatibility aliases for renamed faces.
13900         (gnus-group-startup-message): Use renamed gnus faces.
13901
13902         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13903         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13904         (gnus-server-agent): Remove "-face" suffix from face names.
13905         (gnus-server-agent-face, gnus-server-opened-face)
13906         (gnus-server-closed-face, gnus-server-denied-face)
13907         (gnus-server-offline-face):
13908         New backward-compatibility aliases for renamed faces.
13909         (gnus-server-agent-face, gnus-server-opened-face)
13910         (gnus-server-closed-face, gnus-server-denied-face)
13911         (gnus-server-offline-face): Use renamed gnus faces.
13912
13913         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13914         Remove "-face" suffix from face names.
13915         (gnus-picon-xbm-face, gnus-picon-face):
13916         New backward-compatibility aliases for renamed faces.
13917
13918         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13919         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13920         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13921         (gnus-cite-11): Remove "-face" suffix from face names.
13922         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13923         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13924         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13925         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13926         New backward-compatibility aliases for renamed faces.
13927         (gnus-cite-attribution-face, gnus-cite-face-list)
13928         (gnus-article-boring-faces): Use renamed gnus faces.
13929
13930         * gnus-art.el (gnus-signature, gnus-header-from)
13931         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13932         (gnus-header-content): Remove "-face" suffix from face names.
13933         (gnus-signature-face, gnus-header-from-face)
13934         (gnus-header-subject-face, gnus-header-newsgroups-face)
13935         (gnus-header-name-face, gnus-header-content-face):
13936         New backward-compatibility aliases for renamed faces.
13937         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13938
13939         * gnus-sum.el (gnus-summary-selected-face)
13940         (gnus-summary-highlight): Use renamed gnus faces.
13941         * gnus-group.el (gnus-group-highlight): Likewise.
13942
13943 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13944
13945         * gnus-sieve.el (gnus-sieve-article-add-rule):
13946         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13947         * spam-stat.el (spam-stat-buffer-change-to-spam)
13948         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13949
13950         * message.el (message-is-yours-p):
13951         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13952
13953 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13954
13955         * mm-view.el (mm-inline-text): Withdraw the last change.
13956
13957 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13958
13959         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13960         executing enriched-decode.
13961
13962 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13963
13964         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13965         charset of tar files.
13966
13967 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13968
13969         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13970
13971 2005-06-04  Lute Kamstra  <lute@gnu.org>
13972
13973         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13974         information is never recorded.
13975
13976 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13977
13978         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13979
13980 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13981
13982         * pop3.el (pop3-apop): Run md5 in the binary mode.
13983
13984         * starttls.el (starttls-set-process-query-on-exit-flag):
13985         Use eval-and-compile.
13986
13987 2005-05-31  Simon Josefsson  <jas@extundo.com>
13988
13989         * smime.el (smime-replace-in-string): Define.
13990         (smime-cert-by-ldap-1): Use it.
13991
13992 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13993
13994         * gnus-art.el (article-display-x-face): Replace
13995         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13996
13997         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13998         set-process-query-on-exit-flag or process-kill-without-query.
13999
14000         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14001         loop instead of replace-regexp.
14002
14003         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14004         instead of process-kill-without-query if it is available.
14005
14006         * lpath.el: Fbind ldap-search-entries.
14007
14008         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14009         instead of find-file-hooks if it is available.
14010
14011         * mml1991.el: Bind pgg-default-user-id when compiling.
14012
14013         * mml2015.el: Bind pgg-default-user-id when compiling.
14014
14015         * nndraft.el (nndraft-request-associate-buffer):
14016         Use write-contents-functions instead of write-contents-hooks if it is
14017         available.
14018
14019         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14020         instead of find-file-hooks if it is available.
14021
14022         * nntp.el (nntp-open-connection): Replace
14023         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14024         (nntp-open-ssl-stream): Ditto.
14025         (nntp-open-tls-stream): Ditto.
14026
14027         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14028         set-process-query-on-exit-flag or process-kill-without-query.
14029         (starttls-open-stream-gnutls): Use it instead of
14030         process-kill-without-query.
14031         (starttls-open-stream): Ditto.
14032
14033 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14034
14035         * smime.el (smime-cert-by-ldap-1): Don't use
14036         replace-regexp-in-string.
14037
14038 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14039
14040         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14041
14042         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14043         in PEM format.  Adjust to the XEmacs compability.
14044
14045 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14046
14047         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14048         by `string-to-number'.
14049         * gnus-agent.el (gnus-agent-regenerate-group)
14050         (gnus-agent-fetch-articles): Ditto.
14051         * gnus-art.el (gnus-button-fetch-group): Ditto.
14052         * gnus-cache.el (gnus-cache-generate-active)
14053         (gnus-cache-articles-in-group): Ditto.
14054         * gnus-group.el (gnus-group-set-current-level)
14055         (gnus-group-insert-group-line): Ditto.
14056         * gnus-score.el (gnus-score-set-expunge-below)
14057         (gnus-score-set-mark-below, gnus-summary-score-effect)
14058         (gnus-summary-score-entry): Ditto.
14059         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14060         (gnus-soup-pack): Ditto.
14061         * gnus-spec.el (gnus-xmas-format): Ditto.
14062         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14063         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14064         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14065         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14066         * nndb.el (nndb-get-remote-expire-response): Ditto.
14067         * nndiary.el (nndiary-parse-schedule-value)
14068         (nndiary-string-to-number, nndiary-request-replace-article)
14069         (nndiary-request-article): Ditto.
14070         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14071         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14072         * nneething.el (nneething-make-head): Ditto.
14073         * nnfolder.el (nnfolder-request-article)
14074         (nnfolder-retrieve-headers): Ditto.
14075         * nnheader.el (nnheader-file-to-number): Ditto.
14076         * nnkiboze.el (nnkiboze-request-article): Ditto.
14077         * nnmail.el (nnmail-process-unix-mail-format)
14078         (nnmail-process-babyl-mail-format): Ditto.
14079         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14080         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14081         (nnmh-request-create-group, nnmh-request-list-1)
14082         (nnmh-request-group, nnmh-request-article): Ditto.
14083         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14084         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14085         * nnsoup.el (nnsoup-make-active): Ditto.
14086         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14087         * nntp.el (nntp-find-group-and-number)
14088         (nntp-retrieve-headers-with-xover): Ditto.
14089         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14090         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14091         (pgg-format-key-identifier): Ditto.
14092         * pop3.el (pop3-last, pop3-stat): Ditto.
14093         * qp.el (quoted-printable-decode-region): Ditto.
14094
14095         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14096         of concat.
14097
14098 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14099
14100         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14101
14102         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14103
14104         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14105
14106         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14107
14108         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14109
14110         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14111
14112         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14113         (gnus-carpal-mode): Ditto.
14114
14115         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14116         (gnus-browse-mode): Ditto.
14117
14118         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14119
14120         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14121
14122 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14123
14124         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14125
14126 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14127
14128         * gnus-util.el (gnus-run-mode-hooks): New function.
14129
14130         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14131
14132         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14133         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14134
14135 2005-05-27  Lute Kamstra  <lute@gnu.org>
14136
14137         * dns-mode.el (dns-mode): Specify customization group.
14138
14139 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14140
14141         * gnus-agent.el (gnus-agent-make-mode-line-string):
14142         Use mode-line-highlight as mouse-face.
14143
14144 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14145
14146         * canlock.el (canlock): Change the parent group to news.
14147
14148         * deuglify.el (gnus-outlook-deuglify): Add :group.
14149
14150         * dig.el (dig): Add :group.
14151
14152         * dns-mode.el (dns-mode): Add :group.
14153
14154         * encrypt.el (encrypt): Add :group.
14155
14156         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14157         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14158         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14159         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14160         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14161
14162         * gnus-diary.el (gnus-diary): Add :group.
14163
14164         * gnus.el (gnus-group-news-1-face): Add :group.
14165         (gnus-group-news-1-empty-face): Ditto.
14166         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14167         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14168         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14169         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14170         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14171         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14172         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14173         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14174         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14175         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14176         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14177         (gnus-summary-high-ticked-face): Ditto.
14178         (gnus-summary-low-ticked-face): Ditto.
14179         (gnus-summary-normal-ticked-face): Ditto.
14180         (gnus-summary-high-ancient-face): Ditto.
14181         (gnus-summary-low-ancient-face): Ditto.
14182         (gnus-summary-normal-ancient-face): Ditto.
14183         (gnus-summary-high-undownloaded-face): Ditto.
14184         (gnus-summary-low-undownloaded-face): Ditto.
14185         (gnus-summary-normal-undownloaded-face): Ditto.
14186         (gnus-summary-high-unread-face): Ditto.
14187         (gnus-summary-low-unread-face): Ditto.
14188         (gnus-summary-normal-unread-face): Ditto.
14189         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14190         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14191
14192         * hashcash.el (hashcash): New custom group.
14193         (hashcash-default-payment): Add :group.
14194         (hashcash-payment-alist): Ditto.
14195         (hashcash-default-accept-payment): Ditto.
14196         (hashcash-accept-resources): Ditto.
14197         (hashcash-path): Ditto.
14198         (hashcash-extra-generate-parameters): Ditto.
14199         (hashcash-double-spend-database): Ditto.
14200         (hashcash-in-news): Ditto.
14201
14202         * message.el (message-minibuffer-local-map): Add :group.
14203
14204         * netrc.el (netrc): Add :group.
14205
14206         * sieve-manage.el (sieve-manage-log): Add :group.
14207         (sieve-manage-default-user): Diito.
14208         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14209         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14210         (sieve-manage-authenticators): Ditto.
14211         (sieve-manage-authenticator-alist): Ditto.
14212         (sieve-manage-default-port): Ditto.
14213
14214         * sieve-mode.el (sieve-control-commands-face): Add :group.
14215         (sieve-action-commands-face): Ditto.
14216         (sieve-test-commands-face): Ditto.
14217         (sieve-tagged-arguments-face): Ditto.
14218
14219         * smime.el (smime): Add :group.
14220
14221         * spam-report.el (spam-report): Add :group.
14222
14223         * spam.el (spam, spam-face): Add :group.
14224
14225 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14226
14227         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14228         return \n.\n.\n at the end of articles.  Protect against that.
14229         (nntp-with-open-group): Allow debugging.
14230
14231         * nnheader.el (mail-header-set-extra): Make into a function
14232         because I just could't understand how to quote the list properly.
14233
14234         * dns.el (query-dns-cached): New function.
14235
14236 2005-05-26  Lute Kamstra  <lute@gnu.org>
14237
14238         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14239
14240 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14241
14242         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14243
14244         * gnus-art.el: Don't autoload mail-extract-address-components.
14245
14246         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14247         eval-and-compile to evaluate it.
14248
14249         * hashcash.el: Don't autoload executable-find.
14250
14251         * nndb.el: Don't declare the nndb back end two or more times; don't
14252         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14253
14254         * nntp.el: Autoload format-spec instead of format; use
14255         eval-and-compile to evaluate autoload forms.
14256
14257 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14258
14259         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14260
14261 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14262
14263         * gnus.el (gnus-version-number): Bump version.
14264
14265 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14266
14267         * gnus.el: No Gnus v0.3 is released.
14268
14269 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14270
14271         * lpath.el (featurep): Bind show-nonbreak-escape.
14272
14273 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14274
14275         * gnus-art.el (gnus-article-edit-part): Disable undo.
14276
14277 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14278
14279         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14280         gnus-article-date-lapsed-new-header is t if date timer is active;
14281         skip headers in which the original date value is empty.
14282         (gnus-article-save-original-date): Redefine it as a macro.
14283         (gnus-display-mime): Use it.
14284
14285 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14286
14287         * gnus-art.el (article-date-ut): Support converting date in
14288         forwarded parts as well.
14289         (gnus-article-save-original-date): New function.
14290         (gnus-display-mime): Use it.
14291
14292 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14293
14294         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14295         enclosure element of <item>.
14296
14297 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14298
14299         * message.el (message-kill-buffer-query): Rename from
14300         `message-kill-buffer-query-if-modified'.  Add :version.
14301
14302 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14303
14304         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14305         window layout.
14306
14307 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14308
14309         * mml.el: Autoload dnd when compiling.
14310
14311 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14312
14313         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14314         x-dnd-*.
14315
14316 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14317
14318         * qp.el (quoted-printable-encode-region): Save excursion.
14319
14320 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14321
14322         * message.el (message-kill-buffer-query-if-modified): Add new variable
14323         so the user can kill a modified message buffer quickly.
14324         (message-kill-buffer): Use it.
14325
14326 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14327
14328         * lpath.el: Fbind display-time-event-handler; don't fbind
14329         string-to-multibyte.
14330
14331         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14332
14333 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14334
14335         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14336         contained in text because xml.el decodes entities) with LFs.
14337
14338 2005-04-11  Lute Kamstra  <lute@gnu.org>
14339
14340         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14341         differently.
14342
14343 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14344
14345         * mm-util.el (mm-detect-coding-region): Typo.
14346
14347 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14348
14349         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14350
14351 2005-04-06  Deepak Goel  <deego@gnufans.org>
14352
14353         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14354         user-function allow user modifications of the scores.
14355         (spam-stat-score-buffer-user): New function, to allow
14356         user-computed modifications to the score.
14357         (spam-stat-score-buffer-user-functions): List of additional
14358         scoring functions.
14359         (spam-stat-error-holder): Global temporary error holder.
14360         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14361         variable.
14362
14363 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14364
14365         * gnus-registry.el (gnus-registry-clean-empty-function)
14366         (gnus-registry-trim, gnus-registry-fetch-groups)
14367         (gnus-registry-delete-group): Groups that match
14368         `gnus-registry-ignored-groups' are removed from the registry
14369         entries, not just ignored for splitting.  This helps clean up the
14370         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14371         to get all the groups a message ID is in.
14372
14373         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14374         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14375         (spam-stat-score-buffer-user-functions): Add :number custom type.
14376
14377 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14378
14379         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14380         argument in XEmacs.
14381
14382         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14383         (nnrss-request-group): Decode group name first.
14384         (nnrss-request-article): Make a text/plain article if mml-to-mime
14385         failed.
14386         (nnrss-get-encoding): Return a compatible encoding according to
14387         nnrss-compatible-encoding-alist.
14388         (nnrss-find-el): Use consp instead of listp.
14389         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14390
14391 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14392
14393         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14394         which Emacs 20 doesn't support.
14395         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14396
14397 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14398
14399         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14400         silence the byte compiler inside the defun.
14401
14402         * gnus-demon.el (parse-time-string): Add autoload.
14403
14404         * gnus-delay.el (parse-time-string): Add autoload.
14405
14406         * gnus-art.el (parse-time-string): Add autoload.
14407
14408         * nnultimate.el (parse-time): Require for `parse-time-string'.
14409
14410 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14411
14412         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14413
14414         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14415
14416         * smime.el (smime-ldap-host-list): Add :version.
14417
14418 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14419
14420         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14421         pass it to `gnus-browse-read-group'.
14422         (gnus-browse-read-group): Add NUMBER argument and pass it to
14423         `gnus-group-read-ephemeral-group'.
14424
14425         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14426         argument and pass it to `gnus-group-read-group'.
14427
14428 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14429
14430         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14431         mm-xemacs-find-mime-charset-1 if we have the mule feature
14432         available at runtime.
14433
14434 2005-03-25  Werner Lemberg  <wl@gnu.org>
14435
14436         * nnmaildir.el: Replace `illegal' with `invalid'.
14437
14438 2005-03-23  Lute Kamstra  <lute@gnu.org>
14439
14440         * time-date.el: Add comment on time value formats.
14441         Don't require parse-time.
14442         (with-decoded-time-value): New macro.
14443         (encode-time-value): New function.
14444         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14445         (days-to-time): Return a valid time value when arg is huge.
14446         (time-since): Use time-subtract.
14447         (time-to-number-of-days): Use time-to-seconds.
14448
14449 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14450
14451         * gnus-start.el (gnus-display-time-event-handler):
14452         Check display-time-timer at runtime rather than only at load time
14453         in case display-time-mode is turned off in the mean time.
14454
14455 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14456
14457         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14458         used.
14459
14460         * nneething.el (nneething-map-file-directory): Derive from
14461         `gnus-directory'.
14462
14463         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14464         the To/Cc button.
14465
14466 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14467
14468         * nnmaildir.el (nnmaildir-request-accept-article):
14469         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14470
14471 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14472
14473         * gnus-async.el: Require timer-funcs at compile time when in
14474         XEmacs for `run-with-idle-timer'.
14475
14476 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14477
14478         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14479         autoloaded function.
14480
14481 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14482
14483         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14484
14485 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14486
14487         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14488
14489 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14490
14491         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14492         Add gnus-expert-user to default.
14493
14494 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14495
14496         * nnimap.el (nnimap-open-server): Ditto.
14497
14498         * imap.el (imap-authenticate): Fix typo.
14499
14500 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14501
14502         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14503         buffer (since IMAP server might return FETCH response out of
14504         order, and the nntp buffer must be sorted).
14505
14506 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14507
14508         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14509         comparison on string.
14510
14511         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14512         (gnus-agent-score): Rename category keywords to match gnus-cus.
14513         (gnus-agent-summary-fetch-series): Modify to protect against
14514         gnus-agent-summary-fetch-group clearing processable flags.
14515         (gnus-agent-synchronize-group-flags): Update live group buffer as
14516         synchronization may occur due to the user toggle the plugged
14517         status.
14518         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14519         successfully downloaded.
14520         (gnus-agent-expire-group-1): Avoid using markers when the overview
14521         is in ascending order; greatly improves performance.
14522         (gnus-agent-regenerate-group):
14523         Use gnus-agent-synchronize-group-flags to reset read status in both
14524         gnus and server.
14525         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14526
14527 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14528
14529         * message.el: Don't autoload former message-utils variables.
14530         (message-strip-subject-trailing-was): Change doc string.
14531
14532         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14533         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14534         (nnweb-google-search): Add "hl=en" here.
14535         (nnweb-google-parse-1, nnweb-google-create-mapping):
14536         Don't hardcode URL.
14537
14538 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14539
14540         * message.el (message-get-reply-headers, message-followup):
14541         Mention related variables `message-use-followup-to' and
14542         `message-use-mail-followup-to', in the information buffer.
14543
14544         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14545         of broken groups(-beta).google.com.
14546
14547 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14548
14549         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14550         parameter to invoked gnus-request-move-article; remove the
14551         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14552         all at once instead of once per article.
14553         (gnus-summary-remove-process-mark): Accept a list of articles as
14554         well as a single article for processing.
14555
14556         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14557         parameter.
14558
14559         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14560
14561         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14562
14563         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14564         parameter.
14565
14566         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14567         parameter.
14568
14569         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14570         parameter and remove the gnus-sum-hint-move-is-internal variable.
14571
14572         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14573         parameter.
14574
14575         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14576         parameter.
14577
14578         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14579         parameter.
14580
14581         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14582
14583         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14584         parameter.
14585
14586         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14587         parameter.
14588
14589 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14590
14591         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14592         a more conservative way.
14593
14594 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14595
14596         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14597         buffer, so it moves the window's cursor.
14598
14599 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14600
14601         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14602         `mm-dissect-multipart' and receive the from field as an (optional)
14603         argument from `mm-dissect-multipart'.
14604         (mm-dissect-multipart): Receive the from field as an argument and
14605         pass it on when we call `mm-dissect-buffer' on MIME parts.
14606         Fixes verification/decryption of signed/encrypted MIME parts.
14607
14608 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14609
14610         * gnus-sum.el (gnus-summary-move-article):
14611         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14612         whatever it calls (right now, only nnimap-request-move article
14613         respects it).
14614
14615         * nnimap.el (nnimap-request-move-article):
14616         When gnus-sum-hint-move-is-internal is set, don't do the extra
14617         nnimap-request-article.
14618
14619 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14620
14621         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14622
14623         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14624         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14625
14626         * gnus-sum.el (gnus-summary-caesar-message):
14627         Apply `gnus-treat-article' after rotation.
14628
14629         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14630         doc string.
14631
14632 2005-02-22  Simon Josefsson  <jas@extundo.com>
14633
14634         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14635         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14636         <arne@arnested.dk>.
14637         (encrypt): Add password-cache and password-cache-expiry as group
14638         members.
14639
14640 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14641
14642         * smime.el (smime-ldap-host-list): Doc fix.
14643         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14644         cache) password.
14645         (smime-sign-region): Use it.
14646         (smime-decrypt-region): Use it.
14647         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14648         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14649         fails.
14650         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14651         certificate from DER to PEM format rather than calling openssl.
14652
14653         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14654
14655         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14656         for signing/encryption.
14657
14658         * mml.el (mml-parse-1): Use them.
14659
14660 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14661
14662         * nnrss.el (nnrss-verbose): Remove.
14663         (nnrss-request-group): Use `nnheader-message' instead.
14664
14665 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14666
14667         * nnrss.el (nnrss-verbose): New variable.
14668         (nnrss-request-group): Make it say nnrss is requesting a group.
14669
14670 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14671
14672         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14673         Handle news URL with given port correctly.
14674
14675 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14676
14677         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14678         containing special characters.
14679
14680         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14681
14682         * mml.el (mime-to-mml): Ditto.
14683
14684         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14685         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14686         (rfc2047-decode-region): Quote decoded words containing special
14687         characters when rfc2047-quote-decoded-words-containing-tspecials
14688         is non-nil.
14689
14690 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14691
14692         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14693
14694         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14695
14696 2005-02-15  Simon Josefsson  <jas@extundo.com>
14697
14698         * nnimap.el (nnimap-debug): Doc fix.
14699
14700         * imap.el (imap-debug): Doc fix.
14701
14702 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14703
14704         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14705
14706 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14707
14708         * gnus.el (spam-contents): Improve docs for spam-contents
14709         parameter in its variable incarnation.
14710
14711 2005-02-14  Simon Josefsson  <jas@extundo.com>
14712
14713         * smime-ldap.el: Use require instead of load-library for ldap.
14714         (smime-ldap-search): Indent.
14715         (smime-ldap-search-internal): Shorten line.
14716
14717         * smime.el (smime-cert-by-dns): Add doc-string.
14718         (smime-cert-by-ldap-1): Indent.
14719
14720         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14721         mml-smime-get-dns-ldap.
14722         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14723
14724 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14725
14726         * smime.el: Require smime-ldap.
14727         (smime-ldap-host-list): New variable.
14728         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14729
14730         * mml-smime.el (mml-smime-encrypt-query): New function.
14731         (mml-smime-encrypt-query): Use it.
14732
14733         * smime-ldap.el: New file.
14734
14735 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14736
14737         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14738
14739 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14740
14741         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14742         argument in doc string.  Make query for type more clear.
14743
14744 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14745
14746         * gnus.el (gnus-group-startup-message): Search for gnus images in
14747         etc/images/gnus.
14748         * mm-util.el (mm-image-load-path): Likewise.
14749         * smiley.el (smiley-data-directory): Search for smilies in
14750         etc/images/smilies.
14751
14752 2005-02-09  Kim F. Storm  <storm@cua.dk>
14753
14754         Change Emacs release version from 21.4 to 22.1 throughout.
14755         Change Emacs development version from 21.3.50 to 22.0.50.
14756
14757 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14758
14759         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14760
14761         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14762         non-Mule XEmacs as well.
14763         (mm-decompress-buffer): Signal an error intentionally if it does
14764         not decompress compressed data because auto-compression-mode is
14765         disabled.
14766
14767 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14768
14769         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14770         an ID in the registry even if it has no groups.
14771
14772 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14773
14774         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14775         merge it into mm-decompress-buffer.
14776         (gnus-mime-copy-part): Use the MIME part charset, the value which
14777         a user specified or gnus-newsgroup-charset for decoding, like
14778         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14779         save-buffer what was used.  Suggested by Kevin Ryde
14780         <user42@zip.com.au>.
14781         (gnus-mime-inline-part): Allow the name parameter as well as the
14782         filename parameter; force decompressing of compressed data; always
14783         display contents being not decoded as unibyte.
14784
14785         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14786         as well as the filename parameter.
14787
14788         * mm-util.el (mm-decompress-buffer):
14789         Merge gnus-mime-jka-compr-maybe-uncompress.
14790         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14791         of compressed data.
14792
14793 2005-02-08  Simon Josefsson  <jas@extundo.com>
14794
14795         * imap.el (imap-log): Doc fix.
14796
14797 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14798
14799         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14800         the coding cookies; decompress compressed parts.
14801
14802         * mml.el (mml-generate-mime-1): Add the charset parameter according
14803         to the value which a user specified manually or the coding cookie.
14804
14805         * mm-util.el (mm-string-to-multibyte): New function.
14806         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14807         (mm-coding-system-to-mime-charset): New function.
14808         (mm-decompress-buffer): New function.
14809         (mm-find-buffer-file-coding-system): New function.
14810
14811         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14812         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14813         parts.
14814
14815 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14816
14817         * mm-view.el (mm-display-inline-fontify): Decode a part according
14818         to the charset parameter.
14819
14820 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14821
14822         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14823         prefix arg is neither nil nor a number, as info specifies.
14824
14825 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14826
14827         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14828         timestamps.
14829
14830 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14831
14832         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14833         groups error checking and notify user.
14834
14835 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14836
14837         * message.el (message-send-mail-function): Check existence of
14838         sendmail-program first before using default value
14839         `message-send-mail-with-sendmail'.  Otherwise use more generic
14840         `smtpmail-send-it'.
14841
14842 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14843
14844         * nntp.el (nntp-request-update-info): Always return nil.
14845
14846 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14847
14848         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14849
14850 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14851
14852         * message.el (message-beginning-of-line): Change the behavior when
14853         invoked between BOL and : so that it first moves backward.
14854
14855 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14856
14857         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14858         article buffer when editing of the article is discarded.
14859         (gnus-article-prepare): Revert.
14860
14861 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14862
14863         * gnus-art.el (gnus-article-prepare):
14864         Remove message-strip-forbidden-properties from the local hook.
14865
14866 2005-01-27  Simon Josefsson  <jas@extundo.com>
14867
14868         * password.el (password-cache-add): Only start one timer per key.
14869         Reported by Derek Atkins <warlord@MIT.EDU>.
14870
14871 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14872
14873         * run-at-time.el: Remove.  It is no longer needed as
14874         timer-funcs.el in the xemacs-base package has a working version of
14875         `run-at-time'.
14876
14877         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14878
14879         * password.el: Require timer-funcs instead of run-at-time in
14880         XEmacs.
14881         Remove `password-run-at-time' macro.
14882         (password-cache-add): Use `run-at-time' instead of
14883         `password-run-at-time'.
14884
14885         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14886         Remove `nnheader-cancel-function-timers' alias,
14887         `cancel-function-timers' exists in XEmacs in timer-funcs.
14888
14889         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14890         for `run-with-idle-timer'.
14891
14892         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14893         for `run-at-time'.
14894
14895         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14896         for `with-timeout'.
14897
14898         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14899         the same as for XEmacs 21.4.
14900         No need to ignore `run-with-idle-timer', this function exists in
14901         XEmacs now in timer-funcs.el in the xemacs-base package.
14902         (dgnushack-compile): No need to delete
14903         run-at-time.el from the list of files to compile because it
14904         doesn't exist anymore.
14905
14906 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14907
14908         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14909         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14910
14911 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14912
14913         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14914         sensitively.
14915
14916 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14917
14918         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14919
14920 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14921
14922         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14923         which will be inserted according to the multibyteness of a buffer
14924         rather than the type of contents.  Suggested by ARISAWA Akihiro
14925         <ari@mbf.ocn.ne.jp>.
14926
14927         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14928         of string which old xml.el may return rather than a string.
14929
14930 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14931
14932         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14933
14934 2005-01-16  Simon Josefsson  <jas@extundo.com>
14935
14936         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14937         idn/idna.el isn't available.
14938         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14939         <michael@waxrat.com>.
14940
14941         * hashcash.el: Remove non-FSF copyright header.
14942
14943         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14944         (hashcash-generate-payment): Use it.
14945         (hashcash-generate-payment-async): Use it.
14946
14947 2005-01-15  Simon Josefsson  <jas@extundo.com>
14948
14949         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14950         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14951
14952         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14953         gnus-summary-idna-message.
14954         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14955         (gnus-summary-idna-message): New function.
14956
14957 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14958
14959         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14960         gnus-novice-user.
14961
14962 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14963
14964         * nnrss.el (nnrss-request-delete-group): Delete entries in
14965         nnrss-group-alist as well.
14966         (nnrss-save-server-data): Insert newline.
14967
14968 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14969
14970         * gnus.el (gnus-user-agent): Use list of symbols instead of
14971         symbols.  Display full version number for (S)XEmacs.
14972         Optionally display (S)XEmacs codename.
14973
14974         * gnus-util.el (gnus-emacs-version): Update for new
14975         `gnus-user-agent'.
14976
14977         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14978         Gnus version.
14979
14980 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14981
14982         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14983         which is unreadable in some setups.
14984
14985 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14986
14987         * gnus-spec.el (gnus-update-format-specifications): Flush the
14988         group format spec cache if it doesn't support decoded group names.
14989
14990 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14991
14992         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14993         Allow to apply decay on score files matching a regexp.
14994
14995 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14996
14997         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14998         compatibility in %g and %c.
14999
15000 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15001
15002         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15003         name for only %g and %c.
15004         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15005         of gnus-tmp-group to decoded group name.
15006         (gnus-group-make-rss-group): Exclude `/'s from group names.
15007
15008 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15009
15010         * nnrss.el (nnrss-get-encoding): Fix regexp.
15011
15012 2004-12-27  Simon Josefsson  <jas@extundo.com>
15013
15014         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15015         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15016         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15017
15018 2004-12-17  Kim F. Storm  <storm@cua.dk>
15019
15020         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15021
15022         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15023
15024 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15025
15026         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15027
15028 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15029
15030         * nnrss.el: Require rfc2047 and mml.
15031         (nnrss-file-coding-system): New variable.
15032         (nnrss-format-string): Redefine it as an inline function.
15033         (nnrss-decode-group-name): New function.
15034         (nnrss-string-as-multibyte): Remove.
15035         (nnrss-retrieve-headers): Decode group name; don't use
15036         nnrss-format-string.
15037         (nnrss-request-group): Decode group name.
15038         (nnrss-request-article): Decode group name; allow a Message-ID as
15039         well as an article number; don't use nnrss-format-string; encode a
15040         Message-ID string which may contain non-ASCII characters; use
15041         mml-to-mime to compose a MIME article.
15042         (nnrss-request-expire-articles): Decode group name.
15043         (nnrss-request-delete-group): Decode group name.
15044         (nnrss-fetch): Clarify error message.
15045         (nnrss-read-server-data): Use insert-file-contents instead of load;
15046         bind file-name-coding-system; use multibyte buffer.
15047         (nnrss-save-server-data): Bind coding-system-for-write to the
15048         value of nnrss-file-coding-system; bind file-name-coding-system;
15049         add coding cookie.
15050         (nnrss-read-group-data): Use insert-file-contents instead of load;
15051         bind file-name-coding-system; use multibyte buffer.
15052         (nnrss-save-group-data): Bind coding-system-for-write to the
15053         value of nnrss-file-coding-system; bind file-name-coding-system.
15054         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15055         make it work with non-ASCII text.
15056         (nnrss-find-el): Make it work with old xml.el as well.
15057
15058 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15059
15060         * nnrss.el (nnrss-get-encoding): New function.
15061         (nnrss-fetch): Use unibyte buffer initially; bind
15062         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15063         decode contents according to the encoding attribute.
15064         (nnrss-save-group-data): Add coding cookie.
15065         (nnrss-mime-encode-string): New function.
15066         (nnrss-check-group): Use it to encode subject and author.
15067
15068 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15069
15070         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15071         imaginary variable.
15072
15073 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15074
15075         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15076         correctly even if there are wide characters.
15077
15078 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15079
15080         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15081         downcased symbol names; make a new cache instead of reusing
15082         bbdb-hashtable.
15083
15084 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15085
15086         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15087         concatenating segments rather than before concatenating them.
15088         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15089
15090         * message.el (message-get-reply-headers): Bind `extra'.
15091
15092 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15093
15094         * message.el (message-extra-wide-headers): New variable.
15095         (message-get-reply-headers): Use it.
15096
15097 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15098
15099         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15100         (gnus-agent-group-pathname): Ditto.
15101
15102         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15103
15104         * gnus-group.el (gnus-group-make-group): Decode group name.
15105         (gnus-group-make-rss-group): Register the group data after opening
15106         the nnrss group.
15107
15108 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15109
15110         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15111         by expiry now get marked as read.
15112
15113 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15114
15115         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15116
15117 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15118
15119         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15120         unify Latin characters in XEmacs.
15121         (mm-find-mime-charset-region): Use it.
15122
15123 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15124
15125         * gnus-util.el (gnus-delete-directory): New function.
15126
15127         * gnus-agent.el (gnus-agent-delete-group): Use it.
15128
15129         * gnus-cache.el (gnus-cache-delete-group): Use it.
15130
15131 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15132
15133         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15134         names.
15135
15136 2004-12-16  Simon Josefsson  <jas@extundo.com>
15137
15138         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15139
15140 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15141
15142         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15143
15144         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15145         (gnus-group-set-current-level): Decode group name.
15146
15147 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15148
15149         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15150         failed.
15151
15152 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15153
15154         * gnus-group.el (gnus-group-delete-group): Decode group name.
15155         (gnus-group-make-rss-group): Encode group name.
15156         (gnus-group-catchup-current): Decode group name.
15157         (gnus-group-kill-group): Decode group name.
15158
15159 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15160
15161         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15162
15163 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15164
15165         * gnus-group.el (gnus-group-make-rss-group):
15166         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15167
15168         * gnus-start.el (gnus-setup-news): Honor user's setting to
15169         gnus-message-archive-method.  Suggested by Lute Kamstra
15170         <lute@gnu.org>.
15171
15172 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15173
15174         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15175         global counterparts of the buffer-local variables.
15176
15177 2004-11-16  Romain Francoise  <romain@orebokech.com>
15178
15179         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15180         counterparts of the buffer-local variables.
15181
15182 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15183
15184         * message.el (message-forbidden-properties): Fix typo in doc
15185         string.
15186
15187 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15188
15189         * gnus-util.el (gnus-replace-in-string): Add doc string.
15190
15191         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15192         to avoid problems when splitting mails with many recipients.
15193
15194 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15195
15196         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15197         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15198
15199 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15200
15201         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15202         if there is no hashtable in memory or file modification time is
15203         newer than cached timestamp.
15204
15205 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15206
15207         * gnus-sum.el (gnus-summary-limit-to-recipient):
15208         Implement not-matching option.
15209
15210 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15211
15212         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15213         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15214         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15215         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15216         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15217         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15218
15219 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15220
15221         * message.el (message-forward-make-body-mml): Remove headers
15222         according to message-forward-ignored-headers if a message is decoded.
15223
15224 2004-12-02  Romain Francoise  <romain@orebokech.com>
15225
15226         * message.el (message-forward-make-body-plain): Always remove
15227         headers according to message-forward-ignored-headers.
15228
15229 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15230
15231         * spam.el (spam-summary-prepare-exit): Remove the
15232         gnus-summary-limit pop for now, it has problems with ham marks for
15233         me.
15234
15235 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15236
15237         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15238         correctly.
15239
15240 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15241
15242         * format-spec.el (format-spec): Message the char.
15243
15244 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15245
15246         * gnus-art.el (gnus-split-methods): Reformat comments.
15247
15248         * spam.el (spam-summary-prepare-exit): Remove article limits
15249         before exiting the summary buffer.
15250
15251 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15252
15253         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15254         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15255
15256         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15257         order to silence the byte compiler.
15258
15259         * spam.el: Fix the way to silence the byte compiler, which
15260         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15261         bbdb-search-simple, spam-BBDB-register-routine,
15262         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15263         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15264         spam-stat-buffer-is-spam, spam-stat-load,
15265         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15266         spam-stat-save and spam-stat-split-fancy.
15267
15268 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15269
15270         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15271         which may confuse users.
15272         (canlock-password-for-verify): Ditto.
15273
15274         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15275
15276         * gnus-art.el (gnus-emphasis-alist): Ditto.
15277
15278         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15279
15280         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15281
15282         * gnus-start.el (gnus-save-killed-list): Ditto.
15283
15284         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15285         (gnus-sum-thread-tree-root): Ditto.
15286         (gnus-sum-thread-tree-false-root): Ditto.
15287         (gnus-sum-thread-tree-single-indent): Ditto.
15288
15289         * message.el (message-courtesy-message): Ditto.
15290         (message-archive-note): Ditto.
15291         (message-subscribed-address-file): Ditto.
15292         (message-user-fqdn): Ditto.
15293
15294         * spam-report.el (spam-report-gmane-regex): Ditto.
15295
15296         * spam.el (spam-blackhole-good-server-regex): Ditto.
15297
15298 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15299
15300         * mml.el (mml-preview): Widen the message buffer before copying
15301         the contents to the preview buffer; sort headers before previewing.
15302
15303         * message.el (message-hidden-headers): Fix the way to avoid a bug
15304         in the `repeat' widget in Emacs 21.3 or earlier.
15305
15306 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15307
15308         * message.el (message-hidden-headers): Default to "^References:".
15309         Improve customization type.  Suggested by Reiner Steib
15310         <Reiner.Steib@gmx.de>.
15311
15312 2004-11-25  Romain Francoise  <romain@orebokech.com>
15313
15314         * message.el (message-strip-forbidden-properties): Remove check for
15315         obsolete `message-hidden' text property, hidden headers are not
15316         accessible in the buffer anymore.
15317
15318 2004-11-22  Romain Francoise  <romain@orebokech.com>
15319
15320         * message.el (message-header-format-alist): Add `From' in list
15321         so that it can be sorted.
15322         (message-fix-before-sending): Widen and sort headers before
15323         sending.
15324         (message-hide-headers): Use narrowing to hide headers by moving
15325         them to the top of the buffer and narrowing to the region
15326         underneath.
15327
15328 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15329
15330         * message.el (message-strip-forbidden-properties):
15331         Bind buffer-read-only (etc) to nil.
15332
15333 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15334
15335         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15336         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15337
15338 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15339
15340         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15341
15342 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15343
15344         * dns.el (query-dns): Use sit-for to time instead of
15345         accept-process-output, since that doesn't seem to work on udp
15346         sockets.
15347
15348 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15349
15350         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15351
15352 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15353
15354         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15355         doc string.  Improve doc string.
15356
15357 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15358
15359         * nntp.el (nntp-request-update-info): Return nil if
15360         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15361         may not call gnus-activate-group which uselessly issues the GROUP
15362         commands for all nntp groups and wastes time.  Reported by Romain
15363         Francoise <romain@orebokech.com>.
15364
15365         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15366
15367 2004-11-15  Simon Josefsson  <jas@extundo.com>
15368
15369         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15370         headers separately.
15371         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15372         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15373
15374 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15375
15376         * gnus-start.el (gnus-convert-old-newsrc):
15377         Assign legacy-gnus-agent to 5.10.7.
15378
15379 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15380
15381         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15382         start of the lines.
15383
15384 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15385
15386         * hashcash.el (hashcash-default-payment): Change default to 20.
15387         (hashcash-default-accept-payment): Change default to 20.
15388         (hashcash-process-alist): New variable.
15389         (hashcash-generate-payment-async): Add.
15390         (hashcash-already-paid-p): Add.
15391         (hashcash-insert-payment): Don't generate payments twice.
15392         (hashcash-insert-payment-async): Add.
15393         (hashcash-insert-payment-async-2): Add.
15394         (hashcash-cancel-async): Add.
15395         (hashcash-wait-async): Add.
15396         (hashcash-processes-running-p): Add.
15397         (hashcash-wait-or-cancel): Add.
15398         (mail-add-payment): New optional argument.  Conditionally start
15399         asynchronous calculation.
15400         (mail-add-payment-async): Add.
15401
15402         * message.el (message-send-mail): Wait for asynchronous hashcash
15403         results.  Don't clobber existing X-Hashcash headers.
15404         (message-setup-1): Call mail-add-payment-async when
15405         message-generate-hashcash is non-nil.
15406
15407 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15408
15409         * message.el (message-use-alternative-email-as-from): Examine the
15410         From header as well; use message-make-from in order to include a
15411         user's full name.
15412
15413 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15414
15415         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15416         default; improve customization type.
15417         (gnus-emphasis-custom-with-format): New macro.
15418         (gnus-emphasis-custom-value-to-external): New function.
15419         (gnus-emphasis-custom-value-to-internal): New function.
15420
15421 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15422
15423         * dns.el (query-dns): Resolve reverse addresses.
15424
15425 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15426
15427         * gnus-group.el (gnus-group-get-new-news): Use it.
15428
15429         * gnus-start.el (gnus-check-reasonable-setup): New function.
15430
15431 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15432
15433         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15434         "Args out of range" error.  Reported by Arnaud Giersch
15435         <arnaud.giersch@free.fr>.
15436
15437 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15438
15439         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15440
15441 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15442
15443         * spam.el (spam group): Add :version.
15444
15445         * pgg-def.el (pgg group): Add :version.
15446
15447 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15448
15449         * gnus-art.el (gnus-article-edit-article): Don't associate the
15450         article buffer with a draft file.  This is a temporary measure
15451         against the 2004-08-22 change to gnus-article-edit-mode.
15452
15453 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15454
15455         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15456         (html2text-format-tags): Remove unused variable `attr'.
15457
15458 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15459
15460         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15461
15462         * tls.el (tls-process-connection-type, tls-success)
15463         (tls-certtool-program): Add :version.
15464
15465         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15466         (starttls-extra-arguments, starttls-process-connection-type)
15467         (starttls-connect, starttls-failure, starttls-success): Add :version.
15468
15469         * spam-stat.el (spam-stat): Add :version.
15470
15471         * sieve.el (sieve): Add :version.
15472
15473         * sha1.el (sha1): Add :version.
15474         (sha1-use-external): Remove redundant version.
15475
15476         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15477         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15478         (nnmail-split-fancy-match-partial-words)
15479         (nnmail-split-lowercase-expanded): Add :version.
15480
15481         * nndiary.el (nndiary): Add :version.
15482
15483         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15484
15485         * mml-sec.el (mml-default-sign-method)
15486         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15487         Add :version.
15488
15489         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15490
15491         * mm-url.el (mm-url-use-external, mm-url-program)
15492         (mm-url-arguments): Add :version.
15493
15494         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15495         (mm-attachment-file-modes, mm-decrypt-option)
15496         (mm-w3m-safe-url-regexp): Add :version.
15497
15498         * message.el (message-cite-prefix-regexp)
15499         (message-sendmail-envelope-from, message-minibuffer-local-map)
15500         (message-user-fqdn, message-completion-alist): Add :version.
15501
15502         * gnus-win.el (gnus-configure-windows-hook)
15503         (gnus-use-frames-on-any-display): Add :version.
15504
15505         * gnus-art.el (gnus-article-address-banner-alist)
15506         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15507         (gnus-treat-from-picon, gnus-treat-mail-picon)
15508         (gnus-treat-x-pgp-sig): Add :version.
15509
15510         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15511         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15512         (gnus-summary-article-delete-hook)
15513         (gnus-summary-display-while-building): Add :version.
15514
15515         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15516         (gnus-get-top-new-news-hook): Add :version.
15517
15518         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15519         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15520
15521         * gnus-registry.el (gnus-registry): Add :version.
15522
15523         * gnus-spec.el (gnus-use-correct-string-widths)
15524         (gnus-make-format-preserve-properties): Add :version.
15525
15526         * gnus.el (gnus-group-charter-alist)
15527         (gnus-group-fetch-control-use-browse-url)
15528         (gnus-install-group-spam-parameters): Add :version.
15529
15530         * gnus-diary.el (gnus-diary): Add :version.
15531
15532         * gnus-delay.el (gnus-delay): Add :version.
15533
15534         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15535         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15536         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15537         Add :version.
15538
15539         * gnus-agent.el (gnus-agent-max-fetch-size)
15540         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15541         (gnus-agent-prompt-send-queue): Add :version.
15542
15543         * deuglify.el (gnus-outlook-deuglify): Add :version.
15544
15545         * html2text.el: Beautify code.  Improve doc strings.
15546         Some checkdoc cleanup.
15547         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15548
15549 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15550
15551         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15552
15553 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15554
15555         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15556         when package is loaded.
15557
15558         * spam.el (spam-summary-score-preferred-header): Add global preference
15559         for people who want to override the default SpamAssassin over
15560         Bogofilter preference (when both are set).
15561         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15562         (spam-user-format-function-S):
15563         Check spam-summary-score-preferred-header.
15564         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15565         (spam-user-format-function-S): Format the score correctly.
15566
15567 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15568
15569         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15570         signature file.  Suggested by Manoj Srivastava
15571         <srivasta@golden-gryphon.com>.
15572
15573         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15574         iso-2022-jp even in the Japanese language environment.
15575         Suggested by Jason Rumney <jasonr@gnu.org>.
15576
15577 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15578
15579         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15580         use the same characters as the dummy marks; make it free from
15581         getting affected by the language environment.
15582         (gnus-summary-read-group-1): Update mark positions only when the
15583         format spec is updated.
15584
15585         * gnus-spec.el (gnus-update-format-specifications): Return a list
15586         of updated types.
15587
15588 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15589
15590         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15591         of boundp to check if display-warning is available.
15592
15593 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15594
15595         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15596
15597 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15598
15599         * nnspool.el (nnspool-spool-directory): Use news-path if the
15600         news-directory variable is not bound.
15601
15602         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15603         function instead of display-warning if it is not available.
15604
15605 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15606
15607         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15608         v5-10: Use `point-at-bol'.
15609
15610 2004-10-26  Simon Josefsson  <jas@extundo.com>
15611
15612         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15613         <chenggao@gmail.com>.
15614
15615 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15616
15617         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15618         instead.
15619
15620 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15621
15622         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15623         to remove a server from the nnimap-server-buffer-alist.
15624         (nnimap-open-connection, nnimap-close-server): Use it.
15625
15626         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15627
15628 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15629
15630         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15631         running the major-mode function.
15632
15633 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15634
15635         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15636         dummy marks in the right way.
15637
15638 2004-10-18  David Edmondson  <dme@dme.org>
15639
15640         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15641         excessively.
15642
15643 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15644
15645         * gnus-util.el (gnus-split-references): Accept a nil references
15646         string and go on blissfully.
15647
15648         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15649         cases where the references string is non-nil but has no references.
15650
15651         * encrypt.el: Add autoload tags.
15652
15653         * spam.el (spam-resolve-registrations-routine): Remove article
15654         from unregistration list too.  Reported by David Hanak
15655         <dhanak@isis.vanderbilt.edu>
15656
15657 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15658
15659         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15660         nil.  Change custom type.
15661
15662 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15663
15664         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15665
15666         * gnus-sum.el (gnus-summary-move-article): Use it.
15667
15668 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15669
15670         * encrypt.el: Add autoload cookies.
15671
15672         * spam.el (spam-backend-article-list-property)
15673         (spam-backend-get-article-todo-list)
15674         (spam-backend-put-article-todo-list)
15675         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15676         Resolve registrations separately.
15677         (spam-register-routine): Format comments.
15678         (spam-unregister-routine, spam-register-routine): Always call with
15679         specific-articles, no default list.
15680         (spam-summary-prepare-exit): Use the spam-classifications function.
15681
15682         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15683         gnus-encrypt.el.
15684
15685         * encrypt.el: Copied from gnus-encrypt.el.
15686
15687         * gnus-encrypt.el: Commented that it's obsolete.
15688
15689 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15690
15691         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15692         (gnus-score-save): Use it.
15693
15694         * message.el (message-bury): Use `window-dedicated-p'.
15695
15696 2004-10-15  Simon Josefsson  <jas@extundo.com>
15697
15698         * pop3.el (top-level): Don't require nnheader.
15699         (pop3-read-timeout): Add.
15700         (pop3-accept-process-output): Add.
15701         (pop3-read-response, pop3-retr): Use it.
15702
15703 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15704
15705         * spam.el (spam-register-routine): Move comment.
15706         (spam-verify-bogofilter): Use 'unknown for the initial
15707         spam-bogofilter-valid state, not 'never.
15708
15709         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15710         for netrc-machine.
15711
15712         * nnimap.el (nnimap-open-connection):
15713         Use netrc-machine-user-or-password.
15714
15715 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15716
15717         * gnus-registry.el (gnus-registry-unload-hook):
15718         Set as a variable with add-hook.
15719
15720         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15721         of news-path.
15722
15723         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15724
15725         * spam.el: Delete duplicate `provide'.
15726         (spam-unload-hook): Set as a variable with add-hook.
15727
15728 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15729
15730         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15731         in the doc string.
15732
15733         * message.el (message-ignored-news-headers)
15734         (message-ignored-supersedes-headers)
15735         (message-ignored-resent-headers)
15736         (message-forward-ignored-headers): Improve custom type.
15737
15738 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15739
15740         * message.el (message-tokenize-header): Fix 2004-09-06 change
15741         which used point-min in the wrong place.
15742
15743 2004-10-12  Simon Josefsson  <jas@extundo.com>
15744
15745         * tls.el (tls-certtool-program): New variable.
15746         (tls-certificate-information): New function, based on
15747         ssl-certificate-information.
15748
15749 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15750
15751         * compface.el: Move the version of ELisp-based uncompface program
15752         to the contrib directory because of the copyright problem.
15753
15754 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15755
15756         * message.el (message-kill-buffer): Raise the current frame.
15757
15758 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15759
15760         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15761
15762         * gnus.el (message-y-or-n-p): Autoload.
15763
15764         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15765         (pop3-password-required, pop3-authentication-scheme)
15766         (pop3-leave-mail-on-server): Make customizable.
15767         (pop3): New custom group.
15768         (pop3-retr): Remove `sleep-for' statements.
15769         Suggested by Dave Love <fx@gnu.org>.
15770
15771         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15772         Windows/DOS.
15773
15774         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15775         (imap-parse-body): Fix incorrect use of `assert'.
15776         Suggested by Dave Love <fx@gnu.org>.
15777
15778         * mml.el (mml-minibuffer-read-disposition): Require match.
15779         Suggested by Dave Love <fx@gnu.org>.
15780
15781 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15782
15783         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15784         doc string.
15785
15786 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15787
15788         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15789
15790 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15791
15792         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15793         instead of calling `mm-insert-inline', to decode text/* parts
15794         before displaying them.
15795
15796 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15797
15798         * mm-uu.el (mm-uu-text-plain-type): New variable.
15799         (mm-uu-pgp-signed-extract-1): Use it.
15800         (mm-uu-pgp-encrypted-extract-1): Use it.
15801         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15802         bind mm-uu-text-plain-type with that value.
15803         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15804         mm-uu-dissect.
15805
15806 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15807
15808         * gnus-group.el (gnus-update-group-mark-positions):
15809         * gnus-sum.el (gnus-update-summary-mark-positions):
15810         * message.el (message-check-news-body-syntax):
15811         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15812         of string-as-multibyte.
15813
15814 2004-10-05  Juri Linkov  <juri@jurta.org>
15815
15816         * gnus-group.el (gnus-update-group-mark-positions):
15817         * gnus-sum.el (gnus-update-summary-mark-positions):
15818         * message.el (message-check-news-body-syntax):
15819         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15820         8-bit unibyte values to a multibyte string for search functions.
15821
15822 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15823
15824         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15825         (mm-uu-dissect-text-parts): New function.
15826
15827         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15828         dissect text parts.
15829
15830         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15831         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15832
15833         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15834
15835         * gnus-topic.el (gnus-topic-hierarchical-parameters):
15836         Use gnus-current-topics instead of gnus-current-topic.
15837
15838 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15839
15840         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15841
15842 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15843
15844         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15845         where approriate.
15846
15847         * nnml.el (nnml-generate-active-info): do.
15848
15849         * nndiary.el (nndiary-generate-active-info): do.
15850
15851         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15852         (gnus-topic-move): do.
15853
15854         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15855         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15856
15857         * gnus-srvr.el (gnus-server-prepare)
15858         (gnus-server-open-all-servers): do.
15859
15860         * gnus-msg.el (gnus-summary-cancel-article)
15861         (gnus-summary-resend-message)
15862         (gnus-summary-mail-crosspost-complaint): do.
15863
15864         * gnus-move.el (gnus-change-server): do.
15865
15866         * gnus-group.el (gnus-group-unmark-all-groups)
15867         (gnus-group-set-current-level): do.
15868
15869 2004-10-04  Simon Josefsson  <jas@extundo.com>
15870
15871         * message.el (message-generate-hashcash): Doc fix.
15872
15873 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15874
15875         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15876         avoid infinite recursion via gnus-get-function.
15877
15878 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15879
15880         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15881
15882         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15883
15884         * nnmail.el (nnmail-split-history): do.
15885
15886         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15887         (nnml-request-delete-group): do.
15888
15889         * nnslashdot.el (nnslashdot-read-groups): do.
15890
15891         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15892         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15893
15894         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15895         (nnspool-sift-nov-with-sed): Use last.
15896         (nnspool-retrieve-headers-with-nov): Use mapc.
15897         (nnspool-request-newgroups): Use dolist.
15898         (nnspool-request-group): Use last.
15899
15900         * nntp.el (nntp-read-server-type): Use dolist.
15901
15902         * nnvirtual.el (nnvirtual-create-mapping)
15903         (nnvirtual-update-read-and-marked): Use dolist.
15904         (nnvirtual-convert-headers): Simplify.
15905
15906 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15907
15908         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15909         Add support for sync'ing tick marks.
15910
15911 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15912
15913         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15914         there's no visible header.
15915
15916 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15917
15918         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15919         When necessary, pass full group name to gnus-request-set-marks.
15920
15921 2004-10-01  Simon Josefsson  <jas@extundo.com>
15922
15923         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15924         acroread.
15925
15926 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15927
15928         * spam-report.el (spam-report-gmane): Fix interactive.
15929
15930         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15931
15932         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15933         when writing file.
15934         (gnus-agent-synchronize-flags): Don't default to being
15935         interactive.
15936
15937 2004-09-30  Simon Josefsson  <jas@extundo.com>
15938
15939         * message.el (message-generate-hashcash): Add.
15940         (message-send-mail): Use it, call mail-add-payment.
15941
15942 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15943
15944         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15945
15946 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15947
15948         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
15949         gnus-requst-update-info with explicit code to sync the in-memory
15950         info read flags with the marks being sync'd to the backend.
15951
15952         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
15953
15954 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15955
15956         * spam.el (spam-verify-bogofilter): Add new function.
15957         (spam-check-bogofilter)
15958         (spam-bogofilter-register-with-bogofilter): Use it.
15959         (spam-verify-bogofilter): Add small fixes.
15960
15961 2004-09-28  Simon Josefsson  <jas@extundo.com>
15962
15963         * hashcash.el (hashcash-generate-payment): Revert.
15964
15965 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15966
15967         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15968         Use gnus-extract-references instead of gnus-split-references.
15969
15970         * gnus-util.el (gnus-extract-references): Add new function, analogous
15971         to gnus-split-references but extracts only the message-ID without
15972         anything extra.
15973
15974         * hashcash.el (hashcash-generate-payment)
15975         (hashcash-check-payment): Do the right thing if hashcash-path is
15976         nil (because the hashcash program could not be found).
15977
15978         * spam.el (spam-use-hashcash): Remove comment.
15979
15980 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15981
15982         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15983         (gnus-cache-enter-article, gnus-cache-remove-article)
15984         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15985
15986         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15987
15988         * gnus-art.el (article-hide-boring-headers)
15989         (article-translate-strings, article-display-face)
15990         (gnus-article-mime-match-handle-first)
15991         (gnus-article-highlight-headers)
15992         (gnus-article-add-buttons-to-head): do.
15993
15994 2004-09-27  Simon Josefsson  <jas@extundo.com>
15995
15996         * hashcash.el: New version, from
15997         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15998         ../contrib/.
15999
16000 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16001
16002         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16003
16004 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16005
16006         * gnus-dup.el (gnus-dup-open): Use mapc.
16007         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16008
16009         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16010         Reported by Stefan Wiens <s.wi@gmx.net>.
16011
16012         * gnus.el (gnus-shutdown): Use dolist.
16013
16014         * gnus-undo.el (gnus-undo): Use mapc.
16015
16016         * nnrss.el (nnrss-generate-active): do.
16017
16018         * message.el (message-cite-original-without-signature)
16019         (message-cite-original): Use mapc.
16020         (message-do-actions, message-make-forward-subject): Use dolist.
16021
16022 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16023
16024         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16025         deletion to remove entire duplicate line.  Fixes merged article
16026         number bug.
16027
16028 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16029
16030         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16031         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16032         first ask if you want to open a server and then, even when you
16033         responded with no, asking if you want to synchronize the server's
16034         flags.
16035         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16036         multi-line expressions.
16037         (gnus-agent-synchronize-group-flags): New internal function.
16038         Updates marks in memory (in the info structure) AND in the
16039         backend.
16040
16041         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16042
16043         * nnagent.el (nnagent-request-set-mark):
16044         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16045         method, to ensure that synchronization updates marks in the
16046         backend and in the info (in memory) structure.
16047
16048 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16049
16050         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16051         convention fully; don't miss the root article of a thread; make
16052         the X-Draft-From header with correct article numbers.
16053
16054 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16055
16056         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16057         unless plugged.  Disable the agent so that an open failure causes
16058         an error.
16059
16060         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16061         Revert 2004-09-21 change.  The backend must be opened while
16062         synchronizing flags even when the backend stores the flags
16063         locally.
16064
16065 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16066
16067         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16068         in `header' match.  Reported by Svend Tollak Munkejord.
16069
16070         * message.el (message-cite-original): Fix use of
16071         `message-cite-articles-with-x-no-archive'.
16072
16073 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16074
16075         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16076         (gnus-window-to-buffer): Ditto.
16077
16078         * mml.el (mml-preview-buffer): New variable.
16079         (mml-preview): Manage window layout with gnus-buffer-configuration.
16080
16081         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16082         X-Draft-From header even if those articles aren't quoted.
16083
16084 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16085
16086         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16087         (gnus-request-set-mark, gnus-request-update-mark): Use new
16088         g-s-t-u-l-m to decide to use backend even when unplugged.
16089
16090 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16091
16092         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16093         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16094
16095 2004-09-20  Simon Josefsson  <jas@extundo.com>
16096
16097         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16098         "utf-16-le".
16099
16100 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16101
16102         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16103
16104 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16105
16106         * uudecode.el (uudecode-use-external): Add :version.
16107
16108         * smime.el (smime-CA-file, smime-encrypt-cipher)
16109         (smime-dns-server): Add :version.
16110
16111         * smiley.el (gnus-smiley-file-types): Add :version.
16112
16113         * sha1.el (sha1-use-external): Add :version.
16114
16115         * pgg-def.el (pgg-query-keyserver): Add :version.
16116
16117         * nnmail.el (nnmail-fancy-expiry-targets)
16118         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16119         Add :version.
16120
16121         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16122         (nnimap-retrieve-groups-asynchronous): Add :version.
16123         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16124
16125         * mml.el (mml-content-disposition-parameters)
16126         (mml-insert-mime-headers-always): Add :version.
16127
16128         * mm-util.el (mm-coding-system-priorities): Add :version.
16129
16130         * mm-decode.el (mm-inline-text-html-with-images)
16131         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16132         (mm-verify-option): Add :version.
16133         (mm-text-html-renderer): Change :version.
16134
16135         * message.el (message-fcc-externalize-attachments)
16136         (message-required-headers, message-draft-headers)
16137         (message-subject-trailing-was-query)
16138         (message-subject-trailing-was-ask-regexp)
16139         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16140         (message-mark-insert-end, message-archive-header)
16141         (message-archive-note, message-cross-post-default)
16142         (message-cross-post-note, message-followup-to-note)
16143         (message-cross-post-note-function, message-use-mail-followup-to)
16144         (message-subscribed-address-functions)
16145         (message-subscribed-address-file, message-subscribed-addresses)
16146         (message-subscribed-regexps, message-allow-no-recipients)
16147         (message-yank-cited-prefix, message-signature-insert-empty-line)
16148         (message-hidden-headers, message-hierarchical-addresses)
16149         (message-mail-user-agent, message-use-idna)
16150         (message-valid-fqdn-regexp)
16151         (message-strip-special-text-properties, message-header-synonyms)
16152         (message-beginning-of-line, message-tab-body-function): Add :version.
16153         (message-insert-canlock, message-wide-reply-confirm-recipients):
16154         Change :version.
16155
16156         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16157         and :version.
16158         (mail-source-delete-old-incoming-confirm)
16159         (mail-source-movemail-program): Add :version.
16160
16161         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16162         (gnus-agent-cache, gnus-agent): Change :version.
16163
16164         * gnus-util.el (gnus-use-byte-compile): Change :version.
16165
16166         * gnus-sum.el (gnus-summary-make-false-root-always)
16167         (gnus-summary-default-high-score)
16168         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16169         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16170         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16171         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16172         (gnus-sum-thread-tree-single-indent)
16173         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16174         (gnus-sum-thread-tree-leaf-with-other)
16175         (gnus-sum-thread-tree-single-leaf): Add :version.
16176         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16177         (gnus-article-loose-mime): Change :version.
16178
16179         * gnus-start.el (gnus-backup-startup-file)
16180         (gnus-save-startup-file-via-temp-buffer): Add :version.
16181
16182         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16183         (gnus-server-offline-face): Add :version.
16184
16185         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16186
16187         * gnus-msg.el (gnus-gcc-externalize-attachments)
16188         (gnus-debug-files, gnus-debug-exclude-variables)
16189         (gnus-discouraged-post-methods): Change :version.
16190         (gnus-confirm-mail-reply-to-news)
16191         (gnus-confirm-treat-mail-like-news): Add :version.
16192
16193         * gnus-int.el (gnus-server-unopen-status): Add :version.
16194
16195         * gnus-group.el (gnus-group-jump-to-group-prompt)
16196         (gnus-large-ephemeral-newsgroup)
16197         (gnus-fetch-old-ephemeral-headers): Add :version.
16198
16199         * gnus-fun.el (gnus-x-face-directory)
16200         (gnus-convert-pbm-to-x-face-command)
16201         (gnus-convert-image-to-x-face-command)
16202         (gnus-convert-image-to-face-command): Add :version.
16203
16204         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16205
16206         * gnus-cite.el (gnus-cite-blank-line-after-header)
16207         (gnus-article-boring-faces): Add :version.
16208
16209         * gnus-art.el (gnus-buttonized-mime-types)
16210         (gnus-inhibit-mime-unbuttonizing)
16211         (gnus-treat-display-face)
16212         (gnus-treat-body-boundary): Change :version.
16213         (gnus-body-boundary-delimiter, gnus-picon-databases)
16214         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16215         (gnus-treat-date-english, gnus-treat-fold-headers)
16216         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16217         (gnus-treat-mail-picon, gnus-treat-wash-html)
16218         (gnus-article-encrypt-protocol)
16219         (gnus-use-idna, gnus-article-over-scroll)
16220         (gnus-mime-display-multipart-alternative-as-mixed)
16221         (gnus-mime-display-multipart-related-as-mixed)
16222         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16223         (gnus-ctan-url, gnus-button-ctan-handler)
16224         (gnus-button-handle-ctan-bogus-regexp)
16225         (gnus-button-ctan-directory-regexp)
16226         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16227         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16228         (gnus-button-man-level, gnus-button-emacs-level)
16229         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16230
16231         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16232         (gnus-agent-go-online): Change :version.
16233         (gnus-agent-expire-unagentized-dirs)
16234         (gnus-agent-auto-agentize-methods): Add :version.
16235
16236         * flow-fill.el (fill-flowed-display-column)
16237         (fill-flowed-encode-column): Add :version.
16238
16239         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16240         (gnus-outlook-deuglify-unwrap-max)
16241         (gnus-outlook-deuglify-cite-marks)
16242         (gnus-outlook-deuglify-unwrap-stop-chars)
16243         (gnus-outlook-deuglify-no-wrap-chars)
16244         (gnus-outlook-deuglify-attrib-cut-regexp)
16245         (gnus-outlook-deuglify-attrib-verb-regexp)
16246         (gnus-outlook-deuglify-attrib-end-regexp)
16247         (gnus-outlook-display-hook): Add :version.
16248
16249         * binhex.el (binhex-use-external): Add :version.
16250
16251 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16252
16253         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16254         and `invisible'.
16255
16256 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16257
16258         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16259         in gnus-registry-trim.
16260
16261 2004-09-13  Simon Josefsson  <jas@extundo.com>
16262
16263         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16264
16265         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16266
16267         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16268         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16269         <yamaoka@jpl.org>.
16270         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16271         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16272         <yamaoka@jpl.org>.
16273
16274         * sieve.el (sieve-manage-mode): Ditto.
16275
16276 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16277
16278         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16279
16280 2004-09-11  Simon Josefsson  <jas@extundo.com>
16281
16282         * dns-mode.el: Add.
16283
16284         * mm-view.el (mm-display-dns-inline): Add.
16285
16286         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16287         (mm-automatic-display): Ditto.
16288
16289         * mailcap.el (mailcap-mime-data): Add text/dns.
16290         (mailcap-mime-extensions): Map .soa to text/dns.
16291
16292 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16293
16294         * gnus-art.el (article-decode-mime-words, article-babel)
16295         (gnus-article-highlight-signature, gnus-article-add-buttons)
16296         (gnus-signature-toggle): Remove unnecessary bindings of
16297         `inhibit-read-only' inherited from v5.10 merge.
16298
16299 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16300
16301         * nntp.el (nntp): New customization group.
16302         (nntp-authinfo-file): Add customization group.
16303
16304         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16305
16306         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16307
16308         * gnus.el (to-address, to-list, subscribed)
16309         (large-newsgroup-initial): Ditto.
16310
16311         * flow-fill.el (fill-flowed-display-column)
16312         (fill-flowed-encode-column): Ditto.
16313
16314 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16315
16316         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16317         Use point-min rather than 1.
16318         (message-send-mail): Use buffer-size rather than point-max.
16319
16320         * gnus-sum.el (gnus-summary-search-article-forward):
16321         Signal a specific `search-failed' rather than a generic `error'.
16322
16323         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16324         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16325         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16326
16327 2004-09-10  Simon Josefsson  <jas@extundo.com>
16328
16329         * nndb.el (require): Remove tcp and duplicate cl.
16330
16331 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16332
16333         * gnus-agent.el (directory-files-and-attributes): Move forward.
16334
16335 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16336
16337         * gnus-agent.el (directory-files-and-attributes):
16338         Optionally defined to support XEmacs.
16339
16340 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16341
16342         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16343         to avoid run-time CL dependencies.
16344         (gnus-agent-unfetch-articles): New function.
16345         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16346         article numbers even when local .overview file is missing.
16347         (gnus-agent-read-article-number): New function.  Only accepts
16348         27-bit article numbers.
16349         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16350         Use gnus-agent-read-article-number.
16351         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16352         from backend while recognizing that article numbers in .overview
16353         must be valid.
16354         (gnus-agent-update-files-total-fetched-for):
16355         Use directory-files-and-attributes to improve performance.
16356         * gnus-int.el (gnus-request-move-article):
16357         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16358         improve performance.
16359
16360         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16361         some users confused by references to .newsrc when they only have a
16362         .newsrc.eld file.
16363         (gnus-convert-mark-converter-prompt)
16364         (gnus-convert-converter-needs-prompt): Fix use of property list.
16365         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16366         New function.  Used internally to only display 'gnus converting
16367         files' message when actually necessary.
16368
16369         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16370         methods now autoloaded.
16371
16372 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16373
16374         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16375         identifiers.
16376
16377 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16378
16379         * gnus-picon.el: Fix indentation and closing parenthesis.
16380
16381 2004-09-01  Simon Josefsson  <jas@extundo.com>
16382
16383         * message.el (message-canlock-generate): Require sha1, not
16384         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16385         to require within a function.  Sadly, if sha1.el isn't loaded, the
16386         let binding in m-c-g will hide the defcustom definition, which is
16387         bad.)
16388
16389         * canlock.el: Require sha1, not sha1-el.
16390
16391         * message.el: Don't autoload sha1 (there is a autoload cookie in
16392         sha1.el).
16393
16394         * sha1-el.el: Rename to sha1.el.
16395
16396 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16397
16398         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16399
16400 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16401
16402         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16403
16404 2004-08-30  Kim F. Storm  <storm@cua.dk>
16405
16406         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16407
16408         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16409         Add :group 'nnimap.
16410
16411 2004-08-30  Andreas Schwab  <schwab@suse.de>
16412
16413         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16414         ?* and ?\;.
16415
16416         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16417         and ?\' to symbol instead of whitespace.
16418
16419 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16420
16421         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16422
16423         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16424         instead of re-search-forward.
16425
16426         * gnus-uu.el (gnus-uu-save-article): Ditto.
16427         (gnus-uu-post-encode-uuencode): Ditto.
16428
16429         * html2text.el (html2text-clean-list-items): Ditto.
16430         (html2text-clean-dtdd): Ditto.
16431         (html2text-format-tags): Ditto.
16432
16433         * message.el (message-send-mail-with-sendmail): Fix regexp.
16434         (message-fill-field-general): Use search-forward instead of
16435         re-search-forward.
16436         (unbold-region): Ditto.
16437
16438         * nnrss.el (nnrss-request-article): Ditto.
16439
16440         * nnslashdot.el (nnslashdot-request-article): Ditto.
16441
16442         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16443
16444         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16445         "Unrecognized menu descriptor" error in XEmacs.
16446
16447 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16448
16449         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16450         parent article of a sparse article in the thread hashtb.
16451
16452 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16453
16454         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16455         (nnmail-expand-newtext): Lowercase expanded entries if
16456         nnmail-split-lowercase-expanded is non-nil.
16457
16458 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16459
16460         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16461
16462         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16463         of gnus-tmp-news-method into string under XEmacs.  It will be
16464         passed to gnus-correct-length which takes only a string argument.
16465
16466 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16467
16468         * gnus-util.el (gnus-bind-print-variables): New macro.
16469         (gnus-prin1): Use it.
16470         (gnus-prin1-to-string): Use it.
16471         (gnus-pp): New function.
16472         (gnus-pp-to-string): New function.
16473
16474         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16475         Replace pp-to-string with gnus-pp-to-string.
16476         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16477         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16478         * gnus-msg.el (gnus-debug): Ditto.
16479         * gnus-score.el (gnus-score-save): Ditto.
16480         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16481         gnus-pp-to-string.
16482         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16483         with gnus-pp.
16484         * score-mode.el (gnus-score-pretty-print): Ditto.
16485         * webmail.el (webmail-debug): Ditto.
16486
16487 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16488
16489         * gnus-art.el (article-display-face, article-display-x-face):
16490         Use buffer-read-only.
16491
16492 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16493
16494         * gnus-art.el (article-hide-list-identifiers):
16495         Bind inhibit-read-only as t.
16496
16497 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16498
16499         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16500
16501 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16502
16503         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16504         (gnus-narrow-to-page): Don't assume point-min == 1.
16505         (gnus-article-edit-mode): Derive from message-mode.
16506
16507         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16508         point-min == 1.
16509
16510         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16511         Disable incorrect use of `assert'.
16512
16513         * message.el (message-mode): Set comment-start-skip.
16514
16515
16516 2004-08-22  Sam Steingold  <sds@gnu.org>
16517
16518         * pop3.el (pop3-leave-mail-on-server): New user variable.
16519         (pop3-movemail): Delete mail only when it is nil.
16520
16521 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16522
16523         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16524
16525         * mml.el (mml-preview): Use `pop-to-buffer'.
16526
16527         * message.el (message-goto-mail-followup-to): Insert after "To".
16528         (message-carefully-insert-headers): Add comment.
16529
16530         * gnus.el: Remove unused variable `gnus-article-check-size'.
16531
16532         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16533
16534         * gnus-art.el (gnus-button-alist):
16535         Improve `gnus-button-handle-library' entry.
16536
16537 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16538
16539         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16540         Use downcase, since XEmacs capitalizes error messages differently.
16541
16542 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16543
16544         * nntp.el: Add (require 'gnus) due to reference to
16545         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16546
16547 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16548
16549         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16550         Bind `mm-fill-flowed'.
16551
16552         * mm-decode.el (mm-dissect-singlepart): Check it.
16553
16554 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16555
16556         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16557         'imap' for netrc parsing.
16558
16559 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16560
16561         * mailcap.el (mailcap-mime-data): Mark as risky.
16562
16563 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16564
16565         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16566         may be included in the encoded word.
16567         (rfc2047-encode): Don't append a space if the encoded word
16568         includes close parenthesis.
16569
16570 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16571
16572         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16573         of text within parentheses.
16574
16575 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16576
16577         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16578         (gnus-encrypt-write-file-contents): Make the password key the file
16579         name PLUS the cipher, not just the cipher.  Also remove failed
16580         passwords from the cache.
16581
16582 2004-08-06  Simon Josefsson  <jas@extundo.com>
16583
16584         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16585         Doc fix.
16586
16587 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16588
16589         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16590         LWSP.
16591
16592 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16593
16594         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16595         Try to append in-reply-to: data to the references: header.
16596
16597         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16598         (netrc-parse): Use gnus-encrypt.el functions.
16599
16600         * gnus-encrypt.el: Add new file for encryption support; currently
16601         does only a few GPG ciphers and an internal XOR cipher.
16602
16603         * password.el: Add comments on using password-read-and-add.
16604         (password-read-and-add): Add function to read and add the
16605         password to the cache at once.
16606
16607 2004-07-28  Simon Josefsson  <jas@extundo.com>
16608
16609         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16610         parameter (but don't use it, for now).
16611
16612         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16613         instead of hard coding to nil.
16614
16615 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16616
16617         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16618         as mm-inline-image-xemacs does.
16619
16620 2004-07-26  Simon Josefsson  <jas@extundo.com>
16621
16622         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16623         Revert part of 2004-07-17 change below.
16624
16625 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16626
16627         * rfc2047.el (rfc2047-encode-region): Don't infloop.
16628         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16629
16630 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16631
16632         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16633         quotes that actually start with ">" at the beginning of the
16634         lines.
16635
16636 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16637
16638         * rfc2047.el (rfc2047-encode-region): Fix last change.
16639         (rfc2047-encode-parameter): Remove useless concat.
16640
16641 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16642
16643         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16644         encode special characters; fix some kind of misconfigured headers;
16645         signal a real error if debug-on-quit or debug-on-error is non-nil.
16646         (rfc2047-encode-max-chars): New variable.
16647         (rfc2047-encode-1): Use it.
16648         (rfc2047-encode-parameter): New function.
16649
16650         * mml.el (mml-insert-parameter): Remove an excessive space.
16651
16652 2004-07-17  Simon Josefsson  <jas@extundo.com>
16653
16654         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16655         Kai Grossjohann <kai@emptydomain.de>.
16656         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16657         (gnus-group-make-menu-bar): Ditto.
16658
16659         * gnus-util.el (gnus-group-server): Add.
16660
16661 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16662
16663         * message.el (message-clone-locals): Clone sendmail and smtp
16664         variables.
16665
16666 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16667
16668         * rfc2047.el (rfc2047-encode-region): Fix last change.
16669
16670 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16671
16672         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16673         characters as non-special.
16674
16675 2004-07-09  Simon Josefsson  <jas@extundo.com>
16676
16677         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16678         Users will lose all flag changes made while unplugged with
16679         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16680         good default.  See numerous reports on ding mailing list.
16681
16682 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16683
16684         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16685         add generate-head-function and generate-article-function to the
16686         rfc822-forward entry.
16687         (nndoc-rfc822-forward-generate-article): New function.
16688         (nndoc-rfc822-forward-generate-head): New function.
16689
16690         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16691
16692 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16693
16694         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16695         respect display group parameter and gnus-summary-expunge-below.
16696         (gnus-articles-to-read): Remove unused reference to display group
16697         parameter.
16698
16699 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16700
16701         * nnheader.el (nnheader-uniquify-message-id): New experimental
16702         variable.
16703         (nnheader-nov-read-message-id): Use it.
16704
16705         * spam-report.el (spam-report-gmane): Add interactive.
16706
16707 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16708
16709         * mm-encode.el (mm-content-transfer-encoding-defaults):
16710         Use qp-or-base64 for the application/* types.
16711
16712 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16713
16714         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16715
16716 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16717
16718         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16719         trim value.
16720
16721 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16722
16723         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16724         New macro and function.
16725         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16726
16727 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16728
16729         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16730         after-load-alist.
16731
16732 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16733
16734         * gnus-group.el (gnus-group-get-new-news-this-group):
16735         Don't update info that isn't there.
16736
16737 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16738
16739         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16740         entry.
16741
16742 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16743
16744         * mm-view.el (mm-inline-render-with-function): Use multibyte
16745         buffer; decode html source by charset.
16746
16747         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16748
16749         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16750         Mule-UCS is loaded under XEmacs.
16751         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16752
16753 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16754
16755         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16756
16757 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16758
16759         * mm-util.el (mm-coding-system-p): Return a coding-system.
16760         (mm-mime-mule-charset-alist): Use shift_jis instead of
16761         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16762         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16763         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16764         instead of japanese-shift-jis and iso-latin-1 respectively in
16765         order to share the default value with both Emacs and XEmacs-mule.
16766         (mm-mule-charset-to-mime-charset):
16767         Make mm-coding-system-priorities effective.
16768         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16769         while predicating of candidates upon the priorities.
16770
16771 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16772
16773         * gnus-sum.el (gnus-summary-make-menu-bar):
16774         Add gnus-uu-invert-processable.
16775
16776         * gnus.el: Autoload gnus-uu-invert-processable.
16777
16778 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16779
16780         * mm-util.el (mm-with-multibyte-buffer): New macro.
16781
16782         * rfc2047.el (rfc2047-encode-string): Use it.
16783         (rfc2047-encode-region): Move point to the end of the region after
16784         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16785
16786 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16787
16788         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16789         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16790
16791 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16792
16793         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16794         (gnus-cite-parse): Ignore quoted envelope From_.
16795         Suggested by Karl Chen <quarl@nospam.quarl.org>.
16796
16797 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16798
16799         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16800         invalid addresses.
16801
16802 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16803
16804         * spam.el: Change section markers, revise TODO list.
16805         (spam-backends): Make new master list of all installed backends.
16806         (spam-summary-exit-behavior): Add new variable to determine how
16807         messages moves are done at summary exit.
16808         (spam-move-spam-nonspam-groups-only)
16809         (spam-process-ham-in-nonham-groups)
16810         (spam-process-ham-in-spam-groups): Remove variables, the
16811         spam-summary-exit-behavior variable should be used to manage this
16812         behavior.
16813         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16814         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16815         and spam-old-spam-articles.
16816         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16817         Add empty variables, placeholders for the backends they represent.
16818         (spam-set-difference): Move, unchanged.
16819         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16820         unless the user has a processor variable.
16821         (spam-classifications, spam-classification-valid-p)
16822         (spam-backend-properties, spam-backend-property-valid-p)
16823         (spam-backend-function-type-valid-p)
16824         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16825         (spam-report-articles-gmane, spam-report-articles-resend):
16826         Remove functions, they are not needed.
16827         (spam-install-backend-super, spam-backend-list)
16828         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16829         (spam-backend-function, spam-backend-ham-registration-function)
16830         (spam-backend-spam-registration-function)
16831         (spam-backend-ham-unregistration-function)
16832         (spam-backend-spam-unregistration-function)
16833         (spam-backend-statistical-p, spam-backend-mover-p)
16834         (spam-install-backend-alias, spam-install-checkonly-backend)
16835         (spam-install-mover-backend, spam-install-nocheck-backend)
16836         (spam-install-backend, spam-install-statistical-backend)
16837         (spam-install-statistical-checkonly-backend): Add backend installation
16838         support.
16839         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16840         (spam-group-processor-p): Use the new backend code and respect the
16841         summary exit behavior.
16842         (spam-mark-spam-as-expired-and-move-routine): Remove.
16843         (spam-summary-prepare): Change to use the new spam-old-articles
16844         variable.
16845         (spam-copy-or-move-routine, spam-copy-spam-routine)
16846         (spam-move-spam-routine, spam-copy-ham-routine)
16847         (spam-move-ham-routine): Add code to copy/move ham or spam.
16848         (spam-fetch-field-fast): Improve doc and code, plus allow the
16849         'number request.
16850         (spam-list-of-checks, spam-list-of-statistical-checks):
16851         Remove variables.
16852         (spam-split, spam-find-spam): Use the new backend code.
16853         (spam-registration-functions): Remove variable.
16854         (spam-unregister-routine): Add convenience wrapper.
16855         (spam-log-undo-registration, spam-register-routine)
16856         (spam-log-processing-to-registry)
16857         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16858         where possible.
16859         (spam-check-gmane-xref, spam-check-regex-headers)
16860         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16861         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16862         (spam-check-bogofilter-headers, spam-check-spamoracle)
16863         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16864         (spam-check-crm114-headers): Use the spam-split-group that
16865         spam-split prepares, no need to determine it every time.
16866
16867         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16868         to the nnheader-parse-naked-head call.
16869
16870         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16871
16872         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16873         the nnheader-nov-read-message-id call.
16874
16875 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16876
16877         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16878         gnus-activate-group twice.  Suggested by Markus Peter
16879         <warp@spin.de>.
16880
16881 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16882
16883         * gnus-art.el (gnus-article-time-format): Exchange the order of
16884         day and month in the default value; fix customization type.
16885         (article-date-ut): Use add-text-properties.
16886         (article-make-date-line): Use message-make-date instead of
16887         current-time-string.
16888
16889         * message.el (message-fetch-field): Don't use set-text-properties.
16890         (message-make-date): Simplify.
16891
16892         * messagexmas.el (message-xmas-make-date): New function.
16893         (message-xmas-redefine): Defalias message-make-date to it.
16894
16895 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16896
16897         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16898         (rfc2047-encode-region): Treat text within parentheses as special;
16899         show the original text when error has occurred.
16900
16901         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16902         already-computed method to gnus-activate-group.
16903
16904         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16905         same select-methods identical Lisp objects.
16906
16907         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16908         object when modifying the info.
16909
16910 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16911
16912         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16913         gnus-opened-servers since it has never been opened with the new
16914         configuration yet.
16915
16916 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16917
16918         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16919         arg to nnheader-generate-fake-message-id.
16920
16921 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16922
16923         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16924         number and build a fake message ID localized to a group and
16925         article number (so it's repeatable from that point on).
16926         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16927         ID format.
16928
16929         * gnus-sum.el (gnus-get-newsgroup-headers):
16930         Call nnheader-generate-fake-message-id with the article number.
16931
16932 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16933
16934         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16935         end-of-buffer.
16936
16937 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16938
16939         * message.el (message-ignored-supersedes-headers): Add Approved.
16940
16941 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16942
16943         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16944         goto-char.
16945         (rfc2047-encode): Fold the line before encoding.
16946
16947 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16948
16949         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16950         folding -- not all headers can be folded, and this should be done
16951         by the message composition mode.  Probably.  I think.
16952
16953 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16954
16955         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16956         fast.
16957
16958         * gnus-ems.el (gnus-remove-image): Don't use
16959         message-text-with-property; remove only the image found first.
16960
16961         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16962         found first.
16963
16964 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16965
16966         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16967
16968 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16969
16970         * message.el (message-text-with-property): Make it fast and accept
16971         optional arguments.
16972         (message-strip-forbidden-properties): Use it.
16973         (message-fix-before-sending): Follow the m-t-w-p change.
16974
16975         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16976
16977 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16978
16979         * gnus-art.el (article-hide-headers): Don't change the buffer
16980         mistakenly when performing mml-preview even if
16981         gnus-single-article-buffer is nil.
16982
16983 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16984
16985         * message.el (message-expand-name-databases): New user option.
16986         (message-expand-name): Use it.
16987
16988 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16989
16990         * spam.el (spam-report-articles-resend)
16991         (spam-report-resend-register-routine): Allow ham reporting.
16992         (spam-report-resend-register-ham-routine): Add wrapper.
16993         (spam-registration-functions): Add ham resending functions.
16994         (spam-list-of-processors): Add ham resend processor.
16995
16996         * gnus.el (ham-resend-to): Add new group parameter.
16997         (spam-process): Add ham resend option.
16998
16999         * spam-report.el (spam-report-resend): Allow reporting ham.
17000         (spam-report-resend-ham): Add wrapper.
17001
17002 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17003
17004         * message.el (message-cite-articles-with-x-no-archive):
17005         New variable.
17006         (message-cite-original): Use it.
17007
17008 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17009
17010         * message.el (message-cite-original): Respect X-No-Archive.
17011
17012 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17013
17014         * gnus-art.el (article-hide-headers): Refer to the values for
17015         gnus-ignored-headers and gnus-visible-headers in the summary
17016         buffer since a user may have set them as group parameters.
17017
17018 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17019
17020         * assistant.el (assistant-node-name): Add convenience function.
17021         (assistant-render-text, assistant-render-node): Add error handling,
17022         plus handle multiple next nodes.
17023         (assistant-find-next-node): Comment out for now.
17024         (assistant-find-next-nodes): Add function, returns list of next
17025         nodes.
17026
17027 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17028
17029         * mail-source.el (mail-source-directory): Fix doc-string.
17030
17031 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17032
17033         * assistant.el (assistant-render-text, assistant-eval): Add :set
17034         widget type, which is different because it takes and returns a
17035         list.  Much hilarity ensues.
17036
17037 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17038
17039         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17040
17041         * gnus-group.el (gnus-group-get-new-news-this-group):
17042         Add doc-string.
17043
17044         * gnus-start.el (gnus-activate-group): Add doc-string.
17045
17046 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17047
17048         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17049
17050 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17051
17052         * assistant.el (assistant-render-text): Try to add a :set
17053         widget, more to come.
17054
17055         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17056         strings.
17057         (spam-report-articles-resend)
17058         (spam-register-routine): Do registration iff any articles warrant
17059         it.
17060         (spam-summary-prepare-exit): Change log message for nil group
17061         destinations.
17062
17063 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17064
17065         * spam.el (spam-report-resend-register-routine):
17066         Allow spam-report-resend-to to be a group parameter or a global value.
17067
17068 2004-05-26  Simon Josefsson  <jas@extundo.com>
17069
17070         * starttls.el: Merge with my GNUTLS based starttls.el.
17071         (starttls-gnutls-program, starttls-use-gnutls)
17072         (starttls-extra-arguments, starttls-process-connection-type)
17073         (starttls-connect, starttls-failure, starttls-success):
17074         New variables.
17075         (starttls-program, starttls-extra-args): Doc fix.
17076         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17077         New functions.
17078         (starttls-negotiate, starttls-open-stream):
17079         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17080         function if it is set.
17081
17082 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17083
17084         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17085         structured fields.
17086
17087 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17088
17089         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17090
17091 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17092
17093         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17094         Add variable.
17095         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17096         assigning the spam-mark to new messages.
17097
17098 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17099
17100         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17101
17102 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17103
17104         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17105
17106         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17107         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17108         default.
17109
17110 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17111
17112         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17113         correct data.
17114
17115 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17116
17117         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17118         (spam-group-processor-p): Fix function.
17119         (spam-group-processor-multiple-p)
17120         (spam-group-spam-processor-report-gmane-p)
17121         (spam-group-spam-processor-report-resend-p)
17122         (spam-group-spam-processor-bogofilter-p)
17123         (spam-group-spam-processor-blacklist-p)
17124         (spam-group-spam-processor-ifile-p)
17125         (spam-group-ham-processor-ifile-p)
17126         (spam-group-spam-processor-spamoracle-p)
17127         (spam-group-spam-processor-crm114-p)
17128         (spam-group-ham-processor-bogofilter-p)
17129         (spam-group-spam-processor-stat-p)
17130         (spam-group-ham-processor-stat-p)
17131         (spam-group-ham-processor-whitelist-p)
17132         (spam-group-ham-processor-BBDB-p)
17133         (spam-group-ham-processor-spamoracle-p)
17134         (spam-group-ham-processor-copy-p): Remove functions with some
17135         prejudice against unneeded code.
17136         (spam-report-articles-resend)
17137         (spam-report-resend-register-routine): Allow the group/topic
17138         spam-resend-to value to override spam-report-resend-to.
17139         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17140         properly now.
17141
17142         * gnus.el (spam-resend-to): Add group/topic parameter.
17143         (spam-process): Move the OBSOLETE processors to the end of the
17144         choices.
17145
17146 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17147
17148         * spam-report.el (spam-report-resend-to, spam-report-resend):
17149         Start with resend-to set to nil, and then ask the user if necessary.
17150         (spam-report-resend): spam-report-resend takes a list of articles, not
17151         separate article numbers.
17152
17153 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17154
17155         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17156         addition to emacs-w3m.
17157
17158 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17159
17160         * assistant.el (assistant-authinfo-data): New function.
17161         (assistant-eval): Eval for entire assistant.
17162
17163         * netrc.el (netrc-services-file): New variable.
17164         (netrc-parse-services): New function.
17165         (netrc-find-service-name): New function.
17166         (netrc-find-service-number): New function.
17167         (netrc-port-equal): New function.
17168         (netrc-machine): Use it.
17169
17170         * nnimap.el (nnimap-open-connection): Use netrc.
17171
17172         * gnus-util.el (gnus-netrc-get): Remove aliases.
17173
17174         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17175
17176         * assistant.el (wid-edit): Fix compilation.
17177
17178         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17179
17180 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17181
17182         * gnus-util.el (gnus-set-file-modes): New function.  (small
17183         patch).
17184
17185 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17186
17187         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17188
17189         * assistant.el (assistant-render-node): Fix up rendering and
17190         read-only text.
17191         (assistant-render-node): Reset.
17192         (assistant-make-read-only): Not sticky.
17193
17194 2004-05-20  Danny Siu  <dsiu@adobe.com>
17195
17196         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17197         centered even when gnus-auto-center-summary is t.
17198
17199 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17200
17201         * dns.el (dns-get-txt-answer): New function.
17202         (dns-read-txt): Ditto.
17203         (query-dns): Use it.
17204
17205 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17206
17207         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17208         active for foreign groups even if the group level is higher than
17209         the specified value.
17210
17211 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17212
17213         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17214         non-active groups.
17215
17216         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17217
17218 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17219
17220         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17221
17222 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17223
17224         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17225         (spam-crm114-header, spam-crm114-spam-switch)
17226         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17227         (spam-crm114-positive-spam-header)
17228         (spam-crm114-database-directory, spam-list-of-processors)
17229         (spam-group-spam-processor-crm114-p)
17230         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17231         (spam-generic-score, spam-list-of-checks)
17232         (spam-list-of-statistical-checks, spam-registration-functions)
17233         (spam-check-crm114-headers, spam-crm114-score)
17234         (spam-check-crm114, spam-crm114-register-with-crm114)
17235         (spam-crm114-register-spam-routine)
17236         (spam-crm114-unregister-spam-routine)
17237         (spam-crm114-register-ham-routine)
17238         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17239         From asjo@koldfront.dk (Adam Sjøgren).
17240
17241         * gnus.el: Add spam-use-crm114.
17242
17243         * spam.el (spam-list-of-processors, spam-registration-functions):
17244         Add spam-use-resend.
17245         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17246         (spam-report-articles-gmane): Add doc fix.
17247         (spam-report-articles-resend, spam-report-resend-register-routine):
17248         Add wrappers around spam-report-resend-to.
17249
17250         * spam-report.el (spam-report-resend-to, spam-report-resend):
17251         Add support for resending spam.
17252         (spam-report-gmane): Fix line length >80.
17253
17254         * gnus.el (spam-process): Add spam-use-resend.
17255
17256 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17257
17258         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17259         number of processed spam messages.
17260         (spam-ham-copy-or-move-routine): Return the number of processed
17261         ham messages.
17262         (spam-summary-prepare-exit): Use the above values to decide
17263         whether status messages shouled be displayed.
17264
17265 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17266
17267         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17268         `rfc2047-encoding-function-alist' in order to avoid conflicting
17269         with the old version.
17270         (rfc2047-encode-region): Concatenate words containing non-ASCII
17271         characters in structured fields; don't encode space-delimited
17272         ASCII words even in unstructured fields; don't break words at
17273         char-category boundaries.
17274         (rfc2047-encode-1): New function.
17275         (rfc2047-encode): Use it; encode text so that it occupies the
17276         maximum width within 76-column; work correctly on Q encoding for
17277         iso-2022-* charsets.
17278         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17279         sure not to break a line just after the header name.
17280         (rfc2047-b-encode-region): Remove.
17281         (rfc2047-b-encode-string): New function.
17282         (rfc2047-q-encode-region): Remove.
17283         (rfc2047-q-encode-string): New function.
17284
17285         * mm-util.el (mm-replace-in-string): New function.
17286
17287 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17288
17289         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17290         Really get it right.
17291         (gnus-inews-make-draft): Really.
17292
17293 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17294
17295         * nnmh.el (nnmh-request-list-1): Don't check the link count
17296         before descending.  (small patch)
17297
17298 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17299
17300         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17301         stuff.
17302
17303         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17304         Match on real group name.
17305
17306         * gnus-art.el (gnus-signature-limit): Doc fix.
17307
17308         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17309
17310         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17311
17312 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17313
17314         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17315         isn't a string.
17316
17317 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17318
17319         * gnus-draft.el (gnus-draft-send):
17320         Bind rfc2047-encode-encoded-words.
17321
17322         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17323         (rfc2047-encodable-p): Say that =? needs encoding.
17324         (rfc2047-encode-encoded-words): New variable.
17325
17326         * gnus-group.el (gnus-group-select-group): Doc fix.
17327
17328         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17329
17330         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17331         to nil.
17332
17333         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17334
17335         * nnheader.el (nnheader-get-lines-and-char): New function.
17336
17337 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17338
17339         * gnus-msg.el (gnus-summary-followup-with-original):
17340         Document yanking of region when active.
17341
17342 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17343
17344         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17345         groups if the group level is higher than the specified value.
17346
17347 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17348
17349         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17350         (gnus-group-jump-to-group): Add prefix argument using
17351         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17352         non-active group.
17353
17354         * compface.el (uncompface): Be verbose when changing
17355         `uncompface-use-external'.
17356
17357         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17358         handle manual section.
17359
17360 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17361
17362         * gnus-art.el (gnus-button-alist): Revert previous change.
17363
17364 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17365
17366         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17367
17368 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17369
17370         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17371         whether backend can accept message.
17372
17373         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17374
17375 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17376
17377         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17378         Avoid creating directory when nntp-marks-is-evil is true.
17379         Reported by Reiner Steib.
17380
17381 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17382
17383         * gnus-picon.el (gnus-picon-style): New variable.
17384         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17385         (gnus-picon-transform-address): Support `gnus-picon-style'.
17386         From Jesper Harder <harder@ifa.au.dk>.
17387
17388 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17389
17390         * message.el (message-fill-field): Return point.
17391         (message-generate-headers): Go to end of field.
17392
17393         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17394         stuff for non-living groups.
17395
17396 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17397
17398         * gnus-art.el (gnus-article-followup-with-original)
17399         (gnus-article-reply-with-original): gnus-mark-active-p ->
17400         gnus-region-active-p.
17401
17402 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17403
17404         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17405         only when there is spam or ham to be processed.
17406
17407 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17408
17409         * mail-source.el (mail-source-delete-crash-box): Refactor.
17410         (mail-source-fetch): Use it.
17411         (mail-source-fetch-file): Ditto.
17412         (mail-source-fetch-directory): Run postscript in loop.
17413         (mail-source-fetch-pop): Delete.
17414         (mail-source-fetch-maildir): Ditto.
17415         (mail-source-fetch-imap): Ditto.
17416
17417         * imap.el (imap-authenticators): Comment out sasl.
17418
17419         * message.el (message-skip-to-next-address): New function.
17420         (message-fill-header-address): Refactor.
17421         (message-fill-address): Use it.
17422         (message-delete-address): Use it.
17423         (message-fill-header-general): Refactor.
17424         (message-fill-field-address): Rename.
17425         (message-narrow-to-field): Find the start of the header.
17426         (message-header-format-alist): Don't pre-fill.
17427         (message-fill-header): Remove.
17428         (message-insert-header): New function.
17429         (message-shorten-references): Use it.
17430
17431         * rfc2047.el (rfc2047-field-value): Strip props.
17432
17433         * mail-parse.el (mail-header-make-address): New alias.
17434
17435         * ietf-drums.el (ietf-drums-make-address): New function.
17436
17437         * imap.el: Add compiler directives.
17438
17439         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17440
17441         * gnus-art.el (article-decode-idna-rhs): Don't use
17442         message-idna-inside-rhs-p.
17443
17444 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17445
17446         * message.el (message-idna-inside-rhs-p): Remove.
17447         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17448
17449         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17450         false positives.
17451
17452 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17453
17454         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17455
17456 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17457
17458         * nneething.el (nneething-file-name): Don't create spurious
17459         files.
17460
17461         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17462         (gnus-inews-do-gcc): Remove sleep.
17463
17464         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17465         part under point.
17466
17467         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17468         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17469
17470 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17471
17472         * spam.el (spam-summary-prepare-exit): Fix (length).
17473
17474 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17475
17476         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17477         as expired without moving it" message when there are spam
17478         messages left.
17479
17480 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17481
17482         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17483         header is not nil.
17484
17485 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17486
17487         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17488         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17489         (nntp-marks-changed-p): New arg SERVER.
17490         (nntp-request-update-info): Adjust caller.
17491
17492 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17493
17494         * nntp.el (nntp-save-marks): Pass missing arg.
17495
17496 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17497
17498         * nntp.el: Support marks.
17499         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17500         (nntp-marks-modtime, nntp-marks-directory): New variables.
17501         (nntp-request-set-mark, nntp-request-update-info)
17502         (nntp-possibly-create-directory, nntp-marks-changed-p)
17503         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17504         New functions.
17505
17506 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17507
17508         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17509         (gnus-xmas-redefine): Rename.
17510
17511         * gnus-score.el (gnus-score-insert-help):
17512         Use gnus-select-lowest-window.
17513
17514         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17515         appt-select-lowest-window and rename to gnus-select-lowest-window.
17516
17517         * gnus.el: do.
17518
17519 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17520
17521         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17522         encodings of MIME-encoded words, in order to improve
17523         interoperability with several broken MUAs.
17524
17525 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17526
17527         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17528         tags, only when charsets are not specified in headers.
17529         (mm-inline-text-html-render-with-w3m): Ditto.
17530
17531         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17532         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17533
17534 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17535
17536         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17537         instead of MIME-decoded from fields when checking
17538         `gnus-article-address-banner-alist'.
17539
17540 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17541
17542         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17543         description rather than subject.
17544
17545 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17546
17547         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17548
17549 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17550
17551         * gnus.el (gnus-version-number): Bump.
17552
17553 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17554
17555         * gnus.el: No Gnus v0.2 is released.
17556
17557 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17558
17559         * gnus-agent.el (gnus-agent-read-agentview):
17560         Inline gnus-uncompress-range.
17561
17562 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17563
17564         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17565         `exec-installed-p'.
17566
17567 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17568
17569         * gnus.el (spam-process, spam-autodetect-methods):
17570         Add bsfilter and bsfilter-headers.
17571
17572         * spam.el (spam-bsfilter): New customize group.
17573         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17574         (spam-bsfilter-header, spam-bsfilter-probability-header)
17575         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17576         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17577         (spam-bsfilter-database-directory): New options.
17578         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17579         (spam-list-of-statistical-checks, spam-registration-functions):
17580         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17581         (spam-bsfilter-score): New command.
17582         (spam-check-bsfilter-headers, spam-check-bsfilter)
17583         (spam-bsfilter-register-with-bsfilter)
17584         (spam-bsfilter-register-spam-routine)
17585         (spam-bsfilter-unregister-spam-routine)
17586         (spam-bsfilter-register-ham-routine)
17587         (spam-bsfilter-unregister-ham-routine): New functions.
17588         (spam-generic-score): Support bsfilter; Accept an optional argument
17589         to recalcurate spam score even if scoring header has already been
17590         added.
17591         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17592         optional argument to recalcurate spam score even if scoring header
17593         has already been added.
17594
17595 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17596
17597         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17598         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17599         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17600         link is missing.
17601
17602 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17603
17604         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17605         (html2text-get-attr): Rewrite.
17606
17607         * message.el (message-setup-1): Remove redundant put-text-property
17608         on mail-header-separator.
17609
17610 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17611
17612         * gnus-registry.el (gnus-registry-cache-whitespace)
17613         (gnus-registry-action, gnus-registry-spool-action)
17614         (gnus-registry-split-fancy-with-parent): Change message levels
17615         from 5 to 3 or 7, as needed.
17616
17617         * spam.el (spam-summary-prepare-exit)
17618         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17619         (spam-split, spam-find-spam, spam-log-undo-registration)
17620         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17621         level from 5 to 6.
17622
17623 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17624
17625         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17626         2004-03-04 change).
17627
17628 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17629
17630         * sieve-manage.el (sieve-manage-open):
17631         * nnweb.el (nnweb-insert-html):
17632         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17633         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17634         * nnspool.el (nnspool-request-group):
17635         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17636         * nnml.el (nnml-request-update-info):
17637         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17638         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17639         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17640         (nnimap-request-set-mark):
17641         * nnfolder.el (nnfolder-request-update-info):
17642         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17643         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17644         * gnus-uu.el (gnus-uu-find-articles-matching):
17645         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17646         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17647         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17648         * gnus-nocem.el (gnus-nocem-scan-groups):
17649         * gnus-int.el (gnus-start-news-server):
17650         * gnus-group.el (gnus-group-make-kiboze-group)
17651         (gnus-group-browse-foreign-server):
17652         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17653         Use mapc when appropriate.
17654
17655 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17656
17657         FIXME: Make separate entries for each person.
17658
17659         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17660         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17661         <shields@msrl.com>:
17662
17663         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17664         may need for spam sorting and scoring.
17665         (spam-user-format-function-S): Add user format function suitable for
17666         general use.
17667         (spam-article-sort-by-spam-status): Add sorting function for summary
17668         sorting.
17669         (spam-extra-header-to-number): Add function to get a score from a
17670         header.
17671         (spam-summary-score): Add function to get a numeric score from the
17672         headers.
17673         (spam-generic-score): Fix function doc, was in wrong place.
17674         (spam-initialize): Take symbols when it's run, and install the
17675         extra headers that spam-necessary-extra-headers thinks we need.
17676
17677 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17678
17679         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17680         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17681
17682 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17683
17684         * gnus-sum.el (gnus-set-global-variables)
17685         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17686         (gnus-article-get-xrefs, gnus-summary-best-group)
17687         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17688         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17689         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17690         Use with-current-buffer.
17691
17692 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17693
17694         * spam.el (spam-summary-prepare-exit): Simplify logic.
17695         (spam-fetch-article-header): Read the article header if it's not
17696         available.
17697         (spam-list-articles): Simplify logic.
17698         (spam-filelist-register-routine): Fix bug with unregister-list.
17699
17700         * gnus-registry.el: Fix comments at beginning.
17701
17702 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17703
17704         * message.el (message-cater-to-broken-inn): Remove.
17705         (message-shorten-references): Make sure the total folded length of
17706         References is shorter than 998 characters to cater to a bug in INN
17707         2.3.  Also, don't pretend that references aren't folded -- this
17708         hasn't worked for a while.
17709
17710 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17711
17712         * gnus-agent.el (gnus-agentize):
17713         gnus-agent-send-mail-real-function no longer set to current value
17714         of message-send-mail-function but rather a lambda that calls
17715         message-send-mail-function.  The change makes the agent real-time
17716         responsive to user changes to message-send-mail-function.
17717
17718 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17719
17720         * legacy-gnus-agent.el
17721         (gnus-agent-convert-to-compressed-agentview): Fix typos with
17722         help from Florian Weimer <fw@deneb.enyo.de>
17723
17724 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17725
17726         * nnmail.el (nnmail-cache-insert): Revert last change.
17727
17728 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17729
17730         * nnmail.el (nnmail-cache-insert): Always check whether
17731         nnmail-cache-ignore-groups matches a group name.
17732
17733 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17734
17735         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17736         (spam-find-spam, spam-log-processing-to-registry)
17737         (spam-log-registered-p, spam-log-unregistration-needed-p)
17738         (spam-log-undo-registration): Use gnus-message instead of
17739         gnus-error, none of these errors are fatal.
17740
17741         * gnus-registry.el (gnus-registry-clean-empty-function)
17742         (gnus-registry-clean-empty): Remove only empty entries without
17743         extra data.
17744
17745 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17746
17747         * spam-stat.el (spam-stat-buffer-change-to-spam)
17748         (spam-stat-buffer-change-to-non-spam): Change (error) to
17749         (gnus-message 8) invocation.
17750
17751 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17752
17753         * nntp.el (nntp-via-netcat-command): New variable.
17754         (nntp-via-netcat-switches): New variable.
17755         (nntp-open-via-rlogin-and-netcat): New function.
17756         (nntp-open-connection-function): Doc fix.
17757         (nntp-telnet-command): Doc fix.
17758         (nntp-end-of-line): Doc fix.
17759         (nntp-via-rlogin-command): Doc fix.
17760         (nntp-via-user-name): Doc fix.
17761         (nntp-via-address): Doc fix.
17762
17763 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17764
17765         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17766         error in Emacs 21.1.
17767
17768 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17769
17770         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17771
17772 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17773
17774         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17775         (gnus-agent-with-refreshed-group): New macro.
17776         (gnus-agent-rename-group): New function.
17777         (gnus-agent-delete-group): New function.
17778         (gnus-agent-save-group-info): Use gnus-command-method when
17779         `method' parameter is nil.  Don't write nil entries into the
17780         active file.
17781         (gnus-agent-get-group-info): New function.
17782         (gnus-agent-fetch-articles):
17783         Use gnus-agent-update-files-total-fetched-for to increment disk space
17784         used.
17785         (gnus-agent-fetch-headers, gnus-agent-save-alist):
17786         Use gnus-agent-update-view-total-fetched-for to increment disk space
17787         used.
17788         (gnus-agent-get-local): Add optional parameters to avoid calling
17789         gnus-group-real-name and gnus-find-method-for-group.
17790         (gnus-agent-set-local): Delete stored entry if either min, or max,
17791         are nil.
17792         (gnus-agent-fetch-session): Reworded error/quit messages.
17793         On quit, use gnus-agent-regenerate-group to record existance of any
17794         articles fetched to disk before the quit occurred.
17795         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17796         gnus-agent-update-view-total-fetched-for, and
17797         gnus-agent-update-files-total-fetched-for to decrement disk space
17798         used.
17799         (gnus-agent-retrieve-headers):
17800         Use gnus-agent-update-view-total-fetched-for to increment disk space
17801         used.
17802         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17803         with gnus-agent-update-files-total-fetched-for to decrement disk
17804         space and fresh group buffer.
17805         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17806         (gnus-agent-need-update-total-fetched-for): New variable.
17807         (gnus-agent-update-files-total-fetched-for): New function.
17808         (gnus-agent-update-view-total-fetched-for): New function.
17809         (gnus-agent-total-fetched-for): New function.
17810
17811         * gnus-cache.el (gnus-cache-save-buffers):
17812         Use gnus-cache-update-overview-total-fetched-for to change disk space
17813         used by this group.
17814         (gnus-cache-possibly-enter-article):
17815         Use gnus-cache-update-file-total-fetched-for to increment disk space
17816         used by this group.
17817         (gnus-cache-possibly-remove-article):
17818         Use gnus-cache-update-file-total-fetched-for to decrement disk space
17819         used by this group.
17820         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17821         (gnus-cache-rename-group): New function.
17822         (gnus-cache-delete-group): New function.
17823         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17824         (gnus-cache-need-update-total-fetched-for): New variable.
17825         (gnus-cache-with-refreshed-group): New macro.
17826         (gnus-cache-update-file-total-fetched-for): New function.
17827         (gnus-cache-update-overview-total-fetched-for): New function.
17828         (gnus-cache-rename-group-total-fetched-for): New function.
17829         (gnus-cache-delete-group-total-fetched-for): New function.
17830         (gnus-cache-total-fetched-for): New function.
17831
17832         * gnus-group.el: Require gnus-sum and autoload functions to
17833         resolve warnings when gnus-group.el compiled alone.
17834         (gnus-group-line-format): Documented new %F.
17835         (size of Fetched data) group line format; identifies disk space
17836         used by agent and cache.
17837         (gnus-group-line-format-alist): Defined new F format.
17838         (gnus-total-fetched-for): New function.
17839         (gnus-group-delete-group): No longer update
17840         gnus-cache-active-altered as gnus-request-delete-group now keeps
17841         the cache in sync.
17842         (gnus-group-list-active): Let the agent store a server's active
17843         list if currently plugged.
17844
17845         * gnus-int.el (gnus-request-delete-group):
17846         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17847         local disk in sync with the server.
17848         (gnus-request-rename-group):
17849         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17850         local disk in sync with the server.
17851
17852         * gnus-start.el (gnus-get-unread-articles):
17853         Cosmetic simplification to logic.
17854
17855         * gnus-util.el (gnus-rename-file): New function.
17856
17857 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17858
17859         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17860
17861 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17862
17863         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17864         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17865
17866 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17867
17868         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17869         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17870
17871 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17872
17873         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17874
17875 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17876
17877         * spam.el (spam-set-difference): Add function to replace
17878         gnus-set-difference in spam.el.
17879         (spam-summary-prepare-exit): Use spam-set-difference.
17880
17881 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17882
17883         * gnus-registry.el (gnus-registry-cache-file): Update to use
17884         gnus-dribble-directory OR gnus-home-directory OR ~.
17885         (gnus-registry-split-fancy-with-parent): Fix doc.
17886
17887 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17888
17889         * message.el (message-exchange-point-and-mark):
17890         Use message-mark-active-p.  Suggested by Jesper Harder
17891         <harder@ifa.au.dk>.
17892
17893 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17894
17895         * message.el (message-exchange-point-and-mark): Don't activate
17896         region if it was inactive.  Suggested by Hiroshi Fujishima
17897         <pooh@nature.tsukuba.ac.jp>.
17898
17899 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17900
17901         * gnus-art.el (article-display-face): Display Faces in the same
17902         order as X-Faces.
17903
17904 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17905
17906         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17907
17908 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17909
17910         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17911         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17912         (gnus-article-mime-hierarchy): Remove.
17913         (gnus-article-mime-hierarchy-next): Remove.
17914         (gnus-article-mode): Revert 2004-03-19 change.
17915         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17916         (gnus-insert-mime-button): Revert 2004-03-19 change.
17917         (gnus-mime-accumulate-hierarchy): Remove.
17918         (gnus-mime-enter-multipart): Remove.
17919         (gnus-mime-leave-multipart): Remove.
17920         (gnus-mime-display-part): Revert 2004-03-19 change.
17921         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17922
17923         * mml.el (mml-preview): Revert 2004-03-19 change.
17924
17925 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17926
17927         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17928
17929 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17930
17931         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17932         t while entering a file name using the mm-with-multibyte macro.
17933         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17934
17935         * mm-util.el (mm-with-multibyte): New macro.
17936
17937 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17938
17939         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
17940         New user option.
17941         (gnus-mime-multipart-functions): Doc and customization fix.
17942         (gnus-article-mime-hierarchy): New variable.
17943         (gnus-article-mime-hierarchy-next): New variable.
17944         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17945         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17946         gnus-article-mime-hierarchy-next to nil.
17947         (gnus-insert-mime-button): Show hierarchy numbers.
17948         (gnus-mime-accumulate-hierarchy): New function.
17949         (gnus-mime-enter-multipart): New function.
17950         (gnus-mime-leave-multipart): New function.
17951         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17952         (gnus-mime-display-alternative): Show hierarchy numbers.
17953
17954         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17955         gnus-article-mime-hierarchy-next to nil.
17956
17957 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17958
17959         * dns.el: Don't require gnus-xmas.
17960
17961 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17962
17963         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17964         inline PGP.
17965         (mml-menu): Disable mml-quote-region if mark is inactive.
17966
17967 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17968
17969         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17970         when the group's active is not available.
17971
17972 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17973
17974         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17975         error.
17976
17977 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17978
17979         * imap.el (imap-store-password): New variable.
17980         (imap-interactive-login): Use it.
17981         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17982
17983 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17984
17985         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17986         window-start and hscroll to summary window.
17987
17988 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17989
17990         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17991         conversion message to newsrc-dribble when an actual conversion is
17992         performed.
17993
17994 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17995
17996         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17997
17998 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17999
18000         * mm-decode.el (mm-complicated-handles): New function reviving
18001         former definition of mm-multiple-handles.
18002
18003         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18004         (gnus-mime-delete-part): Use it.
18005
18006 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18007
18008         * gnus-agent.el (gnus-agent-read-local):
18009         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18010         avoid the implicit assumption that they will always be equal.
18011         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18012         coding-system-for-write, as the with-temp-file macro first prints
18013         to a buffer then saves the buffer.
18014
18015 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18016
18017         * gnus-art.el (gnus-article-edit-part): New function.
18018         (gnus-mime-save-part-and-strip): Use it; do query instead of
18019         signaling an error; don't use mm-multiple-handles.
18020         (gnus-mime-delete-part): Ditto.
18021
18022 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18023
18024         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18025         old file versions.
18026         (gnus-group-prepare-hook): Remove function that converted list
18027         form of gnus-agent-expire-days to group properties.
18028
18029         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18030         (gnus-request-accept-article): Re-indented.
18031
18032         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18033         converters to handle old agent file formats.  Add logic for a
18034         "backup before upgrading warning".
18035         (gnus-convert-mark-converter-prompt): Developers can mark
18036         functions as needing (default), or not needing,
18037         gnus-convert-old-newsrc's "backup before upgrading warning".
18038         (gnus-convert-converter-needs-prompt): Tests whether the user
18039         should be protected from potentially irreversable changes by the
18040         function.
18041
18042         * legacy-gnus-agent.el: New.  Provides converters that are only
18043         loaded when gnus-convert-old-newsrc needs to call them.
18044
18045 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18046
18047         * mail-source.el (mail-source-touch-pop): Doc fix.
18048
18049         * message.el (message-smtpmail-send-it): Doc fix.
18050
18051 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18052
18053         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18054
18055         * nnmail.el (nnmail-split-fancy): do.
18056
18057         * gnus-kill.el (gnus-kill, gnus-execute): do.
18058
18059 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18060
18061         * gnus-sum.el (gnus-widget-reversible-match)
18062         (gnus-widget-reversible-to-internal)
18063         (gnus-widget-reversible-to-external): New functions.
18064         (gnus-widget-reversible): New widget.
18065         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18066
18067 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18068
18069         * gnus-sum.el (gnus-thread-sort-functions)
18070         (gnus-article-sort-functions): Document `(not F)' items.
18071
18072 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18073
18074         * spam.el (spam-use-gmane-xref): Add new backend.
18075         (spam-gmane-xref-spam-group): Add variable to control the name of the
18076         Gmane spam group.
18077         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18078         (spam-regex-headers-spam, spam-regex-headers-ham)
18079         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18080         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18081         backends and checks.
18082         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18083
18084         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18085         an autodetect method.
18086
18087 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18088
18089         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18090         articles are being added to a group.
18091         (gnus-request-replace-article): Inform the agent that articles
18092         need to be uncached as the cached contents are no longer valid.
18093
18094 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18095
18096         * binhex.el: Don't autoload executable-find.
18097
18098         * canlock.el: Don't autoload mail-fetch-field.
18099
18100         * dgnushack.el: Autoload c-mode for XEmacs.
18101
18102         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18103
18104         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18105         rmail-dont-reply-to and rmail-output.
18106
18107         * gnus-score.el: Don't autoload ffap-string-at-point.
18108
18109         * gnus-setup.el: Don't autoload sc-cite-original.
18110
18111         * imap.el: Don't autoload base64-decode-string,
18112         base64-encode-string and md5.
18113
18114         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18115         and rmail-msg-restore-non-pruned-header.
18116
18117         * mm-decode.el: Don't autoload executable-find.
18118
18119         * mm-url.el: Don't autoload executable-find.
18120
18121         * mm-view.el: Don't autoload diff-mode.
18122
18123         * nndb.el: Don't autoload news-reply-mode, news-setup,
18124         cancel-timer and telnet.
18125
18126         * password.el: Don't autoload run-at-time for Emacs.
18127
18128         * sha1-el.el: Don't autoload executable-find.
18129
18130         * sieve-mode.el: Don't autoload c-mode.
18131
18132         * uudecode.el: Don't autoload executable-find.
18133
18134 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18135
18136         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18137         (gnus-agent-possibly-alter-active): Avoid null in numeric
18138         comparison.
18139         (gnus-agent-set-local): Refuse to save null in local object table.
18140         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18141         list of articles that will be marked as unread.
18142
18143 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18144
18145         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18146
18147 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18148
18149         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18150         language tags.
18151
18152 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18153
18154         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18155         Don't bind "obarray".
18156
18157         * gnus-sum.el (gnus-thread-sort-functions):
18158         Add `gnus-thread-sort-by-most-recent-number' and
18159         `gnus-thread-sort-by-most-recent-date'.
18160         Reported by Kai Grossjohann <kai@emptydomain.de>.
18161
18162 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18163
18164         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18165
18166 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18167
18168         * gnus-cus.el (gnus-agent-customize-category):
18169         Remove ignore-errors macro reference that required cl to be loaded at
18170         run-time.
18171
18172         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18173         single-interval range of the form (min . max).  Previously the
18174         range had to look like ((min . max)).  Likewise, return
18175         (min . max) rather than ((min . max)).
18176         (gnus-range-map): Use gnus-range-normalize to accept
18177         single-interval range.
18178
18179         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18180         the cache, but not the agent, now appear with their usual face.
18181
18182         * dgnushack.el (loaddir): New variable that is bound to the
18183         directory containing the dgnushack.el file. Use loaddir, rather
18184         than srcdir, to update load-path. Change lets dgnushack compile
18185         code in directories other than GNUS/lisp.
18186
18187 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18188
18189         * lpath.el: Don't bind w3m-safe-url-regexp.
18190
18191         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18192         w3m-safe-url-regexp variable buffer-local.
18193
18194         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18195
18196 2004-02-27  Simon Josefsson  <jas@extundo.com>
18197
18198         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18199         gnus-group-real-prefix.
18200         (gnus-summary-move-article): Use it, instead of
18201         gnus-group-real-prefix.
18202
18203 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18204
18205         * lpath.el: Bind w3m-safe-url-regexp.
18206
18207         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18208         w3m-safe-url-regexp variable buffer-local and set it as the value
18209         of mm-w3m-safe-url-regexp.
18210
18211         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18212
18213         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18214         parsing gnus-posting-styles when the message is not for replying.
18215
18216         * dgnushack.el: Autoload sgml-mode for XEmacs.
18217
18218         * nnrss.el (nnrss-opml-export):
18219         Use mm-set-buffer-file-coding-system instead of
18220         set-buffer-file-coding-system.
18221
18222 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18223
18224         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18225         of checkdoc.el).
18226         * nnrss.el: do.
18227         * gnus-mlspl.el: do.
18228         * gnus-ml.el: do.
18229         * gnus-srvr.el: do.
18230
18231         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18232
18233 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18234
18235         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18236         Corrections to custom-manual links.
18237
18238         * gnus-art.el (gnus-article): Ditto.
18239
18240         * mm-decode.el (mime-display, mime-security): Ditto.
18241
18242 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18243
18244         * flow-fill.el: Typo.
18245
18246 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18247
18248         * spam-wash.el: New file.
18249
18250 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18251
18252         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18253
18254 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18255
18256         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18257         to be run with new-articles as LIST1, not LIST2.
18258         (spam-registration-functions): Add spam-use-ham-copy as a nil
18259         registration backend.
18260
18261 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18262
18263         * spam-stat.el (spam-stat-washing-hook): New option.
18264         (spam-stat-buffer-words): Use it.
18265         (spam-stat-process-directory, spam-stat-test-directory):
18266         Use insert-file-contents-literally.
18267         (spam-stat-coding-system): New variable.
18268         (spam-stat-load, spam-stat-save): Use it.
18269
18270 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18271
18272         * spam-report.el (spam-report-plug-agent):
18273         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18274
18275 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18276
18277         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18278         Allow / in mailto URLs.
18279
18280 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18281
18282         * spam-report.el (spam-report-process-queue): Fix interactive use.
18283         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18284         (spam-report-unplug-agent): Doc fixes.
18285         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18286         (spam-report-agentize, spam-report-deagentize): Autoload.
18287
18288 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18289
18290         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18291
18292         * message.el (message-setup-fill-variables): Add mml tags to
18293         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18294         <ajk@iu.edu>.
18295         (message-mode): Don't modify paragraph-separate there.
18296
18297 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18298
18299         * compface.el (uncompface-use-external): Default to undecided.
18300         (uncompface-use-external-threshold): New variable.
18301         (uncompface-float-time): New macro.
18302         (uncompface): Determine whether to use the external decoder if
18303         uncompface-use-external is undecided.
18304
18305 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18306
18307         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18308         after images.
18309
18310         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18311
18312 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18313
18314         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18315
18316         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18317
18318         * gnus-sum.el (gnus-summary-limit-to-age)
18319         (gnus-summary-limit-children): do.
18320
18321         * gnus-int.el (gnus-request-scan): do.
18322
18323         * gnus-group.el (gnus-group-suspend): do.
18324
18325         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18326
18327         * gnus-cite.el (gnus-cite-parse-attributions): do.
18328
18329         * gnus-agent.el (gnus-summary-set-agent-mark)
18330         (gnus-agent-regenerate-group): do.
18331
18332         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18333
18334         * binhex.el (binhex-decode-region-internal): do.
18335
18336 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18337
18338         * gnus-fun.el (gnus-face-properties-alist): New user option.
18339         (gnus-display-x-face-in-from): Use it.
18340
18341         * gnus-art.el (article-display-face): Ditto.
18342
18343         * compface.el (uncompface-use-external): Default to nil.
18344
18345 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18346
18347         * nntp.el (nntp-erase-buffer): New function.
18348         (nntp-retrieve-data, nntp-send-command)
18349         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18350         (nntp-possibly-change-group): Use it.
18351
18352         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18353         Use with-current-buffer.
18354
18355 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18356
18357         * compface.el: Merge the ELisp-based uncompface program.
18358         (compface): New customization group.
18359         (uncompface-use-external): New user option.
18360         (uncompface): Call uncompface-internal if uncompface-use-external
18361         is nil.
18362         (uncompface-internal): New function.  Note that there are also
18363         some other functions and variables added for this function.
18364
18365 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18366
18367         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18368         if necessary.
18369
18370 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18371
18372         * spam-report.el (spam-report-unplug-agent)
18373         (spam-report-plug-agent, spam-report-deagentize)
18374         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18375         Add support for the Agent in spam-report: when unplugged, report to a
18376         file; when plugged, submit all the requests.
18377
18378         * spam.el (spam-register-routine): Fix message about
18379         registration.
18380
18381 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18382
18383         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18384         dependencies.
18385         (rfc2047-encode): Use it.
18386
18387         * gnus-art.el (gnus-button-marker-list): Move before first
18388         reference.
18389
18390         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18391         (imap-parse-body): Fix format string mismatch.
18392
18393         * gnus-score.el (gnus-summary-increase-score): do.
18394
18395         * nnrss.el (nnrss-close): New function.
18396
18397 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18398
18399         * nnrss.el (nnrss-make-filename): New function.
18400         (nnrss-request-delete-group, nnrss-read-server-data)
18401         (nnrss-save-server-data, nnrss-read-group-data)
18402         (nnrss-save-group-data): Use it.
18403         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18404         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18405         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18406
18407 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18408
18409         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18410
18411 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18412
18413         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18414         files.
18415
18416         * message.el (message-generate-headers-first): Don't quote nil
18417         and t in docstrings.
18418
18419         * imap.el (imap-id): do.
18420
18421         * gnus-agent.el (gnus-agent-consider-all-articles)
18422         (gnus-agent-queue-mail): do.
18423
18424 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18425
18426         * spam-report.el (spam-report-process-queue): New function.
18427         Process requests from `spam-report-requests-file'.
18428         (spam-report-process-queue): Doc fix.
18429
18430 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18431
18432         * spam.el (spam-register-routine)
18433         (spam-log-processing-to-registry, spam-log-registered-p)
18434         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18435         Change "check" to "spam-check" for semi-clarity.
18436
18437 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18438
18439         * pop3.el: Require nnheader.
18440
18441         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18442
18443         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18444
18445         * gnus-picon.el: Require cl.
18446
18447         * gnus-fun.el: Require gnus-ems and gnus-util.
18448
18449         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18450
18451         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18452
18453         * gnus-art.el (gnus-article-edit-mode): Define before first
18454         reference.
18455
18456 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18457
18458         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18459         (gnus-uu-post-encoded): Use point-at-bol.
18460
18461         * gnus-topic.el (gnus-group-active-topic-p): do.
18462
18463         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18464
18465         * gnus-group.el (gnus-group-kill-region): do.
18466
18467         * gnus-art.el (article-date-ut): do.
18468
18469         * message.el (message-fetch-field): Remove redundant
18470         case-fold-search binding.
18471         (message-narrow-to-field): Simplify.
18472
18473 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18474
18475         * spam.el (spam-directory): Derive from `gnus-directory'.
18476
18477         * spam-report.el (spam-report-url-to-file)
18478         (spam-report-requests-file): New function and variable for offline
18479         reporting.
18480         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18481         and user defined function.
18482         (spam-report-url-ping-mm-url): Remove doubled slash.
18483
18484 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18485
18486         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18487
18488 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18489
18490         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18491         Fix format string mismatch.
18492
18493         * sieve.el (sieve-deactivate-all): do.
18494
18495         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18496
18497         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18498
18499         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18500
18501         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18502
18503 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18504
18505         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18506         the list of checks.
18507
18508 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18509
18510         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18511         padding.
18512
18513 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18514
18515         * mm-view.el (mm-fill-flowed): New variable.
18516         (mm-inline-text): Use it.
18517
18518 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18519
18520         * spam.el (spam-spamassassin-register-ham-routine)
18521         (spam-spamassassin-register-spam-routine): Fix function names.
18522
18523 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18524
18525         * gnus.el (gnus-tmp-grouplens): Remove.
18526         (gnus-summary-line-format): Remove grouplens.
18527
18528         * gnus-group.el (gnus-group-line-format): Ditto.
18529
18530         * gnus-spec.el (gnus-format-specs): Ditto.
18531         (gnus-update-format-specifications): Flush the group format spec
18532         cache if there's the grouplens stuff.
18533         (gnus-parse-simple-format): Replace %l with the empty string.
18534
18535 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18536
18537         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18538         omission.
18539
18540 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18541
18542         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18543         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18544
18545 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18546
18547         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18548         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18549         New macros and functions.
18550         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18551         Handle > NLINK_MAX messages.
18552         * nnmaildir.el (nnmaildir-request-set-mark):
18553         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18554
18555 2004-01-25  Alex Schroeder  <alex@gnu.org>
18556
18557         * spam-stat.el (spam-stat-process-directory-age): New option.
18558         (spam-stat-process-directory): Use it.
18559
18560 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18561
18562         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18563         (spam-stat-save): Accept prefix argument.
18564
18565 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18566
18567         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18568         links" error.
18569
18570 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18571
18572         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18573         the rest of the and/or forms.
18574
18575 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18576
18577         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18578         compatibility with old .newsrc.eld files.
18579
18580         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18581
18582         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18583
18584         * gnus-start.el (gnus-1): do.
18585
18586         * gnus-group.el (gnus-group-line-format-alist): do.
18587
18588         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18589
18590         * gnus-gl.el: Remove.
18591
18592 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18593
18594         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18595         marks consisting of a single range {for example, (3 . 5)} rather
18596         than a list of a single range { ((3 . 5)) }.
18597
18598 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18599
18600         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18601         Use with-current-buffer.
18602         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18603         avoid consing a string.
18604
18605         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18606         Remove obsolete entries for big5 and gb2312.
18607
18608 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18609
18610         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18611         uncompressed list.
18612
18613 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18614
18615         * spam-stat.el (spam-stat-strip-xref): New function.
18616         (spam-stat-process-directory): Use it.
18617
18618         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18619         here -- it's done in message-fetch-field.
18620
18621 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18622
18623         * gnus-agent.el (gnus-agent-queue-mail)
18624         (gnus-agent-prompt-send-queue): New variables.
18625         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18626         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18627         "nndraft:queue" along to gnus-draft-send.
18628         Use gnus-agent-prompt-send-queue.
18629         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18630         is "nndraft:queue".  Suggested by Gaute Strokkenes
18631         <gs234@srcf.ucam.org>
18632
18633         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18634         (agent-enable-undownloaded-faces): Add.
18635         (gnus-agent-cat-groups): Use eval-and-compile, not
18636         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18637         method of gnus-agent-cat-groups even when the buffer has been
18638         evaled.
18639         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18640         delete gnus-agent-save-active-1.
18641         (gnus-agent-save-groups): Delete.  Identical to
18642         gnus-agent-save-active.
18643         (gnus-agent-write-active): No longer adjust agent's copy of active
18644         file as agent's adjustments are now stored in their own
18645         file.  Remove optional parameter.
18646         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18647         servers.  Add use of min/max range limits from server's local
18648         file.
18649         (gnus-agent-save-alist): Remove unused optional argument.
18650         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18651         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18652         (gnus-agent-set-local): A per-server file that keeps min/max range
18653         limits for articles known to the agent.  Provides a fast mechanism
18654         for altering many active ranges.
18655         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18656         active file (local makes it unnecessary).
18657         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18658
18659         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18660         (agent-enable-undownloaded-faces): Add.
18661
18662         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18663         disable it when sending to "nndraft:queue".
18664         (gnus-group-send-queue): Add safety check to avoid sending queue
18665         when unplugged.
18666
18667         * gnus-group.el (gnus-group-catchup): Use new
18668         gnus-sequence-of-unread-articles, not
18669         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18670         numbers of articles.  Use gnus-range-map to avoid having to
18671         uncompress the unread list.
18672         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18673         Fix invalid ange-ftp reference.
18674
18675         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18676         (gnus-sorted-range-intersection): Intersection of two ranges
18677         without requiring that they first be uncompressed.
18678
18679         * gnus-start.el (gnus-activate-group): Unless blocked by the
18680         caller, possibly expand the active range to include both cached
18681         and agentized articles.
18682         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18683         multiple version-dependent converters.
18684         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18685         gnus-agent-save-active.
18686         (gnus-save-newsrc-file): Save dirty agent range limits.
18687
18688         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18689         gnus-agent-possibly-alter-active.
18690         (gnus-adjust-marked-articles): Faster handling of simple lists.
18691
18692 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18693
18694         * spam-stat.el (spam-stat-test-directory): New optional argument
18695         displays a list of files detected.  Suggested by Andrew Cohen
18696         <cohen@andy.bu.edu>.
18697         (spam-stat-buffer-words-with-scores): Don't narrow and change
18698         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18699
18700 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18701
18702         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18703         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18704         (spam-spamassassin-arguments)
18705         (spam-spamassassin-spam-flag-header)
18706         (spam-spamassassin-positive-spam-flag-header)
18707         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18708         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18709         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18710         (spam-list-of-processors, spam-list-of-checks)
18711         (spam-list-of-statistical-checks, spam-registration-functions)
18712         (spam-check-spamassassin-headers, spam-check-spamassassin)
18713         (spam-spamassassin-score)
18714         (spam-spamassassin-register-with-sa-learn)
18715         (spam-spamassassin-register-spam-routine)
18716         (spam-spamassassin-register-ham-routine)
18717         (spam-assassin-register-spam-routine)
18718         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18719         (spam-bogofilter-score): Fix to show article before scoring.
18720
18721 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18722
18723         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18724         default scoring function.
18725         (spam-generic-score): Call spam-spamassassin-score if
18726         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18727         spam-bogofilter-score otherwise.
18728
18729         * gnus.el (spam-process, spam-autodetect-methods):
18730         Add spamassassin and spamassassin-headers.
18731
18732 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18733
18734         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18735         Suppress unnecessary messages.
18736
18737 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18738
18739         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18740         make-hash-table.
18741
18742 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18743
18744         * canlock.el (base64-encode-string): Don't autoload it.
18745
18746 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18747
18748         * run-at-time.el: Remove useless (require 'itimer),
18749         eval-and-compile and (featurep 'xemacs).
18750
18751 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18752
18753         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18754         GROUP is a virtual group.
18755
18756 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18757
18758         * gnus.el: Autoload `message-y-or-n-p'.
18759
18760 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18761
18762         * pgg-parse.el: Remove unnecessary (require 'custom).
18763
18764         * pgg-def.el: do.
18765
18766         * nnmail.el: do.
18767
18768         * gnus-undo.el: do.
18769
18770         * gnus-picon.el: do.
18771
18772         * gnus-util.el: do.
18773
18774 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18775
18776         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18777
18778 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18779
18780         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18781         handle, as well as a list.
18782
18783         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18784         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18785         (mm-w3m-cid-retrieve): Simplify.
18786
18787 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18788
18789         * message.el (message-kill-to-signature): Allow prefix arg to
18790         specify number of lines to keep before signature.
18791
18792 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18793
18794         * message.el (message-kill-to-signature): Change docstring.
18795
18796 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18797
18798         * canlock.el: Always require sha1-el.
18799         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18800
18801         * message.el: Autoload sha1 only when compiling.
18802
18803         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18804         eudc-expand-inline for XEmacs.
18805
18806 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18807
18808         * message.el (message-canlock-generate): Require sha1-el.
18809
18810 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18811
18812         * message.el (message-expand-name): Silence the byte compiler.
18813
18814         * lpath.el: Add detect-coding-system.
18815
18816         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18817         cus-edit.
18818
18819 2004-01-13  Simon Josefsson  <jas@extundo.com>
18820
18821         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18822         Invoke gnus-score-mode.
18823         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18824
18825         * gnus-range.el (gnus-compress-sequence): Doc fix.
18826         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
18827
18828 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18829
18830         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18831
18832 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18833
18834         * spam.el (spam-get-article-as-string): Update to use
18835         gnus-request-article-this-buffer, much simpler.
18836         (spam-get-article-as-buffer): Remove.
18837
18838 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18839
18840         * message.el (message-expand-name): Use EUDC if the user uses that.
18841
18842 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18843
18844         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18845         character for the encoding to avoid consing a string.
18846
18847         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18848         unnecessarily.
18849
18850         * mm-util.el (mm-replace-chars-in-string): Remove.
18851
18852         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18853         of mm-replace-chars-in-string.
18854
18855 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18856
18857         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18858
18859         * mm-util.el (mm-subst-char-in-string): Support inplace.
18860
18861         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18862         a new string in every iteration.  Use shy groups.
18863
18864 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18865
18866         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18867         * gnus-soup.el (gnus-soup-group-brew):
18868         * gnus-msg.el (gnus-put-message):
18869         * gnus-move.el (gnus-group-move-group-to-server):
18870         * gnus-kill.el (gnus-batch-score):
18871         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18872         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18873         (gnus-group-update-group, gnus-group-read-group)
18874         (gnus-group-make-group, gnus-group-make-help-group)
18875         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18876         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18877         (gnus-group-sort-by-unread, gnus-group-catchup)
18878         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18879         (gnus-group-yank-group, gnus-group-set-info)
18880         (gnus-group-list-groups):
18881         * gnus.el (gnus-generate-new-group-name):
18882         * gnus-delay.el (gnus-delay-send-queue):
18883         * nnvirtual.el (nnvirtual-catchup-group):
18884         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18885         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18886         (gnus-group-prepare-topics, gnus-topic-check-topology):
18887         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18888         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18889         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18890         (gnus-group-make-articles-read):
18891         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18892         (gnus-group-change-level, gnus-kill-newsgroup)
18893         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18894         (gnus-get-unread-articles, gnus-make-articles-unread)
18895         (gnus-make-ascending-articles-unread): Use accessor
18896         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18897         to get group information for improved readability.
18898
18899
18900 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18901
18902         * gnus-art.el (article-decode-mime-words, article-babel)
18903         (gnus-article-highlight-signature, gnus-article-add-buttons)
18904         (gnus-signature-toggle): Use gnus-with-article-buffer.
18905
18906         * gnus-art.el (gnus-article-highlight-headers)
18907         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18908
18909         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18910         (gnus-article-set-globals, gnus-request-article-this-buffer)
18911         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18912         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18913         (gnus-mime-display-alternative): Use with-current-buffer.
18914
18915 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18916
18917         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18918         also under 80 char limit, and call gnus-error if needed.
18919         (spam-fetch-article-header): Fix - it was a
18920         buffer-local variable (gnus-newsgroup-data).
18921         (spam-find-spam): Use spam-generate-fake-headers, forget about
18922         spam-insert-fake-headers.
18923         (spam-insert-fake-headers): Remove.
18924
18925 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18926
18927         * deuglify.el (gnus-article-outlook-unwrap-lines)
18928         (gnus-outlook-rearrange-article)
18929         (gnus-outlook-repair-attribution-outlook)
18930         (gnus-outlook-repair-attribution-block)
18931         (gnus-outlook-repair-attribution-other): Remove redundant
18932         save-excursion.
18933
18934 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18935
18936         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18937         (spam-fetch-field-subject-fast)
18938         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18939         (spam-fetch-article-header): Add functions to deal with Gnus
18940         internals for fast retrieval of article header data.
18941         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18942
18943 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18944
18945         * pop3.el (pop3-md5): Remove.
18946         (pop3-apop): Replace pop3-md5 with md5.
18947
18948         * mm-bodies.el: base64 is always built-in.
18949
18950         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18951         Use with-current-buffer.
18952
18953 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18954
18955         * canlock.el (canlock-insert-header): Remove excessive grouping in
18956         regexp.
18957
18958         * gnus-sum.el (gnus-summary-read-document): Ditto.
18959
18960         * gnus-uu.el (gnus-uu-part-number): Ditto.
18961
18962         * html2text.el (html2text-remove-tags): Ditto.
18963         (html2text-format-tags): Ditto.
18964         (html2text-format-single-elements): Ditto.
18965
18966         * mml.el (mml-parse-1): Ditto.
18967
18968 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18969
18970         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18971
18972         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18973
18974         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18975
18976         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18977
18978 2003-11-15  Simon Josefsson  <jas@extundo.com>
18979
18980         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18981         (pgg-gpg-lookup-key): Use regexp match instead of
18982         split-string (split-string is different between emacs 21.2 and
18983         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18984
18985 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18986
18987         * gnus-art.el (gnus-mime-view-all-parts)
18988         (gnus-article-part-wrapper, gnus-article-view-part):
18989         Use with-current-buffer.
18990
18991 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18992
18993         * spam.el (spam-disable-spam-split-during-ham-respool)
18994         (spam-spamoracle-database, spam-cache-lookups)
18995         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18996         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18997         (spam-group-ham-marks, spam-group-spam-marks)
18998         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18999         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19000         also add spam-use-blackholes to the statistical checks.
19001         (spam-fetch-field-fast): Add interface to fetching fields, may
19002         become a macro.
19003         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19004         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19005         (spam-insert-fake-headers): Fake an article when needed.
19006         (spam-find-spam): Fake article when possible.
19007         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19008         (spam-check-bogofilter-headers): Use message-fetch-field instead
19009         of nnmail-fetch-field.
19010
19011 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19012
19013         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19014
19015 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19016
19017         * spam.el (spam-split): Do not require spam-use-CHECK to be
19018         enabled if that check is passed to spam-split explicitly; also
19019         fix so 'spam doesn't get converted to spam-split-group when
19020         spam-split-symbolic-return is t.
19021         (spam-find-spam): Find registrations of the article and use those
19022         instead of re-running spam-split to find the spam/ham
19023         classification of the article.
19024         (spam-log-processing-to-registry, spam-log-registered-p)
19025         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19026         Use gnus-error instead of gnus-message.
19027         (spam-log-registration-type): Add function to determine the
19028         classification of a message based on registry entries; will
19029         return nil if both 'spam and 'ham are found.
19030         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19031         a reasonably fast local cache without the loading errors.
19032         (spam-cache-lookups): Set to t by default.
19033         (spam-find-spam): Don't try to guess spam-cache-lookups.
19034         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19035         spam-caches entry.
19036         (spam-filelist-build-cache, spam-filelist-check-cache):
19037         Fix caching of whitelist/blacklist entries.
19038         (spam-check-whitelist, spam-check-blacklist):
19039         Invoke spam-from-listed-p with a type, not a cache variable.
19040         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19041
19042 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19043
19044         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19045
19046         * nnmail.el (nnmail-split-fancy): do.
19047
19048         * mml.el (mml-parse): do.
19049
19050         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19051         (gnus-score-adaptive): do.
19052
19053 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19054
19055         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19056         (gnus-mime-button-map): Don't set keymap parent.
19057         (gnus-button-ctan-directory-regexp): Use shy grouping.
19058         (gnus-prev-page-map): Don't set keymap parent.
19059         (gnus-prev-page-map): Remove duplicated one.
19060         (gnus-next-page-map): Don't set keymap parent.
19061         (gnus-mime-security-button-map): Ditto.
19062
19063         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19064         version number.
19065
19066         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19067
19068 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19069
19070         * canlock.el (canlock-sha1-function): Remove.
19071         (canlock-sha1-function-for-verify): Remove.
19072         (canlock-openssl-program): Remove.
19073         (canlock-openssl-args): Remove.
19074         (canlock-ignore-errors): Remove.
19075         (canlock-sha1-with-openssl): Remove.
19076         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19077         (canlock-verify): Don't use canlock-ignore-errors.
19078
19079         * sha1-el.el (sha1-string-external): Make it can return a string
19080         in binary form.
19081         (sha1-region-external): Ditto.
19082         (sha1-string-internal): Ditto.
19083         (sha1-region-internal): Ditto.
19084         (sha1-region): Ditto.
19085         (sha1-string): Ditto.
19086         (sha1): Ditto.
19087
19088 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19089
19090         * spam.el (spam-report-articles-gmane): New command.
19091
19092 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19093
19094         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19095
19096         * run-at-time.el (run-at-time-saved): Remove.
19097         (run-at-time): Doc fix.
19098
19099 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19100
19101         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19102         (gnus-summary-limit-map): Add it.
19103         (gnus-summary-make-menu-bar): do.
19104
19105 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19106
19107         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19108         Make attempt at some caching support (done for BBDB only now).
19109         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19110         addresses to be checked.
19111         (spam-clear-cache-BBDB): Add function, to be invoked by
19112         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19113         (spam-check-BBDB): Check and use the caches, if
19114         spam-cache-lookups is on, remove superfluous (provide).
19115
19116 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19117
19118         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19119
19120 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19121
19122         * run-at-time.el (run-at-time-saved): Move to after the definition
19123         of `run-at-time'.
19124
19125         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19126
19127 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19128
19129         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19130         mm-w3m-local-map-property.
19131
19132         * mm-view.el (mm-w3m-mode-map): Remove.
19133         (mm-w3m-local-map-property): Remove.
19134         (mm-inline-text-html-render-with-w3m): Don't use
19135         mm-w3m-local-map-property.
19136
19137 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19138
19139         * run-at-time.el: New file.
19140
19141         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19142         under Emacs.
19143
19144         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19145         of gnus-set-text-properties.
19146
19147         * gnus-uu.el (gnus-uu-save-article): Ditto.
19148
19149         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19150
19151         * gnus-cite.el (gnus-cite-parse): Ditto.
19152
19153         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19154         of gnus-.
19155
19156         * gnus-xmas.el (run-at-time): Require run-at-time.
19157
19158         * gnus.el: Change calls to nnheader-run-at-time and
19159         password-run-at-time throughout to use run-at-time directly.
19160
19161         * password.el: Remove definition of run-at-time.
19162
19163         * nnheaderxm.el: Remove definition of run-at-time.
19164
19165 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19166
19167         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19168         in prompt.
19169
19170 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19171
19172         * messagexmas.el (message-xmas-redefine): Alias
19173         `message-make-caesar-translation-table' to
19174         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19175         version.
19176
19177         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19178         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19179         `gnus-xmas-set-text-properties'.
19180         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19181         `gnus-xmas-completing-read'.
19182         (gnus-xmas-completing-read): Removed.
19183         (gnus-xmas-open-network-stream): Removed.
19184
19185         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19186         XEmacs version.
19187
19188         * dns.el (dns-make-network-process): Use `open-network-stream'
19189         instead of `gnus-xmas-open-network-stream'.
19190
19191         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19192
19193         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19194
19195 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19196
19197         * gnus-art.el (gnus-mime-display-alternative)
19198         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19199         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19200         Don't use gnus-local-map-property.
19201
19202         * gnus-util.el (gnus-local-map-property): Remove.
19203
19204         * mm-view.el (mm-view-pkcs7-decrypt):
19205         Replace gnus-completing-read-maybe-default with completing-read.
19206
19207         * gnus-util.el (gnus-completing-read): do.
19208         (gnus-completing-read-maybe-default): Remove.
19209
19210 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19211
19212         * password.el: Only autoload `run-at-time' if not XEmacs.
19213         Only autoload the itimer functions if XEmacs.
19214
19215 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19216
19217         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19218         XEmacsen.
19219
19220         * dgnushack.el: Autoload executable-find for XEmacs.
19221
19222 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19223
19224         * gnus-art.el (gnus-read-string): Remove.
19225         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19226         read-string.
19227
19228 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19229
19230         * netrc.el: Autoload password-read.
19231         (netrc): Add configuration group.
19232         (netrc-encoding-method, netrc-openssl-path):
19233         Add variables for encoding and decoding of files with symmetric
19234         ciphers.
19235         (netrc-encode): Add assistant function to encode a file with
19236         netrc-encoding-method.
19237         (netrc-parse): Add interactive parameter, added optional
19238         decoding if netrc-encoding-method is non-nil but otherwise
19239         behavior is standard.
19240         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19241         Do s/encode/encrypt/ everywhere.
19242
19243         * spam.el: Remove executable-find autoload.
19244
19245 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19246
19247         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19248
19249         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19250
19251 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19252
19253         * gnus-art.el (gnus-treat-ansi-sequences)
19254         (article-treat-ansi-sequences): New variable and function.
19255         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19256
19257         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19258         Use it.
19259
19260 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19261
19262         * mm-util.el (mm-quote-arg): Remove.
19263
19264         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19265         shell-quote-argument.
19266
19267         * gnus-uu.el (gnus-uu-command): do.
19268
19269         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19270
19271         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19272         with make-char.
19273
19274         * mm-util.el (mm-make-char): Remove.
19275
19276         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19277         add-minor-mode.
19278
19279         * gnus-undo.el (gnus-undo-mode): do.
19280
19281         * gnus-topic.el (gnus-topic-mode): do.
19282
19283         * gnus-sum.el (gnus-dead-summary-mode): do.
19284
19285         * gnus-start.el (gnus-slave-mode): do.
19286
19287         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19288
19289         * gnus-ml.el (gnus-mailing-list-mode): do.
19290
19291         * gnus-gl.el (gnus-grouplens-mode): do.
19292
19293         * gnus-draft.el (gnus-draft-mode): do.
19294
19295         * gnus-dired.el (gnus-dired-mode): do.
19296
19297         * gnus-ems.el (gnus-add-minor-mode): Remove.
19298
19299         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19300         Replace gnus-char-width with char-width.
19301
19302         * gnus-ems.el (gnus-char-width): Remove.
19303
19304         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19305         Replace gnus-char-width with char-width.
19306
19307         * gnus-ems.el (gnus-char-width): Remove.
19308
19309         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19310         definition.
19311         Remove Emacs 20 hash table compatibility code.
19312
19313         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19314         20 compatibility code.
19315
19316         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19317
19318         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19319
19320         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19321         Replace with point-at-{eol,bol}.
19322
19323         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19324
19325         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19326
19327         * flow-fill.el (fill-flowed-point-at-bol)
19328         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19329
19330         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19331         Replace with point-at-{eol,bol} throughout all files.
19332
19333 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19334
19335         * ntlm.el (ntlm-string-as-unibyte): New macro.
19336         (ntlm-build-auth-response): Use it.
19337
19338         Remove Emacs 20 stuff:
19339         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19340         (butlast, mapc, remove): Remove the compiler macros.
19341         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19342         of delq and copy-sequence.
19343         * gnus-art.el (popup-menu): Remove the compiler macro.
19344         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19345         Emacs 20.
19346
19347 2004-01-05  Simon Josefsson  <jas@extundo.com>
19348
19349         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19350         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19351         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19352         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19353         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19354         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19355         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19356         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19357         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19358         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19359         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19360         string-xor into ntlm-string-xor.
19361         Suggested by Jesper Harder <harder@myrealbox.com>.
19362
19363         * ntlm.el: Don't include poem.
19364
19365         * md4.el (print-int32, print-string-hexa): Remove.
19366         Suggested by Jesper Harder <harder@myrealbox.com>.
19367
19368         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19369
19370         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19371         probably breaks emacs with DL patch, but do we care? Is anyone
19372         still using the DL stuff?)
19373
19374         * sieve-manage.el: Use the password package.
19375         (sieve-manage-read-passwd): Remove.
19376         (sieve-manage-interactive-login): Use password.  Re-add
19377         condition-case around loop.
19378
19379         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19380         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19381         Use the password package.
19382
19383 2003-02-19  Simon Josefsson  <jas@extundo.com>
19384
19385         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19386         token.
19387
19388 2002-08-07  Simon Josefsson  <jas@extundo.com>
19389
19390         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19391         (sieve-manage-authenticators):
19392         (sieve-manage-authenticator-alist): Add some SASL mechs.
19393         (sieve-sasl-auth): New function.
19394         (sieve-manage-cram-md5-auth):
19395         (sieve-manage-plain-auth): Rewrite using SASL library.
19396         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19397         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19398         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19399         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19400
19401 2004-01-05  Simon Josefsson  <jas@extundo.com>
19402
19403         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19404         New files.
19405
19406 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19407
19408         * gnus-group.el (gnus-no-groups-message): Update.
19409
19410         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19411
19412 2003-11-09  Simon Josefsson  <jas@extundo.com>
19413
19414         * imap.el: Support for ID IMAP extension (RFC 2971).
19415         (imap-local-variables): Add imap-id.
19416         (imap-id): New variable.
19417         (imap-id): New function.
19418         (imap-parse-response): Parse untagged ID response.
19419         * nnimap.el (nnimap-id): New variable.
19420         (nnimap-open-connection): Use it.
19421
19422 2003-12-28  Simon Josefsson  <jas@extundo.com>
19423
19424         * gnus-score.el (gnus-score-edit-all-score): New.
19425         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19426
19427 2004-01-04  Simon Josefsson  <jas@extundo.com>
19428
19429         * password.el: Add.
19430
19431 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19432
19433         * dns.el (dns-query-types): Fix typo.
19434         (dns-query-types): New function.
19435         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19436         PTR and SOA replies, see RFC 1035.
19437
19438 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19439
19440         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19441
19442         * Move to Changelog.2.
19443
19444 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19445
19446         * gnus.el (gnus-version-number): Bump version.
19447
19448 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19449
19450         * gnus.el: No Gnus v0.1 is released.
19451
19452 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19453
19454         * gnus.el: No Gnus v0.0 is released.
19455
19456 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19457
19458         * gnus.el (gnus-version-number): Bump.
19459         (gnus-version): No.
19460
19461 See ChangeLog.2 for earlier changes.
19462
19463     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19464       Free Software Foundation, Inc.
19465
19466   This file is part of GNU Emacs.
19467
19468   GNU Emacs is free software: you can redistribute it and/or modify
19469   it under the terms of the GNU General Public License as published by
19470   the Free Software Foundation, either version 3 of the License, or
19471   (at your option) any later version.
19472
19473   GNU Emacs is distributed in the hope that it will be useful,
19474   but WITHOUT ANY WARRANTY; without even the implied warranty of
19475   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19476   GNU General Public License for more details.
19477
19478   You should have received a copy of the GNU General Public License
19479   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19480
19481 ;; Local Variables:
19482 ;; coding: utf-8
19483 ;; fill-column: 79
19484 ;; add-log-time-zone-rule: t
19485 ;; End: