Switch on STARTTLS on NNTP servers that support it.
[gnus] / lisp / ChangeLog
1 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
4         servers.
5
6         * proto-stream.el (open-proto-stream): Use network, not stream.
7         (open-proto-stream): Add a way to specify what the end of a command is.
8
9         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
10         connections types.
11         (nntp-open-network-stream): Removed.
12         (nntp-open-ssl-stream): Removed.
13         (nntp-open-tls-stream): Removed.
14         (nntp-ssl-program): Removed.
15
16         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
17
18 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
19
20         * nnir.el: Fix typos.
21         (nnir-retrieve-headers-override-function): Rename variable to reflect
22         new semantics.
23         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
24         macros.
25         (nnir-request-article, nnir-request-move-article): Use them.
26         (nnir-categorize): New function.
27         (nnir-run-query): Use it.
28         (nnir-retrieve-headers): Rewrite to batch header retrieval.
29         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
30         sorted.
31         (nnir-group-full-name): Use gnus-group-full-name instead.
32         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
33         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
34
35 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
36
37         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
38
39         * proto-stream.el: New library to provide protocol-specific
40         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
41         protocols.
42         (open-proto-stream): Complete the documentation.
43         (proto-stream-open-network): Fix some typos.
44
45         * nnimap.el (nnimap-open-connection): Use it.
46
47 2010-11-26  Julien Danjou  <julien@danjou.info>
48
49         * color.el: Rename various rgb functions to srgb.
50
51 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
52
53         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
54         names.
55
56 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
57
58         * shr.el (shr-insert): Revert last change.
59         (shr-find-fill-point): Never leave point being at bol;
60         relax the kinsoku limitation when rendering tables.
61
62 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
63
64         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
65         results from -accept-article.
66
67         * shr-color.el: Require cl when compiling.
68
69         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
70         checkin.
71
72         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
73
74         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
75
76         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
77         'add and 'delete to set backend marks.
78
79         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
80
81         * nnheader.el (nnheader-update-marks-actions): Refactor out.
82
83         * nntp.el (nntp-request-set-mark): Use it.
84
85         * nnfolder.el (nnfolder-request-set-mark): Ditto.
86
87         * nnml.el (nnml-request-set-mark): Ditto.
88
89         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
90         introduces regressions in article selection.
91         (nnimap-find-uid-response): New function.
92         (nnimap-request-accept-article): Use the UID returned, if any.
93         (nnimap-request-move-article): Use the UID returned, if any.
94         (nnimap-get-groups): Reimplement to work with folded lines.
95         (nnimap-find-uid-response): The UID is the last element in the list.
96         (nnimap-request-set-mark): Extend syntax with 'set.
97
98         * nnml.el (nnml-request-set-mark): Ditto.
99
100         * nnfolder.el (nnfolder-request-set-mark): Ditto.
101
102         * nntp.el (nntp-request-set-mark): Ditto.
103
104 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
105
106         * message.el (message-called-interactively-p): A temporary macro.
107         (message-goto-body): Use it temporarily.
108
109 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
110
111         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
112         (nnimap-last-response-string): Unfold quoted lines, if they exist.
113         (nnimap-last-response-string): Fix last unfolding fix.
114
115 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
116
117         * shr.el (shr-insert): Fix the way to fold lines.
118
119 2010-11-25  Julien Danjou  <julien@danjou.info>
120
121         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
122
123         * color.el: Rename from color-lab.el
124         (color-rgb->hex): Add.
125         (color-complement): Add.
126         (color-complement-hex): Add.
127
128         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
129
130 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
131
132         * shr-color.el (shr-color-visible): Don't bug out if the colour names
133         don't exist.
134
135 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
136
137         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
138         assuming that article displaying or another mml-preview may be
139         interrupted for an error or for the like.
140
141         * shr.el (shr-get-background): Fix argument name.
142
143 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
144
145         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
146
147         * gnus-sum.el (gnus-summary-include-articles): New function.
148
149         * message.el (message-goto-body): called-interactively-p needs a
150         parameter, so use `any'.
151
152         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
153         clear marks before moving, since they're synced from the Gnus side
154         first.
155
156         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
157         (gnus-summary-move-article): Copy over all marks before moving, so that
158         IMAP doesn't think a new article has arrived.
159
160 2010-11-24  Julien Danjou  <julien@danjou.info>
161
162         * shr.el (shr-insert-background-overlay): Fix typo.
163         (shr-render-td): Copy the background before rendering.
164
165         * shr-color.el (shr-color-visible): Fix docstring.
166
167         * shr.el (shr-tag-table): Add bgcolor support.
168         (shr-render-td): Add bgcolor support.
169         (shr-get-background): Add.
170         (shr-insert-foreground-overlay): Use shr-get-background.
171
172         * message.el (message-goto-body): Use called-interactively-p.
173         (message-in-body-p): message-goto-body returns point.
174
175 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
176
177         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
178         Fixes something or other in Emacs 23, and is backwards compatible.
179
180         * message.el (message-goto-body): Remove the <#secure special-casing,
181         which is too special.
182
183         * shr.el (shr-parse-style): Drop !important from styles.
184
185 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
186
187         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
188         this function to return incorrect results when calling it with an
189         explicit article argument different from
190         (gnus-summary-article-number).
191
192 2010-11-24  Julien Danjou  <julien@danjou.info>
193
194         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
195         (shr-tag-body): Add background support.
196         (shr-descend): Add background support.
197         (shr-tag-title): Add.
198
199         * shr-color.el (shr-color-visible): Really return original background
200         if fixed.
201
202 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
203
204         * shr.el (shr-color-check): Protect against non-existant colour names.
205
206 2010-11-24  Julien Danjou  <julien@danjou.info>
207
208         * color-lab.el: Require 'cl when compiling.
209
210         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
211
212         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
213         matched part.
214
215         * color-lab.el: Fix all expt calls to use float type.
216
217 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
218
219         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
220         expression to shr-color-check as is.
221
222         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
223
224         * color-lab.el: Add coding cookie.
225         (float-pi): Use eval-and-compile.
226
227         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
228         compiled for Emacsen having no `libxml-parse-html-region' support.
229
230 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
231
232         * shr.el (shr-insert-color-overlay): Split stuff like
233         "#444444 !important" to find the real colour.
234         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
235         parse <font color="red"> entries.
236
237 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
238
239         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
240         point when parsing headers.
241
242         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
243         is positioned properly when parsing headers.
244
245 2010-11-23  Julien Danjou  <julien@danjou.info>
246
247         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
248
249         * shr-color.el (shr-color->hexadecimal): Add support for color names.
250
251         * shr.el (shr-parse-style): Replace \n with space in style parsing.
252
253         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
254         shr-color-hue-to-rgb.
255         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
256
257 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
258
259         * shr.el (shr-color->hexadecimal): Autoload.
260         (shr-descend): Add color to all tags.
261
262 2010-11-22  Julien Danjou  <julien@danjou.info>
263
264         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
265         shr-color->hexadecimal.
266
267         * shr-color.el (shr-color->hexadecimal): Add converting functions for
268         RGB() or HSL() color representation.
269
270         * shr.el (shr-tag-font): Add.
271         (shr-tag-color-check): New function to get better colors.
272         (shr-tag-insert-color-overlay): Factorize code between tag-font and
273         tag-span.
274
275         * shr-color.el: New file.
276
277         * color-lab.el: New file.
278
279         * gnus-art.el (gnus-url-mailto): Do not downcase args.
280
281 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
282
283         * nnir.el: Fix typo in comments.
284         (nnir-run-imap): Simplify code. No need to reverse artlist.
285         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
286
287 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
288
289         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
290
291         * nnimap.el (nnimap-get-capabilities): Refactor out.
292         (nnimap-open-connection): Re-request capabilities after STARTTLS.
293
294 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
295
296         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
297         appearing when `mm-uu-hide-markers' is nil.
298
299 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
300
301         * nnimap.el (nnimap-unselect-group): Make into its own function.
302         (nnimap-request-rename-group): Unselect group before renaming.
303         This had gotten lost somewhere.
304         (nnimap-request-accept-article): Keep track of examined groups, and
305         unselect the group before APPENDing to read-only groups.
306         (nnimap-request-move-article): Clear flags before moving so that they
307         can be re-set later.
308
309 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
310
311         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
312         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
313
314 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
315
316         * gnus-art.el (gnus-mime-display-single)
317         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
318         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
319         parameter.
320
321 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
322
323         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
324         (shr-table-vertical-line): New variable.
325         (shr-insert-table): Use it.
326
327 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
328
329         * gnus-html.el (gnus-html-wash-images): Don't display images if
330         gnus-inhibit-images is non-nil; register displayer for cid images.
331         (gnus-html-display-image): Work for cid image.
332         (gnus-html-insert-image): Allow arguments.
333         (gnus-html-put-image): Inhibit read-only.
334         (gnus-html-prefetch-images): Don't prefetch images if
335         gnus-inhibit-images is non-nil.
336
337 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
338
339         * shr.el (shr-put-image): Break lines when inserting big pictures.
340
341 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
342
343         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
344         sender, thanks Katsumi Yamaoka.
345
346 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
347
348         * nnir.el (nnir-run-imap): Reverse the article list for each group
349         rather than the whole list.
350
351 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
352
353         * shr.el (shr-image-displayer): Protect function against non-existent
354         image source.
355
356         * gnus-art.el (gnus-inhibit-images): New user option.
357         (gnus-mime-display-single): Don't display image if it is non-nil.
358
359         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
360         gnus-inhibit-images.
361
362         * shr.el (shr-image-displayer): New function.
363         (shr-tag-img): Use it.
364
365 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
366
367         * mml2015.el (mml2015-epg-sign): Use From header.
368
369 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
370
371         * gnus-html.el (gnus-html-wash-images): Register a displayer.
372
373         * gnus-util.el (gnus-find-text-property-region): Return markers.
374
375         * shr.el (shr-tag-img): Put a displayer in the text property.
376
377         * gnus-util.el (gnus-find-text-property-region): New utility function.
378
379         * gnus-html.el (gnus-html-display-image): Make the alt optional.
380         (gnus-html-show-images): Remove.
381
382         * gnus-art.el (gnus-article-show-images): New, more general function.
383
384         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
385         image url text properties.
386
387         * shr.el: Ditto.
388
389         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
390         gnus-agent-auto-agentize-methods is set.  Which it isn't.
391
392 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
393
394         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
395         work for two or more articles.
396
397 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
398
399         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
400         divide an image that's in an html article to two or more when washing
401         non-ASCII characters in alt text of it.
402
403 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
404
405         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
406         smime-decrypt-region using function argument.
407         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
408
409         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
410
411         * smime.el (smime-decrypt-region): Catch it.
412
413 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
414
415         * smime.el (smime-mode-map): Move initialization into declaration.
416         (gnus-run-mode-hooks): Don't autoload.
417         (smime-mode): Use define-derived-mode.
418
419 2010-11-11  Glenn Morris  <rgm@gnu.org>
420
421         * smime.el (from): Restrict declaration to XEmacs.
422
423         * nnir.el (gnus-group-topic-name): Autoload.
424
425 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
426
427         * shr.el (shr-insert): Don't break long line if it is because of
428         kinsoku-bol characters in the line end.
429
430 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
431
432         * nnir.el (nnir-request-move-article): Fix to provide original group
433         and subject.
434         (nnir-warp-to-article): Don't fail on articles whose headers haven't
435         been retrieved.
436
437         * gnus-sum.el (gnus-summary-move-article): Use original group and
438         subject for virtual articles such as those in an nnir summary buffer.
439
440 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
441
442         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
443         least 21.5).
444
445         * smime.el (from): Declare it again for XEmacs.
446
447 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
448
449         * message.el (message-resend): Don't disable encoding unless it's
450         already encoded.
451
452         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
453         low-numbered articles.
454
455 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
456
457         * rfc2047.el (rfc2047-syntax-table): Simplify.
458
459         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
460
461         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
462         set-char-table-range for XEmacs.
463
464 2010-11-10  Glenn Morris  <rgm@gnu.org>
465
466         * time-date.el (time-to-seconds): Always an alias on Emacs,
467         never a real function.
468         (with-no-warnings): Remove compat stub, now unused.
469         (time-less-p): Doc fix.
470         (time-to-number-of-days): Simplify.
471
472         * smime.el (from): Remove unused declaration.
473
474         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
475         (gnus-float-time): On Emacs, always an alias.
476
477         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
478         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
479
480 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
481
482         * dgnushack.el: Don't use ignore-errors in the top level form since it
483         is unavailable in XEmacs even if cl is loaded.
484
485         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
486
487 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
488
489         * shr.el (browse-url-mailto): Autoload.
490
491         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
492
493         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
494         regexp doesn't need quoting.
495
496 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
497
498         * message.el (message-subject-trailing-was-ask-regexp)
499         (message-subject-trailing-was-regexp): Match was: in addition to was.
500
501 2010-11-09  Glenn Morris  <rgm@gnu.org>
502
503         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
504         (nnbabyl-check-mbox): Use point-at-bol.
505
506 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
507
508         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
509
510         * message.el (message-mailto): New function.
511         (message-mailto): Should accept other parameters.
512         (message-mailto): Remove since it duplicates browse-url-mailto
513         functionality.
514
515 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
516
517         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
518         methods.
519         (gnus-read-active-file): Ditto.
520
521         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
522         ": " from the prompt.
523         (gnus-group-make-group): Ditto.
524
525 2010-11-07  Glenn Morris  <rgm@gnu.org>
526
527         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
528         (gnus-bookmark-kill-line): Use point-at-eol.
529
530 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
531
532         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
533         asterisks in From header.
534
535 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
536
537         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
538         string to avoid making the From headers syntactically invalid.
539
540         * message.el (message-send-mail): Don't insert courtesy messages if the
541         message already has List-Post and List-ID messages.
542
543 2010-11-06  Glenn Morris  <rgm@gnu.org>
544
545         * gnus-art.el (gnus-treat-article): Give dynamic local variables
546         `condition', `type', `length' a prefix.
547         (gnus-treat-predicate): Update for above name changes.
548
549 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
550
551         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
552         binding.  Handled by `gnus-summary-refer-thread' instead.
553         (nnir-warp-to-article): New backend function.
554
555         * nnimap.el (nnimap-request-thread): Force dependency updating.
556
557         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
558         (gnus-summary-refer-thread): Rework to improve thread-referral.
559
560         * gnus-int.el (gnus-warp-to-article): New function.
561
562         * gnus-sum.el (gnus-summary-article-map): Bind it.
563
564 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
565
566         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
567         gnus-summary-refer-thread.
568
569         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
570         headers.
571         (gnus-summary-limit-include-thread): Prevent articles in thread from
572         being cut in gnus-cut-threads.
573         (gnus-summary-refer-thread): Limit retrieved headers to those in
574         thread.
575
576 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
577
578         * message.el (message-send-mail): Use the value of
579         message-courtesy-message from the message buffer.
580
581         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
582
583         * shr.el (shr-browse-url): Implement mailto: URLs.
584
585         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
586         "raw".
587
588         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
589         if it's already selected.
590
591         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
592
593 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
594
595         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
596         to measure the length and truncate alt text.
597
598 2010-11-03  Glenn Morris  <rgm@gnu.org>
599
600         * nndiary.el (nndiary-generate-nov-databases-1)
601         (nndiary-generate-active-info): Rename dynamic variable `files' to
602         something less generic.
603
604 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
605
606         * nnir.el (nnir-request-move-article): Call the underlying backend to
607         move articles from nnir.
608
609 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
610
611         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
612
613 2010-11-02  Julien Danjou  <julien@danjou.info>
614
615         * nnir.el: Remove wais support.
616
617 2010-11-02  Glenn Morris  <rgm@gnu.org>
618
619         * gnus-html.el: Reorder requirements to quieten compiler.
620
621 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
622
623         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
624         properly for XEmacs as well.
625         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
626         (gnus-article-natural-long-line-p): Use window-width rather than
627         frame-width.
628
629 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
630
631         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
632         (nnir-read-parms): Don't modify query.
633         (nnir-run-query): Add ability to search topic on current line.
634         (nnir-get-active): Clean up.
635
636 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
637
638         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
639         degenerate articles.
640
641         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
642         (gnus-print-buffer): Just print the buffer as is, without any copying
643         to a buffer and then re-highlighting.
644
645         * nnimap.el (nnimap-request-group): Store the new updated info.
646         (nnimap-request-group): Select the group when we don't know whether it
647         exists or not.
648
649         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
650         groups.
651
652         * gnus-group.el (gnus-group-find-new-groups): Display all the new
653         groups.
654
655         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
656         groups.
657
658         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
659         long-lines case by only filling the long lines.
660
661         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
662         (bug #7311).
663
664 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
665
666         * shr.el: No need to declare `declare-function' since shr.el is for
667         only Emacsen that provide `libxml-parse-html-region'.
668
669         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
670         effective only in a file it is referred to.
671
672 2010-11-01  Glenn Morris  <rgm@gnu.org>
673
674         * mm-util.el (gnus-completing-read): Autoload.
675         (mm-read-coding-system): Simplify Emacs definition.
676
677         * nnmail.el (gnus-activate-group):
678         * nnimap.el (gnutls-negotiate):
679         * nntp.el (netrc-parse): Fix declarations.
680
681 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
682
683         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
684         string-match-p in Emacs >=23.
685
686         * gnus-msg.el (gnus-configure-posting-styles)
687         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
688
689 2010-11-01  Glenn Morris  <rgm@gnu.org>
690
691         * nnir.el (declare-function): Add compat stub.
692         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
693         (nnir-run-gmane): Require 'mm-url.
694
695         * mm-util.el (mm-string-to-multibyte): Simplify.
696
697         * shr.el (declare-function): Add compat stub.
698         (url-cache-create-filename): Declare.
699         (mm-disable-multibyte, widget-convert-button): Autoload.
700
701         * smime.el (ldap-search): Declare.
702         (smime-cert-by-ldap-1): Require ldap on Emacs.
703
704         * nnimap.el: Require nnmail, and gnus-sum when compiling.
705         (nnimap-keepalive): Use gnus-float-time.
706
707         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
708         (mail-source-delete-crash-box): Use gnus-float-time.
709
710         * gnus-dired.el (gnus-completing-read): Autoload.
711
712         * mm-view.el (gnus-rescale-image): Autoload.
713
714         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
715
716         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
717
718         * sieve-manage.el: Require 'cl when compiling.
719
720         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
721         (gnus-iswitchb-completing-read): Require iswitchb.
722         (gnus-select-frame-set-input-focus): Silence compiler.
723
724 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
725
726         * message.el (message-subject-trailing-was-query): Change default to t,
727         since I think that's what most people want.
728
729         * nnimap.el (nnimap-request-accept-article): Erase buffer before
730         appending for easier debugging.
731         (nnimap-wait-for-connection): Take a regexp.
732         (nnimap-request-accept-article): Wait for the continuation line before
733         sending anything unless we're streaming.
734
735         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
736         leave the header washing to take place.
737
738 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
739
740         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
741         regular expression match and replace in posting styles.
742
743 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
744
745         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
746         an entire server.
747         (nnir-get-active): New function.
748         (nnir-run-imap): Use it.
749         (nnir-run-gmane): Who knew, gmane search returns an article score!
750
751         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
752         server on the current line with nnir.
753
754 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
755
756         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
757         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
758         left edge.
759         (gnus-article-foldable-buffer): Skip past the prefix when determining
760         raggedness.
761
762         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
763         the raw article, and change `C-u g' to show the article without doing
764         treatments.
765
766         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
767         on to `gnus-treat-article'.
768         (gnus-inhibit-article-treatments): New variable.
769
770         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
771
772         * gnus-art.el (gnus-treatment-function-alist): Have
773         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
774         (gnus-treat-fill-long-lines): Change default to fill all text/plain
775         sections.
776
777         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
778         parameter.
779         (gnus-article-fill-cited-long-lines): New function.
780         (gnus-article-fill-cited-article): Allow filling only long sections.
781
782         * shr.el (shr-find-fill-point): Don't break lines between punctuation
783         and non-punctuation (like after the apostrophe in "'We").
784
785         * gnus-sum.el (gnus-summary-select-article): Make sure
786         gnus-original-article-buffer is alive.
787
788         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
789         reflect the order they're in in the digest.
790
791         * gnus.el (gnus-group-startup-message): Move point to the start of the
792         buffer.
793
794         * nnimap.el (nnimap-capability): New function.
795         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
796         is set.
797
798 2010-10-31  David Engster  <dengste@eml.cc>
799
800         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
801         conform with changes to gnus-completing-read.
802
803 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
804
805         * shr.el (shr-tag-img): Output "*" instead of "[img]".
806
807 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
808
809         * nnir.el: Move defvar, defcustom around to keep file organized
810         and keep byte-compiler quiet.
811         (nnir-read-parms): Accept search-engine as arg.
812         (nnir-run-query): Pass search-engine as arg.
813         (nnir-search-engine): Remove.
814
815 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
816
817         * shr.el (shr-generic): The text nodes should be text, not :text.
818
819         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
820         later in the file.
821
822 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
823
824         * nnir.el: General clean up.  Allow searching with multiple engines.
825         Allow separate extra-parameters for each engine.
826         Batch queries when possible.
827         (nnir-imap-default-search-key,nnir-method-default-engines):
828         Add customize interface.
829         (nnir-run-gmane): New engine.
830         (nnir-engines): Use it.  Qualify all prompts with engine name.
831         (nnir-search-engine): Remove global variable.
832         (nnir-run-hyrex): Restore for now.
833         (nnir-extra-parms,nnir-search-history): New variables.
834         (gnus-group-make-nnir-group): Use them.
835         (nnir-group-server): Remove in favor of gnus-group-server.
836         (nnir-request-group): Avoid searching twice.
837         (nnir-sort-groups-by-server): New function.
838
839 2010-10-30  Julien Danjou  <julien@danjou.info>
840
841         * gnus-group.el: Remove gnus-group-fetch-control.
842
843         * gnus-start.el (gnus-find-new-newsgroups):
844         Remove gnus-check-first-time-used.
845
846         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
847
848 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
849
850         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
851         set on groups that don't have \* permanentflags.
852
853 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
854
855         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
856         control the background color.
857         (shr-tag-img): Ignore very small web bug type images.
858         (shr-put-image): Add help-echo alt texts to the images.
859         (shr-tag-video): Show the video poster image.
860
861 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
862
863         * shr.el (shr-table-depth): New variable.
864         (shr-tag-table-1): Only insert the images after the top-level table.
865
866         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
867
868         * gnus-util.el (gnus-list-memq-of-list): New function.
869
870         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
871         selected.
872         (nnimap-unsplittable-articles): New slot.
873         (nnimap-new-articles): Use it.
874
875 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
876
877         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
878         move to the previous line on `M-g'.
879
880 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
881
882         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
883         *-request-group, which seems unnecessary.
884
885         * nnimap.el (nnimap-quote-specials): Function copied over from
886         imap.el.
887         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
888         they support that.  Suggested by Tom Regner.
889
890 2010-10-29  Julien Danjou  <julien@danjou.info>
891
892         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
893         defalias.
894         (gnus-summary-delete-marked-with): Remove obsolete defalias.
895
896         * gnus.el: Remove `gnus-nntp-service' variable.
897         (gnus-secondary-servers): Make obsolete.
898         (gnus-nntp-server): Make obsolete.
899
900         * gnus-start.el (gnus-1): Remove x-splash calls.
901
902         * gnus-ems.el (gnus-x-splash): Remove.
903
904         * gnus.el (gnus-group-startup-message): Simplify/update code.
905
906         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
907         definition.
908
909         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
910         capability before doing anything.
911         (gnus-group-insert-group-line): Remove useless
912         gnus-group-remove-excess-properties.
913
914 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
915
916         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
917
918 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
919
920         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
921         config after reselecting.
922
923 2010-10-28  Julien Danjou  <julien@danjou.info>
924
925         * shr.el (shr-put-image): Use point even if only inserting text.
926         (shr-put-image): Save excursion when inserting alt text on non-graphic
927         display, so the behaviour is the same when we are on a graphic display.
928
929         * nnir.el (nnir-run-swish-e): Remove hyrex support.
930
931 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
932
933         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
934         (gnus-mime-copy-part): Check coding system, not charset.
935         (gnus-mime-view-part-externally): Never remove part.
936         (gnus-mime-view-part-internally): Don't remove part here.
937         (gnus-article-part-wrapper): Make sure MIME tag is visible.
938         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
939         multipart/alternative.
940
941         * mm-decode.el (mm-display-part): Take optional arg `force'.
942
943 2010-10-26  Julien Danjou  <julien@danjou.info>
944
945         * gnus-group.el (gnus-group-default-list-level): Add this function to
946         compute the default list level.
947         (gnus-group-default-list-level): Add possibility to use a function.
948
949 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
950
951         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
952
953         * gnus-group.el (gnus-group-completing-read)
954         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
955         gnus-replace-in-string.
956
957 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
958
959         * shr.el (shr-tag-div): Add.
960
961         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
962
963 2010-10-25  Julien Danjou  <julien@danjou.info>
964
965         * gnus-util.el: Remove `gnus-with-local-quit'.
966
967         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
968
969 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
970
971         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
972         the original article buffer.
973
974 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
975
976         * nnimap.el (nnimap-request-head): New function.
977         (nnimap-request-move-article): Try to be slighly faster by not
978         requesting the entire message when moving.
979         (nnimap-transform-headers): Don't bug out on bodiless articles.
980         (nnimap-send-command): Have no outstanding messages if the IMAP server
981         doesn't support streaming.
982         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
983
984 2010-10-24  Julien Danjou  <julien@danjou.info>
985
986         * message.el (message-default-headers): Fix type.
987
988 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
989
990         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
991         prefetching images.
992
993         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
994         backend for unknown groups.  This is mainly useful for nnimap groups.
995
996         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
997         group isn't covered by the agent.
998
999 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1000
1001         * nnir.el (nnir-method-default-engines): New variable.
1002         (nnir-run-query): Use it.
1003         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1004         (gnus-summary-nnir-goto-thread): Change group if needed.
1005
1006         * gnus-group.el (gnus-group-group-map): Add key binding for
1007         gnus-group-make-nnir-group.
1008
1009 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1010
1011         * shr.el (shr-tag-object): Add.
1012
1013         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1014         original article buffer live.
1015         (gnus-summary-select-article-buffer):
1016         Mention gnus-widen-article-buffer.
1017
1018 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1019
1020         * shr.el (shr-tag-strong): Add.
1021
1022 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1023
1024         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1025         group names.  They mess up the group buffer badly.
1026
1027         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1028
1029         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1030         instead of the summary one.
1031
1032 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1033
1034         * mml.el (mml-preview): Work properly when editing article.
1035
1036         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1037         gnus-have-read-active-file if it's already been in.
1038
1039 2010-10-22  Tom Tromey  <tromey@redhat.com>
1040
1041         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1042         gnus-group-completing-read.
1043
1044 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1045
1046         * message.el (message-mode-map): Don't bind M-; to comment region, to
1047         allow the global comment-dwim to work.
1048
1049 2010-10-21  Julien Danjou  <julien@danjou.info>
1050
1051         * message.el (message-setup-1): Allow message-default-headers to be a
1052         function.
1053
1054 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1055
1056         * shr.el (shr-tag-table): Simplify.
1057
1058 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1059
1060         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1061         to avoid trying to snarf invalid stuff.
1062
1063         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1064
1065         * gnus.el (gnus-message-archive-group): Quote value.
1066         (gnus-message-archive-group): Mark as changed.
1067
1068         * shr.el (shr-add-font): Don't put the font properties on the newline
1069         or the indentation.
1070
1071         * message.el (message-fix-before-sending): Change options when sending
1072         non-printable characters.
1073
1074         * gnus.el (gnus-message-archive-method): Change the default to
1075         monthly outgoing groups.
1076
1077         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1078         that have gotten new numbers.
1079
1080         * nnimap.el (nnimap-request-replace-article): New function.
1081
1082 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1083
1084         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1085         (nnrss-request-article): Don't use special html washing code.
1086
1087 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1088
1089         * shr.el (shr-tag-table): Remove useless nconc.
1090
1091 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1092
1093         * gnus-art.el (article-wash-html): Simplify and remove the charset
1094         stuff.  Use the normal html rendering code instead of the special html
1095         washing code.
1096
1097         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1098         `gnus-w3m' symbols.
1099         (mm-text-html-washer-alist): Remove.
1100
1101         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1102         (mm-inline-media-tests): Remove use.
1103         (mm-text-html-renderer): Change default to the `shr' symbol.
1104
1105         * mm-view.el (mm-inline-text-html): Remove use.
1106
1107         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1108         `gnus-blocked-images' to be a function.
1109         (gnus-article-wash-function): Remove.
1110
1111 2010-10-20  Julien Danjou  <julien@danjou.info>
1112
1113         * spam.el (spam-list-of-processors): Mark as obsolete.
1114
1115         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1116         (nnimap-insert-partial-structure): Fix boundary detection.
1117
1118 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1119
1120         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1121         run file-truename on remote files.  This can be expensive and even
1122         prevent one from editing drafts if some unrelated buffer has a stale
1123         connection.
1124
1125 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1126
1127         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1128         kinsoku-eol regardless of shr-kinsoku-shorten.
1129         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1130         (shr-tag-table): Support caption, thead, and tfoot.
1131
1132 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1133
1134         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1135         lines.
1136         (shr-save-contents): New command and keystroke.
1137
1138         * nndoc.el (nndoc-type-alist): Add git support.
1139         (nndoc-git-type-p): New function.
1140         (nndoc-transform-git-article): Ditto.
1141         (nndoc-transform-git-headers): Ditto.
1142         (nndoc-transform-git-headers): Generate Subject headers.
1143
1144         * shr.el (shr-parse-style): New function.
1145         (shr-tag-span): Ditto.
1146
1147         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1148         to `G G' to avoid collisions.
1149
1150 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1151
1152         * shr.el: Load kinsoku if necessary.
1153         (shr-kinsoku-shorten): New internal variable.
1154         (shr-find-fill-point): Make kinsoku shorten text line if
1155         shr-kinsoku-shorten is bound to non-nil.
1156         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1157         shr-indentation too when testing if table is wider than frame width.
1158         (shr-insert-table): Use `string-width' instead of `length' to measure
1159         text width.
1160         (shr-insert-table-ruler): Make sure indentation is done at bol.
1161
1162 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1163
1164         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1165         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1166         undecoded network data.
1167
1168 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1169
1170         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1171         name in the mode line spec so that the mode line menu works
1172         (bug #2431).
1173
1174         * message.el (message-get-reply-headers): If we're fed `to-address',
1175         then always use that.
1176
1177         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1178         aren't so wide as to need to switch off the edit menu.
1179
1180         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1181         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1182
1183         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1184         `M-g'.
1185         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1186         the permanent marks.
1187
1188 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1189
1190         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1191         Splitting according to references/in-reply-to obeys the ignore-groups
1192         variable, while splitting by sender and subject do not.
1193
1194 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1195
1196         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1197         alist, so that we can look for non-Unicode chars.
1198         (article-translate-strings): Allow both character and string maps.
1199
1200 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1201
1202         * shr.el (shr-insert): Don't insert space behind a wide character
1203         categorized as kinsoku-bol, or between characters both categorized as
1204         nospace.
1205
1206 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1207
1208         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1209         headers to gnus-newsgroup-headers.
1210
1211 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1212
1213         * shr.el (shr-tag-img): Don't align images -- since we're not
1214         rescaling, this often leads to ugly displays.
1215
1216 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1217
1218         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1219         duplicates.
1220
1221 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1222
1223         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1224         call.
1225
1226 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1227
1228         * gnus.el: Autoload gnus-html-show-images.
1229
1230         * nnimap.el: Use nnheader-message throughout.
1231
1232         * shr.el (shr-tag-img): Ignore images with no data.
1233
1234 2010-10-15  Julien Danjou  <julien@danjou.info>
1235
1236         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1237         a possibility to disable format=flow encoding when using hard newlines.
1238
1239 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1240
1241         * shr.el (shr-insert): Remove space inserted before or after a
1242         breakable character or at the beginning or the end of a line.
1243         (shr-find-fill-point): Do kinsoku; find the second best point or give
1244         it up if there's no breakable point.
1245
1246 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1247
1248         * nnimap.el (nnimap-open-connection): Message when opening connection
1249         for debugging purposes.
1250
1251         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1252         on every setup buffer call to allow this to change from article to
1253         article.
1254
1255         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1256         buffers where we have a wide table.
1257
1258 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1259
1260         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1261         uses *-request-thread.
1262
1263 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1264
1265         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1266         incantation, which is no longer valid.
1267
1268 2010-10-14  Julien Danjou  <julien@danjou.info>
1269
1270         * shr.el: Fix defcustom type (char -> character).
1271
1272 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1273
1274         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1275         programs.
1276
1277 2010-10-14  Julien Danjou  <julien@danjou.info>
1278
1279         * shr.el (shr-tag-a): Use url-link as widget type.
1280
1281         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1282         `gnus-group-get-icon'.
1283
1284 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1285
1286         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1287         This should make server editing work better.
1288
1289         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1290
1291         * tls.el (tls-program): Remove spurious %s from openssl.
1292
1293         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1294         (nnimap-parse-flags): Fix regexp.
1295
1296         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1297         probably work for CJVK text, too.
1298
1299         * nnimap.el (nnimap-extend-tls-programs): Remove.
1300         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1301
1302         * tls.el (tls-starttls-switches): Remove starttls hack.
1303         (open-tls-stream): Ditto.
1304         (tls-find-starttls-argument): Ditto.
1305
1306 2010-10-13  Julien Danjou  <julien@danjou.info>
1307
1308         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1309         responses.
1310
1311 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1312
1313         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1314
1315         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1316         anything in Emacs.
1317
1318         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1319
1320 2010-10-13  Julien Danjou  <julien@danjou.info>
1321
1322         * shr.el (shr-width): Make shr-width a defcustom with default to
1323         fill-column.
1324         (shr-tag-img): Use shr-width rather than fill-column.
1325
1326 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1327
1328         * dgnushack.el (byte-optimize-apply)
1329         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1330
1331         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1332         position when (X-)Faces exist.
1333         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1334         avatars when called interactively.
1335
1336 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1337
1338         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1339         gnus-article-x-face-too-ugly is bound.
1340
1341 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1342
1343         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1344
1345         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1346         mailbox that doesn't exist.
1347
1348 2010-10-12  Julien Danjou  <julien@danjou.info>
1349
1350         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1351         (shr-get-image-data): Encode URL properly when fetching from cache.
1352         (shr-tag-img): Use aligned-to spaces to align correctly images.
1353
1354         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1355         before inserting the Gravatar.
1356
1357         * shr.el (shr-tag-img): Add align attribute support for <img>.
1358
1359 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1360
1361         * gnus-gravatar.el (gnus-art): Require.
1362
1363         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1364         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1365         Remove long obsoleted functions.
1366
1367 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1368
1369         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1370
1371         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1372
1373         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1374         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1375         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1376         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1377         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1378         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1379         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1380
1381 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1382
1383         * nnimap.el (nnimap-request-rename-group): Select group read-only
1384         before renaming it.
1385
1386         * shr.el (shr-insert): Fix up the white space only regexp.
1387
1388         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1389         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1390
1391         * shr.el (shr-current-column): New function.
1392         (shr-find-fill-point): New function.
1393
1394 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1395
1396         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1397         numbers.
1398
1399 2010-10-11  Julien Danjou  <julien@danjou.info>
1400
1401         * shr.el (shr-hr-line): Add.
1402         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1403         display hr lines.
1404         (shr-max-columns): Do not change state to nil if we just inserting
1405         spaces.
1406
1407 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1408
1409         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1410         select the last group.
1411
1412 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1413
1414         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1415
1416 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1417
1418         * dig.el (dig-mode-map): Declare and define in one step.
1419
1420 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1421
1422         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1423         for Gnus.
1424         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1425         (nnimap-update-qresync-info): Mark \Seen articles as read.
1426
1427         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1428         non-variable, too.
1429
1430         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1431         available.
1432         (nnimap-update-info): Rely more on the current active than the param
1433         active to avoid marking articles as read too much.
1434
1435         * auth-source.el (auth-source-create): Use (user-login-name) for the
1436         user name default.
1437
1438         * nnimap.el (nnimap-update-info): If the server doesn't return any
1439         useful info, just use the previous info.
1440         (nnimap-update-info): Prefer old info over start-article.
1441         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1442
1443 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1444
1445         * nnir.el (autoload): Clean up autoloads.
1446         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1447         Use key rather than value.
1448         (nnir-imap-search-other): New variable.
1449         (nnir-read-parm): Use it.
1450         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1451         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1452
1453 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1454
1455         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1456         the process, too.
1457
1458 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1459
1460         * spam.el (gnus-summary-mode-map): Bind to "$".
1461         Suggested by Russ Allbery.
1462
1463         * shr.el: Rework the way things are indented by <li> slightly.
1464
1465         * gnus.el (gnus-group-set-parameter): Fix typo.
1466
1467         * nnimap.el: Start implementing QRESYNC support.
1468
1469 2010-10-09  Julien Danjou  <julien@danjou.info>
1470
1471         * nnir.el (nnir-engines): Fix too many arguments.
1472
1473 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1474
1475         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1476         group is the "last", so that the backends like nnfolder actually save
1477         their folders.
1478
1479         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1480         try to use that for the tls stream.
1481         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1482         UIDVALIDITY and find out which groups are read-only and not.
1483         (nnimap-get-flags): Use the same marks parsing code as the rest of
1484         nnimap.
1485
1486 2010-10-09  Julien Danjou  <julien@danjou.info>
1487
1488         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1489
1490         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1491         retrieving gravatars.
1492
1493         * shr.el (shr-table-corner): Add.
1494         (shr-table-line): Add.
1495         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1496
1497 2010-10-08  Julien Danjou  <julien@danjou.info>
1498
1499         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1500
1501 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1502
1503         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1504
1505         * gnus-sum.el (gnus-mark-article-as-unread)
1506         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1507         (gnus-summary-set-bookmark): Use it.
1508
1509         * gnus-msg.el (gnus-setup-message): Use it.
1510
1511         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1512
1513         * gnus.el (gnus-group-remove-parameter): Use it.
1514
1515         * gnus-group.el (gnus-group-make-web-group): Use it.
1516
1517         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1518
1519         * nnregistry.el: Update docs to mention manual.
1520
1521         * gnus-registry.el: Update docs to mention nnregistry.el.
1522         (gnus-registry-initialize): Don't install nnregistry refer method
1523         automatically.
1524         (gnus-registry-install-nnregistry): Remove it.
1525
1526 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1527
1528         * shr.el (shr-insert): Don't insert double spaces.
1529
1530 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1531
1532         * gnus-gravatar.el (gnus-treat-from-gravatar)
1533         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1534         called interactively.
1535
1536         * gnus-art.el (gnus-mime-view-part-externally)
1537         (gnus-mime-view-part-internally): Make predicate function passed to
1538         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1539         of a mime type.
1540
1541         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1542
1543 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1544
1545         * shr.el (require): Require cl when compiling.
1546         (shr-tag-hr): New function.
1547
1548         * nnimap.el (nnimap-update-info): Remove double setting of high.
1549         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1550         This makes nnimap work properly on Courier again.
1551
1552         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1553         the variable for backwards compatability.
1554
1555         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1556         the file name before using to avoid setting mm-default-directory to
1557         nil.
1558
1559         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1560         bidning gnus-agent variables.
1561
1562         * shr.el (shr-render-td): Use a cache for the table rendering function
1563         to avoid getting an exponential rendering behaviour in nested tables.
1564         (shr-insert): Rework the line-breaking algorithm.
1565         (shr-insert): Don't leave trailing spaces.
1566         (shr-insert-table): Also insert empty TDs.
1567         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1568
1569 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1570
1571         * gnus-sum.el (gnus-number): Rename from `number'.
1572         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1573         (gnus-summary-limit-children): Update uses correspondingly.
1574
1575 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1576
1577         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1578         (gnus-gravatar-transform-address): Don't show avatars of people of
1579         which mail addresses match gnus-gravatar-too-ugly.
1580
1581 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1582
1583         * shr.el (shr-table-widths): Expand TD elements to fill available
1584         space.
1585
1586 2010-10-07  Julien Danjou  <julien@danjou.info>
1587
1588         * nnimap.el (nnimap-request-rename-group): Add this method.
1589
1590 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1591
1592         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1593         name from XEmacs' function-arglist.
1594
1595         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1596         gravatar under XEmacs.
1597
1598 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1599
1600         * auth-source.el: Update docs with TODO items.
1601
1602         * gnus-sync.el: Update docs to explain state and plans.
1603
1604         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1605         Hooks for mark updates.
1606         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1607
1608         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1609         hooks with arguments, which is needed for mark update hooks.
1610
1611 2010-10-06  Julien Danjou  <julien@danjou.info>
1612
1613         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1614         was matched.
1615
1616         * sieve-manage.el: Update example in `Commentary'.
1617
1618         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1619
1620         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1621         not 2000.
1622         (sieve-manage-authenticate): Re-add function.
1623
1624 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1625
1626         * shr.el (shr-insert): Get 'space transition right.
1627         (shr-render-td): Only delete space at the end of the TD.
1628
1629         * nnimap.el (nnimap-open-connection): Prepare to support
1630         open-gnutls-stream.
1631
1632         * shr.el: Rearrange function order to be more logical.
1633
1634 2010-10-06  Julien Danjou  <julien@danjou.info>
1635
1636         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1637         (nnrss-discover-feed): Remove 404 URL in docstring.
1638
1639         * nnir.el: Fix Swish-E URL.
1640         Fix Namazu URL.
1641
1642         * message.el (message-change-subject): Remove 404 URL in a comment.
1643
1644 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1645
1646         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1647         called interactively.
1648
1649         * gnus-util.el (gnus-remove-if): Allow hash table.
1650         (gnus-remove-if-not): New function.
1651
1652         * gnus-art.el (gnus-mime-view-part-as-type)
1653         * gnus-score.el (gnus-summary-score-effect)
1654         * gnus-sum.el (gnus-read-move-group-name):
1655         Replace remove-if-not with gnus-remove-if-not.
1656
1657         * gnus-group.el (gnus-group-completing-read):
1658         Regard collection as a hash table if it is not a list.
1659
1660 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1661
1662         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1663
1664         * shr.el: Document the table-rendering algorithm.
1665
1666 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1667
1668         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1669         for Emacsen having no `libxml-parse-html-region' support.
1670
1671 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1672
1673         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1674         invalid URLs.
1675
1676         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1677         line-broken.
1678         (shr-tag-img): Ignore image fetching errors.
1679         (shr-overlays-in-region): Compute overlay positions correctly.
1680
1681         * mm-decode.el (mm-shr): Require shr.
1682
1683         * gnus-art.el (gnus-blocked-images): Move variable here.
1684
1685         * shr.el (shr-insert-table): Bind free variable.
1686
1687         * mm-decode.el (mm-shr): Bind shr-content-function.
1688
1689         * shr.el (shr-content-function): New variable.
1690
1691         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1692         added for symmetry.
1693
1694         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1695
1696         * gnus-group.el (gnus-group-make-group): Doc fix.
1697
1698         * nnimap.el (nnimap-request-newgroups): Return success.
1699
1700         * shr.el (shr-find-elements): New function.
1701         (shr-tag-table): Put all the images after the table.
1702         (shr-tag-table): Really inhibit images inside the table.
1703         (shr-collect-overlays): Copy over overlays from the TD elements to the
1704         main document.
1705
1706         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1707         gnus-blocked-images.
1708
1709 2010-10-05  Julien Danjou  <julien@danjou.info>
1710
1711         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1712
1713         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1714         (gnus-html-maximum-image-size): Add this function.
1715         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1716
1717         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1718         server-value of the capability is nil.
1719
1720 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1721
1722         * shr.el (shr-tag-em): Add <EM> tag.
1723
1724 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1725
1726         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1727         customizable.
1728
1729         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1730         handing broken links to browse-url.
1731
1732 2010-10-05  Julien Danjou  <julien@danjou.info>
1733
1734         * gnus-util.el (gnus-emacs-completing-read)
1735         (gnus-iswitchb-completing-read): Use autoload rather than require.
1736
1737 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1738
1739         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1740         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1741         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1742         iswitchb-temp-buflist for XEmacs.
1743
1744         * gnus-util.el (gnus-completing-read-function): Exclude
1745         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1746         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1747         XEmacs.
1748
1749         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1750         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1751
1752         * gnus-html.el: Don't require help-fns under XEmacs.
1753         (gnus-html-schedule-image-fetching): Work for XEmacs.
1754
1755         * mm-decode.el (mm-shr): Decode contents by charset.
1756
1757 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1758
1759         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1760         unknown.
1761
1762         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1763         (shr-get-image-data): Ensure against the cache file missing.
1764
1765         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1766         for data.
1767
1768         * spam-report.el (spam-report-url-ping-plain): Don't query about
1769         killing the process.
1770
1771         * shr.el (shr-render-td): Protect against too-wide text.
1772
1773 2010-10-04  Julien Danjou  <julien@danjou.info>
1774
1775         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1776         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1777
1778         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1779         retrieved.
1780
1781 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1782
1783         * shr.el (browse-url): Require.
1784         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1785         lines.
1786         (shr-show-alt-text, shr-browse-image): New commands.
1787         (shr-browse-url, shr-copy-url): New commands.
1788
1789         * gnus-sum.el (gnus-widen-article-window): New variable.
1790         (gnus-summary-select-article-buffer): Use it.
1791
1792         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1793         without @ signs.
1794
1795 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1796
1797         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1798
1799 2010-10-04  Julien Danjou  <julien@danjou.info>
1800
1801         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1802         for XEmacs.
1803
1804 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1805
1806         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1807
1808         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1809         (nnimap-close-server): Implement.
1810
1811         * dgnushack.el (iswitchb): Require to shut up the compiler.
1812
1813         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1814         (shr-insert): Tweak line breaking.
1815         (shr-insert): Handle <pre> better.
1816         (shr-tag-li): Get <li> indentation right.
1817         (shr-tag-li): Get <li> indentation even righter.
1818         (shr-tag-blockquote): Ensure paragraph start.
1819         (shr-make-table): Tweak table generation.
1820         (shr-make-table): Fix typo.
1821
1822         * shr.el: Implement table rendering.
1823
1824 2010-10-04  Julien Danjou  <julien@danjou.info>
1825
1826         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1827
1828 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1829
1830         * shr.el (shr-insert): Use string anchors instead of line anchors.
1831
1832 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1833
1834         * shr.el: Add headings.
1835         (shr-ensure-paragraph): Actually work.
1836         (shr-tag-li): Make <ul> prettier.
1837         (shr-insert): Get white space at the beginning/end of elements right.
1838         (shr-tag-p): Collapse subsequent <p>s.
1839         (shr-ensure-paragraph): Don't insert double line feeds after blank
1840         lines.
1841         (shr-insert): \t is also space.
1842         (shr-tag-s): Fix "s" tag name function.
1843         (shr-tag-s): Fix face prop name.
1844
1845 2010-10-03  Julien Danjou  <julien@danjou.info>
1846
1847         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1848
1849         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1850         gnus-window-inside-pixel-edges.
1851
1852         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1853         gnus-ems.
1854
1855         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1856
1857         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1858         function.
1859
1860         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1861         resize choice.
1862
1863 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1864
1865         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1866         beginning of the buffer.
1867
1868         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1869         article buffer again.
1870
1871         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
1872
1873         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1874         when it's at the start of the buffer.
1875
1876         * shr.el (shr-tag-blockquote): Convert name.
1877         (shr-rescale-image): Use the right image-size variant.
1878
1879         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1880         buffer isn't shown, then select the current article first instead of
1881         bugging out.
1882         (gnus-summary-select-article-buffer): Show both the article and summary
1883         buffers again.
1884
1885         * shr.el (shr-fontize-cont): Protect against regions with no text.
1886         Rename tag functions to shr-tag-* for enhanced security.
1887         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1888
1889 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1890
1891         * shr.el (shr-insert):
1892         * pop3.el (pop3-movemail):
1893         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1894         loaded.
1895
1896 2010-10-03  Glenn Morris  <rgm@gnu.org>
1897
1898         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1899
1900         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1901
1902         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1903
1904         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1905
1906         * gnus-util.el (gnus-make-local-hook): Simplify.
1907
1908 2010-10-02  Julien Danjou  <julien@danjou.info>
1909
1910         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1911         (gnus-ido-completing-read): New function.
1912         (gnus-emacs-completing-read): New function.
1913         (gnus-completing-read): Use gnus-completing-read-function.
1914         Add gnus-completing-read-function.
1915
1916 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1917
1918         * shr.el (shr-insert-document): Autoload.
1919         (shr-img): Be silent.
1920         (shr-insert): Add a newline after every picture before text.
1921         (shr-add-font): Use overlays for combining faces.
1922         (shr-insert): Pass upwards the text start point.
1923
1924         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1925         possible.
1926         (mm-shr): New function.
1927
1928 2010-10-02  Julien Danjou  <julien@danjou.info>
1929
1930         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1931         should go backward.
1932
1933 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1934
1935         * shr.el (shr): Fix typo in provide call.
1936
1937 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1938
1939         * shr.el: New file.
1940
1941         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1942
1943         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1944         completing read.
1945
1946 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1947
1948         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1949         we're being queried about.  Suggested by Dan Jacobson.
1950
1951         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
1952         Suggested by Jason Eisner.
1953
1954         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1955         table, too.  Suggested by Stefan Wiens.
1956         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1957         the table unnecessary.  Suggested by Stefan Wiens.
1958
1959         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1960         longer needed, and probably doesn't work either, as pointed out by
1961         Stefan Wiens.
1962         (gnus-summary-exit): Remove call to the clearing function.
1963         (gnus-summary-exit-no-update): Ditto.
1964
1965         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1966         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1967         Reported by Stefan Monnier.
1968         (gnus-summary-save-in-rmail): Ditto.
1969
1970         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1971         article buffer, instead of both the article buffer and the summary
1972         buffer.  Sort of suggested by Dan Jacobson.
1973
1974         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1975
1976         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1977         Suggested by Dan Jacobson.
1978
1979         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1980         documentation clearer.
1981
1982         * message.el (message-shorten-references): Comment on the number "21".
1983         Suggested by Stefan Monnier.
1984
1985         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1986         Suggested by Dan Jacobson.
1987
1988         * gnus.el (gnus-large-newsgroup):
1989         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1990
1991         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1992         externalize attachments.  Bug reported by Steve Wen.
1993
1994         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1995         really message anything to the user.
1996
1997         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1998         directly.
1999
2000         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2001         messages in empty groups.
2002
2003 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2004
2005         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2006         non-UIDNEXT group.
2007
2008 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2009
2010         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2011         not the value from the collection.
2012
2013         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2014         values.  This sometimes happens on some groups that have no info.
2015         (nnimap-request-newgroups): New function.
2016
2017 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2018
2019         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2020         check into `gnus-registry-initialize'.
2021         (gnus-registry-initialize): Ditto.
2022         Fix and extend header docs.
2023
2024 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2025
2026         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2027         regexp backtrace overflows.
2028
2029         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2030         for starttls that tls.el implements; i.e. openssl.
2031
2032         * tls.el (tls-starttls-switches): Give up on using starttls with
2033         gnutls-cli.
2034         (tls-program): Add --insecure to be consistent with the defaults from
2035         openssl s_client.  Now all three commands are insecure.
2036
2037 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2038
2039         * lpath.el: Bind completion-styles-alist for XEmacs.
2040
2041         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2042         (gravatar-create-image): New function that's an alias to
2043         gnus-xmas-create-image, gnus-create-image, or create-image.
2044         (gravatar-data->image): Use it.
2045
2046 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2047
2048         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2049         install the nnregistry refer method.
2050         (gnus-registry-install-hooks): Use it.
2051         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2052         unfollowed groups.
2053
2054 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2055
2056         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2057         expanding threads.
2058
2059 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2060
2061         * nnir.el: Use the server names without suffixes (bug #7009).
2062
2063         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2064         unencrypted to STARTTLS, if possible.
2065
2066 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2067
2068         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2069         headers before superseding.
2070
2071 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2072
2073         * nnrss.el (nnrss-use-local): Add documentation.
2074
2075         * nnimap.el (nnimap-extend-tls-programs): New function.
2076         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2077         (nnimap-wait-for-connection): Accept the greeting from the stupid
2078         output from openssl s_client -starttls, too.
2079
2080         * tls.el (tls-starttls-switches): New variable.
2081         (tls-find-starttls-argument): Use it.
2082         (open-tls-stream): Ditto.
2083
2084         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2085         (netrc-machine): Ditto.
2086
2087         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2088         article number.
2089         (nnimap-split-fancy): New variable.
2090         (nnimap-split-incoming-mail): Use it.
2091
2092         * nntp.el (nntp-server-list-active-group): Document.
2093
2094         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2095         SELECT to get the message-id.
2096
2097         * mail-source.el (mail-sources): Remove webmail support.
2098         (defvar): Ditto.
2099         (mail-source-fetcher-alist): Ditto.
2100         (mail-source-fetch-webmail): Remove.
2101
2102         * webmail.el: Remove -- doesn't seem relevant any more.
2103
2104         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2105
2106         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2107         the \r.
2108
2109 2010-09-30  Julien Danjou  <julien@danjou.info>
2110
2111         * gnus-agent.el (gnus-agent-add-group): Fix call to
2112         gnus-completing-read.
2113
2114 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2115
2116         * nndoc.el (nndoc-retrieve-groups): New function.
2117
2118         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2119         `default', use nnmail-split-methods.
2120         (nnimap-request-article): Downcase the NILs so that they are nil.
2121
2122         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2123         symbol.
2124
2125         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2126         code, since if the user has requested network, that's what they ought
2127         to get.
2128         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2129         (nnimap-split-rule): Mark as obsolete.
2130
2131         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2132         New variable.
2133
2134         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2135         correct slot, too.
2136
2137 2010-09-29  Julien Danjou  <julien@danjou.info>
2138
2139         * gnus.el (gnus-local-domain): Declare variable obsolete.
2140
2141         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2142         Fix history computing.
2143         (gnus-ido-completing-read): Require ido.
2144
2145 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2146
2147         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2148         build Gnus.
2149
2150         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2151         when interpreting the structures.
2152         (nnimap-request-accept-article): Add \r\n to the lines to make this
2153         work with Cyrus.
2154
2155         * nndraft.el (nndraft-request-expire-articles): Use the group name
2156         instead if "nndraft".  Fix found by Nils Ackermann.
2157
2158 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2159
2160         * nnregistry.el: Add.
2161
2162 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2163
2164         * nnmail.el (group, group-art-list, group-art):
2165         Remove unneeded directives.
2166
2167 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2168
2169         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2170         (mm-mime-charset)
2171         * rfc2047.el (rfc2047-syntax-table)
2172         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2173
2174         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2175         rather than `insert-file-contents' and `eval-region'.
2176
2177         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2178         construction.
2179
2180         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2181
2182         * time-date.el: No need to require cl for Emacs 21.
2183
2184 2010-09-29  Julien Danjou  <julien@danjou.info>
2185
2186         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2187         replacement of `gnus-gravatar-relief' to mimic
2188         `gnus-faces-properties-alist'.
2189         Add :version property.
2190
2191 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2192
2193         * mail-source.el (mail-source-report-new-mail)
2194         * message.el (message-default-mail-headers)
2195         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2196
2197         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2198
2199 2010-09-28  Julien Danjou  <julien@danjou.info>
2200
2201         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2202         mail-address contains the same string as real-name.
2203
2204         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2205         non-blank in header, otherwise it'll get stripped.
2206
2207         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2208         real-name, and then for mail address rather than doing : or , search.
2209
2210 2010-09-27  Julien Danjou  <julien@danjou.info>
2211
2212         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2213         right completing-read function.
2214         (gnus-use-ido): New variable
2215         (gnus-completing-read-with-default): Remove.
2216         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2217         (gnus-agent-add-group):
2218         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2219         * mm-view.el (mm-view-pkcs7-decrypt):
2220         * mm-util.el (mm-codepage-setup):
2221         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2222         * mml-smime.el (mml-smime-openssl-sign-query):
2223         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2224         (mml-insert-multipart):
2225         * gnus-msg.el (gnus-summary-yank-message):
2226         * gnus-int.el (gnus-start-news-server):
2227         * mm-decode.el (mm-interactively-view-part):
2228         * gnus-dired.el (gnus-dired-attach):
2229         * gnus.el (gnus-read-method):
2230         * gnus-bookmark.el (gnus-bookmark-jump):
2231         * gnus-art.el (gnus-mime-view-part-as-type)
2232         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2233         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2234         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2235         * nnmairix.el (nnmairix-create-server-and-default-group)
2236         (nnmairix-update-groups, nnmairix-get-server)
2237         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2238         (nnmairix-get-group-from-file-path):
2239         * nnrss.el (nnrss-find-rss-via-syndic8):
2240         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2241         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2242         (gnus-group-browse-foreign-server):
2243         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2244         (gnus-summary-execute-command, gnus-summary-respool-article)
2245         (gnus-read-move-group-name):
2246         * gnus-score.el (gnus-summary-increase-score)
2247         (gnus-summary-score-effect):
2248         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2249
2250 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2251
2252         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2253         x-focus-frame.
2254
2255         * nnimap.el (auth-source-forget-user-or-password)
2256         (auth-source-user-or-password): Autoload.
2257
2258         * message.el (message-from-style, message-interactive)
2259         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2260         (message-yank-prefix, message-indentation-spaces, message-signature)
2261         (message-signature-file): Add comment.
2262
2263 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2264
2265         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2266         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2267         new articles.
2268
2269         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2270         parts.
2271         (nnimap-request-article): Work with the t setting, too.
2272
2273         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2274         that you don't get flashes of other buffers.
2275         (gnus-summary-show-complete-article): Intern before setting.
2276
2277 2010-09-27  David Engster  <dengste@eml.cc>
2278
2279         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2280         well as HEADERS.
2281         (nnmairix-retrieve-headers): Provide new argument for the above.
2282
2283 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2284
2285         * gnus-sum.el (gnus-summary-move-article): Don't alter
2286         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2287         group.
2288
2289         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2290
2291         * message.el (message-cite-prefix-regexp): Revert my last edit.
2292
2293         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2294         variable instead of the Gnus variable.
2295
2296         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2297
2298         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2299
2300         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2301         since some servers don't like it.
2302         (nnimap-open-connection): Forget credentials if the server says the
2303         password was wrong.
2304         (nnimap-parse-line): Protect against invalid data.
2305
2306         * gnus-sum.el (gnus-summary-move-article): Add comment.
2307         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2308         nothing alters it while scanning for new messages.
2309
2310         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2311         which may or may not help.
2312         (nnimap-open-connection): If we're doing a stream connection, and then
2313         discover we're on a STARTTLS-capable server, then open a STARTTLS
2314         connection instead.
2315
2316 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2317
2318         * nnimap.el (utf7): Require.
2319
2320         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2321         prefix.
2322
2323 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2324
2325         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2326
2327 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2328
2329         * nnimap.el (nnimap-request-accept-article): Message the error on
2330         error.
2331
2332 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2333
2334         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2335
2336 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2337
2338         * nndoc.el (nndoc-request-list): Return success always.
2339
2340         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2341         `fetch-old' -- we only want to fetch the articles we've requested.
2342         The rest are in the agent, probably.
2343         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2344         disappeared server" to something low.  It's not important.
2345
2346         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2347         arrived before the FETCH data.
2348
2349         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2350         target here, because we don't know the Gnus name of the group.
2351
2352         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2353         for the correct group.
2354
2355         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2356
2357         * gnus.el (gnus): Give a final warning after startup.
2358
2359         * gnus-util.el (gnus-action-message-log): New variable.
2360         (gnus-message): Use it.
2361         (gnus-final-warning): New function.
2362
2363         * nnimap.el (nnimap-open-connection): Record the greeting.
2364         (nnimap): Add greeting.
2365
2366 2010-09-26  Julien Danjou  <julien@danjou.info>
2367
2368         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2369         arguments.
2370         (gnus-html-wash-images): Fix spec computing to include start/end.
2371
2372         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2373
2374 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2375
2376         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2377         deletion.
2378         (nnimap-retrieve-headers): Don't select the group, because that's
2379         already done by nnimap-possibly-change-group.
2380
2381         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2382         (gnus-picon-transform-address): Use it.
2383
2384         * mail-source.el (mail-source-value): Revert previous patch.
2385
2386         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2387         on failure.
2388         (nnimap-open-connection): Look up both virtual and physical server name
2389         credentials.
2390
2391         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2392
2393 2009-02-07  Dave Love  <fx@gnu.org>
2394
2395         * tls.el (open-tls-stream): Don't query killing process.
2396
2397 2009-02-08  Dave Love  <fx@gnu.org>
2398
2399         * gnus-win.el (gnus-window-to-buffer-helper)
2400         (gnus-all-windows-visible-p): Function needn't be a symbol.
2401
2402         * mail-source.el (mail-source-value): Function needn't be a symbol.
2403
2404 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2405
2406         * message.el (message-cite-prefix-regexp): Remove } from the cite
2407         prefix.
2408
2409         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2410         highlight again, so that the highlight is correct.
2411
2412         * gnus-picon.el (gnus-picon): Remove again.
2413         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2414
2415         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2416         doing the header highlightling, so that the background colour of the
2417         picon is correct.
2418
2419         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2420         (gnus-picon): Ditto.
2421         (gnus-picon): Reinstate.  The background colour for picons is white.
2422         (gnus-picon-insert-glyph): Make the background white.
2423
2424         * nnml.el (nnml-open-nov): Don't return dead buffers.
2425
2426         * auth-source.el (auth-source-create): Query the user for whether to
2427         store the credentials.
2428
2429         * netrc.el (netrc-store-data): New function.
2430
2431         * auth-source.el (auth-source-user-or-password): Use the existing auth
2432         sources, if any, for creation.
2433
2434         * gnus.el (gnus-group-fast-parameter): Return the last matching
2435         parameter instead of the first matching parameter.
2436
2437 2010-09-26  Julien Danjou  <julien@danjou.info>
2438
2439         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2440
2441 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2442
2443         * mml2015.el (mml2015-use): Remove gpg support.
2444
2445         * mml1991.el (mml1991-function-alist): Remove gpg function.
2446         (mml1991-gpg-sign): Remove.
2447
2448 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2449
2450         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2451         (gnus-browse-unsubscribe-current-group): Document it.
2452         (gnus-browse-unsubscribe-group): Use it.
2453
2454 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2455
2456         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2457         address to the To list for easier response.
2458
2459         * gnus.el (gnus-play-startup-jingle): Remove.
2460         (gnus-splash): Don't play jingle.
2461         (gnus): Silence gnus-load message.
2462
2463         * gnus-art.el (gnus-treat-play-sounds): Remove.
2464
2465         * gnus.el (gnus-play-jingle): Remove audio support.
2466
2467         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2468
2469         * earcon.el: Remove -- no users.
2470
2471         * gnus-audio.el: Remove -- no users of this package.
2472
2473         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2474
2475         * gnus-start.el (gnus-setup-news): Remove nocem support.
2476
2477         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2478
2479         * gnus.el (gnus-use-nocem): Remove.
2480
2481         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2482         Remove.
2483
2484         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2485         uses NoCeM any more.
2486
2487         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2488         (gnus-button-ctan-handler): Ditto.
2489         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2490         (gnus-button-ctan-directory-regexp): Ditto.
2491         (gnus-button-handle-ctan): Ditto.
2492         (gnus-button-tex-level): Ditto.
2493         (gnus-button-alist): Remove CTAN stuff.
2494
2495 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2496
2497         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2498         nnimap-streaming test.
2499
2500         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2501         servers twice.
2502
2503         * nnimap.el (nnimap-open-connection): Add more error reporting when
2504         nnimap fails early.
2505
2506         * nnheader.el (nnheader-get-report-string): New function.
2507         (nnheader-get-report): Use it.
2508
2509         * gnus-int.el (gnus-check-server): Say what the error was when opening
2510         failed.
2511
2512         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2513         using streaming.
2514
2515 2010-09-25  Julien Danjou  <julien@danjou.info>
2516
2517         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2518         gnus-window-inside-pixel-edges.
2519
2520 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2521
2522         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2523
2524         * mm-decode.el (mm-save-part): Allow saving to other directories the
2525         normal Emacs way.
2526
2527         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2528         Suggested by Jay Berkenbilt.
2529
2530         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2531         there isn't a single byte.
2532
2533         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2534         just do it.  It doesn't really seem to matter what the user responds
2535         here, I think, so it's just a confusing question.
2536
2537         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2538         non-streaming case.
2539
2540         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2541         (gnus-article-encrypt-body): Use it.
2542
2543         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2544         keystroke.
2545
2546         * nnimap.el (nnimap-find-wanted-parts-1):
2547         Use gnus-fetch-partial-articles.
2548
2549         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2550
2551         * nnimap.el (nnimap-insert-partial-structure): New function.
2552         (nnimap-get-partial-article): New function.
2553         (nnimap-request-article): Use it.
2554         (nnimap-wait-for-response): Return whether the wait was successful.
2555         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2556         retrieval wasn't successful.
2557         (nnimap-retrieve-group-data-early): Allow throttling servers.
2558         (nnimap-streaming): New variable.
2559         (nnimap-fetch-partial-articles): Remove.
2560
2561         * mm-decode.el (mm-with-part): Protect against killed buffers.
2562
2563         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2564         for prettier summary display.
2565
2566 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2567
2568         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2569
2570 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2571
2572         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2573         apparently third-party libraries depend on it.
2574
2575         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2576         before starting negotiation.
2577
2578         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2579         privacy reasons.
2580         (gnus-treat-mail-gravatar): Ditto.
2581
2582         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2583         buffer when inserting images.  Inserting text into the headers, for
2584         instance, can make them invalid.
2585
2586 2010-09-25  Julien Danjou  <julien@danjou.info>
2587
2588         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2589         variables.
2590
2591         * nnheader.el: Remove useless variables news-reply-yank-from and
2592         news-reply-yank-message-id.
2593
2594         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2595         variables.
2596
2597         * mml1991.el: Remove useless mml1991-verbose.
2598
2599         * gnus.el: Remove useless variable gnus-use-generic-from.
2600         Remove obsolete variable gnus-topic-indentation.
2601
2602         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2603
2604         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2605
2606         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2607
2608         * gnus-group.el: Remove useless gnus-group-icon-cache.
2609         Remove useless gnus-ephemeral-group-server.
2610
2611         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2612
2613         * mml2015.el: Remove useless mml2015-verbose.
2614
2615         * mml-smime.el: Remove useless mml-smime-verbose.
2616
2617         * gnus.el: Remove useless gnus-local-domain.
2618
2619         * gnus-gravatar.el (gnus-gravatar-transform-address):
2620         Use gnus-gravatar-size.
2621
2622         * gnus-art.el: Remove useless gnus-treat-translate.
2623
2624 2010-09-24  Julien Danjou  <julien@danjou.info>
2625
2626         * gnus-sum.el: Add support for Gravatars.
2627
2628         * gnus-art.el: Add support for Gravatars.
2629
2630         * gnus-gravatar.el: Add this file.
2631
2632         * gravatar.el: Add this file.
2633
2634 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2635
2636         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2637
2638         * gnus-group.el (gnus-group-fetch-faq): Remove.
2639
2640         * gnus.el (gnus-group-faq-directory): Remove.
2641
2642         * gnus-group.el (gnus-group-fetch-charter): Remove.
2643
2644         * gnus.el (gnus-group-charter-alist): Remove.
2645
2646         * gnus-group.el (gnus-group-archive-directory): Remove.
2647         (gnus-group-recent-archive-directory): Ditto.
2648         (gnus-group-make-archive-group): Remove.
2649
2650         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2651
2652         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2653         use the same article number for all the cached articles.
2654
2655         * nnimap.el (nnimap-command): Register the last command time so
2656         that we can use it for idling NOOPs.
2657         (nnimap-open-connection): Start the keeplive timer.
2658         (nnimap-make-process-buffer): Store all the process buffers.
2659         (nnimap-keepalive): New function.
2660
2661         * starttls.el (starttls-open-stream): Add autoload cookie.
2662
2663 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2664
2665         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2666         handling.
2667
2668 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2669
2670         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2671         its data structures.
2672
2673         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2674         instead of the cl.el copy-list.
2675         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2676         equalp.
2677
2678 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2679
2680         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2681         and tool-bar-local-item-from-menu.
2682
2683         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2684         mode-line-highlight face for Emacs.
2685
2686         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2687         loading gnus-sum.elc; fix comment for canlock-verify.
2688         (gnus-article-jump-to-part): Use read-number.
2689         (gnus-insert-mime-button, gnus-insert-mime-security-button):
2690         Remove Emacs pre-21 compatible code for help-echo.
2691         (gnus-article-next-page-1): No need to adjust the number of lines.
2692         (gnus-article-describe-bindings): Always use help-buffer.
2693
2694         * gnus-audio.el (gnus-audio-inline-sound)
2695         * gnus-cus.el (gnus-custom-mode)
2696         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2697
2698         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2699
2700         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2701         compatible code.
2702
2703 2010-09-24  Glenn Morris  <rgm@gnu.org>
2704
2705         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2706         visiting the fcc file in rmail-mode.
2707
2708         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2709
2710 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2711
2712         * nnir.el: Silence the byte compiler.
2713
2714         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2715         alias to browse-url-url-encode-chars if any.
2716         (gnus-html-encode-url): Use it.
2717
2718 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2719
2720         * gnus-start.el (gnus-use-backend-marks): New variable.
2721         (gnus-get-unread-articles-in-group): Use it.
2722
2723         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2724         makeover.
2725
2726 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2727
2728         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2729
2730 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2731
2732         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2733         Remove.
2734         (gnus-setup-news-hook):
2735         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
2736
2737         * gnus-int.el (gnus-request-update-info): Protect against backends not
2738         having the function.
2739
2740         * nnimap.el (nnimap-stream): Mention starttls.
2741         (nnimap-open-connection): Add starttls support.
2742
2743 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2744
2745         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2746
2747 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2748
2749         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2750         BODYSTRUCTUREs.
2751         (nnimap-transform-headers): Unfold quoted {42} headers.
2752
2753         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2754         the info.
2755         (gnus-get-unread-articles): Only call updatep on backends that support
2756         it.
2757
2758         * nnweb.el (nnweb-request-update-info): NOOP.
2759
2760         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
2761
2762         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
2763         since it only deals with marks.
2764
2765         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
2766         gnus-request-marks, and make a new gnus-request-update-info.
2767
2768         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2769         the active instead of the high number, which is usually too low.
2770
2771 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2772
2773         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2774         * encrypt.el: Remove.
2775
2776 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2777
2778         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2779         server in symbolic form.
2780
2781         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
2782
2783 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2784
2785         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2786         (nnimap-update-info): Fix up code slightly.
2787
2788         * gnus-int.el (gnus-open-server): Add tracing for performance
2789         debugging.
2790
2791         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2792         (gnus-group-insert-group-line): Pass the real group name so that it
2793         gets the right data.
2794
2795         * gnus-start.el (gnus-get-unread-articles): Don't have
2796         `gnus-get-unread-articles-in-group' update info, since that can be
2797         really slow and doesn't seem to be needed?
2798
2799 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2800
2801         * time-date.el (date-to-time): Try using parse-time-string first before
2802         using the slower timezone-make-date-arpa-standard.
2803
2804 2010-09-22  Julien Danjou  <julien@danjou.info>
2805
2806         * gnus-group.el (gnus-group-insert-group-line):
2807         Call gnus-group-highlight-line.
2808         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2809         default hook list.
2810         (gnus-group-update-eval-form): Add new function.
2811         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2812         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2813
2814 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2815
2816         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2817         immediate, then expire all articles.
2818         (nnimap-update-info): Fix off-by-one errors.
2819         (nnimap-flags-to-marks): Would return no marks lists for group with no
2820         flags.  Instead return the other data.
2821
2822 2010-09-22  Julien Danjou  <julien@danjou.info>
2823
2824         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
2825         Only return an icon.
2826         (gnus-group-insert-group-line): Compute icon to return.
2827
2828         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
2829         (gnus-html-image-fetched): Only cache if
2830         gnus-html-image-automatic-caching is set.
2831         (gnus-html-image-fetched): Check for errors.
2832
2833 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2834
2835         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2836         once per method on `g'.  This ensures that backends like nnfolder don't
2837         open all their folders.
2838
2839         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2840         (nnimap-request-list): Nix out group in the correct buffer.
2841         (nnimap-parse-flags): Implement by using `read' instead of
2842         hand-parsing.
2843         (nnimap-flags-to-marks): Pass on permanent-flags.
2844         (nnimap-make-process-buffer): Record the server name.
2845         (nnimap-parse-flags): Fix typo.
2846         (nnimap-request-scan): Run split on the server in general, not just a
2847         single group.
2848
2849         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2850         parameter, and propagate this downwards.
2851
2852         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2853         since EXAMINE changes it on the server.
2854
2855         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2856         this command might take a while.
2857
2858 2010-09-22  Julien Danjou  <julien@danjou.info>
2859
2860         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
2861         harmful if you have 2 images side-by-side, they can't be properly
2862         update on text deletion.  Using text-property is safer here.
2863         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2864         data.
2865
2866 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2867
2868         * nnimap.el (nnimap-expunge-inbox): Remove.
2869         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2870         (nnimap-expunge): Flip default to t.
2871
2872         * gnus.el (gnus-method-to-server): Don't push things to the cache
2873         unless it's unique.
2874         (gnus-server-to-method): Ditto.
2875
2876 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2877
2878         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2879
2880 2010-09-22  Julien Danjou  <julien@danjou.info>
2881
2882         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2883         get the start of data.
2884         (gnus-html-encode-url): Add this function to encode special chars in
2885         URL.
2886         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2887         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2888
2889         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2890         default.
2891         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2892
2893         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2894         images alt-text.
2895         (gnus-html-put-image): Put alt-text as help-echo.
2896
2897 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2898
2899         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2900         * mm-util.el (mm-decompress-buffer)
2901         * nnir.el (nnir-run-find-grep)
2902         * pop3.el (pop3-list): Use 3rd arg of split-string.
2903
2904         * time-date.el (format-seconds): Comment fix.
2905
2906         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2907         and byte-optimize-form-code-walker.
2908         (dgnushack-make-auto-load): Don't advise make-autoload.
2909
2910         * lpath.el: Remove Emacs 21 stuff.
2911
2912 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2913
2914         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2915         outside the active range.  Suggested by Dan Christensen.
2916
2917         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2918         slightly later to avoid double-getting it.
2919
2920         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2921         previous patch.
2922
2923         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2924
2925 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2926
2927         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2928
2929 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2930
2931         * gnus-int.el (gnus-open-server): Give a better error message in the
2932         "go offline" case.
2933
2934         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2935         marks for nnimap, which is seldom the right thing to do.
2936
2937         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2938         (gnus-same-method-different-name): New function.
2939
2940         * nnimap.el (parse-time): Require.
2941
2942         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2943         method in the presence of many similar methods.
2944
2945         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2946
2947         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2948         nnml-inhibit-expiry.
2949
2950         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2951         find out whether methods are equal.
2952
2953         * nnimap.el (nnimap-find-expired-articles): New function.
2954         (nnimap-process-expiry-targets): New function.
2955         (nnimap-request-move-article): Request the article before looking at
2956         what the Message-ID is.  Fix found by Andrew Cohen.
2957         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2958
2959         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2960         for oldness in addition to being a predicate.
2961
2962         * nnimap.el (nnimap-request-group): When we have zero articles, return
2963         the right data to Gnus.
2964         (nnimap-request-expire-articles): Only delete articles immediately if
2965         the target is 'delete.
2966
2967         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2968         method, this would bug out.
2969
2970         * gnus-group.el (gnus-group-expunge-group): Rename from
2971         gnus-group-nnimap-expunge, and implemented as a normal interface
2972         function.
2973
2974         * gnus-int.el (gnus-request-expunge-group): New function.
2975
2976         * nnimap.el (nnimap-request-create-group): Implement.
2977         (nnimap-request-expunge-group): New function.
2978
2979 2010-09-21  Julien Danjou  <julien@danjou.info>
2980
2981         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2982         (gnus-html-cache-expired): Add new function.
2983         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2984         wethever we should display image for fetch it.
2985         Compute alt-text earlier to pass it to the fetching function too.
2986         (gnus-html-schedule-image-fetching): Change function argument to only
2987         get one image at a time, not a list.
2988         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2989         cache.
2990         (gnus-html-get-image-data): New function to retrieve image data from
2991         cache.
2992         (gnus-html-put-image): Change buffer argument to use image data rather
2993         than file, and place image above region rather than inserting a new
2994         one.  Do not take alt-text as argument, since it's useless now: we place
2995         the image above alt-text.
2996         (gnus-html-prune-cache): Remove.
2997         (gnus-html-show-images): Start to fetch image when we find one, do not
2998         push into a temporary list.
2999         (gnus-html-prefetch-images): Only fetch image if they have expired.
3000         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3001         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3002
3003 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3004
3005         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3006
3007 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3008
3009         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3010         spec inser "*" if the group isn't active instead of 0.
3011
3012         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3013         opening the server.
3014         (nnimap-request-delete-group): Implement group deletion.
3015         (nnimap-transform-headers): Return the size of the entire message in
3016         the Bytes header, not just the size of the first part.
3017         (nnimap-request-move-article): When moving an article from nnimap,
3018         request the article first so the accepting form has an article to
3019         accept.  Reported by Dan Christensen.
3020         (nnimap-command): Make sure that the error message doesn't error out.
3021
3022 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3023
3024         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3025         we haven't requested anything.
3026
3027 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3028
3029         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3030         "".  Fix found by Andrew Cohen.
3031
3032         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3033         instead of -encode-string.
3034
3035 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3036
3037         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3038
3039         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3040         by mm-subst-char-in-string.
3041
3042 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3043
3044         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3045         waiting for the connection string.
3046
3047         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3048         arriving.
3049
3050         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3051         bogus characters.  This allows selecting certain Gmail groups.
3052
3053         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3054         (nnimap-fetch-partial-articles): New variable.
3055         (nnimap-open-connection): When looking for credentials, also use the
3056         nnimap-server-port.
3057         (nnimap-request-article): Return the group/article number, so that Gnus
3058         `^' works as expected.
3059         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3060
3061         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3062         comments.
3063         (gnus-methods-sloppily-equal): New function.
3064         (gnus): When using the development version of Gnus, load the gnus-load
3065         file.
3066
3067         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3068         `gnus-open-server' on each method before trying to scan them etc.
3069         This ensures that all the backend parameters are set correctly.
3070
3071         * nnimap.el (nnimap-authenticator): New variable.
3072         (nnimap-open-connection): Allow anonymous login.
3073         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3074         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3075
3076         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3077         patch, found by Knut Anders Hatlen.
3078
3079 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3080
3081         * gnus-agent.el (gnus-agent-batch-confirmation)
3082         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3083         to gnus-message.
3084         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3085         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3086         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3087         * gnus-int.el (gnus-open-server): Likewise.
3088         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3089         (gnus-score-check-syntax): Likewise.
3090         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3091         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3092         Likewise.
3093         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3094
3095 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3096
3097         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3098         calling conventions so that prefetch doesn't bug out.
3099
3100 2010-09-19  Julien Danjou  <julien@danjou.info>
3101
3102         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3103         rather than `subst-char-in-region' in order to be able to replace ASCII
3104         char by UTF-8 ones.
3105
3106         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3107         than curl.
3108         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3109         the right URL and ALT text on images.
3110         (gnus-html-wash-tags): Fix tag case.
3111         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3112         (gnus-article-html): Add -o display_ins_del=2 option.
3113         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3114
3115 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3116
3117         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3118         the extra mail headers, which sometimes seem to happen for unknown
3119         reasons.
3120
3121         * mail-parse.el (mail-header-encode-parameter): Define as
3122         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3123         (or most, perhaps?) mail readers don't understand the latter, but do
3124         understand the former.
3125
3126         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3127         to nil, so that no methods are automatically agentized.  I think this
3128         is probably what most users want.
3129
3130         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3131         from url-retrieve, for instance about invalid URLs.
3132
3133         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3134         groups that have no articles.
3135         (nnimap-request-article): Check that we really got an article when we
3136         requested one.
3137
3138         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3139         doesn't exist.
3140
3141         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3142         nntp buffer so the agent can save it.
3143         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3144         that CRLF doesn't get translated to \n.
3145         (nnimap-open-connection): Don't make 'shell commands only send \n.
3146
3147 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3148
3149         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3150         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3151         Update var name.
3152         (nnml-generate-nov-file): Use dolist.
3153         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3154         Use with-current-buffer.
3155
3156 2010-09-18  Julien Danjou  <julien@danjou.info>
3157
3158         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3159         parallel.
3160
3161 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3162
3163         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3164         the range update right.
3165         (nnimap-request-group): Don't make `M-g' bug out on group with no
3166         marks.
3167         (nnoo): Require, so that other packages can require nnimap.
3168         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3169         command we're looking for.  This helps when the server sends more
3170         responses after we've gotten everything we expected.
3171         (nnimap): Add a `newlinep' field to keep track of end-of-line
3172         conventions.
3173         Don't send CRLF to things that don't want it.
3174         (nnimap-request-accept-article): Ditto.
3175
3176 2010-09-18  Julien Danjou  <julien@danjou.info>
3177
3178         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3179         than curl to retrieve images.
3180
3181 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3182
3183         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3184         the marks.
3185         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3186         (nnimap-wait-for-connection): New function.
3187         (nnimap-open-connection): If we have PREAUTH, don't query for login
3188         credentials.
3189         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3190         when doing a partial update.
3191
3192 2010-09-18  Julien Danjou  <julien@danjou.info>
3193
3194         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3195         tags.
3196
3197 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3198
3199         * nnimap.el (nnimap-credentials): New function.
3200         (nnimap-open-connection): Use the new function to look for credentials
3201         also on the numeric equivalents of "imap" and "imaps".
3202
3203         * gnus-start.el (gnus-activate-group): Send the info to
3204         gnus-request-group.
3205
3206         * nnimap.el (nnimap-request-group): Have the "check" version of the
3207         function parse flags and update the info, so that a `M-g' get a total
3208         resync of all flags from the group.
3209
3210         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3211         to allow backends to alter the info on group selection.  Also alter all
3212         the backend -request-group functions to take the parameter.
3213
3214         * nnimap.el (nnimap-store-info): New function.
3215         (nnimap-update-info): Store the info for later usage.
3216         (nnimap-request-group): Use the stored info for the dont-check case, so
3217         that we don't retrieve all marks when we enter a group.
3218
3219         * nnimap.el: Use deffoo instead of defun for interface functions.
3220
3221         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3222         update the group info.  This makes the nndraft groups, for instance, go
3223         back to their old behaviour.
3224
3225         * gnus-sum.el (gnus-select-newsgroup): Indent.
3226
3227         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3228         in.
3229         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3230         nothing.
3231
3232         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3233         from methods that are denied.
3234
3235         * gnus-int.el (gnus-method-denied-p): New function.
3236
3237         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3238         store the password instead of netrc.
3239         (nnimap-open-connection): Don't error out when we can't make a
3240         connections.
3241
3242         * auth-source.el (auth-source-create): In the password prompt, say what
3243         we're querying for.  Also prompt for user name if that hasn't been
3244         given.
3245
3246         * nnimap.el (nnimap-with-process-buffer): Remove.
3247
3248 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3249
3250         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3251         method when we're reading from the agent.
3252
3253         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3254
3255         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3256         that's probably most useful for users.
3257
3258         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3259         "failed" all the time.
3260
3261         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3262         ...)) with (with-current-buffer ... ).
3263
3264         * nntp.el (nntp-open-server): Return whether the open was successful or
3265         not.
3266
3267         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3268         select an unread unseen article first.
3269
3270         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3271         /etc/services, supply some sensible port defaults.
3272
3273         * dgnushack.el: Define netrc-credentials.
3274
3275 2010-09-17  Julien Danjou  <julien@danjou.info>
3276
3277         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3278
3279 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3280
3281         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3282         doesn't have any parameters.
3283
3284 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3285
3286         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3287         only upcased checks.
3288
3289         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3290
3291         * nnimap.el (nnimap-open-shell-stream): New function.
3292         (nnimap-open-connection): Use it.
3293         (nnimap-transform-headers): Get the number of lines in each message.
3294         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3295         number of lines.
3296         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3297         problem.
3298
3299         * utf7.el (utf7-encode): Autoload.
3300
3301         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3302         to allow the mail splitting to not return a default group.  This is
3303         useful for nnimap, which will leave unmatched mail in the inbox.
3304
3305         * nnimap.el: Rewritten.
3306
3307         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3308         nnimap usage.
3309
3310         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3311         if the move is internal, so that nnimap can do fast internal moves.
3312
3313         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3314         data.
3315         (gnus-read-active-for-groups): Support finishing the early retrieval of
3316         data.
3317
3318         * gnus-range.el (gnus-range-nconcat): New function.
3319
3320         * gnus-int.el (gnus-finish-retrieve-group-infos)
3321         (gnus-retrieve-group-data-early): New functions.
3322
3323 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3324
3325         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3326         (nnrss-retrieve-groups):
3327         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3328         (pop3-quit): Use with-current-buffer.
3329
3330 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3331
3332         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3333         instead of nnheader-accept-process-output.
3334
3335         * dgnushack.el (dgnushack-compile): Add comment.
3336
3337         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3338
3339         * gnus-html.el (gnus-html-schedule-image-fetching)
3340         (gnus-html-prefetch-images): Replace process-kill-without-query by
3341         gnus-set-process-query-on-exit-flag.
3342
3343 2010-09-16  Romain Francoise  <romain@orebokech.com>
3344
3345         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3346
3347 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3348
3349         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3350         parameter to unintern is mandatory-ish in Emacs 24.
3351
3352         * gnus-html.el (gnus-html-schedule-image-fetching)
3353         (gnus-html-prefetch-images): Check for curl before using it.
3354
3355         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3356         depend on curl, which isn't essential.
3357
3358         * imap.el: Revert back to version
3359         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3360         seem problematic.
3361
3362 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3363
3364         * gnus-registry.el (gnus-registry-install-shortcuts):
3365         Explicitly pass `obarray' to `unintern' to avoid a warning.
3366
3367 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3368
3369         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3370         change.
3371
3372         * nnrss.el (nnrss-request-list): Remove this function and related
3373         functions, including the moreover stuff.
3374
3375 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3376
3377         * nnrss.el (nnrss-retrieve-groups): New function.
3378
3379 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3380
3381         * .dir-locals.el: Add no-byte-compile cookie.
3382
3383 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3384
3385         * time-date.el (format-seconds): Comment fix.
3386
3387         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3388         for back end that doesn't support request-scan.
3389
3390 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3391
3392         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3393         then do request scans from the backends.
3394
3395         * netrc.el (netrc-credentials): New conveniency function.
3396
3397         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3398         avoid running a hook per line, since this takes a lot of time,
3399         profiling shows.
3400         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3401         directly if gnus-visual-p is true.
3402
3403 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3404
3405         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3406         groups; replace mapcar with dolist which is a bit faster; pass groups
3407         info to gnus-read-active-file-1.
3408         (gnus-read-active-file-1): Scan only specified groups if the new
3409         optional arg `infos' is given.
3410
3411 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3412
3413         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3414
3415         * pop3.el (pop3-movemail): Remove.
3416         (pop3-streaming-movemail): Rename to pop3-movemail.
3417
3418         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3419         don't restrict end-tag searches to the end of the line.
3420
3421 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3422
3423         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3424         articles of every unchecked group to t, which means unknown since the
3425         server has never been opened.
3426
3427 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3428
3429         * gnus-html.el (gnus-html-show-alt-text): New command.
3430         (gnus-html-browse-image): Ditto.
3431         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3432         to browse the image directly.
3433         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3434         better.
3435
3436         * gnus-async.el (gnus-async-article-callback):
3437         Call `gnus-html-prefetch-images' unconditionally.
3438
3439         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3440         before feeding URLs to curl.
3441
3442 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3443
3444         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3445         internal images as deletable by `W D D'.
3446
3447         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3448         (gnus-async-article-callback): Fix typo.
3449
3450 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3451
3452         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3453         current line to work around bugs in the output from w3m.
3454
3455         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3456         for groups that want that.
3457
3458         * nntp.el (nntp-wait-for-string): Supply a timeout for
3459         accept-process-output to ensure progress.
3460
3461         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3462         level to get unread articles from, then use that for foreign groups,
3463         too.
3464
3465         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3466         confuses the rest of the function.
3467
3468         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3469         for the methods that support -retrieve-groups, too.
3470
3471         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3472
3473 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3474
3475         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3476         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3477
3478         * pop3.el: Require cl when compiling.
3479         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3480
3481 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3482
3483         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3484         that aren't going to be activated.
3485         (gnus-get-unread-articles): Fix up the last commit.
3486
3487         * gnus-html.el (gnus-article-html): Allow calling without specifying
3488         the handle.  In that case, dissect the buffer first.
3489
3490         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3491
3492         * nnimap.el (nnimap-open-connection): Revert the change that would look
3493         into authinfo for imaps instead of imap.
3494
3495         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3496         say that you don't want to call gnus-request-group with don-check, but
3497         do check the reponse.  This is for virtual groups only.
3498         (gnus-get-unread-articles): Count the archive groups as secondary, so
3499         that they're activated the same way as before.
3500
3501         * imap.el (imap-message-map): Removed optional buffer parameter, since
3502         no callers use it.
3503         (imap-message-get): Ditto.
3504         (imap-message-put): Ditto.
3505         (imap-mailbox-map): Ditto.
3506         (imap-mailbox-put): Ditto.
3507         (imap-mailbox-get): Ditto.
3508         (imap-mailbox-get): Revert last change for this function.
3509
3510         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3511         case-insensitively.
3512         (nnimap-debug): Remove.
3513
3514         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3515         to use `imap-fetch' instead.  According to the comments, this should be
3516         safe, since all other IMAP clients use the 1:* syntax.
3517         (imap-enable-exchange-bug-workaround): Removed.
3518         (imap-debug): Removed -- doesn't seem very useful.
3519
3520         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3521         mail from a file, and the file doesn't exist.
3522
3523         * imap.el (imap-log): New convenience function used throughout instead
3524         of repeating the same code all over the place.
3525
3526         * pop3.el (pop3-streaming-movemail): Return t for success.
3527
3528         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3529         .authinfo if we're using ssl connection.
3530
3531         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3532         already have if we're in a main Gnus `g' run.
3533
3534         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3535
3536 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3537
3538         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3539
3540         * nnmh.el (nnmh-request-list-1): Bind `file'.
3541
3542         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3543         alias to set-process-query-on-exit-flag or process-kill-without-query.
3544         (pop3-open-server): Use it.
3545
3546 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3547
3548         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3549         box to the Incoming file.  Fixes mistake in previous checkin.
3550
3551         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3552         request loop (for debugging purposes) removed.
3553
3554         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3555         culprit is more visible.
3556         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3557         (nnml-add-incremental-nov): New functions to do "incremental" nov
3558         updates, where we just append to the end of the existing nov files
3559         without reading/writing them in full.
3560
3561         * mail-source.el (mail-source-delete-crash-box): Really only check the
3562         incoming files once in a while.
3563
3564         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3565
3566         * mail-source.el (mail-source-delete-crash-box): Only check the
3567         incoming files for deletion once per day to save a lot of file
3568         accesses.
3569
3570         * pop3.el (pop3-logon): Fix up unbound variable typo.
3571
3572         * mail-source.el (pop3-streaming-movemail): Autoload.
3573
3574         * pop3.el (pop3-streaming-movemail):
3575         Respect pop3-leave-mail-on-server.
3576
3577         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3578         retrieval.
3579
3580         * pop3.el (pop3-process-filter): Remove unused function.
3581         (pop3-streaming-movemail, pop3-send-streaming-command)
3582         (pop3-wait-for-messages, pop3-write-to-file)
3583         (pop3-number-of-responses): New functions for streaming pop3
3584         retrieval.
3585
3586         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3587         come from no known methods.
3588         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3589         list.
3590
3591         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3592         message sizes.
3593         (pop3-movemail): Use erase-buffer instead of looping and deleting
3594         regions, which seems rather odd.
3595
3596         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3597         file once per `g' run.
3598
3599         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3600         directories.  This makes the draft queue directory work.
3601
3602         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3603         data from the backends, so that we only request the list of groups from
3604         each method once.  This should speed things up considerably.
3605
3606         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3607         detect that it's not implemented.
3608
3609         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3610         we actually do recurse down into the tree, but don't stat all leaf
3611         nodes.
3612
3613         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3614         then say so instead of bugging out.
3615
3616         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3617         files exist before trying to read them.
3618
3619         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3620         around <pre_int>.
3621
3622         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3623
3624         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3625
3626 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3627
3628         * mm-util.el (mm-image-load-path): Just return the image directories,
3629         not all directories in the path in addition to the image directories.
3630         (mm-image-load-path): Maintain a cache of the image directories so that
3631         the `g' command in Gnus doesn't have to stat dozens of directories each
3632         time.
3633
3634         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3635         (gnus-html-wash-tags): Add a new `i' command to insert images.
3636         (gnus-html-insert-image): New command and keystroke.
3637         (gnus-html-redisplay-with-images): New command and keystroke.
3638         (gnus-html-show-images): Rename command.
3639         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3640         spacers.
3641         (gnus-html-wash-tags): Decode entities at the end, so that entities
3642         inside the tags don't mess up the rest of the "parsing".
3643
3644         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3645         so that nnimap methods aren't agentized by default.  There's apparently
3646         many problems related to agent/imap behaviour.
3647
3648         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3649
3650         * gnus-html.el: Doc fix.
3651
3652 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3653
3654         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3655         specifier-spec-list for Emacs 21.
3656
3657         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3658         glyph-width and glyph-height instead of display-graphic-p and
3659         image-size; make avoidance of displaying small images work for XEmacs.
3660
3661         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3662         for XEmacs.
3663
3664         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3665         of symbol that holds plist data.
3666         (gnus-process-plist): Remove plist of process after getting it.
3667
3668 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3669
3670         * message.el (message-generate-hashcash): Change default to
3671         'opportunistic if hashcash is installed.
3672
3673         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3674         (gnus-html-put-image): Only call image-size once, since it's somewhat
3675         time-consuming on remote X servers.
3676
3677 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3678
3679         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3680         type on data, not a file name.
3681
3682         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3683         window-pixel-edges for Emacs 21.
3684
3685         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3686         decoded contents.
3687         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3688
3689 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3690
3691         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3692         group line format, since it isn't very interesting.
3693
3694         * gnus-agent.el (gnus-agent-short-article),
3695         (gnus-agent-long-article): Increase values for these two variables,
3696         since most people are likely to have more network connection and
3697         storage than before.
3698
3699         * gnus.el (gnus-refer-article-method): Change default to 'current.
3700         When referring an article, the common behaviour is to refer it from the
3701         current select method, not the native select method.  The chances of
3702         the native select method having the message in question is rather slim
3703         these days.
3704
3705         * gnus-sum.el (gnus-auto-select-subject): Change default to
3706         `unseen-or-unread'.  I think it's likely that most people want to
3707         select an unseen article over a previously seen, but unread one.
3708
3709         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3710         means that in the article buffer none of the minor mode elements will
3711         be shown, usually, and this is not desirable in most cases.
3712
3713         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3714         that commands like `d' (and the like) go to the next line in the
3715         buffer, instead of the next unread article.  I think this is the
3716         behaviour that is most natural for most users.
3717         (gnus-single-article-buffer): Change default to nil, so that people can
3718         have as many article buffers open as they have summary buffer.  I think
3719         this is the most natural way for the groups to behave.
3720
3721         * message.el (message-generate-new-buffers): Change default to
3722         `unsent', so that all new message buffers start their names with the
3723         string "*unsent", and it's easier to find the buffers if you move from
3724         them.
3725
3726 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3727
3728         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3729         small.  They're probably tracking images.
3730         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3731         (gnus-html-rescale-image): Yet another try at getting the image sizing
3732         right.
3733
3734         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3735         nntp-marks-file-name is nil.
3736
3737 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3738
3739         * gnus-html.el (gnus-html-wash-tags)
3740         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3741         Better logging.
3742
3743 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3744
3745         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
3746
3747         * gnus-html.el (gnus-html-wash-tags): Check the value of
3748         gnus-blocked-images in the summary buffer.
3749
3750 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3751
3752         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3753
3754 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3755
3756         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3757         like "a", it seems like.
3758         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3759         since it needs to be picked from the correct buffer.
3760
3761         * nnwfm.el: Remove.
3762
3763         * nnlistserv.el: Remove.
3764
3765 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3766
3767         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3768         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3769
3770 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3771
3772         * nnkiboze.el: Remove.
3773
3774         * nndb.el: Remove.
3775
3776         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3777         alt text.
3778         (gnus-html-rescale-image): Try to get the rescaling logic right for
3779         images that are just wide and not tall.
3780
3781         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3782         overshadow variable bindings.
3783
3784 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3785
3786         * gnus-html.el (gnus-html-wash-tags)
3787         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
3788         Add extra logging.
3789
3790 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3791
3792         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3793         (gnus-max-image-proportion): New variable.
3794         (gnus-html-rescale-image): New function.
3795         (gnus-html-put-image): Rescale images.
3796
3797 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3798
3799         Fix up some byte-compiler warnings.
3800         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3801         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3802         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3803         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3804         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3805         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3806         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3807
3808 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3809
3810         * gnus-html.el (gnus-article-html): Decode contents by charset.
3811
3812 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3813
3814         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3815         (gnus-html-frame-width, gnus-blocked-images)
3816         * message.el (message-prune-recipient-rules): Add custom version.
3817         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3818
3819         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3820         functions.
3821
3822         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3823         gnus-process-get.
3824
3825 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3826
3827         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3828         instead of lsub directly.
3829
3830 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3831
3832         * nnwarchive.el: Remove.
3833
3834         * gnus-soup.el: Remove.
3835
3836         * nnsoup.el: Remove.
3837
3838         * nnultimate.el: Remove.
3839
3840         * gnus-html.el (gnus-blocked-images): New variable.
3841
3842         * message.el (message-prune-recipients): New function.
3843         (message-prune-recipient-rules): New variable.
3844
3845         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3846         guess whether a long line is natural text or not.
3847
3848         * gnus-html.el (gnus-html-schedule-image-fetching):
3849         Use gnus-process-plist and friends for compatibility.
3850
3851 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3852
3853         * gnus-html.el: Require packages that define macros used in this file.
3854         (gnus-article-mouse-face): Declare to silence byte-compiler.
3855         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3856         process-get.
3857         (gnus-html-put-image): Use plist-get to avoid getf.
3858         (gnus-html-prefetch-images): Use with-current-buffer.
3859
3860 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3861
3862         * gnus-ems.el: Provide compatibility functions for
3863         gnus-set-process-plist.
3864
3865         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3866         header-line-format for XEmacs 21.4.
3867
3868         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3869         * gnus.el (gnus-valid-select-methods)
3870         * message.el (message-send-mail-partially-limit)
3871         * mm-decode.el (mm-text-html-renderer)
3872         * mml.el (mml-insert-mime-headers-always)
3873         * smiley.el (smiley-regexp-alist): Bump custom version.
3874
3875 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3876
3877         * gnus-html.el: require mm-url.
3878         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3879         with the url to `url'.
3880         (gnus-html-wash-tags): Support cid: URLs/images.
3881
3882 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3883
3884         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3885         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3886         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3887
3888         * gnus-move.el: Remove file, since it doesn't really work.
3889
3890         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3891         UTF-8.  This seems to fix problems with some German web feeds.
3892
3893         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3894         at the top so that the proper colours are applied.
3895
3896         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3897         don't have dots in their names.
3898
3899         * gnus-art.el (gnus-article-view-part): Doc fix.
3900
3901         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3902         XEmacs-compatible.
3903         (gnus-html-put-image): Don't do images on non-graphic displays.
3904
3905         * nnslashdot.el: Remove this unused backend.
3906
3907         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3908         actions.
3909         (gnus-undo-register-1): Revert last change.
3910
3911         * gnus-group.el (gnus-group-completing-read): Protect against not
3912         having completion-styles bound.
3913
3914         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3915         make broken recipients happier.
3916
3917         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3918
3919         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3920         point parameter.
3921
3922         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3923
3924         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3925         completion-styles for group selection.
3926
3927 2009-02-04  Andreas Schwab  <schwab@suse.de>
3928
3929         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3930         headers and regexp-quote the match if necessary.
3931
3932 2009-03-24  Miles Bader  <miles@gnu.org>
3933
3934         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3935         the blinking smiley.
3936
3937 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3938
3939         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3940         blink smiley.
3941
3942 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3943
3944         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3945         where the dribbel file lives exists.
3946
3947         * message.el (message-send-mail-partially-limit): Change the default to
3948         nil, since most people don't want this.
3949
3950         * mm-url.el (mm-url-decode-entities): Also decode entities like
3951         &#x3212.
3952
3953 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3954
3955         * gnus-sum.el (gnus-summary-idna-message):
3956         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3957         Hyperlink urls in docstrings with URL `...'.
3958
3959 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3960
3961         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3962         functions.
3963
3964 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3965
3966         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3967         say what the mouseover text should be.
3968
3969         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3970         version of the mm-w3m-safe-url-regexp variable to only download images
3971         in the groups where we want that to happen.
3972
3973         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3974
3975         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3976         easier debugging.
3977         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3978         big pictures in the article buffer.
3979
3980         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3981         gnus-article-html.
3982         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3983         w3m.
3984
3985         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3986
3987 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3988
3989         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3990         which doesn't exist.
3991
3992         * message.el (message-inhibit-ecomplete): New variable to allow some
3993         function to inhibit ecomplete address storage.
3994         (message-resend): Disable ecomplete message storage when resending
3995         messages.
3996
3997         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3998
3999 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4000
4001         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4002         Save excursion while copying, moving, and deleting articles in order to
4003         prevent the cursor from jumping to unforeseen place.
4004
4005 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4006
4007         * lpath.el: No need to bind bookmark-current-buffer,
4008         bookmark-yank-point and bookmark-make-record-function.
4009
4010 2010-08-17  Glenn Morris  <rgm@gnu.org>
4011
4012         * gnus-sync.el: Require gnus components whose functions are used.
4013
4014         * gnus-art.el (bookmark-make-record-function):
4015         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4016         Declare for compiler.
4017
4018         * mm-url.el (mml-compute-boundary): Autoload.
4019
4020 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4021
4022         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4023
4024 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4025
4026         Typo fix "hoo4a" -> "hook".
4027
4028         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4029
4030 2010-08-14  Glenn Morris  <rgm@gnu.org>
4031
4032         * gnus-sync.el (gnus-sync): Fix defgroup version.
4033
4034 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4035
4036         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4037
4038         * gnus-sync.el: Fix docs.
4039         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4040         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4041
4042 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4043
4044         Optimizations for gnus-sync.el.
4045
4046         * gnus-sync.el: Add docs about gnus-sync-backend
4047         possibilities.
4048         (gnus-sync-save): Remove unnecessary message.
4049         (gnus-sync-read): Optimize and show what groups were skipped.
4050
4051 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4052
4053         Minor bug fixes for gnus-sync.el.
4054
4055         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4056         Don't read the sync on get-new-news.
4057
4058         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4059         quiet.
4060
4061         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4062         (fix typo).
4063
4064 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4065
4066         Make saving and restoring of hidden threads work with overlays.
4067         Patch applied by Ted Zlatanov.
4068
4069         * gnus-sum.el (gnus-hidden-threads-configuration)
4070         (gnus-restore-hidden-threads-configuration): Update to deal with text
4071         properties, rather than searching for a magic character.
4072
4073 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4074
4075         New gnus-sync.el library for synchronization of marks.
4076
4077         * gnus-sync.el: New library for synchronization of marks.
4078
4079         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4080         renamed from `gnus-registry-grep-in-list'.
4081
4082         * gnus-registry.el (gnus-registry-follow-group-p):
4083         Use `gnus-grep-in-list'.
4084
4085         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4086
4087 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4088
4089         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4090         determining charset of text fails.
4091
4092 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4093
4094         * nnmail.el (nnmail-get-new-mail-1): Revert.
4095
4096         * nnml.el (nnml-active-number): Make sure names of newly created groups
4097         in nnml-group-alist are encoded.
4098
4099 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4100
4101         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4102         containing non-ASCII characters in active file for nnml back end.
4103
4104 2010-07-24  David Engster  <dengste@eml.cc>
4105
4106         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4107         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4108
4109 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4110
4111         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4112         tag (Bug#6654).
4113
4114 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4115
4116         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4117         the article buffer, not the summary buffer.
4118
4119 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4120
4121         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4122         Emacs 23 as well.
4123
4124 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4125
4126         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4127         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4128
4129 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4130
4131         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4132         Patch applied by Karl Fogel.
4133
4134         * gnus-sum.el (gnus-summary-bookmark-make-record):
4135         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4136
4137 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4138
4139         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4140         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4141         C-w still not working correctly from Article buffers; Thierry's
4142         patch to fix that will be applied after this.
4143
4144         * gnus-art.el (bookmark-make-record-function): New local variable.
4145
4146         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4147         article buffer.
4148         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4149
4150 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4151
4152         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4153         on changes in bookmark.el.
4154
4155 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4156
4157         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4158         `no-log' instead of message not to log prompt string.
4159
4160 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4161
4162         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4163         the *other* type of HTML form submission.
4164
4165 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4166
4167         * auth-source.el (auth-source-pick): If choice does not contain a
4168         questioned keyword, set the check to t.
4169
4170 2010-06-12  Romain Francoise  <romain@orebokech.com>
4171
4172         * gnus-util.el (gnus-date-get-time): Move up before first use.
4173
4174 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4175
4176         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4177         (gnus-article-edit-part): Bind it to make last part that is substituted
4178         or deleted visible.
4179         (gnus-mime-display-single): Buttonize part of which id equals to
4180         gnus-mime-buttonized-part-id.
4181
4182 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4183
4184         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4185         (gnus-dd-mmm): Use gnus-date-get-time.
4186         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4187         simplify logic.
4188         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4189         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4190
4191 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4192
4193         * auth-source.el (top): Autoload `secrets-list-collections',
4194         `secrets-create-item', `secrets-delete-item'.
4195         (auth-sources): Fix tag string.
4196         (auth-get-source, auth-source-retrieve, auth-source-create)
4197         (auth-source-delete): New defuns.
4198         (auth-source-pick): Rewrite in order to avoid 2 passes.
4199         (auth-source-forget-user-or-password): New parameter USERNAME.
4200         (auth-source-user-or-password): New parameters CREATE-MISSING and
4201         DELETE-EXISTING.  Retrieve password interactively, if needed.
4202
4203 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4204
4205         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4206         deleting unused directories when gnus-expert-user is t.
4207
4208 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4209
4210         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4211         for each temp file when gnus-article-browse-delete-temp is ask.
4212
4213 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4214
4215         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4216         Lisp calls to delete-backward-char by calls to delete-char.
4217
4218 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4219
4220         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4221
4222 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4223
4224         * password-cache.el (password-cache-remove): Fix docstring.
4225
4226 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4227
4228         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4229         article unless decoding article to be saved.
4230
4231 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4232
4233         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4234         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4235         generated within the mm-with-unibyte-current-buffer macro.
4236
4237 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4238
4239         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4240         to nil when we're in a mml-preview buffer and no group is selected.
4241
4242 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4243
4244         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4245         when catching the `C-g'.  Reported by "Leo".
4246
4247 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4248
4249         * message.el (message-forward-make-body-plain)
4250         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4251         multibyte-string-p.
4252
4253         * lpath.el: Revert.
4254
4255 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4256
4257         * message.el (message-forward-make-body-mml): Assume original message
4258         is multibyte string; error on unibyte.
4259         (message-forward-make-body-plain): Ditto; don't add excessive newline
4260         in body end.
4261
4262         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4263
4264 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4265
4266         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4267         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4268
4269 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4270
4271         * mm-extern.el (mm-extern-url): Don't use
4272         mm-with-unibyte-current-buffer.
4273         (mm-extern-cache-contents): Use with-current-buffer instead of
4274         save-excursion + set-buffer.
4275
4276 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4277
4278         * mm-util.el (mm-emacs-mule): Remove.
4279
4280 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4281
4282         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4283         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4284         change.
4285
4286 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4287
4288         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4289         bind the default value of enable-multibyte-characters to nil.
4290
4291 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4292
4293         * message.el (message-forward-make-body-plain)
4294         (message-forward-make-body-mml):
4295         Don't use mm-with-unibyte-current-buffer.
4296
4297 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4298
4299         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4300
4301 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4302
4303         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4304         (Bug#5592).
4305
4306 2010-05-07  Julien Danjou  <julien@danjou.info>
4307
4308         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4309         it to mm-pipe-part.
4310
4311         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4312         it is given.
4313
4314 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4315
4316         * binhex.el (binhex-decode-region-internal)
4317         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4318         (dns-query)
4319         * nnweb.el (nnweb-gmane-search)
4320         * pgg-parse.el (pgg-parse-armor)
4321         * pgg.el (pgg-verify-region)
4322         * sha1.el (sha1-string-external)
4323         * uudecode.el (uudecode-decode-region-internal)
4324         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4325         XEmacs.
4326
4327         * gnus-art.el (gnus-article-browse-html-parts)
4328         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4329         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4330         make-temp-file.
4331
4332         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4333         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4334         compiling.
4335
4336         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4337         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4338         XEmacs when compiling.
4339
4340         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4341         gnus-pick-mode-off-hook for XEmacs when compiling.
4342         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4343         gnus-binary-mode-off-hook for XEmacs when compiling.
4344
4345         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4346         Return nil if char-charset is not available.
4347
4348         * imap.el (imap-disable-multibyte)
4349         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4350         macros.
4351
4352         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4353         instead of encode-coding-string.
4354
4355         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4356         'xemacs) instead of mm-emacs-mule to switch function definitions.
4357         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4358
4359         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4360         bind temporary-file-directory for XEmacs;
4361         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4362         timer-set-function for XEmacs 21.4 and SXEmacs;
4363         bind timer-list for XEmacs 21.4 and SXEmacs;
4364         fbind char-charset and find-charset-region for non-Mule XEmacs;
4365         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4366         encode-coding-region and encode-coding-string for XEmacs having no
4367         file-coding feature.
4368
4369 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4370
4371         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4372
4373 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4374
4375         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4376         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4377
4378 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4379
4380         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4381         alias `jka-compr-delete-temp-file' no longer exists.
4382
4383 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4384
4385         Use define-minor-mode in Gnus where applicable.
4386         * mml.el (mml-mode): Use define-minor-mode.
4387         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4388         (gnus-undo-mode): Use define-minor-mode.
4389         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4390         (gnus-dead-summary-mode): Use define-minor-mode.
4391         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4392         Initialize in declaration.
4393         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4394         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4395         (gnus-mailing-list-mode): Use define-minor-mode.
4396         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4397         (gnus-draft-mode): Use define-minor-mode.
4398         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4399         (gnus-dired-mode): Use define-minor-mode.
4400
4401 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4402
4403         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4404         handles on recursive mml-to-mime translation and check them for
4405         boundary delimiter collisions.  Reported by Greg Troxel.
4406
4407 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4408
4409         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4410
4411 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4412
4413         * mm-util.el (mm-find-buffer-file-coding-system):
4414         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4415
4416 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4417
4418         * message.el (message-generate-headers): Record insertion of optional
4419         headers as well.  Otherwise the check to prevent repeated insertion of
4420         optional headers is a no-op.
4421
4422 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4423
4424         * smime.el: Don't mention CVS.
4425
4426         * nnrss.el (nnrss-fetch): Don't mention CVS.
4427
4428         * nnir.el: Don't mention CVS.
4429
4430 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4431
4432         * gnus-sum.el (gnus-summary-bookmark-make-record):
4433         Add `location' field.
4434
4435 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4436
4437         * lpath.el: Fbind bookmark-default-handler,
4438         bookmark-get-bookmark-record, bookmark-make-record-default,
4439         bookmark-prop-get for Emacs <23 and XEmacs.
4440
4441 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4442
4443         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4444         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4445         Use with-current-buffer to silence the byte-compiler.
4446         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4447         bother to require `gnus'.
4448         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4449
4450 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4451
4452         * gnus-sum.el (gnus-summary-bookmark-make-record)
4453         (gnus-summary-bookmark-jump): New functions.
4454         (gnus-summary-mode): Setup bookmark support.
4455
4456 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4457
4458         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4459         if set.
4460
4461 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4462
4463         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4464         gnus-article-browse-html-save-cid-image; make it work recursively for
4465         forwarded messages as well.
4466         (gnus-article-browse-html-parts): Work when prefix arg is given.
4467         (gnus-article-browse-html-article): Doc fix.
4468
4469 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4470
4471         * message.el (message-default-mail-headers):
4472         (message-default-headers): Carry the value mail-default-headers over
4473         into message-default-mail-headers, rather than message-default-headers.
4474
4475 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4476
4477         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4478         charset.
4479
4480         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4481         charset into the <meta> tag when the article is encoded to utf-8.
4482
4483 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4484
4485         * gnus-art.el (gnus-article-browse-delete-temp-files):
4486         Delete directories as well.
4487         (gnus-article-browse-html-parts): Work for images that do not specify
4488         file names; delete temp directory when quitting; insert header at the
4489         right place; use file: scheme for image files.
4490
4491 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4492
4493         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4494         (gnus-article-browse-html-parts): Use it to make temporary cid image
4495         files in addition to html file so that browser may display them.
4496
4497 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4498
4499         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4500
4501 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4502
4503         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4504
4505 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4506
4507         * auth-source.el (auth-sources): Change default to be simpler.
4508         Explain about Secret Service API sources.  Improve Customize options.
4509         (auth-source-pick): Change to accept any number of search parameters.
4510         Implement fallbacks iteratively, not recursively.  Add scoring on the
4511         second pass and sort by score.  Call Secret Service API when needed.
4512         (auth-source-user-or-password): Use it.  Call Secret Service API
4513         directly when needed to get the user name and the password.
4514
4515 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4516
4517         * message.el (message-interactive): Doc fix.
4518         (message-qmail-inject-args): Reflow.
4519         (message-kill-to-signature): Fix typo in docstring.
4520
4521         * smiley.el (smiley-buffer): Fix typo in docstring.
4522
4523 2010-03-24  Glenn Morris  <rgm@gnu.org>
4524
4525         * mail-source.el (gnus-message): Declare.
4526         (mail-source-delete-old-incoming): Require gnus-util.
4527
4528 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4529
4530         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4531
4532         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4533
4534         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4535         password-cache's default if it is not bound.
4536         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4537         password-cache-expiry's default if it is not bound.
4538
4539         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4540         available in Emacs 21.
4541
4542         * lpath.el: Suppress compiler warnings for:
4543         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4544         XEmacs;
4545         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4546         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4547         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4548
4549 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4550
4551         * auth-source.el (auth-sources): Fix up definition so extra parameters
4552         are always inline.
4553
4554 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4555
4556         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4557         wasn't updated after mismatch.  Clear cached mailbox info correctly
4558         when uidvalidity changes.
4559         (nnimap-group-prefixed-name): New function to avoid some code
4560         duplication.
4561         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4562         (nnimap-request-group): Use it.
4563         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4564         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4565         with many imap folders.  This is done by caching the group status from
4566         the imap server persistently in a group parameter `imap-status'.  (This
4567         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4568         but not persistently, so every Gnus startup was still very slow.)
4569
4570 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4571
4572         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4573         delete the extra newline.  Otherwise editing of :string and :number
4574         types don't work.
4575
4576 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4577
4578         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4579         secrets.el dependency.
4580         (auth-sources): Add optional user name.  Add secrets.el configuration
4581         choice (unused right now).
4582
4583 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4584
4585         * gnus-sum.el (gnus-summary-make-menu-bar):
4586         Let `gnus-registry-install-shortcuts' fill in the functions.
4587
4588         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4589         warnings.
4590         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4591         (gnus-registry-install-shortcuts): Populate and use it in a
4592         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4593
4594 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4595
4596         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4597         In-place substitutions for the group name encoding/decoding.
4598         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4599         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4600         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4601         (nnimap-update-unseen, nnimap-request-list)
4602         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4603         (nnimap-request-set-mark, nnimap-split-to-groups)
4604         (nnimap-split-articles, nnimap-request-newgroups)
4605         (nnimap-request-create-group, nnimap-request-accept-article)
4606         (nnimap-request-delete-group, nnimap-request-rename-group)
4607         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4608         `encoded-mbx' for consistency.
4609         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4610         variable `imap-current-mailbox'.
4611
4612         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4613         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4614
4615 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4616
4617         * pop3.el (pop3-display-message-size-flag): Display message size byte
4618         counts during POP3 download.
4619         (pop3-movemail): Use it.
4620         (pop3-list): Implement listing of available messages.
4621
4622 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4623
4624         * nnir.el (nnir-get-article-nov-override-function): New function to
4625         override the normal NOV retrieval.
4626         (nnir-retrieve-headers): Use it.
4627
4628 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4629
4630         * auth-source.el (netrc-machine-user-or-password): Autoload.
4631
4632 2010-03-19  Glenn Morris  <rgm@gnu.org>
4633
4634         Stop message.el from loading about 40 libraries it doesn't always need.
4635         The general approach is to autoload rather than require, and to
4636         require in the specific functions rather than the file.  (Bug#5642)
4637
4638         * gmm-utils.el: Don't require wid-edit.
4639         (widget-create-child-value, widget-convert, widget-default-get):
4640         Autoload.
4641
4642         * gnus-util.el: Don't require time-date, netrc.
4643         (message-fetch-field, gnus-group-name-decode): Declare rather than
4644         autoloading.
4645         (gnus-fetch-field): Require message.
4646         (gnus-decode-newsgroups): Require gnus-group.
4647
4648         * ietf-drums.el: Don't require time-date.
4649
4650         * message.el: Don't require hashcash, canlock, ecomplete.
4651         Do require mail-utils.  Require nnheader only when compiling.
4652         (smtpmail-default-smtp-server): Remove declaration.
4653         (message-send-mail-function): Check smtpmail-default-smtp-server
4654         is bound rather than requiring smtpmail.
4655         (message-auto-save-directory, message-insert-signature):
4656         Use expand-file-name rather than nnheader-concat.
4657         (nnheader-insert-file-contents): Autoload.
4658         (hashcash-wait-async): Declare.
4659         (message-send-mail): Only call gnus-setup-posting-charset if
4660         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4661         (message-send-mail-with-sendmail): Require sendmail.
4662         (canlock-password, canlock-password-for-verify): Declare.
4663         (message-canlock-password): Require canlock.
4664         (nnheader-get-report): Autoload.
4665         (gnus-setup-posting-charset): Declare.
4666         (message-send-news): Require gnus-msg.
4667         (message-make-references, message-make-in-reply-to): Use mail-header-id
4668         rather than the alias mail-header-message-id.
4669         (ecomplete-add-item, ecomplete-save): Declare.
4670         (message-put-addresses-in-ecomplete): Require ecomplete.
4671         (ecomplete-display-matches): Autoload.
4672
4673         * mm-decode.el: Don't require mailcap, gnus-util.
4674         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4675         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4676         Autoload.
4677         (mailcap-mime-extensions): Declare.
4678
4679         * mm-encode.el: Don't require mailcap.
4680         (mailcap-extension-to-mime): Autoload.
4681
4682         * mml-sec.el: Don't require password-cache.
4683
4684         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4685         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4686         (mml-minibuffer-read-type): Require mailcap.
4687         (mml-preview): Require gnus-msg.
4688
4689         * mml1991.el: Require password-cache.
4690         (password-cache-expiry): Remove declaration.
4691
4692         * mml2015.el: Require password-cache.
4693         (password-cache-expiry): Remove declaration.
4694
4695         * nneething.el (mailcap): Require mailcap.
4696
4697         * nnheader.el (declare-function): Add compatibility stub.
4698         (message-remove-header): Declare rather than autoload.
4699         (nnheader-replace-header): Require message.
4700
4701         * nnimap.el (declare-function): Add compatibility stub.
4702         (netrc-parse, netrc-machine-user-or-password): Declare.
4703         (nnimap-open-connection): Require netrc.
4704
4705         * nntp.el (declare-function): Add compatibility stub.
4706         (netrc-parse, netrc-machine, netrc-get): Declare.
4707         (nntp-send-authinfo): Require netrc.
4708
4709         * rfc2047.el: Don't require qp.
4710         (quoted-printable-encode-region, quoted-printable-decode-string):
4711         Autoload.
4712
4713         * sieve-mode.el: Don't require easymenu.
4714         (easy-menu-add-item): Autoload it.
4715
4716         * spam-stat.el (time-to-number-of-days): Autoload it.
4717
4718 2010-03-19  Glenn Morris  <rgm@gnu.org>
4719
4720         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4721
4722 2010-03-18  Glenn Morris  <rgm@gnu.org>
4723
4724         * hashcash.el (declare-function): Remove duplicate definition.
4725
4726 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4727
4728         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4729         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4730         value if any backslash escapes).
4731
4732 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4733
4734         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4735         if it is available.  (bug#5647)
4736
4737         * lpath.el: Suppress compiler warning for coding-system-from-name for
4738         Emacs 21 and XEmacs.
4739
4740 2010-03-14  Juri Linkov  <juri@jurta.org>
4741
4742         * hmac-def.el:
4743         * hmac-md5.el:
4744         * netrc.el: Fix keywords.
4745
4746 2010-02-26  Glenn Morris  <rgm@gnu.org>
4747
4748         * message.el (message-send-mail-function): Change the default, so that
4749         it inherits from a customized send-mail-function.  (Bug#5643)
4750
4751 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4752
4753         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4754         shell-command-to-string signals an error (bug#5299).
4755
4756 2010-02-24  Glenn Morris  <rgm@gnu.org>
4757
4758         * message.el (message-smtpmail-send-it)
4759         (message-send-mail-with-mailclient): Doc fixes.
4760
4761 2010-02-16  Glenn Morris  <rgm@gnu.org>
4762
4763         * message.el (message-default-mail-headers): Change the default value
4764         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4765
4766 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4767
4768         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4769         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4770
4771 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4772
4773         * time-date.el (date-to-time): Doc fix (Bug#5408).
4774
4775 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4776
4777         * message.el (message-mail): Just pass yank-action on to message-setup.
4778         (message-setup): Handle (FUN . ARGS) form of yank-action.
4779         (message-with-reply-buffer, message-widen-reply)
4780         (message-yank-original): Handle non-buffer values of
4781         message-reply-buffer (Bug#4080).
4782         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4783
4784 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4785
4786         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4787         Fix typo in docstring.
4788
4789 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4790
4791         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4792         response.
4793
4794 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4795
4796         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4797
4798         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4799
4800         * message.el (message-check-news-header-syntax): Protect against a
4801         string that `rfc822-addresses' returns when parsing fails.
4802
4803 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4804
4805         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4806         (gnus-previous-char-property-change): New functions.
4807
4808         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4809
4810 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4811
4812         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4813         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4814
4815 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4816
4817         * message.el (message-exchange-point-and-mark): Rework last change to
4818         avoid using optional arg of exchange-point-and-mark, for backward
4819         compatibility.
4820
4821 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4822
4823         * message.el (message-exchange-point-and-mark):
4824         Call exchange-point-and-mark with an argument rather than setting
4825         mark-active by hand (Bug#5175).
4826
4827 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4828
4829         * nntp.el (nntp-service-to-port): Work for service expressed with
4830         numeric string; replace [:digit:] with [0-9] for XEmacs.
4831
4832 2009-12-17  Glenn Morris  <rgm@gnu.org>
4833
4834         * gnus-group.el (gnus-bug-group-download-format-alist):
4835         Change emacs entry to debbugs.gnu.org.  Bump :version.
4836
4837 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4838
4839         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4840
4841 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4842
4843         * message.el (message-info): Explain why we use `Info-goto-node'.
4844
4845 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4846
4847         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4848
4849 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4850
4851         * message.el (message-completion-in-region): New compatibility function.
4852         (message-expand-group): Use it.
4853
4854 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4855
4856         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4857         with no unread article should be listed if the 2nd arg `predicate' is
4858         given.
4859
4860 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4861
4862         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4863
4864 2009-11-29  Juri Linkov  <juri@jurta.org>
4865
4866         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4867         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4868         on `gnus-recenter'.  (Bug#4698, Bug#4981)
4869
4870 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4871
4872         * sha1.el (sha1-string-external): default-directory "/" in case
4873         otherwise non-existent.  process-connection-type pipe for touch of
4874         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4875
4876 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4877
4878         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4879         it's comms related and sgml-mode.el has "comm" on that basis too.
4880
4881 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4882
4883         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4884         containing tspecial characters if they have been already quoted.
4885
4886 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4887
4888         * dns-mode.el (auto-mode-alist): Purecopy string.
4889
4890 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4891
4892         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4893
4894 2009-10-24  Glenn Morris  <rgm@gnu.org>
4895
4896         * gnus-art.el (help-xref-stack-item): Define for compiler.
4897
4898 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4899
4900         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4901
4902 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4903
4904         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4905
4906 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4907
4908         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4909         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4910
4911 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4912
4913         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4914         (gnus-overlays-in): New alias to overlays-in.
4915
4916         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4917         gnus-overlay-get, and gnus-delete-overlay.
4918         (gnus-summary-show-thread): Make it work as well for systems in which
4919         next-single-char-property-change is not available.
4920         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4921
4922         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4923         (gnus-overlay-get): New alias to extent-property.
4924         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4925
4926         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4927         SXEmacs.
4928
4929         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4930         SXEmacs.
4931
4932 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4933
4934         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4935
4936 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4937
4938         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4939         and XEmacs that don't have `remove-overlays'.
4940
4941 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4942
4943         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4944         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4945         selective display.  Use overlays instead.
4946
4947 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4948
4949         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4950
4951 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4952
4953         * spam-stat.el (spam-stat-load): Fix typo in message.
4954
4955 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4956
4957         * dig.el (dig-invoke): Fix typo in docstring.
4958         (query-dig): Reflow docstring.
4959
4960 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4961
4962         * gnus-art.el (gnus-article-encrypt-body):
4963         * message.el (message-check-recipients):
4964         * mm-util.el (mm-codepage-setup):
4965         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4966         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4967
4968 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4969
4970         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4971         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4972         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4973         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4974         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4975
4976 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4977
4978         * dig.el: Add "Keywords: comm", as per net-utils.el.
4979
4980 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4981
4982         * dig.el (dig-mode): Use define-derived-mode.
4983
4984 2009-09-19  Glenn Morris  <rgm@gnu.org>
4985
4986         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4987
4988 2009-09-18  Glenn Morris  <rgm@gnu.org>
4989
4990         * gnus-diary.el (gnus-diary-check-message):
4991         * message.el (message-insert-formatted-citation-line):
4992         * nnbabyl.el (top-level):
4993         * nndiary.el (nndiary-schedule):
4994         Fix typos in condition-case handlers.
4995
4996 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4997
4998         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4999         configuration that provides the sole article window in a frame;
5000         position point correctly after deleting a part.
5001
5002 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5003
5004         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5005         (spam-resolve-registrations-routine): Use it to unregister articles
5006         that change status.
5007
5008 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5009
5010         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5011         with XEmacs.
5012         (parse-time-string-chars): Use it.
5013
5014 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5015
5016         * imap.el (imap-interactive-login): Better messages.
5017         (imap-open): Fix bug with renamed buffer on reconnect.
5018         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5019         for easier debugging and cleaner code.  On successful (guessed based on
5020         server capabilities) secondary authentication, set imap-state
5021         correctly.
5022         (imap-last-authenticator): Define imap-last-authenticator as a variable
5023         to avoid warnings.
5024
5025 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5026
5027         * nnrss.el (nnrss-request-article): Remove binding of
5028         default-enable-multibyte-characters that has gotten needless by
5029         the 2007-07-13 change in rfc2047-encode-message-header.
5030
5031         * mml.el (mml-insert-multipart): Error on the message header.
5032         (mml-insert-part): Error on the message header; position point at
5033         the end of a MIME tag.
5034
5035 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5036
5037         * time-date.el (autoload): Expand define-obsolete-function-alias into
5038         defalias and make-obsolete for old Emacsen that Gnus supports.
5039         (with-no-warnings): Define it for old Emacsen.
5040         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5041         is available.
5042         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5043         float-time is available; suppress compile warning for time-to-seconds.
5044
5045         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5046         (gnus-float-time): Alias to float-time if it exists.
5047
5048         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5049         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5050         float-time is available; suppress compile warning for time-to-seconds.
5051
5052         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5053         XEmacs.
5054
5055 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5056
5057         * imap.el (imap-message-map): Docstring fix.
5058
5059 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5060
5061         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5062         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5063         Add the optional argument `encoding' that overrides the default.
5064
5065         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5066         mm-encode-buffer.
5067
5068 2009-09-04  Glenn Morris  <rgm@gnu.org>
5069
5070         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5071         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5072         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5073         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5074         * mm-util.el (mm-with-unibyte-current-buffer)
5075         (mm-find-buffer-file-coding-system):
5076         * yenc.el (yenc-decode-region): Use default-value rather than
5077         default-enable-multibyte-characters.
5078
5079 2009-09-03  Glenn Morris  <rgm@gnu.org>
5080
5081         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5082         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5083         than default-enable-multibyte-characters.
5084
5085 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5086
5087         * gnus-art.el (gnus-article-read-summary-keys):
5088         Fix gnus-buffer-configuration's value temporarily used.
5089
5090 2009-09-02  Glenn Morris  <rgm@gnu.org>
5091
5092         * gnus-util.el (gnus-float-time): New function.
5093         * gnus-delay.el (gnus-delay-article):
5094         * gnus-sum.el (gnus-thread-latest-date):
5095         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5096         * nnspool.el (nnspool-request-newgroups):
5097         Use gnus-float-time rather than time-to-seconds.
5098         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5099
5100         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5101         (gnus-header-subject-face, gnus-header-newsgroups-face)
5102         (gnus-header-name-face, gnus-header-content-face):
5103         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5104         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5105         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5106         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5107         (gnus-cite-face-11):
5108         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5109         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5110         (gnus-server-closed-face, gnus-server-denied-face)
5111         (gnus-server-offline-face):
5112         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5113         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5114         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5115         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5116         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5117         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5118         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5119         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5120         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5121         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5122         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5123         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5124         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5125         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5126         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5127         (gnus-summary-high-undownloaded-face)
5128         (gnus-summary-low-undownloaded-face)
5129         (gnus-summary-normal-undownloaded-face)
5130         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5131         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5132         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5133         (gnus-splash-face):
5134         * message.el (message-header-to-face, message-header-cc-face)
5135         (message-header-subject-face, message-header-newsgroups-face)
5136         (message-header-other-face, message-header-name-face)
5137         (message-header-xheader-face, message-separator-face)
5138         (message-cited-text-face, message-mml-face):
5139         * sieve-mode.el (sieve-control-commands-face)
5140         (sieve-action-commands-face, sieve-test-commands-face)
5141         (sieve-tagged-arguments-face):
5142         * spam.el (spam-face):
5143         Mark face aliases with "-face" in the name as obsolete.
5144
5145 2009-09-01  Glenn Morris  <rgm@gnu.org>
5146
5147         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5148         than goto-line.
5149
5150 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5151
5152         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5153         Don't move point if the command is invoked inside the message header.
5154
5155 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5156
5157         * imap.el (imap-send-command): Simplify.
5158         (imap-wait-for-tag): point-max -> buffer-size.
5159
5160 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5161
5162         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5163         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5164         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5165         * nnir.el (nnir-swish-e-index-file):
5166         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5167         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5168         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5169         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5170         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5171         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5172
5173 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5174
5175         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5176         Don't save excursion.
5177
5178 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5179
5180         * nnheader.el (nnheader-find-file-noselect):
5181         * mm-util.el (mm-insert-file-contents):
5182         Use (default-value 'major-mode) instead of default-major-mode.
5183
5184 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5185
5186         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5187
5188 2009-08-26  Glenn Morris  <rgm@gnu.org>
5189
5190         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5191         than placing in files.el.
5192
5193 2009-08-25  Glenn Morris  <rgm@gnu.org>
5194
5195         * nnir.el (top-level): Don't require cl at run-time.
5196         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5197         Replace cl-function substitute with gnus-replace-in-string.
5198         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5199         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5200         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5201         simplified expansions.
5202
5203 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5204
5205         * dig.el (dig): Add autoload cookie.
5206
5207 2009-08-22  Glenn Morris  <rgm@gnu.org>
5208
5209         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5210         goto-line.
5211
5212 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5213
5214         * parse-time.el (parse-time-string-chars): Save match data.
5215
5216 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5217
5218         * parse-time.el (parse-time-string-chars): Compute using character
5219         classes, to handle non-ascii characters (Bug#3190).
5220
5221 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5222
5223         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5224
5225         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5226         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5227         (gnus-mm-display-part, gnus-mime-display-single)
5228         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5229         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5230
5231         * gnus-sum.el
5232         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5233         (gnus-summary-move-article): Add expirable mark to articles copied or
5234         moved to group that has auto-expire turned on if the option is non-nil.
5235
5236 2009-07-24  Glenn Morris  <rgm@gnu.org>
5237
5238         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5239         Fix typo.  (Bug#3903)
5240
5241 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5242
5243         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5244         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5245         that should not be used for draft articles.
5246         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5247         that has no concern in minor mode keys.
5248         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5249         Abolish.
5250
5251 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5252
5253         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5254         article without making inquiry to a user for unknown encoding.
5255
5256         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5257         (nnmaildir--scan): Assume i-node and device number that file-attributes
5258         returns might be cons-cell.
5259
5260         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5261
5262         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5263
5264 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5265
5266         * auth-source.el: Remove docs now in auth.texi.  Don't use
5267         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5268         `auth-source-hide-passwords' and use them.
5269
5270 2009-07-15  Glenn Morris  <rgm@gnu.org>
5271
5272         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5273
5274 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5275
5276         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5277         excessive whitespace from the default values of title and description.
5278
5279 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5280
5281         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5282         mail-fetch-field to fetch Content-Description header in order to
5283         exclude newlines.
5284
5285 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5286
5287         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5288         format used by GnuPG 2.0.11.
5289
5290 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5291
5292         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5293         to deleted part.
5294
5295 2009-05-30  David Engster  <dengste@eml.cc>
5296
5297         * nnmairix.el: Remove old documentation in the commentary block.
5298         (nnmairix-request-group): Do not update active file for nnml back ends.
5299         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5300         end so that overview files are ignored.
5301         (nnmairix-update-groups): Make updating the groups more robust by using
5302         marks.
5303         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5304         with dollar characters in message-id.
5305
5306 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5307
5308         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5309         2008-12-25 in dns.el.
5310
5311 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5312
5313         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5314         could happen if the text is only composed of spaces and/or tabs.
5315
5316 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5317
5318         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5319         when sending a queued message to avoid extra mml tags.
5320
5321 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5322
5323         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5324
5325 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5326
5327         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5328         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5329         rmail-toggle-header for XEmacs;
5330         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5331
5332 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5333
5334         * gnus-dired.el: Remove autoload for gnus-setup-message.
5335         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5336         displaying Gnus logo; always use compose-mail.
5337
5338 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5339
5340         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5341
5342 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5343
5344         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5345         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5346         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5347         available.
5348         (gnus-nocem-epg-verify): New function.
5349
5350 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5351
5352         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5353
5354 2009-02-15  Glenn Morris  <rgm@gnu.org>
5355
5356         * gnus-util.el (rmail-insert-rmail-file-header)
5357         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5358         autoloads.
5359         (rmail-default-rmail-file): Remove unnecessary declaration.
5360         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5361
5362 2009-02-14  Glenn Morris  <rgm@gnu.org>
5363
5364         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5365         variable (only used in gnus-util, which declares it anyway).
5366         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5367         which was only needed by gnus-art (changed to not use it any more).
5368         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5369         only used in gnus-util, which autoloads it itself.
5370         (rmail-update-summary): Fix autoload.
5371
5372         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5373         rather than rmail-output-to-rmail-file.
5374
5375 2009-02-07  Glenn Morris  <rgm@gnu.org>
5376
5377         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5378         autoload of function that no longer exists.
5379         (rmail-toggle-header): Declare.
5380         (message-forward-rmail-make-body): Handle mbox Rmail.
5381
5382 2009-01-31  Glenn Morris  <rgm@gnu.org>
5383
5384         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5385         2009-01-09 change.
5386
5387 2009-01-31  Dave Love  <fx@gnu.org>
5388
5389         * imap.el (imap-fetch-safe): Bind debug-on-error.
5390         (imap-debug): Add imap-fetch-safe.
5391
5392 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5393
5394         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5395         (auth-source-forget-all-cached): New convenience function.
5396         (auth-source-user-or-password): Accept list of modes or a single mode.
5397
5398         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5399         auth-source modes.
5400
5401         * netrc.el (netrc-machine-user-or-password): Use list of
5402         auth-source modes.
5403
5404         * nnimap.el (nnimap-open-connection): Use list of
5405         auth-source modes.
5406
5407         * nntp.el (nntp-send-authinfo): Use list of
5408         auth-source modes.
5409
5410 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5411
5412         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5413         now.
5414
5415 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5416
5417         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5418         coding system in XEmacs; add a workaround for XEmacs.
5419
5420         * lpath.el: Fbind coding-system-aliasee.
5421
5422 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5423
5424         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5425         of current-language-environment.
5426
5427 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5428
5429         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5430         available at runtime.
5431
5432 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5433
5434         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5435
5436 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5437
5438         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5439         the greatest positive fixnum value doesn't work under an XEmacs with
5440         bignum support; use the most-positive-fixnum constant instead,
5441         available since Emacs 21.1 with cl and XEmacs 21.1.
5442
5443 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5444
5445         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5446         XEmacs gets not to work.
5447
5448 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5449
5450         * mm-util.el (mm-coding-system-priorities): Allow the value like
5451         "Japanese (UTF-8)" of current-language-environment.
5452
5453 2009-01-09  Glenn Morris  <rgm@gnu.org>
5454
5455         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5456         with last-command-event.
5457
5458 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5459
5460         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5461         in the doc string.
5462
5463         * message.el (message-fix-before-sending): Amend comment.
5464
5465 2009-01-08  Dave Love  <fx@gnu.org>
5466
5467         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5468
5469 2009-01-07  David Engster  <dengste@eml.cc>
5470
5471         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5472         simplified server definitions by converting it via
5473         gnus-server-to-method.
5474
5475 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5476
5477         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5478         parameter's operands.
5479
5480 2009-01-06  David Engster  <dengste@eml.cc>
5481
5482         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5483         primary select method (for gnus-group-mark-article-as-read).
5484
5485 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5486
5487         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5488         `(gnus)Face', not `(gnus)X-Face'.
5489
5490 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5491
5492         * mm-util.el (mm-ucs-to-char): New function.
5493
5494         * mm-url.el (mm-url-decode-entities): Use it.
5495
5496         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5497         unicode-to-char.
5498
5499 2009-01-05  Dave Love  <fx@gnu.org>
5500
5501         * time-date.el: Require cl for `declare'.
5502
5503 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5504
5505         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5506         Dave Love.
5507
5508 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5509
5510         * message.el (message-fix-before-sending): Add `eight-bit' to
5511         illegible-text check.
5512
5513 2009-01-03  Michael Olson  <mwolson@gnu.org>
5514
5515         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5516         `headers' is nil.  This can occur if the IMAP server does not have
5517         permissions to read messages from a folder, but can write new messages
5518         to the folder.
5519         (nnimap-request-article-part): Do not insert `data' if it is nil.
5520
5521         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5522         characters which will confuse `read', so skip past them.
5523
5524 2009-01-01  Dave Love  <fx@gnu.org>
5525
5526         * imap.el (imap-string-to-integer): Fix typo.
5527         (imap-fetch-safe): New function.
5528         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5529
5530         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5531
5532         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5533         (imap-parse-greeting): Fix doc strings.
5534         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5535         (imap-parse-flag-list): Make messages unique.
5536         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5537
5538         * nnimap.el: Fix author email.
5539         (nnimap-split-rule): Add FIXME comment.
5540         (nnimap-debug): Fix doc string.
5541
5542 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5543
5544         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5545
5546 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5547
5548         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5549         nslookup if resolv.conf isn't available.
5550         (dns-query): Rename from query-dns.
5551         (dns-query-cached): Rename from query-dns-cached.
5552
5553 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5554
5555         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5556         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5557         to check if those variables exist (first appeared in Emacs 18.50).
5558
5559 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5560
5561         * mm-util.el (mm-line-number-at-pos): New function.
5562
5563         * spam-report.el (spam-report-process-queue): Use it.
5564
5565 2008-12-24  David Engster  <dengste@eml.cc>
5566
5567         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5568         parameters that haven't existed as variables as buffer-local variables.
5569
5570 2008-12-23  Dave Love  <fx@gnu.org>
5571
5572         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5573         cadar.
5574
5575         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5576         imap-starttls-p.
5577         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5578
5579 2008-12-22  Dave Love  <fx@gnu.org>
5580
5581         * imap.el: Fix author email.  Doc fixes.
5582         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5583         reply.
5584
5585 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5586
5587         * spam-report.el (spam-report-gmane-max-requests): New constant.
5588         (spam-report-gmane-wait): New variable.
5589         (spam-report-gmane-ham, spam-report-gmane-spam)
5590         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5591         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5592         the server.
5593
5594         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5595         Add explanations.
5596
5597         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5598         nnheader-accept-process-output and nnheader-read-timeout if available.
5599         (pop3-movemail): Use it.
5600
5601         * message.el (message-check-news-body-syntax): Fix signature check if
5602         there's an attachment.
5603
5604 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5605
5606         * mm-util.el: Add comments to the mm- emulating functions.
5607
5608 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5609
5610         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5611         Reported by Stephen Berman <stephen.berman@gmx.net>.
5612
5613 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5614
5615         * mm-util.el (mm-substring-no-properties): New function.
5616         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5617         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5618         (mm-string-to-multibyte): Doc fix.
5619
5620         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5621
5622 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5623
5624         * mml.el (mml-attach-file): Strip text properties from file name.
5625         (Bug#1574)
5626
5627 2008-12-16  Glenn Morris  <rgm@gnu.org>
5628
5629         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5630
5631 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5632
5633         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5634         knows since the charset specified might be a bogus alias that
5635         mm-charset-synonym-alist provides.
5636
5637 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5638
5639         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5640         "ISO_8859-1".
5641
5642         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5643
5644 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5645
5646         * mm-util.el (mm-charset-eval-alist):
5647         Define it before mm-charset-to-coding-system.
5648         (mm-charset-to-coding-system): Add optional argument `silent';
5649         define it before mm-charset-override-alist.
5650         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5651         default value if it can be used in Emacs currently running;
5652         silence mm-charset-to-coding-system.
5653
5654 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5655
5656         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5657         `allow-override' which says whether to use `mm-charset-override-alist'.
5658         (rfc2047-decode-encoded-words): Use it.
5659
5660         * mm-util.el (mm-charset-override-alist): Fix custom type;
5661         add `(gb2312 . gbk)' to choices.
5662
5663 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5664
5665         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5666         fast.
5667
5668         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5669
5670         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5671
5672 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5673
5674         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5675         on links.
5676
5677         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5678
5679 2008-12-03  Lute Kamstra  <lute@gnu.org>
5680
5681         * sha1.el: Remove leading * from docstrings of defcustoms,
5682         deffaces, defconsts and defuns.
5683
5684 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5685
5686         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5687         users' addresses that don't have domain parts.
5688         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5689         rather than message-narrow-to-head since there will be the message
5690         header separator.
5691
5692 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5693
5694         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5695         since the result is inserted in a unibyte buffer anyway.
5696         (nnimap-demule-use-string-to-multibyte): Remove.
5697         (nnimap-demule): Alias it to mm-string-to-multibyte.
5698
5699 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5700
5701         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5702         variable for debugging bug#464 and bug#1174.
5703         (nnimap-demule): Use it.
5704
5705 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5706
5707         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5708         score calculation correctly.
5709
5710 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5711
5712         * message.el (message-send-mail): Just set the buffer to unibyte
5713         rather than use mm-with-unibyte-current-buffer which does a lot more.
5714         (message-send-mail-partially): Don't bother with
5715         mm-with-unibyte-current-buffer since it's already been made unibyte by
5716         message-send-mail.
5717
5718 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5719
5720         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5721
5722 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5723
5724         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5725
5726 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5727
5728         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5729         require itself and to remove `with-no-warnings'.
5730
5731 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5732
5733         * starttls.el (starttls-any-program-available): Get the name of the
5734         available TLS layer program.
5735         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5736         well as the host name in the "opening" message.
5737
5738         * auth-source.el (auth-source-cache, auth-source-do-cache)
5739         (auth-source-user-or-password): Cache passwords and logins by default,
5740         allow override with `auth-source-do-cache'.
5741         (auth-source-forget-user-or-password): Allow users to remove cache
5742         entries if needed.
5743
5744 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5745
5746         * md4.el (md4-buffer): Fix typo in docstring.
5747         (md4, md4-64): Doc fixes.
5748         (md4-pack-int32): Reflow docstring.
5749
5750 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5751
5752         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5753         condition-case to only the forward-sexp call.
5754
5755 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5756
5757         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5758         quotes contained.  Make it more robust regardless by an extra
5759         condition-case wrapper.
5760
5761 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5762
5763         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5764
5765 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5766
5767         * nnml.el (nnml-request-expire-articles): Check if the function set to
5768         `nnmail-expiry-target' returns the symbol `delete'.
5769
5770         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5771
5772         * nnmail.el (nnmail-expiry-target): Fix custom type.
5773
5774 2008-10-02  Glenn Morris  <rgm@gnu.org>
5775
5776         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5777         Silence compiler warning.
5778
5779 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5780
5781         * tls.el (open-tls-stream): Show the actual command being
5782         executed, instead of the format string.
5783
5784 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5785
5786         * lpath.el: Fbind codepage-setup for Emacs 23.
5787
5788 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5789
5790         * mml.el (mml-menu): Don't assume mml2015 is bound.
5791
5792 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5793
5794         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5795         exists.
5796
5797 2008-09-27  Glenn Morris  <rgm@gnu.org>
5798
5799         * gnus-util.el (mail-header-remove-comments): Autoload it.
5800
5801 2008-09-27  Andreas Schwab  <schwab@suse.de>
5802
5803         * gnus-util.el (gnus-split-references): Strip comments.
5804         (gnus-parent-id): Likewise.
5805
5806 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5807
5808         * message.el (message-confirm-send): Fix version.
5809
5810 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5811
5812         * message.el (message-idna-to-ascii-rhs-1): Use
5813         mail-extract-address-components rather than mail-header-parse-addresses
5814         that is an alias by default to ietf-drums-parse-addresses that does not
5815         support non-ASCII names in headers' contents.
5816
5817 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5818
5819         * message.el (message-confirm-send): Fix variable documentation to
5820         avoid the "y/n" wording.
5821
5822 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5823
5824         * message.el (message-set-auto-save-file-name): Save to a different
5825         filename so multiple messages (especially drafts) can be recovered.
5826
5827 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5828
5829         * message.el (message-confirm-send): Add appropriate version.
5830
5831 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5832
5833         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5834         defvar.
5835
5836 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5837
5838         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5839         (mm-pkcs7-enveloped-magic): Ditto.
5840
5841 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5842
5843         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5844         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5845
5846 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5847
5848         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5849         default, it's better.
5850
5851 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5852
5853         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5854         summary line gnus-number property and ignore them (with a warning
5855         message).
5856
5857 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5858
5859         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5860         macro caddr in the interactive form since it won't be expanded.
5861
5862 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5863
5864         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5865         `charset'; fix name of function called recursively.
5866         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5867
5868 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5869
5870         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5871         (gnus-mime-set-charset-parameters): New function.
5872         (gnus-mime-view-part-as-charset): Use it to correctly display part
5873         specifying wrong charset.
5874
5875 2008-09-08  David Engster  <dengste@eml.cc>
5876
5877         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5878         in completing-read for back end server.
5879
5880 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5881
5882         * message.el (message-confirm-send): New variable to confirm sending a
5883         message.
5884         (message-send): Use it.
5885
5886 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5887
5888         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5889
5890 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5891
5892         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5893
5894 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5895
5896         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5897         prevent tracking too many groups.
5898         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5899         Use it.
5900
5901 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5902
5903         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5904         moving point to the bottom of the window in order to avoid recentering.
5905
5906 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5907
5908         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5909
5910         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5911         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5912         (gnus-article-beginning-of-window): Fix calculation.
5913
5914 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5915
5916         * gnus-msg.el (gnus-summary-supersede-article)
5917         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5918         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5919         message header.
5920
5921 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5922
5923         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5924         pending output coming after the status change.
5925
5926 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5927
5928         * message.el:
5929         * gnus-start.el:
5930         * gnus-registry.el: Remove VMS support.
5931
5932 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5933
5934         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5935         macro.
5936         (rfc2104-hash): Use it.
5937
5938 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5939
5940         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5941         (gnus-summary-sort-by-most-recent-date): New commands.
5942         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5943         and menu entries.
5944
5945 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5946
5947         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5948         don't redisplay article for raw contents; remove plural articles stuff.
5949
5950         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5951         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5952         on gnus-summary-save-article; display results properly.
5953
5954 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5955
5956         * lpath.el: No need to fbind ns-focus-frame.
5957
5958 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5959
5960         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5961
5962 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5963
5964         * gnus-art.el (gnus-summary-save-in-pipe):
5965         Consider gnus-save-all-headers.
5966
5967 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5968
5969         * gnus-util.el (ns-focus-frame): Remove declaration.
5970         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5971         like x.
5972
5973 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5974
5975         * rfc2104.el (rfc2104-zero): Delete defconst.
5976         (rfc2104-hex-alist): Likewise.
5977         (rfc2104-hex-to-int): Delete func.
5978         (rfc2104-hexstring-to-bitstring): Likewise.
5979         (rfc2104-nybbles): New defconst.
5980         (rfc2104-hash): Rewrite for speed.
5981
5982 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5983
5984         * tls.el (open-tls-stream): Make it work with the 2nd argument
5985         BUFFER that is a string but does not exist as a buffer object, as
5986         mentioned in the doc-string.
5987
5988 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5989
5990         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5991         SXEmacs.
5992
5993 2008-07-16  Glenn Morris  <rgm@gnu.org>
5994
5995         * gnus-util.el (ns-focus-frame): Declare for compiler.
5996
5997 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5998
5999         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6000         set as a group parameter.
6001         (gnus-summary-save-in-pipe): Work when it is called independently.
6002         (gnus-summary-pipe-to-muttprint): Don't modify
6003         gnus-summary-pipe-output-default-command.
6004
6005 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6006
6007         * message.el (message-send-mail-with-sendmail):
6008         Display the error message.
6009
6010 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6011
6012         * gnus-art.el (gnus-default-article-saver):
6013         Add gnus-summary-save-in-pipe to choices.
6014         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6015         gnus-summary-pipe-output-default-command as the default command.
6016         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6017         instead of gnus-last-shell-command.
6018
6019         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6020         New user option.
6021         (gnus-summary-muttprint-program): Mention the value will be changed.
6022         (gnus-summary-save-article): Force showing of all headers.
6023         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6024
6025 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6026
6027         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6028
6029 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6030
6031         * nnimap.el (nnimap-id):
6032         * sieve-manage.el (sieve-manage-open): Doc fixes.
6033
6034 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6035
6036         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6037         if available.
6038
6039 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6040
6041         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6042
6043         * nnkiboze.el (nnkiboze-generate-group):
6044         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6045
6046         * nnmairix.el: Require CL.
6047
6048 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6049
6050         * dgnushack.el: Autoload get-display-table and put-display-table for
6051         XEmacs 21.5.
6052
6053         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6054         21.4 and SXEmacs.
6055
6056 2008-06-15  David Engster  <dengste@eml.cc>
6057
6058         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6059
6060 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6061
6062         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6063         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6064         runtime choice under XEmacs.
6065
6066         * gnus-sum.el (gnus-summary-set-display-table):
6067         Use `gnus-put-display-table', `gnus-get-display-table',
6068         `gnus-set-display-table' for the display table, instead of `aset'.
6069
6070         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6071         Use `gnus-put-display-table', `gnus-get-display-table',
6072         `gnus-set-display-table' for the display table.
6073
6074 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6075
6076         * nnmairix.el: Add autoloads.
6077
6078 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6079
6080         * nnmairix.el (nnmairix-delete-recreate-group)
6081         (nnmairix-update-and-clear-marks): Fix error messages.
6082
6083 2008-06-14  David Engster  <dengste@eml.cc>
6084
6085         * nnmairix.el: Upgrade to version 0.6.
6086         (nnmairix-group-toggle-propmarks-this-group)
6087         (nnmairix-group-toggle-readmarks-this-group)
6088         (nnmairix-group-delete-recreate-this-group)
6089         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6090         (nnmairix-remove-tick-mark-original-article): New commands.
6091         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6092         (nnmairix-propagate-marks-to-nnmairix-groups)
6093         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6094         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6095         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6096         functions needed for marks propagation and manipulation of read marks.
6097         (nnmairix-update-groups): New function.
6098         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6099         (nnmairix-determine-original-group-from-registry)
6100         (nnmairix-determine-original-group-from-path)
6101         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6102         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6103         New helper functions.
6104         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6105         keystrokes for new commands.
6106         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6107         (nnmairix-request-group): Check allow-fast group parameter.
6108         (nnmairix-request-create-group): Set allow-fast group parameter if
6109         nnmairix-allowfast-default is set.
6110         (nnmairix-close-group): Propagate marks upon closing if needed.
6111         (nnmairix-group-toggle-threads-this-group): Use new.
6112         nnmairix-group-toggle-parameter helper function.
6113         (nnmairix-search): Better check for empty search result.
6114         (nnmairix-goto-original-article): Use new helper functions for
6115         determining original article.
6116         (nnmairix-show-original-article): Make sure message-id is in brackets.
6117         (nnmairix-call-mairix-binary): Change variable name.
6118         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6119         helper function.
6120         (nnmairix-widget-toggle-activate): Fix doc string.
6121
6122 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6123
6124         * nnir.el: Require edmacro when compiling with XEmacs.
6125         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6126         available in Emacs 21.
6127
6128 2008-06-11  Glenn Morris  <rgm@gnu.org>
6129
6130         * gnus-util.el (x-focus-frame):
6131         * gnus.el (image-size):
6132         * mm-decode.el (image-size): Declare.
6133
6134         * gnus-picon.el (declare-function): Add compat definition.
6135         (image-size): Declare.
6136
6137         * gnus-group.el (tool-bar-map):
6138         * gnus-sum.el (tool-bar-map): Define for compiler.
6139
6140         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6141
6142         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6143
6144         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6145         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6146         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6147         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6148         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6149         * sieve-manage.el, spam-report.el, spam.el:
6150         Remove unnecessary eval-and-compile of autoloads.
6151
6152 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6153
6154         * auth-source.el: Precise Tramp doc.
6155
6156 2008-06-07  Glenn Morris  <rgm@gnu.org>
6157
6158         * nnmairix.el: Remove unnecessary eval-when-compile.
6159
6160 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6161
6162         * lpath.el: Fbind propertize for XEmacs 21.4.
6163
6164 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6165
6166         * nnir.el: Move here from ../contrib.
6167
6168 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6169
6170         * gnus-util.el (gnus-read-shell-command): New function.
6171         * mm-decode.el (mm-pipe-part):
6172         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6173
6174 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6175
6176         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6177
6178 2008-06-03  Glenn Morris  <rgm@gnu.org>
6179
6180         * pop3.el (nnheader-accept-process-output): Autoload it.
6181
6182 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6183
6184         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6185         are not 2-digit hexadecimal characters that follow `%'s.
6186
6187 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6188
6189         * message.el (message-bogus-recipient-p): Fix type in doc string.
6190         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6191         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6192         Improve custom options.
6193         (message-bogus-recipient-p): Adjust accordingly.
6194
6195 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6196
6197         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6198         long-form month and day names.
6199
6200 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6201
6202         * dgnushack.el: Autoload debug, eudc-expand-inline and
6203         pgg-snarf-keys-region for XEmacs.
6204
6205         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6206
6207         * nnmairix.el: Require edmacro when compiling with XEmacs.
6208
6209 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6210
6211         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6212         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6213
6214 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6215
6216         * auth-source.el: Add more docs.
6217
6218         * netrc.el (netrc-machine): Always match if the port is not given.
6219
6220 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6221
6222         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6223         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6224         retrieval faster in some cases, but might make CPU usage larger.
6225         If this has any bad side effects, we might revert this change.
6226
6227         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6228         seems to make mail retrieval much, much faster.
6229         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6230         unconditionally.
6231
6232         * gnus-draft.el (gnus-group-send-queue):
6233         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6234
6235 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6236
6237         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6238
6239         * message.el (message-bogus-address-regexp): Fix and improve custom
6240         type.
6241         (message-setup-hook): Add message-check-recipients as custom option.
6242
6243 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6244
6245         * message.el (message-cite-function): Remove bogus autoload which crept
6246         in during merge from v5-10.
6247
6248 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6249
6250         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6251
6252         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6253
6254         * auth-source.el: Preliminary Tramp docs.
6255         (auth-sources): Change the default auth-sources to use
6256         EPA .gpg files.
6257
6258 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6259
6260         * nntp.el: Autoload `auth-source-user-or-password'.
6261         (nntp-send-authinfo): Use it.
6262
6263         * nnimap.el: Autoload `auth-source-user-or-password'.
6264         (nnimap-open-connection): Use it.
6265
6266         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6267         for the gnus-message function.
6268         (auth-source-user-or-password): Use it.
6269
6270 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6271
6272         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6273         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6274         (rfc2104-hash): Use it.
6275
6276 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6277
6278         * gnus-art.el (gnus-article-toggle-truncate-lines):
6279         Don't use `iff' in docstring.
6280
6281 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6282
6283         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6284
6285         * gnus-util.el (gnus-extract-address-component-name)
6286         (gnus-extract-address-component-email): Convenience functions around
6287         `gnus-extract-address-components'.
6288
6289         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6290         Use `gnus-extract-address-component-email' to fix bug of comparing full
6291         sender name to `user-mail-address'.
6292
6293 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6294
6295         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6296         catch/throw to optimize.
6297         (gnus-registry-find-keywords): Just use member to find a keyword.
6298
6299 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6300
6301         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6302         is current before calling gnus-server-prepare.
6303         (gnus-server-setup-buffer, gnus-server-update-server)
6304         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6305
6306 2008-05-04  Juri Linkov  <juri@jurta.org>
6307
6308         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6309         (mailcap-file-default-commands): Use mailcap-replace-in-string
6310         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6311         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6312
6313 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6314
6315         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6316
6317 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6318
6319         * gnus.el: Bump version to 0.11.
6320
6321 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6322
6323         * gnus.el: No Gnus v0.10 is released.
6324
6325 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6326
6327         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6328         hooks.
6329         (gnus-update-read-articles): Speed up non-marks-using users.
6330         (gnus-use-marks): Define gnus-use-marks.
6331         (gnus-propagate-marks): Rename variable to something more sensible.
6332
6333 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6334
6335         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6336         (gmm-image-load-path-for-library): Fix typos in docstrings.
6337         (gmm-message): Reflow docstring.
6338
6339 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6340
6341         * mail-source.el (mail-source-set-1, mail-source-bind):
6342         Move auth-source code out of the macro to clean it up and fix bugs.
6343
6344 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6345
6346         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6347         by sender if it's equal to user-mail-address, it's likely to be
6348         useless.
6349
6350         * mail-source.el (mail-source-bind): Don't use user or password if they
6351         are not bound.  Unintern them if they are nil.  Don't use server unless
6352         it's bound, and default it to empty string otherwise.
6353
6354 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6355
6356         * mail-source.el: Load auth-source.el.
6357         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6358         get user name or password, if auth-sources is set up.
6359
6360         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6361         strategy of splitting with parent.
6362         (gnus-registry-split-fancy-with-parent)
6363         (gnus-registry-post-process-groups): Use it and fix prior
6364         bug (returning a list as the split result).
6365
6366         * auth-source.el (auth-sources): Remove server parameter.
6367         (auth-source-pick, auth-source-user-or-password)
6368         (auth-source-user-or-password-imap)
6369         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6370         (auth-source-user-or-password-sftp)
6371         (auth-source-user-or-password-smtp): Remove server parameter.
6372
6373 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6374
6375         * smime.el (smime-sign-region, smime-encrypt-region)
6376         (smime-decrypt-region):
6377         Remove redundant calls to `generate-new-buffer-name'.
6378
6379 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6380
6381         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6382         Don't use QP for message/rfc822.
6383         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6384
6385 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6386
6387         * sieve-manage.el (sieve-string-bytes): Remove.
6388         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6389         correct byte-length only if the process's coding-system is the same as
6390         the one used internally by Emacs to represent strings.
6391
6392 2008-04-22  Juri Linkov  <juri@jurta.org>
6393
6394         * mailcap.el (mailcap-file-default-commands): New function.
6395
6396 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6397
6398         * message.el (message-signature-separator, message-cite-function):
6399         Change custom version.
6400
6401 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6402
6403         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6404         commands.
6405         (tls-checktrust): Ditto.
6406
6407 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6408
6409         * mm-decode.el (mm-display-external): Make temp file read-only.
6410
6411 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6412
6413         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6414         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6415         `C-c C-f d'.
6416
6417 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6418
6419         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6420
6421 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6422
6423         * gnus.el: Bump version to 0.9.
6424
6425 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6426
6427         * gnus.el: No Gnus v0.8 is released.
6428
6429 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6430
6431         * mail-source.el (mail-source-value):
6432         Prefer fboundp to functionp so it works with macros as well.
6433
6434 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6435
6436         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6437         Fix last change in case the element is not even a symbol.
6438
6439 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6440
6441         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6442         Prefer fboundp to functionp so it works with macros as well.
6443
6444 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6445
6446         * auth-source.el: Add docs.
6447         (auth-sources): Modify format to support server.
6448         (auth-source-pick, auth-source-user-or-password)
6449         (auth-source-user-or-password-imap)
6450         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6451         (auth-source-user-or-password-sftp)
6452         (auth-source-user-or-password-smtp): Add server parameter.
6453
6454 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6455
6456         * gnus-registry.el: Initialize the registry when gnus-registry-install
6457         is t.
6458
6459 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6460
6461         * compface.el (uncompface): Make buffer unibyte.
6462
6463 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6464
6465         * mail-source.el (mail-source-value):
6466         Prefer fboundp to functionp so it works with macros as well.
6467
6468 2008-04-05  Glenn Morris  <rgm@gnu.org>
6469
6470         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6471
6472 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6473
6474         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6475         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6476
6477         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6478         multibyteness after rather than before erasing it.
6479
6480         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6481         mm-with-multibyte.
6482         (gnus-request-article-this-buffer): Make sure the proper decoding is
6483         used if gnus-original-article-buffer happens to be unibyte.
6484
6485         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6486         default-enable-multibyte-characters.
6487
6488         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6489         default-enable-multibyte-characters.
6490
6491         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6492
6493         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6494
6495 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6496
6497         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6498         Fix last change in case the element is not even a symbol.
6499
6500 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6501
6502         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6503         (imap-message-copyuid-1): Use it.
6504         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6505         J. Williams in
6506         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6507
6508         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6509         imap-enable-exchange-bug-workaround.
6510         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6511
6512 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6513
6514         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6515         a 100 byte status-checks into a 2-3MB transfer for each group.
6516         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6517         to enable bug workaround or not.
6518         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6519
6520 2008-03-31  Glenn Morris  <rgm@gnu.org>
6521
6522         * message.el (mml2015-use): Declare for compiler.
6523         (message-info): Require mml2015 when appropriate.
6524
6525 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6526
6527         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6528         whitespace.
6529
6530 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6531
6532         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6533         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6534         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6535         (nntp-service-to-port): New function.
6536         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6537         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6538         (nntp-open-netcat-stream): New function.
6539         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6540
6541 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6542
6543         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6544
6545 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6546
6547         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6548
6549 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6550
6551         * dns.el (dns-write): Use set-buffer-multibyte.
6552
6553 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6554
6555         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6556
6557 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6558
6559         * message.el (message-signature-separator): Change default.
6560         Improve custom type.
6561         (message-cite-function): Change default to
6562         message-cite-original-without-signature.
6563
6564         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6565         toggle.
6566
6567         * message.el (message-check-news-body-syntax): Fix signature check.
6568         (message-setup-1): Mark buffer as unmodified _after_ running
6569         message-setup-hook and handling message-alternative-emails.
6570         (message-shorten-references): Be more strict when building list of
6571         valid references to comply with GNKSA.
6572
6573         * gnus-group.el (gnus-read-ephemeral-bug-group)
6574         (gnus-read-ephemeral-debian-bug-group)
6575         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6576
6577         * message.el (message-info): Don't use booleanp which isn't supported
6578         in Emacs 21 and XEmacs.
6579
6580 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6581
6582         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6583         gnus-group-gmane-group-download-format.
6584         (gnus-group-read-ephemeral-gmane-group): Rename from
6585         gnus-group-read-ephemeral-gmane-group.
6586         (gnus-read-ephemeral-gmane-group-url): Rename from
6587         gnus-group-read-ephemeral-gmane-group-url.
6588         (gnus-bug-group-download-format-alist): New variable.
6589         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6590         (gnus-read-ephemeral-emacs-bug-group): New commands.
6591
6592 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6593
6594         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6595         (gnus-visible-headers): Improve custom type.
6596
6597 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6598
6599         * mml.el (mml-menu): Add workarounds for XEmacs.
6600
6601         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6602         X-Boundary header.
6603
6604         * message.el (message-simplify-recipients): Fix previous commit.
6605
6606 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6607
6608         * mm-util.el (mm-set-buffer-multibyte): New function.
6609         * mm-decode.el (mm-copy-to-buffer): Use it.
6610
6611         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6612         Prefer fboundp to functionp so it works with macros as well.
6613
6614 2008-03-19  Glenn Morris  <rgm@gnu.org>
6615
6616         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6617         Accidentally removed in the sync process with Emacs.
6618
6619 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6620
6621         * message.el (message-alter-recipients-discard-bogus-full-name):
6622         New function.
6623         (message-alter-recipients-function): New variable.
6624         (message-get-reply-headers): Use it.
6625         (message-replace-header): New helper function.
6626         (message-recipients-without-full-name): New variable.
6627         (message-simplify-recipients): New command.
6628
6629         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6630
6631         * message.el (message-info): Handle EasyPG manual.
6632
6633         * mml.el (mml-menu): Add entry for EasyPG.
6634
6635 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6636
6637         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6638         parameter.
6639
6640         * message.el (message-disassociate-draft): Specify drafts group name
6641         fully.
6642
6643 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6644
6645         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6646         Eliminate unnecessary duplicates from the match list.
6647
6648 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6649
6650         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6651
6652         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6653
6654         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6655         args of `how-many' of which the XEmacs version doesn't take; declare
6656         Info-index-next as function.
6657
6658 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6659
6660         * gnus-score.el (gnus-score-headers): Fix handling of
6661         gnus-inhibit-slow-scoring.
6662
6663         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6664         string.
6665         (gnus-button-url-regexp): Improve handling of parenthesis.
6666         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6667         (gnus-button-handle-info-keystrokes): Handle index entries.
6668
6669 2008-03-15  Glenn Morris  <rgm@gnu.org>
6670
6671         * parse-time.el (parse-time-string): Simplify.
6672
6673 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6674
6675         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6676         Incoming* files.
6677
6678 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6679
6680         * auth-source.el (auth-sources): Rename from auth-source-choices.
6681         (auth-source-pick): Use it.
6682
6683 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6684
6685         * binhex.el (binhex-decode-region-internal):
6686         * uudecode.el (uudecode-decode-region-internal):
6687         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6688         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6689         setting default-enable-multibyte-characters.
6690
6691 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6692
6693         * auth-source.el (auth-source-protocols)
6694         (auth-source-protocols-customize, auth-source-choices): Add and
6695         modified variable customizations and defaults.
6696         (auth-source-pick, auth-source-user-or-password)
6697         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6698         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6699         (auth-source-user-or-password-sftp)
6700         (auth-source-user-or-password-smtp): Use new variables and provide an
6701         interface to netrc.el.
6702
6703 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6704
6705         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6706         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6707         Make sure the nntp port to specify is a string.
6708
6709 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6710
6711         * nntp.el: Use with-current-buffer.
6712         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6713         dubious mm-with-unibyte-current-buffer.
6714         (nntp-with-open-group-function): New function extracted from
6715         nntp-with-open-group macro.
6716         (nntp-with-open-group): Use the function, so it's easier to debug.
6717         Add indentation and debugging info.
6718         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6719         Recommend the use of the netcat alternatives.
6720
6721         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6722         Avoid mm-string-as-multibyte as well.
6723
6724         * nnweb.el (nnweb-insert-html):
6725         Remove use of nnheader-string-as-multibyte.
6726
6727         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6728         (nnheader-string-as-multibyte): Remove.
6729
6730         * mm-view.el: Use inhibit-read-only.
6731         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6732         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6733         or unibyte-string.
6734
6735         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6736         (mm-uu-yenc-extract): Use with-current-buffer.
6737
6738         * gnus-soup.el (gnus-soup-send-packet): Don't use
6739         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6740
6741         * nnmh.el: Use with-current-buffer.
6742         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6743         mm-string-as-multibyte on the output of mm-encode-coding-string.
6744
6745         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6746         (nnimap-request-move-article): Use with-current-buffer.
6747
6748         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6749         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6750         conversion uses string-make-unibyte rather than string-as-unibyte.
6751
6752         * gnus-msg.el: Use with-current-buffer.
6753
6754         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6755
6756 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6757
6758         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6759         string for caching if it is 'PIN.
6760
6761 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6762
6763         * lpath.el: Consider the case without Emacs/W3.
6764
6765 2008-03-08  Glenn Morris  <rgm@gnu.org>
6766
6767         * time-date.el (date-to-time, time-subtract, time-add)
6768         (safe-date-to-time): Doc fixes.
6769
6770 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6771
6772         * mail-source.el (mail-source-delete-old-incoming-confirm):
6773         Change default to nil.
6774         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6775
6776 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6777
6778         * lpath.el: Rearrange.
6779
6780         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6781         (gnus-article-goto-prev-page): Work for articles having ^L's.
6782
6783         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6784
6785         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6786
6787 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6788
6789         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6790         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6791         (gnus-bookmark-jump): Adjust some variable names.
6792
6793 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6794
6795         * auth-source.el: New package.
6796         (auth-source-choices): Add customization entry point variable.
6797
6798         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6799         bug.
6800
6801 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6802
6803         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6804         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6805         (gnus-registry-install-shortcuts): Rename from
6806         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6807         the `gnus-registry-mark-map' keymap dynamically from
6808         `gnus-registry-marks'.  The generated functions update the summary line
6809         when a registry mark is added or deleted, and will call
6810         `gnus-registry-install-p' (see the comments in the code).
6811         (gnus-registry-user-format-function-M): Use concat intelligently.
6812
6813         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6814         the registry mark functions.
6815
6816 2008-03-05  Glenn Morris  <rgm@gnu.org>
6817
6818         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6819         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6820         gnus-art.
6821         (top-level): No need to load own source when compiling.
6822
6823 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6824
6825         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6826         Suggested by <chris.anderton@zetnet.co.uk>.
6827
6828 2008-03-04  Glenn Morris  <rgm@gnu.org>
6829
6830         * gnus-sum.el (top-level): No need to require gnus when compiling,
6831         since unconditionally required near start of file.
6832         (gnus-summary-display-while-building): Move definition before use.
6833
6834 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6835
6836         * gnus-registry.el (gnus-registry-user-format-function-M):
6837         Add formatting function.
6838
6839 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6840
6841         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
6842         with plists.
6843         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6844         Use new format.
6845
6846 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6847
6848         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6849         `where-is-internal' that returns a range of key sequences.
6850
6851 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6852
6853         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6854
6855         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6856         (gnus-summary-jump-to-group): Consider windows on other displayed
6857         frames as well.  Similar changes might be needed elsewhere, but that's
6858         the one I've bumped into during my use.
6859
6860         * nndoc.el (nndoc-oe-dbx-type-p):
6861         * gnus-msg.el (gnus-debug):
6862         * gnus-group.el (gnus-update-group-mark-positions):
6863         Use mm-string-to-multibyte.
6864
6865 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6866
6867         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6868         doesn't handle NotDashEscaped.
6869
6870         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6871         (mml-dnd-attach-options): Fix typo in custom choice.
6872
6873         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
6874         Change nndoc-article-type to mbox.
6875         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6876
6877         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6878         to nil, instead of html2text.
6879
6880         * imap.el (imap-debug): Add `imap-ping-server'.
6881
6882         * gnus-bookmark.el: Add FIXMEs.
6883
6884         * message.el (message-form-letter-separator)
6885         (message-send-form-letter-delay): New variables.
6886         (message-send-form-letter): Use them.  New command to send form
6887         letters.  Requested by Uwe Siart.
6888         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6889
6890 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6891
6892         * Update copyright years.
6893
6894 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6895
6896         Sync from EMACS_22_BASE.
6897
6898         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6899
6900 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6901
6902         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6903         empty author.
6904
6905 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6906
6907         * gnus-registry.el (gnus-registry-marks): Add variable for
6908         customization of marks and their appearance.
6909         (gnus-registry-read-mark): Use it.
6910         (gnus-registry-do-marks): Add utility function to loop through
6911         `gnus-registry-marks'.
6912         (gnus-registry-install-shortcuts-and-menus): Add function to install
6913         shortcuts and menus.
6914         (gnus-registry-initialize): Use it.
6915         (gnus-registry-default-mark): Clarify documentation.
6916
6917 2008-02-29  Glenn Morris  <rgm@gnu.org>
6918
6919         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6920         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6921         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6922         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6923         Change defcustom :version from 23.0 to 23.1.
6924
6925 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6926
6927         * gnus-registry.el (gnus-registry-follow-group-p)
6928         (gnus-registry-post-process-groups): Add functions to aid registry
6929         splitting and improve logging.  Clarify behavior in function
6930         documentation.
6931         (gnus-registry-split-fancy-with-parent): Use them.
6932
6933 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6934
6935         * gnus-art.el: Use with-current-buffer.
6936
6937 2008-02-27  David Engster  <dengste@eml.cc>
6938
6939         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6940         Express real group name in the response.
6941
6942 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6943
6944         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6945         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6946         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6947         autoload gnus-registry-fetch-group when compiling.
6948         (nnmairix-request-group-with-article-number-correction):
6949         Remove unreferenced argument passed to nnmairix-call-backend.
6950
6951 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6952
6953         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6954         (mm-uu-extract): Improve face for low color ttys.
6955         Reported by Sascha Wilde.
6956
6957 2008-02-27  Glenn Morris  <rgm@gnu.org>
6958
6959         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6960         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6961         variables to defconsts.  Convert comments to doc-strings.
6962         (nnmairix-last-server, nnmairix-current-server): Convert from free
6963         variables to defvars.  Convert comments to doc-strings.
6964         (gnus-registry-fetch-group): Autoload.
6965         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6966         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6967         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6968         caddr.
6969         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6970         nnmairix-request-group-with-article-number-correction call.
6971         (nnmairix-fast, nnmairix-group): New, less general names, for free
6972         variables passed from nnmairix-request-group to
6973         nnmairix-request-group-with-article-number-correction.  Declare.
6974         (nnmairix-request-group-with-article-number-correction):
6975         Use nnmairix-fast, nnmairix-group rather than fast, group.
6976
6977 2008-02-26  David Engster  <dengste@eml.cc>
6978
6979         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6980         version 0.5.
6981
6982 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6983
6984         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6985         instead of making an extra function call.  Don't add the current group
6986         to articles only when they have the group.  Use
6987         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6988         Reported by David <de_bb@arcor.de>.
6989
6990 2008-02-24  Miles Bader  <miles@gnu.org>
6991
6992         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
6993         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
6994         (mm-find-mime-charset-region):
6995         * mm-bodies.el (mm-encode-body):
6996         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
6997
6998 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6999
7000         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7001         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7002
7003 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7004
7005         * mail-source.el (mail-source-delete-incoming): Change default.
7006         Supplement doc string.
7007
7008         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7009
7010 2008-02-14  Glenn Morris  <rgm@gnu.org>
7011
7012         * time-date.el (format-seconds): New function.
7013
7014 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7015
7016         * nnmail.el (nnmail-message-id-cache-file): Derive from
7017         `gnus-home-directory'.
7018
7019 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7020
7021         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7022         Document negative prefix.
7023
7024         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7025
7026 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7027
7028         * message.el (message-unsent-separator): Add the Exim bounce
7029         separator.
7030
7031 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7032
7033         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7034         list.
7035         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7036         recipient/signer list.
7037
7038 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7039
7040         * Makefile.in (datarootdir): Define.
7041         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7042         name that might contain whitespace.
7043
7044 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7045
7046         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7047         fbound (Emacs 23 unicode), signal an error.
7048
7049 2008-02-08  Glenn Morris  <rgm@gnu.org>
7050
7051         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7052
7053 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7054
7055         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7056         ports to the calls to `netrc-machine-user-or-password' in addition to
7057         "imap" and "imaps".
7058
7059 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7060
7061         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7062
7063         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7064
7065 2008-02-01  Kenichi Handa  <handa@m17n.org>
7066
7067         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7068         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7069         (rfc2104-hash): Convert the result of concat to unibyte string.
7070
7071 2008-02-01  Dave Love  <fx@gnu.org>
7072
7073         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7074         coding-system-for-read.
7075         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7076
7077 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7078
7079         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7080         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7081         <hanche@math.ntnu.no>.
7082
7083 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7084
7085         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7086
7087         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7088
7089 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7090
7091         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7092         * message.el (message-beginning-of-line): Use featurep instead of bound
7093         tests in order to resolve conditionals at compile time.
7094
7095 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7096
7097         * mail-source.el (mail-sources): Add `group' choice.
7098
7099         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7100         parameter `in-group' to control into which group the articles go.
7101         Add treatment of `group' mail-source.
7102
7103 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7104
7105         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7106
7107         * mm-decode.el (mm-dissect-buffer): Decode description.
7108
7109         * mml.el (mml-to-mime): Encode message header first.
7110
7111 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7112
7113         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7114         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7115
7116         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7117         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7118
7119 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7120
7121         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7122
7123 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7124
7125         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7126         prefix keys.
7127         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7128         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7129         gnus-xmas.el.
7130
7131         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7132         (gnus-xmas-article-describe-bindings): New function.
7133         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7134         gnus-xmas-article-describe-bindings.
7135
7136         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7137
7138 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7139
7140         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7141         Add new variables for article mark management.
7142         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7143         list of extra data entries which, when present, will indicate that the
7144         article ID should not be trimmed from the registry.
7145         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7146         functions.
7147         (gnus-registry-read-mark): New function to read a mark name from the
7148         user.
7149         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7150         (gnus-registry-set-article-mark-internal): New functions to add and
7151         remove marks.
7152         (gnus-registry-get-article-marks): New function to show the marks for
7153         an article, or retrieve them for further use.
7154
7155 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7156
7157         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7158         keys when no argument is given.
7159
7160 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7161
7162         * imap.el (imap-ping-server): New variable.
7163         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7164         (imap-ping-server): Minor doc string fixes.
7165
7166 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7167
7168         * imap.el (imap-ping-server): New function.
7169         (imap-opened): Call imap-ping-server.
7170
7171 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7172
7173         * gnus-sum.el (gnus-article-sort-by-random)
7174         (gnus-thread-sort-by-random): Fix doc strings.
7175         Reported by jidanni@jidanni.org.
7176
7177 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7178
7179         * gnus-art.el (gnus-article-describe-bindings): New function.
7180         (gnus-article-read-summary-keys): Use it.
7181         (gnus-article-mode-map): Bind `C-h b' to it.
7182
7183 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7184
7185         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7186         XEmacs.
7187         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7188         Protect against non-character events.
7189
7190         * lpath.el: Fbind map-keymap for Emacs 21.
7191
7192 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7193
7194         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7195         New command.
7196         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7197         instead of END.  Change name of the temp file.
7198         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7199         customizable.
7200
7201 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7202
7203         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7204         bind `S W' to gnus-article-wide-reply-with-original; set default
7205         binding to gnus-article-read-summary-send-keys.
7206         (gnus-article-read-summary-keys): Fix the order of keys; display
7207         continuation keys correctly in the echo area; describe bindings
7208         correctly when keys end with `C-h'.
7209         (gnus-article-read-summary-send-keys): New function.
7210         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7211         Work for gnus-article-read-summary-send-keys; display continuation keys
7212         correctly in the echo area.
7213         (gnus-article-reply-with-original): Ignore prefix argument.
7214         (gnus-article-wide-reply-with-original): New function.
7215
7216         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7217         Emacs 21.
7218
7219 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7220
7221         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7222         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7223
7224 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7225
7226         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7227         (gnus-group-read-ephemeral-gmane-group): New command.
7228
7229 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7230
7231         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7232
7233 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7234
7235         * message.el (message-send-mail-function): Increase custom version.
7236
7237         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7238         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7239
7240 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7241
7242         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7243         for the cases where imap-authenticate is called with a nil buffer
7244         parameter.
7245
7246 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7247
7248         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7249         html parts correctly; support forwarded messages.
7250         (gnus-article-browse-html-article): Remove work buffers.
7251
7252         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7253         compiling.
7254         (netrc-bound-and-true-p): New macro.
7255         (netrc-parse): Use it instead of bound-and-true-p that is not available
7256         in XEmacs 21.4.
7257
7258 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7259
7260         * gnus-registry.el (gnus-registry-mark-article)
7261         (gnus-registry-article-marks): Add functionality to mark articles
7262         through the Gnus registry.
7263
7264         * encrypt.el: Clarify documentation for the new pgg method.
7265         (encrypt-file-alist): Add PGG option.
7266         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7267         functionality.  Abstract password key and messaging to external
7268         functions.
7269         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7270         (encrypt-message-method-and-cipher): Add new convenience external
7271         functions.
7272         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7273         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7274
7275         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7276         (netrc-parse): Use encrypt-file-alist to determine if
7277         encrypt-find-model or encrypt-insert-file-contents should be used.
7278
7279         * encrypt.el: Clarify documentation.  Load password-cache or
7280         password, whichever one is found first, instead of autoloading.
7281
7282 2007-12-19  Glenn Morris  <rgm@gnu.org>
7283
7284         * mml.el (message-options-set, message-narrow-to-head)
7285         (message-in-body-p, message-mail-p, message-encode-message-body):
7286         Autoload.
7287         (message-remove-header, message-narrow-to-headers-or-head)
7288         (message-subscribed-p, message-make-mail-followup-to)
7289         (message-position-on-field, message-news-p)
7290         (message-options-set-recipient, message-generate-headers)
7291         (message-sort-headers): Declare as functions.
7292
7293 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7294
7295         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7296         convention in doc string.
7297
7298 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7299
7300         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7301         title to html parts.
7302         (gnus-article-browse-html-article): Pass message header to it.
7303
7304         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7305
7306 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7307
7308         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7309         or password compatible with XEmacs.
7310
7311 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7312
7313         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7314         format document.
7315         (gnus-mime-delete-part): Don't write description line if empty.
7316         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7317
7318 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
7319
7320         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7321         (gnus-summary-mark-read-and-unread-as-read)
7322         (gnus-summary-mark-current-read-and-unread-as-read)
7323         (gnus-summary-mark-unread-as-ticked): Doc fix.
7324         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7325
7326 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7327
7328         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7329         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7330
7331 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7332
7333         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7334         yes-or-no-p.
7335
7336 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7337
7338         * mm-decode.el (mm-add-meta-html-tag): New function.
7339         (mm-save-part-to-file, mm-pipe-part): Use it.
7340
7341         * gnus-art.el (gnus-article-browse-delete-temp-files):
7342         Use gnus-y-or-n-p instead of y-or-n-p.
7343         (gnus-article-browse-html-parts): Work with message/external-body; use
7344         mm-add-meta-html-tag.
7345
7346 2007-12-11  Glenn Morris  <rgm@gnu.org>
7347
7348         * gnus-cache.el: Require gnus-sum not just when compiling.
7349
7350         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7351
7352         * gnus-int.el (gnus-server-opened, gnus-status-message):
7353         Move definitions before use.
7354
7355         * mm-decode.el: Require gnus-util.
7356         (mm-remove-part): Only call delete-annotation on XEmacs.
7357
7358         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7359
7360         * nnmail.el: Require gnus-int.
7361
7362         * spam.el: Move `require's before `eval-when-compile's.
7363
7364         * gnus-ems.el (gnus-alive-p):
7365         * gnus-fun.el (message-goto-eoh):
7366         * gnus-util.el (gnus-group-name-decode):
7367         * mail-source.el (gnus-compress-sequence):
7368         * message.el (Info-goto-node, format-spec):
7369         * mm-bodies.el (message-options-get):
7370         * mm-decode.el (mm-view-pkcs7):
7371         * mm-util.el (gmm-write-region):
7372         * mml-smime.el (mml-compute-boundary)
7373         (gnus-completing-read-with-default):
7374         * mml.el (widget-button-press, gnus-make-hashtable):
7375         * mml1991.el (mm-decode-content-transfer-encoding)
7376         (mm-encode-content-transfer-encoding)
7377         (message-options-get, message-options-set):
7378         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7379         * nnfolder.el (gnus-request-group):
7380         * nnheader.el (ietf-drums-unfold-fws):
7381         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7382         * smime.el (gnus-run-mode-hooks):
7383         * spam-stat.el (gnus-message): Autoload.
7384
7385         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7386         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7387         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7388         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7389         Add declare-function compatibility definition.
7390
7391         * gnus-cache.el (nnvirtual-find-group-art):
7392         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7393         (gnus-add-image, gnus-add-wash-type):
7394         * gnus-group.el (nnkiboze-score-file):
7395         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7396         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7397         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7398         (message-tokenize-header, gnus-get-buffer-create)
7399         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7400         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7401         * gnus.el (gnus-group-decoded-name):
7402         * mail-source.el (imap-capability):
7403         * mm-bodies.el (message-options-set):
7404         * mm-decode.el (gnus-configure-windows):
7405         * mm-extern.el (message-goto-body):
7406         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7407         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7408         (epg-sub-key-validity, message-options-set):
7409         * mml.el (widget-event-point, gnus-configure-windows):
7410         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7411         * mml2015.el (epg-check-configuration, epg-configuration)
7412         (message-options-set):
7413         * nndb.el (nndb-request-article):
7414         * nnfolder.el (gnus-request-create-group):
7415         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7416         * nnmaildir.el (gnus-group-mark-article-read):
7417         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7418         * rfc1843.el (message-fetch-field):
7419         * spam.el (gnus-extract-address-components):
7420         Declare as functions.
7421
7422 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7423
7424         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7425
7426         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7427
7428         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7429         bind show-trailing-whitespace for XEmacs.
7430
7431 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7432
7433         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7434         new no-op macro for backward compatibility.
7435
7436         * imap.el (imap-string-to-integer): New function.
7437
7438 2007-12-09  Glenn Morris  <rgm@gnu.org>
7439
7440         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7441
7442         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7443         * message.el, mm-view.el, sieve-manage.el, smime.el:
7444         Add declare-function compatibility definition.
7445
7446         * gnus-art.el (w3-region, w3m-region, Info-menu):
7447         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7448         * gnus-sum.el (gnus-get-predicate):
7449         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7450         * message.el (mail-abbrev-in-expansion-header-p):
7451         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7452         (w3m-detect-meta-charset, w3m-region):
7453         * sieve-manage.el (password-read, password-cache-add)
7454         (password-cache-remove):
7455         * smime.el (password-read-and-add): Declare as functions.
7456
7457 2007-12-08  David Kastrup  <dak@gnu.org>
7458
7459         * gnus-sum.el (gnus-summary-simplify-subject-query):
7460         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7461         `message'.
7462
7463 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7464
7465         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7466         it to bind idna-program, installation-directory, defined-colors, and
7467         face-attribute for XEmacs of the version that compiles defcustom forms.
7468
7469 2007-12-07  Glenn Morris  <rgm@gnu.org>
7470
7471         * gnus-art.el (article-make-date-line): Revert previous change.
7472
7473 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7474
7475         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7476
7477 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7478
7479         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7480         Call gnus-add-to-range ranges only once with a prepared article-list.
7481
7482 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7483
7484         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7485         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7486         group names with backslashes.
7487         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7488
7489 2007-12-06  Deepak Goel  <deego3@gmail.com>
7490
7491         * gnus-art.el (article-make-date-line):
7492         * gnus-start.el (gnus-load):
7493         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7494
7495 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7496
7497         * gnus-art.el (gnus-use-idna)
7498         * gnus-start.el (gnus-site-init-file)
7499         * message.el (message-use-idna)
7500         * mm-uu.el (mm-uu-hide-markers)
7501         * smiley.el (smiley-style): Revert changes that suppress warnings.
7502
7503 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7504
7505         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7506         specify charset to html source.
7507         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7508
7509 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7510
7511         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7512         idna-program in order to suppress byte compile warning issued by XEmacs
7513         that came to byte compile the default value section of defcustom forms
7514         recently.
7515
7516         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7517         value of installation-directory.
7518
7519         * message.el (message-use-idna): Don't directly refer to the value of
7520         idna-program.
7521
7522         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7523
7524         * smiley.el (smiley-style): Don't directly call face-attribute.
7525
7526 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7527
7528         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7529
7530         * gnus-dired.el: Reduce Gnus dependencies.
7531         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7532         Don't require.  Use autoloads instead.
7533         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7534         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7535         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7536         (gnus-dired-mode): Adjust doc string.
7537         (gnus-dired-mail-mode): New variable.
7538         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7539         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7540         (gnus-dired-mail-buffers): New function.  Return mail or message
7541         composition buffers.
7542         (gnus-dired-attach): Use it.
7543         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7544         NO-DECODE.
7545         (gnus-dired-print): Use `gnus-print-buffer' depending on
7546         `gnus-dired-mail-mode'.
7547
7548 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7549
7550         * rfc2047.el (rfc2047-encoded-word-regexp)
7551         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7552         explaining what regexp patterns are for.
7553
7554 2007-12-04  Glenn Morris  <rgm@gnu.org>
7555
7556         * password.el: Move to password-cache.el.
7557
7558         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7559         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7560         * mml-smime.el (password-read, password-cache-add)
7561         (password-cache-remove):
7562         No need to autoload, since mml-sec requires password.
7563
7564         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7565         * message.el (gnus-extract-address-components):
7566         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7567
7568         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7569         password.
7570
7571 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7572
7573         * mailcap.el: Reduce dependencies.
7574         (mail-header-parse-content-type): Autoload.
7575         (mailcap-delete-duplicates): New alias.
7576         (mailcap-mime-info): Add optional argument NO-DECODE.
7577         (mailcap-mime-types): Use mailcap-delete-duplicates.
7578
7579         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7580
7581 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7582
7583         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7584         (imap-parse-status): Upcase status-att for servers that sends them
7585         lower-case (e.g., MS Exchange 2007).
7586
7587 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7588
7589         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7590         function.
7591
7592         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7593         (gnus-uu-yenc-article): New function.
7594
7595         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7596
7597         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7598
7599 2007-12-02  Glenn Morris  <rgm@gnu.org>
7600
7601         * binhex.el (binhex): New custom group.
7602         (binhex-decoder-program, binhex-decoder-switches)
7603         (binhex-use-external): Move to the binhex custom group.
7604
7605         * uudecode.el (uudecode): New custom group.
7606         (uudecode-decoder-program, uudecode-decoder-switches)
7607         (uudecode-use-external): Move to the uudecode custom group.
7608
7609         * netrc.el (top-level): Don't load `encrypt' features.
7610         (netrc-parse): Don't use encrypt.
7611         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7612
7613         * encrypt.el: Remove file.
7614
7615 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7616
7617         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7618         matches on patches.
7619
7620         * gnus-art.el (gnus-article-browse-html-article):
7621         Mention `mm-text-html-renderer' in the doc string.
7622
7623         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7624         string.  Add comments.
7625
7626         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7627         if rhs is ASCII.
7628
7629 2007-12-01  Glenn Morris  <rgm@gnu.org>
7630
7631         * mail-source.el (top-level): Require format-spec before
7632         eval-when-compile.
7633
7634 2007-11-30  Glenn Morris  <rgm@gnu.org>
7635
7636         * encrypt.el: Require password, rather than autoloading password-read.
7637
7638 2007-11-29  Glenn Morris  <rgm@gnu.org>
7639
7640         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7641         (sasl-make-client, sasl-next-step, sasl-step-data)
7642         (sasl-step-set-data): Declare as functions.
7643
7644 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7645
7646         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7647
7648 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7649
7650         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7651         certs should be verified and what is to be done in the event of a
7652         verification failure.
7653
7654         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7655         caller can indicate whether the cache should be disregarded for this
7656         call.  This way the result of the call is reproducible at all times and
7657         can be considered a canonical server name for the supplied method.
7658         (gnus-agent-method-p): Canonicalize server names by pushing their
7659         method through `gnus-method-to-server' using the no-cache argument.
7660
7661         * gnus-srvr.el (gnus-server-insert-server-line):
7662         Call `gnus-method-to-server' with `no-cache' argument.
7663
7664         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7665         gnus-agent-possibly-synchronize-flags as this should be called when the
7666         server is actually being opened.
7667         (gnus-agent-possibly-synchronize-flags)
7668         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7669         flags file of an agentized server to the latter function.
7670
7671         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7672         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7673         after a connection has been established successfully.
7674
7675 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7676
7677         * gnus-art.el (article-display-face): Force to display face if called
7678         interactively; check if gnus-article-x-face-too-ugly matches author.
7679         (article-display-x-face): Display face even if From header is missing
7680         as article-display-face does.
7681
7682 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7683
7684         * hashcash.el (message-narrow-to-headers-or-head)
7685         (message-fetch-field, message-goto-eoh)
7686         (message-narrow-to-headers): Declare as functions.
7687
7688 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7689
7690         * mail-source.el (mail-sources): Default to fetch from file for
7691         compatibility with default of nnmail-spool-file.
7692
7693 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7694
7695         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7696         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7697         to look for encoded word that should be encoded again.
7698         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7699         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7700         encoding pattern.
7701         (rfc2047-decode-region): Switch strict regexp and loose one according
7702         to rfc2047-allow-irregular-q-encoded-words.
7703
7704 2007-11-25  Romain Francoise  <romain@orebokech.com>
7705
7706         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7707
7708 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7709
7710         * tls.el (tls-program): Provide more custom choices from
7711         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7712         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7713
7714 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7715
7716         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7717         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7718
7719         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7720         `nnmail-spool-file'.
7721
7722         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7723         `nnmail-spool-file'.
7724
7725         * gnus-move.el (gnus-change-server): Ditto.
7726
7727         * gnus-kill.el (gnus-batch-score): Ditto.
7728
7729         * gnus-cache.el (gnus-jog-cache): Ditto.
7730
7731         * gnus-msg.el (gnus-summary-reply):
7732         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7733
7734 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7735
7736         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7737         version.  Minor improvement to doc strings.
7738         (tls-program): Add comment.
7739
7740 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7741
7742         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7743         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7744         mismatch between the hostname provided in the certificate and the name
7745         of the host connnecting to.
7746         (open-tls-stream): Use them.  Check certificates against trusted root
7747         certificates.
7748
7749 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7750
7751         * gnus-cache.el (gnus-cache-generate-nov-databases):
7752         Use nnml-generate-nov-databases-directory instead of
7753         nnml-generate-nov-databases-1.
7754
7755 2007-11-24  Glenn Morris  <rgm@gnu.org>
7756
7757         * message.el (message-tool-bar-retro): Update for rename
7758         mail_send.xpm->mail-send.xpm.
7759
7760 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7761
7762         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7763         `smime-ldap-search' for Emacs 22 and up.
7764
7765 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7766
7767         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7768
7769         * message.el (message-send-mail-function): Fix error convention.
7770         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7771         (message-widen-reply, message-send-mail, message-talkative-question)
7772         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7773         (message-clone-locals, message-send-news): Use with-current-buffer.
7774         (message-insert-or-toggle-importance): Remove unused var `valid'.
7775         (message-make-references): Remove unused var `new-references'.
7776         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7777
7778 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7779
7780         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7781         (spam-split-symbolic-return-positive): Reflow docstring.
7782         (spam-backends, spam-summary-exit-behavior)
7783         (spam-mark-ham-unread-before-move-from-spam-group)
7784         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7785         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7786         (spam-clear-cache, spam-backend-check, spam-install-backend)
7787         (spam-install-statistical-backend, spam-list-of-processors)
7788         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7789         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7790         (spam-check-crm114, spam-initialize, spam-unload-hook):
7791         Fix typos in docstrings.
7792
7793 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7794
7795         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7796         been checked if they have never been read and those group levels are
7797         higher than the one that a user specified.
7798
7799 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7800
7801         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7802         foreign groups unless a group level is specified by a user.
7803         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7804
7805 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7806
7807         * message.el (message-send-mail-function): Require sendmail.
7808
7809 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7810
7811         * message.el (message-send-mail-function): Check for smtpmail too.
7812
7813         * utf7.el (utf7-encode, utf7-decode): Use coding system
7814         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7815
7816         * message.el (message-send-mail-function): New function.
7817         (message-send-mail-function): Set default using
7818         message-send-mail-function.  Adjust doc string.
7819         (message-send-mail-with-mailclient): New function.
7820
7821 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7822
7823         * smime.el (from):
7824         * rfc2047.el (message-posting-charset):
7825         * qp.el (mm-use-ultra-safe-encoding):
7826         * pop3.el (parse-time-months):
7827         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7828         * nnml.el (files):
7829         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7830         (jka-compr-compression-info-list, ange-ftp-path-format)
7831         (efs-path-regexp):
7832         * nndiary.el (files):
7833         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7834         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7835         (epg-digest-algorithm-alist, inhibit-redisplay)
7836         (password-cache-expiry):
7837         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7838         (pgg-output-buffer, password-cache-expiry):
7839         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7840         (efs-path-regexp):
7841         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7842         (inhibit-redisplay):
7843         * mm-uu.el (file-name, start-point, end-point, entry)
7844         (gnus-newsgroup-name, gnus-newsgroup-charset):
7845         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7846         (latin-unity-ucs-list):
7847         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7848         (mm-uu-binhex-decode-function):
7849         * message.el (gnus-message-group-art, gnus-list-identifiers)
7850         (rmail-enable-mime-composing, gnus-local-organization)
7851         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7852         (gnus-read-active-file, facemenu-add-face-function)
7853         (facemenu-remove-face-function, gnus-article-decoded-p)
7854         (tool-bar-mode):
7855         * mail-source.el (display-time-mail-function):
7856         * gnus-util.el (nnmail-pathname-coding-system)
7857         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7858         (gnus-original-article-buffer, gnus-user-agent)
7859         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7860         (xemacs-codename, sxemacs-codename, emacs-program-version):
7861         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7862         * gnus-start.el (gnus-agent-covered-methods)
7863         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7864         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7865         (gnus-newsgroup-headers, gnus-group-list-mode)
7866         (gnus-group-mark-positions, gnus-newsgroup-data)
7867         (gnus-newsgroup-unreads, nnoo-state-alist)
7868         (gnus-current-select-method, mail-sources)
7869         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7870         (nnmail-spool-file, gnus-cache-active-hashtb):
7871         * gnus-mh.el (mh-lib-progs):
7872         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7873         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7874         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7875         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7876         (gnus-group-buffer):
7877         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7878         (font-lock-set-defaults):
7879         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7880         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7881         (gnus-summary-post-menu, total-parts, type, condition, length):
7882         * gnus-agent.el (gnus-agent-read-agentview):
7883         * flow-fill.el (show-trailing-whitespace):
7884         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7885         eval-and-compile wrappers for byte compiler pacifiers.
7886
7887         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7888         (mm-display-inline-fontify): Check for featurep 'xemacs not
7889         extent-list.
7890
7891         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7892         itimer-list.
7893         (mm-create-image-xemacs): Only do something for XEmacs.
7894         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7895
7896         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7897
7898         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7899         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7900
7901 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7902
7903         * nnimap.el (nnimap-split-download-body):
7904         * gnus-demon.el (gnus-demon):
7905         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7906
7907 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7908
7909         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
7910         New macros.
7911         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7912         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7913         copy data from unibyte buffer to multibyte current buffer.
7914         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7915         to copy data from unibyte current buffer to multibyte buffer.
7916         (nntp-make-process-buffer): Make process buffer unibyte.
7917
7918         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7919
7920 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7921
7922         * pop3.el (pop3-open-server): Accept and process data more robustly at
7923         connexion start to avoid spurious "POP SSL connexion failed" errors.
7924
7925 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7926
7927         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7928         read group names.
7929
7930 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7931
7932         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7933
7934 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7935
7936         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7937         (nnmail-save-active): Use a unibyte buffer when saving active file,
7938         which may contain non-ASCII group names.
7939
7940         * nnml.el (nnml-request-group): Decode group names in messages.
7941
7942 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7943
7944         * message.el (message-citation-line-function)
7945         (message-insert-formatted-citation-line): Fix spelling of
7946         `message-insert-formated-citation-line'.
7947
7948 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7949
7950         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7951
7952 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7953
7954         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7955         nnmail-pathname-coding-system.
7956
7957         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7958         that a user enters; decode group names in messages.
7959
7960         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7961
7962 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7963
7964         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7965
7966         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7967
7968         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7969         risky local variable.
7970
7971         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7972
7973 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7974
7975         * encrypt.el: Improve documentation to fix function name typo.
7976         Reported by Daiki Ueno <ueno@unixuser.org>.
7977
7978 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7979
7980         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7981         even if the point is not in the last page of an article.
7982         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7983         back to the previous page.
7984
7985 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7986
7987         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7988
7989 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7990
7991         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7992
7993 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7994
7995         * message.el (message-check-news-body-syntax):
7996         Avoid mm-string-as-multibyte.
7997         (message-hide-headers): Don't assume (point-min)==1.
7998
7999 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8000
8001         * message.el (message-remove-blank-cited-lines): Fix if remove is
8002         given.
8003         (message-bogus-address-regexp): New variable.
8004         (message-bogus-recipient-p): New function.
8005         (message-check-recipients): New command.
8006         (message-syntax-checks): Add `bogus-recipient'.
8007         (message-fix-before-sending): Add `bogus-recipient'.
8008
8009         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8010         (gnus-treat-body-boundary): Don't test window-system.
8011
8012 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8013
8014         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8015
8016 2007-10-28  Miles Bader  <miles@gnu.org>
8017
8018         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8019         at compile-time too.
8020
8021 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8022
8023         * gnus-msg.el (gnus-message-setup-hook):
8024         Add `message-remove-blank-cited-lines' to options.
8025
8026 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8027
8028         * message.el (message-remove-blank-cited-lines): New function.
8029         Suggested by Karl Plästerer.
8030
8031 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8032
8033         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8034         mapc.
8035
8036         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8037         (top-level): Use mapc to set functions to be traced for debugging.
8038
8039         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8040         called for effect with while loop.
8041
8042         * message.el (message-talkative-question): Replace mapcar called for
8043         effect with mapc.
8044
8045         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8046         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8047         called for effect with dolist.
8048
8049         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8050
8051         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8052         gnus-extra-headers and nnmail-extra-headers.
8053
8054         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8055         called for effect with dolist.
8056         (top-level): Use mapc to set functions to be traced for debugging.
8057
8058         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8059         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8060         dolist.
8061
8062         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8063         Replace mapcar called for effect with mapc.
8064         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8065         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8066         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8067         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8068
8069         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8070         remove-if that's a cl function.
8071
8072         * webmail.el (webmail-debug): Replace mapcar called for effect with
8073         dolist.
8074
8075         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8076         with mapc.
8077
8078 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8079
8080         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8081         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8082         with while loop.
8083
8084         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8085         functions from article-* functions.
8086         (gnus-multi-decode-header): Replace mapcar called for effect with
8087         dolist.
8088
8089         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8090         (gnus-bookmark-show-details): Replace mapcar called for effect with
8091         while loop.
8092
8093         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8094         called for effect with while loop.
8095
8096         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8097         with dolist.
8098
8099         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8100         Replace mapcar called for effect with dolist.
8101
8102         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8103
8104         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8105         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8106         Replace mapcar called for effect with dolist.
8107         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8108         mapc.
8109
8110         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8111         Replace mapcar called for effect with dolist.
8112         (gnus-topic-list): Replace mapcar called for effect with mapc.
8113
8114         * gnus.el: Use mapc instead of mapcar to add autoloads.
8115
8116 2007-10-23  Richard Stallman  <rms@gnu.org>
8117
8118         * gnus-group.el (gnus-group-highlight): Mark as risky.
8119
8120 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8121
8122         * gnus.el (gnus-server-to-method): Return method found first in
8123         gnus-newsrc-alist.
8124
8125         * gnus-art.el (gnus-article-highlight-signature)
8126         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8127         button overlay without the front stickiness.
8128
8129 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8130
8131         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8132         overview buffer needed a catch to receive its throw.
8133         (gnus-agent-flush-cache): Declare as interactive to make this function
8134         easier to use.
8135
8136 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8137
8138         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8139         `next-line'.
8140
8141 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8142
8143         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8144         exclude address matching message-dont-reply-to-names.
8145
8146 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8147
8148         * gnus-util.el (gnus-string<): New function.
8149
8150         * gnus-sum.el (gnus-article-sort-by-author)
8151         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8152
8153 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8154
8155         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8156         the frame-focus tag is set in gnus-buffer-configuration.
8157
8158 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8159
8160         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8161         the front stickiness.
8162
8163 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8164
8165         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8166         url pattern; remove duplicate one.
8167         (gnus-article-extend-url-button): New function.
8168         (gnus-article-add-buttons): Use it.
8169         (gnus-button-push): Use concatenated url that it makes.
8170
8171 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8172
8173         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8174
8175 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8176
8177         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8178         Don't hardcode point-min==1.
8179
8180 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8181
8182         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8183         Fix comment about "iso8859-1".
8184
8185 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8186
8187         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8188         ones returned from the verify-function.
8189
8190         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8191         Call mml2015-extract-cleartext-signature if extraction failed.
8192
8193 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8194
8195         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8196         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8197         failed.
8198
8199 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8200
8201         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8202
8203 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8204
8205         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8206         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8207         recommends to use EasyPG instead of PGG.
8208
8209         * pgg.el: Revert to revision 6.23.2.16.
8210
8211         * pgg-def.el: Revert to revision 6.6.2.14.
8212
8213         * pgg-gpg.el: Revert to revision 6.23.2.34.
8214
8215 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8216
8217         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8218         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8219         thread for both the null and zero (kill/expire thread) universal prefix
8220         cases.
8221         (gnus-summary-expire-thread): Add new function to expire a thread,
8222         using gnus-summary-kill-thread.
8223         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8224         shortcuts for gnus-summary-expire-thread.
8225         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8226         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8227
8228 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8229
8230         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8231         extras value, so an extras entry can be deleted.
8232         (gnus-registry-delete-extra-entry): Use it.
8233         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8234         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8235         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8236         storage through the gnus-registry, and provide an appropriate API for
8237         it.
8238
8239 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8240
8241         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8242         Suggested by Leo <sdl.web@gmail.com>.
8243
8244         * gnus.el: Do.
8245
8246 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8247
8248         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8249         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8250
8251         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8252
8253         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8254         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8255
8256 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8257
8258         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8259         newline.
8260         (nnmbox-request-accept-article): Don't change article in source buffer;
8261         narrow to header to use message-fetch-field rather than
8262         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8263         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8264         as delimiters; make sure article ends with newline.
8265         (nnmbox-delete-mail): Correct last position of article to be deleted;
8266         ignore X-Gnus-Newsgroup header in article body.
8267         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8268         positions; make sure article ends with newline.
8269
8270         * message.el (message-display-abbrev): Don't infloop when a user
8271         inserts SPC in the beginning of header.
8272
8273         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8274         coding-system-for-read and coding-system-for-write for XEmacs having no
8275         file-coding feature.
8276
8277         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8278
8279 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8280
8281         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8282         list of groups not followed by default.  Fix type to be regexp.
8283         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8284
8285 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8286
8287         * hmac-def.el (define-hmac-function): Switch from old-style to
8288         new-style backquotes.
8289
8290         * md4.el (md4-make-step): Likewise.
8291
8292 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8293
8294         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8295         raw-text coding system when saving .newsrc file, which may contain
8296         non-ASCII group names.
8297
8298 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8299
8300         * gnus-cus.el (gnus-score-extra): New widget.
8301         (gnus-score-extra-convert): New function.
8302         (gnus-score-customize): Use it for Extra.
8303
8304 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8305
8306         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8307         (mml2015-mailcrypt-clear-verify): Use it.
8308         (mml2015-gpg-clear-verify): Use it.
8309         (mml2015-pgg-clear-verify): Use it.
8310         (mml2015-epg-clear-verify): Replace the current part with the output
8311         from GnuPG; don't extract the plaintext by itself.
8312
8313         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8314         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8315         mml2015-clear-verify-function; don't touch the armor headers or
8316         dash-escaped text here.
8317
8318 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8319
8320         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8321         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8322         parts, or application/octet-stream as a last resort.
8323         (gnus-mime-view-part-as-type): Don't toggle display.
8324         (gnus-mime-view-part-as-charset): Don't turn off display before
8325         querying charset.
8326
8327         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8328         stuff to undisplayer function in Emacs.
8329         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8330
8331         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8332         text/calendar parts.
8333
8334 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8335
8336         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8337         decoding text/calendar parts.
8338
8339         * message.el (message-forward-make-body-mime): Always mark body as
8340         having no illegible text; remove signed-or-encrypted argument.
8341         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8342
8343         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8344         (mml-generate-mime-1): Don't encode body if it is specified to be in
8345         raw form; don't make buffer be unibyte when inserting multibyte string.
8346
8347 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8348
8349         * sha1.el: Fix up comment style.
8350         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8351         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8352
8353         * hex-util.el: Fix up comment style.
8354         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8355
8356         * gnus-salt.el: Use with-current-buffer.
8357         (gnus-pick-setup-message): Fix long-standing typo.
8358
8359 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8360
8361         * imap.el (imap-logout-timeout): New variable.
8362         (imap-logout, imap-logout-wait): New functions.
8363         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8364
8365         * nnimap.el (nnimap-logout-timeout): New server variable.
8366         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8367         nnimap-logout-timeout.
8368
8369         * gnus-art.el (gnus-article-summary-command-nosave)
8370         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8371
8372 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8373
8374         * gnus.el (gnus-maximum-newsgroup): New variable.
8375
8376         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8377         according to gnus-maximum-newsgroup.
8378
8379         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8380         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8381         Limit the range of articles according to gnus-maximum-newsgroup.
8382
8383 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8384
8385         * gnus-art.el (gnus-sticky-article): Fix problems described in
8386         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8387         Don't perform gnus-configure-windows here; reuse existing sticky
8388         article buffer.
8389
8390         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8391         it doesn't exist in gnus-article-mode.
8392
8393 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8394
8395         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8396         (gnus-agent-decoded-group-name): New function.
8397         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8398         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8399
8400 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8401
8402         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8403         Add binding for gnus-sticky-article.
8404         (gnus-summary-exit): Don't kill sticky article buffers.
8405
8406         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8407         article buffer.
8408         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8409         (gnus-kill-sticky-article-buffers): New commands.
8410
8411 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8412
8413         * nntp.el (nntp-xref-number-is-evil): New server variable.
8414         (nntp-find-group-and-number): If it is non-nil, don't trust article
8415         numbers in the Xref header.
8416
8417 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8418
8419         * gnus-agent.el (gnus-agent-read-group): New function.
8420         (gnus-agent-flush-group, gnus-agent-expire-group)
8421         (gnus-agent-regenerate-group): Use it.
8422         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8423         nnmail-pathname-coding-system.
8424
8425 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8426
8427         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8428
8429         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8430         that are unread as unread, and also as selected so that information of
8431         marks having been changed by a user may be updated when exiting group.
8432
8433 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8434
8435         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8436
8437 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8438
8439         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8440         calculated ignoring signature parts to gnus-treat-article.
8441
8442 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8443
8444         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8445         a point here in order to keep the window start.
8446         (gnus-insert-mime-security-button): Make a button overlay without the
8447         front stickiness.
8448         (gnus-mime-display-security): Goto the end of a button.
8449
8450         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8451
8452 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8453
8454         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8455         group-name-at-point.
8456         (gnus-group-completing-read): New function that offers decoded
8457         non-ASCII group names for completion.
8458         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8459         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8460         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8461         (gnus-group-fetch-control): Use it.
8462         (gnus-fetch-group): Use group-name-at-point for the initial value
8463         rather than the default value; use gnus-alive-p.
8464
8465         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8466         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8467         (gnus-summary-post-news): Use gnus-group-completing-read.
8468
8469         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8470         (gnus-read-move-group-name): Decode group name for completion.
8471
8472 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8473
8474         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8475         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8476         Yamaoka slightly modified the code).
8477
8478 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8479
8480         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8481         (nnmail-split-incoming): Bind it.
8482
8483         * nnml.el (nnml-group-name-charset): New function.
8484         (nnml-decoded-group-name): Use it; don't decode group name if
8485         nnmail-group-names-not-encoded-p is non-nil.
8486         (nnml-encoded-group-name): New function.
8487         (nnml-group-pathname): Inline nnml-decoded-group-name.
8488         (nnml-request-expire-articles): Decode group name in message.
8489         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8490         nnmail-pathname-coding-system.
8491         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8492         not decoded ones according to nnmail-group-names-not-encoded-p.
8493         (nnml-generate-active-info): Use nnml-encoded-group-name.
8494
8495 2007-08-08  Glenn Morris  <rgm@gnu.org>
8496
8497         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8498         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8499         doc-strings and comments.
8500
8501 2007-07-25  Glenn Morris  <rgm@gnu.org>
8502
8503         * Relicense all FSF files to GPLv3 or later.
8504
8505 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8506
8507         * gnus-sum.el (gnus-summary-move-article):
8508         Make gnus-summary-respool-article work.
8509
8510 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8511
8512         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8513         string.
8514
8515 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8516
8517         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8518         that should be ignored when comparing distant RSS articles with local
8519         ones.
8520         (nnrss-make-hash-index): New function.  Create a hash index according
8521         to the ignored fields.
8522         (nnrss-check-group): Use it.
8523
8524 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8525
8526         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8527
8528         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8529
8530         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8531         the new optional argument ENCODED is non-nil.
8532         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8533         coding system for encoding group name.
8534         (gnus-group-make-rss-group): Pass un-encoded group name to
8535         gnus-group-make-group.
8536         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8537         encoded.
8538
8539         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8540         Encode group name to which articles are moved or copied.
8541         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8542         coding system for encoding Newsgroup, Followup-To and Xref headers.
8543
8544         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8545         marks; use nnheader-file-coding-system to write a file.
8546         (nnagent-retrieve-headers): Bind file-name-coding-system to
8547         nnmail-pathname-coding-system.
8548
8549         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8550
8551         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8552         (nnml-request-article, nnml-request-create-group)
8553         (nnml-request-rename-group, nnml-find-id)
8554         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8555         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8556         (nnml-save-marks): Use nnml-group-pathname instead of
8557         nnmail-group-pathname.
8558
8559         (nnml-request-create-group, nnml-request-expire-articles)
8560         (nnml-request-move-article, nnml-request-delete-group)
8561         (nnml-deletable-article-p, nnml-possibly-create-directory)
8562         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8563         (nnml-open-marks): Bind file-name-coding-system to
8564         nnmail-pathname-coding-system.
8565
8566         (nnml-request-article): Pass server argument to nnml-find-group-number.
8567         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8568         Pass server argument to nnml-possibly-create-directory.
8569         (nnml-request-accept-article): Pass server argument to
8570         nnml-active-number and nnml-save-mail.
8571         (nnml-find-group-number): Pass server argument to nnml-find-id.
8572         (nnml-request-update-info): Pass server argument to
8573         nnml-marks-changed-p.
8574
8575         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8576         (nnml-save-mail, nnml-active-number): Add server argument.
8577
8578         (nnml-request-delete-group): Warn if group is missing.
8579         (nnml-get-nov-buffer): Decode group name.
8580         (nnml-generate-active-info): Encode group name.
8581         (nnml-open-marks): Decode group name in messages.
8582
8583 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8584
8585         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8586         if it is not specified.
8587         (gnus-article-pipe-part, gnus-article-save-part)
8588         (gnus-article-interactively-view-part, gnus-article-copy-part)
8589         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8590         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8591         (gnus-article-replace-part, gnus-article-delete-part)
8592         (gnus-article-view-part-as-type): Pass raw prefix argument to
8593         gnus-article-part-wrapper.
8594
8595 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8596
8597         * gnus-agent.el (gnus-agent-save-active):
8598         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8599
8600         * gnus-cache.el (gnus-cache-save-buffers)
8601         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8602         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8603         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8604         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8605         (gnus-cache-generate-active, gnus-cache-rename-group)
8606         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8607         (gnus-cache-update-overview-total-fetched-for):
8608         Bind file-name-coding-system to nnmail-pathname-coding-system.
8609         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8610         New variables.
8611         (gnus-cache-decoded-group-name): New function.
8612         (gnus-cache-file-name): Use it.
8613         (gnus-cache-generate-active): Use non-decoded group name for active.
8614
8615         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8616         right place.
8617         (gnus-write-active-file): Don't break non-ASCII group names.
8618
8619         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8620         nnmail-pathname-coding-system.
8621
8622         * lpath.el: Bind default-file-name-coding-system,
8623         file-name-coding-system and language-info-alist for XEmacs.
8624
8625         * gnus-uu.el (gnus-uu-decode-save): Typo.
8626
8627 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8628
8629         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8630
8631 2007-07-14  David Kastrup  <dak@gnu.org>
8632
8633         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8634         finishing actions if we did not edit the article.
8635
8636 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8637
8638         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8639         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8640         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8641         (gnus-agent-flush-group, gnus-agent-flush-cache)
8642         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8643         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8644         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8645         (gnus-agent-regenerate-group)
8646         (gnus-agent-update-files-total-fetched-for)
8647         (gnus-agent-update-view-total-fetched-for):
8648         Bind file-name-coding-system to nnmail-pathname-coding-system.
8649         (gnus-agent-group-pathname): Don't encode file names by
8650         nnmail-pathname-coding-system.
8651         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8652         coding-system-for-write instead of buffer-file-coding-system to
8653         gnus-agent-file-coding-system.
8654
8655         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8656         Decode group name.
8657
8658         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8659
8660         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8661         (gnus-read-newsrc-el-file): Make group names unibyte.
8662
8663         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8664         nnmail-pathname-coding-system.
8665
8666         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8667         (nnrss-request-delete-group): Bind file-name-coding-system to
8668         nnmail-pathname-coding-system.
8669         (nnrss-read-server-data, nnrss-read-group-data):
8670         Bind file-name-coding-system correctly.
8671         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8672
8673         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8674         (nntp-server-to-method-cache): New variable.
8675         (nntp-group-pathname): New function that decodes non-ASCII group names.
8676         (nntp-possibly-create-directory, nntp-marks-changed-p)
8677         (nntp-save-marks, nntp-open-marks): Use it.
8678         (nntp-possibly-create-directory, nntp-open-marks):
8679         Bind file-name-coding-system to nnmail-pathname-coding-system.
8680         (nntp-open-marks): Decode group names when bootstrapping marks.
8681
8682         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8683         Newsgroups and Folowup-To headers.
8684
8685 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8686
8687         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8688         (gnus-server-closed-face, gnus-server-denied-face)
8689         (gnus-server-offline-face): Remove variable.
8690         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8691
8692         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8693         of modifying message-stack directly for XEmacs.
8694
8695         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8696         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8697         if the coding-system argument is nil for XEmacs.
8698
8699         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8700         mm-charset-override-alist.
8701
8702         * rfc2047.el: Don't require base64; require rfc2045 for the function
8703         rfc2045-encode-string.
8704         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8705         to quote the parameter value.
8706
8707 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8708
8709         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8710         form in gnus-group-name-charset-method-alist.
8711
8712         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8713         overrides the default layout edit-form.
8714
8715         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8716
8717         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8718
8719 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8720
8721         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8722         as unfetched articles.
8723
8724 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8725
8726         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8727
8728 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8729
8730         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8731         original back end that keeps marks in the local system.
8732
8733 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8734
8735         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8736         arg of pop-to-buffer for XEmacs.
8737         (gnus-article-read-summary-keys): Ditto; don't restore window
8738         configuration if summary command ends up with neither article buffer
8739         nor summary buffer; describe bindings if summary keys end with C-h.
8740
8741 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8742
8743         * message.el (message-fix-before-sending): Skip raw message part to be
8744         forwarded while checking illegible text.
8745         (message-forward-make-body-mime, message-forward-make-body):
8746         Mark signed or encrypted raw message as having no illegible text.
8747
8748 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8749
8750         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8751         (gnus-message-with-timestamp-1): New macro.
8752         (gnus-message-with-timestamp): New function.
8753         (gnus-message): Use them.
8754
8755         * nnheader.el (nnheader-message): Use them.
8756
8757 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8758
8759         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8760         .newsrc.eld file.
8761
8762 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8763
8764         * gnus-agent.el (gnus-agent-fetch-headers)
8765         (gnus-agent-retrieve-headers):
8766         Bind gnus-decode-encoded-address-function to identity.
8767
8768         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8769         available also when the server returns simply a dot.
8770
8771         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8772
8773 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8774
8775         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8776
8777 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8778
8779         * gnus-ems.el (gnus-x-splash): Make it work.
8780
8781         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8782         from being used.
8783
8784         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8785
8786 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8787
8788         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8789         4th and the 5th arguments.
8790
8791         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8792         the front stickiness.
8793         (gnus-article-summary-command-nosave): Correct the order of the
8794         arguments passed to pop-to-buffer.
8795         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8796         summary command ends up with the article buffer.
8797
8798         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8799         the same faces.
8800
8801 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8802
8803         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8804
8805 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8806
8807         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8808         * gnus-sum.el (gnus-summary-highlight):
8809         * pgg.el (pgg-sign-region, pgg-sign):
8810         * mail-source.el (mail-source-delete-old-incoming-confirm):
8811         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8812
8813 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8814
8815         * gnus-art.el (gnus-mime-view-part-externally)
8816         (gnus-mime-view-part-internally): Fix predicate function passed to
8817         completing-read.
8818
8819         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8820
8821         * gnus.el (gnus-update-message-archive-method): Add :version.
8822
8823 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8824
8825         * gnus.el (gnus-update-message-archive-method): New variable.
8826
8827         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8828         according to gnus-message-archive-method if
8829         gnus-update-message-archive-method is non-nil.
8830
8831 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8832
8833         * gnus-sum.el (gnus-summary-limit-to-address): New function.
8834         Suggested by Loic Dachary <loic@dachary.org>.
8835         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8836
8837 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8838
8839         * message.el (message-pop-to-buffer): Add switch-function argument.
8840         (message-mail): Pass switch-function argument to it.
8841
8842 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8843
8844         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8845         Improve doc string.
8846
8847 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8848
8849         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8850         (gnus-header-content)
8851         * gnus-cite.el (gnus-cite-10)
8852         * gnus-srvr.el (gnus-server-closed)
8853         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8854         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8855         (gnus-group-mail-3-empty, gnus-group-mail-low)
8856         (gnus-group-mail-low-empty, gnus-splash)
8857         * message.el (message-header-to, message-header-cc)
8858         (message-header-subject, message-header-other, message-header-name)
8859         (message-header-xheader, message-separator, message-cited-text)
8860         (message-mml): Lighten colors of faces used for dark background.
8861
8862 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8863
8864         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8865         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8866
8867 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8868
8869         * message.el (message-narrow-to-headers-or-head):
8870         Ignore mail-header-separator in the body.
8871
8872 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8873
8874         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8875         same as window size.
8876
8877 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8878
8879         * message.el (message-font-lock-keywords): Use message-header-xheader
8880         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8881         ahead of the anything pattern, to get it recognised.
8882
8883 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8884
8885         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8886         spam.el loads uses it in the compiled defadvice form.
8887
8888 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8889
8890         * gnus-sum.el (gnus-articles-to-read)
8891         (gnus-summary-insert-old-articles): Don't truncate group name for
8892         `read-string'.
8893
8894         * gnus-util.el (gnus-limit-string): Delete this function.
8895
8896         * gnus-sum.el (gnus-simplify-subject-fully):
8897         Use `truncate-string-to-width' instead.
8898
8899 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8900
8901         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
8902         Tell if, on summary exit, the next group has to be selected.
8903         (gnus-summary-exit): Use it.
8904
8905 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8906
8907         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8908         non-break space.
8909
8910 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8911
8912         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8913         Check if group is not a directory.
8914         (nnfolder-request-expire-articles): Don't delete articles if the target
8915         group is not available.
8916
8917         * nnml.el (nnml-request-create-group): Properly check if group is not a
8918         file.
8919         (nnml-request-expire-articles): Don't delete articles if the target
8920         group is not available.
8921
8922         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8923         Don't quote characters that are within parentheses.
8924
8925 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8926
8927         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8928         (gnus-handle-ephemeral-exit): Select article according to it.
8929
8930 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8931
8932         * message.el (message-insert-formated-citation-line): Remove newline.
8933         (message-citation-line-format): Add final \n here so that the user can
8934         avoid a blank line.
8935
8936 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8937
8938         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8939         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8940         Update lanl/arXiv support.
8941
8942 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8943
8944         * gnus.el: Bump version number.
8945
8946 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8947
8948         * gnus.el (gnus-version-number): Bump version.
8949
8950 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8951
8952         * gnus.el: No Gnus v0.6 is released.
8953
8954 2007-04-27  Didier Verna  <didier@xemacs.org>
8955
8956         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
8957         * gmm-utils.el (gmm-regexp-concat): ... here.
8958         * message.el: Don't require 'gnus-util.
8959         (message-dont-reply-to-names): Handle name change above.
8960         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8961
8962 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8963
8964         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8965         since the initial value varies according to the system.
8966
8967 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8968
8969         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8970
8971 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8972
8973         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8974
8975 2007-04-24  Didier Verna  <didier@xemacs.org>
8976
8977         Improve the type of gnus-ignored-from-addresses.
8978         * gnus-util.el (gnus-orify-regexp): New function.
8979         * message.el (gnus-util): Require it.
8980         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8981         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8982         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8983
8984 2007-04-24  Didier Verna  <didier@xemacs.org>
8985
8986         * gnus-sum.el:
8987         * gnus-utils.el: Fix some trailing whitespaces.
8988
8989 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8990
8991         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8992         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8993         article's Message-ID; refer parent article in summary buffer.
8994
8995         * message.el (message-bounce): Call mime-to-mml.
8996
8997         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8998         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8999         optimize and/or forms properly.
9000
9001 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9002
9003         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9004         URL.
9005
9006 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9007
9008         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9009
9010 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9011
9012         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9013         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9014         displayed of multipart/alternative part if it is invoked from summary
9015         buffer.
9016
9017         * mm-view.el (mm-inline-text-html-render-with-w3m)
9018         (mm-inline-text-html-render-with-w3m-standalone)
9019         (mm-inline-render-with-function): Use mail-parse-charset by default.
9020
9021 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9022
9023         * parse-time.el (parse-time-string-chars): Check if CHAR
9024         is less than the length of parse-time-syntax.
9025
9026 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9027
9028         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9029         from gnus-newsgroup-processable.
9030
9031 2007-04-16  Didier Verna  <didier@xemacs.org>
9032
9033         * gnus-msg.el (gnus-configure-posting-styles):
9034         Handle message-signature-directory properly with :file syntax.
9035         Reported by "Leo".
9036
9037 2007-04-11  Didier Verna  <didier@xemacs.org>
9038
9039         New user option: message-signature-directory.
9040         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9041         * message.el (message-insert-signature): Ditto.
9042         * message.el (message-signature-file): Doc update.
9043         * message.el (message-signature-directory): New.
9044
9045 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9046
9047         * gnus-msg.el (gnus-inews-yank-articles):
9048         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9049
9050 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9051
9052         * message.el (message-yank-original): Make sure cited text ends with
9053         newline; don't exchange point and mark.
9054
9055 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9056
9057         * tls.el (open-tls-stream): Properly handle case where there
9058         is no associated buffer.
9059
9060 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9061
9062         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9063         message-yank-original, make sure (< mark TEXT point).
9064
9065 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9066
9067         * message.el (message-fill-column): New variable.
9068         (message-mode): Use it.  Add comment on a possible new hook.
9069
9070         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9071         (nnmail-get-new-mail): Reformat.
9072
9073         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9074
9075         * gmm-utils.el: Fix Commentary.
9076         (gmm-tool-bar-from-list): Fix typo in doc string.
9077
9078 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9079
9080         * message.el (message-yank-original): Don't switch point and mark
9081         unnecessarily to put point and mark as documented.
9082
9083 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9084
9085         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9086         from the message heads.
9087
9088 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9089
9090         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9091         article buffer does not have a window.  This may not be the best
9092         solution but is certainly better than setting the start of the null,
9093         that is the current, window.
9094
9095 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9096
9097         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9098         (gnus-draft-setup): Run it.
9099
9100         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9101         gnus-score-fast-scoring.  Allow regexp.
9102         (gnus-score-headers): Use it.
9103
9104         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9105         XEmacs.
9106
9107         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9108         string.
9109         (gnus-button-alist): Also catch `<f1> k ...'.
9110         (gnus-treat-display-x-face): Fix doc string.
9111
9112 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9113
9114         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9115         evaluation of gnus-extended-version to ensure correct generation of the
9116         User-Agent header when message-generate-headers-first is used.
9117
9118 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9119
9120         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9121         hashcash-path is nil.  Don't call callback with incorrect number of
9122         parameters if val is 0.
9123
9124 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9125
9126         * message.el (message-required-news-headers):
9127         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9128
9129 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9130
9131         * tls.el (open-tls-stream): In handshake-waiting loop,
9132         don't wait more if there is output available to process.
9133
9134 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9135
9136         * tls.el (tls-program): Doc fix.
9137
9138 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9139
9140         * message.el (message-generate-new-buffers): Change the meaning of the
9141         nil value; add `standard' to the choices; treat t as `unique'; improve
9142         doc string.
9143         (gnus-select-frame-set-input-focus): Autoload.
9144         (message-buffer-name): Search for the existing message buffer if
9145         message-generate-new-buffers is nil or `standard'; treat the value t of
9146         message-generate-new-buffers as `unique'.
9147         (message-pop-to-buffer): Raise the frame already displaying the message
9148         buffer; clear the echo area after querying.
9149         (message-setup): Pass the `continue' argument to compose-mail.
9150         (message-mail): Prefer `switch-function' if it is given; search for the
9151         existing message buffer if the `continue' argument is non-nil; pass
9152         continue and switch-function arguments to compose-mail by way of
9153         message-setup.
9154         (message-mail-other-window): Adjust argument of message-setup.
9155         (message-mail-other-frame): Ditto.
9156
9157 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9158
9159         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9160         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9161         to turn font-lock on when turning gnus-message-citation-mode on.
9162
9163 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9164
9165         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9166         (mml-smime-function-alist): New variable; add epg as the backend.
9167         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9168         mml-smime- functions instead.
9169         * mm-view.el: Require smime.
9170
9171 2007-03-05  Didier Verna  <didier@xemacs.org>
9172
9173         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9174         instead of just inheritance for posting styles.
9175         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9176
9177 2007-02-24  Chris Moore  <dooglus@gmail.com>
9178
9179         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9180         * pgg-pgp.el (pgg-pgp-encrypt-region):
9181         * pgg-gpg.el (pgg-gpg-encrypt-region):
9182         Check pgg-encrypt-for-me if no other recipients.
9183
9184 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9185
9186         * tls.el (tls-certtool-program): Fix custom type.
9187
9188 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9189
9190         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9191         and point-at-eol instead of line-(beginning|end)-position.
9192
9193         * assistant.el (assistant-parse-buffer): Ditto.
9194
9195         * netrc.el (netrc-parse-services): Ditto.
9196
9197 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9198
9199         * mml2015.el (mml2015-epg-find-usable-key): New function.
9200         (mml2015-epg-sign): Use it.
9201         (mml2015-epg-encrypt): Use it.
9202
9203 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9204
9205         * message.el (message-make-in-reply-to): Quote name containing
9206         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9207         if there are special characters.  Reported by NAKAJI Hiroyuki
9208         <nakaji@jp.freebsd.org>.
9209
9210 2007-02-27  Didier Verna  <didier@xemacs.org>
9211
9212         Include the group parameters as well as the topic ones in the
9213         inheritance filter process.
9214         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9215         argument GROUP-PARAMS-LIST.
9216         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9217
9218 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9219
9220         * nntp.el (nntp-never-echoes-commands)
9221         (nntp-open-connection-functions-never-echo-commands): New variables.
9222         (nntp-send-command): Use them.
9223
9224 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9225
9226         * mml2015.el (mml2015-epg-verify): Simplify.
9227
9228 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9229
9230         * mml.el (mml-content-disposition-alist): New user option.
9231         (mml-content-disposition): New function.
9232         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9233         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9234
9235 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9236
9237         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9238         verification.
9239
9240 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9241
9242         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9243         articles posted in the last 24 hours.
9244
9245 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9246
9247         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9248
9249 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9250
9251         * nntp.el (nntp-send-command): Don't wait for echoes when
9252         nntp-open-ssl-stream is used.
9253
9254 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9255
9256         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9257         (gnus-message-add-citation-keywords)
9258         (gnus-message-remove-citation-keywords): Remove.
9259         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9260         directly, make the variables in font-lock-defaults buffer-local, add
9261         gnus-message-citation-keywords to them and then update the value of
9262         font-lock-keywords.
9263
9264 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9265
9266         * message.el (message-cite-original-1): Don't call
9267         gnus-article-highlight-citation.
9268
9269         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9270         citations; fix line count.
9271
9272 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9273
9274         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9275         (gnus-message-add-citation-keywords)
9276         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9277         versions of font-lock-add-keywords and font-lock-remove-keywords to
9278         work with XEmacs correctly.
9279
9280 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9281
9282         * gnus-cite.el (gnus-cite-face-list): Set the values of
9283         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9284         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9285         (gnus-message-cite-prefix-regexp): New variable.
9286         (gnus-message-search-citation-line): Use it; protect against long
9287         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9288         the 0th match data for Emacs.
9289         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9290         (gnus-message-add-citation-keywords): Append keywords rather than
9291         prepending; emulate font-lock-add-keywords if it is not available.
9292         (gnus-message-remove-citation-keywords):
9293         Emulate font-lock-remove-keywords if it is not available.
9294
9295         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9296
9297         * message.el (message-cite-prefix-regexp): Set the value of
9298         gnus-message-cite-prefix-regexp.
9299
9300 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9301
9302         * nnweb.el (nnweb-google-parse-1): Update parser.
9303
9304 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9305
9306         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9307
9308 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9309
9310         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9311         regexp.
9312
9313 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9314
9315         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9316         string-to-multibyte.
9317         (uudecode-decode-region-internal): Use it.
9318
9319         * lpath.el: Fbind string-as-multibyte for XEmacs.
9320
9321 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9322
9323         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9324         Fix custom choice.
9325
9326         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9327
9328 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9329
9330         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9331
9332         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9333         `write-region' to respect `mm-inhibit-file-name-handlers'.
9334
9335 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9336
9337         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9338         Use gnus-home-directory instead of "~/" or "$HOME".
9339
9340 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9341
9342         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9343         to mention filename.
9344         Add comments at beginning regarding usage.
9345         (encrypt-write-file-contents): Change interactive so a string is
9346         acceptable.  If the file has no associated model, show an error instead
9347         of a nonsense prompt.
9348
9349 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9350
9351         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9352         Thanks to Yoshihiko Yamada for kind notification of this typo.
9353
9354 2007-01-12  Kenichi Handa  <handa@m17n.org>
9355
9356         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9357         multibyte buffer.
9358
9359 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9360
9361         * gnus-score.el (gnus-score-fast-scoring): New variable.
9362         (gnus-score-headers): Use it.
9363
9364         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9365
9366         * message.el (message-cite-original-1):
9367         Call gnus-article-highlight-citation if requested.
9368         (message-make-from): Allow name and address as optional arguments.
9369
9370         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9371
9372         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9373         bugs to doc string.
9374         (gnus-button-alist): Add mid\\|message-id.
9375         (gnus-button-fetch-group): Extend for use in
9376         `browse-url-browser-function'.
9377         (gnus-button-url-regexp): Try to catch paired parentheses like in
9378         Wikipedia URLs.
9379
9380         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9381         Suggested by Simon Krahnke <overlord@gmx.li>.
9382
9383 2007-01-13  Romain Francoise  <romain@orebokech.com>
9384
9385         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9386         Update copyright.
9387
9388 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9389
9390         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9391
9392 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9393
9394         * gnus-registry.el (gnus-registry-unfollowed-groups)
9395         (gnus-registry-split-fancy-with-parent): Fix documentation.
9396
9397 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9398
9399         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9400         from nnweb groups.
9401
9402 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9403
9404         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9405         Xref urls.  Erase buffer before requesting head.
9406
9407         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9408
9409 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9410
9411         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9412         customizable.
9413
9414 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9415
9416         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9417         no signing key is found.
9418         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9419         no encrypting and/or signing key is found.
9420
9421 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9422
9423         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9424
9425 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9426
9427         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9428         headers read from disk with the ones newly found in the current search.
9429         This should no longer cause problems, because the article numbers in
9430         Gmane's `nov.php' output are ignored since the previous change.
9431
9432 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9433
9434         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9435
9436 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9437
9438         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9439         replace-regexp-in-string; bind url-version; fbind display-images-p and
9440         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9441         find-face and set-itimer-function for Emacs; bind itimer-list for
9442         Emacs.
9443
9444         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9445
9446 2007-01-01  Romain Francoise  <romain@orebokech.com>
9447
9448         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9449
9450 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9451
9452         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9453         `define-minor-mode' macro definition expanded properly.
9454         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9455         exclude it there.
9456
9457         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9458         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9459         `fboundp' test.
9460         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9461         This is OK to autoload in (S)XEmacs now.
9462
9463 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9464
9465         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9466         keystroke.
9467         (gnus-summary-limit-to-singletons): Fix typo.
9468
9469         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9470         else fails.
9471
9472 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9473
9474         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9475         docstring.
9476
9477         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9478         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9479         (gnus-summary-insert-dormant-articles): Fix typo in message.
9480
9481 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9482
9483         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9484         nil for XEmacs.
9485         (gnus-message-citation-mode): Don't autoload in XEmacs.
9486
9487         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9488
9489 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9490
9491         * nnimap.el (nnimap-expunge-search-string):
9492         Mention nnimap-search-uids-not-since-is-evil in docstring.
9493
9494 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9495
9496         * spam.el: Revert to make-obsolete-variable because
9497         define-obsolete-variable-alias is not supported in Emacs 21.
9498
9499         * spam.el (spam-ifile-path, spam-ifile-database-path)
9500         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9501         make-obsolete-variable.
9502         (spam-bsfilter-path, spam-bsfilter-program)
9503         (spam-spamassassin-path, spam-spamassassin-program)
9504         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9505         Don't use "path" inappropriately.
9506         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9507         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9508         variable names.
9509
9510 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9511
9512         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9513         summary buffer.
9514
9515         * password.el (password-cache-remove): Use clear-string to burn
9516         password, if available.
9517
9518 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9519
9520         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9521
9522         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9523
9524         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9525         (gnus-message-highlight-citation): Move defcustom here from
9526         gnus-cite.el.
9527         (gnus-message-citation-mode): Autoload.
9528
9529         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9530         checks to make it compile with XEmacs.
9531         (gnus-message-citation-mode): New minor mode.
9532         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9533         (gnus-message-highlight-citation): New variables.
9534         (gnus-message-search-citation-line)
9535         (gnus-message-add-citation-keywords)
9536         (gnus-message-remove-citation-keywords)
9537         (turn-on-gnus-message-citation-mode)
9538         (turn-off-gnus-message-citation-mode): New functions.
9539
9540 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9541
9542         * gnus-cite.el: Enable highlighting of different citation levels in
9543         message-mode.
9544
9545 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9546
9547         * message.el (message-make-fqdn): Fix comment.
9548         (message-bogus-system-names): Add ".local".
9549
9550         * spam.el (spam-ifile-path, spam-ifile-program)
9551         (spam-ifile-database-path, spam-ifile-database)
9552         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9553         Don't use "path" inappropriately.
9554         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9555         strings.
9556         (spam-check-ifile, spam-ifile-register-with-ifile)
9557         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9558         Use new variable names.
9559
9560         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9561         (gnus-treat-display-smileys): Simplify using
9562         gnus-image-type-available-p.
9563
9564         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9565         available.
9566
9567         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9568         Use `display-images-p' if available.
9569
9570 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9571
9572         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9573         one after turning on the buffer's multibyteness instead of decoding
9574         them directly in the unibyte buffer that causes unexpected conversion
9575         in Emacs 23 (unicode).
9576
9577 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9578
9579         * message.el (message-generate-hashcash): Fix custom type.
9580
9581 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9582
9583         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9584
9585 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9586
9587         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9588         disconnect icons.  Add help text.
9589
9590 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9591
9592         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9593         negated to be consistent with the others we handle.
9594
9595 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9596
9597         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9598         version of gnus-summary-buffer to something, so that we can use two
9599         article buffers at the same time.
9600
9601 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9602
9603         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9604         trigger all the extra headers.
9605         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9606         sorting.
9607
9608 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9609
9610         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9611         solid groups.
9612
9613 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9614
9615         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9616
9617 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9618
9619         * legacy-gnus-agent.el: Add Copyright notice.
9620
9621 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9622
9623         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9624
9625 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9626
9627         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9628
9629         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9630         to make it work reliably in CVS Emacs.
9631         (gnus-summary-limit-strange-charsets-predicate)
9632         (gnus-summary-limit-to-predicate): New functions.
9633
9634 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9635
9636         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9637         specifying array size.
9638         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9639         array if it is too small.
9640         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9641         (gnus-sort-threads-loop): New function.
9642
9643 2006-12-06  Chris Moore  <dooglus@gmail.com>
9644
9645         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9646         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9647
9648 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9649
9650         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9651         options.
9652
9653 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9654
9655         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9656         DOS-ing the recipient.
9657
9658         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9659         the headers when creating the mapping to avoid mismappings.
9660         (nnweb-gmane-create-mapping): Always nix out old mapping.
9661
9662 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9663
9664         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9665         and mm-verify-option to never.
9666
9667 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9668
9669         * message.el (message-signed-or-encrypted-p): New function.
9670         (message-forward-make-body): Use it.
9671
9672         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9673         Replace encode-coding-string with mm-encode-coding-string.
9674
9675 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9676
9677         * nneething.el (nneething-decode-file-name):
9678         Replace decode-coding-string with mm-decode-coding-string.
9679
9680         * gnus-int.el (gnus-open-server): Say failed server's name.
9681
9682 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9683
9684         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9685         strings to a single string.  Quote `errors-file-name'.
9686         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9687         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9688         Adjust calls.  Use `shell-quote-argument'.
9689
9690 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9691
9692         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9693         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9694
9695         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9696         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9697         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9698         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9699         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9700         (gnus-subscribe-newsgroup, gnus-1):
9701         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9702         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9703         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9704         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9705
9706 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9707
9708         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9709         keystroke.
9710         (gnus-summary-limit-to-bodies): Implement headersp.
9711
9712 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9713
9714         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9715
9716 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9717
9718         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9719
9720 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9721
9722         * message.el (message-generate-hashcash): Expand range of values to
9723         include `opportunistic'.
9724         (message-send-mail): Use it.
9725
9726 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9727
9728         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9729         and comment it.
9730
9731         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9732
9733 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9734
9735         * gnus-util.el (gnus-extract-address-components): Improve comment.
9736
9737 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9738
9739         * gnus-util.el (gnus-extract-address-components): Work with address in
9740         which the name portion contains @.
9741
9742         * lpath.el: Fbind custom-autoload.
9743
9744 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9745
9746         * gnus.el (gnus-start): Move custom group up.
9747         (gnus-select-method): Don't autoload, but make it available for
9748         `customize-variable'.
9749         (gnus-getenv-nntpserver): Don't autoload.
9750
9751 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9752
9753         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9754
9755 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9756
9757         * message.el (message-sendmail-extra-arguments): New variable.
9758         (message-send-mail-with-sendmail): Use it.
9759
9760 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9761
9762         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9763         mm-with-unibyte-current-buffer to make string unibyte.
9764
9765         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9766         mm-string-as-multibyte.
9767
9768 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9769
9770         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9771         Reported by Werner Koch <wk@gnupg.org>.
9772
9773 2006-11-14  Daiki Ueno  <ueno@p360>
9774
9775         * mml2015.el: Autoload epa-select-keys when compiling.
9776
9777 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9778
9779         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9780         message-options.
9781         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9782
9783 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9784
9785         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9786         EasyPG (< 0.0.6).
9787         (mml2015-always-trust): New user option.
9788         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9789         prompt.
9790
9791 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9792
9793         * nntp.el (nntp-authinfo-force): New variable.
9794         (nntp-send-authinfo): Use it.
9795
9796 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9797
9798         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9799         decode encoded words.  Improve prompt.  Add comment about forwarding.
9800         (message-replacement-char): Move up.
9801
9802 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9803
9804         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9805         instead of gnus-intersection because arguments of gnus-sorted-nunion
9806         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9807
9808 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9809
9810         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9811         (message-simplify-subject-functions):
9812         Enable message-strip-subject-encoded-words by default.
9813
9814 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9815
9816         * message.el (message-strip-subject-encoded-words): New function.
9817         (message-simplify-subject-functions): New variable.
9818         (message-simplify-subject): Use it.  Fix typo in doc string.
9819         Support message-strip-subject-encoded-words.
9820
9821 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9822
9823         * gnus-diary.el (gnus-diary-delay-format-function):
9824         * nndiary.el (nndiary-reminders):
9825         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9826
9827 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9828
9829         * gnus-art.el (article-hide-boring-headers): Fetch date from
9830         gnus-original-article-buffer to avoid problems with localized date
9831         strings.
9832
9833 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9834
9835         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9836
9837 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9838
9839         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9840         New variables.
9841         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9842         (mm-charset-synonym-alist): Move some entries to
9843         mm-codepage-iso-8859-list.
9844         (mm-charset-synonym-alist, mm-charset-override-alist):
9845         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9846
9847 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9848
9849         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9850
9851 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9852
9853         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9854         with Emacs 21 and XEmacs.
9855
9856 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9857
9858         * spam.el (spam-parse-address): New function for better parsing,
9859         catching errors, etc.
9860         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9861
9862 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9863
9864         * mm-view.el: Add interactive arg to html2text autoload.
9865
9866 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9867
9868         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9869
9870 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9871
9872         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9873         New variables.
9874         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9875         (mm-charset-synonym-alist): Move some entries to
9876         mm-codepage-iso-8859-list.
9877
9878         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9879
9880 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9881
9882         * message.el (message-citation-line-format)
9883         (message-insert-formated-citation-line): Fix implementation of %E, %N
9884         and %n according to the doc string.
9885
9886 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9887
9888         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9889         Use car-safe to avoid bad parses.
9890
9891 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9892
9893         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9894         names.
9895
9896         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9897
9898 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9899
9900         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9901         header.
9902
9903         * message.el (message-draft-headers): Add Date.
9904         (message-headers-to-generate): Fix typo in docstring.
9905
9906         * nndraft.el (nndraft-required-headers): New variable.
9907         (nndraft-generate-headers): Use it.
9908
9909         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9910
9911 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9912
9913         * gnus-registry.el (gnus-registry-wash-for-keywords)
9914         (gnus-registry-find-keywords): New functions to allow easy searching of
9915         articles that are in the registry.
9916
9917 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9918
9919         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9920         Use ietf-drums-parse-address instead of gnus-extract-address-components.
9921         Reported by Damien Elmes <damien@repose.cx>.
9922
9923 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9924
9925         * gnus.el (gnus-mime): Remove unused custom group.
9926
9927 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9928
9929         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9930         "blank line" when searching for end of armor headers.
9931
9932 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9933
9934         * gmm-utils.el (gmm-write-region): Fix variable name.
9935
9936 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9937
9938         * gmm-utils.el (gmm-write-region): New function based on compatibility
9939         code from `mm-make-temp-file'.
9940
9941         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9942
9943         * nnmaildir.el (nnmaildir--update-nov)
9944         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9945         Use `gmm-write-region'.
9946
9947 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9948
9949         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
9950         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9951
9952         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9953
9954         * message.el (message-replacement-char): New variable.
9955         (message-fix-before-sending): Use it.
9956         (message-simplify-subject): New function to remove duplicate code.
9957         (message-reply, message-followup): Use it.
9958
9959         * gnus-sum.el (gnus-summary-make-menu-bar):
9960         Clarify gnus-summary-limit-to-articles.
9961
9962 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9963
9964         * gnus-util.el (gnus-with-local-quit): New macro.
9965
9966         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9967
9968 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9969
9970         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9971         ignore non-string data.
9972
9973 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9974
9975         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9976         non-string data (needs to be done in the registry too).
9977
9978 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9979
9980         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9981         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9982         (gnus-registry-split-fancy-with-parent)
9983         (gnus-registry-fetch-simplified-message-subject-fast)
9984         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9985         Remove text properties on ingress into the registry and when it's saved.
9986         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9987         registry from entries with no groups.
9988
9989 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9990
9991         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9992         function to remove string properties.
9993
9994 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9995
9996         * gmm-utils.el (gmm): Adjust custom version.
9997
9998         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
9999         Adjust custom version.
10000
10001         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10002
10003 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10004
10005         * gnus-art.el (gnus-insert-prev-page-button)
10006         (gnus-insert-next-page-button): Simplify.  Reformat.
10007
10008 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10009
10010         * gnus-art.el (gnus-insert-prev-page-button)
10011         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10012
10013 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10014
10015         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10016
10017 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10018
10019         * gnus-art.el (gnus-insert-mime-button)
10020         (gnus-insert-mime-security-button):
10021         Apply gnus-article-button-face to MIME and security buttons.
10022
10023 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10024
10025         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10026         readable.
10027
10028 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10029
10030         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10031
10032 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10033
10034         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10035         `browse-url-of-file' instead of `browse-url'.
10036
10037 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10038
10039         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10040         regexp.  Articles containing quotation were cut prematurely.
10041
10042 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10043
10044         * message.el (message-cite-original-1): Use nobody by default for the
10045         value of From header.
10046         (message-reply): Ditto.
10047
10048 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10049
10050         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10051         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10052         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10053
10054 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10055
10056         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10057         mails in the doc string.  Add some URLs in comment.
10058         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10059
10060 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10061
10062         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10063         backslashes handling and the way to find boundaries of quoted strings.
10064
10065 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10066
10067         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10068         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10069         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10070         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10071
10072 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10073
10074         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10075         doc string.
10076         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10077
10078 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10079
10080         * lpath.el: Fbind epg-check-configuration.
10081
10082 2006-09-06  Simon Josefsson  <jas@extundo.com>
10083
10084         * mml2015.el (mml2015-use): Doc fix, mention epg.
10085
10086 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10087
10088         * mml2015.el (mml2015-use): Default to epg, if available.
10089
10090 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10091
10092         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10093         message-sender.
10094         (mml1991-epg-encrypt): Ditto.
10095         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10096         message-sender.
10097         (mml2015-epg-encrypt): Ditto.
10098
10099 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10100
10101         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10102         several common directories.
10103
10104 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10105
10106         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10107         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10108
10109 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10110
10111         * gnus-art.el (article-decode-encoded-words): Make it fast.
10112
10113 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10114
10115         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10116
10117         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10118         in quoted string into `\'.
10119
10120 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10121
10122         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10123         Use standard-syntax-table.
10124
10125 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10126
10127         * gnus-art.el (gnus-decode-address-function): New variable.
10128         (article-decode-encoded-words): Use it to decode headers which are
10129         assumed to contain addresses.
10130         (gnus-mime-delete-part): Remove useless `or'.
10131
10132         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10133         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10134         (gnus-nov-parse-line): Use it to decode From header.
10135         (gnus-get-newsgroup-headers): Ditto.
10136         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10137
10138         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10139         (mail-decode-encoded-address-string): New alias.
10140
10141         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10142         New function.
10143         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10144         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10145         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10146         (rfc2047-decode-string): Ditto.
10147         (rfc2047-decode-address-region): New function.
10148         (rfc2047-decode-address-string): New function.
10149
10150 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10151
10152         * message.el (message-caesar-buffer-body): Allow rotating headers.
10153
10154         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10155
10156         * message.el (message-insert-formated-citation-line): Fix %f.
10157         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10158
10159 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10160
10161         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10162         (gnus-bookmark-mouse-available-p): New macro.
10163         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10164         (gnus-bookmark-bmenu-show-infos): Use it.
10165         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10166         (gnus-bookmark-bmenu-hide-infos): Ditto.
10167         (gnus-bookmark-remove-properties): New function.
10168         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10169         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10170         (gnus-bookmark-write-file): Bind coding-system-for-write.
10171         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10172         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10173         group before selecting it.
10174         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10175         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10176         quit-window if it is not available; use gnus-mouse-2 and bind it to
10177         gnus-bookmark-bmenu-select-by-mouse.
10178         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10179         (gnus-bookmark-bmenu-select-by-mouse): New function.
10180
10181 2006-08-13  Romain Francoise  <romain@orebokech.com>
10182
10183         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10184         space.
10185
10186 2006-08-10  Romain Francoise  <romain@orebokech.com>
10187
10188         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10189         (dns-mode-soa-auto-increment-serial): New user option.
10190         (dns-mode-soa-maybe-increment-serial): New function.
10191         (dns-mode): Add the latter to `write-contents-functions'.
10192
10193 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10194
10195         * compface.el (uncompface): Use binary rather than raw-text-unix.
10196
10197 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10198
10199         * compface.el (uncompface): Make sure the eol conversion doesn't take
10200         place when communicating with the external programs.
10201         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10202
10203 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10204
10205         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10206
10207 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10208
10209         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10210         Make it more robust by parsing author and date independently.
10211
10212 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10213
10214         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10215
10216 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10217
10218         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10219         first matching secret key.
10220         (mml2015-epg-encrypt): Ditto.
10221
10222         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10223         first matching secret key.
10224         (mml1991-epg-encrypt): Ditto.
10225
10226         * mml2015.el (mml2015-encrypt-to-self): New user option.
10227         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10228         mml2015-epg-encrypt-to-self is set.
10229
10230         * mml1991.el (mml1991-encrypt-to-self): New variable.
10231         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10232         mml1991-epg-encrypt-to-self is set.
10233
10234         * mml2015.el (mml2015-signers): New user option.
10235         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10236         (mml2015-epg-encrypt): Allow to select signing keys.
10237
10238         * mml1991.el (mml1991-signers): New variable.
10239         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10240         (mml1991-epg-encrypt): Allow to select signing keys.
10241
10242 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10243
10244         * nnheader.el (nnheader-insert-head): Make it work even if the file
10245         uses CRLF for the line-break code.
10246
10247 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10248
10249         * mml2015.el: Require mml-sec instead of password.
10250         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10251         (mml2015-cache-passphrase): Inherit the default value from
10252         mml-secure-cache-passphrase.
10253         (mml2015-passphrase-cache-expiry): Inherit the default value from
10254         mml-secure-passphrase-cache-expiry.
10255
10256         * mml1991.el: Require mml-sec instead of password.
10257         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10258         (mml1991-cache-passphrase): Inherit the default value from
10259         mml-secure-cache-passphrase.
10260         (mml1991-passphrase-cache-expiry): Inherit the default value from
10261         mml-secure-passphrase-cache-expiry.
10262
10263         * mml-sec.el: Require password.
10264         (mml-secure-verbose): New user option.
10265         (mml-secure-cache-passphrase): New user option.
10266         (mml-secure-passphrase-cache-expiry): New user option.
10267
10268 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10269
10270         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10271         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10272         andreas@altroot.de (Andreas Vögele).
10273
10274         FIXME: Use `tiny change'?
10275
10276 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10277
10278         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10279         workaround for the url package included with Emacs.
10280
10281         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10282
10283 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10284
10285         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10286         correctly.  This fixes a bug caused by the 2006-05-12 change.
10287
10288 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10289
10290         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10291         some information about the error when saying that the `bogus' mail
10292         group will be used.
10293
10294 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10295
10296         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10297         string.
10298
10299 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10300
10301         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10302
10303 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10304
10305         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10306
10307 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10308
10309         * mml1991.el (mml1991-function-alist): Add epg.
10310         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10311         (mml1991-epg-encrypt): New functions.
10312
10313 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10314
10315         * mml2015.el (mml2015-verbose): New variable.
10316         (mml2015-cache-passphrase): Ditto.
10317         (mml2015-passphrase-cache-expiry): Ditto.
10318         (mml2015-function-alist): Add epg.
10319         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10320         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10321         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10322         New functions.
10323
10324 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10325
10326         * message.el (message-cite-original-1): Preserve region when removing
10327         quoted text due to X-No-Archive in order to avoid bogus attribution
10328         when citing multiple messages.
10329
10330 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10331
10332         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10333         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10334
10335 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10336
10337         * gnus-diary.el (gnus-user-format-function-d)
10338         (gnus-user-format-function-D): Autoload.
10339
10340         * imap.el (Commentary): Fix typo.
10341
10342         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10343         2006-04-22 contribution.
10344
10345 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10346
10347         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10348         It didn't really fix the bogosity I'm seeing with solid web groups.
10349
10350 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10351
10352         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10353         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10354         created using server names.  If we use the feature without declaring
10355         it, Gnus does not properly manage server and group state.
10356
10357         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10358         bound.
10359
10360 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10361
10362         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10363         looking up the method using GROUP's prefix before inventing a new one.
10364         It is used on killed/unknown groups in various places where returning
10365         an all-new method isn't expected by the caller.
10366
10367         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10368         and match semantics of gnus-group-real-prefix.
10369
10370 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10371
10372         * nnmail.el (nnmail-broken-references-mailers): New variable.
10373         (nnmail-ignore-broken-references): New function generalizing
10374         nnmail-fix-eudora-headers.
10375         (nnmail-fix-eudora-headers): Now obsolete.
10376
10377         * gnus-art.el (gnus-button-handle-custom):
10378         Support `customize-apropos*'.
10379
10380 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10381
10382         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10383
10384         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10385         articles.
10386
10387 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10388
10389         * message.el (message-cite-reply-above): New variable.
10390         (message-yank-original): Use it.
10391
10392 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10393
10394         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10395
10396 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10397
10398         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10399         as read.
10400
10401         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10402
10403 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10404
10405         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10406         (gnus-bookmark-default-file): Use gnus-directory.
10407         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10408         Remove "*" in doc string.
10409         (gnus-bookmark-write-file): Simplify.
10410         (gnus-bookmark-maybe-sort-alist): Use `when'.
10411         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10412         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10413         Add FIXME about Emacs 21 and XEmacs compatibility.
10414         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10415         compatibility.
10416         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10417         compatibility.
10418         (gnus-bookmark-menu-heading): Fix version.
10419
10420 2006-06-19  Bastien Guerry  <bzg@altern.org>
10421
10422         * gnus-bookmark.el: New file.
10423
10424 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10425
10426         * message.el (message-syntax-checks): Doc fix.
10427
10428 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10429
10430         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10431         unsubscribed groups as if they were killed ones.  It causes duplicate
10432         entries in gnus-newsrc-alist.
10433
10434 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10435
10436         * message.el (message-syntax-checks): Doc fix.
10437         (message-send-mail): Add check for continuation headers.
10438         (message-check-news-header-syntax): Fix regexp used to check for
10439         continuation headers.
10440
10441 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10442
10443         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10444
10445 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10446
10447         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10448
10449 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10450
10451         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10452         default-truncate-lines.
10453
10454 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10455
10456         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10457         to fill the utf-8 entry.
10458
10459         * lpath.el: Fbind unicode-precedence-list.
10460
10461 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10462
10463         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10464
10465 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10466
10467         * gnus-agent.el (directory-files-and-attributes): Move all the way
10468         forward (the third and final move).
10469         (gnus-agent-read-agentview): Trap reconstruction errors due to
10470         nonexistent directory.  Handle by returning nil.
10471
10472 2006-05-30  Didier Verna  <didier@xemacs.org>
10473
10474         * message.el (message-dont-reply-to-names): Update the custom type.
10475         * message.el (message-dont-reply-to-names): New defsubst: potentially
10476         convert a list of regexps into a single one.
10477         * message.el (message-get-reply-headers): Use it.
10478         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10479
10480 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10481
10482         * gnus-agent.el (directory-files-and-attributes): Move forward.
10483
10484 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10485
10486         * gnus-ml.el (gnus-mailing-list-subscribe)
10487         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10488         (gnus-mailing-list-message): Fix doc strings.
10489
10490 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10491
10492         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10493         of doing it manually.
10494
10495 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10496
10497         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10498         comment.
10499
10500 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10501
10502         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10503         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10504         (gnus-agent-read-local): All symbols allocated in my-obarray.
10505         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10506         (gnus-agent-regenerate-group): Check numeric names to see if they are
10507         messages or groups.
10508         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10509         better way of do this...)
10510
10511         * gnus-cache.el (gnus-agent-total-fetched-for):
10512         Ignore 'dummy.group' (there should be a better way of do this...)
10513
10514 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10515
10516         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10517         (gnus-saved-headers): Ditto.
10518         (gnus-default-article-saver): Mention functions may have properties.
10519         (gnus-article-save): Override gnus-save-all-headers and
10520         gnus-saved-headers by :headers property which saver function may have.
10521         (gnus-summary-save-in-file): Add :headers property.
10522         (gnus-summary-write-to-file): Ditto.
10523
10524         * gnus-sum.el (gnus-summary-save-article): Bind
10525         gnus-prompt-before-saving to t when saving many articles in a file;
10526         always show all headers.
10527
10528         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10529
10530 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10531
10532         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10533         marks.
10534
10535         * message.el (message-indent-citation): Add optional arguments to allow
10536         using it outside of message buffers.
10537
10538         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10539         (gnus-article-treat-unfold-headers): Use it.
10540         (gnus-article-truncate-lines): New variable.
10541         (gnus-article-mode): Use it.
10542         (gnus-article-toggle-truncate-lines): New function.
10543
10544         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10545         Add gnus-article-toggle-truncate-lines.
10546
10547         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10548         coding system in XEmacs, use binary.
10549
10550 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10551
10552         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10553         after-load-alist.
10554
10555         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10556         this function should save decoded articles.
10557         (gnus-summary-write-to-file): Use property to specify this function
10558         should save decoded articles and specify gnus-summary-save-in-file
10559         should be used to save articles other than the first one when saving
10560         many articles.
10561         (gnus-summary-save-body-in-file): Use property to specify this
10562         function should save decoded articles.
10563         (gnus-summary-write-body-to-file): Use property to specify this
10564         function should save decoded articles and specify
10565         gnus-summary-save-body-in-file should be used to save articles other
10566         than the first one when saving many articles.
10567
10568         * gnus-sum.el (gnus-summary-save-article): Simplify.
10569
10570 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10571
10572         * gnus-art.el (gnus-default-article-saver):
10573         Add gnus-summary-write-body-to-file.
10574         (gnus-article-save-coding-system): Don't use coding system object
10575         in XEmacs.
10576         (gnus-read-save-file-name): Add optional `dir-var' argument which
10577         specifies directory in which files are saved; work even if optional
10578         `variable' argument is not specified.
10579         (gnus-summary-write-to-file): Read file name.
10580         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10581         (gnus-summary-write-body-to-file): New function.
10582
10583         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10584         (gnus-summary-local-variables): Add it.
10585         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10586         (gnus-summary-save-article): Remove optional `decode' argument;
10587         determine whether to decode articles by the value of
10588         gnus-default-article-saver; when saving many files using
10589         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10590         it first and use gnus-summary-save-in-file or
10591         gnus-summary-save-body-in-file thereafter unless
10592         gnus-prompt-before-saving is always; move point to article which
10593         will be saved.
10594         (gnus-summary-save-article-file): Revert.
10595         (gnus-summary-write-article-file): Revert.
10596         (gnus-summary-save-article-body-file): Revert.
10597         (gnus-summary-write-article-body-file): New function.
10598
10599 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10600
10601         * gnus-art.el (gnus-default-article-saver): Doc fix.
10602         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10603         from gnus-summary-save-article-coding-system, and default to a
10604         certain coding system.
10605         (gnus-output-to-file): Add coding cookie and encode text according
10606         to gnus-article-save-coding-system; don't use mm-append-to-file.
10607
10608         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10609         gnus-art.el and rename to gnus-article-save-coding-system.
10610         (gnus-summary-save-article): Require gnus-art; don't show all
10611         headers if it decodes articles; don't add coding cookie here;
10612         don't bind mm-text-coding-system-for-write.
10613         (gnus-summary-save-article-file): Save decoded articles.
10614         (gnus-summary-write-article-file): When saving many files, use
10615         gnus-summary-write-to-file first and gnus-summary-save-in-file
10616         thereafter unless gnus-prompt-before-saving is always.
10617         (gnus-summary-save-article-body-file): Save decoded articles.
10618
10619         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10620
10621 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10622
10623         * nnrss.el (nnrss-check-group): Bind hash-index.
10624
10625 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10626
10627         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10628         its hash index.  Store this hash in `nnrss-group-data'.
10629         (nnrss-read-group-data): Update accordingly.
10630
10631 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10632
10633         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10634         entry.
10635
10636         * gnus-sum.el (gnus-summary-make-menu-bar):
10637         Add gnus-article-browse-html-article.
10638
10639 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10640
10641         * gnus-sum.el (gnus-summary-mime-map):
10642         Add gnus-article-browse-html-article.
10643
10644         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10645
10646 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10647
10648         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10649         suitable coding systems in customize.
10650
10651 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10652
10653         * mail-source.el (mail-sources): Fix custom type.
10654
10655 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10656
10657         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10658         (gnus-summary-expire-articles-now): Shorten prompt.
10659
10660         * gmm-utils.el (wid-edit): Require.
10661         (defun-gmm): Rename from `gmm-defun-compat'.
10662         (gmm-image-search-load-path): Use it.
10663         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10664
10665 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10666
10667         * gnus-sum.el (gnus-summary-save-article-coding-system):
10668         New variable.
10669         (gnus-summary-save-article): Add optional `decode' argument.
10670         If it is set and gnus-summary-save-article-coding-system is non-nil,
10671         save decoded article.
10672         (gnus-summary-write-article-file): Save decoded article if
10673         gnus-summary-save-article-coding-system is non-nil.
10674
10675         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10676         type.
10677
10678 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10679
10680         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10681
10682 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10683
10684         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10685         first to test gnus-single-article-buffer which may be buffer-local.
10686
10687         * gnus-sum.el (gnus-summary-setup-buffer):
10688         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10689         group; make gnus-article-buffer, gnus-article-current, and
10690         gnus-original-article-buffer always buffer-local.
10691         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10692         group.
10693         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10694
10695 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10696
10697         * nnml.el (nnml-request-compact-group): Compressed files might not
10698         have .gz extension.
10699
10700 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10701
10702         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10703         (mm-copy-to-buffer): Use with-current-buffer.
10704         (mm-display-part): Simplify.
10705         (mm-inlinable-p): Add optional arg `type'.
10706
10707 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10708
10709         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10710         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10711         Try harder to show the attachment internally or externally using
10712         gnus-mime-view-part-as-type.
10713
10714 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10715
10716         * message.el (message-from-style, message-signature-separator)
10717         (message-user-organization-file, message-send-mail-function)
10718         (message-citation-line-function, message-yank-prefix)
10719         (message-indent-citation-function, message-signature)
10720         (message-signature-file, message-signature-insert-empty-line):
10721         Remove autoloads.
10722
10723         * gnus-art.el (gnus-buttonized-mime-types):
10724         Remove "multipart/signed".  Revert 2006-04-26 change.
10725
10726 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10727
10728         * gnus.el (gnus-version-number): Bump version.
10729
10730 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10731
10732         * gnus.el: No Gnus v0.5 is released.
10733
10734 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10735
10736         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10737         fetching articles by message-id.
10738
10739 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10740
10741         * message.el (hashcash): Require hashcash as normal.
10742
10743         * ecomplete.el (ecomplete-highlight-match-line):
10744         Use point-at-eol.
10745         (ecomplete-highlight-match-line): Use `highlight', because that
10746         face exists in both Emacs and XEmacs.
10747
10748         * message.el (message-display-abbrev): Use point-at-bol.
10749
10750         * mail-source.el: Don't require timer/timer-funcs.
10751
10752         * gnus-async.el: Ditto.
10753
10754         * password.el: Ditto.
10755
10756         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10757
10758         * mm-url.el: Ditto.
10759
10760         * gnus-xmas.el: Don't require timer-funcs.
10761
10762         * mm-util.el: Require timer/timer-funcs.
10763
10764 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10765
10766         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10767         Close.
10768
10769 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10770
10771         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10772         unibyte after clear-decrypt function runs.
10773
10774         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10775         returns as a unibyte string.
10776
10777 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10778
10779         * lpath.el: Revert.
10780
10781         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10782         (pgg-gpg-process-sentinel): Revert.
10783
10784         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10785         (pgg-pgp-lookup-key): Revert.
10786
10787         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10788         (pgg-pgp5-lookup-key): Revert.
10789
10790         * pgg.el (pgg-fetch-key): Revert.
10791
10792 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10793
10794         * lpath.el: Fbind string-as-multibyte for XEmacs.
10795
10796         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10797         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10798         (mml1991-pgg-encrypt): Ditto.
10799
10800         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10801         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10802         a multibyte buffer.
10803
10804         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10805         (pgg-pgp-lookup-key): Ditto.
10806
10807         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10808         (pgg-pgp5-lookup-key): Ditto.
10809
10810         * pgg.el (pgg-fetch-key): Ditto.
10811
10812 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10813
10814         * message.el (message-user-organization-file): Check several
10815         locations of the organization file.
10816
10817         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10818         Add gnus-article-view-part-as-type.
10819
10820         * gnus-art.el (gnus-article-view-part-as-type): New function.
10821
10822         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10823         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10824
10825         * mml.el: Simplify autoload.
10826         (mml-mode): defvar dnd-protocol-alist instead of using
10827         symbol-value.
10828         (mml-default-directory): New variable.
10829         (mml-minibuffer-read-file): Use it.
10830         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10831
10832         * message.el (message-citation-line-format): New variable.
10833         (message-insert-formated-citation-line): New function.
10834         (message-citation-line-function):
10835         Add `message-insert-formated-citation-line' to custom type.
10836
10837         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10838         to doc string.
10839
10840         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10841         depending on mm-verify-option.
10842
10843 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10844
10845         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10846         binding pgg-* variables; reimplement the section which prevents
10847         MIME header from being signed.
10848         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10849         pgg-text-mode; remove a blank line at the top of body.
10850
10851         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10852         lines at the top of body; use gnus-newsgroup-charset if there's no
10853         Charset header.
10854
10855 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10856
10857         * message.el (message-self-insert-commands): Doc fix.
10858
10859         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10860         (mm-uu-pgp-encrypted-test): Ditto.
10861         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10862         between header and body; return application/pgp-encrypted handle
10863         if decryption failed; decode decrypted body by charset.
10864
10865         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10866         element match to application/pgp-*.
10867
10868 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10869
10870         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10871         HTML.
10872
10873 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10874
10875         * mail-source.el (mail-source-call-script): Message the error
10876         string.
10877
10878 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10879
10880         * gnus-util.el (gnus-byte-compile): Use it.
10881
10882 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10883
10884         * gnus-util.el (kill-empty-logs): New function.
10885
10886 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10887
10888         * message.el (message-mail-alias-type): Doc fix.
10889         (message-mail-alias-type-p): New function.
10890         (message-send): Use it.
10891         (message-mode): Ditto.
10892         (message-strip-forbidden-properties): Ditto.
10893
10894         * ecomplete.el (ecomplete-database-file-coding-system):
10895         New variable.
10896         (ecomplete-save): Use it.
10897         (ecomplete-setup): Use it.
10898
10899 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10900
10901         * message.el (message-self-insert-commands): New variable.
10902         (message-strip-forbidden-properties): Use it.
10903
10904 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10905
10906         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10907         that doesn't make XEmacs choke.
10908
10909 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10910
10911         * gnus-util.el (gnus-replace-in-string):
10912         Prefer replace-regexp-in-string over of replace-in-string.
10913
10914 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10915
10916         * gnus-util.el (gnus-select-frame-set-input-focus):
10917         Use select-frame-set-input-focus if it is available in XEmacs; use
10918         definition defined in Emacs 22 for old Emacsen.
10919
10920         * dgnushack.el: Autoload unmorse-region for XEmacs.
10921
10922         * lpath.el: Bind cursor-in-non-selected-windows and
10923         select-frame-set-input-focus for XEmacs.
10924
10925 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10926
10927         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10928
10929 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10930
10931         * gnus-registry.el (gnus-registry-cache-save): Remove text
10932         properties when saving via the temp buffer.
10933
10934 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10935
10936         * message.el (message-generate-hashcash): Honor custom type.
10937
10938 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10939
10940         * message.el (message-generate-hashcash): Default to non-nil when
10941         hashcash is found.
10942
10943         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10944         (gnus-refer-thread-limit): Increase default to 500.
10945
10946         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10947
10948         * flow-fill.el (fill-flowed): Allow delete-space.
10949
10950 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10951
10952         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10953         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10954         Remove autoloads.
10955
10956 2006-04-18  Simon Josefsson  <jas@extundo.com>
10957
10958         * message.el (message-generate-hashcash): Default to.
10959
10960 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10961
10962         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10963         concatenating segments rather than before concatenating them.
10964
10965 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10966
10967         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10968
10969 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10970
10971         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10972
10973         * message.el (message-forward-make-body-plain):
10974         Allow message-forward-ignored-headers to be a list.
10975         (message-remove-ignored-headers): Factor out into function.
10976         (message-forward-make-body-mml): Use it.
10977
10978         * imap.el (imap-quote-specials): New function.
10979         (imap-login-auth): Quote specials.
10980
10981         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10982         (rfc2231-parse-string): Allow concatanation of parameters that
10983         aren't contiguous.  The test case is
10984           (mail-header-parse-content-type "message/external-body;
10985             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10986             access-type=LOCAL-FILE;
10987             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10988
10989 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10990
10991         * nntp.el (nntp-accept-process-output): Return the value of
10992         `nnheader-accept-process-output'.
10993
10994 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10995
10996         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10997         (gnus-button-alist): Recognize more diff formats.
10998         (gnus-button-patch): Strip directory.
10999
11000 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11001
11002         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11003         Emacs 22 when setting focus.
11004
11005 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11006
11007         * gnus-art.el (gnus-article-treat-types): Do treatment of
11008         text/x-verbatim parts.
11009         (gnus-button-patch): New command.
11010
11011         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11012         addresses that contain invalid characters.
11013
11014 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11015
11016         * message.el (message-put-addresses-in-ecomplete):
11017         Use gnus-replace-in-string.
11018         (message-is-yours-p): Use the more correct
11019         mail-header-parse-address instead of
11020         mail-extract-address-components.
11021         (message-put-addresses-in-ecomplete): Fix typo.
11022
11023         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11024         keystroke.
11025
11026         * gnus-art.el (gnus-treatment-function-alist): Change order of
11027         newsgroups/generic header folding to avoid double-folding.
11028
11029         * message.el (message-hidden-headers): Add X-Draft-From.
11030
11031         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11032         New command.
11033         (gnus-summary-repeat-search-article-backward): New command.
11034
11035         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11036         groups in the parent topic.
11037
11038 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11039
11040         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11041         (spam-extra-header-to-number): Return the CRM114 number as a
11042         number instead of a string.
11043
11044 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11045
11046         * gnus-art.el (gnus-face-properties-alist): Move here from
11047         gnus-fun.
11048
11049         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11050
11051 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11052
11053         * message.el (message-strip-forbidden-properties): Only display on
11054         self-insert-command.
11055
11056         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11057         reindent.
11058         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11059
11060 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11061
11062         * smiley.el (smiley-style): Fix typo.
11063
11064 2006-03-23  Kenichi Handa  <handa@m17n.org>
11065
11066         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11067         instead of set-buffer-multibyte.
11068
11069 2006-03-23  Kenichi Handa  <handa@m17n.org>
11070
11071         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11072         buffer and then decode the buffer text if necessary.
11073         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11074         first, and after mm-encode-body, change the buffer to unibyte.
11075
11076 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11077
11078         * hashcash.el (hashcash-insert-payment-async-2):
11079         Use message-goto-eoh instead of doing it manually.
11080         (mail-add-payment): Use message-narrow-to-header instead of trying
11081         to do the same itself.
11082
11083         * message.el (message-hidden-headers): Add Face.
11084
11085         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11086         reparenting code.
11087         (gnus-summary-reparent-children): Refactored out code.
11088         (gnus-summary-thread-map): New keystroke.
11089         (gnus-summary-reparent-children): Make into command.
11090
11091         * smiley.el (smiley-style): Default to `medium' if using a large
11092         font.
11093
11094         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11095         does it itself.
11096
11097         * message.el (message-point-in-header-p): Simplify definition.
11098
11099 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11100
11101         * nnagent.el (nnagent-request-set-mark): Silence log file
11102         writing.
11103         (nnagent-request-set-mark): Use write-region instead of
11104         append-to-file.
11105
11106         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11107         strange select method.
11108
11109         * ecomplete.el (ecomplete-display-matches): Get highlightling
11110         right.
11111         (ecomplete-display-matches): Use literals.
11112         (ecomplete-display-matches): Disable message logging.
11113
11114         * message.el (message-display-abbrev): Small optimization.
11115
11116         * ecomplete.el (ecomplete-display-matches): Allow automatic
11117         display.
11118
11119         * message.el (message-strip-forbidden-properties):
11120         Display abbrevs.
11121         (message-display-abbrev): Get automatic display right.
11122
11123         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11124         keystrokes.
11125
11126 2006-04-13  Romain Francoise  <romain@orebokech.com>
11127
11128         TODO: Backport to v5-10!
11129
11130         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11131         Move here (and rename) from gnus-registry.el.
11132
11133         * gnus-registry.el: Require gnus-util.
11134         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11135
11136 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11137
11138         * gnus-group.el (gnus-group-catchup-current):
11139         Change if-then-else-if-then-else into cond.
11140         (gnus-group-catchup): Indent.
11141         (group-name-at-point): New function.
11142         (gnus-fetch-group): Provide default from thing at point.
11143
11144 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11145
11146         * message.el (message-display-abbrev): Fix regexp.
11147
11148         * ecomplete.el (ecomplete-highlight-match-line):
11149         Reimplement choosing.
11150         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11151         dead variables.
11152
11153         * message.el (message-newline-and-indent): Remove debugging.
11154         (message-display-abbrev): Use new implementation.
11155
11156 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11157
11158         * gnus-art.el (gnus-article-mode):
11159         Set cursor-in-non-selected-windows to nil.
11160
11161         * smiley.el: Revert previous change.
11162         (smiley-data-directory): defvar it before using it in the
11163         defcustom of `smiley-style'.
11164
11165 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11166
11167         * message.el (message-newline-and-indent): New function.
11168
11169         * ecomplete.el: Implement more bits.
11170
11171         * message.el (message-put-addresses-in-ecomplete): Clean up the
11172         string.
11173
11174         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11175
11176         * gnus-sum.el (gnus-summary-save-parts):
11177         Bind gnus-summary-save-parts-counter and use it to make unique file
11178         names.
11179
11180         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11181
11182         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11183         parameter to say whether to actually parse the individual
11184         addresses.
11185
11186         * message.el (message-put-addresses-in-ecomplete): New function.
11187         (ecomplete): Require.
11188         (message-mail-alias-type): Add ecomplete as an option.
11189
11190 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11191
11192         * flow-fill.el (fill-flowed): Remove trailing space from blank
11193         quoted lines.
11194
11195 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11196
11197         * smiley.el (smiley-style): Move definition later to avoid a
11198         compilation warning.
11199
11200 2006-04-12  Kenichi Handa  <handa@m17n.org>
11201
11202         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11203         buffer and then decode the buffer text if necessary.
11204         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11205         first, and after mm-encode-body, change the buffer to unibyte.
11206         Use mm-disable-multibyte instead of set-buffer-multibyte.
11207
11208 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11209
11210         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11211         Content-Type header instead of Content-Disposition header.
11212         (gnus-mime-inline-part): Ditto.
11213         (gnus-mime-view-part-as-charset): Ignore charset that the part
11214         specifies.
11215
11216         * mm-decode.el (mm-display-part): Work with external parts and
11217         usual parts similarly.
11218
11219         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11220         instead of gnus-display-mime.
11221
11222         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11223         instead of with-temp-buffer.
11224
11225         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11226         tag to summarized topics part in order to encode non-ASCII text.
11227
11228 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11229
11230         * smiley.el (smiley-style): New variable.
11231         (smiley-directory): New function.
11232         (smiley-data-directory): Derive from `smiley-style' using
11233         `smiley-directory'.
11234         (smiley-regexp-alist): Add new entries.
11235
11236         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11237         (gnus-article-browse-delete-temp): Add :version.
11238
11239 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11240
11241         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11242         the sieve region.
11243
11244 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11245
11246         * gnus.el (gnus-version-number): Bump version.
11247
11248 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11249
11250         * gnus.el: No Gnus v0.4 is released.
11251
11252 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11253
11254         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11255         layout.
11256
11257         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11258         unknown charset.
11259
11260         * message.el (message-header-synonyms): Add Original-To to the
11261         default.
11262
11263         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11264         optional parameter.
11265
11266 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11267
11268         * gnus-fun.el (gnus): Require it for gnus-directory.
11269
11270 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11271
11272         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11273
11274 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11275
11276         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11277
11278 2006-04-05  Simon Josefsson  <jas@extundo.com>
11279
11280         * password.el (password-reset): New function.
11281
11282 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11283
11284         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11285         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11286
11287 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11288
11289         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11290         Some whitespace was matched into the url, which broke browsing hits
11291         > 100 when mm-url-use-external was nil.
11292
11293 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11294
11295         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11296         Check gnus-extra-headers for 'Newsgroups.
11297
11298         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11299         bound.
11300
11301 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11302
11303         * pgg-gpg.el: Clean up process buffers every time gpg processes
11304         complete.
11305
11306 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11307
11308         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11309         doc string.
11310
11311 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11312
11313         * pgg-gpg.el (pgg-gpg-process-filter)
11314         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11315
11316         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11317         lines, temporary fix.
11318
11319 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11320
11321         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11322
11323 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11324
11325         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11326         default-enable-multibyte-characters.  This reverts the change from
11327         revision 6.17 which is no longer necessary because the passphrase
11328         is sent separately now.  GnuPG messages are unreadable under
11329         multibyte locales with default-enable-multibyte-characters set to
11330         nil.
11331
11332 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11333
11334         * message.el (message-tool-bar-gnome): Move "spell".
11335
11336 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11337
11338         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11339         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11340         instead.
11341
11342 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11343
11344         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11345         Improve newsgroups handling for NNTP overviews which don't include
11346         Newsgroups.
11347
11348 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11349
11350         * message.el (message-resend): Bind message-generate-hashcash to nil.
11351
11352 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11353
11354         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11355         when searching for already-paid recipients.
11356
11357 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11358
11359         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11360         passphrases when it is not needed.
11361         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11362         passphrase stuff from gpg, should only be necessary when you use
11363         gpg with a smartcard.
11364
11365 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11366
11367         * mml.el (mml-insert-mime): Ignore cached contents of
11368         message/external-body part.
11369
11370         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11371         (mm-insert-part): Ditto.
11372
11373 2006-03-23  Simon Josefsson  <jas@extundo.com>
11374
11375         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11376         Reiner.
11377         (pgg-gpg-use-agent-p): Use it again.
11378
11379 2006-03-23  Simon Josefsson  <jas@extundo.com>
11380
11381         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11382         older emacsen.
11383         (pgg-gpg-use-agent-p): Don't use it.
11384
11385 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11386
11387         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11388         if we can.
11389
11390 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11391
11392         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11393         (pgg-gpg-update-agent): New function.
11394         (pgg-gpg-use-agent-p): New function.
11395         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11396         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11397         (pgg-gpg-sign-region): Use it.
11398
11399 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11400
11401         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11402         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11403
11404 2006-03-21  Simon Josefsson  <jas@extundo.com>
11405
11406         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11407         <wilde@sha-bang.de>.
11408         (pgg-gpg-use-agent): New variable.
11409         (pgg-gpg-process-region): Use it.
11410         (pgg-gpg-encrypt-region): Likewise.
11411         (pgg-gpg-encrypt-symmetric-region): Likewise.
11412         (pgg-gpg-decrypt-region): Likewise.
11413         (pgg-gpg-sign-region): Likewise.
11414         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11415
11416 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11417
11418         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11419
11420         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11421         Add comment on version.
11422
11423 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11424
11425         * smiley.el: Add missing test smiley.
11426
11427 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11428
11429         * mm-decode.el (mm-with-part): New macro.
11430         (mm-get-part): Use it; work with message/external-body as well.
11431         (mm-save-part): Treat name and filename equally.
11432
11433         * mm-extern.el (mm-extern-cache-contents): New function.
11434         (mm-inline-external-body): Use it; force the part to be displayed;
11435         move undisplayer added to the cached handle to the parent.
11436
11437         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11438         (gnus-mime-view-part-as-type): Work with message/external-body.
11439
11440         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11441
11442 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11443
11444         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11445         images in image-load-path.  [Sync with image.el, revision 1.60, in
11446         Emacs.]
11447
11448 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11449
11450         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11451         path rather than symbol.  Always return list of directories.
11452         Guarantee that image directory comes first.  [Sync with image.el,
11453         revision 1.59, in Emacs.]
11454
11455         * message.el (message-make-tool-bar): Adjust to new API of
11456         `gmm-image-load-path-for-library'.
11457
11458         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11459
11460         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11461
11462 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11463
11464         * gnus-art.el (gnus-article-only-boring-p):
11465         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11466         intangible text.
11467         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11468
11469 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11470
11471         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11472         Use `defun' instead of `gmm-defun-compat'.
11473
11474 2006-03-14  Simon Josefsson  <jas@extundo.com>
11475
11476         * message.el (message-unique-id): Don't use message-number-base36
11477         if (user-uid) is a float.
11478         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11479
11480 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11481
11482         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11483
11484         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11485         empty line between a part and a message part.
11486
11487 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11488
11489         * smiley.el: Add more test smileys.
11490         (smiley-data-directory, smiley-regexp-alist)
11491         (gnus-smiley-file-types): Fix doc strings.
11492         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11493         adding new elements.
11494         (smiley-mouse-map): Unused code.  Make it a comment.
11495
11496 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11497
11498         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11499         scan latest NoCeM messages instead of old ones.
11500         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11501         delimiters that are recently used.
11502         (gnus-nocem-load-cache): Add autoload cookie.
11503
11504         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11505
11506         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11507         level which is larger than gnus-use-nocem is specified.
11508
11509         * gnus-group.el (gnus-group-get-new-news): Ditto.
11510
11511 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11512
11513         * gnus-util.el (gnus-tool-bar-update): New function.
11514
11515         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11516         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11517
11518         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11519
11520         * gnus-group.el (gnus-group-redraw-when-idle)
11521         (gnus-group-redraw-check): Remove.
11522         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11523
11524 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11525
11526         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11527         if optional last element is specified in splits (FIELD VALUE...).
11528
11529 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11530
11531         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11532         to gmm-image-load-path-for-library.  Call with no-error argument.
11533         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11534
11535         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11536
11537         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11538
11539         * gmm-utils.el (gmm-image-load-path): Remove alias.
11540
11541 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11542
11543         * gmm-utils.el (gmm-image-load-path): Add alias.
11544
11545         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11546         nnml-generate-nov-databases-1.
11547         (nnml-generate-nov-databases): Use it.
11548         (nnml-generate-nov-databases-directory): Document no-active
11549         argument.
11550
11551         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11552         directory if path is t.  Add no-error.
11553
11554         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11555         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11556
11557         * gnus-art.el (gnus-article-browse-delete-temp-files):
11558         Simplify resetting gnus-article-browse-html-temp-list.
11559
11560         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11561         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11562         Add example to docstring.  Rename local variables.  Move error
11563         checks to default case in cond and simplify.
11564
11565 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11566
11567         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11568         handle is multipart when calling it recursively.
11569         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11570
11571 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11572
11573         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11574         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11575
11576 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11577
11578         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11579         is loaded.
11580
11581         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11582         loaded.
11583
11584 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11585
11586         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11587         to "Emacs 23 (unicode)" in doc string.
11588
11589         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11590         "Emacs 23 (unicode)" in comment.
11591
11592 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11593
11594         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11595
11596         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11597         characters 160 through 255 in Emacs 23.
11598
11599 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11600
11601         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11602         gnus-article-browse-html-temp.
11603         (gnus-article-browse-delete-temp): Make it customizable.
11604         Add `file'.  Adjust doc string.
11605         (gnus-article-browse-delete-temp-files): Add argument.
11606         Allow query for each file.  Adjust doc string.
11607         (gnus-article-browse-html-parts):
11608         Add `gnus-article-browse-delete-temp-files' to
11609         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11610
11611 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11612
11613         * gnus-art.el (gnus-article-browse-html-temp)
11614         (gnus-article-browse-delete-temp): New variables.
11615         (gnus-article-browse-delete-temp-files): New function.
11616         (gnus-article-browse-html-parts): Use it.
11617
11618 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11619
11620         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11621
11622         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11623         string.
11624
11625         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11626         gnus-summary-insert-new-articles when unplugged.
11627         Remove gnus-summary-search-article-forward.
11628
11629         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11630         display-visual-class instead of display-color-cells.
11631
11632 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11633
11634         * dgnushack.el: Autoload customize-group for XEmacs.
11635
11636         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11637         message/* containing non-ASCII text properly.
11638
11639 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11640
11641         * message.el: Require gmm-utils, remove autoloads.
11642         (message-tool-bar): Set default based on
11643         gmm-tool-bar-style.
11644         (message-tool-bar-gnome): Add gmm-customize-mode.
11645
11646         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11647         gmm-tool-bar-style.
11648         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11649
11650         * gnus-group.el (gnus-group-tool-bar): Set default based on
11651         gmm-tool-bar-style.
11652         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11653
11654         * gmm-utils.el (gmm-image-directory): Rename variable from
11655         gmm-image-load-path.
11656         (gmm-image-load-path): Use gmm-image-directory.
11657         (gmm-customize-mode): New function.
11658         (gmm-tool-bar-style): New variable.
11659
11660         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11661         gnus-group-redraw-line-number.
11662         (gnus-group-redraw-check): Simplify.
11663         (gnus-group-tool-bar-update): Remove redraw check.
11664         (gnus-group-make-tool-bar): Add redraw check.
11665
11666 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11667
11668         * gnus-art.el (gnus-button): Add missing parentheses.
11669
11670 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11671
11672         * lpath.el: Fbind line-number-at-pos.
11673
11674 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11675
11676         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11677
11678 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11679
11680         * gnus-art.el (gnus-button): New face.
11681         (gnus-article-button-face): Use it.
11682
11683         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11684         Add gnus-summary-next-page.  Re-order.
11685
11686         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11687         next-node are now included.
11688         (gnus-group-redraw-line-number): New internal variable.
11689         (gnus-group-redraw-check): Helper function for updating the tool
11690         bar.
11691         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11692
11693         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11694
11695         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11696         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11697         Use it to match format of Spamassassin 3.0 and later.
11698         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11699         (spam-check-bogofilter)
11700         (spam-bogofilter-register-with-bogofilter): Fix args of
11701         `gnus-error' calls.
11702
11703 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11704
11705         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11706         unnecessary interaction when sending queued mails.
11707         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11708
11709 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11710
11711         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11712         first or last are nil.
11713
11714 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11715
11716         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11717
11718 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11719
11720         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11721
11722 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11723
11724         * dns.el (query-dns): Protect more against buggy tcp output.
11725
11726 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11727
11728         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11729         nov.php.
11730
11731 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11732
11733         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11734         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11735         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11736         output on the server side.
11737         (nnweb-google-create-mapping): Update regexps and add some
11738         progress indication.
11739
11740 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11741
11742         * gnus-group.el (gnus-group-tool-bar-gnome):
11743         Fix gnus-agent-toggle-plugged.  Re-order icons.
11744         (gnus-group-tool-bar-gnome):
11745         Add gnus-group-{prev,next}-unread-group.
11746         (gnus-group-tool-bar-gnome): Re-order icons.
11747
11748         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11749         Move gnus-summary-insert-new-articles.
11750
11751         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11752         Fix comments.
11753
11754         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11755         also available in Emacs 21.3.
11756
11757         * message.el (message-fix-before-sending): Change "Emacs 22" to
11758         "Emacs 23 (unicode)" in comment.
11759
11760         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11761         "Emacs 23 (unicode)" in comment.
11762
11763         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11764         comment.
11765         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11766
11767         * mm-view.el (mm-fill-flowed): Add :version.
11768
11769 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11770
11771         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11772         and load-path.
11773
11774 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11775
11776         * message.el: Autoload gmm-image-load-path.
11777         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11778         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11779         consitency.
11780
11781         * gmm-utils.el (gmm-image-load-path): Also search in
11782         "../etc/images".  Don't set gmm-image-load-path if we don't find
11783         the image.
11784
11785 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11786
11787         * gmm-utils.el (gmm-image-load-path): Don't make
11788         `gmm-image-load-path' include subdirectories which the second arg
11789         `image' might specify.
11790
11791         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11792         subdirectory to icon file names.
11793
11794         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11795
11796 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11797
11798         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11799         gmm-image-load-path calls.
11800
11801         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11802
11803         * message.el (message-make-tool-bar): Ditto.
11804
11805         * mml.el (mml-preview): Add comment concerning tool bar icons.
11806
11807         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11808         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11809
11810         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11811         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11812
11813         * message.el (message-tool-bar-gnome): Use new icon names.
11814         (message-make-tool-bar): Use `gmm-image-load-path'.
11815
11816         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11817         New functions from MH-E.
11818         (gmm-image-load-path): New variable from MH-E.
11819         (gmm-image-load-path): New function from MH-E.  Add arguments
11820         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11821         *-image-load-path-called-flag.
11822
11823 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11824
11825         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11826
11827 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11828
11829         * nnimap.el (nnimap-request-move-article): Change folder back to
11830         source group before deleting.
11831
11832 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11833
11834         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11835
11836         * gnus-art.el (mm-url-insert-file-contents-external):
11837         Autoload mm-url.
11838
11839         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11840
11841 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11842
11843         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11844         coding system which mm-charset-to-coding-system returns for a
11845         given charset is valid.
11846
11847 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11848
11849         * html2text.el (html2text-remove-tag-list):
11850         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11851
11852 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11853
11854         * gnus-cus.el: Revert 2005-10-17 change.
11855
11856 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11857
11858         * gnus-art.el (article-strip-banner):
11859         Call article-really-strip-banner only when the regexp match is made.
11860
11861 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11862
11863         * gnus-art.el (article-strip-banner):
11864         Use gnus-extract-address-components instead of
11865         mail-header-parse-addresses to make it work with non-ASCII text;
11866         remove mail-encode-encoded-word-string.
11867
11868         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11869         values which are surrounded with \"...\"; make it never cause a
11870         Lisp error; give up parsing of parameters if it failed in
11871         extracting type.
11872
11873 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11874
11875         * smime.el (smime-cert-by-ldap-1): Fix bug where
11876         `smime-ldap-search' returns results without userCertificates.
11877
11878 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11879
11880         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11881
11882 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11883
11884         * spam.el (spam-check-spamassassin-headers): Adapt format for
11885         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11886         <ari@mbf.ocn.ne.jp>.
11887         (spam-list-of-processors): Add spam-use-gmane.
11888
11889 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11890
11891         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11892         make-temp-file; make it work with XEmacs as well.
11893
11894         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11895         mm-make-temp-file.
11896
11897         * mm-decode.el (mm-display-external): Use the 3rd arg of
11898         mm-make-temp-file.
11899         (mm-create-image-xemacs): Ditto.
11900
11901 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11902
11903         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11904         with message-narrow-to-headers.
11905         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11906         (gnus-draft-check-draft-articles): New function.
11907         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11908
11909 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11910
11911         * gnus-art.el (gnus-article-browse-html-parts):
11912         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11913         Don't use suffix argument for mm-make-temp-file for Emacs 21
11914         compatibility.  Remove useless `format'.
11915
11916 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11917
11918         * nnweb.el (nnweb-google-wash-article): Update regexps.
11919         (nnweb-group-alist): Use defvoo instead of defvar.
11920
11921 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11922
11923         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11924         re-loading nn* modules.
11925
11926 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11927
11928         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11929         for `tool-bar-mode' and don't check it's default-value.
11930
11931         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11932
11933         * message.el (message-make-tool-bar): Ditto.
11934
11935         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11936         `substring'.  Shorten tmp-file name.
11937
11938         * gnus.el: Remove bogus comment.
11939
11940 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11941
11942         * gnus-art.el (gnus-article-browse-html-parts): New function.
11943         (gnus-article-browse-html-article): New function for viewing html
11944         articles with a browser.
11945
11946 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11947
11948         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11949         in elisp.
11950         (pgg-gpg-encrypt-symmetric-region): Ditto.
11951         (pgg-gpg-sign-region): Ditto.
11952
11953         * pgg-def.el (pgg-text-mode): New variable.
11954
11955         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11956         (mml2015-pgg-encrypt): Ditto.
11957
11958         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11959         (mml1991-pgg-encrypt): Ditto.
11960
11961 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11962
11963         * nnfolder.el (nnfolder-insert-newsgroup-line):
11964         Use message-make-date instead of current-time-string.
11965
11966         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11967         to gnus-decoded which mm-uu might set.
11968
11969 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11970
11971         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11972         don't decode quoted parameters; remove misimported Emacs code.
11973         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11974         (rfc2231-decode-encoded-string): Don't use split-string which
11975         behaves differently according to Emacs version; use
11976         mm-decode-coding-region to convert charset to coding-system.
11977         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11978         (rfc2231-encode-string): Remove misimported Emacs code.
11979
11980 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11981
11982         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11983         when calling mail-header-parse-content-type.
11984         (article-de-quoted-unreadable): Ditto.
11985         (article-de-base64-unreadable): Ditto.
11986         (article-wash-html): Ditto.
11987
11988         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11989         calling mail-header-parse-content-type and
11990         mail-header-parse-content-disposition.
11991         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11992         mail-header-parse-content-type.
11993
11994         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11995         insert charset and format parameters; encode description after
11996         inserting it to buffer.
11997         (mml-insert-parameter): Fold lines properly even if a parameter is
11998         segmented into two or more lines; change the max column to 76.
11999
12000         * rfc1843.el (rfc1843-decode-article-body): Don't use
12001         ignore-errors when calling mail-header-parse-content-type.
12002
12003         * rfc2231.el (rfc2231-parse-string): Return at least type if
12004         possible; don't cause an error even if it fails in parsing of
12005         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12006         (rfc2231-encode-string): Don't break lines at the beginning, leave
12007         it to mml-insert-parameter.
12008
12009         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12010         calling mail-header-parse-content-type.
12011
12012 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12013
12014         * spam-report.el (spam-report-gmane-use-article-number):
12015         Improve doc string.
12016         (spam-report-gmane-internal): Check if a suitable header was found
12017         in the article.
12018
12019 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12020
12021         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12022         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12023
12024 2006-02-05  Romain Francoise  <romain@orebokech.com>
12025
12026         Update copyright notices of all files in the gnus directory.
12027
12028 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12029
12030         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12031
12032 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12033
12034         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12035         segmented lines of parameter value to cope with Thunderbird 1.5
12036         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12037         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12038         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12039
12040 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12041
12042         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12043         parts.
12044
12045 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12046
12047         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12048         there's only one active file for all servers.
12049         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12050         solid groups.  Gnus might have used a FAST request to select the group.
12051         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12052         and nnweb-search redundantly in the active file.
12053         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12054         (nnweb-request-create-group): Don't use ARGS.
12055         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12056         initialisations.  Let nnoo do the work.
12057
12058 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12059
12060         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12061         Say the part has been decoded.
12062
12063         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12064
12065 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12066
12067         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12068         mailcap-viewer-test-cache when there's no 'test clause, since that
12069         will invert the meaning of a "nil" test previously determined by
12070         mailcap-mailcap-entry-passes-test.
12071
12072 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12073
12074         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12075         compiling.
12076
12077         * gnus-sum.el: Ditto.
12078
12079         * message.el: Don't bind tool-bar-map when compiling.
12080
12081 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12082
12083         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12084
12085 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12086
12087         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12088         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12089         current Google Groups.
12090
12091 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12092
12093         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12094         and tool-bar-mode.
12095
12096         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12097         and tool-bar-mode.
12098
12099         * message.el (message-tool-bar-update): Simplify.
12100         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12101
12102         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12103         gnus-summary-buffer.
12104         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12105         gnus-summary-reply.
12106
12107         * gmm-utils.el (gmm): Add :version.
12108
12109 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12110
12111         * Makefile.in (clean): New rule.
12112         (distclean): Use it.
12113
12114 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12115
12116         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12117         Don't autoload.
12118
12119 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12120
12121         * gmm-utils.el (gmm-verbose): Add :group.
12122
12123 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12124
12125         * message.el: Change some comments WRT tool-bars.
12126
12127         * gnus-sum.el (gnus-summary-tool-bar)
12128         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12129         (gnus-summary-tool-bar-zap-list): New variables.
12130         (gnus-summary-make-tool-bar): Complete rewrite using
12131         `gmm-tool-bar-from-list'.
12132
12133         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12134         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12135         New variables.
12136         (gnus-group-make-tool-bar): Complete rewrite using
12137         `gmm-tool-bar-from-list'.
12138         (gnus-group-tool-bar-update): New function.
12139
12140         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12141
12142 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12143
12144         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12145         is dissected into a single part of which the type is the same as
12146         the given one; decode charset.
12147
12148 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12149
12150         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12151         into alists as symbol not string, since that's what
12152         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12153         look for.
12154
12155 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12156
12157         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12158         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12159
12160         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12161
12162 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12163
12164         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12165         (gnus-xmas-mime-security-button-menu): New function.
12166
12167         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12168         (gnus-mime-security-button-menu): New definition.
12169         (gnus-mime-security-button-map): Use them.
12170         (gnus-mime-security-button-menu): New function.
12171         (gnus-insert-mime-security-button): Addition to help echo.
12172         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12173         (gnus-mime-security-pipe-part): New functions.
12174
12175         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12176         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12177
12178         * mm-decode.el (mm-handle-set-disposition): Remove.
12179         (mm-handle-set-description): Remove.
12180
12181 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12182
12183         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12184         (mm-w3m-standalone-supports-m17n-p): New function.
12185         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12186         w3m usage.
12187
12188         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12189         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12190
12191 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12192
12193         * message.el (message-tool-bar-zap-list):
12194         Use gmm-tool-bar-zap-list as custom type.
12195         (message-tool-bar-update): New function.
12196         (message-tool-bar, message-tool-bar-gnome)
12197         (message-tool-bar-retro): Add message-tool-bar-update.
12198         (message-tool-bar-gnome): Add flyspell-buffer.
12199
12200         * gnus-util.el (gnus-error): Describe `args'.
12201
12202         * gmm-utils.el (gmm-error): Describe `args'.
12203         (gmm-tool-bar-zap-list): New widget.
12204         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12205
12206 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12207
12208         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12209         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12210         the number of recursive calls.
12211
12212         * mm-decode.el (mm-handle-set-disposition): New macro.
12213         (mm-handle-set-description): New macro.
12214
12215 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12216
12217         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12218         encoding.
12219
12220 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12221
12222         * message.el (message-tool-bar-zap-list, message-tool-bar)
12223         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12224         (message-tool-bar-local-item-from-menu): Remove.
12225         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12226         (message-make-tool-bar): New function.
12227         (message-mode): Use `message-make-tool-bar'.
12228
12229         * gmm-utils.el: New file.
12230         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12231         (gmm-lazy): New widget copied from `nnmail.el'.
12232         (gmm-tool-bar-from-list): New function for creating customizable
12233         tool bars.
12234         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12235         output.
12236         (gmm): Add :prefix to defgroup.
12237
12238 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12239
12240         * gmm-utils.el (gmm-widget-p): New function.
12241
12242 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12243
12244         * mml.el (mml-attach-file): Describe `description' in doc string.
12245         (mml-menu): Add Emacs MIME manual and PGG manual.
12246
12247 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12248
12249         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12250
12251 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12252
12253         * nntp.el (nntp-end-of-line): Doc fix.
12254
12255 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12256
12257         * imap.el (imap-open): Handle case where buffer is a buffer
12258         object.
12259
12260 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12261
12262         * gnus-delay.el (gnus-delay): Don't autoload.
12263         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12264         to be re-loaded when customizing the `gnus-delay' group.
12265
12266 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12267
12268         * message.el (message-insert-citation-line): Use newlines.
12269
12270 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12271
12272         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12273         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12274         these routines, so the passphrase can be managed externally and
12275         passed in to the system.
12276         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12277         pgg-add-passphrase-to-cache function.
12278
12279         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12280         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12281         these routines, so the passphrase can be managed externally and
12282         passed in to the system.
12283         (pgg-pgp5-sign-region): Use new name of
12284         pgg-add-passphrase-to-cache function.
12285
12286 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12287
12288         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12289         part of the decoded armor to find the key-identifier.
12290         (pgg-gpg-lookup-key-owner): New function to return the
12291         human-readable identifier of a key owner.
12292         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12293         itself.
12294         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12295         the key value) if we have a key and can match it against a secret
12296         key.  Also, added a note pointing out fact that the prompt only
12297         indicates the first matching key.
12298
12299         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12300         pgg-decrypt-region.
12301         (pgg-add-passphrase-to-cache): Rename from
12302         `pgg-add-passphrase-cache' to reduce confusion (all callers
12303         changed).
12304         (pgg-remove-passphrase-from-cache): Rename from
12305         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12306         changed).
12307         (pgg-read-passphrase, pgg-add-passphrase-cache)
12308         (pgg-remove-passphrase-cache): Add informative docstrings.
12309         (pgg-decrypt): Convey provided passphrase in subordinate call to
12310         pgg-decrypt-region.
12311
12312 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12313
12314         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12315         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12316         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12317         'passphrase' argument, so the passphrase can be managed externally
12318         and then passed in to the system.
12319
12320         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12321         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12322         so the passphrase cache can be used reliably with identifiers
12323         besides a pgp packet's key id.
12324
12325         * pgg-gpg.el (pgg-gpg-encrypt-region)
12326         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12327         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12328         these routines, so the passphrase can be managed externally and
12329         passed in to the system.
12330
12331         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12332         'notruncate' argument, so the passphrase cache can be used
12333         reliably with identifiers besides a pgp packet's key id.
12334
12335 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12336
12337         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12338         symmetric encryption.
12339         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12340         encrypted session key.
12341         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12342         message ask for the passphrase in a proper way.
12343
12344         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12345         New user commands for symmetric encryption.
12346
12347 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12348
12349         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12350
12351         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12352
12353 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12354
12355         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12356
12357 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12358
12359         * mm-decode.el (mm-inlined-types): Add application/pgp.
12360         (mm-automatic-display): Ditto.
12361
12362         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12363         part as text.
12364
12365 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12366
12367         * nnrss.el: Update copyright.
12368         (nnrss-opml-import): Query whether to subscribe to each entry.
12369
12370         * gnus-art.el:
12371         * gnus-sum.el:
12372         * gnus-xmas.el:
12373         * messagexmas.el:
12374         * mm-uu.el:
12375         * mm-view.el: Update copyright.
12376
12377 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12378
12379         * message.el (message-info): New function.
12380         (message-mode-menu): Add it.
12381         Update copyright.
12382
12383         * ChangeLog: Fix and update copyright.
12384
12385 2006-01-13  Romain Francoise  <romain@orebokech.com>
12386
12387         * message.el (message-forward-subject-name-subject): Prefer the
12388         address to 'nowhere' if the sender has no name.
12389         Fix typo.  Update copyright year.
12390
12391 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12392
12393         * gnus-art.el (article-wash-html):
12394         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12395         (gnus-article-wash-html-with-w3m-standalone): New function.
12396
12397         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12398         mm-inline-text-html-render-with-w3m-standalone.
12399         (mm-text-html-washer-alist): Map w3m-standalone to
12400         gnus-article-wash-html-with-w3m-standalone.
12401         (mm-inline-text-html-render-with-w3m-standalone): New function.
12402
12403 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12404
12405         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12406         Improve LaTeX.
12407
12408 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12409
12410         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12411         (nnrss-request-article): Render text/plain parts as HTML.
12412
12413         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12414         the buffer.
12415
12416 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12417
12418         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12419         custom definition of `gnus-posting-styles'.
12420
12421         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12422         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12423
12424 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12425
12426         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12427         Use nntp for bug archive.
12428
12429 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12430
12431         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12432         parts.
12433         (nnrss-normalize-date): New function converts ISO 8601 date into
12434         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12435         (nnrss-check-group): Use it.
12436
12437 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12438
12439         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12440
12441         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12442         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12443         (nnrss-insert-w3): Ditto.
12444
12445 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12446
12447         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12448         the articles to be forwarded including the case where neither a
12449         number of articles nor a region is specified.
12450
12451 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12452
12453         * nnrss.el (nnrss-request-article): Fix last change; fill
12454         text/plain parts.
12455
12456 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12457
12458         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12459         in text/plain part.
12460         (nnrss-check-group): Don't add excessive newline to dc:subject.
12461
12462 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12463
12464         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12465         article.
12466
12467 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12468
12469         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12470         (nnml-use-compressed-files, nnml-save-mail): Support other
12471         comression programs such as bzip2.
12472
12473 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12474
12475         * dns.el (query-dns): Make sure we check the buffer size before
12476         removing tcp headers.
12477
12478 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12479
12480         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12481         remove MIME buttons associated with multipart/alternative parts.
12482         (gnus-mime-display-alternative): Tag buttons using `article-type'
12483         text property.
12484
12485         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12486         associated with multipart/alternative parts.
12487
12488         * gnus-art.el (gnus-signature-separator): Fix custom type.
12489
12490         * mm-decode.el (mm-inlined-types): Fix custom type.
12491         (mm-keep-viewer-alive-types): Ditto.
12492         (mm-automatic-display): Ditto.
12493         (mm-attachment-override-types): Ditto.
12494         (mm-inline-override-types): Ditto.
12495         (mm-automatic-external-display): Ditto.
12496
12497 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12498
12499         * spam-report.el (spam-report-user-mail-address)
12500         (spam-report-user-agent): New variables.
12501         (spam-report-url-ping-plain): Use spam-report-user-agent.
12502
12503 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12504
12505         * gnus-art.el (gnus-button-handle-custom): Do not just use
12506         `customize-apropos' for any "M-x customize-*" button but the
12507         function called for.  Accept both the function name and its
12508         argument in order to achieve this.
12509         (gnus-button-alist): Remove support for "custom:" URL's.
12510         Pass function name to `gnus-button-handle-custom' in case of "M-x
12511         customize-*" buttons.
12512
12513 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12514
12515         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12516         multipart/alternative and add xref to mm-discouraged-alternatives
12517         in doc string.
12518
12519         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12520         gnus-buttonized-mime-types in doc string.
12521
12522 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12523
12524         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12525         Suggest image/.* in the doc string.
12526
12527 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12528
12529         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12530         message-marks (Debian bug #342521).
12531
12532 2005-12-12  Simon Josefsson  <jas@extundo.com>
12533
12534         * password.el (password-read-from-cache): Add.
12535         (password-read): Use it.
12536
12537 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12538
12539         * rfc2047.el (rfc2047-charset-to-coding-system):
12540         Recognize us-ascii as a MIME charset.
12541
12542         * mm-bodies.el (mm-decode-content-transfer-encoding):
12543         Protect against the case where the 2nd arg TYPE is nil.
12544
12545 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12546
12547         * pop3.el (pop3-stream-type): Fix custom version.
12548
12549         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12550
12551 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12552
12553         * mm-decode.el (mm-display-external): Add missing cdr.
12554
12555 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12556
12557         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12558         RFC1524) if it is in mailcap or add a suffix according to
12559         mailcap-mime-extensions when generating a temp filename; postpone
12560         deleting a temp file for 2 seconds for some wrappers, shell
12561         scripts, and so on, which might exit right after having started a
12562         viewer command as a background job.
12563
12564 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12565
12566         * nntp.el (nntp-marks-directory): Fix custom group.
12567
12568         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12569         steps when < 10.
12570
12571         * gnus-start.el (gnus-no-server-1):
12572         Mention `gnus-level-default-subscribed' in doc string.
12573
12574 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12575
12576         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12577         parens.
12578
12579 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12580
12581         * gnus-xmas.el (gnus-use-toolbar): Revert.
12582         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12583         gnus-use-toolbar is default.
12584
12585         * messagexmas.el (message-use-toolbar): Revert.
12586         (message-setup-toolbar): Use global default-toolbar if
12587         message-use-toolbar is default.
12588
12589 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12590
12591         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12592         according to default-toolbar-visible-p.
12593
12594         * messagexmas.el (message-use-toolbar): Ditto.
12595
12596 2005-11-26  Dave Love  <fx@gnu.org>
12597
12598         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12599         (tls-program, tls-success): Provide openssl alternative.
12600
12601         * starttls.el: Doc fixes.
12602         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12603         SERVICE to PORT.
12604
12605         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12606         port null or service name.
12607         (starttls-negotiate): Autoload.
12608
12609 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12610
12611         * message.el (message-kill-to-signature): Fix interactive spec.
12612
12613 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12614
12615         * pop3.el (pop3-open-server): Recognize a string as a service name.
12616
12617 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12618
12619         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12620
12621 2005-11-23  Dave Love  <fx@gnu.org>
12622
12623         Add pop3s, pop3/starttls.
12624
12625         * pop3.el (pop3-authentication-scheme): Clarify doc.
12626         (open-tls-stream, starttls-open-stream): Autoload.
12627         (pop3-stream-type): New.
12628         (pop3-open-server): Use it.
12629
12630         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12631         for POP.
12632         (mail-source-keyword-map): Add :stream for POP.
12633         (mail-source-fetch-pop): Use pop3-stream-type.
12634
12635 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12636
12637         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12638         of current-time-string.
12639
12640 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12641
12642         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12643         date header.
12644
12645 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12646
12647         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12648         it can seriously impact performance as it bypasses the agent's
12649         local caches.
12650
12651 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12652
12653         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12654         must be explicitly online rather than "not explicitly offline" for
12655         its flags to be synchronized.
12656
12657         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12658         that gnus-uu-unmark-thread will function correctly.
12659
12660         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12661         1024K is instead displayed as 1M.
12662
12663 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12664
12665         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12666
12667 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12668
12669         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12670
12671 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12672
12673         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12674         error message to display actual error condition.
12675         (gnus-agent-save-local): Avoid saving symbols that are bound to
12676         nil as they simply result in a warning message in
12677         gnus-agent-read-local.
12678
12679 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12680
12681         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12682         rather than make-variable-buffer-local for file-precious-flag.
12683
12684 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12685
12686         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12687         for duplicates which are removed.  The invalid sort check then
12688         triggers a rescan after the sort as sorting may have moved
12689         duplicate entries such that they can be cheaply detected.
12690
12691 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12692
12693         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12694
12695 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12696
12697         * gnus-agent.el (gnus-agent-article-alist-save-format):
12698         Change internal variable to a custom variable.  Change default value
12699         from compressed(2) to uncompressed(1).
12700         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12701         support for uncompressed agentview files.  Taken together, reading
12702         the agentview file should now be 6-7 times faster.
12703
12704 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12705
12706         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12707         as a buffer-local variable.  This avoids creating truncated
12708         dribble files as a result of a hang up, eg.
12709
12710 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12711
12712         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12713         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12714         XEmacs.
12715
12716 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12717
12718         * gnus-start.el (gnus-start-draft-setup):
12719         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12720
12721         * gnus.el (gnus-splash): Change custom group.
12722         (gnus-group-get-parameter, gnus-group-parameter-value):
12723         Describe allow-list argument.
12724
12725         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12726         string.
12727
12728 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12729
12730         * gnus-art.el (gnus-default-article-saver): Add user-defined
12731         `function' to custom type.
12732
12733 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12734
12735         * imap.el (imap-open): Handle case where buffer is a buffer
12736         object.
12737
12738 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12739
12740         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12741         long lines.
12742         (gnus-cache-delete-group): Wrap doc strings.
12743
12744         * gnus-agent.el (gnus-agent-rename-group)
12745         (gnus-agent-delete-group): Wrap doc strings.
12746
12747 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12748
12749         * messagexmas.el (message-use-toolbar): Change the valid values
12750         into default, top, bottom, left, and right.
12751         (message-toolbar-thickness): New variable.
12752         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12753         well.
12754         (message-setup-toolbar): Make it work.
12755
12756         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12757         (gnus-use-toolbar): Change the valid values into default, top,
12758         bottom, left, and right.
12759         (gnus-toolbar-thickness): New variable.
12760         (gnus-xmas-setup-toolbar): New function.
12761         (gnus-xmas-setup-group-toolbar): Use it.
12762         (gnus-xmas-setup-summary-toolbar): Use it.
12763
12764 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12765
12766         * gnus-start.el (gnus-1): Add "native" to
12767         gnus-predefined-server-alist.
12768
12769         * gnus.el (gnus-method-to-server): Don't add "native" to the
12770         lists here, because that leads to problems when
12771         gnus-select-method is bound.
12772
12773 2005-11-09  Simon Josefsson  <jas@extundo.com>
12774
12775         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12776         use (not sort-by-date) instead.
12777
12778 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12779
12780         * gnus-delay.el (gnus-delay-group): Don't autoload.
12781         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12782         to be re-loaded when customizing the `gnus-delay' group.
12783
12784 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12785
12786         * message.el: Revert last changes.
12787         (message-insert-citation-line): Use newlines.
12788
12789 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12790
12791         * message.el (message-courtesy-message)
12792         (message-mark-insert-begin, message-mark-insert-end)
12793         (message-elide-ellipsis, message-cancel-message)
12794         (message-add-header, message-change-subject)
12795         (message-cross-post-followup-to-header)
12796         (message-cross-post-insert-note, message-reduce-to-to-cc)
12797         (message-widen-reply, message-delete-not-region)
12798         (message-kill-to-signature, message-insert-signature)
12799         (message-insert-importance-high, message-insert-importance-low)
12800         (message-insert-or-toggle-importance)
12801         (message-insert-disposition-notification-to)
12802         (message-indent-citation, message-yank-original)
12803         (message-cite-original-without-signature, message-cite-original)
12804         (message-insert-citation-line, message-position-on-field)
12805         (message-fix-before-sending, message-send-mail-partially)
12806         (message-send-mail, message-send-mail-with-sendmail)
12807         (message-send-mail-with-qmail, message-send-news)
12808         (message-check-news-header-syntax, message-generate-headers)
12809         (message-insert-courtesy-copy, message-fill-address)
12810         (message-fill-header, message-shorten-references)
12811         (message-setup-1, message-cancel-news)
12812         (message-forward-make-body-plain, message-forward-make-body-mime)
12813         (message-forward-make-body-mml, message-encode-message-body)
12814         (message-forward-make-body-digest-plain)
12815         (message-forward-make-body-digest-mime)
12816         (message-use-alternative-email-as-from): Insert `hard-newline'
12817         instead of ordinary newlines.
12818
12819 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12820
12821         * message.el (message-generate-headers): Downcase the argument
12822         given to message-check-element.
12823
12824 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12825
12826         * nntp.el (nntp-authinfo-rejected): New error condition.
12827         (nntp-wait-for): Use new error condition to signal authentication
12828         error.
12829         (nntp-retrieve-data): Rethrow new error condition to break out of
12830         recursive call to nntp-send-authinfo.
12831
12832 2005-11-08  Romain Francoise  <romain@orebokech.com>
12833
12834         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12835         (gnus-summary-exit-map): Bind to `Z p'.
12836         (gnus-summary-make-menu-bar): Add menu item.
12837
12838 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12839
12840         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12841         (gnus-treat-*): Add `first' in all doc strings.
12842
12843         * gnus-group.el (gnus-group-compact-group): Fix typo.
12844
12845 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12846
12847         * gnus.el (gnus-parameters-case-fold-search): New variable.
12848         (gnus-parameters-get-parameter): Use it.
12849
12850         * gnus-score.el (gnus-home-score-file): Doc fix.
12851
12852 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12853
12854         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12855
12856 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12857
12858         * mm-util.el (mm-special-display-p): New function.
12859
12860         * mml.el (mml-preview): Use it; doc fix.
12861
12862 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12863
12864         * imap.el (imap-open): Handle case where buffer is a buffer object.
12865
12866 2005-10-29  Romain Francoise  <romain@orebokech.com>
12867
12868         * message.el (message-fix-before-sending): Fix comment.
12869
12870 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12871
12872         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12873
12874 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12875
12876         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12877         Used in gnus-score.el.
12878
12879 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12880
12881         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12882
12883 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12884
12885         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12886         whitespace removed in revision 7.8.  Use concatenated string to
12887         protect trailing whitespace.
12888
12889 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12890
12891         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12892         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12893         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12894         Courier IMAP ("some version from 2004").  Mostly based on similar
12895         code in the same function.
12896
12897 2005-10-26  Didier Verna  <didier@xemacs.org>
12898
12899         * gnus-group.el (gnus-group-compact-group): Invalidate original
12900         article buffer.
12901         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12902         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12903         NOV database and in article itself.
12904         Invalidate article backlog.
12905
12906 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12907
12908         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12909
12910 2005-10-26  Simon Josefsson  <jas@extundo.com>
12911
12912         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12913         part of 2004-07-25 change.
12914
12915 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12916
12917         * message.el (message-display-completion-list): New function.
12918         (message-expand-group): Use it; make sure the Completions buffer
12919         is modifiable.
12920 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12921
12922         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12923         user-mail-name is an empty string.
12924
12925 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12926
12927         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12928         depending on gnus-score-decay-constant.
12929
12930         * encrypt.el (encrypt-insert-file-contents)
12931         (encrypt-write-file-contents): Don't use `gnus-message'.
12932
12933         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12934         arguments.
12935         (mm-uu-type-alist): Add message-marks and insert-marks.
12936         Pass arguments to mm-uu-verbatim-marks-extract.
12937         (mm-uu-hide-markers): New variable.
12938         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12939
12940         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12941         (gnus-convert-image-to-face-command): Use "convert" by default to
12942         allow other input image formats.
12943         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12944         accordingly.
12945
12946 2005-10-23  Simon Josefsson  <jas@extundo.com>
12947
12948         * imap.el (imap-gssapi-program): Align command line parameters
12949         with latest GNU SASL.
12950         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12951
12952 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12953
12954         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12955         HTML.
12956         (nnslashdot-request-article): Ditto.
12957
12958         * lpath.el (featurep): Add nobreak-char-display.
12959
12960 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12961
12962         * mail-source.el (mail-source-fetch-pop): Require pop3.
12963         (mail-source-check-pop): Ditto.
12964
12965 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12966
12967         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12968         errors.
12969
12970 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12971
12972         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12973         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12974
12975         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12976
12977         * mm-bodies.el (mm-decode-string):
12978         Call `mm-charset-to-coding-system' with allow-override argument.
12979
12980 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12981
12982         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12983         (rfc2047-charset-to-coding-system): New function.
12984         (rfc2047-decode-encoded-words): New function.
12985         (rfc2047-decode-region): Use them.
12986         (rfc2047-decode-cte): Remove.
12987         (rfc2047-parse-and-decode): Remove.
12988         (rfc2047-decode): Remove.
12989
12990 2005-10-15  Kenichi Handa  <handa@m17n.org>
12991
12992         * rfc2047.el (rfc2047-decode-cte): New function.
12993         (rfc2047-decode-region): Change the way to decode successive
12994         encoded-words: decode B- or Q-encoding in each encoded-word,
12995         concatenate them, and decode it as charset.
12996
12997 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12998
12999         * lpath.el: Fbind codepage-setup for XEmacs.
13000
13001 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13002
13003         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13004         widget-move-and-invoke.
13005         (gnus-custom-mode): Use gnus-custom-map.
13006
13007 2005-10-15  Bill Wohler  <wohler@newt.com>
13008
13009         * message.el (message-tool-bar-map): Rename image file from
13010         mail_send to mail/send.
13011
13012 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13013
13014         * message.el (message-expand-group): Pass the common
13015         prefix substring of completion to `display-completion-list'.
13016
13017 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13018
13019         * mml-sec.el (mml-secure-method): New internal variable.
13020         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13021         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13022         New functions using mml-secure-method.
13023
13024         * mml.el (mml-mode-map): Add key bindings for those functions.
13025         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13026         Harder <harder@myrealbox.com>.
13027         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13028         Goto end of message if point is the headers of the message.
13029
13030         * message.el (message-in-body-p): New function.
13031
13032         * assistant.el: Autoload gnus-util and netrc.
13033
13034         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13035         Use `mm-charset-override-alist' only when decoding.
13036
13037         * mm-bodies.el (mm-decode-body):
13038         Call `mm-charset-to-coding-system' with allow-override argument.
13039
13040         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13041         `filename' from Content-Disposition if Content-Type doesn't
13042         provide `name'.
13043         (gnus-mime-view-part-as-type): Set default instead of
13044         initial-input.
13045
13046 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13047
13048         * format-spec.el (format-spec): Propagate text properties of % spec.
13049
13050 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13051
13052         * gnus-art.el (gnus-treat-predicate): Add `first'.
13053
13054 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13055
13056         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13057         (mm-charset-override-alist): New variable.
13058         (mm-charset-to-coding-system): Use it.
13059         (mm-codepage-setup): New helper function.
13060         (mm-charset-eval-alist): New variable.
13061         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13062         Warn about unknown charsets.
13063
13064         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13065
13066 2005-10-04  David Hansen  <david.hansen@gmx.net>
13067
13068         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13069         (nnrss-check-group): Ditto.
13070
13071 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13072
13073         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13074         Rename x-gnus-verbatim to x-verbatim.
13075         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13076
13077         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13078         x-verbatim.
13079
13080         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13081
13082         * gnus-util.el (gnus-remove-duplicates): Remove.
13083
13084         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13085         instead of gnus-remove-duplicates.
13086
13087         * message.el (message-remove-duplicates): Remove.
13088         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13089         message-remove-duplicates.
13090
13091         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13092         available, else use implementation from `delete-dups'.
13093
13094         * message.el (message-insert-expires): New function.
13095         (message-mode-map): Add key binding.
13096         (message-mode-field-menu): Add menu entry.
13097         (message-mode): Document it.
13098         (message-make-expires-date): Use `message-make-date'.
13099
13100 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13101
13102         * message.el (message-make-expires-date): New function.
13103
13104 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13105
13106         * Makefile.in (list-installed-shadows): New entry.
13107         (install): Use it.
13108         (remove-installed-shadows): New entry.
13109
13110         * dgnushack.el (dgnushack-default-load-path): New variable.
13111         (dgnushack-find-lisp-shadows): New function.
13112         (dgnushack-remove-lisp-shadows): New function.
13113
13114 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13115
13116         * Makefile.in (install-el-elc): New entry.
13117         (install): Use it so that .el files are necessarily installed.
13118
13119 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13120
13121         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13122
13123 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13124
13125         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13126         function rather than the diff-mode.el package.
13127         (mm-display-external): Use with-current-buffer.
13128         (mm-viewer-completion-map, mm-viewer-completion-map):
13129         Move initialization inside declaration.
13130
13131 2005-09-29  Simon Josefsson  <jas@extundo.com>
13132
13133         * spam.el: Load hashcash when compiling, to avoid warnings.
13134         Don't autoload mail-check-payment.
13135         (spam-check-hashcash): Define unconditionally, since hashcash.el
13136         is part of Gnus now.  Ignore errors from payment checking.
13137
13138 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13139
13140         * message.el (message-bold-region, message-unbold-region):
13141         Rename from `bold-region' and `unbold-region'.
13142
13143         * message.el: Remove useless autoloads.
13144
13145 2005-09-28  Simon Josefsson  <jas@extundo.com>
13146
13147         * message.el (message-use-idna): Default to t.
13148         (message-use-idna): Test whether encoding works too.  Doc fix.
13149
13150 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13151
13152         * nntp.el (nntp-warn-about-losing-connection): Remove.
13153
13154 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13155
13156         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13157         customizable.  Change default value.
13158         (mm-uu-diff-groups-regexp): Change default value.
13159         (mm-uu-type-alist): Add doc string.
13160         (mm-uu-configure): Add doc string.  Make it interactive.
13161         (mm-uu-tex-groups-regexp): New variable.
13162         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13163         (mm-uu-type-alist): Add LaTeX documents.
13164         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13165         of "text/verbatim".
13166         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13167
13168         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13169         instead of "text/verbatim".
13170
13171         * message.el (message-mark-inserted-region)
13172         (message-mark-insert-file): Use slrn style marks when called with
13173         prefix argument.
13174
13175 2005-09-27  Simon Josefsson  <jas@extundo.com>
13176
13177         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13178
13179 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13180
13181         * message.el (message-remove-duplicates): New function.
13182         Implementation borrowed from `gnus-remove-duplicates'.
13183         (message-idna-to-ascii-rhs): Also encode idna addresses in
13184         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13185         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13186         only ask about the same idna domain once per header and also tell
13187         in what header to replace the idna domain.
13188
13189         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13190         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13191         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13192         a header is decoded and not just the last one.
13193
13194 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13195
13196         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13197         has been decoded.
13198
13199         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13200         (mm-insert-part): Don't modify text if it has been decoded.
13201
13202         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13203         decoded.
13204
13205         * mm-view.el (mm-inline-text): Don't strip text props unless
13206         decoding enriched or richtext parts.
13207
13208 2005-09-25  Romain Francoise  <romain@orebokech.com>
13209
13210         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13211         * gnus-start.el (gnus-subscribe-interactively):
13212         * gnus-uu.el (gnus-uu-grab-articles):
13213         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13214         space.
13215
13216 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13217
13218         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13219         * mm-view.el (mm-view-pkcs7-decrypt):
13220         * gnus-sum.el (gnus-summary-limit-to-extra)
13221         (gnus-summary-respool-article, gnus-read-move-group-name):
13222         * gnus-score.el (gnus-summary-increase-score):
13223         * gnus-util.el (gnus-completing-read-with-default):
13224         * gnus-art.el (gnus-read-save-file-name)
13225         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13226         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13227         * message.el (message-check-news-header-syntax):
13228         Follow convention for reading with the minibuffer.
13229
13230 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13231
13232         * spam-report.el (spam-report-url-ping-plain):
13233         Use gnus-extended-version as User-Agent.
13234
13235         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13236         default value is nil.
13237
13238         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13239         (mm-uu-verbatim-marks-extract): New function.
13240         (mm-uu-extract): New face.
13241         (mm-uu-copy-to-buffer): Use it.
13242
13243         * spam-report.el (spam-report-gmane-ham): Rename from
13244         `spam-report-gmane-unspam'.
13245         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13246         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13247
13248         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13249         Autoload.
13250         (spam-report-gmane-unregister-routine):
13251         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13252
13253 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13254
13255         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13256         (spam-report-gmane-unregister-routine): Add support for gmane
13257         unregistration.
13258
13259         * spam-report.el (spam-report-gmane-unspam)
13260         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13261         (spam-report-gmane): Change to take a single article and do unspam
13262         registration.
13263
13264 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13265
13266         * mm-url.el (mm-url-decode-entities): Fix regexp.
13267
13268 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13269
13270         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13271         default to nil, to be able to use Gnus at all.  If the default
13272         switches to something else, then the function should be fixed not
13273         be exceedingly slow.
13274
13275 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13276
13277         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13278         fail hard.
13279
13280         * spam-report.el: Add better Keywords line.
13281
13282         * spam.el: Add Maintainer and better Keywords line.
13283
13284 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13285
13286         * gnus-art.el (gnus-article-replace-part)
13287         (gnus-mime-replace-part): New functions.
13288         (gnus-mime-action-alist, gnus-mime-button-commands)
13289         (gnus-mime-save-part-and-strip): Add file argument.
13290         (gnus-article-part-wrapper): Add interactive argument.
13291
13292         * gnus-sum.el (gnus-summary-mime-map):
13293         Add `gnus-article-replace-part'.
13294
13295 2005-09-19  Didier Verna  <didier@xemacs.org>
13296
13297         The nnml compaction feature:
13298         * nnml.el (nnml-request-compact-group): New function.
13299         * nnml.el (nnml-request-compact): New function.
13300         * gnus-int.el (gnus-request-compact-group): New function.
13301         * gnus-int.el (gnus-request-compact): New function.
13302         * gnus-group.el (gnus-group-compact-group): New function.
13303         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13304         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13305         * gnus-srvr.el (gnus-server-compact-server): New function.
13306         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13307         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13308
13309 2005-09-18  Deepak Goel  <deego@gnufans.org>
13310
13311         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13312         format spec.
13313
13314 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13315
13316         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13317
13318 2005-09-15  Romain Francoise  <romain@orebokech.com>
13319
13320         * message.el (message-fill-paragraph): Clarify docstring.
13321
13322 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13323
13324         * gnus-art.el (gnus-mime-display-part): Protect against broken
13325         MIME messages.
13326
13327 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13328
13329         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13330         before parsing header.
13331
13332 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13333
13334         * html2text.el (html2text-replace-list): Add new entities.
13335
13336 2005-09-11  Romain Francoise  <romain@orebokech.com>
13337
13338         * message.el (message-alternative-emails): Improve docstring.
13339         (message-setup-1): Call `message-use-alternative-email-as-from'
13340         after `message-setup-hook' to give it precedence over posting
13341         styles, etc.
13342         (message-use-alternative-email-as-from): Add docstring.
13343         Remove the original From header if present.
13344
13345         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13346         (nnml-save-mail): Use it.
13347
13348         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13349         articles.  Add new argument `silent'.
13350         (gnus-uu-mark-all): Report the total number of marked articles.
13351
13352 2005-09-10  Romain Francoise  <romain@orebokech.com>
13353
13354         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13355         (gnus-uu-mark-series): Likewise.
13356
13357 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13358
13359         * spam-report.el (spam-report-gmane): Fix generation of spam
13360         report URL.
13361
13362 2005-09-10  Simon Josefsson  <jas@extundo.com>
13363
13364         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13365         t, based on discussion on the ding list with Robert Epprecht
13366         <epprecht@solnet.ch>.
13367
13368 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13369
13370         * spam-report.el (spam-report-gmane): Make it work without
13371         X-Report-Spam header.  Gmane now only provides Archived-At.
13372         This is only used if `spam-report-gmane-use-article-number' is nil.
13373         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13374
13375         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13376         make `gnus-summary-sort-by-recipient' work with threading.
13377
13378         * nnweb.el (nnweb-google-wash-article): Print a message if article
13379         is not available.
13380
13381 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13382
13383         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13384         change.  Decode text/* parts content before displaying.
13385
13386 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13387
13388         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13389
13390 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13391
13392         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13393
13394         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13395         url-package-name, url-package-version,
13396         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13397         w3m-display-inline-images, and w3m-minor-mode-map.
13398
13399 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13400
13401         * message.el (message-tab-body-function): Fix mismatched custom type.
13402
13403         * gnus.el (gnus-group-change-level-function): Ditto.
13404
13405         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13406
13407         * gnus-art.el (gnus-signature-limit)
13408         (gnus-article-mime-part-function): Ditto.
13409
13410 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13411
13412         * mml.el (mml-mode): Silence the byte compiler.
13413
13414         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13415         using `(sit-for 0)' before moving the point to the specified part;
13416         skip unbuttonized parts.
13417         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13418         return to the summary window if gnus-auto-select-part is non-nil.
13419
13420 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13421
13422         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13423         New variables.
13424         (mml-dnd-attach-file, mml-mode): Use them.
13425
13426         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13427         Make fetching article by MID work again for Google Groups.
13428         Add FIXME concerning gnus-group-make-web-group.
13429
13430         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13431         Don't depend on Gnus by using mail-extract-address-components if
13432         gnus-extract-address-components is not bound.
13433
13434 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13435
13436         * gnus-art.el (gnus-mime-display-security): Don't display the
13437         signature, but only the signed part.
13438
13439 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13440
13441         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13442
13443         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13444         list, not listp.
13445
13446 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13447
13448         * mm-encode.el (mm-encode-content-transfer-encoding):
13449         Likewise when encoding.
13450
13451         * mm-bodies.el (mm-decode-content-transfer-encoding):
13452         De-canonicalize CRLF for all text content types, not just
13453         text/plain.
13454
13455 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13456
13457         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13458         valid article; point arrow and cursor at the MIME button.
13459
13460 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13461
13462         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13463         Suggested by Dan Christensen <jdc@uwo.ca>.
13464
13465         * mm-decode.el (mm-save-part): Enable change of prompt.
13466
13467 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13468
13469         * gnus-msg.el (gnus-inews-add-send-actions):
13470         Make `message-post-method' lambda parameter ARG `&optional'.
13471
13472 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13473
13474         * gnus-sum.el (gnus-summary-mime-map):
13475         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13476         gnus-article-jump-to-part.
13477
13478         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13479         (gnus-article-edit-part): Use it.
13480         (gnus-article-part-wrapper): Add no-handle argument.
13481         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13482         New functions.
13483
13484 2005-08-29  Romain Francoise  <romain@orebokech.com>
13485
13486         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13487         docstring.
13488         (gnus-face-from-file): Likewise.
13489
13490 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13491
13492         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13493         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13494         non-nil.
13495         (gnus-auto-select-part): New variable.
13496         (gnus-article-jump-to-part): New function.
13497         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13498         (gnus-mime-delete-part): Allow selecting specified part after
13499         deleting or stripping parts.
13500         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13501         part if argument is bogus.
13502
13503 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13504
13505         * gnus-art.el (w3m-minor-mode-map):
13506         * gnus-spec.el (gnus-newsrc-file-version):
13507         * gnus-util.el (nnmail-active-file-coding-system)
13508         (gnus-original-article-buffer, gnus-user-agent):
13509         * gnus.el (gnus-ham-process-destinations)
13510         (gnus-parameter-ham-marks-alist)
13511         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13512         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13513         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13514         * mm-decode.el (gnus-current-window-configuration):
13515         * mm-extern.el (gnus-article-mime-handles):
13516         * mm-url.el (url-current-object, url-package-name)
13517         (url-package-version):
13518         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13519         (smime-keys, w3m-cid-retrieve-function-alist)
13520         (w3m-current-buffer, w3m-display-inline-images)
13521         (w3m-minor-mode-map):
13522         * mml-smime.el (gnus-extract-address-components):
13523         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13524         (gnus-newsrc-hashtb, message-default-charset)
13525         (message-deletable-headers, message-options)
13526         (message-posting-charset, message-required-mail-headers)
13527         (message-required-news-headers):
13528         * mml1991.el (mc-pgp-always-sign):
13529         * mml2015.el (mc-pgp-always-sign):
13530         * nnheader.el (nnmail-extra-headers):
13531         * rfc1843.el (gnus-decode-encoded-word-function)
13532         (gnus-decode-header-function, gnus-newsgroup-name):
13533         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13534
13535 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13536
13537         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13538         the end of the date treatments.
13539
13540 2005-08-15  Simon Josefsson  <jas@extundo.com>
13541
13542         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13543         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13544         Capello and Romain Francoise.
13545         (pgg-fetch-key-function): Remove, not used?
13546         (pgg-insert-url-with-w3): Require url, to get
13547         url-insert-file-contents regardless of where it is defined.
13548
13549 2005-08-13  Romain Francoise  <romain@orebokech.com>
13550
13551         * message.el (message-cite-original-1): New function.
13552         (message-cite-original): Use it.
13553         (message-cite-original-without-signature): Ditto.
13554
13555 2005-08-08  Romain Francoise  <romain@orebokech.com>
13556
13557         * message.el (message-yank-empty-prefix): New variable.
13558         (message-indent-citation): Use it.
13559         (message-cite-original-without-signature): Respect X-No-Archive.
13560
13561 2005-08-08  Simon Josefsson  <jas@extundo.com>
13562
13563         * pgg.el: Autoload url-insert-file-contents instead of loading
13564         w3/url.
13565         (pgg-insert-url-with-w3): Don't load url here.
13566
13567 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13568
13569         * message.el (message-kill-to-signature): Don't insert newline at
13570         bol.
13571         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13572
13573 2005-08-06  Romain Francoise  <romain@orebokech.com>
13574
13575         * message.el (message-user-fqdn): Fix typo in docstring.
13576
13577 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13578
13579         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13580
13581         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13582
13583 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13584
13585         * mm-bodies.el (mm-encode-body): Use coding system rather than
13586         charset to encode text.
13587
13588         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13589         number of charsets if utf-8 is available (XEmacs).
13590
13591 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13592
13593         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13594         taken from `gnus-button-mid-or-mail-regexp'.
13595         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13596         (gnus-button-alist): Improve regexp for domain part of the MIDs
13597         for news:localpart@domain buttons.
13598         (gnus-button-ctan-directory-regexp): Update.
13599
13600 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13601
13602         * sieve-manage.el (sieve-manage-interactive-login):
13603         Use make-local-variable rather than make-variable-buffer-local.
13604         (sieve-manage-open): Ditto.
13605         (sieve-manage-authenticate): Ditto.
13606
13607         * mml.el (mml-generate-mime-1): Make the content type default to
13608         text/plain if the filename is not specified.
13609
13610 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13611
13612         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13613         instead of insert-buffer.
13614
13615         * message.el (message-yank-original): Ditto; set the mark at the
13616         end of the yanked message.
13617
13618 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13619
13620         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13621         lines to scroll rather than to stop it.
13622
13623         * mml.el (mml-generate-default-type): Add doc string.
13624         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13625         default to application/octet-stream when determining the content
13626         type if it is not specified for the part or the mml contents; add
13627         a comment about mml-generate-default-type.
13628
13629 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13630
13631         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13632         make it default to application/octet-stream when determining the
13633         content type if it is not specified for the external contents.
13634
13635 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13636
13637         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13638         segmented parameter but also other parameters might be there.
13639
13640 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13641
13642         * mm-decode.el (mm-display-external): Delete temp file, directory
13643         and buffer immediately if the external process is exited.
13644
13645 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13646
13647         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13648         fewer lines than that of scroll-margin.
13649         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13650
13651 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13652
13653         * gnus-art.el (gnus-article-next-page): Revert.
13654         (gnus-article-beginning-of-window): New macro.
13655         (gnus-article-next-page-1): Use it.
13656         (gnus-article-prev-page): Ditto.
13657         (gnus-article-edit-part): Use insert-buffer-substring instead of
13658         insert-buffer.
13659         (gnus-article-edit-exit): Ditto.
13660
13661         * gnus-util.el (gnus-beginning-of-window): Remove.
13662         (gnus-end-of-window): Remove.
13663
13664         * lpath.el: Don't bind header-line-format and scroll-margin.
13665
13666 2005-07-25  Simon Josefsson  <jas@extundo.com>
13667
13668         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13669         to have the url package without w3.  Reported by Daiki Ueno
13670         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13671
13672 2005-07-20  Didier Verna  <didier@xemacs.org>
13673
13674         * gnus-diary.el: Remove the description comment (nndiary is now
13675         properly documented in the Gnus manual).
13676         Fix the spelling of "Back End".
13677         * nndiary.el: Ditto.
13678         Fix the copyright notice.
13679
13680 2005-07-18  Romain Francoise  <romain@orebokech.com>
13681
13682         * gnus-sum.el (gnus-summary-to-prefix)
13683         (gnus-summary-newsgroup-prefix): New variables.
13684         (gnus-summary-from-or-to-or-newsgroups): Use them.
13685
13686 2005-07-17  Romain Francoise  <romain@orebokech.com>
13687
13688         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13689         space as it's generally not especially interesting to the user.
13690
13691 2005-07-16  Romain Francoise  <romain@orebokech.com>
13692
13693         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13694         nil to avoid prompting and file modification if one of the
13695         messages at the top of the nnfolder file contains a copyright
13696         notice.
13697         Update copyright notice.
13698
13699         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13700         instead of `current-time-string' as the latter creates a time
13701         string that is not RFC 2822 compliant (it lacks the zone).
13702         Update copyright notice.
13703
13704 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13705
13706         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13707         for text/rtf.  Display default in prompt.  Pass default for M-n.
13708
13709         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13710
13711 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13712
13713         * gnus-msg.el (gnus-button-mailto):
13714         Remove save-selected-window-window hackery because it relies on
13715         save-selected-window internals.
13716
13717 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13718
13719         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13720         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13721         (gnus-article-prev-page): Ditto.
13722
13723         * gnus-util.el (gnus-beginning-of-window): New function.
13724         (gnus-end-of-window): New function.
13725
13726         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13727
13728 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13729
13730         * gnus-score.el (gnus-score-edit-all-score):
13731         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13732         gnus-message.
13733
13734 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13735
13736         * gnus-msg.el (gnus-button-mailto):
13737         Remove save-selected-window-window hackery because it relies on
13738         save-selected-window internals.
13739
13740 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13741
13742         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13743         add-minor-mode.
13744         (gnus-binary-mode): Ditto.
13745
13746         * gnus-topic.el (gnus-topic-mode): Ditto.
13747
13748 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13749
13750         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13751         (gnus-article-prev-page): Take scroll-margin into consideration.
13752
13753 2005-07-04  Lute Kamstra  <lute@gnu.org>
13754
13755         Update FSF's address in GPL notices.
13756
13757 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13758
13759         * gnus.el (gnus-exit):
13760         * gnus-group.el (gnus-group-icons):
13761         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13762
13763         * gnus-nocem.el (gnus-nocem):
13764         * message.el (message-various, message-buffers, message-sending)
13765         (message-interface, message-forwarding, message-insertion)
13766         (message-headers, message-news, message-mail):
13767         * pgg-gpg.el (pgg-gpg):
13768         * pgg-parse.el (pgg-parse):
13769         * pgg-pgp.el (pgg-pgp):
13770         * pgg-pgp5.el (pgg-pgp5):
13771         * pop3.el (pop3): Finish `defgroup' description with period.
13772
13773 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13774
13775         * gnus-art.el (article-display-face): Improve the efficiency.
13776         (article-display-x-face): Ditto; remove grey x-face stuff.
13777
13778 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13779
13780         * gnus-art.el (article-display-face): Correct the position in
13781         which Faces are inserted.
13782
13783 2005-06-29  Didier Verna  <didier@xemacs.org>
13784
13785         * gnus-art.el (article-display-face): Display faces in correct
13786         order.
13787
13788 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13789
13790         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13791         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13792         (gnus-nocem-check-article): Fetch the Type header.
13793         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13794         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13795         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13796         make sure gnus-nocem-hashtb is initialized.
13797         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13798         (gnus-nocem-unwanted-article-p): Ditto.
13799
13800         * pgg.el (pgg-verify): Return the verification result.
13801
13802 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13803
13804         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13805         is ascii.
13806
13807 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13808
13809         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13810         `show-nonbreak-escape'.
13811
13812 2005-06-23  Lute Kamstra  <lute@gnu.org>
13813
13814         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13815
13816         * dig.el (dig-mode):
13817         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13818
13819 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13820
13821         * nnimap.el (nnimap-split-download-body): Fix spellings.
13822
13823 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13824
13825         * gnus-art.el (gnus-article-encrypt-body):
13826         * gnus-cus.el (gnus-score-customize):
13827         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13828         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13829
13830 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13831
13832         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13833         header by looking for magic "MII" at the beginnig.
13834
13835 2005-06-16  Miles Bader  <miles@gnu.org>
13836
13837         * gnus-xmas.el (gnus-xmas-group-startup-message):
13838         Use renamed gnus-splash face.
13839
13840         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13841         (assistant-field-face): New backward-compatibility alias for renamed
13842         face.
13843         (assistant-render-text): Use renamed assistant-field face.
13844
13845         * spam.el (spam): Remove "-face" suffix from face name.
13846         (spam-face): New backward-compatibility alias for renamed face.
13847         (spam-face, spam-initialize): Use renamed spam face.
13848
13849         * message.el (message-header-to, message-header-cc)
13850         (message-header-subject, message-header-newsgroups)
13851         (message-header-other, message-header-name)
13852         (message-header-xheader, message-separator, message-cited-text)
13853         (message-mml): Remove "-face" suffix from face names.
13854         (message-header-to-face, message-header-cc-face)
13855         (message-header-subject-face, message-header-newsgroups-face)
13856         (message-header-other-face, message-header-name-face)
13857         (message-header-xheader-face, message-separator-face)
13858         (message-cited-text-face, message-mml-face):
13859         New backward-compatibility aliases for renamed faces.
13860         (message-font-lock-keywords): Use renamed message faces.
13861
13862         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13863         (sieve-test-commands, sieve-tagged-arguments):
13864         Remove "-face" suffix from face names.
13865         (sieve-control-commands-face, sieve-action-commands-face)
13866         (sieve-test-commands-face, sieve-tagged-arguments-face):
13867         New backward-compatibility aliases for renamed faces.
13868         (sieve-control-commands-face, sieve-action-commands-face)
13869         (sieve-test-commands-face, sieve-tagged-arguments-face):
13870         Use renamed sieve faces.
13871
13872         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13873         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13874         (gnus-group-news-3-empty, gnus-group-news-4)
13875         (gnus-group-news-4-empty, gnus-group-news-5)
13876         (gnus-group-news-5-empty, gnus-group-news-6)
13877         (gnus-group-news-6-empty, gnus-group-news-low)
13878         (gnus-group-news-low-empty, gnus-group-mail-1)
13879         (gnus-group-mail-1-empty, gnus-group-mail-2)
13880         (gnus-group-mail-2-empty, gnus-group-mail-3)
13881         (gnus-group-mail-3-empty, gnus-group-mail-low)
13882         (gnus-group-mail-low-empty, gnus-summary-selected)
13883         (gnus-summary-cancelled, gnus-summary-high-ticked)
13884         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13885         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13886         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13887         (gnus-summary-low-undownloaded)
13888         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13889         (gnus-summary-low-unread, gnus-summary-normal-unread)
13890         (gnus-summary-high-read, gnus-summary-low-read)
13891         (gnus-summary-normal-read, gnus-splash):
13892         Remove "-face" suffix from face names.
13893         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13894         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13895         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13896         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13897         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13898         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13899         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13900         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13901         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13902         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13903         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13904         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13905         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13906         (gnus-summary-normal-ticked-face)
13907         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13908         (gnus-summary-normal-ancient-face)
13909         (gnus-summary-high-undownloaded-face)
13910         (gnus-summary-low-undownloaded-face)
13911         (gnus-summary-normal-undownloaded-face)
13912         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13913         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13914         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13915         (gnus-splash-face):
13916         New backward-compatibility aliases for renamed faces.
13917         (gnus-group-startup-message): Use renamed gnus faces.
13918
13919         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13920         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13921         (gnus-server-agent): Remove "-face" suffix from face names.
13922         (gnus-server-agent-face, gnus-server-opened-face)
13923         (gnus-server-closed-face, gnus-server-denied-face)
13924         (gnus-server-offline-face):
13925         New backward-compatibility aliases for renamed faces.
13926         (gnus-server-agent-face, gnus-server-opened-face)
13927         (gnus-server-closed-face, gnus-server-denied-face)
13928         (gnus-server-offline-face): Use renamed gnus faces.
13929
13930         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13931         Remove "-face" suffix from face names.
13932         (gnus-picon-xbm-face, gnus-picon-face):
13933         New backward-compatibility aliases for renamed faces.
13934
13935         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13936         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13937         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13938         (gnus-cite-11): Remove "-face" suffix from face names.
13939         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13940         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13941         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13942         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13943         New backward-compatibility aliases for renamed faces.
13944         (gnus-cite-attribution-face, gnus-cite-face-list)
13945         (gnus-article-boring-faces): Use renamed gnus faces.
13946
13947         * gnus-art.el (gnus-signature, gnus-header-from)
13948         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13949         (gnus-header-content): Remove "-face" suffix from face names.
13950         (gnus-signature-face, gnus-header-from-face)
13951         (gnus-header-subject-face, gnus-header-newsgroups-face)
13952         (gnus-header-name-face, gnus-header-content-face):
13953         New backward-compatibility aliases for renamed faces.
13954         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13955
13956         * gnus-sum.el (gnus-summary-selected-face)
13957         (gnus-summary-highlight): Use renamed gnus faces.
13958         * gnus-group.el (gnus-group-highlight): Likewise.
13959
13960 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13961
13962         * gnus-sieve.el (gnus-sieve-article-add-rule):
13963         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13964         * spam-stat.el (spam-stat-buffer-change-to-spam)
13965         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13966
13967         * message.el (message-is-yours-p):
13968         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13969
13970 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13971
13972         * mm-view.el (mm-inline-text): Withdraw the last change.
13973
13974 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13975
13976         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13977         executing enriched-decode.
13978
13979 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13980
13981         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13982         charset of tar files.
13983
13984 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13985
13986         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13987
13988 2005-06-04  Lute Kamstra  <lute@gnu.org>
13989
13990         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13991         information is never recorded.
13992
13993 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13994
13995         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13996
13997 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13998
13999         * pop3.el (pop3-apop): Run md5 in the binary mode.
14000
14001         * starttls.el (starttls-set-process-query-on-exit-flag):
14002         Use eval-and-compile.
14003
14004 2005-05-31  Simon Josefsson  <jas@extundo.com>
14005
14006         * smime.el (smime-replace-in-string): Define.
14007         (smime-cert-by-ldap-1): Use it.
14008
14009 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14010
14011         * gnus-art.el (article-display-x-face): Replace
14012         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14013
14014         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14015         set-process-query-on-exit-flag or process-kill-without-query.
14016
14017         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14018         loop instead of replace-regexp.
14019
14020         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14021         instead of process-kill-without-query if it is available.
14022
14023         * lpath.el: Fbind ldap-search-entries.
14024
14025         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14026         instead of find-file-hooks if it is available.
14027
14028         * mml1991.el: Bind pgg-default-user-id when compiling.
14029
14030         * mml2015.el: Bind pgg-default-user-id when compiling.
14031
14032         * nndraft.el (nndraft-request-associate-buffer):
14033         Use write-contents-functions instead of write-contents-hooks if it is
14034         available.
14035
14036         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14037         instead of find-file-hooks if it is available.
14038
14039         * nntp.el (nntp-open-connection): Replace
14040         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14041         (nntp-open-ssl-stream): Ditto.
14042         (nntp-open-tls-stream): Ditto.
14043
14044         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14045         set-process-query-on-exit-flag or process-kill-without-query.
14046         (starttls-open-stream-gnutls): Use it instead of
14047         process-kill-without-query.
14048         (starttls-open-stream): Ditto.
14049
14050 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14051
14052         * smime.el (smime-cert-by-ldap-1): Don't use
14053         replace-regexp-in-string.
14054
14055 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14056
14057         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14058
14059         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14060         in PEM format.  Adjust to the XEmacs compability.
14061
14062 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14063
14064         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14065         by `string-to-number'.
14066         * gnus-agent.el (gnus-agent-regenerate-group)
14067         (gnus-agent-fetch-articles): Ditto.
14068         * gnus-art.el (gnus-button-fetch-group): Ditto.
14069         * gnus-cache.el (gnus-cache-generate-active)
14070         (gnus-cache-articles-in-group): Ditto.
14071         * gnus-group.el (gnus-group-set-current-level)
14072         (gnus-group-insert-group-line): Ditto.
14073         * gnus-score.el (gnus-score-set-expunge-below)
14074         (gnus-score-set-mark-below, gnus-summary-score-effect)
14075         (gnus-summary-score-entry): Ditto.
14076         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14077         (gnus-soup-pack): Ditto.
14078         * gnus-spec.el (gnus-xmas-format): Ditto.
14079         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14080         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14081         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14082         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14083         * nndb.el (nndb-get-remote-expire-response): Ditto.
14084         * nndiary.el (nndiary-parse-schedule-value)
14085         (nndiary-string-to-number, nndiary-request-replace-article)
14086         (nndiary-request-article): Ditto.
14087         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14088         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14089         * nneething.el (nneething-make-head): Ditto.
14090         * nnfolder.el (nnfolder-request-article)
14091         (nnfolder-retrieve-headers): Ditto.
14092         * nnheader.el (nnheader-file-to-number): Ditto.
14093         * nnkiboze.el (nnkiboze-request-article): Ditto.
14094         * nnmail.el (nnmail-process-unix-mail-format)
14095         (nnmail-process-babyl-mail-format): Ditto.
14096         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14097         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14098         (nnmh-request-create-group, nnmh-request-list-1)
14099         (nnmh-request-group, nnmh-request-article): Ditto.
14100         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14101         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14102         * nnsoup.el (nnsoup-make-active): Ditto.
14103         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14104         * nntp.el (nntp-find-group-and-number)
14105         (nntp-retrieve-headers-with-xover): Ditto.
14106         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14107         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14108         (pgg-format-key-identifier): Ditto.
14109         * pop3.el (pop3-last, pop3-stat): Ditto.
14110         * qp.el (quoted-printable-decode-region): Ditto.
14111
14112         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14113         of concat.
14114
14115 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14116
14117         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14118
14119         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14120
14121         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14122
14123         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14124
14125         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14126
14127         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14128
14129         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14130         (gnus-carpal-mode): Ditto.
14131
14132         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14133         (gnus-browse-mode): Ditto.
14134
14135         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14136
14137         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14138
14139 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14140
14141         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14142
14143 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14144
14145         * gnus-util.el (gnus-run-mode-hooks): New function.
14146
14147         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14148
14149         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14150         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14151
14152 2005-05-27  Lute Kamstra  <lute@gnu.org>
14153
14154         * dns-mode.el (dns-mode): Specify customization group.
14155
14156 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14157
14158         * gnus-agent.el (gnus-agent-make-mode-line-string):
14159         Use mode-line-highlight as mouse-face.
14160
14161 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14162
14163         * canlock.el (canlock): Change the parent group to news.
14164
14165         * deuglify.el (gnus-outlook-deuglify): Add :group.
14166
14167         * dig.el (dig): Add :group.
14168
14169         * dns-mode.el (dns-mode): Add :group.
14170
14171         * encrypt.el (encrypt): Add :group.
14172
14173         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14174         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14175         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14176         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14177         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14178
14179         * gnus-diary.el (gnus-diary): Add :group.
14180
14181         * gnus.el (gnus-group-news-1-face): Add :group.
14182         (gnus-group-news-1-empty-face): Ditto.
14183         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14184         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14185         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14186         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14187         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14188         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14189         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14190         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14191         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14192         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14193         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14194         (gnus-summary-high-ticked-face): Ditto.
14195         (gnus-summary-low-ticked-face): Ditto.
14196         (gnus-summary-normal-ticked-face): Ditto.
14197         (gnus-summary-high-ancient-face): Ditto.
14198         (gnus-summary-low-ancient-face): Ditto.
14199         (gnus-summary-normal-ancient-face): Ditto.
14200         (gnus-summary-high-undownloaded-face): Ditto.
14201         (gnus-summary-low-undownloaded-face): Ditto.
14202         (gnus-summary-normal-undownloaded-face): Ditto.
14203         (gnus-summary-high-unread-face): Ditto.
14204         (gnus-summary-low-unread-face): Ditto.
14205         (gnus-summary-normal-unread-face): Ditto.
14206         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14207         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14208
14209         * hashcash.el (hashcash): New custom group.
14210         (hashcash-default-payment): Add :group.
14211         (hashcash-payment-alist): Ditto.
14212         (hashcash-default-accept-payment): Ditto.
14213         (hashcash-accept-resources): Ditto.
14214         (hashcash-path): Ditto.
14215         (hashcash-extra-generate-parameters): Ditto.
14216         (hashcash-double-spend-database): Ditto.
14217         (hashcash-in-news): Ditto.
14218
14219         * message.el (message-minibuffer-local-map): Add :group.
14220
14221         * netrc.el (netrc): Add :group.
14222
14223         * sieve-manage.el (sieve-manage-log): Add :group.
14224         (sieve-manage-default-user): Diito.
14225         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14226         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14227         (sieve-manage-authenticators): Ditto.
14228         (sieve-manage-authenticator-alist): Ditto.
14229         (sieve-manage-default-port): Ditto.
14230
14231         * sieve-mode.el (sieve-control-commands-face): Add :group.
14232         (sieve-action-commands-face): Ditto.
14233         (sieve-test-commands-face): Ditto.
14234         (sieve-tagged-arguments-face): Ditto.
14235
14236         * smime.el (smime): Add :group.
14237
14238         * spam-report.el (spam-report): Add :group.
14239
14240         * spam.el (spam, spam-face): Add :group.
14241
14242 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14243
14244         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14245         return \n.\n.\n at the end of articles.  Protect against that.
14246         (nntp-with-open-group): Allow debugging.
14247
14248         * nnheader.el (mail-header-set-extra): Make into a function
14249         because I just could't understand how to quote the list properly.
14250
14251         * dns.el (query-dns-cached): New function.
14252
14253 2005-05-26  Lute Kamstra  <lute@gnu.org>
14254
14255         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14256
14257 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14258
14259         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14260
14261         * gnus-art.el: Don't autoload mail-extract-address-components.
14262
14263         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14264         eval-and-compile to evaluate it.
14265
14266         * hashcash.el: Don't autoload executable-find.
14267
14268         * nndb.el: Don't declare the nndb back end two or more times; don't
14269         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14270
14271         * nntp.el: Autoload format-spec instead of format; use
14272         eval-and-compile to evaluate autoload forms.
14273
14274 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14275
14276         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14277
14278 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14279
14280         * gnus.el (gnus-version-number): Bump version.
14281
14282 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14283
14284         * gnus.el: No Gnus v0.3 is released.
14285
14286 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14287
14288         * lpath.el (featurep): Bind show-nonbreak-escape.
14289
14290 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14291
14292         * gnus-art.el (gnus-article-edit-part): Disable undo.
14293
14294 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14295
14296         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14297         gnus-article-date-lapsed-new-header is t if date timer is active;
14298         skip headers in which the original date value is empty.
14299         (gnus-article-save-original-date): Redefine it as a macro.
14300         (gnus-display-mime): Use it.
14301
14302 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14303
14304         * gnus-art.el (article-date-ut): Support converting date in
14305         forwarded parts as well.
14306         (gnus-article-save-original-date): New function.
14307         (gnus-display-mime): Use it.
14308
14309 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14310
14311         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14312         enclosure element of <item>.
14313
14314 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14315
14316         * message.el (message-kill-buffer-query): Rename from
14317         `message-kill-buffer-query-if-modified'.  Add :version.
14318
14319 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14320
14321         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14322         window layout.
14323
14324 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14325
14326         * mml.el: Autoload dnd when compiling.
14327
14328 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14329
14330         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14331         x-dnd-*.
14332
14333 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14334
14335         * qp.el (quoted-printable-encode-region): Save excursion.
14336
14337 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14338
14339         * message.el (message-kill-buffer-query-if-modified): Add new variable
14340         so the user can kill a modified message buffer quickly.
14341         (message-kill-buffer): Use it.
14342
14343 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14344
14345         * lpath.el: Fbind display-time-event-handler; don't fbind
14346         string-to-multibyte.
14347
14348         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14349
14350 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14351
14352         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14353         contained in text because xml.el decodes entities) with LFs.
14354
14355 2005-04-11  Lute Kamstra  <lute@gnu.org>
14356
14357         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14358         differently.
14359
14360 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14361
14362         * mm-util.el (mm-detect-coding-region): Typo.
14363
14364 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14365
14366         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14367
14368 2005-04-06  Deepak Goel  <deego@gnufans.org>
14369
14370         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14371         user-function allow user modifications of the scores.
14372         (spam-stat-score-buffer-user): New function, to allow
14373         user-computed modifications to the score.
14374         (spam-stat-score-buffer-user-functions): List of additional
14375         scoring functions.
14376         (spam-stat-error-holder): Global temporary error holder.
14377         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14378         variable.
14379
14380 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14381
14382         * gnus-registry.el (gnus-registry-clean-empty-function)
14383         (gnus-registry-trim, gnus-registry-fetch-groups)
14384         (gnus-registry-delete-group): Groups that match
14385         `gnus-registry-ignored-groups' are removed from the registry
14386         entries, not just ignored for splitting.  This helps clean up the
14387         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14388         to get all the groups a message ID is in.
14389
14390         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14391         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14392         (spam-stat-score-buffer-user-functions): Add :number custom type.
14393
14394 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14395
14396         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14397         argument in XEmacs.
14398
14399         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14400         (nnrss-request-group): Decode group name first.
14401         (nnrss-request-article): Make a text/plain article if mml-to-mime
14402         failed.
14403         (nnrss-get-encoding): Return a compatible encoding according to
14404         nnrss-compatible-encoding-alist.
14405         (nnrss-find-el): Use consp instead of listp.
14406         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14407
14408 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14409
14410         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14411         which Emacs 20 doesn't support.
14412         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14413
14414 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14415
14416         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14417         silence the byte compiler inside the defun.
14418
14419         * gnus-demon.el (parse-time-string): Add autoload.
14420
14421         * gnus-delay.el (parse-time-string): Add autoload.
14422
14423         * gnus-art.el (parse-time-string): Add autoload.
14424
14425         * nnultimate.el (parse-time): Require for `parse-time-string'.
14426
14427 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14428
14429         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14430
14431         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14432
14433         * smime.el (smime-ldap-host-list): Add :version.
14434
14435 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14436
14437         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14438         pass it to `gnus-browse-read-group'.
14439         (gnus-browse-read-group): Add NUMBER argument and pass it to
14440         `gnus-group-read-ephemeral-group'.
14441
14442         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14443         argument and pass it to `gnus-group-read-group'.
14444
14445 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14446
14447         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14448         mm-xemacs-find-mime-charset-1 if we have the mule feature
14449         available at runtime.
14450
14451 2005-03-25  Werner Lemberg  <wl@gnu.org>
14452
14453         * nnmaildir.el: Replace `illegal' with `invalid'.
14454
14455 2005-03-23  Lute Kamstra  <lute@gnu.org>
14456
14457         * time-date.el: Add comment on time value formats.
14458         Don't require parse-time.
14459         (with-decoded-time-value): New macro.
14460         (encode-time-value): New function.
14461         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14462         (days-to-time): Return a valid time value when arg is huge.
14463         (time-since): Use time-subtract.
14464         (time-to-number-of-days): Use time-to-seconds.
14465
14466 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14467
14468         * gnus-start.el (gnus-display-time-event-handler):
14469         Check display-time-timer at runtime rather than only at load time
14470         in case display-time-mode is turned off in the mean time.
14471
14472 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14473
14474         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14475         used.
14476
14477         * nneething.el (nneething-map-file-directory): Derive from
14478         `gnus-directory'.
14479
14480         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14481         the To/Cc button.
14482
14483 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14484
14485         * nnmaildir.el (nnmaildir-request-accept-article):
14486         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14487
14488 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14489
14490         * gnus-async.el: Require timer-funcs at compile time when in
14491         XEmacs for `run-with-idle-timer'.
14492
14493 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14494
14495         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14496         autoloaded function.
14497
14498 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14499
14500         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14501
14502 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14503
14504         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14505
14506 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14507
14508         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14509         Add gnus-expert-user to default.
14510
14511 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14512
14513         * nnimap.el (nnimap-open-server): Ditto.
14514
14515         * imap.el (imap-authenticate): Fix typo.
14516
14517 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14518
14519         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14520         buffer (since IMAP server might return FETCH response out of
14521         order, and the nntp buffer must be sorted).
14522
14523 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14524
14525         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14526         comparison on string.
14527
14528         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14529         (gnus-agent-score): Rename category keywords to match gnus-cus.
14530         (gnus-agent-summary-fetch-series): Modify to protect against
14531         gnus-agent-summary-fetch-group clearing processable flags.
14532         (gnus-agent-synchronize-group-flags): Update live group buffer as
14533         synchronization may occur due to the user toggle the plugged
14534         status.
14535         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14536         successfully downloaded.
14537         (gnus-agent-expire-group-1): Avoid using markers when the overview
14538         is in ascending order; greatly improves performance.
14539         (gnus-agent-regenerate-group):
14540         Use gnus-agent-synchronize-group-flags to reset read status in both
14541         gnus and server.
14542         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14543
14544 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14545
14546         * message.el: Don't autoload former message-utils variables.
14547         (message-strip-subject-trailing-was): Change doc string.
14548
14549         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14550         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14551         (nnweb-google-search): Add "hl=en" here.
14552         (nnweb-google-parse-1, nnweb-google-create-mapping):
14553         Don't hardcode URL.
14554
14555 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14556
14557         * message.el (message-get-reply-headers, message-followup):
14558         Mention related variables `message-use-followup-to' and
14559         `message-use-mail-followup-to', in the information buffer.
14560
14561         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14562         of broken groups(-beta).google.com.
14563
14564 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14565
14566         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14567         parameter to invoked gnus-request-move-article; remove the
14568         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14569         all at once instead of once per article.
14570         (gnus-summary-remove-process-mark): Accept a list of articles as
14571         well as a single article for processing.
14572
14573         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14574         parameter.
14575
14576         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14577
14578         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14579
14580         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14581         parameter.
14582
14583         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14584         parameter.
14585
14586         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14587         parameter and remove the gnus-sum-hint-move-is-internal variable.
14588
14589         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14590         parameter.
14591
14592         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14593         parameter.
14594
14595         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14596         parameter.
14597
14598         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14599
14600         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14601         parameter.
14602
14603         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14604         parameter.
14605
14606 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14607
14608         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14609         a more conservative way.
14610
14611 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14612
14613         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14614         buffer, so it moves the window's cursor.
14615
14616 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14617
14618         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14619         `mm-dissect-multipart' and receive the from field as an (optional)
14620         argument from `mm-dissect-multipart'.
14621         (mm-dissect-multipart): Receive the from field as an argument and
14622         pass it on when we call `mm-dissect-buffer' on MIME parts.
14623         Fixes verification/decryption of signed/encrypted MIME parts.
14624
14625 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14626
14627         * gnus-sum.el (gnus-summary-move-article):
14628         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14629         whatever it calls (right now, only nnimap-request-move article
14630         respects it).
14631
14632         * nnimap.el (nnimap-request-move-article):
14633         When gnus-sum-hint-move-is-internal is set, don't do the extra
14634         nnimap-request-article.
14635
14636 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14637
14638         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14639
14640         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14641         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14642
14643         * gnus-sum.el (gnus-summary-caesar-message):
14644         Apply `gnus-treat-article' after rotation.
14645
14646         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14647         doc string.
14648
14649 2005-02-22  Simon Josefsson  <jas@extundo.com>
14650
14651         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14652         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14653         <arne@arnested.dk>.
14654         (encrypt): Add password-cache and password-cache-expiry as group
14655         members.
14656
14657 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14658
14659         * smime.el (smime-ldap-host-list): Doc fix.
14660         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14661         cache) password.
14662         (smime-sign-region): Use it.
14663         (smime-decrypt-region): Use it.
14664         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14665         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14666         fails.
14667         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14668         certificate from DER to PEM format rather than calling openssl.
14669
14670         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14671
14672         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14673         for signing/encryption.
14674
14675         * mml.el (mml-parse-1): Use them.
14676
14677 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14678
14679         * nnrss.el (nnrss-verbose): Remove.
14680         (nnrss-request-group): Use `nnheader-message' instead.
14681
14682 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14683
14684         * nnrss.el (nnrss-verbose): New variable.
14685         (nnrss-request-group): Make it say nnrss is requesting a group.
14686
14687 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14688
14689         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14690         Handle news URL with given port correctly.
14691
14692 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14693
14694         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14695         containing special characters.
14696
14697         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14698
14699         * mml.el (mime-to-mml): Ditto.
14700
14701         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14702         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14703         (rfc2047-decode-region): Quote decoded words containing special
14704         characters when rfc2047-quote-decoded-words-containing-tspecials
14705         is non-nil.
14706
14707 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14708
14709         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14710
14711         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14712
14713 2005-02-15  Simon Josefsson  <jas@extundo.com>
14714
14715         * nnimap.el (nnimap-debug): Doc fix.
14716
14717         * imap.el (imap-debug): Doc fix.
14718
14719 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14720
14721         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14722
14723 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14724
14725         * gnus.el (spam-contents): Improve docs for spam-contents
14726         parameter in its variable incarnation.
14727
14728 2005-02-14  Simon Josefsson  <jas@extundo.com>
14729
14730         * smime-ldap.el: Use require instead of load-library for ldap.
14731         (smime-ldap-search): Indent.
14732         (smime-ldap-search-internal): Shorten line.
14733
14734         * smime.el (smime-cert-by-dns): Add doc-string.
14735         (smime-cert-by-ldap-1): Indent.
14736
14737         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14738         mml-smime-get-dns-ldap.
14739         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14740
14741 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14742
14743         * smime.el: Require smime-ldap.
14744         (smime-ldap-host-list): New variable.
14745         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14746
14747         * mml-smime.el (mml-smime-encrypt-query): New function.
14748         (mml-smime-encrypt-query): Use it.
14749
14750         * smime-ldap.el: New file.
14751
14752 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14753
14754         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14755
14756 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14757
14758         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14759         argument in doc string.  Make query for type more clear.
14760
14761 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14762
14763         * gnus.el (gnus-group-startup-message): Search for gnus images in
14764         etc/images/gnus.
14765         * mm-util.el (mm-image-load-path): Likewise.
14766         * smiley.el (smiley-data-directory): Search for smilies in
14767         etc/images/smilies.
14768
14769 2005-02-09  Kim F. Storm  <storm@cua.dk>
14770
14771         Change Emacs release version from 21.4 to 22.1 throughout.
14772         Change Emacs development version from 21.3.50 to 22.0.50.
14773
14774 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14775
14776         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14777
14778         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14779         non-Mule XEmacs as well.
14780         (mm-decompress-buffer): Signal an error intentionally if it does
14781         not decompress compressed data because auto-compression-mode is
14782         disabled.
14783
14784 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14785
14786         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14787         an ID in the registry even if it has no groups.
14788
14789 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14790
14791         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14792         merge it into mm-decompress-buffer.
14793         (gnus-mime-copy-part): Use the MIME part charset, the value which
14794         a user specified or gnus-newsgroup-charset for decoding, like
14795         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14796         save-buffer what was used.  Suggested by Kevin Ryde
14797         <user42@zip.com.au>.
14798         (gnus-mime-inline-part): Allow the name parameter as well as the
14799         filename parameter; force decompressing of compressed data; always
14800         display contents being not decoded as unibyte.
14801
14802         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14803         as well as the filename parameter.
14804
14805         * mm-util.el (mm-decompress-buffer):
14806         Merge gnus-mime-jka-compr-maybe-uncompress.
14807         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14808         of compressed data.
14809
14810 2005-02-08  Simon Josefsson  <jas@extundo.com>
14811
14812         * imap.el (imap-log): Doc fix.
14813
14814 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14815
14816         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14817         the coding cookies; decompress compressed parts.
14818
14819         * mml.el (mml-generate-mime-1): Add the charset parameter according
14820         to the value which a user specified manually or the coding cookie.
14821
14822         * mm-util.el (mm-string-to-multibyte): New function.
14823         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14824         (mm-coding-system-to-mime-charset): New function.
14825         (mm-decompress-buffer): New function.
14826         (mm-find-buffer-file-coding-system): New function.
14827
14828         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14829         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14830         parts.
14831
14832 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14833
14834         * mm-view.el (mm-display-inline-fontify): Decode a part according
14835         to the charset parameter.
14836
14837 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14838
14839         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14840         prefix arg is neither nil nor a number, as info specifies.
14841
14842 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14843
14844         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14845         timestamps.
14846
14847 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14848
14849         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14850         groups error checking and notify user.
14851
14852 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14853
14854         * message.el (message-send-mail-function): Check existence of
14855         sendmail-program first before using default value
14856         `message-send-mail-with-sendmail'.  Otherwise use more generic
14857         `smtpmail-send-it'.
14858
14859 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14860
14861         * nntp.el (nntp-request-update-info): Always return nil.
14862
14863 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14864
14865         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14866
14867 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14868
14869         * message.el (message-beginning-of-line): Change the behavior when
14870         invoked between BOL and : so that it first moves backward.
14871
14872 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14873
14874         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14875         article buffer when editing of the article is discarded.
14876         (gnus-article-prepare): Revert.
14877
14878 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14879
14880         * gnus-art.el (gnus-article-prepare):
14881         Remove message-strip-forbidden-properties from the local hook.
14882
14883 2005-01-27  Simon Josefsson  <jas@extundo.com>
14884
14885         * password.el (password-cache-add): Only start one timer per key.
14886         Reported by Derek Atkins <warlord@MIT.EDU>.
14887
14888 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14889
14890         * run-at-time.el: Remove.  It is no longer needed as
14891         timer-funcs.el in the xemacs-base package has a working version of
14892         `run-at-time'.
14893
14894         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14895
14896         * password.el: Require timer-funcs instead of run-at-time in
14897         XEmacs.
14898         Remove `password-run-at-time' macro.
14899         (password-cache-add): Use `run-at-time' instead of
14900         `password-run-at-time'.
14901
14902         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14903         Remove `nnheader-cancel-function-timers' alias,
14904         `cancel-function-timers' exists in XEmacs in timer-funcs.
14905
14906         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14907         for `run-with-idle-timer'.
14908
14909         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14910         for `run-at-time'.
14911
14912         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14913         for `with-timeout'.
14914
14915         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14916         the same as for XEmacs 21.4.
14917         No need to ignore `run-with-idle-timer', this function exists in
14918         XEmacs now in timer-funcs.el in the xemacs-base package.
14919         (dgnushack-compile): No need to delete
14920         run-at-time.el from the list of files to compile because it
14921         doesn't exist anymore.
14922
14923 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14924
14925         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14926         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14927
14928 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14929
14930         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14931         sensitively.
14932
14933 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14934
14935         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14936
14937 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14938
14939         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14940         which will be inserted according to the multibyteness of a buffer
14941         rather than the type of contents.  Suggested by ARISAWA Akihiro
14942         <ari@mbf.ocn.ne.jp>.
14943
14944         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14945         of string which old xml.el may return rather than a string.
14946
14947 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14948
14949         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14950
14951 2005-01-16  Simon Josefsson  <jas@extundo.com>
14952
14953         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14954         idn/idna.el isn't available.
14955         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14956         <michael@waxrat.com>.
14957
14958         * hashcash.el: Remove non-FSF copyright header.
14959
14960         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14961         (hashcash-generate-payment): Use it.
14962         (hashcash-generate-payment-async): Use it.
14963
14964 2005-01-15  Simon Josefsson  <jas@extundo.com>
14965
14966         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14967         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14968
14969         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14970         gnus-summary-idna-message.
14971         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14972         (gnus-summary-idna-message): New function.
14973
14974 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14975
14976         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14977         gnus-novice-user.
14978
14979 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14980
14981         * nnrss.el (nnrss-request-delete-group): Delete entries in
14982         nnrss-group-alist as well.
14983         (nnrss-save-server-data): Insert newline.
14984
14985 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14986
14987         * gnus.el (gnus-user-agent): Use list of symbols instead of
14988         symbols.  Display full version number for (S)XEmacs.
14989         Optionally display (S)XEmacs codename.
14990
14991         * gnus-util.el (gnus-emacs-version): Update for new
14992         `gnus-user-agent'.
14993
14994         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14995         Gnus version.
14996
14997 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14998
14999         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15000         which is unreadable in some setups.
15001
15002 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15003
15004         * gnus-spec.el (gnus-update-format-specifications): Flush the
15005         group format spec cache if it doesn't support decoded group names.
15006
15007 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15008
15009         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15010         Allow to apply decay on score files matching a regexp.
15011
15012 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15013
15014         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15015         compatibility in %g and %c.
15016
15017 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15018
15019         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15020         name for only %g and %c.
15021         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15022         of gnus-tmp-group to decoded group name.
15023         (gnus-group-make-rss-group): Exclude `/'s from group names.
15024
15025 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15026
15027         * nnrss.el (nnrss-get-encoding): Fix regexp.
15028
15029 2004-12-27  Simon Josefsson  <jas@extundo.com>
15030
15031         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15032         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15033         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15034
15035 2004-12-17  Kim F. Storm  <storm@cua.dk>
15036
15037         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15038
15039         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15040
15041 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15042
15043         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15044
15045 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15046
15047         * nnrss.el: Require rfc2047 and mml.
15048         (nnrss-file-coding-system): New variable.
15049         (nnrss-format-string): Redefine it as an inline function.
15050         (nnrss-decode-group-name): New function.
15051         (nnrss-string-as-multibyte): Remove.
15052         (nnrss-retrieve-headers): Decode group name; don't use
15053         nnrss-format-string.
15054         (nnrss-request-group): Decode group name.
15055         (nnrss-request-article): Decode group name; allow a Message-ID as
15056         well as an article number; don't use nnrss-format-string; encode a
15057         Message-ID string which may contain non-ASCII characters; use
15058         mml-to-mime to compose a MIME article.
15059         (nnrss-request-expire-articles): Decode group name.
15060         (nnrss-request-delete-group): Decode group name.
15061         (nnrss-fetch): Clarify error message.
15062         (nnrss-read-server-data): Use insert-file-contents instead of load;
15063         bind file-name-coding-system; use multibyte buffer.
15064         (nnrss-save-server-data): Bind coding-system-for-write to the
15065         value of nnrss-file-coding-system; bind file-name-coding-system;
15066         add coding cookie.
15067         (nnrss-read-group-data): Use insert-file-contents instead of load;
15068         bind file-name-coding-system; use multibyte buffer.
15069         (nnrss-save-group-data): Bind coding-system-for-write to the
15070         value of nnrss-file-coding-system; bind file-name-coding-system.
15071         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15072         make it work with non-ASCII text.
15073         (nnrss-find-el): Make it work with old xml.el as well.
15074
15075 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15076
15077         * nnrss.el (nnrss-get-encoding): New function.
15078         (nnrss-fetch): Use unibyte buffer initially; bind
15079         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15080         decode contents according to the encoding attribute.
15081         (nnrss-save-group-data): Add coding cookie.
15082         (nnrss-mime-encode-string): New function.
15083         (nnrss-check-group): Use it to encode subject and author.
15084
15085 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15086
15087         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15088         imaginary variable.
15089
15090 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15091
15092         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15093         correctly even if there are wide characters.
15094
15095 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15096
15097         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15098         downcased symbol names; make a new cache instead of reusing
15099         bbdb-hashtable.
15100
15101 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15102
15103         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15104         concatenating segments rather than before concatenating them.
15105         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15106
15107         * message.el (message-get-reply-headers): Bind `extra'.
15108
15109 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15110
15111         * message.el (message-extra-wide-headers): New variable.
15112         (message-get-reply-headers): Use it.
15113
15114 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15115
15116         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15117         (gnus-agent-group-pathname): Ditto.
15118
15119         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15120
15121         * gnus-group.el (gnus-group-make-group): Decode group name.
15122         (gnus-group-make-rss-group): Register the group data after opening
15123         the nnrss group.
15124
15125 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15126
15127         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15128         by expiry now get marked as read.
15129
15130 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15131
15132         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15133
15134 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15135
15136         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15137         unify Latin characters in XEmacs.
15138         (mm-find-mime-charset-region): Use it.
15139
15140 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15141
15142         * gnus-util.el (gnus-delete-directory): New function.
15143
15144         * gnus-agent.el (gnus-agent-delete-group): Use it.
15145
15146         * gnus-cache.el (gnus-cache-delete-group): Use it.
15147
15148 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15149
15150         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15151         names.
15152
15153 2004-12-16  Simon Josefsson  <jas@extundo.com>
15154
15155         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15156
15157 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15158
15159         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15160
15161         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15162         (gnus-group-set-current-level): Decode group name.
15163
15164 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15165
15166         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15167         failed.
15168
15169 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15170
15171         * gnus-group.el (gnus-group-delete-group): Decode group name.
15172         (gnus-group-make-rss-group): Encode group name.
15173         (gnus-group-catchup-current): Decode group name.
15174         (gnus-group-kill-group): Decode group name.
15175
15176 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15177
15178         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15179
15180 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15181
15182         * gnus-group.el (gnus-group-make-rss-group):
15183         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15184
15185         * gnus-start.el (gnus-setup-news): Honor user's setting to
15186         gnus-message-archive-method.  Suggested by Lute Kamstra
15187         <lute@gnu.org>.
15188
15189 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15190
15191         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15192         global counterparts of the buffer-local variables.
15193
15194 2004-11-16  Romain Francoise  <romain@orebokech.com>
15195
15196         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15197         counterparts of the buffer-local variables.
15198
15199 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15200
15201         * message.el (message-forbidden-properties): Fix typo in doc
15202         string.
15203
15204 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15205
15206         * gnus-util.el (gnus-replace-in-string): Add doc string.
15207
15208         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15209         to avoid problems when splitting mails with many recipients.
15210
15211 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15212
15213         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15214         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15215
15216 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15217
15218         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15219         if there is no hashtable in memory or file modification time is
15220         newer than cached timestamp.
15221
15222 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15223
15224         * gnus-sum.el (gnus-summary-limit-to-recipient):
15225         Implement not-matching option.
15226
15227 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15228
15229         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15230         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15231         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15232         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15233         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15234         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15235
15236 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15237
15238         * message.el (message-forward-make-body-mml): Remove headers
15239         according to message-forward-ignored-headers if a message is decoded.
15240
15241 2004-12-02  Romain Francoise  <romain@orebokech.com>
15242
15243         * message.el (message-forward-make-body-plain): Always remove
15244         headers according to message-forward-ignored-headers.
15245
15246 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15247
15248         * spam.el (spam-summary-prepare-exit): Remove the
15249         gnus-summary-limit pop for now, it has problems with ham marks for
15250         me.
15251
15252 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15253
15254         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15255         correctly.
15256
15257 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15258
15259         * format-spec.el (format-spec): Message the char.
15260
15261 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15262
15263         * gnus-art.el (gnus-split-methods): Reformat comments.
15264
15265         * spam.el (spam-summary-prepare-exit): Remove article limits
15266         before exiting the summary buffer.
15267
15268 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15269
15270         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15271         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15272
15273         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15274         order to silence the byte compiler.
15275
15276         * spam.el: Fix the way to silence the byte compiler, which
15277         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15278         bbdb-search-simple, spam-BBDB-register-routine,
15279         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15280         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15281         spam-stat-buffer-is-spam, spam-stat-load,
15282         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15283         spam-stat-save and spam-stat-split-fancy.
15284
15285 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15286
15287         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15288         which may confuse users.
15289         (canlock-password-for-verify): Ditto.
15290
15291         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15292
15293         * gnus-art.el (gnus-emphasis-alist): Ditto.
15294
15295         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15296
15297         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15298
15299         * gnus-start.el (gnus-save-killed-list): Ditto.
15300
15301         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15302         (gnus-sum-thread-tree-root): Ditto.
15303         (gnus-sum-thread-tree-false-root): Ditto.
15304         (gnus-sum-thread-tree-single-indent): Ditto.
15305
15306         * message.el (message-courtesy-message): Ditto.
15307         (message-archive-note): Ditto.
15308         (message-subscribed-address-file): Ditto.
15309         (message-user-fqdn): Ditto.
15310
15311         * spam-report.el (spam-report-gmane-regex): Ditto.
15312
15313         * spam.el (spam-blackhole-good-server-regex): Ditto.
15314
15315 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15316
15317         * mml.el (mml-preview): Widen the message buffer before copying
15318         the contents to the preview buffer; sort headers before previewing.
15319
15320         * message.el (message-hidden-headers): Fix the way to avoid a bug
15321         in the `repeat' widget in Emacs 21.3 or earlier.
15322
15323 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15324
15325         * message.el (message-hidden-headers): Default to "^References:".
15326         Improve customization type.  Suggested by Reiner Steib
15327         <Reiner.Steib@gmx.de>.
15328
15329 2004-11-25  Romain Francoise  <romain@orebokech.com>
15330
15331         * message.el (message-strip-forbidden-properties): Remove check for
15332         obsolete `message-hidden' text property, hidden headers are not
15333         accessible in the buffer anymore.
15334
15335 2004-11-22  Romain Francoise  <romain@orebokech.com>
15336
15337         * message.el (message-header-format-alist): Add `From' in list
15338         so that it can be sorted.
15339         (message-fix-before-sending): Widen and sort headers before
15340         sending.
15341         (message-hide-headers): Use narrowing to hide headers by moving
15342         them to the top of the buffer and narrowing to the region
15343         underneath.
15344
15345 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15346
15347         * message.el (message-strip-forbidden-properties):
15348         Bind buffer-read-only (etc) to nil.
15349
15350 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15351
15352         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15353         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15354
15355 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15356
15357         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15358
15359 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15360
15361         * dns.el (query-dns): Use sit-for to time instead of
15362         accept-process-output, since that doesn't seem to work on udp
15363         sockets.
15364
15365 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15366
15367         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15368
15369 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15370
15371         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15372         doc string.  Improve doc string.
15373
15374 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15375
15376         * nntp.el (nntp-request-update-info): Return nil if
15377         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15378         may not call gnus-activate-group which uselessly issues the GROUP
15379         commands for all nntp groups and wastes time.  Reported by Romain
15380         Francoise <romain@orebokech.com>.
15381
15382         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15383
15384 2004-11-15  Simon Josefsson  <jas@extundo.com>
15385
15386         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15387         headers separately.
15388         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15389         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15390
15391 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15392
15393         * gnus-start.el (gnus-convert-old-newsrc):
15394         Assign legacy-gnus-agent to 5.10.7.
15395
15396 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15397
15398         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15399         start of the lines.
15400
15401 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15402
15403         * hashcash.el (hashcash-default-payment): Change default to 20.
15404         (hashcash-default-accept-payment): Change default to 20.
15405         (hashcash-process-alist): New variable.
15406         (hashcash-generate-payment-async): Add.
15407         (hashcash-already-paid-p): Add.
15408         (hashcash-insert-payment): Don't generate payments twice.
15409         (hashcash-insert-payment-async): Add.
15410         (hashcash-insert-payment-async-2): Add.
15411         (hashcash-cancel-async): Add.
15412         (hashcash-wait-async): Add.
15413         (hashcash-processes-running-p): Add.
15414         (hashcash-wait-or-cancel): Add.
15415         (mail-add-payment): New optional argument.  Conditionally start
15416         asynchronous calculation.
15417         (mail-add-payment-async): Add.
15418
15419         * message.el (message-send-mail): Wait for asynchronous hashcash
15420         results.  Don't clobber existing X-Hashcash headers.
15421         (message-setup-1): Call mail-add-payment-async when
15422         message-generate-hashcash is non-nil.
15423
15424 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15425
15426         * message.el (message-use-alternative-email-as-from): Examine the
15427         From header as well; use message-make-from in order to include a
15428         user's full name.
15429
15430 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15431
15432         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15433         default; improve customization type.
15434         (gnus-emphasis-custom-with-format): New macro.
15435         (gnus-emphasis-custom-value-to-external): New function.
15436         (gnus-emphasis-custom-value-to-internal): New function.
15437
15438 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15439
15440         * dns.el (query-dns): Resolve reverse addresses.
15441
15442 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15443
15444         * gnus-group.el (gnus-group-get-new-news): Use it.
15445
15446         * gnus-start.el (gnus-check-reasonable-setup): New function.
15447
15448 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15449
15450         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15451         "Args out of range" error.  Reported by Arnaud Giersch
15452         <arnaud.giersch@free.fr>.
15453
15454 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15455
15456         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15457
15458 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15459
15460         * spam.el (spam group): Add :version.
15461
15462         * pgg-def.el (pgg group): Add :version.
15463
15464 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15465
15466         * gnus-art.el (gnus-article-edit-article): Don't associate the
15467         article buffer with a draft file.  This is a temporary measure
15468         against the 2004-08-22 change to gnus-article-edit-mode.
15469
15470 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15471
15472         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15473         (html2text-format-tags): Remove unused variable `attr'.
15474
15475 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15476
15477         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15478
15479         * tls.el (tls-process-connection-type, tls-success)
15480         (tls-certtool-program): Add :version.
15481
15482         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15483         (starttls-extra-arguments, starttls-process-connection-type)
15484         (starttls-connect, starttls-failure, starttls-success): Add :version.
15485
15486         * spam-stat.el (spam-stat): Add :version.
15487
15488         * sieve.el (sieve): Add :version.
15489
15490         * sha1.el (sha1): Add :version.
15491         (sha1-use-external): Remove redundant version.
15492
15493         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15494         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15495         (nnmail-split-fancy-match-partial-words)
15496         (nnmail-split-lowercase-expanded): Add :version.
15497
15498         * nndiary.el (nndiary): Add :version.
15499
15500         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15501
15502         * mml-sec.el (mml-default-sign-method)
15503         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15504         Add :version.
15505
15506         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15507
15508         * mm-url.el (mm-url-use-external, mm-url-program)
15509         (mm-url-arguments): Add :version.
15510
15511         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15512         (mm-attachment-file-modes, mm-decrypt-option)
15513         (mm-w3m-safe-url-regexp): Add :version.
15514
15515         * message.el (message-cite-prefix-regexp)
15516         (message-sendmail-envelope-from, message-minibuffer-local-map)
15517         (message-user-fqdn, message-completion-alist): Add :version.
15518
15519         * gnus-win.el (gnus-configure-windows-hook)
15520         (gnus-use-frames-on-any-display): Add :version.
15521
15522         * gnus-art.el (gnus-article-address-banner-alist)
15523         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15524         (gnus-treat-from-picon, gnus-treat-mail-picon)
15525         (gnus-treat-x-pgp-sig): Add :version.
15526
15527         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15528         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15529         (gnus-summary-article-delete-hook)
15530         (gnus-summary-display-while-building): Add :version.
15531
15532         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15533         (gnus-get-top-new-news-hook): Add :version.
15534
15535         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15536         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15537
15538         * gnus-registry.el (gnus-registry): Add :version.
15539
15540         * gnus-spec.el (gnus-use-correct-string-widths)
15541         (gnus-make-format-preserve-properties): Add :version.
15542
15543         * gnus.el (gnus-group-charter-alist)
15544         (gnus-group-fetch-control-use-browse-url)
15545         (gnus-install-group-spam-parameters): Add :version.
15546
15547         * gnus-diary.el (gnus-diary): Add :version.
15548
15549         * gnus-delay.el (gnus-delay): Add :version.
15550
15551         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15552         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15553         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15554         Add :version.
15555
15556         * gnus-agent.el (gnus-agent-max-fetch-size)
15557         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15558         (gnus-agent-prompt-send-queue): Add :version.
15559
15560         * deuglify.el (gnus-outlook-deuglify): Add :version.
15561
15562         * html2text.el: Beautify code.  Improve doc strings.
15563         Some checkdoc cleanup.
15564         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15565
15566 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15567
15568         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15569
15570 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15571
15572         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15573         when package is loaded.
15574
15575         * spam.el (spam-summary-score-preferred-header): Add global preference
15576         for people who want to override the default SpamAssassin over
15577         Bogofilter preference (when both are set).
15578         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15579         (spam-user-format-function-S):
15580         Check spam-summary-score-preferred-header.
15581         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15582         (spam-user-format-function-S): Format the score correctly.
15583
15584 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15585
15586         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15587         signature file.  Suggested by Manoj Srivastava
15588         <srivasta@golden-gryphon.com>.
15589
15590         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15591         iso-2022-jp even in the Japanese language environment.
15592         Suggested by Jason Rumney <jasonr@gnu.org>.
15593
15594 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15595
15596         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15597         use the same characters as the dummy marks; make it free from
15598         getting affected by the language environment.
15599         (gnus-summary-read-group-1): Update mark positions only when the
15600         format spec is updated.
15601
15602         * gnus-spec.el (gnus-update-format-specifications): Return a list
15603         of updated types.
15604
15605 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15606
15607         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15608         of boundp to check if display-warning is available.
15609
15610 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15611
15612         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15613
15614 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15615
15616         * nnspool.el (nnspool-spool-directory): Use news-path if the
15617         news-directory variable is not bound.
15618
15619         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15620         function instead of display-warning if it is not available.
15621
15622 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15623
15624         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15625         v5-10: Use `point-at-bol'.
15626
15627 2004-10-26  Simon Josefsson  <jas@extundo.com>
15628
15629         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15630         <chenggao@gmail.com>.
15631
15632 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15633
15634         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15635         instead.
15636
15637 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15638
15639         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15640         to remove a server from the nnimap-server-buffer-alist.
15641         (nnimap-open-connection, nnimap-close-server): Use it.
15642
15643         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15644
15645 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15646
15647         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15648         running the major-mode function.
15649
15650 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15651
15652         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15653         dummy marks in the right way.
15654
15655 2004-10-18  David Edmondson  <dme@dme.org>
15656
15657         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15658         excessively.
15659
15660 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15661
15662         * gnus-util.el (gnus-split-references): Accept a nil references
15663         string and go on blissfully.
15664
15665         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15666         cases where the references string is non-nil but has no references.
15667
15668         * encrypt.el: Add autoload tags.
15669
15670         * spam.el (spam-resolve-registrations-routine): Remove article
15671         from unregistration list too.  Reported by David Hanak
15672         <dhanak@isis.vanderbilt.edu>
15673
15674 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15675
15676         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15677         nil.  Change custom type.
15678
15679 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15680
15681         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15682
15683         * gnus-sum.el (gnus-summary-move-article): Use it.
15684
15685 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15686
15687         * encrypt.el: Add autoload cookies.
15688
15689         * spam.el (spam-backend-article-list-property)
15690         (spam-backend-get-article-todo-list)
15691         (spam-backend-put-article-todo-list)
15692         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15693         Resolve registrations separately.
15694         (spam-register-routine): Format comments.
15695         (spam-unregister-routine, spam-register-routine): Always call with
15696         specific-articles, no default list.
15697         (spam-summary-prepare-exit): Use the spam-classifications function.
15698
15699         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15700         gnus-encrypt.el.
15701
15702         * encrypt.el: Copied from gnus-encrypt.el.
15703
15704         * gnus-encrypt.el: Commented that it's obsolete.
15705
15706 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15707
15708         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15709         (gnus-score-save): Use it.
15710
15711         * message.el (message-bury): Use `window-dedicated-p'.
15712
15713 2004-10-15  Simon Josefsson  <jas@extundo.com>
15714
15715         * pop3.el (top-level): Don't require nnheader.
15716         (pop3-read-timeout): Add.
15717         (pop3-accept-process-output): Add.
15718         (pop3-read-response, pop3-retr): Use it.
15719
15720 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15721
15722         * spam.el (spam-register-routine): Move comment.
15723         (spam-verify-bogofilter): Use 'unknown for the initial
15724         spam-bogofilter-valid state, not 'never.
15725
15726         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15727         for netrc-machine.
15728
15729         * nnimap.el (nnimap-open-connection):
15730         Use netrc-machine-user-or-password.
15731
15732 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15733
15734         * gnus-registry.el (gnus-registry-unload-hook):
15735         Set as a variable with add-hook.
15736
15737         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15738         of news-path.
15739
15740         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15741
15742         * spam.el: Delete duplicate `provide'.
15743         (spam-unload-hook): Set as a variable with add-hook.
15744
15745 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15746
15747         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15748         in the doc string.
15749
15750         * message.el (message-ignored-news-headers)
15751         (message-ignored-supersedes-headers)
15752         (message-ignored-resent-headers)
15753         (message-forward-ignored-headers): Improve custom type.
15754
15755 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15756
15757         * message.el (message-tokenize-header): Fix 2004-09-06 change
15758         which used point-min in the wrong place.
15759
15760 2004-10-12  Simon Josefsson  <jas@extundo.com>
15761
15762         * tls.el (tls-certtool-program): New variable.
15763         (tls-certificate-information): New function, based on
15764         ssl-certificate-information.
15765
15766 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15767
15768         * compface.el: Move the version of ELisp-based uncompface program
15769         to the contrib directory because of the copyright problem.
15770
15771 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15772
15773         * message.el (message-kill-buffer): Raise the current frame.
15774
15775 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15776
15777         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15778
15779         * gnus.el (message-y-or-n-p): Autoload.
15780
15781         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15782         (pop3-password-required, pop3-authentication-scheme)
15783         (pop3-leave-mail-on-server): Make customizable.
15784         (pop3): New custom group.
15785         (pop3-retr): Remove `sleep-for' statements.
15786         Suggested by Dave Love <fx@gnu.org>.
15787
15788         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15789         Windows/DOS.
15790
15791         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15792         (imap-parse-body): Fix incorrect use of `assert'.
15793         Suggested by Dave Love <fx@gnu.org>.
15794
15795         * mml.el (mml-minibuffer-read-disposition): Require match.
15796         Suggested by Dave Love <fx@gnu.org>.
15797
15798 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15799
15800         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15801         doc string.
15802
15803 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15804
15805         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15806
15807 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15808
15809         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15810         instead of calling `mm-insert-inline', to decode text/* parts
15811         before displaying them.
15812
15813 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15814
15815         * mm-uu.el (mm-uu-text-plain-type): New variable.
15816         (mm-uu-pgp-signed-extract-1): Use it.
15817         (mm-uu-pgp-encrypted-extract-1): Use it.
15818         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15819         bind mm-uu-text-plain-type with that value.
15820         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15821         mm-uu-dissect.
15822
15823 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15824
15825         * gnus-group.el (gnus-update-group-mark-positions):
15826         * gnus-sum.el (gnus-update-summary-mark-positions):
15827         * message.el (message-check-news-body-syntax):
15828         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15829         of string-as-multibyte.
15830
15831 2004-10-05  Juri Linkov  <juri@jurta.org>
15832
15833         * gnus-group.el (gnus-update-group-mark-positions):
15834         * gnus-sum.el (gnus-update-summary-mark-positions):
15835         * message.el (message-check-news-body-syntax):
15836         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15837         8-bit unibyte values to a multibyte string for search functions.
15838
15839 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15840
15841         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15842         (mm-uu-dissect-text-parts): New function.
15843
15844         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15845         dissect text parts.
15846
15847         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15848         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15849
15850         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15851
15852         * gnus-topic.el (gnus-topic-hierarchical-parameters):
15853         Use gnus-current-topics instead of gnus-current-topic.
15854
15855 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15856
15857         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15858
15859 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15860
15861         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15862         where approriate.
15863
15864         * nnml.el (nnml-generate-active-info): do.
15865
15866         * nndiary.el (nndiary-generate-active-info): do.
15867
15868         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15869         (gnus-topic-move): do.
15870
15871         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15872         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15873
15874         * gnus-srvr.el (gnus-server-prepare)
15875         (gnus-server-open-all-servers): do.
15876
15877         * gnus-msg.el (gnus-summary-cancel-article)
15878         (gnus-summary-resend-message)
15879         (gnus-summary-mail-crosspost-complaint): do.
15880
15881         * gnus-move.el (gnus-change-server): do.
15882
15883         * gnus-group.el (gnus-group-unmark-all-groups)
15884         (gnus-group-set-current-level): do.
15885
15886 2004-10-04  Simon Josefsson  <jas@extundo.com>
15887
15888         * message.el (message-generate-hashcash): Doc fix.
15889
15890 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15891
15892         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15893         avoid infinite recursion via gnus-get-function.
15894
15895 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15896
15897         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15898
15899         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15900
15901         * nnmail.el (nnmail-split-history): do.
15902
15903         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15904         (nnml-request-delete-group): do.
15905
15906         * nnslashdot.el (nnslashdot-read-groups): do.
15907
15908         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15909         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15910
15911         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15912         (nnspool-sift-nov-with-sed): Use last.
15913         (nnspool-retrieve-headers-with-nov): Use mapc.
15914         (nnspool-request-newgroups): Use dolist.
15915         (nnspool-request-group): Use last.
15916
15917         * nntp.el (nntp-read-server-type): Use dolist.
15918
15919         * nnvirtual.el (nnvirtual-create-mapping)
15920         (nnvirtual-update-read-and-marked): Use dolist.
15921         (nnvirtual-convert-headers): Simplify.
15922
15923 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15924
15925         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15926         Add support for sync'ing tick marks.
15927
15928 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15929
15930         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15931         there's no visible header.
15932
15933 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15934
15935         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15936         When necessary, pass full group name to gnus-request-set-marks.
15937
15938 2004-10-01  Simon Josefsson  <jas@extundo.com>
15939
15940         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15941         acroread.
15942
15943 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15944
15945         * spam-report.el (spam-report-gmane): Fix interactive.
15946
15947         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15948
15949         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15950         when writing file.
15951         (gnus-agent-synchronize-flags): Don't default to being
15952         interactive.
15953
15954 2004-09-30  Simon Josefsson  <jas@extundo.com>
15955
15956         * message.el (message-generate-hashcash): Add.
15957         (message-send-mail): Use it, call mail-add-payment.
15958
15959 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15960
15961         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15962
15963 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15964
15965         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
15966         gnus-requst-update-info with explicit code to sync the in-memory
15967         info read flags with the marks being sync'd to the backend.
15968
15969         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
15970
15971 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15972
15973         * spam.el (spam-verify-bogofilter): Add new function.
15974         (spam-check-bogofilter)
15975         (spam-bogofilter-register-with-bogofilter): Use it.
15976         (spam-verify-bogofilter): Add small fixes.
15977
15978 2004-09-28  Simon Josefsson  <jas@extundo.com>
15979
15980         * hashcash.el (hashcash-generate-payment): Revert.
15981
15982 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15983
15984         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15985         Use gnus-extract-references instead of gnus-split-references.
15986
15987         * gnus-util.el (gnus-extract-references): Add new function, analogous
15988         to gnus-split-references but extracts only the message-ID without
15989         anything extra.
15990
15991         * hashcash.el (hashcash-generate-payment)
15992         (hashcash-check-payment): Do the right thing if hashcash-path is
15993         nil (because the hashcash program could not be found).
15994
15995         * spam.el (spam-use-hashcash): Remove comment.
15996
15997 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15998
15999         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16000         (gnus-cache-enter-article, gnus-cache-remove-article)
16001         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16002
16003         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16004
16005         * gnus-art.el (article-hide-boring-headers)
16006         (article-translate-strings, article-display-face)
16007         (gnus-article-mime-match-handle-first)
16008         (gnus-article-highlight-headers)
16009         (gnus-article-add-buttons-to-head): do.
16010
16011 2004-09-27  Simon Josefsson  <jas@extundo.com>
16012
16013         * hashcash.el: New version, from
16014         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16015         ../contrib/.
16016
16017 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16018
16019         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16020
16021 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16022
16023         * gnus-dup.el (gnus-dup-open): Use mapc.
16024         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16025
16026         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16027         Reported by Stefan Wiens <s.wi@gmx.net>.
16028
16029         * gnus.el (gnus-shutdown): Use dolist.
16030
16031         * gnus-undo.el (gnus-undo): Use mapc.
16032
16033         * nnrss.el (nnrss-generate-active): do.
16034
16035         * message.el (message-cite-original-without-signature)
16036         (message-cite-original): Use mapc.
16037         (message-do-actions, message-make-forward-subject): Use dolist.
16038
16039 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16040
16041         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16042         deletion to remove entire duplicate line.  Fixes merged article
16043         number bug.
16044
16045 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16046
16047         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16048         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16049         first ask if you want to open a server and then, even when you
16050         responded with no, asking if you want to synchronize the server's
16051         flags.
16052         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16053         multi-line expressions.
16054         (gnus-agent-synchronize-group-flags): New internal function.
16055         Updates marks in memory (in the info structure) AND in the
16056         backend.
16057
16058         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16059
16060         * nnagent.el (nnagent-request-set-mark):
16061         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16062         method, to ensure that synchronization updates marks in the
16063         backend and in the info (in memory) structure.
16064
16065 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16066
16067         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16068         convention fully; don't miss the root article of a thread; make
16069         the X-Draft-From header with correct article numbers.
16070
16071 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16072
16073         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16074         unless plugged.  Disable the agent so that an open failure causes
16075         an error.
16076
16077         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16078         Revert 2004-09-21 change.  The backend must be opened while
16079         synchronizing flags even when the backend stores the flags
16080         locally.
16081
16082 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16083
16084         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16085         in `header' match.  Reported by Svend Tollak Munkejord.
16086
16087         * message.el (message-cite-original): Fix use of
16088         `message-cite-articles-with-x-no-archive'.
16089
16090 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16091
16092         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16093         (gnus-window-to-buffer): Ditto.
16094
16095         * mml.el (mml-preview-buffer): New variable.
16096         (mml-preview): Manage window layout with gnus-buffer-configuration.
16097
16098         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16099         X-Draft-From header even if those articles aren't quoted.
16100
16101 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16102
16103         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16104         (gnus-request-set-mark, gnus-request-update-mark): Use new
16105         g-s-t-u-l-m to decide to use backend even when unplugged.
16106
16107 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16108
16109         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16110         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16111
16112 2004-09-20  Simon Josefsson  <jas@extundo.com>
16113
16114         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16115         "utf-16-le".
16116
16117 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16118
16119         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16120
16121 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16122
16123         * uudecode.el (uudecode-use-external): Add :version.
16124
16125         * smime.el (smime-CA-file, smime-encrypt-cipher)
16126         (smime-dns-server): Add :version.
16127
16128         * smiley.el (gnus-smiley-file-types): Add :version.
16129
16130         * sha1.el (sha1-use-external): Add :version.
16131
16132         * pgg-def.el (pgg-query-keyserver): Add :version.
16133
16134         * nnmail.el (nnmail-fancy-expiry-targets)
16135         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16136         Add :version.
16137
16138         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16139         (nnimap-retrieve-groups-asynchronous): Add :version.
16140         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16141
16142         * mml.el (mml-content-disposition-parameters)
16143         (mml-insert-mime-headers-always): Add :version.
16144
16145         * mm-util.el (mm-coding-system-priorities): Add :version.
16146
16147         * mm-decode.el (mm-inline-text-html-with-images)
16148         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16149         (mm-verify-option): Add :version.
16150         (mm-text-html-renderer): Change :version.
16151
16152         * message.el (message-fcc-externalize-attachments)
16153         (message-required-headers, message-draft-headers)
16154         (message-subject-trailing-was-query)
16155         (message-subject-trailing-was-ask-regexp)
16156         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16157         (message-mark-insert-end, message-archive-header)
16158         (message-archive-note, message-cross-post-default)
16159         (message-cross-post-note, message-followup-to-note)
16160         (message-cross-post-note-function, message-use-mail-followup-to)
16161         (message-subscribed-address-functions)
16162         (message-subscribed-address-file, message-subscribed-addresses)
16163         (message-subscribed-regexps, message-allow-no-recipients)
16164         (message-yank-cited-prefix, message-signature-insert-empty-line)
16165         (message-hidden-headers, message-hierarchical-addresses)
16166         (message-mail-user-agent, message-use-idna)
16167         (message-valid-fqdn-regexp)
16168         (message-strip-special-text-properties, message-header-synonyms)
16169         (message-beginning-of-line, message-tab-body-function): Add :version.
16170         (message-insert-canlock, message-wide-reply-confirm-recipients):
16171         Change :version.
16172
16173         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16174         and :version.
16175         (mail-source-delete-old-incoming-confirm)
16176         (mail-source-movemail-program): Add :version.
16177
16178         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16179         (gnus-agent-cache, gnus-agent): Change :version.
16180
16181         * gnus-util.el (gnus-use-byte-compile): Change :version.
16182
16183         * gnus-sum.el (gnus-summary-make-false-root-always)
16184         (gnus-summary-default-high-score)
16185         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16186         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16187         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16188         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16189         (gnus-sum-thread-tree-single-indent)
16190         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16191         (gnus-sum-thread-tree-leaf-with-other)
16192         (gnus-sum-thread-tree-single-leaf): Add :version.
16193         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16194         (gnus-article-loose-mime): Change :version.
16195
16196         * gnus-start.el (gnus-backup-startup-file)
16197         (gnus-save-startup-file-via-temp-buffer): Add :version.
16198
16199         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16200         (gnus-server-offline-face): Add :version.
16201
16202         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16203
16204         * gnus-msg.el (gnus-gcc-externalize-attachments)
16205         (gnus-debug-files, gnus-debug-exclude-variables)
16206         (gnus-discouraged-post-methods): Change :version.
16207         (gnus-confirm-mail-reply-to-news)
16208         (gnus-confirm-treat-mail-like-news): Add :version.
16209
16210         * gnus-int.el (gnus-server-unopen-status): Add :version.
16211
16212         * gnus-group.el (gnus-group-jump-to-group-prompt)
16213         (gnus-large-ephemeral-newsgroup)
16214         (gnus-fetch-old-ephemeral-headers): Add :version.
16215
16216         * gnus-fun.el (gnus-x-face-directory)
16217         (gnus-convert-pbm-to-x-face-command)
16218         (gnus-convert-image-to-x-face-command)
16219         (gnus-convert-image-to-face-command): Add :version.
16220
16221         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16222
16223         * gnus-cite.el (gnus-cite-blank-line-after-header)
16224         (gnus-article-boring-faces): Add :version.
16225
16226         * gnus-art.el (gnus-buttonized-mime-types)
16227         (gnus-inhibit-mime-unbuttonizing)
16228         (gnus-treat-display-face)
16229         (gnus-treat-body-boundary): Change :version.
16230         (gnus-body-boundary-delimiter, gnus-picon-databases)
16231         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16232         (gnus-treat-date-english, gnus-treat-fold-headers)
16233         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16234         (gnus-treat-mail-picon, gnus-treat-wash-html)
16235         (gnus-article-encrypt-protocol)
16236         (gnus-use-idna, gnus-article-over-scroll)
16237         (gnus-mime-display-multipart-alternative-as-mixed)
16238         (gnus-mime-display-multipart-related-as-mixed)
16239         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16240         (gnus-ctan-url, gnus-button-ctan-handler)
16241         (gnus-button-handle-ctan-bogus-regexp)
16242         (gnus-button-ctan-directory-regexp)
16243         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16244         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16245         (gnus-button-man-level, gnus-button-emacs-level)
16246         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16247
16248         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16249         (gnus-agent-go-online): Change :version.
16250         (gnus-agent-expire-unagentized-dirs)
16251         (gnus-agent-auto-agentize-methods): Add :version.
16252
16253         * flow-fill.el (fill-flowed-display-column)
16254         (fill-flowed-encode-column): Add :version.
16255
16256         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16257         (gnus-outlook-deuglify-unwrap-max)
16258         (gnus-outlook-deuglify-cite-marks)
16259         (gnus-outlook-deuglify-unwrap-stop-chars)
16260         (gnus-outlook-deuglify-no-wrap-chars)
16261         (gnus-outlook-deuglify-attrib-cut-regexp)
16262         (gnus-outlook-deuglify-attrib-verb-regexp)
16263         (gnus-outlook-deuglify-attrib-end-regexp)
16264         (gnus-outlook-display-hook): Add :version.
16265
16266         * binhex.el (binhex-use-external): Add :version.
16267
16268 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16269
16270         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16271         and `invisible'.
16272
16273 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16274
16275         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16276         in gnus-registry-trim.
16277
16278 2004-09-13  Simon Josefsson  <jas@extundo.com>
16279
16280         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16281
16282         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16283
16284         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16285         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16286         <yamaoka@jpl.org>.
16287         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16288         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16289         <yamaoka@jpl.org>.
16290
16291         * sieve.el (sieve-manage-mode): Ditto.
16292
16293 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16294
16295         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16296
16297 2004-09-11  Simon Josefsson  <jas@extundo.com>
16298
16299         * dns-mode.el: Add.
16300
16301         * mm-view.el (mm-display-dns-inline): Add.
16302
16303         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16304         (mm-automatic-display): Ditto.
16305
16306         * mailcap.el (mailcap-mime-data): Add text/dns.
16307         (mailcap-mime-extensions): Map .soa to text/dns.
16308
16309 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16310
16311         * gnus-art.el (article-decode-mime-words, article-babel)
16312         (gnus-article-highlight-signature, gnus-article-add-buttons)
16313         (gnus-signature-toggle): Remove unnecessary bindings of
16314         `inhibit-read-only' inherited from v5.10 merge.
16315
16316 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16317
16318         * nntp.el (nntp): New customization group.
16319         (nntp-authinfo-file): Add customization group.
16320
16321         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16322
16323         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16324
16325         * gnus.el (to-address, to-list, subscribed)
16326         (large-newsgroup-initial): Ditto.
16327
16328         * flow-fill.el (fill-flowed-display-column)
16329         (fill-flowed-encode-column): Ditto.
16330
16331 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16332
16333         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16334         Use point-min rather than 1.
16335         (message-send-mail): Use buffer-size rather than point-max.
16336
16337         * gnus-sum.el (gnus-summary-search-article-forward):
16338         Signal a specific `search-failed' rather than a generic `error'.
16339
16340         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16341         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16342         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16343
16344 2004-09-10  Simon Josefsson  <jas@extundo.com>
16345
16346         * nndb.el (require): Remove tcp and duplicate cl.
16347
16348 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16349
16350         * gnus-agent.el (directory-files-and-attributes): Move forward.
16351
16352 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16353
16354         * gnus-agent.el (directory-files-and-attributes):
16355         Optionally defined to support XEmacs.
16356
16357 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16358
16359         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16360         to avoid run-time CL dependencies.
16361         (gnus-agent-unfetch-articles): New function.
16362         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16363         article numbers even when local .overview file is missing.
16364         (gnus-agent-read-article-number): New function.  Only accepts
16365         27-bit article numbers.
16366         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16367         Use gnus-agent-read-article-number.
16368         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16369         from backend while recognizing that article numbers in .overview
16370         must be valid.
16371         (gnus-agent-update-files-total-fetched-for):
16372         Use directory-files-and-attributes to improve performance.
16373         * gnus-int.el (gnus-request-move-article):
16374         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16375         improve performance.
16376
16377         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16378         some users confused by references to .newsrc when they only have a
16379         .newsrc.eld file.
16380         (gnus-convert-mark-converter-prompt)
16381         (gnus-convert-converter-needs-prompt): Fix use of property list.
16382         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16383         New function.  Used internally to only display 'gnus converting
16384         files' message when actually necessary.
16385
16386         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16387         methods now autoloaded.
16388
16389 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16390
16391         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16392         identifiers.
16393
16394 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16395
16396         * gnus-picon.el: Fix indentation and closing parenthesis.
16397
16398 2004-09-01  Simon Josefsson  <jas@extundo.com>
16399
16400         * message.el (message-canlock-generate): Require sha1, not
16401         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16402         to require within a function.  Sadly, if sha1.el isn't loaded, the
16403         let binding in m-c-g will hide the defcustom definition, which is
16404         bad.)
16405
16406         * canlock.el: Require sha1, not sha1-el.
16407
16408         * message.el: Don't autoload sha1 (there is a autoload cookie in
16409         sha1.el).
16410
16411         * sha1-el.el: Rename to sha1.el.
16412
16413 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16414
16415         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16416
16417 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16418
16419         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16420
16421 2004-08-30  Kim F. Storm  <storm@cua.dk>
16422
16423         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16424
16425         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16426         Add :group 'nnimap.
16427
16428 2004-08-30  Andreas Schwab  <schwab@suse.de>
16429
16430         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16431         ?* and ?\;.
16432
16433         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16434         and ?\' to symbol instead of whitespace.
16435
16436 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16437
16438         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16439
16440         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16441         instead of re-search-forward.
16442
16443         * gnus-uu.el (gnus-uu-save-article): Ditto.
16444         (gnus-uu-post-encode-uuencode): Ditto.
16445
16446         * html2text.el (html2text-clean-list-items): Ditto.
16447         (html2text-clean-dtdd): Ditto.
16448         (html2text-format-tags): Ditto.
16449
16450         * message.el (message-send-mail-with-sendmail): Fix regexp.
16451         (message-fill-field-general): Use search-forward instead of
16452         re-search-forward.
16453         (unbold-region): Ditto.
16454
16455         * nnrss.el (nnrss-request-article): Ditto.
16456
16457         * nnslashdot.el (nnslashdot-request-article): Ditto.
16458
16459         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16460
16461         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16462         "Unrecognized menu descriptor" error in XEmacs.
16463
16464 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16465
16466         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16467         parent article of a sparse article in the thread hashtb.
16468
16469 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16470
16471         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16472         (nnmail-expand-newtext): Lowercase expanded entries if
16473         nnmail-split-lowercase-expanded is non-nil.
16474
16475 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16476
16477         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16478
16479         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16480         of gnus-tmp-news-method into string under XEmacs.  It will be
16481         passed to gnus-correct-length which takes only a string argument.
16482
16483 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16484
16485         * gnus-util.el (gnus-bind-print-variables): New macro.
16486         (gnus-prin1): Use it.
16487         (gnus-prin1-to-string): Use it.
16488         (gnus-pp): New function.
16489         (gnus-pp-to-string): New function.
16490
16491         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16492         Replace pp-to-string with gnus-pp-to-string.
16493         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16494         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16495         * gnus-msg.el (gnus-debug): Ditto.
16496         * gnus-score.el (gnus-score-save): Ditto.
16497         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16498         gnus-pp-to-string.
16499         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16500         with gnus-pp.
16501         * score-mode.el (gnus-score-pretty-print): Ditto.
16502         * webmail.el (webmail-debug): Ditto.
16503
16504 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16505
16506         * gnus-art.el (article-display-face, article-display-x-face):
16507         Use buffer-read-only.
16508
16509 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16510
16511         * gnus-art.el (article-hide-list-identifiers):
16512         Bind inhibit-read-only as t.
16513
16514 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16515
16516         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16517
16518 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16519
16520         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16521         (gnus-narrow-to-page): Don't assume point-min == 1.
16522         (gnus-article-edit-mode): Derive from message-mode.
16523
16524         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16525         point-min == 1.
16526
16527         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16528         Disable incorrect use of `assert'.
16529
16530         * message.el (message-mode): Set comment-start-skip.
16531
16532
16533 2004-08-22  Sam Steingold  <sds@gnu.org>
16534
16535         * pop3.el (pop3-leave-mail-on-server): New user variable.
16536         (pop3-movemail): Delete mail only when it is nil.
16537
16538 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16539
16540         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16541
16542         * mml.el (mml-preview): Use `pop-to-buffer'.
16543
16544         * message.el (message-goto-mail-followup-to): Insert after "To".
16545         (message-carefully-insert-headers): Add comment.
16546
16547         * gnus.el: Remove unused variable `gnus-article-check-size'.
16548
16549         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16550
16551         * gnus-art.el (gnus-button-alist):
16552         Improve `gnus-button-handle-library' entry.
16553
16554 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16555
16556         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16557         Use downcase, since XEmacs capitalizes error messages differently.
16558
16559 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16560
16561         * nntp.el: Add (require 'gnus) due to reference to
16562         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16563
16564 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16565
16566         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16567         Bind `mm-fill-flowed'.
16568
16569         * mm-decode.el (mm-dissect-singlepart): Check it.
16570
16571 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16572
16573         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16574         'imap' for netrc parsing.
16575
16576 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16577
16578         * mailcap.el (mailcap-mime-data): Mark as risky.
16579
16580 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16581
16582         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16583         may be included in the encoded word.
16584         (rfc2047-encode): Don't append a space if the encoded word
16585         includes close parenthesis.
16586
16587 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16588
16589         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16590         of text within parentheses.
16591
16592 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16593
16594         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16595         (gnus-encrypt-write-file-contents): Make the password key the file
16596         name PLUS the cipher, not just the cipher.  Also remove failed
16597         passwords from the cache.
16598
16599 2004-08-06  Simon Josefsson  <jas@extundo.com>
16600
16601         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16602         Doc fix.
16603
16604 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16605
16606         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16607         LWSP.
16608
16609 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16610
16611         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16612         Try to append in-reply-to: data to the references: header.
16613
16614         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16615         (netrc-parse): Use gnus-encrypt.el functions.
16616
16617         * gnus-encrypt.el: Add new file for encryption support; currently
16618         does only a few GPG ciphers and an internal XOR cipher.
16619
16620         * password.el: Add comments on using password-read-and-add.
16621         (password-read-and-add): Add function to read and add the
16622         password to the cache at once.
16623
16624 2004-07-28  Simon Josefsson  <jas@extundo.com>
16625
16626         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16627         parameter (but don't use it, for now).
16628
16629         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16630         instead of hard coding to nil.
16631
16632 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16633
16634         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16635         as mm-inline-image-xemacs does.
16636
16637 2004-07-26  Simon Josefsson  <jas@extundo.com>
16638
16639         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16640         Revert part of 2004-07-17 change below.
16641
16642 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16643
16644         * rfc2047.el (rfc2047-encode-region): Don't infloop.
16645         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16646
16647 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16648
16649         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16650         quotes that actually start with ">" at the beginning of the
16651         lines.
16652
16653 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16654
16655         * rfc2047.el (rfc2047-encode-region): Fix last change.
16656         (rfc2047-encode-parameter): Remove useless concat.
16657
16658 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16659
16660         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16661         encode special characters; fix some kind of misconfigured headers;
16662         signal a real error if debug-on-quit or debug-on-error is non-nil.
16663         (rfc2047-encode-max-chars): New variable.
16664         (rfc2047-encode-1): Use it.
16665         (rfc2047-encode-parameter): New function.
16666
16667         * mml.el (mml-insert-parameter): Remove an excessive space.
16668
16669 2004-07-17  Simon Josefsson  <jas@extundo.com>
16670
16671         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16672         Kai Grossjohann <kai@emptydomain.de>.
16673         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16674         (gnus-group-make-menu-bar): Ditto.
16675
16676         * gnus-util.el (gnus-group-server): Add.
16677
16678 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16679
16680         * message.el (message-clone-locals): Clone sendmail and smtp
16681         variables.
16682
16683 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16684
16685         * rfc2047.el (rfc2047-encode-region): Fix last change.
16686
16687 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16688
16689         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16690         characters as non-special.
16691
16692 2004-07-09  Simon Josefsson  <jas@extundo.com>
16693
16694         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16695         Users will lose all flag changes made while unplugged with
16696         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16697         good default.  See numerous reports on ding mailing list.
16698
16699 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16700
16701         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16702         add generate-head-function and generate-article-function to the
16703         rfc822-forward entry.
16704         (nndoc-rfc822-forward-generate-article): New function.
16705         (nndoc-rfc822-forward-generate-head): New function.
16706
16707         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16708
16709 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16710
16711         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16712         respect display group parameter and gnus-summary-expunge-below.
16713         (gnus-articles-to-read): Remove unused reference to display group
16714         parameter.
16715
16716 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16717
16718         * nnheader.el (nnheader-uniquify-message-id): New experimental
16719         variable.
16720         (nnheader-nov-read-message-id): Use it.
16721
16722         * spam-report.el (spam-report-gmane): Add interactive.
16723
16724 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16725
16726         * mm-encode.el (mm-content-transfer-encoding-defaults):
16727         Use qp-or-base64 for the application/* types.
16728
16729 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16730
16731         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16732
16733 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16734
16735         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16736         trim value.
16737
16738 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16739
16740         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16741         New macro and function.
16742         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16743
16744 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16745
16746         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16747         after-load-alist.
16748
16749 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16750
16751         * gnus-group.el (gnus-group-get-new-news-this-group):
16752         Don't update info that isn't there.
16753
16754 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16755
16756         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16757         entry.
16758
16759 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16760
16761         * mm-view.el (mm-inline-render-with-function): Use multibyte
16762         buffer; decode html source by charset.
16763
16764         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16765
16766         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16767         Mule-UCS is loaded under XEmacs.
16768         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16769
16770 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16771
16772         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16773
16774 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16775
16776         * mm-util.el (mm-coding-system-p): Return a coding-system.
16777         (mm-mime-mule-charset-alist): Use shift_jis instead of
16778         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16779         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16780         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16781         instead of japanese-shift-jis and iso-latin-1 respectively in
16782         order to share the default value with both Emacs and XEmacs-mule.
16783         (mm-mule-charset-to-mime-charset):
16784         Make mm-coding-system-priorities effective.
16785         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16786         while predicating of candidates upon the priorities.
16787
16788 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16789
16790         * gnus-sum.el (gnus-summary-make-menu-bar):
16791         Add gnus-uu-invert-processable.
16792
16793         * gnus.el: Autoload gnus-uu-invert-processable.
16794
16795 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16796
16797         * mm-util.el (mm-with-multibyte-buffer): New macro.
16798
16799         * rfc2047.el (rfc2047-encode-string): Use it.
16800         (rfc2047-encode-region): Move point to the end of the region after
16801         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16802
16803 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16804
16805         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16806         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16807
16808 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16809
16810         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16811         (gnus-cite-parse): Ignore quoted envelope From_.
16812         Suggested by Karl Chen <quarl@nospam.quarl.org>.
16813
16814 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16815
16816         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16817         invalid addresses.
16818
16819 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16820
16821         * spam.el: Change section markers, revise TODO list.
16822         (spam-backends): Make new master list of all installed backends.
16823         (spam-summary-exit-behavior): Add new variable to determine how
16824         messages moves are done at summary exit.
16825         (spam-move-spam-nonspam-groups-only)
16826         (spam-process-ham-in-nonham-groups)
16827         (spam-process-ham-in-spam-groups): Remove variables, the
16828         spam-summary-exit-behavior variable should be used to manage this
16829         behavior.
16830         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16831         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16832         and spam-old-spam-articles.
16833         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16834         Add empty variables, placeholders for the backends they represent.
16835         (spam-set-difference): Move, unchanged.
16836         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16837         unless the user has a processor variable.
16838         (spam-classifications, spam-classification-valid-p)
16839         (spam-backend-properties, spam-backend-property-valid-p)
16840         (spam-backend-function-type-valid-p)
16841         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16842         (spam-report-articles-gmane, spam-report-articles-resend):
16843         Remove functions, they are not needed.
16844         (spam-install-backend-super, spam-backend-list)
16845         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16846         (spam-backend-function, spam-backend-ham-registration-function)
16847         (spam-backend-spam-registration-function)
16848         (spam-backend-ham-unregistration-function)
16849         (spam-backend-spam-unregistration-function)
16850         (spam-backend-statistical-p, spam-backend-mover-p)
16851         (spam-install-backend-alias, spam-install-checkonly-backend)
16852         (spam-install-mover-backend, spam-install-nocheck-backend)
16853         (spam-install-backend, spam-install-statistical-backend)
16854         (spam-install-statistical-checkonly-backend): Add backend installation
16855         support.
16856         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16857         (spam-group-processor-p): Use the new backend code and respect the
16858         summary exit behavior.
16859         (spam-mark-spam-as-expired-and-move-routine): Remove.
16860         (spam-summary-prepare): Change to use the new spam-old-articles
16861         variable.
16862         (spam-copy-or-move-routine, spam-copy-spam-routine)
16863         (spam-move-spam-routine, spam-copy-ham-routine)
16864         (spam-move-ham-routine): Add code to copy/move ham or spam.
16865         (spam-fetch-field-fast): Improve doc and code, plus allow the
16866         'number request.
16867         (spam-list-of-checks, spam-list-of-statistical-checks):
16868         Remove variables.
16869         (spam-split, spam-find-spam): Use the new backend code.
16870         (spam-registration-functions): Remove variable.
16871         (spam-unregister-routine): Add convenience wrapper.
16872         (spam-log-undo-registration, spam-register-routine)
16873         (spam-log-processing-to-registry)
16874         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16875         where possible.
16876         (spam-check-gmane-xref, spam-check-regex-headers)
16877         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16878         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16879         (spam-check-bogofilter-headers, spam-check-spamoracle)
16880         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16881         (spam-check-crm114-headers): Use the spam-split-group that
16882         spam-split prepares, no need to determine it every time.
16883
16884         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16885         to the nnheader-parse-naked-head call.
16886
16887         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16888
16889         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16890         the nnheader-nov-read-message-id call.
16891
16892 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16893
16894         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16895         gnus-activate-group twice.  Suggested by Markus Peter
16896         <warp@spin.de>.
16897
16898 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16899
16900         * gnus-art.el (gnus-article-time-format): Exchange the order of
16901         day and month in the default value; fix customization type.
16902         (article-date-ut): Use add-text-properties.
16903         (article-make-date-line): Use message-make-date instead of
16904         current-time-string.
16905
16906         * message.el (message-fetch-field): Don't use set-text-properties.
16907         (message-make-date): Simplify.
16908
16909         * messagexmas.el (message-xmas-make-date): New function.
16910         (message-xmas-redefine): Defalias message-make-date to it.
16911
16912 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16913
16914         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16915         (rfc2047-encode-region): Treat text within parentheses as special;
16916         show the original text when error has occurred.
16917
16918         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16919         already-computed method to gnus-activate-group.
16920
16921         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16922         same select-methods identical Lisp objects.
16923
16924         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16925         object when modifying the info.
16926
16927 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16928
16929         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16930         gnus-opened-servers since it has never been opened with the new
16931         configuration yet.
16932
16933 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16934
16935         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16936         arg to nnheader-generate-fake-message-id.
16937
16938 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16939
16940         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16941         number and build a fake message ID localized to a group and
16942         article number (so it's repeatable from that point on).
16943         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16944         ID format.
16945
16946         * gnus-sum.el (gnus-get-newsgroup-headers):
16947         Call nnheader-generate-fake-message-id with the article number.
16948
16949 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16950
16951         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16952         end-of-buffer.
16953
16954 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16955
16956         * message.el (message-ignored-supersedes-headers): Add Approved.
16957
16958 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16959
16960         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16961         goto-char.
16962         (rfc2047-encode): Fold the line before encoding.
16963
16964 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16965
16966         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16967         folding -- not all headers can be folded, and this should be done
16968         by the message composition mode.  Probably.  I think.
16969
16970 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16971
16972         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16973         fast.
16974
16975         * gnus-ems.el (gnus-remove-image): Don't use
16976         message-text-with-property; remove only the image found first.
16977
16978         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16979         found first.
16980
16981 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16982
16983         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16984
16985 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16986
16987         * message.el (message-text-with-property): Make it fast and accept
16988         optional arguments.
16989         (message-strip-forbidden-properties): Use it.
16990         (message-fix-before-sending): Follow the m-t-w-p change.
16991
16992         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16993
16994 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16995
16996         * gnus-art.el (article-hide-headers): Don't change the buffer
16997         mistakenly when performing mml-preview even if
16998         gnus-single-article-buffer is nil.
16999
17000 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17001
17002         * message.el (message-expand-name-databases): New user option.
17003         (message-expand-name): Use it.
17004
17005 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17006
17007         * spam.el (spam-report-articles-resend)
17008         (spam-report-resend-register-routine): Allow ham reporting.
17009         (spam-report-resend-register-ham-routine): Add wrapper.
17010         (spam-registration-functions): Add ham resending functions.
17011         (spam-list-of-processors): Add ham resend processor.
17012
17013         * gnus.el (ham-resend-to): Add new group parameter.
17014         (spam-process): Add ham resend option.
17015
17016         * spam-report.el (spam-report-resend): Allow reporting ham.
17017         (spam-report-resend-ham): Add wrapper.
17018
17019 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17020
17021         * message.el (message-cite-articles-with-x-no-archive):
17022         New variable.
17023         (message-cite-original): Use it.
17024
17025 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17026
17027         * message.el (message-cite-original): Respect X-No-Archive.
17028
17029 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17030
17031         * gnus-art.el (article-hide-headers): Refer to the values for
17032         gnus-ignored-headers and gnus-visible-headers in the summary
17033         buffer since a user may have set them as group parameters.
17034
17035 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17036
17037         * assistant.el (assistant-node-name): Add convenience function.
17038         (assistant-render-text, assistant-render-node): Add error handling,
17039         plus handle multiple next nodes.
17040         (assistant-find-next-node): Comment out for now.
17041         (assistant-find-next-nodes): Add function, returns list of next
17042         nodes.
17043
17044 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17045
17046         * mail-source.el (mail-source-directory): Fix doc-string.
17047
17048 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17049
17050         * assistant.el (assistant-render-text, assistant-eval): Add :set
17051         widget type, which is different because it takes and returns a
17052         list.  Much hilarity ensues.
17053
17054 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17055
17056         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17057
17058         * gnus-group.el (gnus-group-get-new-news-this-group):
17059         Add doc-string.
17060
17061         * gnus-start.el (gnus-activate-group): Add doc-string.
17062
17063 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17064
17065         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17066
17067 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17068
17069         * assistant.el (assistant-render-text): Try to add a :set
17070         widget, more to come.
17071
17072         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17073         strings.
17074         (spam-report-articles-resend)
17075         (spam-register-routine): Do registration iff any articles warrant
17076         it.
17077         (spam-summary-prepare-exit): Change log message for nil group
17078         destinations.
17079
17080 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17081
17082         * spam.el (spam-report-resend-register-routine):
17083         Allow spam-report-resend-to to be a group parameter or a global value.
17084
17085 2004-05-26  Simon Josefsson  <jas@extundo.com>
17086
17087         * starttls.el: Merge with my GNUTLS based starttls.el.
17088         (starttls-gnutls-program, starttls-use-gnutls)
17089         (starttls-extra-arguments, starttls-process-connection-type)
17090         (starttls-connect, starttls-failure, starttls-success):
17091         New variables.
17092         (starttls-program, starttls-extra-args): Doc fix.
17093         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17094         New functions.
17095         (starttls-negotiate, starttls-open-stream):
17096         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17097         function if it is set.
17098
17099 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17100
17101         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17102         structured fields.
17103
17104 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17105
17106         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17107
17108 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17109
17110         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17111         Add variable.
17112         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17113         assigning the spam-mark to new messages.
17114
17115 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17116
17117         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17118
17119 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17120
17121         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17122
17123         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17124         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17125         default.
17126
17127 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17128
17129         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17130         correct data.
17131
17132 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17133
17134         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17135         (spam-group-processor-p): Fix function.
17136         (spam-group-processor-multiple-p)
17137         (spam-group-spam-processor-report-gmane-p)
17138         (spam-group-spam-processor-report-resend-p)
17139         (spam-group-spam-processor-bogofilter-p)
17140         (spam-group-spam-processor-blacklist-p)
17141         (spam-group-spam-processor-ifile-p)
17142         (spam-group-ham-processor-ifile-p)
17143         (spam-group-spam-processor-spamoracle-p)
17144         (spam-group-spam-processor-crm114-p)
17145         (spam-group-ham-processor-bogofilter-p)
17146         (spam-group-spam-processor-stat-p)
17147         (spam-group-ham-processor-stat-p)
17148         (spam-group-ham-processor-whitelist-p)
17149         (spam-group-ham-processor-BBDB-p)
17150         (spam-group-ham-processor-spamoracle-p)
17151         (spam-group-ham-processor-copy-p): Remove functions with some
17152         prejudice against unneeded code.
17153         (spam-report-articles-resend)
17154         (spam-report-resend-register-routine): Allow the group/topic
17155         spam-resend-to value to override spam-report-resend-to.
17156         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17157         properly now.
17158
17159         * gnus.el (spam-resend-to): Add group/topic parameter.
17160         (spam-process): Move the OBSOLETE processors to the end of the
17161         choices.
17162
17163 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17164
17165         * spam-report.el (spam-report-resend-to, spam-report-resend):
17166         Start with resend-to set to nil, and then ask the user if necessary.
17167         (spam-report-resend): spam-report-resend takes a list of articles, not
17168         separate article numbers.
17169
17170 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17171
17172         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17173         addition to emacs-w3m.
17174
17175 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17176
17177         * assistant.el (assistant-authinfo-data): New function.
17178         (assistant-eval): Eval for entire assistant.
17179
17180         * netrc.el (netrc-services-file): New variable.
17181         (netrc-parse-services): New function.
17182         (netrc-find-service-name): New function.
17183         (netrc-find-service-number): New function.
17184         (netrc-port-equal): New function.
17185         (netrc-machine): Use it.
17186
17187         * nnimap.el (nnimap-open-connection): Use netrc.
17188
17189         * gnus-util.el (gnus-netrc-get): Remove aliases.
17190
17191         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17192
17193         * assistant.el (wid-edit): Fix compilation.
17194
17195         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17196
17197 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17198
17199         * gnus-util.el (gnus-set-file-modes): New function.  (small
17200         patch).
17201
17202 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17203
17204         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17205
17206         * assistant.el (assistant-render-node): Fix up rendering and
17207         read-only text.
17208         (assistant-render-node): Reset.
17209         (assistant-make-read-only): Not sticky.
17210
17211 2004-05-20  Danny Siu  <dsiu@adobe.com>
17212
17213         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17214         centered even when gnus-auto-center-summary is t.
17215
17216 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17217
17218         * dns.el (dns-get-txt-answer): New function.
17219         (dns-read-txt): Ditto.
17220         (query-dns): Use it.
17221
17222 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17223
17224         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17225         active for foreign groups even if the group level is higher than
17226         the specified value.
17227
17228 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17229
17230         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17231         non-active groups.
17232
17233         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17234
17235 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17236
17237         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17238
17239 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17240
17241         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17242         (spam-crm114-header, spam-crm114-spam-switch)
17243         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17244         (spam-crm114-positive-spam-header)
17245         (spam-crm114-database-directory, spam-list-of-processors)
17246         (spam-group-spam-processor-crm114-p)
17247         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17248         (spam-generic-score, spam-list-of-checks)
17249         (spam-list-of-statistical-checks, spam-registration-functions)
17250         (spam-check-crm114-headers, spam-crm114-score)
17251         (spam-check-crm114, spam-crm114-register-with-crm114)
17252         (spam-crm114-register-spam-routine)
17253         (spam-crm114-unregister-spam-routine)
17254         (spam-crm114-register-ham-routine)
17255         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17256         From asjo@koldfront.dk (Adam Sjøgren).
17257
17258         * gnus.el: Add spam-use-crm114.
17259
17260         * spam.el (spam-list-of-processors, spam-registration-functions):
17261         Add spam-use-resend.
17262         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17263         (spam-report-articles-gmane): Add doc fix.
17264         (spam-report-articles-resend, spam-report-resend-register-routine):
17265         Add wrappers around spam-report-resend-to.
17266
17267         * spam-report.el (spam-report-resend-to, spam-report-resend):
17268         Add support for resending spam.
17269         (spam-report-gmane): Fix line length >80.
17270
17271         * gnus.el (spam-process): Add spam-use-resend.
17272
17273 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17274
17275         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17276         number of processed spam messages.
17277         (spam-ham-copy-or-move-routine): Return the number of processed
17278         ham messages.
17279         (spam-summary-prepare-exit): Use the above values to decide
17280         whether status messages shouled be displayed.
17281
17282 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17283
17284         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17285         `rfc2047-encoding-function-alist' in order to avoid conflicting
17286         with the old version.
17287         (rfc2047-encode-region): Concatenate words containing non-ASCII
17288         characters in structured fields; don't encode space-delimited
17289         ASCII words even in unstructured fields; don't break words at
17290         char-category boundaries.
17291         (rfc2047-encode-1): New function.
17292         (rfc2047-encode): Use it; encode text so that it occupies the
17293         maximum width within 76-column; work correctly on Q encoding for
17294         iso-2022-* charsets.
17295         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17296         sure not to break a line just after the header name.
17297         (rfc2047-b-encode-region): Remove.
17298         (rfc2047-b-encode-string): New function.
17299         (rfc2047-q-encode-region): Remove.
17300         (rfc2047-q-encode-string): New function.
17301
17302         * mm-util.el (mm-replace-in-string): New function.
17303
17304 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17305
17306         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17307         Really get it right.
17308         (gnus-inews-make-draft): Really.
17309
17310 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17311
17312         * nnmh.el (nnmh-request-list-1): Don't check the link count
17313         before descending.  (small patch)
17314
17315 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17316
17317         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17318         stuff.
17319
17320         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17321         Match on real group name.
17322
17323         * gnus-art.el (gnus-signature-limit): Doc fix.
17324
17325         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17326
17327         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17328
17329 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17330
17331         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17332         isn't a string.
17333
17334 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17335
17336         * gnus-draft.el (gnus-draft-send):
17337         Bind rfc2047-encode-encoded-words.
17338
17339         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17340         (rfc2047-encodable-p): Say that =? needs encoding.
17341         (rfc2047-encode-encoded-words): New variable.
17342
17343         * gnus-group.el (gnus-group-select-group): Doc fix.
17344
17345         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17346
17347         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17348         to nil.
17349
17350         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17351
17352         * nnheader.el (nnheader-get-lines-and-char): New function.
17353
17354 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17355
17356         * gnus-msg.el (gnus-summary-followup-with-original):
17357         Document yanking of region when active.
17358
17359 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17360
17361         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17362         groups if the group level is higher than the specified value.
17363
17364 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17365
17366         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17367         (gnus-group-jump-to-group): Add prefix argument using
17368         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17369         non-active group.
17370
17371         * compface.el (uncompface): Be verbose when changing
17372         `uncompface-use-external'.
17373
17374         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17375         handle manual section.
17376
17377 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17378
17379         * gnus-art.el (gnus-button-alist): Revert previous change.
17380
17381 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17382
17383         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17384
17385 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17386
17387         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17388         whether backend can accept message.
17389
17390         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17391
17392 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17393
17394         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17395         Avoid creating directory when nntp-marks-is-evil is true.
17396         Reported by Reiner Steib.
17397
17398 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17399
17400         * gnus-picon.el (gnus-picon-style): New variable.
17401         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17402         (gnus-picon-transform-address): Support `gnus-picon-style'.
17403         From Jesper Harder <harder@ifa.au.dk>.
17404
17405 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17406
17407         * message.el (message-fill-field): Return point.
17408         (message-generate-headers): Go to end of field.
17409
17410         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17411         stuff for non-living groups.
17412
17413 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17414
17415         * gnus-art.el (gnus-article-followup-with-original)
17416         (gnus-article-reply-with-original): gnus-mark-active-p ->
17417         gnus-region-active-p.
17418
17419 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17420
17421         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17422         only when there is spam or ham to be processed.
17423
17424 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17425
17426         * mail-source.el (mail-source-delete-crash-box): Refactor.
17427         (mail-source-fetch): Use it.
17428         (mail-source-fetch-file): Ditto.
17429         (mail-source-fetch-directory): Run postscript in loop.
17430         (mail-source-fetch-pop): Delete.
17431         (mail-source-fetch-maildir): Ditto.
17432         (mail-source-fetch-imap): Ditto.
17433
17434         * imap.el (imap-authenticators): Comment out sasl.
17435
17436         * message.el (message-skip-to-next-address): New function.
17437         (message-fill-header-address): Refactor.
17438         (message-fill-address): Use it.
17439         (message-delete-address): Use it.
17440         (message-fill-header-general): Refactor.
17441         (message-fill-field-address): Rename.
17442         (message-narrow-to-field): Find the start of the header.
17443         (message-header-format-alist): Don't pre-fill.
17444         (message-fill-header): Remove.
17445         (message-insert-header): New function.
17446         (message-shorten-references): Use it.
17447
17448         * rfc2047.el (rfc2047-field-value): Strip props.
17449
17450         * mail-parse.el (mail-header-make-address): New alias.
17451
17452         * ietf-drums.el (ietf-drums-make-address): New function.
17453
17454         * imap.el: Add compiler directives.
17455
17456         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17457
17458         * gnus-art.el (article-decode-idna-rhs): Don't use
17459         message-idna-inside-rhs-p.
17460
17461 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17462
17463         * message.el (message-idna-inside-rhs-p): Remove.
17464         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17465
17466         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17467         false positives.
17468
17469 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17470
17471         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17472
17473 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17474
17475         * nneething.el (nneething-file-name): Don't create spurious
17476         files.
17477
17478         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17479         (gnus-inews-do-gcc): Remove sleep.
17480
17481         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17482         part under point.
17483
17484         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17485         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17486
17487 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17488
17489         * spam.el (spam-summary-prepare-exit): Fix (length).
17490
17491 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17492
17493         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17494         as expired without moving it" message when there are spam
17495         messages left.
17496
17497 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17498
17499         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17500         header is not nil.
17501
17502 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17503
17504         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17505         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17506         (nntp-marks-changed-p): New arg SERVER.
17507         (nntp-request-update-info): Adjust caller.
17508
17509 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17510
17511         * nntp.el (nntp-save-marks): Pass missing arg.
17512
17513 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17514
17515         * nntp.el: Support marks.
17516         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17517         (nntp-marks-modtime, nntp-marks-directory): New variables.
17518         (nntp-request-set-mark, nntp-request-update-info)
17519         (nntp-possibly-create-directory, nntp-marks-changed-p)
17520         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17521         New functions.
17522
17523 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17524
17525         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17526         (gnus-xmas-redefine): Rename.
17527
17528         * gnus-score.el (gnus-score-insert-help):
17529         Use gnus-select-lowest-window.
17530
17531         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17532         appt-select-lowest-window and rename to gnus-select-lowest-window.
17533
17534         * gnus.el: do.
17535
17536 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17537
17538         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17539         encodings of MIME-encoded words, in order to improve
17540         interoperability with several broken MUAs.
17541
17542 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17543
17544         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17545         tags, only when charsets are not specified in headers.
17546         (mm-inline-text-html-render-with-w3m): Ditto.
17547
17548         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17549         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17550
17551 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17552
17553         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17554         instead of MIME-decoded from fields when checking
17555         `gnus-article-address-banner-alist'.
17556
17557 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17558
17559         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17560         description rather than subject.
17561
17562 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17563
17564         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17565
17566 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17567
17568         * gnus.el (gnus-version-number): Bump.
17569
17570 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17571
17572         * gnus.el: No Gnus v0.2 is released.
17573
17574 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17575
17576         * gnus-agent.el (gnus-agent-read-agentview):
17577         Inline gnus-uncompress-range.
17578
17579 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17580
17581         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17582         `exec-installed-p'.
17583
17584 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17585
17586         * gnus.el (spam-process, spam-autodetect-methods):
17587         Add bsfilter and bsfilter-headers.
17588
17589         * spam.el (spam-bsfilter): New customize group.
17590         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17591         (spam-bsfilter-header, spam-bsfilter-probability-header)
17592         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17593         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17594         (spam-bsfilter-database-directory): New options.
17595         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17596         (spam-list-of-statistical-checks, spam-registration-functions):
17597         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17598         (spam-bsfilter-score): New command.
17599         (spam-check-bsfilter-headers, spam-check-bsfilter)
17600         (spam-bsfilter-register-with-bsfilter)
17601         (spam-bsfilter-register-spam-routine)
17602         (spam-bsfilter-unregister-spam-routine)
17603         (spam-bsfilter-register-ham-routine)
17604         (spam-bsfilter-unregister-ham-routine): New functions.
17605         (spam-generic-score): Support bsfilter; Accept an optional argument
17606         to recalcurate spam score even if scoring header has already been
17607         added.
17608         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17609         optional argument to recalcurate spam score even if scoring header
17610         has already been added.
17611
17612 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17613
17614         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17615         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17616         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17617         link is missing.
17618
17619 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17620
17621         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17622         (html2text-get-attr): Rewrite.
17623
17624         * message.el (message-setup-1): Remove redundant put-text-property
17625         on mail-header-separator.
17626
17627 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17628
17629         * gnus-registry.el (gnus-registry-cache-whitespace)
17630         (gnus-registry-action, gnus-registry-spool-action)
17631         (gnus-registry-split-fancy-with-parent): Change message levels
17632         from 5 to 3 or 7, as needed.
17633
17634         * spam.el (spam-summary-prepare-exit)
17635         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17636         (spam-split, spam-find-spam, spam-log-undo-registration)
17637         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17638         level from 5 to 6.
17639
17640 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17641
17642         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17643         2004-03-04 change).
17644
17645 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17646
17647         * sieve-manage.el (sieve-manage-open):
17648         * nnweb.el (nnweb-insert-html):
17649         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17650         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17651         * nnspool.el (nnspool-request-group):
17652         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17653         * nnml.el (nnml-request-update-info):
17654         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17655         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17656         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17657         (nnimap-request-set-mark):
17658         * nnfolder.el (nnfolder-request-update-info):
17659         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17660         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17661         * gnus-uu.el (gnus-uu-find-articles-matching):
17662         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17663         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17664         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17665         * gnus-nocem.el (gnus-nocem-scan-groups):
17666         * gnus-int.el (gnus-start-news-server):
17667         * gnus-group.el (gnus-group-make-kiboze-group)
17668         (gnus-group-browse-foreign-server):
17669         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17670         Use mapc when appropriate.
17671
17672 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17673
17674         FIXME: Make separate entries for each person.
17675
17676         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17677         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17678         <shields@msrl.com>:
17679
17680         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17681         may need for spam sorting and scoring.
17682         (spam-user-format-function-S): Add user format function suitable for
17683         general use.
17684         (spam-article-sort-by-spam-status): Add sorting function for summary
17685         sorting.
17686         (spam-extra-header-to-number): Add function to get a score from a
17687         header.
17688         (spam-summary-score): Add function to get a numeric score from the
17689         headers.
17690         (spam-generic-score): Fix function doc, was in wrong place.
17691         (spam-initialize): Take symbols when it's run, and install the
17692         extra headers that spam-necessary-extra-headers thinks we need.
17693
17694 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17695
17696         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17697         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17698
17699 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17700
17701         * gnus-sum.el (gnus-set-global-variables)
17702         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17703         (gnus-article-get-xrefs, gnus-summary-best-group)
17704         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17705         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17706         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17707         Use with-current-buffer.
17708
17709 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17710
17711         * spam.el (spam-summary-prepare-exit): Simplify logic.
17712         (spam-fetch-article-header): Read the article header if it's not
17713         available.
17714         (spam-list-articles): Simplify logic.
17715         (spam-filelist-register-routine): Fix bug with unregister-list.
17716
17717         * gnus-registry.el: Fix comments at beginning.
17718
17719 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17720
17721         * message.el (message-cater-to-broken-inn): Remove.
17722         (message-shorten-references): Make sure the total folded length of
17723         References is shorter than 998 characters to cater to a bug in INN
17724         2.3.  Also, don't pretend that references aren't folded -- this
17725         hasn't worked for a while.
17726
17727 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17728
17729         * gnus-agent.el (gnus-agentize):
17730         gnus-agent-send-mail-real-function no longer set to current value
17731         of message-send-mail-function but rather a lambda that calls
17732         message-send-mail-function.  The change makes the agent real-time
17733         responsive to user changes to message-send-mail-function.
17734
17735 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17736
17737         * legacy-gnus-agent.el
17738         (gnus-agent-convert-to-compressed-agentview): Fix typos with
17739         help from Florian Weimer <fw@deneb.enyo.de>
17740
17741 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17742
17743         * nnmail.el (nnmail-cache-insert): Revert last change.
17744
17745 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17746
17747         * nnmail.el (nnmail-cache-insert): Always check whether
17748         nnmail-cache-ignore-groups matches a group name.
17749
17750 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17751
17752         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17753         (spam-find-spam, spam-log-processing-to-registry)
17754         (spam-log-registered-p, spam-log-unregistration-needed-p)
17755         (spam-log-undo-registration): Use gnus-message instead of
17756         gnus-error, none of these errors are fatal.
17757
17758         * gnus-registry.el (gnus-registry-clean-empty-function)
17759         (gnus-registry-clean-empty): Remove only empty entries without
17760         extra data.
17761
17762 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17763
17764         * spam-stat.el (spam-stat-buffer-change-to-spam)
17765         (spam-stat-buffer-change-to-non-spam): Change (error) to
17766         (gnus-message 8) invocation.
17767
17768 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17769
17770         * nntp.el (nntp-via-netcat-command): New variable.
17771         (nntp-via-netcat-switches): New variable.
17772         (nntp-open-via-rlogin-and-netcat): New function.
17773         (nntp-open-connection-function): Doc fix.
17774         (nntp-telnet-command): Doc fix.
17775         (nntp-end-of-line): Doc fix.
17776         (nntp-via-rlogin-command): Doc fix.
17777         (nntp-via-user-name): Doc fix.
17778         (nntp-via-address): Doc fix.
17779
17780 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17781
17782         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17783         error in Emacs 21.1.
17784
17785 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17786
17787         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17788
17789 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17790
17791         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17792         (gnus-agent-with-refreshed-group): New macro.
17793         (gnus-agent-rename-group): New function.
17794         (gnus-agent-delete-group): New function.
17795         (gnus-agent-save-group-info): Use gnus-command-method when
17796         `method' parameter is nil.  Don't write nil entries into the
17797         active file.
17798         (gnus-agent-get-group-info): New function.
17799         (gnus-agent-fetch-articles):
17800         Use gnus-agent-update-files-total-fetched-for to increment disk space
17801         used.
17802         (gnus-agent-fetch-headers, gnus-agent-save-alist):
17803         Use gnus-agent-update-view-total-fetched-for to increment disk space
17804         used.
17805         (gnus-agent-get-local): Add optional parameters to avoid calling
17806         gnus-group-real-name and gnus-find-method-for-group.
17807         (gnus-agent-set-local): Delete stored entry if either min, or max,
17808         are nil.
17809         (gnus-agent-fetch-session): Reworded error/quit messages.
17810         On quit, use gnus-agent-regenerate-group to record existance of any
17811         articles fetched to disk before the quit occurred.
17812         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17813         gnus-agent-update-view-total-fetched-for, and
17814         gnus-agent-update-files-total-fetched-for to decrement disk space
17815         used.
17816         (gnus-agent-retrieve-headers):
17817         Use gnus-agent-update-view-total-fetched-for to increment disk space
17818         used.
17819         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17820         with gnus-agent-update-files-total-fetched-for to decrement disk
17821         space and fresh group buffer.
17822         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17823         (gnus-agent-need-update-total-fetched-for): New variable.
17824         (gnus-agent-update-files-total-fetched-for): New function.
17825         (gnus-agent-update-view-total-fetched-for): New function.
17826         (gnus-agent-total-fetched-for): New function.
17827
17828         * gnus-cache.el (gnus-cache-save-buffers):
17829         Use gnus-cache-update-overview-total-fetched-for to change disk space
17830         used by this group.
17831         (gnus-cache-possibly-enter-article):
17832         Use gnus-cache-update-file-total-fetched-for to increment disk space
17833         used by this group.
17834         (gnus-cache-possibly-remove-article):
17835         Use gnus-cache-update-file-total-fetched-for to decrement disk space
17836         used by this group.
17837         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17838         (gnus-cache-rename-group): New function.
17839         (gnus-cache-delete-group): New function.
17840         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17841         (gnus-cache-need-update-total-fetched-for): New variable.
17842         (gnus-cache-with-refreshed-group): New macro.
17843         (gnus-cache-update-file-total-fetched-for): New function.
17844         (gnus-cache-update-overview-total-fetched-for): New function.
17845         (gnus-cache-rename-group-total-fetched-for): New function.
17846         (gnus-cache-delete-group-total-fetched-for): New function.
17847         (gnus-cache-total-fetched-for): New function.
17848
17849         * gnus-group.el: Require gnus-sum and autoload functions to
17850         resolve warnings when gnus-group.el compiled alone.
17851         (gnus-group-line-format): Documented new %F.
17852         (size of Fetched data) group line format; identifies disk space
17853         used by agent and cache.
17854         (gnus-group-line-format-alist): Defined new F format.
17855         (gnus-total-fetched-for): New function.
17856         (gnus-group-delete-group): No longer update
17857         gnus-cache-active-altered as gnus-request-delete-group now keeps
17858         the cache in sync.
17859         (gnus-group-list-active): Let the agent store a server's active
17860         list if currently plugged.
17861
17862         * gnus-int.el (gnus-request-delete-group):
17863         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17864         local disk in sync with the server.
17865         (gnus-request-rename-group):
17866         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17867         local disk in sync with the server.
17868
17869         * gnus-start.el (gnus-get-unread-articles):
17870         Cosmetic simplification to logic.
17871
17872         * gnus-util.el (gnus-rename-file): New function.
17873
17874 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17875
17876         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17877
17878 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17879
17880         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17881         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17882
17883 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17884
17885         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17886         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17887
17888 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17889
17890         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17891
17892 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17893
17894         * spam.el (spam-set-difference): Add function to replace
17895         gnus-set-difference in spam.el.
17896         (spam-summary-prepare-exit): Use spam-set-difference.
17897
17898 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17899
17900         * gnus-registry.el (gnus-registry-cache-file): Update to use
17901         gnus-dribble-directory OR gnus-home-directory OR ~.
17902         (gnus-registry-split-fancy-with-parent): Fix doc.
17903
17904 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17905
17906         * message.el (message-exchange-point-and-mark):
17907         Use message-mark-active-p.  Suggested by Jesper Harder
17908         <harder@ifa.au.dk>.
17909
17910 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17911
17912         * message.el (message-exchange-point-and-mark): Don't activate
17913         region if it was inactive.  Suggested by Hiroshi Fujishima
17914         <pooh@nature.tsukuba.ac.jp>.
17915
17916 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17917
17918         * gnus-art.el (article-display-face): Display Faces in the same
17919         order as X-Faces.
17920
17921 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17922
17923         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17924
17925 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17926
17927         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17928         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17929         (gnus-article-mime-hierarchy): Remove.
17930         (gnus-article-mime-hierarchy-next): Remove.
17931         (gnus-article-mode): Revert 2004-03-19 change.
17932         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17933         (gnus-insert-mime-button): Revert 2004-03-19 change.
17934         (gnus-mime-accumulate-hierarchy): Remove.
17935         (gnus-mime-enter-multipart): Remove.
17936         (gnus-mime-leave-multipart): Remove.
17937         (gnus-mime-display-part): Revert 2004-03-19 change.
17938         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17939
17940         * mml.el (mml-preview): Revert 2004-03-19 change.
17941
17942 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17943
17944         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17945
17946 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17947
17948         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17949         t while entering a file name using the mm-with-multibyte macro.
17950         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17951
17952         * mm-util.el (mm-with-multibyte): New macro.
17953
17954 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17955
17956         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
17957         New user option.
17958         (gnus-mime-multipart-functions): Doc and customization fix.
17959         (gnus-article-mime-hierarchy): New variable.
17960         (gnus-article-mime-hierarchy-next): New variable.
17961         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17962         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17963         gnus-article-mime-hierarchy-next to nil.
17964         (gnus-insert-mime-button): Show hierarchy numbers.
17965         (gnus-mime-accumulate-hierarchy): New function.
17966         (gnus-mime-enter-multipart): New function.
17967         (gnus-mime-leave-multipart): New function.
17968         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17969         (gnus-mime-display-alternative): Show hierarchy numbers.
17970
17971         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17972         gnus-article-mime-hierarchy-next to nil.
17973
17974 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17975
17976         * dns.el: Don't require gnus-xmas.
17977
17978 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17979
17980         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17981         inline PGP.
17982         (mml-menu): Disable mml-quote-region if mark is inactive.
17983
17984 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17985
17986         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17987         when the group's active is not available.
17988
17989 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17990
17991         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17992         error.
17993
17994 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17995
17996         * imap.el (imap-store-password): New variable.
17997         (imap-interactive-login): Use it.
17998         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17999
18000 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18001
18002         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18003         window-start and hscroll to summary window.
18004
18005 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18006
18007         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18008         conversion message to newsrc-dribble when an actual conversion is
18009         performed.
18010
18011 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18012
18013         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18014
18015 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18016
18017         * mm-decode.el (mm-complicated-handles): New function reviving
18018         former definition of mm-multiple-handles.
18019
18020         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18021         (gnus-mime-delete-part): Use it.
18022
18023 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18024
18025         * gnus-agent.el (gnus-agent-read-local):
18026         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18027         avoid the implicit assumption that they will always be equal.
18028         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18029         coding-system-for-write, as the with-temp-file macro first prints
18030         to a buffer then saves the buffer.
18031
18032 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18033
18034         * gnus-art.el (gnus-article-edit-part): New function.
18035         (gnus-mime-save-part-and-strip): Use it; do query instead of
18036         signaling an error; don't use mm-multiple-handles.
18037         (gnus-mime-delete-part): Ditto.
18038
18039 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18040
18041         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18042         old file versions.
18043         (gnus-group-prepare-hook): Remove function that converted list
18044         form of gnus-agent-expire-days to group properties.
18045
18046         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18047         (gnus-request-accept-article): Re-indented.
18048
18049         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18050         converters to handle old agent file formats.  Add logic for a
18051         "backup before upgrading warning".
18052         (gnus-convert-mark-converter-prompt): Developers can mark
18053         functions as needing (default), or not needing,
18054         gnus-convert-old-newsrc's "backup before upgrading warning".
18055         (gnus-convert-converter-needs-prompt): Tests whether the user
18056         should be protected from potentially irreversable changes by the
18057         function.
18058
18059         * legacy-gnus-agent.el: New.  Provides converters that are only
18060         loaded when gnus-convert-old-newsrc needs to call them.
18061
18062 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18063
18064         * mail-source.el (mail-source-touch-pop): Doc fix.
18065
18066         * message.el (message-smtpmail-send-it): Doc fix.
18067
18068 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18069
18070         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18071
18072         * nnmail.el (nnmail-split-fancy): do.
18073
18074         * gnus-kill.el (gnus-kill, gnus-execute): do.
18075
18076 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18077
18078         * gnus-sum.el (gnus-widget-reversible-match)
18079         (gnus-widget-reversible-to-internal)
18080         (gnus-widget-reversible-to-external): New functions.
18081         (gnus-widget-reversible): New widget.
18082         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18083
18084 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18085
18086         * gnus-sum.el (gnus-thread-sort-functions)
18087         (gnus-article-sort-functions): Document `(not F)' items.
18088
18089 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18090
18091         * spam.el (spam-use-gmane-xref): Add new backend.
18092         (spam-gmane-xref-spam-group): Add variable to control the name of the
18093         Gmane spam group.
18094         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18095         (spam-regex-headers-spam, spam-regex-headers-ham)
18096         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18097         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18098         backends and checks.
18099         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18100
18101         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18102         an autodetect method.
18103
18104 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18105
18106         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18107         articles are being added to a group.
18108         (gnus-request-replace-article): Inform the agent that articles
18109         need to be uncached as the cached contents are no longer valid.
18110
18111 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18112
18113         * binhex.el: Don't autoload executable-find.
18114
18115         * canlock.el: Don't autoload mail-fetch-field.
18116
18117         * dgnushack.el: Autoload c-mode for XEmacs.
18118
18119         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18120
18121         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18122         rmail-dont-reply-to and rmail-output.
18123
18124         * gnus-score.el: Don't autoload ffap-string-at-point.
18125
18126         * gnus-setup.el: Don't autoload sc-cite-original.
18127
18128         * imap.el: Don't autoload base64-decode-string,
18129         base64-encode-string and md5.
18130
18131         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18132         and rmail-msg-restore-non-pruned-header.
18133
18134         * mm-decode.el: Don't autoload executable-find.
18135
18136         * mm-url.el: Don't autoload executable-find.
18137
18138         * mm-view.el: Don't autoload diff-mode.
18139
18140         * nndb.el: Don't autoload news-reply-mode, news-setup,
18141         cancel-timer and telnet.
18142
18143         * password.el: Don't autoload run-at-time for Emacs.
18144
18145         * sha1-el.el: Don't autoload executable-find.
18146
18147         * sieve-mode.el: Don't autoload c-mode.
18148
18149         * uudecode.el: Don't autoload executable-find.
18150
18151 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18152
18153         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18154         (gnus-agent-possibly-alter-active): Avoid null in numeric
18155         comparison.
18156         (gnus-agent-set-local): Refuse to save null in local object table.
18157         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18158         list of articles that will be marked as unread.
18159
18160 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18161
18162         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18163
18164 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18165
18166         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18167         language tags.
18168
18169 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18170
18171         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18172         Don't bind "obarray".
18173
18174         * gnus-sum.el (gnus-thread-sort-functions):
18175         Add `gnus-thread-sort-by-most-recent-number' and
18176         `gnus-thread-sort-by-most-recent-date'.
18177         Reported by Kai Grossjohann <kai@emptydomain.de>.
18178
18179 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18180
18181         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18182
18183 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18184
18185         * gnus-cus.el (gnus-agent-customize-category):
18186         Remove ignore-errors macro reference that required cl to be loaded at
18187         run-time.
18188
18189         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18190         single-interval range of the form (min . max).  Previously the
18191         range had to look like ((min . max)).  Likewise, return
18192         (min . max) rather than ((min . max)).
18193         (gnus-range-map): Use gnus-range-normalize to accept
18194         single-interval range.
18195
18196         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18197         the cache, but not the agent, now appear with their usual face.
18198
18199         * dgnushack.el (loaddir): New variable that is bound to the
18200         directory containing the dgnushack.el file. Use loaddir, rather
18201         than srcdir, to update load-path. Change lets dgnushack compile
18202         code in directories other than GNUS/lisp.
18203
18204 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18205
18206         * lpath.el: Don't bind w3m-safe-url-regexp.
18207
18208         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18209         w3m-safe-url-regexp variable buffer-local.
18210
18211         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18212
18213 2004-02-27  Simon Josefsson  <jas@extundo.com>
18214
18215         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18216         gnus-group-real-prefix.
18217         (gnus-summary-move-article): Use it, instead of
18218         gnus-group-real-prefix.
18219
18220 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18221
18222         * lpath.el: Bind w3m-safe-url-regexp.
18223
18224         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18225         w3m-safe-url-regexp variable buffer-local and set it as the value
18226         of mm-w3m-safe-url-regexp.
18227
18228         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18229
18230         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18231         parsing gnus-posting-styles when the message is not for replying.
18232
18233         * dgnushack.el: Autoload sgml-mode for XEmacs.
18234
18235         * nnrss.el (nnrss-opml-export):
18236         Use mm-set-buffer-file-coding-system instead of
18237         set-buffer-file-coding-system.
18238
18239 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18240
18241         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18242         of checkdoc.el).
18243         * nnrss.el: do.
18244         * gnus-mlspl.el: do.
18245         * gnus-ml.el: do.
18246         * gnus-srvr.el: do.
18247
18248         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18249
18250 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18251
18252         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18253         Corrections to custom-manual links.
18254
18255         * gnus-art.el (gnus-article): Ditto.
18256
18257         * mm-decode.el (mime-display, mime-security): Ditto.
18258
18259 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18260
18261         * flow-fill.el: Typo.
18262
18263 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18264
18265         * spam-wash.el: New file.
18266
18267 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18268
18269         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18270
18271 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18272
18273         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18274         to be run with new-articles as LIST1, not LIST2.
18275         (spam-registration-functions): Add spam-use-ham-copy as a nil
18276         registration backend.
18277
18278 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18279
18280         * spam-stat.el (spam-stat-washing-hook): New option.
18281         (spam-stat-buffer-words): Use it.
18282         (spam-stat-process-directory, spam-stat-test-directory):
18283         Use insert-file-contents-literally.
18284         (spam-stat-coding-system): New variable.
18285         (spam-stat-load, spam-stat-save): Use it.
18286
18287 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18288
18289         * spam-report.el (spam-report-plug-agent):
18290         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18291
18292 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18293
18294         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18295         Allow / in mailto URLs.
18296
18297 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18298
18299         * spam-report.el (spam-report-process-queue): Fix interactive use.
18300         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18301         (spam-report-unplug-agent): Doc fixes.
18302         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18303         (spam-report-agentize, spam-report-deagentize): Autoload.
18304
18305 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18306
18307         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18308
18309         * message.el (message-setup-fill-variables): Add mml tags to
18310         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18311         <ajk@iu.edu>.
18312         (message-mode): Don't modify paragraph-separate there.
18313
18314 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18315
18316         * compface.el (uncompface-use-external): Default to undecided.
18317         (uncompface-use-external-threshold): New variable.
18318         (uncompface-float-time): New macro.
18319         (uncompface): Determine whether to use the external decoder if
18320         uncompface-use-external is undecided.
18321
18322 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18323
18324         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18325         after images.
18326
18327         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18328
18329 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18330
18331         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18332
18333         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18334
18335         * gnus-sum.el (gnus-summary-limit-to-age)
18336         (gnus-summary-limit-children): do.
18337
18338         * gnus-int.el (gnus-request-scan): do.
18339
18340         * gnus-group.el (gnus-group-suspend): do.
18341
18342         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18343
18344         * gnus-cite.el (gnus-cite-parse-attributions): do.
18345
18346         * gnus-agent.el (gnus-summary-set-agent-mark)
18347         (gnus-agent-regenerate-group): do.
18348
18349         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18350
18351         * binhex.el (binhex-decode-region-internal): do.
18352
18353 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18354
18355         * gnus-fun.el (gnus-face-properties-alist): New user option.
18356         (gnus-display-x-face-in-from): Use it.
18357
18358         * gnus-art.el (article-display-face): Ditto.
18359
18360         * compface.el (uncompface-use-external): Default to nil.
18361
18362 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18363
18364         * nntp.el (nntp-erase-buffer): New function.
18365         (nntp-retrieve-data, nntp-send-command)
18366         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18367         (nntp-possibly-change-group): Use it.
18368
18369         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18370         Use with-current-buffer.
18371
18372 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18373
18374         * compface.el: Merge the ELisp-based uncompface program.
18375         (compface): New customization group.
18376         (uncompface-use-external): New user option.
18377         (uncompface): Call uncompface-internal if uncompface-use-external
18378         is nil.
18379         (uncompface-internal): New function.  Note that there are also
18380         some other functions and variables added for this function.
18381
18382 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18383
18384         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18385         if necessary.
18386
18387 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18388
18389         * spam-report.el (spam-report-unplug-agent)
18390         (spam-report-plug-agent, spam-report-deagentize)
18391         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18392         Add support for the Agent in spam-report: when unplugged, report to a
18393         file; when plugged, submit all the requests.
18394
18395         * spam.el (spam-register-routine): Fix message about
18396         registration.
18397
18398 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18399
18400         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18401         dependencies.
18402         (rfc2047-encode): Use it.
18403
18404         * gnus-art.el (gnus-button-marker-list): Move before first
18405         reference.
18406
18407         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18408         (imap-parse-body): Fix format string mismatch.
18409
18410         * gnus-score.el (gnus-summary-increase-score): do.
18411
18412         * nnrss.el (nnrss-close): New function.
18413
18414 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18415
18416         * nnrss.el (nnrss-make-filename): New function.
18417         (nnrss-request-delete-group, nnrss-read-server-data)
18418         (nnrss-save-server-data, nnrss-read-group-data)
18419         (nnrss-save-group-data): Use it.
18420         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18421         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18422         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18423
18424 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18425
18426         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18427
18428 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18429
18430         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18431         files.
18432
18433         * message.el (message-generate-headers-first): Don't quote nil
18434         and t in docstrings.
18435
18436         * imap.el (imap-id): do.
18437
18438         * gnus-agent.el (gnus-agent-consider-all-articles)
18439         (gnus-agent-queue-mail): do.
18440
18441 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18442
18443         * spam-report.el (spam-report-process-queue): New function.
18444         Process requests from `spam-report-requests-file'.
18445         (spam-report-process-queue): Doc fix.
18446
18447 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18448
18449         * spam.el (spam-register-routine)
18450         (spam-log-processing-to-registry, spam-log-registered-p)
18451         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18452         Change "check" to "spam-check" for semi-clarity.
18453
18454 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18455
18456         * pop3.el: Require nnheader.
18457
18458         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18459
18460         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18461
18462         * gnus-picon.el: Require cl.
18463
18464         * gnus-fun.el: Require gnus-ems and gnus-util.
18465
18466         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18467
18468         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18469
18470         * gnus-art.el (gnus-article-edit-mode): Define before first
18471         reference.
18472
18473 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18474
18475         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18476         (gnus-uu-post-encoded): Use point-at-bol.
18477
18478         * gnus-topic.el (gnus-group-active-topic-p): do.
18479
18480         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18481
18482         * gnus-group.el (gnus-group-kill-region): do.
18483
18484         * gnus-art.el (article-date-ut): do.
18485
18486         * message.el (message-fetch-field): Remove redundant
18487         case-fold-search binding.
18488         (message-narrow-to-field): Simplify.
18489
18490 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18491
18492         * spam.el (spam-directory): Derive from `gnus-directory'.
18493
18494         * spam-report.el (spam-report-url-to-file)
18495         (spam-report-requests-file): New function and variable for offline
18496         reporting.
18497         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18498         and user defined function.
18499         (spam-report-url-ping-mm-url): Remove doubled slash.
18500
18501 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18502
18503         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18504
18505 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18506
18507         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18508         Fix format string mismatch.
18509
18510         * sieve.el (sieve-deactivate-all): do.
18511
18512         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18513
18514         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18515
18516         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18517
18518         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18519
18520 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18521
18522         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18523         the list of checks.
18524
18525 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18526
18527         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18528         padding.
18529
18530 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18531
18532         * mm-view.el (mm-fill-flowed): New variable.
18533         (mm-inline-text): Use it.
18534
18535 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18536
18537         * spam.el (spam-spamassassin-register-ham-routine)
18538         (spam-spamassassin-register-spam-routine): Fix function names.
18539
18540 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18541
18542         * gnus.el (gnus-tmp-grouplens): Remove.
18543         (gnus-summary-line-format): Remove grouplens.
18544
18545         * gnus-group.el (gnus-group-line-format): Ditto.
18546
18547         * gnus-spec.el (gnus-format-specs): Ditto.
18548         (gnus-update-format-specifications): Flush the group format spec
18549         cache if there's the grouplens stuff.
18550         (gnus-parse-simple-format): Replace %l with the empty string.
18551
18552 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18553
18554         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18555         omission.
18556
18557 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18558
18559         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18560         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18561
18562 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18563
18564         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18565         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18566         New macros and functions.
18567         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18568         Handle > NLINK_MAX messages.
18569         * nnmaildir.el (nnmaildir-request-set-mark):
18570         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18571
18572 2004-01-25  Alex Schroeder  <alex@gnu.org>
18573
18574         * spam-stat.el (spam-stat-process-directory-age): New option.
18575         (spam-stat-process-directory): Use it.
18576
18577 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18578
18579         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18580         (spam-stat-save): Accept prefix argument.
18581
18582 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18583
18584         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18585         links" error.
18586
18587 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18588
18589         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18590         the rest of the and/or forms.
18591
18592 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18593
18594         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18595         compatibility with old .newsrc.eld files.
18596
18597         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18598
18599         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18600
18601         * gnus-start.el (gnus-1): do.
18602
18603         * gnus-group.el (gnus-group-line-format-alist): do.
18604
18605         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18606
18607         * gnus-gl.el: Remove.
18608
18609 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18610
18611         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18612         marks consisting of a single range {for example, (3 . 5)} rather
18613         than a list of a single range { ((3 . 5)) }.
18614
18615 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18616
18617         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18618         Use with-current-buffer.
18619         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18620         avoid consing a string.
18621
18622         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18623         Remove obsolete entries for big5 and gb2312.
18624
18625 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18626
18627         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18628         uncompressed list.
18629
18630 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18631
18632         * spam-stat.el (spam-stat-strip-xref): New function.
18633         (spam-stat-process-directory): Use it.
18634
18635         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18636         here -- it's done in message-fetch-field.
18637
18638 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18639
18640         * gnus-agent.el (gnus-agent-queue-mail)
18641         (gnus-agent-prompt-send-queue): New variables.
18642         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18643         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18644         "nndraft:queue" along to gnus-draft-send.
18645         Use gnus-agent-prompt-send-queue.
18646         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18647         is "nndraft:queue".  Suggested by Gaute Strokkenes
18648         <gs234@srcf.ucam.org>
18649
18650         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18651         (agent-enable-undownloaded-faces): Add.
18652         (gnus-agent-cat-groups): Use eval-and-compile, not
18653         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18654         method of gnus-agent-cat-groups even when the buffer has been
18655         evaled.
18656         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18657         delete gnus-agent-save-active-1.
18658         (gnus-agent-save-groups): Delete.  Identical to
18659         gnus-agent-save-active.
18660         (gnus-agent-write-active): No longer adjust agent's copy of active
18661         file as agent's adjustments are now stored in their own
18662         file.  Remove optional parameter.
18663         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18664         servers.  Add use of min/max range limits from server's local
18665         file.
18666         (gnus-agent-save-alist): Remove unused optional argument.
18667         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18668         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18669         (gnus-agent-set-local): A per-server file that keeps min/max range
18670         limits for articles known to the agent.  Provides a fast mechanism
18671         for altering many active ranges.
18672         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18673         active file (local makes it unnecessary).
18674         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18675
18676         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18677         (agent-enable-undownloaded-faces): Add.
18678
18679         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18680         disable it when sending to "nndraft:queue".
18681         (gnus-group-send-queue): Add safety check to avoid sending queue
18682         when unplugged.
18683
18684         * gnus-group.el (gnus-group-catchup): Use new
18685         gnus-sequence-of-unread-articles, not
18686         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18687         numbers of articles.  Use gnus-range-map to avoid having to
18688         uncompress the unread list.
18689         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18690         Fix invalid ange-ftp reference.
18691
18692         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18693         (gnus-sorted-range-intersection): Intersection of two ranges
18694         without requiring that they first be uncompressed.
18695
18696         * gnus-start.el (gnus-activate-group): Unless blocked by the
18697         caller, possibly expand the active range to include both cached
18698         and agentized articles.
18699         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18700         multiple version-dependent converters.
18701         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18702         gnus-agent-save-active.
18703         (gnus-save-newsrc-file): Save dirty agent range limits.
18704
18705         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18706         gnus-agent-possibly-alter-active.
18707         (gnus-adjust-marked-articles): Faster handling of simple lists.
18708
18709 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18710
18711         * spam-stat.el (spam-stat-test-directory): New optional argument
18712         displays a list of files detected.  Suggested by Andrew Cohen
18713         <cohen@andy.bu.edu>.
18714         (spam-stat-buffer-words-with-scores): Don't narrow and change
18715         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18716
18717 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18718
18719         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18720         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18721         (spam-spamassassin-arguments)
18722         (spam-spamassassin-spam-flag-header)
18723         (spam-spamassassin-positive-spam-flag-header)
18724         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18725         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18726         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18727         (spam-list-of-processors, spam-list-of-checks)
18728         (spam-list-of-statistical-checks, spam-registration-functions)
18729         (spam-check-spamassassin-headers, spam-check-spamassassin)
18730         (spam-spamassassin-score)
18731         (spam-spamassassin-register-with-sa-learn)
18732         (spam-spamassassin-register-spam-routine)
18733         (spam-spamassassin-register-ham-routine)
18734         (spam-assassin-register-spam-routine)
18735         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18736         (spam-bogofilter-score): Fix to show article before scoring.
18737
18738 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18739
18740         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18741         default scoring function.
18742         (spam-generic-score): Call spam-spamassassin-score if
18743         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18744         spam-bogofilter-score otherwise.
18745
18746         * gnus.el (spam-process, spam-autodetect-methods):
18747         Add spamassassin and spamassassin-headers.
18748
18749 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18750
18751         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18752         Suppress unnecessary messages.
18753
18754 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18755
18756         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18757         make-hash-table.
18758
18759 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18760
18761         * canlock.el (base64-encode-string): Don't autoload it.
18762
18763 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18764
18765         * run-at-time.el: Remove useless (require 'itimer),
18766         eval-and-compile and (featurep 'xemacs).
18767
18768 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18769
18770         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18771         GROUP is a virtual group.
18772
18773 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18774
18775         * gnus.el: Autoload `message-y-or-n-p'.
18776
18777 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18778
18779         * pgg-parse.el: Remove unnecessary (require 'custom).
18780
18781         * pgg-def.el: do.
18782
18783         * nnmail.el: do.
18784
18785         * gnus-undo.el: do.
18786
18787         * gnus-picon.el: do.
18788
18789         * gnus-util.el: do.
18790
18791 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18792
18793         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18794
18795 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18796
18797         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18798         handle, as well as a list.
18799
18800         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18801         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18802         (mm-w3m-cid-retrieve): Simplify.
18803
18804 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18805
18806         * message.el (message-kill-to-signature): Allow prefix arg to
18807         specify number of lines to keep before signature.
18808
18809 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18810
18811         * message.el (message-kill-to-signature): Change docstring.
18812
18813 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18814
18815         * canlock.el: Always require sha1-el.
18816         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18817
18818         * message.el: Autoload sha1 only when compiling.
18819
18820         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18821         eudc-expand-inline for XEmacs.
18822
18823 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18824
18825         * message.el (message-canlock-generate): Require sha1-el.
18826
18827 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18828
18829         * message.el (message-expand-name): Silence the byte compiler.
18830
18831         * lpath.el: Add detect-coding-system.
18832
18833         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18834         cus-edit.
18835
18836 2004-01-13  Simon Josefsson  <jas@extundo.com>
18837
18838         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18839         Invoke gnus-score-mode.
18840         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18841
18842         * gnus-range.el (gnus-compress-sequence): Doc fix.
18843         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
18844
18845 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18846
18847         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18848
18849 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18850
18851         * spam.el (spam-get-article-as-string): Update to use
18852         gnus-request-article-this-buffer, much simpler.
18853         (spam-get-article-as-buffer): Remove.
18854
18855 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18856
18857         * message.el (message-expand-name): Use EUDC if the user uses that.
18858
18859 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18860
18861         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18862         character for the encoding to avoid consing a string.
18863
18864         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18865         unnecessarily.
18866
18867         * mm-util.el (mm-replace-chars-in-string): Remove.
18868
18869         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18870         of mm-replace-chars-in-string.
18871
18872 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18873
18874         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18875
18876         * mm-util.el (mm-subst-char-in-string): Support inplace.
18877
18878         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18879         a new string in every iteration.  Use shy groups.
18880
18881 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18882
18883         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18884         * gnus-soup.el (gnus-soup-group-brew):
18885         * gnus-msg.el (gnus-put-message):
18886         * gnus-move.el (gnus-group-move-group-to-server):
18887         * gnus-kill.el (gnus-batch-score):
18888         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18889         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18890         (gnus-group-update-group, gnus-group-read-group)
18891         (gnus-group-make-group, gnus-group-make-help-group)
18892         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18893         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18894         (gnus-group-sort-by-unread, gnus-group-catchup)
18895         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18896         (gnus-group-yank-group, gnus-group-set-info)
18897         (gnus-group-list-groups):
18898         * gnus.el (gnus-generate-new-group-name):
18899         * gnus-delay.el (gnus-delay-send-queue):
18900         * nnvirtual.el (nnvirtual-catchup-group):
18901         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18902         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18903         (gnus-group-prepare-topics, gnus-topic-check-topology):
18904         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18905         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18906         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18907         (gnus-group-make-articles-read):
18908         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18909         (gnus-group-change-level, gnus-kill-newsgroup)
18910         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18911         (gnus-get-unread-articles, gnus-make-articles-unread)
18912         (gnus-make-ascending-articles-unread): Use accessor
18913         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18914         to get group information for improved readability.
18915
18916
18917 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18918
18919         * gnus-art.el (article-decode-mime-words, article-babel)
18920         (gnus-article-highlight-signature, gnus-article-add-buttons)
18921         (gnus-signature-toggle): Use gnus-with-article-buffer.
18922
18923         * gnus-art.el (gnus-article-highlight-headers)
18924         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18925
18926         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18927         (gnus-article-set-globals, gnus-request-article-this-buffer)
18928         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18929         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18930         (gnus-mime-display-alternative): Use with-current-buffer.
18931
18932 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18933
18934         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18935         also under 80 char limit, and call gnus-error if needed.
18936         (spam-fetch-article-header): Fix - it was a
18937         buffer-local variable (gnus-newsgroup-data).
18938         (spam-find-spam): Use spam-generate-fake-headers, forget about
18939         spam-insert-fake-headers.
18940         (spam-insert-fake-headers): Remove.
18941
18942 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18943
18944         * deuglify.el (gnus-article-outlook-unwrap-lines)
18945         (gnus-outlook-rearrange-article)
18946         (gnus-outlook-repair-attribution-outlook)
18947         (gnus-outlook-repair-attribution-block)
18948         (gnus-outlook-repair-attribution-other): Remove redundant
18949         save-excursion.
18950
18951 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18952
18953         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18954         (spam-fetch-field-subject-fast)
18955         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18956         (spam-fetch-article-header): Add functions to deal with Gnus
18957         internals for fast retrieval of article header data.
18958         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18959
18960 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18961
18962         * pop3.el (pop3-md5): Remove.
18963         (pop3-apop): Replace pop3-md5 with md5.
18964
18965         * mm-bodies.el: base64 is always built-in.
18966
18967         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18968         Use with-current-buffer.
18969
18970 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18971
18972         * canlock.el (canlock-insert-header): Remove excessive grouping in
18973         regexp.
18974
18975         * gnus-sum.el (gnus-summary-read-document): Ditto.
18976
18977         * gnus-uu.el (gnus-uu-part-number): Ditto.
18978
18979         * html2text.el (html2text-remove-tags): Ditto.
18980         (html2text-format-tags): Ditto.
18981         (html2text-format-single-elements): Ditto.
18982
18983         * mml.el (mml-parse-1): Ditto.
18984
18985 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18986
18987         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18988
18989         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18990
18991         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18992
18993         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18994
18995 2003-11-15  Simon Josefsson  <jas@extundo.com>
18996
18997         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18998         (pgg-gpg-lookup-key): Use regexp match instead of
18999         split-string (split-string is different between emacs 21.2 and
19000         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19001
19002 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19003
19004         * gnus-art.el (gnus-mime-view-all-parts)
19005         (gnus-article-part-wrapper, gnus-article-view-part):
19006         Use with-current-buffer.
19007
19008 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19009
19010         * spam.el (spam-disable-spam-split-during-ham-respool)
19011         (spam-spamoracle-database, spam-cache-lookups)
19012         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19013         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19014         (spam-group-ham-marks, spam-group-spam-marks)
19015         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19016         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19017         also add spam-use-blackholes to the statistical checks.
19018         (spam-fetch-field-fast): Add interface to fetching fields, may
19019         become a macro.
19020         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19021         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19022         (spam-insert-fake-headers): Fake an article when needed.
19023         (spam-find-spam): Fake article when possible.
19024         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19025         (spam-check-bogofilter-headers): Use message-fetch-field instead
19026         of nnmail-fetch-field.
19027
19028 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19029
19030         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19031
19032 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19033
19034         * spam.el (spam-split): Do not require spam-use-CHECK to be
19035         enabled if that check is passed to spam-split explicitly; also
19036         fix so 'spam doesn't get converted to spam-split-group when
19037         spam-split-symbolic-return is t.
19038         (spam-find-spam): Find registrations of the article and use those
19039         instead of re-running spam-split to find the spam/ham
19040         classification of the article.
19041         (spam-log-processing-to-registry, spam-log-registered-p)
19042         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19043         Use gnus-error instead of gnus-message.
19044         (spam-log-registration-type): Add function to determine the
19045         classification of a message based on registry entries; will
19046         return nil if both 'spam and 'ham are found.
19047         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19048         a reasonably fast local cache without the loading errors.
19049         (spam-cache-lookups): Set to t by default.
19050         (spam-find-spam): Don't try to guess spam-cache-lookups.
19051         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19052         spam-caches entry.
19053         (spam-filelist-build-cache, spam-filelist-check-cache):
19054         Fix caching of whitelist/blacklist entries.
19055         (spam-check-whitelist, spam-check-blacklist):
19056         Invoke spam-from-listed-p with a type, not a cache variable.
19057         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19058
19059 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19060
19061         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19062
19063         * nnmail.el (nnmail-split-fancy): do.
19064
19065         * mml.el (mml-parse): do.
19066
19067         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19068         (gnus-score-adaptive): do.
19069
19070 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19071
19072         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19073         (gnus-mime-button-map): Don't set keymap parent.
19074         (gnus-button-ctan-directory-regexp): Use shy grouping.
19075         (gnus-prev-page-map): Don't set keymap parent.
19076         (gnus-prev-page-map): Remove duplicated one.
19077         (gnus-next-page-map): Don't set keymap parent.
19078         (gnus-mime-security-button-map): Ditto.
19079
19080         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19081         version number.
19082
19083         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19084
19085 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19086
19087         * canlock.el (canlock-sha1-function): Remove.
19088         (canlock-sha1-function-for-verify): Remove.
19089         (canlock-openssl-program): Remove.
19090         (canlock-openssl-args): Remove.
19091         (canlock-ignore-errors): Remove.
19092         (canlock-sha1-with-openssl): Remove.
19093         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19094         (canlock-verify): Don't use canlock-ignore-errors.
19095
19096         * sha1-el.el (sha1-string-external): Make it can return a string
19097         in binary form.
19098         (sha1-region-external): Ditto.
19099         (sha1-string-internal): Ditto.
19100         (sha1-region-internal): Ditto.
19101         (sha1-region): Ditto.
19102         (sha1-string): Ditto.
19103         (sha1): Ditto.
19104
19105 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19106
19107         * spam.el (spam-report-articles-gmane): New command.
19108
19109 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19110
19111         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19112
19113         * run-at-time.el (run-at-time-saved): Remove.
19114         (run-at-time): Doc fix.
19115
19116 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19117
19118         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19119         (gnus-summary-limit-map): Add it.
19120         (gnus-summary-make-menu-bar): do.
19121
19122 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19123
19124         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19125         Make attempt at some caching support (done for BBDB only now).
19126         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19127         addresses to be checked.
19128         (spam-clear-cache-BBDB): Add function, to be invoked by
19129         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19130         (spam-check-BBDB): Check and use the caches, if
19131         spam-cache-lookups is on, remove superfluous (provide).
19132
19133 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19134
19135         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19136
19137 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19138
19139         * run-at-time.el (run-at-time-saved): Move to after the definition
19140         of `run-at-time'.
19141
19142         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19143
19144 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19145
19146         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19147         mm-w3m-local-map-property.
19148
19149         * mm-view.el (mm-w3m-mode-map): Remove.
19150         (mm-w3m-local-map-property): Remove.
19151         (mm-inline-text-html-render-with-w3m): Don't use
19152         mm-w3m-local-map-property.
19153
19154 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19155
19156         * run-at-time.el: New file.
19157
19158         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19159         under Emacs.
19160
19161         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19162         of gnus-set-text-properties.
19163
19164         * gnus-uu.el (gnus-uu-save-article): Ditto.
19165
19166         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19167
19168         * gnus-cite.el (gnus-cite-parse): Ditto.
19169
19170         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19171         of gnus-.
19172
19173         * gnus-xmas.el (run-at-time): Require run-at-time.
19174
19175         * gnus.el: Change calls to nnheader-run-at-time and
19176         password-run-at-time throughout to use run-at-time directly.
19177
19178         * password.el: Remove definition of run-at-time.
19179
19180         * nnheaderxm.el: Remove definition of run-at-time.
19181
19182 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19183
19184         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19185         in prompt.
19186
19187 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19188
19189         * messagexmas.el (message-xmas-redefine): Alias
19190         `message-make-caesar-translation-table' to
19191         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19192         version.
19193
19194         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19195         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19196         `gnus-xmas-set-text-properties'.
19197         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19198         `gnus-xmas-completing-read'.
19199         (gnus-xmas-completing-read): Removed.
19200         (gnus-xmas-open-network-stream): Removed.
19201
19202         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19203         XEmacs version.
19204
19205         * dns.el (dns-make-network-process): Use `open-network-stream'
19206         instead of `gnus-xmas-open-network-stream'.
19207
19208         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19209
19210         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19211
19212 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19213
19214         * gnus-art.el (gnus-mime-display-alternative)
19215         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19216         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19217         Don't use gnus-local-map-property.
19218
19219         * gnus-util.el (gnus-local-map-property): Remove.
19220
19221         * mm-view.el (mm-view-pkcs7-decrypt):
19222         Replace gnus-completing-read-maybe-default with completing-read.
19223
19224         * gnus-util.el (gnus-completing-read): do.
19225         (gnus-completing-read-maybe-default): Remove.
19226
19227 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19228
19229         * password.el: Only autoload `run-at-time' if not XEmacs.
19230         Only autoload the itimer functions if XEmacs.
19231
19232 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19233
19234         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19235         XEmacsen.
19236
19237         * dgnushack.el: Autoload executable-find for XEmacs.
19238
19239 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19240
19241         * gnus-art.el (gnus-read-string): Remove.
19242         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19243         read-string.
19244
19245 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19246
19247         * netrc.el: Autoload password-read.
19248         (netrc): Add configuration group.
19249         (netrc-encoding-method, netrc-openssl-path):
19250         Add variables for encoding and decoding of files with symmetric
19251         ciphers.
19252         (netrc-encode): Add assistant function to encode a file with
19253         netrc-encoding-method.
19254         (netrc-parse): Add interactive parameter, added optional
19255         decoding if netrc-encoding-method is non-nil but otherwise
19256         behavior is standard.
19257         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19258         Do s/encode/encrypt/ everywhere.
19259
19260         * spam.el: Remove executable-find autoload.
19261
19262 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19263
19264         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19265
19266         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19267
19268 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19269
19270         * gnus-art.el (gnus-treat-ansi-sequences)
19271         (article-treat-ansi-sequences): New variable and function.
19272         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19273
19274         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19275         Use it.
19276
19277 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19278
19279         * mm-util.el (mm-quote-arg): Remove.
19280
19281         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19282         shell-quote-argument.
19283
19284         * gnus-uu.el (gnus-uu-command): do.
19285
19286         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19287
19288         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19289         with make-char.
19290
19291         * mm-util.el (mm-make-char): Remove.
19292
19293         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19294         add-minor-mode.
19295
19296         * gnus-undo.el (gnus-undo-mode): do.
19297
19298         * gnus-topic.el (gnus-topic-mode): do.
19299
19300         * gnus-sum.el (gnus-dead-summary-mode): do.
19301
19302         * gnus-start.el (gnus-slave-mode): do.
19303
19304         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19305
19306         * gnus-ml.el (gnus-mailing-list-mode): do.
19307
19308         * gnus-gl.el (gnus-grouplens-mode): do.
19309
19310         * gnus-draft.el (gnus-draft-mode): do.
19311
19312         * gnus-dired.el (gnus-dired-mode): do.
19313
19314         * gnus-ems.el (gnus-add-minor-mode): Remove.
19315
19316         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19317         Replace gnus-char-width with char-width.
19318
19319         * gnus-ems.el (gnus-char-width): Remove.
19320
19321         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19322         Replace gnus-char-width with char-width.
19323
19324         * gnus-ems.el (gnus-char-width): Remove.
19325
19326         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19327         definition.
19328         Remove Emacs 20 hash table compatibility code.
19329
19330         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19331         20 compatibility code.
19332
19333         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19334
19335         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19336
19337         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19338         Replace with point-at-{eol,bol}.
19339
19340         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19341
19342         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19343
19344         * flow-fill.el (fill-flowed-point-at-bol)
19345         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19346
19347         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19348         Replace with point-at-{eol,bol} throughout all files.
19349
19350 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19351
19352         * ntlm.el (ntlm-string-as-unibyte): New macro.
19353         (ntlm-build-auth-response): Use it.
19354
19355         Remove Emacs 20 stuff:
19356         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19357         (butlast, mapc, remove): Remove the compiler macros.
19358         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19359         of delq and copy-sequence.
19360         * gnus-art.el (popup-menu): Remove the compiler macro.
19361         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19362         Emacs 20.
19363
19364 2004-01-05  Simon Josefsson  <jas@extundo.com>
19365
19366         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19367         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19368         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19369         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19370         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19371         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19372         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19373         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19374         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19375         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19376         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19377         string-xor into ntlm-string-xor.
19378         Suggested by Jesper Harder <harder@myrealbox.com>.
19379
19380         * ntlm.el: Don't include poem.
19381
19382         * md4.el (print-int32, print-string-hexa): Remove.
19383         Suggested by Jesper Harder <harder@myrealbox.com>.
19384
19385         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19386
19387         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19388         probably breaks emacs with DL patch, but do we care? Is anyone
19389         still using the DL stuff?)
19390
19391         * sieve-manage.el: Use the password package.
19392         (sieve-manage-read-passwd): Remove.
19393         (sieve-manage-interactive-login): Use password.  Re-add
19394         condition-case around loop.
19395
19396         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19397         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19398         Use the password package.
19399
19400 2003-02-19  Simon Josefsson  <jas@extundo.com>
19401
19402         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19403         token.
19404
19405 2002-08-07  Simon Josefsson  <jas@extundo.com>
19406
19407         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19408         (sieve-manage-authenticators):
19409         (sieve-manage-authenticator-alist): Add some SASL mechs.
19410         (sieve-sasl-auth): New function.
19411         (sieve-manage-cram-md5-auth):
19412         (sieve-manage-plain-auth): Rewrite using SASL library.
19413         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19414         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19415         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19416         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19417
19418 2004-01-05  Simon Josefsson  <jas@extundo.com>
19419
19420         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19421         New files.
19422
19423 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19424
19425         * gnus-group.el (gnus-no-groups-message): Update.
19426
19427         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19428
19429 2003-11-09  Simon Josefsson  <jas@extundo.com>
19430
19431         * imap.el: Support for ID IMAP extension (RFC 2971).
19432         (imap-local-variables): Add imap-id.
19433         (imap-id): New variable.
19434         (imap-id): New function.
19435         (imap-parse-response): Parse untagged ID response.
19436         * nnimap.el (nnimap-id): New variable.
19437         (nnimap-open-connection): Use it.
19438
19439 2003-12-28  Simon Josefsson  <jas@extundo.com>
19440
19441         * gnus-score.el (gnus-score-edit-all-score): New.
19442         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19443
19444 2004-01-04  Simon Josefsson  <jas@extundo.com>
19445
19446         * password.el: Add.
19447
19448 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19449
19450         * dns.el (dns-query-types): Fix typo.
19451         (dns-query-types): New function.
19452         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19453         PTR and SOA replies, see RFC 1035.
19454
19455 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19456
19457         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19458
19459         * Move to Changelog.2.
19460
19461 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19462
19463         * gnus.el (gnus-version-number): Bump version.
19464
19465 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19466
19467         * gnus.el: No Gnus v0.1 is released.
19468
19469 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19470
19471         * gnus.el: No Gnus v0.0 is released.
19472
19473 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19474
19475         * gnus.el (gnus-version-number): Bump.
19476         (gnus-version): No.
19477
19478 See ChangeLog.2 for earlier changes.
19479
19480     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19481       Free Software Foundation, Inc.
19482
19483   This file is part of GNU Emacs.
19484
19485   GNU Emacs is free software: you can redistribute it and/or modify
19486   it under the terms of the GNU General Public License as published by
19487   the Free Software Foundation, either version 3 of the License, or
19488   (at your option) any later version.
19489
19490   GNU Emacs is distributed in the hope that it will be useful,
19491   but WITHOUT ANY WARRANTY; without even the implied warranty of
19492   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19493   GNU General Public License for more details.
19494
19495   You should have received a copy of the GNU General Public License
19496   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19497
19498 ;; Local Variables:
19499 ;; coding: utf-8
19500 ;; fill-column: 79
19501 ;; add-log-time-zone-rule: t
19502 ;; End: