If we don't have gnutls-cli or gnutls built in, then don't try to establish a STARTTL...
[gnus] / lisp / ChangeLog
1 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
4         if we're using tls.el.
5         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
6         built in, then don't try to establish a STARTTLS connection.
7
8         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
9         servers.
10
11         * proto-stream.el (open-proto-stream): Use network, not stream.
12         (open-proto-stream): Add a way to specify what the end of a command is.
13
14         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
15         connections types.
16         (nntp-open-network-stream): Removed.
17         (nntp-open-ssl-stream): Removed.
18         (nntp-open-tls-stream): Removed.
19         (nntp-ssl-program): Removed.
20
21         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
22
23 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
24
25         * nnir.el: Fix typos.
26         (nnir-retrieve-headers-override-function): Rename variable to reflect
27         new semantics.
28         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
29         macros.
30         (nnir-request-article, nnir-request-move-article): Use them.
31         (nnir-categorize): New function.
32         (nnir-run-query): Use it.
33         (nnir-retrieve-headers): Rewrite to batch header retrieval.
34         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
35         sorted.
36         (nnir-group-full-name): Use gnus-group-full-name instead.
37         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
38         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
39
40 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
41
42         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
43
44         * proto-stream.el: New library to provide protocol-specific
45         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
46         protocols.
47         (open-proto-stream): Complete the documentation.
48         (proto-stream-open-network): Fix some typos.
49
50         * nnimap.el (nnimap-open-connection): Use it.
51
52 2010-11-26  Julien Danjou  <julien@danjou.info>
53
54         * color.el: Rename various rgb functions to srgb.
55
56 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
57
58         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
59         names.
60
61 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
62
63         * shr.el (shr-insert): Revert last change.
64         (shr-find-fill-point): Never leave point being at bol;
65         relax the kinsoku limitation when rendering tables.
66
67 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
68
69         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
70         results from -accept-article.
71
72         * shr-color.el: Require cl when compiling.
73
74         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
75         checkin.
76
77         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
78
79         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
80
81         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
82         'add and 'delete to set backend marks.
83
84         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
85
86         * nnheader.el (nnheader-update-marks-actions): Refactor out.
87
88         * nntp.el (nntp-request-set-mark): Use it.
89
90         * nnfolder.el (nnfolder-request-set-mark): Ditto.
91
92         * nnml.el (nnml-request-set-mark): Ditto.
93
94         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
95         introduces regressions in article selection.
96         (nnimap-find-uid-response): New function.
97         (nnimap-request-accept-article): Use the UID returned, if any.
98         (nnimap-request-move-article): Use the UID returned, if any.
99         (nnimap-get-groups): Reimplement to work with folded lines.
100         (nnimap-find-uid-response): The UID is the last element in the list.
101         (nnimap-request-set-mark): Extend syntax with 'set.
102
103         * nnml.el (nnml-request-set-mark): Ditto.
104
105         * nnfolder.el (nnfolder-request-set-mark): Ditto.
106
107         * nntp.el (nntp-request-set-mark): Ditto.
108
109 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
110
111         * message.el (message-called-interactively-p): A temporary macro.
112         (message-goto-body): Use it temporarily.
113
114 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
115
116         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
117         (nnimap-last-response-string): Unfold quoted lines, if they exist.
118         (nnimap-last-response-string): Fix last unfolding fix.
119
120 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
121
122         * shr.el (shr-insert): Fix the way to fold lines.
123
124 2010-11-25  Julien Danjou  <julien@danjou.info>
125
126         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
127
128         * color.el: Rename from color-lab.el
129         (color-rgb->hex): Add.
130         (color-complement): Add.
131         (color-complement-hex): Add.
132
133         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
134
135 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
136
137         * shr-color.el (shr-color-visible): Don't bug out if the colour names
138         don't exist.
139
140 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
141
142         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
143         assuming that article displaying or another mml-preview may be
144         interrupted for an error or for the like.
145
146         * shr.el (shr-get-background): Fix argument name.
147
148 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
149
150         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
151
152         * gnus-sum.el (gnus-summary-include-articles): New function.
153
154         * message.el (message-goto-body): called-interactively-p needs a
155         parameter, so use `any'.
156
157         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
158         clear marks before moving, since they're synced from the Gnus side
159         first.
160
161         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
162         (gnus-summary-move-article): Copy over all marks before moving, so that
163         IMAP doesn't think a new article has arrived.
164
165 2010-11-24  Julien Danjou  <julien@danjou.info>
166
167         * shr.el (shr-insert-background-overlay): Fix typo.
168         (shr-render-td): Copy the background before rendering.
169
170         * shr-color.el (shr-color-visible): Fix docstring.
171
172         * shr.el (shr-tag-table): Add bgcolor support.
173         (shr-render-td): Add bgcolor support.
174         (shr-get-background): Add.
175         (shr-insert-foreground-overlay): Use shr-get-background.
176
177         * message.el (message-goto-body): Use called-interactively-p.
178         (message-in-body-p): message-goto-body returns point.
179
180 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
181
182         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
183         Fixes something or other in Emacs 23, and is backwards compatible.
184
185         * message.el (message-goto-body): Remove the <#secure special-casing,
186         which is too special.
187
188         * shr.el (shr-parse-style): Drop !important from styles.
189
190 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
191
192         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
193         this function to return incorrect results when calling it with an
194         explicit article argument different from
195         (gnus-summary-article-number).
196
197 2010-11-24  Julien Danjou  <julien@danjou.info>
198
199         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
200         (shr-tag-body): Add background support.
201         (shr-descend): Add background support.
202         (shr-tag-title): Add.
203
204         * shr-color.el (shr-color-visible): Really return original background
205         if fixed.
206
207 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
208
209         * shr.el (shr-color-check): Protect against non-existant colour names.
210
211 2010-11-24  Julien Danjou  <julien@danjou.info>
212
213         * color-lab.el: Require 'cl when compiling.
214
215         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
216
217         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
218         matched part.
219
220         * color-lab.el: Fix all expt calls to use float type.
221
222 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
223
224         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
225         expression to shr-color-check as is.
226
227         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
228
229         * color-lab.el: Add coding cookie.
230         (float-pi): Use eval-and-compile.
231
232         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
233         compiled for Emacsen having no `libxml-parse-html-region' support.
234
235 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
236
237         * shr.el (shr-insert-color-overlay): Split stuff like
238         "#444444 !important" to find the real colour.
239         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
240         parse <font color="red"> entries.
241
242 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
243
244         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
245         point when parsing headers.
246
247         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
248         is positioned properly when parsing headers.
249
250 2010-11-23  Julien Danjou  <julien@danjou.info>
251
252         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
253
254         * shr-color.el (shr-color->hexadecimal): Add support for color names.
255
256         * shr.el (shr-parse-style): Replace \n with space in style parsing.
257
258         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
259         shr-color-hue-to-rgb.
260         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
261
262 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
263
264         * shr.el (shr-color->hexadecimal): Autoload.
265         (shr-descend): Add color to all tags.
266
267 2010-11-22  Julien Danjou  <julien@danjou.info>
268
269         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
270         shr-color->hexadecimal.
271
272         * shr-color.el (shr-color->hexadecimal): Add converting functions for
273         RGB() or HSL() color representation.
274
275         * shr.el (shr-tag-font): Add.
276         (shr-tag-color-check): New function to get better colors.
277         (shr-tag-insert-color-overlay): Factorize code between tag-font and
278         tag-span.
279
280         * shr-color.el: New file.
281
282         * color-lab.el: New file.
283
284         * gnus-art.el (gnus-url-mailto): Do not downcase args.
285
286 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
287
288         * nnir.el: Fix typo in comments.
289         (nnir-run-imap): Simplify code. No need to reverse artlist.
290         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
291
292 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
293
294         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
295
296         * nnimap.el (nnimap-get-capabilities): Refactor out.
297         (nnimap-open-connection): Re-request capabilities after STARTTLS.
298
299 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
300
301         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
302         appearing when `mm-uu-hide-markers' is nil.
303
304 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
305
306         * nnimap.el (nnimap-unselect-group): Make into its own function.
307         (nnimap-request-rename-group): Unselect group before renaming.
308         This had gotten lost somewhere.
309         (nnimap-request-accept-article): Keep track of examined groups, and
310         unselect the group before APPENDing to read-only groups.
311         (nnimap-request-move-article): Clear flags before moving so that they
312         can be re-set later.
313
314 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
315
316         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
317         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
318
319 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
320
321         * gnus-art.el (gnus-mime-display-single)
322         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
323         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
324         parameter.
325
326 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
327
328         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
329         (shr-table-vertical-line): New variable.
330         (shr-insert-table): Use it.
331
332 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
333
334         * gnus-html.el (gnus-html-wash-images): Don't display images if
335         gnus-inhibit-images is non-nil; register displayer for cid images.
336         (gnus-html-display-image): Work for cid image.
337         (gnus-html-insert-image): Allow arguments.
338         (gnus-html-put-image): Inhibit read-only.
339         (gnus-html-prefetch-images): Don't prefetch images if
340         gnus-inhibit-images is non-nil.
341
342 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
343
344         * shr.el (shr-put-image): Break lines when inserting big pictures.
345
346 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
347
348         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
349         sender, thanks Katsumi Yamaoka.
350
351 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
352
353         * nnir.el (nnir-run-imap): Reverse the article list for each group
354         rather than the whole list.
355
356 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
357
358         * shr.el (shr-image-displayer): Protect function against non-existent
359         image source.
360
361         * gnus-art.el (gnus-inhibit-images): New user option.
362         (gnus-mime-display-single): Don't display image if it is non-nil.
363
364         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
365         gnus-inhibit-images.
366
367         * shr.el (shr-image-displayer): New function.
368         (shr-tag-img): Use it.
369
370 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
371
372         * mml2015.el (mml2015-epg-sign): Use From header.
373
374 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
375
376         * gnus-html.el (gnus-html-wash-images): Register a displayer.
377
378         * gnus-util.el (gnus-find-text-property-region): Return markers.
379
380         * shr.el (shr-tag-img): Put a displayer in the text property.
381
382         * gnus-util.el (gnus-find-text-property-region): New utility function.
383
384         * gnus-html.el (gnus-html-display-image): Make the alt optional.
385         (gnus-html-show-images): Remove.
386
387         * gnus-art.el (gnus-article-show-images): New, more general function.
388
389         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
390         image url text properties.
391
392         * shr.el: Ditto.
393
394         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
395         gnus-agent-auto-agentize-methods is set.  Which it isn't.
396
397 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
398
399         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
400         work for two or more articles.
401
402 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
403
404         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
405         divide an image that's in an html article to two or more when washing
406         non-ASCII characters in alt text of it.
407
408 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
409
410         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
411         smime-decrypt-region using function argument.
412         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
413
414         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
415
416         * smime.el (smime-decrypt-region): Catch it.
417
418 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
419
420         * smime.el (smime-mode-map): Move initialization into declaration.
421         (gnus-run-mode-hooks): Don't autoload.
422         (smime-mode): Use define-derived-mode.
423
424 2010-11-11  Glenn Morris  <rgm@gnu.org>
425
426         * smime.el (from): Restrict declaration to XEmacs.
427
428         * nnir.el (gnus-group-topic-name): Autoload.
429
430 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
431
432         * shr.el (shr-insert): Don't break long line if it is because of
433         kinsoku-bol characters in the line end.
434
435 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
436
437         * nnir.el (nnir-request-move-article): Fix to provide original group
438         and subject.
439         (nnir-warp-to-article): Don't fail on articles whose headers haven't
440         been retrieved.
441
442         * gnus-sum.el (gnus-summary-move-article): Use original group and
443         subject for virtual articles such as those in an nnir summary buffer.
444
445 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
446
447         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
448         least 21.5).
449
450         * smime.el (from): Declare it again for XEmacs.
451
452 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
453
454         * message.el (message-resend): Don't disable encoding unless it's
455         already encoded.
456
457         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
458         low-numbered articles.
459
460 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
461
462         * rfc2047.el (rfc2047-syntax-table): Simplify.
463
464         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
465
466         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
467         set-char-table-range for XEmacs.
468
469 2010-11-10  Glenn Morris  <rgm@gnu.org>
470
471         * time-date.el (time-to-seconds): Always an alias on Emacs,
472         never a real function.
473         (with-no-warnings): Remove compat stub, now unused.
474         (time-less-p): Doc fix.
475         (time-to-number-of-days): Simplify.
476
477         * smime.el (from): Remove unused declaration.
478
479         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
480         (gnus-float-time): On Emacs, always an alias.
481
482         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
483         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
484
485 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
486
487         * dgnushack.el: Don't use ignore-errors in the top level form since it
488         is unavailable in XEmacs even if cl is loaded.
489
490         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
491
492 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
493
494         * shr.el (browse-url-mailto): Autoload.
495
496         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
497
498         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
499         regexp doesn't need quoting.
500
501 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
502
503         * message.el (message-subject-trailing-was-ask-regexp)
504         (message-subject-trailing-was-regexp): Match was: in addition to was.
505
506 2010-11-09  Glenn Morris  <rgm@gnu.org>
507
508         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
509         (nnbabyl-check-mbox): Use point-at-bol.
510
511 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
512
513         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
514
515         * message.el (message-mailto): New function.
516         (message-mailto): Should accept other parameters.
517         (message-mailto): Remove since it duplicates browse-url-mailto
518         functionality.
519
520 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
521
522         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
523         methods.
524         (gnus-read-active-file): Ditto.
525
526         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
527         ": " from the prompt.
528         (gnus-group-make-group): Ditto.
529
530 2010-11-07  Glenn Morris  <rgm@gnu.org>
531
532         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
533         (gnus-bookmark-kill-line): Use point-at-eol.
534
535 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
536
537         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
538         asterisks in From header.
539
540 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
541
542         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
543         string to avoid making the From headers syntactically invalid.
544
545         * message.el (message-send-mail): Don't insert courtesy messages if the
546         message already has List-Post and List-ID messages.
547
548 2010-11-06  Glenn Morris  <rgm@gnu.org>
549
550         * gnus-art.el (gnus-treat-article): Give dynamic local variables
551         `condition', `type', `length' a prefix.
552         (gnus-treat-predicate): Update for above name changes.
553
554 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
555
556         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
557         binding.  Handled by `gnus-summary-refer-thread' instead.
558         (nnir-warp-to-article): New backend function.
559
560         * nnimap.el (nnimap-request-thread): Force dependency updating.
561
562         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
563         (gnus-summary-refer-thread): Rework to improve thread-referral.
564
565         * gnus-int.el (gnus-warp-to-article): New function.
566
567         * gnus-sum.el (gnus-summary-article-map): Bind it.
568
569 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
570
571         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
572         gnus-summary-refer-thread.
573
574         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
575         headers.
576         (gnus-summary-limit-include-thread): Prevent articles in thread from
577         being cut in gnus-cut-threads.
578         (gnus-summary-refer-thread): Limit retrieved headers to those in
579         thread.
580
581 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
582
583         * message.el (message-send-mail): Use the value of
584         message-courtesy-message from the message buffer.
585
586         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
587
588         * shr.el (shr-browse-url): Implement mailto: URLs.
589
590         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
591         "raw".
592
593         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
594         if it's already selected.
595
596         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
597
598 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
599
600         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
601         to measure the length and truncate alt text.
602
603 2010-11-03  Glenn Morris  <rgm@gnu.org>
604
605         * nndiary.el (nndiary-generate-nov-databases-1)
606         (nndiary-generate-active-info): Rename dynamic variable `files' to
607         something less generic.
608
609 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
610
611         * nnir.el (nnir-request-move-article): Call the underlying backend to
612         move articles from nnir.
613
614 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
615
616         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
617
618 2010-11-02  Julien Danjou  <julien@danjou.info>
619
620         * nnir.el: Remove wais support.
621
622 2010-11-02  Glenn Morris  <rgm@gnu.org>
623
624         * gnus-html.el: Reorder requirements to quieten compiler.
625
626 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
627
628         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
629         properly for XEmacs as well.
630         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
631         (gnus-article-natural-long-line-p): Use window-width rather than
632         frame-width.
633
634 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
635
636         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
637         (nnir-read-parms): Don't modify query.
638         (nnir-run-query): Add ability to search topic on current line.
639         (nnir-get-active): Clean up.
640
641 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
642
643         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
644         degenerate articles.
645
646         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
647         (gnus-print-buffer): Just print the buffer as is, without any copying
648         to a buffer and then re-highlighting.
649
650         * nnimap.el (nnimap-request-group): Store the new updated info.
651         (nnimap-request-group): Select the group when we don't know whether it
652         exists or not.
653
654         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
655         groups.
656
657         * gnus-group.el (gnus-group-find-new-groups): Display all the new
658         groups.
659
660         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
661         groups.
662
663         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
664         long-lines case by only filling the long lines.
665
666         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
667         (bug #7311).
668
669 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
670
671         * shr.el: No need to declare `declare-function' since shr.el is for
672         only Emacsen that provide `libxml-parse-html-region'.
673
674         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
675         effective only in a file it is referred to.
676
677 2010-11-01  Glenn Morris  <rgm@gnu.org>
678
679         * mm-util.el (gnus-completing-read): Autoload.
680         (mm-read-coding-system): Simplify Emacs definition.
681
682         * nnmail.el (gnus-activate-group):
683         * nnimap.el (gnutls-negotiate):
684         * nntp.el (netrc-parse): Fix declarations.
685
686 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
687
688         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
689         string-match-p in Emacs >=23.
690
691         * gnus-msg.el (gnus-configure-posting-styles)
692         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
693
694 2010-11-01  Glenn Morris  <rgm@gnu.org>
695
696         * nnir.el (declare-function): Add compat stub.
697         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
698         (nnir-run-gmane): Require 'mm-url.
699
700         * mm-util.el (mm-string-to-multibyte): Simplify.
701
702         * shr.el (declare-function): Add compat stub.
703         (url-cache-create-filename): Declare.
704         (mm-disable-multibyte, widget-convert-button): Autoload.
705
706         * smime.el (ldap-search): Declare.
707         (smime-cert-by-ldap-1): Require ldap on Emacs.
708
709         * nnimap.el: Require nnmail, and gnus-sum when compiling.
710         (nnimap-keepalive): Use gnus-float-time.
711
712         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
713         (mail-source-delete-crash-box): Use gnus-float-time.
714
715         * gnus-dired.el (gnus-completing-read): Autoload.
716
717         * mm-view.el (gnus-rescale-image): Autoload.
718
719         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
720
721         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
722
723         * sieve-manage.el: Require 'cl when compiling.
724
725         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
726         (gnus-iswitchb-completing-read): Require iswitchb.
727         (gnus-select-frame-set-input-focus): Silence compiler.
728
729 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
730
731         * message.el (message-subject-trailing-was-query): Change default to t,
732         since I think that's what most people want.
733
734         * nnimap.el (nnimap-request-accept-article): Erase buffer before
735         appending for easier debugging.
736         (nnimap-wait-for-connection): Take a regexp.
737         (nnimap-request-accept-article): Wait for the continuation line before
738         sending anything unless we're streaming.
739
740         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
741         leave the header washing to take place.
742
743 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
744
745         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
746         regular expression match and replace in posting styles.
747
748 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
749
750         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
751         an entire server.
752         (nnir-get-active): New function.
753         (nnir-run-imap): Use it.
754         (nnir-run-gmane): Who knew, gmane search returns an article score!
755
756         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
757         server on the current line with nnir.
758
759 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
760
761         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
762         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
763         left edge.
764         (gnus-article-foldable-buffer): Skip past the prefix when determining
765         raggedness.
766
767         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
768         the raw article, and change `C-u g' to show the article without doing
769         treatments.
770
771         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
772         on to `gnus-treat-article'.
773         (gnus-inhibit-article-treatments): New variable.
774
775         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
776
777         * gnus-art.el (gnus-treatment-function-alist): Have
778         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
779         (gnus-treat-fill-long-lines): Change default to fill all text/plain
780         sections.
781
782         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
783         parameter.
784         (gnus-article-fill-cited-long-lines): New function.
785         (gnus-article-fill-cited-article): Allow filling only long sections.
786
787         * shr.el (shr-find-fill-point): Don't break lines between punctuation
788         and non-punctuation (like after the apostrophe in "'We").
789
790         * gnus-sum.el (gnus-summary-select-article): Make sure
791         gnus-original-article-buffer is alive.
792
793         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
794         reflect the order they're in in the digest.
795
796         * gnus.el (gnus-group-startup-message): Move point to the start of the
797         buffer.
798
799         * nnimap.el (nnimap-capability): New function.
800         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
801         is set.
802
803 2010-10-31  David Engster  <dengste@eml.cc>
804
805         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
806         conform with changes to gnus-completing-read.
807
808 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
809
810         * shr.el (shr-tag-img): Output "*" instead of "[img]".
811
812 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
813
814         * nnir.el: Move defvar, defcustom around to keep file organized
815         and keep byte-compiler quiet.
816         (nnir-read-parms): Accept search-engine as arg.
817         (nnir-run-query): Pass search-engine as arg.
818         (nnir-search-engine): Remove.
819
820 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
821
822         * shr.el (shr-generic): The text nodes should be text, not :text.
823
824         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
825         later in the file.
826
827 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
828
829         * nnir.el: General clean up.  Allow searching with multiple engines.
830         Allow separate extra-parameters for each engine.
831         Batch queries when possible.
832         (nnir-imap-default-search-key,nnir-method-default-engines):
833         Add customize interface.
834         (nnir-run-gmane): New engine.
835         (nnir-engines): Use it.  Qualify all prompts with engine name.
836         (nnir-search-engine): Remove global variable.
837         (nnir-run-hyrex): Restore for now.
838         (nnir-extra-parms,nnir-search-history): New variables.
839         (gnus-group-make-nnir-group): Use them.
840         (nnir-group-server): Remove in favor of gnus-group-server.
841         (nnir-request-group): Avoid searching twice.
842         (nnir-sort-groups-by-server): New function.
843
844 2010-10-30  Julien Danjou  <julien@danjou.info>
845
846         * gnus-group.el: Remove gnus-group-fetch-control.
847
848         * gnus-start.el (gnus-find-new-newsgroups):
849         Remove gnus-check-first-time-used.
850
851         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
852
853 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
854
855         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
856         set on groups that don't have \* permanentflags.
857
858 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
859
860         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
861         control the background color.
862         (shr-tag-img): Ignore very small web bug type images.
863         (shr-put-image): Add help-echo alt texts to the images.
864         (shr-tag-video): Show the video poster image.
865
866 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
867
868         * shr.el (shr-table-depth): New variable.
869         (shr-tag-table-1): Only insert the images after the top-level table.
870
871         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
872
873         * gnus-util.el (gnus-list-memq-of-list): New function.
874
875         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
876         selected.
877         (nnimap-unsplittable-articles): New slot.
878         (nnimap-new-articles): Use it.
879
880 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
881
882         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
883         move to the previous line on `M-g'.
884
885 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
886
887         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
888         *-request-group, which seems unnecessary.
889
890         * nnimap.el (nnimap-quote-specials): Function copied over from
891         imap.el.
892         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
893         they support that.  Suggested by Tom Regner.
894
895 2010-10-29  Julien Danjou  <julien@danjou.info>
896
897         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
898         defalias.
899         (gnus-summary-delete-marked-with): Remove obsolete defalias.
900
901         * gnus.el: Remove `gnus-nntp-service' variable.
902         (gnus-secondary-servers): Make obsolete.
903         (gnus-nntp-server): Make obsolete.
904
905         * gnus-start.el (gnus-1): Remove x-splash calls.
906
907         * gnus-ems.el (gnus-x-splash): Remove.
908
909         * gnus.el (gnus-group-startup-message): Simplify/update code.
910
911         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
912         definition.
913
914         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
915         capability before doing anything.
916         (gnus-group-insert-group-line): Remove useless
917         gnus-group-remove-excess-properties.
918
919 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
920
921         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
922
923 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
924
925         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
926         config after reselecting.
927
928 2010-10-28  Julien Danjou  <julien@danjou.info>
929
930         * shr.el (shr-put-image): Use point even if only inserting text.
931         (shr-put-image): Save excursion when inserting alt text on non-graphic
932         display, so the behaviour is the same when we are on a graphic display.
933
934         * nnir.el (nnir-run-swish-e): Remove hyrex support.
935
936 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
937
938         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
939         (gnus-mime-copy-part): Check coding system, not charset.
940         (gnus-mime-view-part-externally): Never remove part.
941         (gnus-mime-view-part-internally): Don't remove part here.
942         (gnus-article-part-wrapper): Make sure MIME tag is visible.
943         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
944         multipart/alternative.
945
946         * mm-decode.el (mm-display-part): Take optional arg `force'.
947
948 2010-10-26  Julien Danjou  <julien@danjou.info>
949
950         * gnus-group.el (gnus-group-default-list-level): Add this function to
951         compute the default list level.
952         (gnus-group-default-list-level): Add possibility to use a function.
953
954 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
955
956         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
957
958         * gnus-group.el (gnus-group-completing-read)
959         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
960         gnus-replace-in-string.
961
962 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
963
964         * shr.el (shr-tag-div): Add.
965
966         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
967
968 2010-10-25  Julien Danjou  <julien@danjou.info>
969
970         * gnus-util.el: Remove `gnus-with-local-quit'.
971
972         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
973
974 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
975
976         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
977         the original article buffer.
978
979 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
980
981         * nnimap.el (nnimap-request-head): New function.
982         (nnimap-request-move-article): Try to be slighly faster by not
983         requesting the entire message when moving.
984         (nnimap-transform-headers): Don't bug out on bodiless articles.
985         (nnimap-send-command): Have no outstanding messages if the IMAP server
986         doesn't support streaming.
987         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
988
989 2010-10-24  Julien Danjou  <julien@danjou.info>
990
991         * message.el (message-default-headers): Fix type.
992
993 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
994
995         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
996         prefetching images.
997
998         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
999         backend for unknown groups.  This is mainly useful for nnimap groups.
1000
1001         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1002         group isn't covered by the agent.
1003
1004 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1005
1006         * nnir.el (nnir-method-default-engines): New variable.
1007         (nnir-run-query): Use it.
1008         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1009         (gnus-summary-nnir-goto-thread): Change group if needed.
1010
1011         * gnus-group.el (gnus-group-group-map): Add key binding for
1012         gnus-group-make-nnir-group.
1013
1014 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1015
1016         * shr.el (shr-tag-object): Add.
1017
1018         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1019         original article buffer live.
1020         (gnus-summary-select-article-buffer):
1021         Mention gnus-widen-article-buffer.
1022
1023 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1024
1025         * shr.el (shr-tag-strong): Add.
1026
1027 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1028
1029         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1030         group names.  They mess up the group buffer badly.
1031
1032         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1033
1034         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1035         instead of the summary one.
1036
1037 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1038
1039         * mml.el (mml-preview): Work properly when editing article.
1040
1041         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1042         gnus-have-read-active-file if it's already been in.
1043
1044 2010-10-22  Tom Tromey  <tromey@redhat.com>
1045
1046         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1047         gnus-group-completing-read.
1048
1049 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1050
1051         * message.el (message-mode-map): Don't bind M-; to comment region, to
1052         allow the global comment-dwim to work.
1053
1054 2010-10-21  Julien Danjou  <julien@danjou.info>
1055
1056         * message.el (message-setup-1): Allow message-default-headers to be a
1057         function.
1058
1059 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1060
1061         * shr.el (shr-tag-table): Simplify.
1062
1063 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1064
1065         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1066         to avoid trying to snarf invalid stuff.
1067
1068         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1069
1070         * gnus.el (gnus-message-archive-group): Quote value.
1071         (gnus-message-archive-group): Mark as changed.
1072
1073         * shr.el (shr-add-font): Don't put the font properties on the newline
1074         or the indentation.
1075
1076         * message.el (message-fix-before-sending): Change options when sending
1077         non-printable characters.
1078
1079         * gnus.el (gnus-message-archive-method): Change the default to
1080         monthly outgoing groups.
1081
1082         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1083         that have gotten new numbers.
1084
1085         * nnimap.el (nnimap-request-replace-article): New function.
1086
1087 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1088
1089         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1090         (nnrss-request-article): Don't use special html washing code.
1091
1092 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1093
1094         * shr.el (shr-tag-table): Remove useless nconc.
1095
1096 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1097
1098         * gnus-art.el (article-wash-html): Simplify and remove the charset
1099         stuff.  Use the normal html rendering code instead of the special html
1100         washing code.
1101
1102         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1103         `gnus-w3m' symbols.
1104         (mm-text-html-washer-alist): Remove.
1105
1106         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1107         (mm-inline-media-tests): Remove use.
1108         (mm-text-html-renderer): Change default to the `shr' symbol.
1109
1110         * mm-view.el (mm-inline-text-html): Remove use.
1111
1112         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1113         `gnus-blocked-images' to be a function.
1114         (gnus-article-wash-function): Remove.
1115
1116 2010-10-20  Julien Danjou  <julien@danjou.info>
1117
1118         * spam.el (spam-list-of-processors): Mark as obsolete.
1119
1120         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1121         (nnimap-insert-partial-structure): Fix boundary detection.
1122
1123 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1124
1125         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1126         run file-truename on remote files.  This can be expensive and even
1127         prevent one from editing drafts if some unrelated buffer has a stale
1128         connection.
1129
1130 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1131
1132         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1133         kinsoku-eol regardless of shr-kinsoku-shorten.
1134         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1135         (shr-tag-table): Support caption, thead, and tfoot.
1136
1137 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1138
1139         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1140         lines.
1141         (shr-save-contents): New command and keystroke.
1142
1143         * nndoc.el (nndoc-type-alist): Add git support.
1144         (nndoc-git-type-p): New function.
1145         (nndoc-transform-git-article): Ditto.
1146         (nndoc-transform-git-headers): Ditto.
1147         (nndoc-transform-git-headers): Generate Subject headers.
1148
1149         * shr.el (shr-parse-style): New function.
1150         (shr-tag-span): Ditto.
1151
1152         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1153         to `G G' to avoid collisions.
1154
1155 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1156
1157         * shr.el: Load kinsoku if necessary.
1158         (shr-kinsoku-shorten): New internal variable.
1159         (shr-find-fill-point): Make kinsoku shorten text line if
1160         shr-kinsoku-shorten is bound to non-nil.
1161         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1162         shr-indentation too when testing if table is wider than frame width.
1163         (shr-insert-table): Use `string-width' instead of `length' to measure
1164         text width.
1165         (shr-insert-table-ruler): Make sure indentation is done at bol.
1166
1167 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1168
1169         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1170         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1171         undecoded network data.
1172
1173 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1174
1175         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1176         name in the mode line spec so that the mode line menu works
1177         (bug #2431).
1178
1179         * message.el (message-get-reply-headers): If we're fed `to-address',
1180         then always use that.
1181
1182         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1183         aren't so wide as to need to switch off the edit menu.
1184
1185         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1186         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1187
1188         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1189         `M-g'.
1190         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1191         the permanent marks.
1192
1193 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1194
1195         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1196         Splitting according to references/in-reply-to obeys the ignore-groups
1197         variable, while splitting by sender and subject do not.
1198
1199 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1200
1201         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1202         alist, so that we can look for non-Unicode chars.
1203         (article-translate-strings): Allow both character and string maps.
1204
1205 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1206
1207         * shr.el (shr-insert): Don't insert space behind a wide character
1208         categorized as kinsoku-bol, or between characters both categorized as
1209         nospace.
1210
1211 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1212
1213         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1214         headers to gnus-newsgroup-headers.
1215
1216 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1217
1218         * shr.el (shr-tag-img): Don't align images -- since we're not
1219         rescaling, this often leads to ugly displays.
1220
1221 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1222
1223         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1224         duplicates.
1225
1226 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1227
1228         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1229         call.
1230
1231 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1232
1233         * gnus.el: Autoload gnus-html-show-images.
1234
1235         * nnimap.el: Use nnheader-message throughout.
1236
1237         * shr.el (shr-tag-img): Ignore images with no data.
1238
1239 2010-10-15  Julien Danjou  <julien@danjou.info>
1240
1241         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1242         a possibility to disable format=flow encoding when using hard newlines.
1243
1244 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1245
1246         * shr.el (shr-insert): Remove space inserted before or after a
1247         breakable character or at the beginning or the end of a line.
1248         (shr-find-fill-point): Do kinsoku; find the second best point or give
1249         it up if there's no breakable point.
1250
1251 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1252
1253         * nnimap.el (nnimap-open-connection): Message when opening connection
1254         for debugging purposes.
1255
1256         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1257         on every setup buffer call to allow this to change from article to
1258         article.
1259
1260         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1261         buffers where we have a wide table.
1262
1263 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1264
1265         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1266         uses *-request-thread.
1267
1268 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1269
1270         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1271         incantation, which is no longer valid.
1272
1273 2010-10-14  Julien Danjou  <julien@danjou.info>
1274
1275         * shr.el: Fix defcustom type (char -> character).
1276
1277 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1278
1279         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1280         programs.
1281
1282 2010-10-14  Julien Danjou  <julien@danjou.info>
1283
1284         * shr.el (shr-tag-a): Use url-link as widget type.
1285
1286         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1287         `gnus-group-get-icon'.
1288
1289 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1290
1291         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1292         This should make server editing work better.
1293
1294         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1295
1296         * tls.el (tls-program): Remove spurious %s from openssl.
1297
1298         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1299         (nnimap-parse-flags): Fix regexp.
1300
1301         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1302         probably work for CJVK text, too.
1303
1304         * nnimap.el (nnimap-extend-tls-programs): Remove.
1305         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1306
1307         * tls.el (tls-starttls-switches): Remove starttls hack.
1308         (open-tls-stream): Ditto.
1309         (tls-find-starttls-argument): Ditto.
1310
1311 2010-10-13  Julien Danjou  <julien@danjou.info>
1312
1313         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1314         responses.
1315
1316 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1317
1318         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1319
1320         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1321         anything in Emacs.
1322
1323         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1324
1325 2010-10-13  Julien Danjou  <julien@danjou.info>
1326
1327         * shr.el (shr-width): Make shr-width a defcustom with default to
1328         fill-column.
1329         (shr-tag-img): Use shr-width rather than fill-column.
1330
1331 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1332
1333         * dgnushack.el (byte-optimize-apply)
1334         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1335
1336         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1337         position when (X-)Faces exist.
1338         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1339         avatars when called interactively.
1340
1341 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1342
1343         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1344         gnus-article-x-face-too-ugly is bound.
1345
1346 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1347
1348         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1349
1350         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1351         mailbox that doesn't exist.
1352
1353 2010-10-12  Julien Danjou  <julien@danjou.info>
1354
1355         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1356         (shr-get-image-data): Encode URL properly when fetching from cache.
1357         (shr-tag-img): Use aligned-to spaces to align correctly images.
1358
1359         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1360         before inserting the Gravatar.
1361
1362         * shr.el (shr-tag-img): Add align attribute support for <img>.
1363
1364 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1365
1366         * gnus-gravatar.el (gnus-art): Require.
1367
1368         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1369         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1370         Remove long obsoleted functions.
1371
1372 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1373
1374         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1375
1376         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1377
1378         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1379         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1380         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1381         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1382         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1383         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1384         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1385
1386 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1387
1388         * nnimap.el (nnimap-request-rename-group): Select group read-only
1389         before renaming it.
1390
1391         * shr.el (shr-insert): Fix up the white space only regexp.
1392
1393         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1394         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1395
1396         * shr.el (shr-current-column): New function.
1397         (shr-find-fill-point): New function.
1398
1399 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1400
1401         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1402         numbers.
1403
1404 2010-10-11  Julien Danjou  <julien@danjou.info>
1405
1406         * shr.el (shr-hr-line): Add.
1407         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1408         display hr lines.
1409         (shr-max-columns): Do not change state to nil if we just inserting
1410         spaces.
1411
1412 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1413
1414         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1415         select the last group.
1416
1417 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1418
1419         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1420
1421 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1422
1423         * dig.el (dig-mode-map): Declare and define in one step.
1424
1425 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1426
1427         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1428         for Gnus.
1429         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1430         (nnimap-update-qresync-info): Mark \Seen articles as read.
1431
1432         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1433         non-variable, too.
1434
1435         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1436         available.
1437         (nnimap-update-info): Rely more on the current active than the param
1438         active to avoid marking articles as read too much.
1439
1440         * auth-source.el (auth-source-create): Use (user-login-name) for the
1441         user name default.
1442
1443         * nnimap.el (nnimap-update-info): If the server doesn't return any
1444         useful info, just use the previous info.
1445         (nnimap-update-info): Prefer old info over start-article.
1446         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1447
1448 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1449
1450         * nnir.el (autoload): Clean up autoloads.
1451         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1452         Use key rather than value.
1453         (nnir-imap-search-other): New variable.
1454         (nnir-read-parm): Use it.
1455         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1456         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1457
1458 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1459
1460         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1461         the process, too.
1462
1463 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1464
1465         * spam.el (gnus-summary-mode-map): Bind to "$".
1466         Suggested by Russ Allbery.
1467
1468         * shr.el: Rework the way things are indented by <li> slightly.
1469
1470         * gnus.el (gnus-group-set-parameter): Fix typo.
1471
1472         * nnimap.el: Start implementing QRESYNC support.
1473
1474 2010-10-09  Julien Danjou  <julien@danjou.info>
1475
1476         * nnir.el (nnir-engines): Fix too many arguments.
1477
1478 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1479
1480         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1481         group is the "last", so that the backends like nnfolder actually save
1482         their folders.
1483
1484         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1485         try to use that for the tls stream.
1486         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1487         UIDVALIDITY and find out which groups are read-only and not.
1488         (nnimap-get-flags): Use the same marks parsing code as the rest of
1489         nnimap.
1490
1491 2010-10-09  Julien Danjou  <julien@danjou.info>
1492
1493         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1494
1495         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1496         retrieving gravatars.
1497
1498         * shr.el (shr-table-corner): Add.
1499         (shr-table-line): Add.
1500         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1501
1502 2010-10-08  Julien Danjou  <julien@danjou.info>
1503
1504         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1505
1506 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1507
1508         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1509
1510         * gnus-sum.el (gnus-mark-article-as-unread)
1511         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1512         (gnus-summary-set-bookmark): Use it.
1513
1514         * gnus-msg.el (gnus-setup-message): Use it.
1515
1516         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1517
1518         * gnus.el (gnus-group-remove-parameter): Use it.
1519
1520         * gnus-group.el (gnus-group-make-web-group): Use it.
1521
1522         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1523
1524         * nnregistry.el: Update docs to mention manual.
1525
1526         * gnus-registry.el: Update docs to mention nnregistry.el.
1527         (gnus-registry-initialize): Don't install nnregistry refer method
1528         automatically.
1529         (gnus-registry-install-nnregistry): Remove it.
1530
1531 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1532
1533         * shr.el (shr-insert): Don't insert double spaces.
1534
1535 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1536
1537         * gnus-gravatar.el (gnus-treat-from-gravatar)
1538         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1539         called interactively.
1540
1541         * gnus-art.el (gnus-mime-view-part-externally)
1542         (gnus-mime-view-part-internally): Make predicate function passed to
1543         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1544         of a mime type.
1545
1546         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1547
1548 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1549
1550         * shr.el (require): Require cl when compiling.
1551         (shr-tag-hr): New function.
1552
1553         * nnimap.el (nnimap-update-info): Remove double setting of high.
1554         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1555         This makes nnimap work properly on Courier again.
1556
1557         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1558         the variable for backwards compatability.
1559
1560         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1561         the file name before using to avoid setting mm-default-directory to
1562         nil.
1563
1564         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1565         bidning gnus-agent variables.
1566
1567         * shr.el (shr-render-td): Use a cache for the table rendering function
1568         to avoid getting an exponential rendering behaviour in nested tables.
1569         (shr-insert): Rework the line-breaking algorithm.
1570         (shr-insert): Don't leave trailing spaces.
1571         (shr-insert-table): Also insert empty TDs.
1572         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1573
1574 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1575
1576         * gnus-sum.el (gnus-number): Rename from `number'.
1577         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1578         (gnus-summary-limit-children): Update uses correspondingly.
1579
1580 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1581
1582         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1583         (gnus-gravatar-transform-address): Don't show avatars of people of
1584         which mail addresses match gnus-gravatar-too-ugly.
1585
1586 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1587
1588         * shr.el (shr-table-widths): Expand TD elements to fill available
1589         space.
1590
1591 2010-10-07  Julien Danjou  <julien@danjou.info>
1592
1593         * nnimap.el (nnimap-request-rename-group): Add this method.
1594
1595 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1596
1597         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1598         name from XEmacs' function-arglist.
1599
1600         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1601         gravatar under XEmacs.
1602
1603 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1604
1605         * auth-source.el: Update docs with TODO items.
1606
1607         * gnus-sync.el: Update docs to explain state and plans.
1608
1609         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1610         Hooks for mark updates.
1611         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1612
1613         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1614         hooks with arguments, which is needed for mark update hooks.
1615
1616 2010-10-06  Julien Danjou  <julien@danjou.info>
1617
1618         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1619         was matched.
1620
1621         * sieve-manage.el: Update example in `Commentary'.
1622
1623         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1624
1625         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1626         not 2000.
1627         (sieve-manage-authenticate): Re-add function.
1628
1629 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1630
1631         * shr.el (shr-insert): Get 'space transition right.
1632         (shr-render-td): Only delete space at the end of the TD.
1633
1634         * nnimap.el (nnimap-open-connection): Prepare to support
1635         open-gnutls-stream.
1636
1637         * shr.el: Rearrange function order to be more logical.
1638
1639 2010-10-06  Julien Danjou  <julien@danjou.info>
1640
1641         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1642         (nnrss-discover-feed): Remove 404 URL in docstring.
1643
1644         * nnir.el: Fix Swish-E URL.
1645         Fix Namazu URL.
1646
1647         * message.el (message-change-subject): Remove 404 URL in a comment.
1648
1649 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1650
1651         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1652         called interactively.
1653
1654         * gnus-util.el (gnus-remove-if): Allow hash table.
1655         (gnus-remove-if-not): New function.
1656
1657         * gnus-art.el (gnus-mime-view-part-as-type)
1658         * gnus-score.el (gnus-summary-score-effect)
1659         * gnus-sum.el (gnus-read-move-group-name):
1660         Replace remove-if-not with gnus-remove-if-not.
1661
1662         * gnus-group.el (gnus-group-completing-read):
1663         Regard collection as a hash table if it is not a list.
1664
1665 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1666
1667         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1668
1669         * shr.el: Document the table-rendering algorithm.
1670
1671 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1672
1673         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1674         for Emacsen having no `libxml-parse-html-region' support.
1675
1676 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1677
1678         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1679         invalid URLs.
1680
1681         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1682         line-broken.
1683         (shr-tag-img): Ignore image fetching errors.
1684         (shr-overlays-in-region): Compute overlay positions correctly.
1685
1686         * mm-decode.el (mm-shr): Require shr.
1687
1688         * gnus-art.el (gnus-blocked-images): Move variable here.
1689
1690         * shr.el (shr-insert-table): Bind free variable.
1691
1692         * mm-decode.el (mm-shr): Bind shr-content-function.
1693
1694         * shr.el (shr-content-function): New variable.
1695
1696         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1697         added for symmetry.
1698
1699         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1700
1701         * gnus-group.el (gnus-group-make-group): Doc fix.
1702
1703         * nnimap.el (nnimap-request-newgroups): Return success.
1704
1705         * shr.el (shr-find-elements): New function.
1706         (shr-tag-table): Put all the images after the table.
1707         (shr-tag-table): Really inhibit images inside the table.
1708         (shr-collect-overlays): Copy over overlays from the TD elements to the
1709         main document.
1710
1711         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1712         gnus-blocked-images.
1713
1714 2010-10-05  Julien Danjou  <julien@danjou.info>
1715
1716         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1717
1718         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1719         (gnus-html-maximum-image-size): Add this function.
1720         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1721
1722         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1723         server-value of the capability is nil.
1724
1725 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1726
1727         * shr.el (shr-tag-em): Add <EM> tag.
1728
1729 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1730
1731         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1732         customizable.
1733
1734         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1735         handing broken links to browse-url.
1736
1737 2010-10-05  Julien Danjou  <julien@danjou.info>
1738
1739         * gnus-util.el (gnus-emacs-completing-read)
1740         (gnus-iswitchb-completing-read): Use autoload rather than require.
1741
1742 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1743
1744         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1745         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1746         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1747         iswitchb-temp-buflist for XEmacs.
1748
1749         * gnus-util.el (gnus-completing-read-function): Exclude
1750         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1751         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1752         XEmacs.
1753
1754         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1755         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1756
1757         * gnus-html.el: Don't require help-fns under XEmacs.
1758         (gnus-html-schedule-image-fetching): Work for XEmacs.
1759
1760         * mm-decode.el (mm-shr): Decode contents by charset.
1761
1762 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1763
1764         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1765         unknown.
1766
1767         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1768         (shr-get-image-data): Ensure against the cache file missing.
1769
1770         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1771         for data.
1772
1773         * spam-report.el (spam-report-url-ping-plain): Don't query about
1774         killing the process.
1775
1776         * shr.el (shr-render-td): Protect against too-wide text.
1777
1778 2010-10-04  Julien Danjou  <julien@danjou.info>
1779
1780         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1781         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1782
1783         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1784         retrieved.
1785
1786 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1787
1788         * shr.el (browse-url): Require.
1789         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1790         lines.
1791         (shr-show-alt-text, shr-browse-image): New commands.
1792         (shr-browse-url, shr-copy-url): New commands.
1793
1794         * gnus-sum.el (gnus-widen-article-window): New variable.
1795         (gnus-summary-select-article-buffer): Use it.
1796
1797         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1798         without @ signs.
1799
1800 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1801
1802         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1803
1804 2010-10-04  Julien Danjou  <julien@danjou.info>
1805
1806         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1807         for XEmacs.
1808
1809 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1810
1811         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1812
1813         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1814         (nnimap-close-server): Implement.
1815
1816         * dgnushack.el (iswitchb): Require to shut up the compiler.
1817
1818         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1819         (shr-insert): Tweak line breaking.
1820         (shr-insert): Handle <pre> better.
1821         (shr-tag-li): Get <li> indentation right.
1822         (shr-tag-li): Get <li> indentation even righter.
1823         (shr-tag-blockquote): Ensure paragraph start.
1824         (shr-make-table): Tweak table generation.
1825         (shr-make-table): Fix typo.
1826
1827         * shr.el: Implement table rendering.
1828
1829 2010-10-04  Julien Danjou  <julien@danjou.info>
1830
1831         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1832
1833 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1834
1835         * shr.el (shr-insert): Use string anchors instead of line anchors.
1836
1837 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1838
1839         * shr.el: Add headings.
1840         (shr-ensure-paragraph): Actually work.
1841         (shr-tag-li): Make <ul> prettier.
1842         (shr-insert): Get white space at the beginning/end of elements right.
1843         (shr-tag-p): Collapse subsequent <p>s.
1844         (shr-ensure-paragraph): Don't insert double line feeds after blank
1845         lines.
1846         (shr-insert): \t is also space.
1847         (shr-tag-s): Fix "s" tag name function.
1848         (shr-tag-s): Fix face prop name.
1849
1850 2010-10-03  Julien Danjou  <julien@danjou.info>
1851
1852         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1853
1854         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1855         gnus-window-inside-pixel-edges.
1856
1857         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1858         gnus-ems.
1859
1860         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1861
1862         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1863         function.
1864
1865         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1866         resize choice.
1867
1868 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1869
1870         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1871         beginning of the buffer.
1872
1873         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1874         article buffer again.
1875
1876         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
1877
1878         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1879         when it's at the start of the buffer.
1880
1881         * shr.el (shr-tag-blockquote): Convert name.
1882         (shr-rescale-image): Use the right image-size variant.
1883
1884         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1885         buffer isn't shown, then select the current article first instead of
1886         bugging out.
1887         (gnus-summary-select-article-buffer): Show both the article and summary
1888         buffers again.
1889
1890         * shr.el (shr-fontize-cont): Protect against regions with no text.
1891         Rename tag functions to shr-tag-* for enhanced security.
1892         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1893
1894 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1895
1896         * shr.el (shr-insert):
1897         * pop3.el (pop3-movemail):
1898         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1899         loaded.
1900
1901 2010-10-03  Glenn Morris  <rgm@gnu.org>
1902
1903         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1904
1905         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1906
1907         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1908
1909         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1910
1911         * gnus-util.el (gnus-make-local-hook): Simplify.
1912
1913 2010-10-02  Julien Danjou  <julien@danjou.info>
1914
1915         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1916         (gnus-ido-completing-read): New function.
1917         (gnus-emacs-completing-read): New function.
1918         (gnus-completing-read): Use gnus-completing-read-function.
1919         Add gnus-completing-read-function.
1920
1921 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1922
1923         * shr.el (shr-insert-document): Autoload.
1924         (shr-img): Be silent.
1925         (shr-insert): Add a newline after every picture before text.
1926         (shr-add-font): Use overlays for combining faces.
1927         (shr-insert): Pass upwards the text start point.
1928
1929         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1930         possible.
1931         (mm-shr): New function.
1932
1933 2010-10-02  Julien Danjou  <julien@danjou.info>
1934
1935         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1936         should go backward.
1937
1938 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1939
1940         * shr.el (shr): Fix typo in provide call.
1941
1942 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1943
1944         * shr.el: New file.
1945
1946         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1947
1948         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1949         completing read.
1950
1951 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1952
1953         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1954         we're being queried about.  Suggested by Dan Jacobson.
1955
1956         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
1957         Suggested by Jason Eisner.
1958
1959         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1960         table, too.  Suggested by Stefan Wiens.
1961         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1962         the table unnecessary.  Suggested by Stefan Wiens.
1963
1964         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1965         longer needed, and probably doesn't work either, as pointed out by
1966         Stefan Wiens.
1967         (gnus-summary-exit): Remove call to the clearing function.
1968         (gnus-summary-exit-no-update): Ditto.
1969
1970         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1971         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1972         Reported by Stefan Monnier.
1973         (gnus-summary-save-in-rmail): Ditto.
1974
1975         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1976         article buffer, instead of both the article buffer and the summary
1977         buffer.  Sort of suggested by Dan Jacobson.
1978
1979         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1980
1981         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1982         Suggested by Dan Jacobson.
1983
1984         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1985         documentation clearer.
1986
1987         * message.el (message-shorten-references): Comment on the number "21".
1988         Suggested by Stefan Monnier.
1989
1990         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1991         Suggested by Dan Jacobson.
1992
1993         * gnus.el (gnus-large-newsgroup):
1994         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1995
1996         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1997         externalize attachments.  Bug reported by Steve Wen.
1998
1999         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2000         really message anything to the user.
2001
2002         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2003         directly.
2004
2005         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2006         messages in empty groups.
2007
2008 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2009
2010         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2011         non-UIDNEXT group.
2012
2013 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2014
2015         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2016         not the value from the collection.
2017
2018         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2019         values.  This sometimes happens on some groups that have no info.
2020         (nnimap-request-newgroups): New function.
2021
2022 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2023
2024         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2025         check into `gnus-registry-initialize'.
2026         (gnus-registry-initialize): Ditto.
2027         Fix and extend header docs.
2028
2029 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2030
2031         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2032         regexp backtrace overflows.
2033
2034         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2035         for starttls that tls.el implements; i.e. openssl.
2036
2037         * tls.el (tls-starttls-switches): Give up on using starttls with
2038         gnutls-cli.
2039         (tls-program): Add --insecure to be consistent with the defaults from
2040         openssl s_client.  Now all three commands are insecure.
2041
2042 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2043
2044         * lpath.el: Bind completion-styles-alist for XEmacs.
2045
2046         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2047         (gravatar-create-image): New function that's an alias to
2048         gnus-xmas-create-image, gnus-create-image, or create-image.
2049         (gravatar-data->image): Use it.
2050
2051 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2052
2053         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2054         install the nnregistry refer method.
2055         (gnus-registry-install-hooks): Use it.
2056         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2057         unfollowed groups.
2058
2059 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2060
2061         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2062         expanding threads.
2063
2064 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2065
2066         * nnir.el: Use the server names without suffixes (bug #7009).
2067
2068         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2069         unencrypted to STARTTLS, if possible.
2070
2071 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2072
2073         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2074         headers before superseding.
2075
2076 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2077
2078         * nnrss.el (nnrss-use-local): Add documentation.
2079
2080         * nnimap.el (nnimap-extend-tls-programs): New function.
2081         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2082         (nnimap-wait-for-connection): Accept the greeting from the stupid
2083         output from openssl s_client -starttls, too.
2084
2085         * tls.el (tls-starttls-switches): New variable.
2086         (tls-find-starttls-argument): Use it.
2087         (open-tls-stream): Ditto.
2088
2089         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2090         (netrc-machine): Ditto.
2091
2092         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2093         article number.
2094         (nnimap-split-fancy): New variable.
2095         (nnimap-split-incoming-mail): Use it.
2096
2097         * nntp.el (nntp-server-list-active-group): Document.
2098
2099         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2100         SELECT to get the message-id.
2101
2102         * mail-source.el (mail-sources): Remove webmail support.
2103         (defvar): Ditto.
2104         (mail-source-fetcher-alist): Ditto.
2105         (mail-source-fetch-webmail): Remove.
2106
2107         * webmail.el: Remove -- doesn't seem relevant any more.
2108
2109         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2110
2111         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2112         the \r.
2113
2114 2010-09-30  Julien Danjou  <julien@danjou.info>
2115
2116         * gnus-agent.el (gnus-agent-add-group): Fix call to
2117         gnus-completing-read.
2118
2119 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2120
2121         * nndoc.el (nndoc-retrieve-groups): New function.
2122
2123         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2124         `default', use nnmail-split-methods.
2125         (nnimap-request-article): Downcase the NILs so that they are nil.
2126
2127         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2128         symbol.
2129
2130         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2131         code, since if the user has requested network, that's what they ought
2132         to get.
2133         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2134         (nnimap-split-rule): Mark as obsolete.
2135
2136         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2137         New variable.
2138
2139         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2140         correct slot, too.
2141
2142 2010-09-29  Julien Danjou  <julien@danjou.info>
2143
2144         * gnus.el (gnus-local-domain): Declare variable obsolete.
2145
2146         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2147         Fix history computing.
2148         (gnus-ido-completing-read): Require ido.
2149
2150 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2151
2152         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2153         build Gnus.
2154
2155         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2156         when interpreting the structures.
2157         (nnimap-request-accept-article): Add \r\n to the lines to make this
2158         work with Cyrus.
2159
2160         * nndraft.el (nndraft-request-expire-articles): Use the group name
2161         instead if "nndraft".  Fix found by Nils Ackermann.
2162
2163 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2164
2165         * nnregistry.el: Add.
2166
2167 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2168
2169         * nnmail.el (group, group-art-list, group-art):
2170         Remove unneeded directives.
2171
2172 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2173
2174         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2175         (mm-mime-charset)
2176         * rfc2047.el (rfc2047-syntax-table)
2177         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2178
2179         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2180         rather than `insert-file-contents' and `eval-region'.
2181
2182         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2183         construction.
2184
2185         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2186
2187         * time-date.el: No need to require cl for Emacs 21.
2188
2189 2010-09-29  Julien Danjou  <julien@danjou.info>
2190
2191         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2192         replacement of `gnus-gravatar-relief' to mimic
2193         `gnus-faces-properties-alist'.
2194         Add :version property.
2195
2196 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2197
2198         * mail-source.el (mail-source-report-new-mail)
2199         * message.el (message-default-mail-headers)
2200         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2201
2202         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2203
2204 2010-09-28  Julien Danjou  <julien@danjou.info>
2205
2206         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2207         mail-address contains the same string as real-name.
2208
2209         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2210         non-blank in header, otherwise it'll get stripped.
2211
2212         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2213         real-name, and then for mail address rather than doing : or , search.
2214
2215 2010-09-27  Julien Danjou  <julien@danjou.info>
2216
2217         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2218         right completing-read function.
2219         (gnus-use-ido): New variable
2220         (gnus-completing-read-with-default): Remove.
2221         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2222         (gnus-agent-add-group):
2223         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2224         * mm-view.el (mm-view-pkcs7-decrypt):
2225         * mm-util.el (mm-codepage-setup):
2226         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2227         * mml-smime.el (mml-smime-openssl-sign-query):
2228         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2229         (mml-insert-multipart):
2230         * gnus-msg.el (gnus-summary-yank-message):
2231         * gnus-int.el (gnus-start-news-server):
2232         * mm-decode.el (mm-interactively-view-part):
2233         * gnus-dired.el (gnus-dired-attach):
2234         * gnus.el (gnus-read-method):
2235         * gnus-bookmark.el (gnus-bookmark-jump):
2236         * gnus-art.el (gnus-mime-view-part-as-type)
2237         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2238         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2239         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2240         * nnmairix.el (nnmairix-create-server-and-default-group)
2241         (nnmairix-update-groups, nnmairix-get-server)
2242         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2243         (nnmairix-get-group-from-file-path):
2244         * nnrss.el (nnrss-find-rss-via-syndic8):
2245         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2246         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2247         (gnus-group-browse-foreign-server):
2248         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2249         (gnus-summary-execute-command, gnus-summary-respool-article)
2250         (gnus-read-move-group-name):
2251         * gnus-score.el (gnus-summary-increase-score)
2252         (gnus-summary-score-effect):
2253         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2254
2255 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2256
2257         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2258         x-focus-frame.
2259
2260         * nnimap.el (auth-source-forget-user-or-password)
2261         (auth-source-user-or-password): Autoload.
2262
2263         * message.el (message-from-style, message-interactive)
2264         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2265         (message-yank-prefix, message-indentation-spaces, message-signature)
2266         (message-signature-file): Add comment.
2267
2268 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2269
2270         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2271         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2272         new articles.
2273
2274         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2275         parts.
2276         (nnimap-request-article): Work with the t setting, too.
2277
2278         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2279         that you don't get flashes of other buffers.
2280         (gnus-summary-show-complete-article): Intern before setting.
2281
2282 2010-09-27  David Engster  <dengste@eml.cc>
2283
2284         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2285         well as HEADERS.
2286         (nnmairix-retrieve-headers): Provide new argument for the above.
2287
2288 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2289
2290         * gnus-sum.el (gnus-summary-move-article): Don't alter
2291         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2292         group.
2293
2294         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2295
2296         * message.el (message-cite-prefix-regexp): Revert my last edit.
2297
2298         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2299         variable instead of the Gnus variable.
2300
2301         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2302
2303         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2304
2305         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2306         since some servers don't like it.
2307         (nnimap-open-connection): Forget credentials if the server says the
2308         password was wrong.
2309         (nnimap-parse-line): Protect against invalid data.
2310
2311         * gnus-sum.el (gnus-summary-move-article): Add comment.
2312         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2313         nothing alters it while scanning for new messages.
2314
2315         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2316         which may or may not help.
2317         (nnimap-open-connection): If we're doing a stream connection, and then
2318         discover we're on a STARTTLS-capable server, then open a STARTTLS
2319         connection instead.
2320
2321 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2322
2323         * nnimap.el (utf7): Require.
2324
2325         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2326         prefix.
2327
2328 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2329
2330         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2331
2332 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2333
2334         * nnimap.el (nnimap-request-accept-article): Message the error on
2335         error.
2336
2337 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2338
2339         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2340
2341 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2342
2343         * nndoc.el (nndoc-request-list): Return success always.
2344
2345         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2346         `fetch-old' -- we only want to fetch the articles we've requested.
2347         The rest are in the agent, probably.
2348         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2349         disappeared server" to something low.  It's not important.
2350
2351         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2352         arrived before the FETCH data.
2353
2354         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2355         target here, because we don't know the Gnus name of the group.
2356
2357         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2358         for the correct group.
2359
2360         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2361
2362         * gnus.el (gnus): Give a final warning after startup.
2363
2364         * gnus-util.el (gnus-action-message-log): New variable.
2365         (gnus-message): Use it.
2366         (gnus-final-warning): New function.
2367
2368         * nnimap.el (nnimap-open-connection): Record the greeting.
2369         (nnimap): Add greeting.
2370
2371 2010-09-26  Julien Danjou  <julien@danjou.info>
2372
2373         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2374         arguments.
2375         (gnus-html-wash-images): Fix spec computing to include start/end.
2376
2377         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2378
2379 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2380
2381         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2382         deletion.
2383         (nnimap-retrieve-headers): Don't select the group, because that's
2384         already done by nnimap-possibly-change-group.
2385
2386         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2387         (gnus-picon-transform-address): Use it.
2388
2389         * mail-source.el (mail-source-value): Revert previous patch.
2390
2391         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2392         on failure.
2393         (nnimap-open-connection): Look up both virtual and physical server name
2394         credentials.
2395
2396         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2397
2398 2009-02-07  Dave Love  <fx@gnu.org>
2399
2400         * tls.el (open-tls-stream): Don't query killing process.
2401
2402 2009-02-08  Dave Love  <fx@gnu.org>
2403
2404         * gnus-win.el (gnus-window-to-buffer-helper)
2405         (gnus-all-windows-visible-p): Function needn't be a symbol.
2406
2407         * mail-source.el (mail-source-value): Function needn't be a symbol.
2408
2409 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2410
2411         * message.el (message-cite-prefix-regexp): Remove } from the cite
2412         prefix.
2413
2414         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2415         highlight again, so that the highlight is correct.
2416
2417         * gnus-picon.el (gnus-picon): Remove again.
2418         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2419
2420         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2421         doing the header highlightling, so that the background colour of the
2422         picon is correct.
2423
2424         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2425         (gnus-picon): Ditto.
2426         (gnus-picon): Reinstate.  The background colour for picons is white.
2427         (gnus-picon-insert-glyph): Make the background white.
2428
2429         * nnml.el (nnml-open-nov): Don't return dead buffers.
2430
2431         * auth-source.el (auth-source-create): Query the user for whether to
2432         store the credentials.
2433
2434         * netrc.el (netrc-store-data): New function.
2435
2436         * auth-source.el (auth-source-user-or-password): Use the existing auth
2437         sources, if any, for creation.
2438
2439         * gnus.el (gnus-group-fast-parameter): Return the last matching
2440         parameter instead of the first matching parameter.
2441
2442 2010-09-26  Julien Danjou  <julien@danjou.info>
2443
2444         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2445
2446 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2447
2448         * mml2015.el (mml2015-use): Remove gpg support.
2449
2450         * mml1991.el (mml1991-function-alist): Remove gpg function.
2451         (mml1991-gpg-sign): Remove.
2452
2453 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2454
2455         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2456         (gnus-browse-unsubscribe-current-group): Document it.
2457         (gnus-browse-unsubscribe-group): Use it.
2458
2459 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2460
2461         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2462         address to the To list for easier response.
2463
2464         * gnus.el (gnus-play-startup-jingle): Remove.
2465         (gnus-splash): Don't play jingle.
2466         (gnus): Silence gnus-load message.
2467
2468         * gnus-art.el (gnus-treat-play-sounds): Remove.
2469
2470         * gnus.el (gnus-play-jingle): Remove audio support.
2471
2472         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2473
2474         * earcon.el: Remove -- no users.
2475
2476         * gnus-audio.el: Remove -- no users of this package.
2477
2478         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2479
2480         * gnus-start.el (gnus-setup-news): Remove nocem support.
2481
2482         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2483
2484         * gnus.el (gnus-use-nocem): Remove.
2485
2486         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2487         Remove.
2488
2489         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2490         uses NoCeM any more.
2491
2492         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2493         (gnus-button-ctan-handler): Ditto.
2494         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2495         (gnus-button-ctan-directory-regexp): Ditto.
2496         (gnus-button-handle-ctan): Ditto.
2497         (gnus-button-tex-level): Ditto.
2498         (gnus-button-alist): Remove CTAN stuff.
2499
2500 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2501
2502         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2503         nnimap-streaming test.
2504
2505         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2506         servers twice.
2507
2508         * nnimap.el (nnimap-open-connection): Add more error reporting when
2509         nnimap fails early.
2510
2511         * nnheader.el (nnheader-get-report-string): New function.
2512         (nnheader-get-report): Use it.
2513
2514         * gnus-int.el (gnus-check-server): Say what the error was when opening
2515         failed.
2516
2517         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2518         using streaming.
2519
2520 2010-09-25  Julien Danjou  <julien@danjou.info>
2521
2522         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2523         gnus-window-inside-pixel-edges.
2524
2525 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2526
2527         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2528
2529         * mm-decode.el (mm-save-part): Allow saving to other directories the
2530         normal Emacs way.
2531
2532         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2533         Suggested by Jay Berkenbilt.
2534
2535         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2536         there isn't a single byte.
2537
2538         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2539         just do it.  It doesn't really seem to matter what the user responds
2540         here, I think, so it's just a confusing question.
2541
2542         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2543         non-streaming case.
2544
2545         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2546         (gnus-article-encrypt-body): Use it.
2547
2548         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2549         keystroke.
2550
2551         * nnimap.el (nnimap-find-wanted-parts-1):
2552         Use gnus-fetch-partial-articles.
2553
2554         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2555
2556         * nnimap.el (nnimap-insert-partial-structure): New function.
2557         (nnimap-get-partial-article): New function.
2558         (nnimap-request-article): Use it.
2559         (nnimap-wait-for-response): Return whether the wait was successful.
2560         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2561         retrieval wasn't successful.
2562         (nnimap-retrieve-group-data-early): Allow throttling servers.
2563         (nnimap-streaming): New variable.
2564         (nnimap-fetch-partial-articles): Remove.
2565
2566         * mm-decode.el (mm-with-part): Protect against killed buffers.
2567
2568         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2569         for prettier summary display.
2570
2571 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2572
2573         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2574
2575 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2576
2577         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2578         apparently third-party libraries depend on it.
2579
2580         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2581         before starting negotiation.
2582
2583         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2584         privacy reasons.
2585         (gnus-treat-mail-gravatar): Ditto.
2586
2587         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2588         buffer when inserting images.  Inserting text into the headers, for
2589         instance, can make them invalid.
2590
2591 2010-09-25  Julien Danjou  <julien@danjou.info>
2592
2593         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2594         variables.
2595
2596         * nnheader.el: Remove useless variables news-reply-yank-from and
2597         news-reply-yank-message-id.
2598
2599         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2600         variables.
2601
2602         * mml1991.el: Remove useless mml1991-verbose.
2603
2604         * gnus.el: Remove useless variable gnus-use-generic-from.
2605         Remove obsolete variable gnus-topic-indentation.
2606
2607         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2608
2609         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2610
2611         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2612
2613         * gnus-group.el: Remove useless gnus-group-icon-cache.
2614         Remove useless gnus-ephemeral-group-server.
2615
2616         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2617
2618         * mml2015.el: Remove useless mml2015-verbose.
2619
2620         * mml-smime.el: Remove useless mml-smime-verbose.
2621
2622         * gnus.el: Remove useless gnus-local-domain.
2623
2624         * gnus-gravatar.el (gnus-gravatar-transform-address):
2625         Use gnus-gravatar-size.
2626
2627         * gnus-art.el: Remove useless gnus-treat-translate.
2628
2629 2010-09-24  Julien Danjou  <julien@danjou.info>
2630
2631         * gnus-sum.el: Add support for Gravatars.
2632
2633         * gnus-art.el: Add support for Gravatars.
2634
2635         * gnus-gravatar.el: Add this file.
2636
2637         * gravatar.el: Add this file.
2638
2639 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2640
2641         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2642
2643         * gnus-group.el (gnus-group-fetch-faq): Remove.
2644
2645         * gnus.el (gnus-group-faq-directory): Remove.
2646
2647         * gnus-group.el (gnus-group-fetch-charter): Remove.
2648
2649         * gnus.el (gnus-group-charter-alist): Remove.
2650
2651         * gnus-group.el (gnus-group-archive-directory): Remove.
2652         (gnus-group-recent-archive-directory): Ditto.
2653         (gnus-group-make-archive-group): Remove.
2654
2655         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2656
2657         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2658         use the same article number for all the cached articles.
2659
2660         * nnimap.el (nnimap-command): Register the last command time so
2661         that we can use it for idling NOOPs.
2662         (nnimap-open-connection): Start the keeplive timer.
2663         (nnimap-make-process-buffer): Store all the process buffers.
2664         (nnimap-keepalive): New function.
2665
2666         * starttls.el (starttls-open-stream): Add autoload cookie.
2667
2668 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2669
2670         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2671         handling.
2672
2673 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2674
2675         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2676         its data structures.
2677
2678         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2679         instead of the cl.el copy-list.
2680         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2681         equalp.
2682
2683 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2684
2685         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2686         and tool-bar-local-item-from-menu.
2687
2688         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2689         mode-line-highlight face for Emacs.
2690
2691         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2692         loading gnus-sum.elc; fix comment for canlock-verify.
2693         (gnus-article-jump-to-part): Use read-number.
2694         (gnus-insert-mime-button, gnus-insert-mime-security-button):
2695         Remove Emacs pre-21 compatible code for help-echo.
2696         (gnus-article-next-page-1): No need to adjust the number of lines.
2697         (gnus-article-describe-bindings): Always use help-buffer.
2698
2699         * gnus-audio.el (gnus-audio-inline-sound)
2700         * gnus-cus.el (gnus-custom-mode)
2701         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2702
2703         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2704
2705         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2706         compatible code.
2707
2708 2010-09-24  Glenn Morris  <rgm@gnu.org>
2709
2710         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2711         visiting the fcc file in rmail-mode.
2712
2713         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2714
2715 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2716
2717         * nnir.el: Silence the byte compiler.
2718
2719         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2720         alias to browse-url-url-encode-chars if any.
2721         (gnus-html-encode-url): Use it.
2722
2723 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2724
2725         * gnus-start.el (gnus-use-backend-marks): New variable.
2726         (gnus-get-unread-articles-in-group): Use it.
2727
2728         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2729         makeover.
2730
2731 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2732
2733         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2734
2735 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2736
2737         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2738         Remove.
2739         (gnus-setup-news-hook):
2740         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
2741
2742         * gnus-int.el (gnus-request-update-info): Protect against backends not
2743         having the function.
2744
2745         * nnimap.el (nnimap-stream): Mention starttls.
2746         (nnimap-open-connection): Add starttls support.
2747
2748 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2749
2750         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2751
2752 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2753
2754         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2755         BODYSTRUCTUREs.
2756         (nnimap-transform-headers): Unfold quoted {42} headers.
2757
2758         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2759         the info.
2760         (gnus-get-unread-articles): Only call updatep on backends that support
2761         it.
2762
2763         * nnweb.el (nnweb-request-update-info): NOOP.
2764
2765         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
2766
2767         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
2768         since it only deals with marks.
2769
2770         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
2771         gnus-request-marks, and make a new gnus-request-update-info.
2772
2773         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2774         the active instead of the high number, which is usually too low.
2775
2776 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2777
2778         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2779         * encrypt.el: Remove.
2780
2781 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2782
2783         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2784         server in symbolic form.
2785
2786         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
2787
2788 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2789
2790         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2791         (nnimap-update-info): Fix up code slightly.
2792
2793         * gnus-int.el (gnus-open-server): Add tracing for performance
2794         debugging.
2795
2796         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2797         (gnus-group-insert-group-line): Pass the real group name so that it
2798         gets the right data.
2799
2800         * gnus-start.el (gnus-get-unread-articles): Don't have
2801         `gnus-get-unread-articles-in-group' update info, since that can be
2802         really slow and doesn't seem to be needed?
2803
2804 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2805
2806         * time-date.el (date-to-time): Try using parse-time-string first before
2807         using the slower timezone-make-date-arpa-standard.
2808
2809 2010-09-22  Julien Danjou  <julien@danjou.info>
2810
2811         * gnus-group.el (gnus-group-insert-group-line):
2812         Call gnus-group-highlight-line.
2813         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2814         default hook list.
2815         (gnus-group-update-eval-form): Add new function.
2816         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2817         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2818
2819 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2820
2821         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2822         immediate, then expire all articles.
2823         (nnimap-update-info): Fix off-by-one errors.
2824         (nnimap-flags-to-marks): Would return no marks lists for group with no
2825         flags.  Instead return the other data.
2826
2827 2010-09-22  Julien Danjou  <julien@danjou.info>
2828
2829         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
2830         Only return an icon.
2831         (gnus-group-insert-group-line): Compute icon to return.
2832
2833         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
2834         (gnus-html-image-fetched): Only cache if
2835         gnus-html-image-automatic-caching is set.
2836         (gnus-html-image-fetched): Check for errors.
2837
2838 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2839
2840         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2841         once per method on `g'.  This ensures that backends like nnfolder don't
2842         open all their folders.
2843
2844         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2845         (nnimap-request-list): Nix out group in the correct buffer.
2846         (nnimap-parse-flags): Implement by using `read' instead of
2847         hand-parsing.
2848         (nnimap-flags-to-marks): Pass on permanent-flags.
2849         (nnimap-make-process-buffer): Record the server name.
2850         (nnimap-parse-flags): Fix typo.
2851         (nnimap-request-scan): Run split on the server in general, not just a
2852         single group.
2853
2854         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2855         parameter, and propagate this downwards.
2856
2857         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2858         since EXAMINE changes it on the server.
2859
2860         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2861         this command might take a while.
2862
2863 2010-09-22  Julien Danjou  <julien@danjou.info>
2864
2865         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
2866         harmful if you have 2 images side-by-side, they can't be properly
2867         update on text deletion.  Using text-property is safer here.
2868         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2869         data.
2870
2871 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2872
2873         * nnimap.el (nnimap-expunge-inbox): Remove.
2874         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2875         (nnimap-expunge): Flip default to t.
2876
2877         * gnus.el (gnus-method-to-server): Don't push things to the cache
2878         unless it's unique.
2879         (gnus-server-to-method): Ditto.
2880
2881 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2882
2883         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2884
2885 2010-09-22  Julien Danjou  <julien@danjou.info>
2886
2887         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2888         get the start of data.
2889         (gnus-html-encode-url): Add this function to encode special chars in
2890         URL.
2891         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2892         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2893
2894         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2895         default.
2896         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2897
2898         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2899         images alt-text.
2900         (gnus-html-put-image): Put alt-text as help-echo.
2901
2902 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2903
2904         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2905         * mm-util.el (mm-decompress-buffer)
2906         * nnir.el (nnir-run-find-grep)
2907         * pop3.el (pop3-list): Use 3rd arg of split-string.
2908
2909         * time-date.el (format-seconds): Comment fix.
2910
2911         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2912         and byte-optimize-form-code-walker.
2913         (dgnushack-make-auto-load): Don't advise make-autoload.
2914
2915         * lpath.el: Remove Emacs 21 stuff.
2916
2917 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2918
2919         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2920         outside the active range.  Suggested by Dan Christensen.
2921
2922         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2923         slightly later to avoid double-getting it.
2924
2925         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2926         previous patch.
2927
2928         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2929
2930 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2931
2932         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2933
2934 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2935
2936         * gnus-int.el (gnus-open-server): Give a better error message in the
2937         "go offline" case.
2938
2939         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2940         marks for nnimap, which is seldom the right thing to do.
2941
2942         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2943         (gnus-same-method-different-name): New function.
2944
2945         * nnimap.el (parse-time): Require.
2946
2947         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2948         method in the presence of many similar methods.
2949
2950         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2951
2952         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2953         nnml-inhibit-expiry.
2954
2955         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2956         find out whether methods are equal.
2957
2958         * nnimap.el (nnimap-find-expired-articles): New function.
2959         (nnimap-process-expiry-targets): New function.
2960         (nnimap-request-move-article): Request the article before looking at
2961         what the Message-ID is.  Fix found by Andrew Cohen.
2962         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2963
2964         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2965         for oldness in addition to being a predicate.
2966
2967         * nnimap.el (nnimap-request-group): When we have zero articles, return
2968         the right data to Gnus.
2969         (nnimap-request-expire-articles): Only delete articles immediately if
2970         the target is 'delete.
2971
2972         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2973         method, this would bug out.
2974
2975         * gnus-group.el (gnus-group-expunge-group): Rename from
2976         gnus-group-nnimap-expunge, and implemented as a normal interface
2977         function.
2978
2979         * gnus-int.el (gnus-request-expunge-group): New function.
2980
2981         * nnimap.el (nnimap-request-create-group): Implement.
2982         (nnimap-request-expunge-group): New function.
2983
2984 2010-09-21  Julien Danjou  <julien@danjou.info>
2985
2986         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2987         (gnus-html-cache-expired): Add new function.
2988         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2989         wethever we should display image for fetch it.
2990         Compute alt-text earlier to pass it to the fetching function too.
2991         (gnus-html-schedule-image-fetching): Change function argument to only
2992         get one image at a time, not a list.
2993         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2994         cache.
2995         (gnus-html-get-image-data): New function to retrieve image data from
2996         cache.
2997         (gnus-html-put-image): Change buffer argument to use image data rather
2998         than file, and place image above region rather than inserting a new
2999         one.  Do not take alt-text as argument, since it's useless now: we place
3000         the image above alt-text.
3001         (gnus-html-prune-cache): Remove.
3002         (gnus-html-show-images): Start to fetch image when we find one, do not
3003         push into a temporary list.
3004         (gnus-html-prefetch-images): Only fetch image if they have expired.
3005         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3006         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3007
3008 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3009
3010         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3011
3012 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3013
3014         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3015         spec inser "*" if the group isn't active instead of 0.
3016
3017         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3018         opening the server.
3019         (nnimap-request-delete-group): Implement group deletion.
3020         (nnimap-transform-headers): Return the size of the entire message in
3021         the Bytes header, not just the size of the first part.
3022         (nnimap-request-move-article): When moving an article from nnimap,
3023         request the article first so the accepting form has an article to
3024         accept.  Reported by Dan Christensen.
3025         (nnimap-command): Make sure that the error message doesn't error out.
3026
3027 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3028
3029         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3030         we haven't requested anything.
3031
3032 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3033
3034         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3035         "".  Fix found by Andrew Cohen.
3036
3037         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3038         instead of -encode-string.
3039
3040 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3041
3042         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3043
3044         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3045         by mm-subst-char-in-string.
3046
3047 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3048
3049         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3050         waiting for the connection string.
3051
3052         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3053         arriving.
3054
3055         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3056         bogus characters.  This allows selecting certain Gmail groups.
3057
3058         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3059         (nnimap-fetch-partial-articles): New variable.
3060         (nnimap-open-connection): When looking for credentials, also use the
3061         nnimap-server-port.
3062         (nnimap-request-article): Return the group/article number, so that Gnus
3063         `^' works as expected.
3064         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3065
3066         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3067         comments.
3068         (gnus-methods-sloppily-equal): New function.
3069         (gnus): When using the development version of Gnus, load the gnus-load
3070         file.
3071
3072         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3073         `gnus-open-server' on each method before trying to scan them etc.
3074         This ensures that all the backend parameters are set correctly.
3075
3076         * nnimap.el (nnimap-authenticator): New variable.
3077         (nnimap-open-connection): Allow anonymous login.
3078         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3079         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3080
3081         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3082         patch, found by Knut Anders Hatlen.
3083
3084 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3085
3086         * gnus-agent.el (gnus-agent-batch-confirmation)
3087         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3088         to gnus-message.
3089         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3090         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3091         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3092         * gnus-int.el (gnus-open-server): Likewise.
3093         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3094         (gnus-score-check-syntax): Likewise.
3095         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3096         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3097         Likewise.
3098         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3099
3100 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3101
3102         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3103         calling conventions so that prefetch doesn't bug out.
3104
3105 2010-09-19  Julien Danjou  <julien@danjou.info>
3106
3107         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3108         rather than `subst-char-in-region' in order to be able to replace ASCII
3109         char by UTF-8 ones.
3110
3111         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3112         than curl.
3113         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3114         the right URL and ALT text on images.
3115         (gnus-html-wash-tags): Fix tag case.
3116         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3117         (gnus-article-html): Add -o display_ins_del=2 option.
3118         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3119
3120 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3121
3122         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3123         the extra mail headers, which sometimes seem to happen for unknown
3124         reasons.
3125
3126         * mail-parse.el (mail-header-encode-parameter): Define as
3127         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3128         (or most, perhaps?) mail readers don't understand the latter, but do
3129         understand the former.
3130
3131         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3132         to nil, so that no methods are automatically agentized.  I think this
3133         is probably what most users want.
3134
3135         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3136         from url-retrieve, for instance about invalid URLs.
3137
3138         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3139         groups that have no articles.
3140         (nnimap-request-article): Check that we really got an article when we
3141         requested one.
3142
3143         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3144         doesn't exist.
3145
3146         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3147         nntp buffer so the agent can save it.
3148         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3149         that CRLF doesn't get translated to \n.
3150         (nnimap-open-connection): Don't make 'shell commands only send \n.
3151
3152 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3153
3154         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3155         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3156         Update var name.
3157         (nnml-generate-nov-file): Use dolist.
3158         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3159         Use with-current-buffer.
3160
3161 2010-09-18  Julien Danjou  <julien@danjou.info>
3162
3163         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3164         parallel.
3165
3166 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3167
3168         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3169         the range update right.
3170         (nnimap-request-group): Don't make `M-g' bug out on group with no
3171         marks.
3172         (nnoo): Require, so that other packages can require nnimap.
3173         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3174         command we're looking for.  This helps when the server sends more
3175         responses after we've gotten everything we expected.
3176         (nnimap): Add a `newlinep' field to keep track of end-of-line
3177         conventions.
3178         Don't send CRLF to things that don't want it.
3179         (nnimap-request-accept-article): Ditto.
3180
3181 2010-09-18  Julien Danjou  <julien@danjou.info>
3182
3183         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3184         than curl to retrieve images.
3185
3186 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3187
3188         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3189         the marks.
3190         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3191         (nnimap-wait-for-connection): New function.
3192         (nnimap-open-connection): If we have PREAUTH, don't query for login
3193         credentials.
3194         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3195         when doing a partial update.
3196
3197 2010-09-18  Julien Danjou  <julien@danjou.info>
3198
3199         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3200         tags.
3201
3202 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3203
3204         * nnimap.el (nnimap-credentials): New function.
3205         (nnimap-open-connection): Use the new function to look for credentials
3206         also on the numeric equivalents of "imap" and "imaps".
3207
3208         * gnus-start.el (gnus-activate-group): Send the info to
3209         gnus-request-group.
3210
3211         * nnimap.el (nnimap-request-group): Have the "check" version of the
3212         function parse flags and update the info, so that a `M-g' get a total
3213         resync of all flags from the group.
3214
3215         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3216         to allow backends to alter the info on group selection.  Also alter all
3217         the backend -request-group functions to take the parameter.
3218
3219         * nnimap.el (nnimap-store-info): New function.
3220         (nnimap-update-info): Store the info for later usage.
3221         (nnimap-request-group): Use the stored info for the dont-check case, so
3222         that we don't retrieve all marks when we enter a group.
3223
3224         * nnimap.el: Use deffoo instead of defun for interface functions.
3225
3226         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3227         update the group info.  This makes the nndraft groups, for instance, go
3228         back to their old behaviour.
3229
3230         * gnus-sum.el (gnus-select-newsgroup): Indent.
3231
3232         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3233         in.
3234         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3235         nothing.
3236
3237         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3238         from methods that are denied.
3239
3240         * gnus-int.el (gnus-method-denied-p): New function.
3241
3242         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3243         store the password instead of netrc.
3244         (nnimap-open-connection): Don't error out when we can't make a
3245         connections.
3246
3247         * auth-source.el (auth-source-create): In the password prompt, say what
3248         we're querying for.  Also prompt for user name if that hasn't been
3249         given.
3250
3251         * nnimap.el (nnimap-with-process-buffer): Remove.
3252
3253 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3254
3255         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3256         method when we're reading from the agent.
3257
3258         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3259
3260         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3261         that's probably most useful for users.
3262
3263         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3264         "failed" all the time.
3265
3266         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3267         ...)) with (with-current-buffer ... ).
3268
3269         * nntp.el (nntp-open-server): Return whether the open was successful or
3270         not.
3271
3272         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3273         select an unread unseen article first.
3274
3275         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3276         /etc/services, supply some sensible port defaults.
3277
3278         * dgnushack.el: Define netrc-credentials.
3279
3280 2010-09-17  Julien Danjou  <julien@danjou.info>
3281
3282         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3283
3284 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3285
3286         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3287         doesn't have any parameters.
3288
3289 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3290
3291         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3292         only upcased checks.
3293
3294         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3295
3296         * nnimap.el (nnimap-open-shell-stream): New function.
3297         (nnimap-open-connection): Use it.
3298         (nnimap-transform-headers): Get the number of lines in each message.
3299         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3300         number of lines.
3301         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3302         problem.
3303
3304         * utf7.el (utf7-encode): Autoload.
3305
3306         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3307         to allow the mail splitting to not return a default group.  This is
3308         useful for nnimap, which will leave unmatched mail in the inbox.
3309
3310         * nnimap.el: Rewritten.
3311
3312         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3313         nnimap usage.
3314
3315         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3316         if the move is internal, so that nnimap can do fast internal moves.
3317
3318         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3319         data.
3320         (gnus-read-active-for-groups): Support finishing the early retrieval of
3321         data.
3322
3323         * gnus-range.el (gnus-range-nconcat): New function.
3324
3325         * gnus-int.el (gnus-finish-retrieve-group-infos)
3326         (gnus-retrieve-group-data-early): New functions.
3327
3328 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3329
3330         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3331         (nnrss-retrieve-groups):
3332         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3333         (pop3-quit): Use with-current-buffer.
3334
3335 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3336
3337         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3338         instead of nnheader-accept-process-output.
3339
3340         * dgnushack.el (dgnushack-compile): Add comment.
3341
3342         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3343
3344         * gnus-html.el (gnus-html-schedule-image-fetching)
3345         (gnus-html-prefetch-images): Replace process-kill-without-query by
3346         gnus-set-process-query-on-exit-flag.
3347
3348 2010-09-16  Romain Francoise  <romain@orebokech.com>
3349
3350         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3351
3352 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3353
3354         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3355         parameter to unintern is mandatory-ish in Emacs 24.
3356
3357         * gnus-html.el (gnus-html-schedule-image-fetching)
3358         (gnus-html-prefetch-images): Check for curl before using it.
3359
3360         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3361         depend on curl, which isn't essential.
3362
3363         * imap.el: Revert back to version
3364         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3365         seem problematic.
3366
3367 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3368
3369         * gnus-registry.el (gnus-registry-install-shortcuts):
3370         Explicitly pass `obarray' to `unintern' to avoid a warning.
3371
3372 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3373
3374         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3375         change.
3376
3377         * nnrss.el (nnrss-request-list): Remove this function and related
3378         functions, including the moreover stuff.
3379
3380 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3381
3382         * nnrss.el (nnrss-retrieve-groups): New function.
3383
3384 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3385
3386         * .dir-locals.el: Add no-byte-compile cookie.
3387
3388 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3389
3390         * time-date.el (format-seconds): Comment fix.
3391
3392         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3393         for back end that doesn't support request-scan.
3394
3395 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3396
3397         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3398         then do request scans from the backends.
3399
3400         * netrc.el (netrc-credentials): New conveniency function.
3401
3402         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3403         avoid running a hook per line, since this takes a lot of time,
3404         profiling shows.
3405         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3406         directly if gnus-visual-p is true.
3407
3408 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3409
3410         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3411         groups; replace mapcar with dolist which is a bit faster; pass groups
3412         info to gnus-read-active-file-1.
3413         (gnus-read-active-file-1): Scan only specified groups if the new
3414         optional arg `infos' is given.
3415
3416 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3417
3418         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3419
3420         * pop3.el (pop3-movemail): Remove.
3421         (pop3-streaming-movemail): Rename to pop3-movemail.
3422
3423         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3424         don't restrict end-tag searches to the end of the line.
3425
3426 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3427
3428         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3429         articles of every unchecked group to t, which means unknown since the
3430         server has never been opened.
3431
3432 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3433
3434         * gnus-html.el (gnus-html-show-alt-text): New command.
3435         (gnus-html-browse-image): Ditto.
3436         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3437         to browse the image directly.
3438         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3439         better.
3440
3441         * gnus-async.el (gnus-async-article-callback):
3442         Call `gnus-html-prefetch-images' unconditionally.
3443
3444         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3445         before feeding URLs to curl.
3446
3447 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3448
3449         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3450         internal images as deletable by `W D D'.
3451
3452         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3453         (gnus-async-article-callback): Fix typo.
3454
3455 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3456
3457         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3458         current line to work around bugs in the output from w3m.
3459
3460         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3461         for groups that want that.
3462
3463         * nntp.el (nntp-wait-for-string): Supply a timeout for
3464         accept-process-output to ensure progress.
3465
3466         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3467         level to get unread articles from, then use that for foreign groups,
3468         too.
3469
3470         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3471         confuses the rest of the function.
3472
3473         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3474         for the methods that support -retrieve-groups, too.
3475
3476         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3477
3478 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3479
3480         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3481         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3482
3483         * pop3.el: Require cl when compiling.
3484         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3485
3486 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3487
3488         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3489         that aren't going to be activated.
3490         (gnus-get-unread-articles): Fix up the last commit.
3491
3492         * gnus-html.el (gnus-article-html): Allow calling without specifying
3493         the handle.  In that case, dissect the buffer first.
3494
3495         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3496
3497         * nnimap.el (nnimap-open-connection): Revert the change that would look
3498         into authinfo for imaps instead of imap.
3499
3500         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3501         say that you don't want to call gnus-request-group with don-check, but
3502         do check the reponse.  This is for virtual groups only.
3503         (gnus-get-unread-articles): Count the archive groups as secondary, so
3504         that they're activated the same way as before.
3505
3506         * imap.el (imap-message-map): Removed optional buffer parameter, since
3507         no callers use it.
3508         (imap-message-get): Ditto.
3509         (imap-message-put): Ditto.
3510         (imap-mailbox-map): Ditto.
3511         (imap-mailbox-put): Ditto.
3512         (imap-mailbox-get): Ditto.
3513         (imap-mailbox-get): Revert last change for this function.
3514
3515         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3516         case-insensitively.
3517         (nnimap-debug): Remove.
3518
3519         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3520         to use `imap-fetch' instead.  According to the comments, this should be
3521         safe, since all other IMAP clients use the 1:* syntax.
3522         (imap-enable-exchange-bug-workaround): Removed.
3523         (imap-debug): Removed -- doesn't seem very useful.
3524
3525         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3526         mail from a file, and the file doesn't exist.
3527
3528         * imap.el (imap-log): New convenience function used throughout instead
3529         of repeating the same code all over the place.
3530
3531         * pop3.el (pop3-streaming-movemail): Return t for success.
3532
3533         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3534         .authinfo if we're using ssl connection.
3535
3536         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3537         already have if we're in a main Gnus `g' run.
3538
3539         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3540
3541 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3542
3543         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3544
3545         * nnmh.el (nnmh-request-list-1): Bind `file'.
3546
3547         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3548         alias to set-process-query-on-exit-flag or process-kill-without-query.
3549         (pop3-open-server): Use it.
3550
3551 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3552
3553         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3554         box to the Incoming file.  Fixes mistake in previous checkin.
3555
3556         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3557         request loop (for debugging purposes) removed.
3558
3559         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3560         culprit is more visible.
3561         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3562         (nnml-add-incremental-nov): New functions to do "incremental" nov
3563         updates, where we just append to the end of the existing nov files
3564         without reading/writing them in full.
3565
3566         * mail-source.el (mail-source-delete-crash-box): Really only check the
3567         incoming files once in a while.
3568
3569         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3570
3571         * mail-source.el (mail-source-delete-crash-box): Only check the
3572         incoming files for deletion once per day to save a lot of file
3573         accesses.
3574
3575         * pop3.el (pop3-logon): Fix up unbound variable typo.
3576
3577         * mail-source.el (pop3-streaming-movemail): Autoload.
3578
3579         * pop3.el (pop3-streaming-movemail):
3580         Respect pop3-leave-mail-on-server.
3581
3582         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3583         retrieval.
3584
3585         * pop3.el (pop3-process-filter): Remove unused function.
3586         (pop3-streaming-movemail, pop3-send-streaming-command)
3587         (pop3-wait-for-messages, pop3-write-to-file)
3588         (pop3-number-of-responses): New functions for streaming pop3
3589         retrieval.
3590
3591         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3592         come from no known methods.
3593         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3594         list.
3595
3596         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3597         message sizes.
3598         (pop3-movemail): Use erase-buffer instead of looping and deleting
3599         regions, which seems rather odd.
3600
3601         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3602         file once per `g' run.
3603
3604         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3605         directories.  This makes the draft queue directory work.
3606
3607         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3608         data from the backends, so that we only request the list of groups from
3609         each method once.  This should speed things up considerably.
3610
3611         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3612         detect that it's not implemented.
3613
3614         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3615         we actually do recurse down into the tree, but don't stat all leaf
3616         nodes.
3617
3618         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3619         then say so instead of bugging out.
3620
3621         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3622         files exist before trying to read them.
3623
3624         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3625         around <pre_int>.
3626
3627         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3628
3629         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3630
3631 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3632
3633         * mm-util.el (mm-image-load-path): Just return the image directories,
3634         not all directories in the path in addition to the image directories.
3635         (mm-image-load-path): Maintain a cache of the image directories so that
3636         the `g' command in Gnus doesn't have to stat dozens of directories each
3637         time.
3638
3639         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3640         (gnus-html-wash-tags): Add a new `i' command to insert images.
3641         (gnus-html-insert-image): New command and keystroke.
3642         (gnus-html-redisplay-with-images): New command and keystroke.
3643         (gnus-html-show-images): Rename command.
3644         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3645         spacers.
3646         (gnus-html-wash-tags): Decode entities at the end, so that entities
3647         inside the tags don't mess up the rest of the "parsing".
3648
3649         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3650         so that nnimap methods aren't agentized by default.  There's apparently
3651         many problems related to agent/imap behaviour.
3652
3653         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3654
3655         * gnus-html.el: Doc fix.
3656
3657 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3658
3659         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3660         specifier-spec-list for Emacs 21.
3661
3662         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3663         glyph-width and glyph-height instead of display-graphic-p and
3664         image-size; make avoidance of displaying small images work for XEmacs.
3665
3666         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3667         for XEmacs.
3668
3669         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3670         of symbol that holds plist data.
3671         (gnus-process-plist): Remove plist of process after getting it.
3672
3673 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3674
3675         * message.el (message-generate-hashcash): Change default to
3676         'opportunistic if hashcash is installed.
3677
3678         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3679         (gnus-html-put-image): Only call image-size once, since it's somewhat
3680         time-consuming on remote X servers.
3681
3682 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3683
3684         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3685         type on data, not a file name.
3686
3687         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3688         window-pixel-edges for Emacs 21.
3689
3690         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3691         decoded contents.
3692         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3693
3694 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3695
3696         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3697         group line format, since it isn't very interesting.
3698
3699         * gnus-agent.el (gnus-agent-short-article),
3700         (gnus-agent-long-article): Increase values for these two variables,
3701         since most people are likely to have more network connection and
3702         storage than before.
3703
3704         * gnus.el (gnus-refer-article-method): Change default to 'current.
3705         When referring an article, the common behaviour is to refer it from the
3706         current select method, not the native select method.  The chances of
3707         the native select method having the message in question is rather slim
3708         these days.
3709
3710         * gnus-sum.el (gnus-auto-select-subject): Change default to
3711         `unseen-or-unread'.  I think it's likely that most people want to
3712         select an unseen article over a previously seen, but unread one.
3713
3714         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3715         means that in the article buffer none of the minor mode elements will
3716         be shown, usually, and this is not desirable in most cases.
3717
3718         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3719         that commands like `d' (and the like) go to the next line in the
3720         buffer, instead of the next unread article.  I think this is the
3721         behaviour that is most natural for most users.
3722         (gnus-single-article-buffer): Change default to nil, so that people can
3723         have as many article buffers open as they have summary buffer.  I think
3724         this is the most natural way for the groups to behave.
3725
3726         * message.el (message-generate-new-buffers): Change default to
3727         `unsent', so that all new message buffers start their names with the
3728         string "*unsent", and it's easier to find the buffers if you move from
3729         them.
3730
3731 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3732
3733         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3734         small.  They're probably tracking images.
3735         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3736         (gnus-html-rescale-image): Yet another try at getting the image sizing
3737         right.
3738
3739         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3740         nntp-marks-file-name is nil.
3741
3742 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3743
3744         * gnus-html.el (gnus-html-wash-tags)
3745         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3746         Better logging.
3747
3748 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3749
3750         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
3751
3752         * gnus-html.el (gnus-html-wash-tags): Check the value of
3753         gnus-blocked-images in the summary buffer.
3754
3755 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3756
3757         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3758
3759 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3760
3761         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3762         like "a", it seems like.
3763         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3764         since it needs to be picked from the correct buffer.
3765
3766         * nnwfm.el: Remove.
3767
3768         * nnlistserv.el: Remove.
3769
3770 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3771
3772         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3773         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3774
3775 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3776
3777         * nnkiboze.el: Remove.
3778
3779         * nndb.el: Remove.
3780
3781         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3782         alt text.
3783         (gnus-html-rescale-image): Try to get the rescaling logic right for
3784         images that are just wide and not tall.
3785
3786         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3787         overshadow variable bindings.
3788
3789 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3790
3791         * gnus-html.el (gnus-html-wash-tags)
3792         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
3793         Add extra logging.
3794
3795 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3796
3797         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3798         (gnus-max-image-proportion): New variable.
3799         (gnus-html-rescale-image): New function.
3800         (gnus-html-put-image): Rescale images.
3801
3802 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3803
3804         Fix up some byte-compiler warnings.
3805         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3806         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3807         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3808         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3809         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3810         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3811         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3812
3813 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3814
3815         * gnus-html.el (gnus-article-html): Decode contents by charset.
3816
3817 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3818
3819         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3820         (gnus-html-frame-width, gnus-blocked-images)
3821         * message.el (message-prune-recipient-rules): Add custom version.
3822         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3823
3824         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3825         functions.
3826
3827         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3828         gnus-process-get.
3829
3830 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3831
3832         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3833         instead of lsub directly.
3834
3835 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3836
3837         * nnwarchive.el: Remove.
3838
3839         * gnus-soup.el: Remove.
3840
3841         * nnsoup.el: Remove.
3842
3843         * nnultimate.el: Remove.
3844
3845         * gnus-html.el (gnus-blocked-images): New variable.
3846
3847         * message.el (message-prune-recipients): New function.
3848         (message-prune-recipient-rules): New variable.
3849
3850         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3851         guess whether a long line is natural text or not.
3852
3853         * gnus-html.el (gnus-html-schedule-image-fetching):
3854         Use gnus-process-plist and friends for compatibility.
3855
3856 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3857
3858         * gnus-html.el: Require packages that define macros used in this file.
3859         (gnus-article-mouse-face): Declare to silence byte-compiler.
3860         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3861         process-get.
3862         (gnus-html-put-image): Use plist-get to avoid getf.
3863         (gnus-html-prefetch-images): Use with-current-buffer.
3864
3865 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3866
3867         * gnus-ems.el: Provide compatibility functions for
3868         gnus-set-process-plist.
3869
3870         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3871         header-line-format for XEmacs 21.4.
3872
3873         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3874         * gnus.el (gnus-valid-select-methods)
3875         * message.el (message-send-mail-partially-limit)
3876         * mm-decode.el (mm-text-html-renderer)
3877         * mml.el (mml-insert-mime-headers-always)
3878         * smiley.el (smiley-regexp-alist): Bump custom version.
3879
3880 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3881
3882         * gnus-html.el: require mm-url.
3883         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3884         with the url to `url'.
3885         (gnus-html-wash-tags): Support cid: URLs/images.
3886
3887 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3888
3889         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3890         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3891         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3892
3893         * gnus-move.el: Remove file, since it doesn't really work.
3894
3895         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3896         UTF-8.  This seems to fix problems with some German web feeds.
3897
3898         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3899         at the top so that the proper colours are applied.
3900
3901         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3902         don't have dots in their names.
3903
3904         * gnus-art.el (gnus-article-view-part): Doc fix.
3905
3906         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3907         XEmacs-compatible.
3908         (gnus-html-put-image): Don't do images on non-graphic displays.
3909
3910         * nnslashdot.el: Remove this unused backend.
3911
3912         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3913         actions.
3914         (gnus-undo-register-1): Revert last change.
3915
3916         * gnus-group.el (gnus-group-completing-read): Protect against not
3917         having completion-styles bound.
3918
3919         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3920         make broken recipients happier.
3921
3922         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3923
3924         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3925         point parameter.
3926
3927         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3928
3929         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3930         completion-styles for group selection.
3931
3932 2009-02-04  Andreas Schwab  <schwab@suse.de>
3933
3934         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3935         headers and regexp-quote the match if necessary.
3936
3937 2009-03-24  Miles Bader  <miles@gnu.org>
3938
3939         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3940         the blinking smiley.
3941
3942 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3943
3944         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3945         blink smiley.
3946
3947 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3948
3949         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3950         where the dribbel file lives exists.
3951
3952         * message.el (message-send-mail-partially-limit): Change the default to
3953         nil, since most people don't want this.
3954
3955         * mm-url.el (mm-url-decode-entities): Also decode entities like
3956         &#x3212.
3957
3958 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3959
3960         * gnus-sum.el (gnus-summary-idna-message):
3961         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3962         Hyperlink urls in docstrings with URL `...'.
3963
3964 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3965
3966         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3967         functions.
3968
3969 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3970
3971         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3972         say what the mouseover text should be.
3973
3974         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3975         version of the mm-w3m-safe-url-regexp variable to only download images
3976         in the groups where we want that to happen.
3977
3978         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3979
3980         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3981         easier debugging.
3982         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3983         big pictures in the article buffer.
3984
3985         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3986         gnus-article-html.
3987         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3988         w3m.
3989
3990         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3991
3992 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3993
3994         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3995         which doesn't exist.
3996
3997         * message.el (message-inhibit-ecomplete): New variable to allow some
3998         function to inhibit ecomplete address storage.
3999         (message-resend): Disable ecomplete message storage when resending
4000         messages.
4001
4002         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4003
4004 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4005
4006         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4007         Save excursion while copying, moving, and deleting articles in order to
4008         prevent the cursor from jumping to unforeseen place.
4009
4010 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4011
4012         * lpath.el: No need to bind bookmark-current-buffer,
4013         bookmark-yank-point and bookmark-make-record-function.
4014
4015 2010-08-17  Glenn Morris  <rgm@gnu.org>
4016
4017         * gnus-sync.el: Require gnus components whose functions are used.
4018
4019         * gnus-art.el (bookmark-make-record-function):
4020         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4021         Declare for compiler.
4022
4023         * mm-url.el (mml-compute-boundary): Autoload.
4024
4025 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4026
4027         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4028
4029 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4030
4031         Typo fix "hoo4a" -> "hook".
4032
4033         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4034
4035 2010-08-14  Glenn Morris  <rgm@gnu.org>
4036
4037         * gnus-sync.el (gnus-sync): Fix defgroup version.
4038
4039 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4040
4041         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4042
4043         * gnus-sync.el: Fix docs.
4044         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4045         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4046
4047 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4048
4049         Optimizations for gnus-sync.el.
4050
4051         * gnus-sync.el: Add docs about gnus-sync-backend
4052         possibilities.
4053         (gnus-sync-save): Remove unnecessary message.
4054         (gnus-sync-read): Optimize and show what groups were skipped.
4055
4056 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4057
4058         Minor bug fixes for gnus-sync.el.
4059
4060         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4061         Don't read the sync on get-new-news.
4062
4063         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4064         quiet.
4065
4066         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4067         (fix typo).
4068
4069 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4070
4071         Make saving and restoring of hidden threads work with overlays.
4072         Patch applied by Ted Zlatanov.
4073
4074         * gnus-sum.el (gnus-hidden-threads-configuration)
4075         (gnus-restore-hidden-threads-configuration): Update to deal with text
4076         properties, rather than searching for a magic character.
4077
4078 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4079
4080         New gnus-sync.el library for synchronization of marks.
4081
4082         * gnus-sync.el: New library for synchronization of marks.
4083
4084         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4085         renamed from `gnus-registry-grep-in-list'.
4086
4087         * gnus-registry.el (gnus-registry-follow-group-p):
4088         Use `gnus-grep-in-list'.
4089
4090         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4091
4092 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4093
4094         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4095         determining charset of text fails.
4096
4097 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4098
4099         * nnmail.el (nnmail-get-new-mail-1): Revert.
4100
4101         * nnml.el (nnml-active-number): Make sure names of newly created groups
4102         in nnml-group-alist are encoded.
4103
4104 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4105
4106         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4107         containing non-ASCII characters in active file for nnml back end.
4108
4109 2010-07-24  David Engster  <dengste@eml.cc>
4110
4111         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4112         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4113
4114 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4115
4116         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4117         tag (Bug#6654).
4118
4119 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4120
4121         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4122         the article buffer, not the summary buffer.
4123
4124 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4125
4126         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4127         Emacs 23 as well.
4128
4129 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4130
4131         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4132         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4133
4134 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4135
4136         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4137         Patch applied by Karl Fogel.
4138
4139         * gnus-sum.el (gnus-summary-bookmark-make-record):
4140         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4141
4142 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4143
4144         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4145         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4146         C-w still not working correctly from Article buffers; Thierry's
4147         patch to fix that will be applied after this.
4148
4149         * gnus-art.el (bookmark-make-record-function): New local variable.
4150
4151         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4152         article buffer.
4153         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4154
4155 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4156
4157         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4158         on changes in bookmark.el.
4159
4160 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4161
4162         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4163         `no-log' instead of message not to log prompt string.
4164
4165 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4166
4167         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4168         the *other* type of HTML form submission.
4169
4170 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4171
4172         * auth-source.el (auth-source-pick): If choice does not contain a
4173         questioned keyword, set the check to t.
4174
4175 2010-06-12  Romain Francoise  <romain@orebokech.com>
4176
4177         * gnus-util.el (gnus-date-get-time): Move up before first use.
4178
4179 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4180
4181         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4182         (gnus-article-edit-part): Bind it to make last part that is substituted
4183         or deleted visible.
4184         (gnus-mime-display-single): Buttonize part of which id equals to
4185         gnus-mime-buttonized-part-id.
4186
4187 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4188
4189         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4190         (gnus-dd-mmm): Use gnus-date-get-time.
4191         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4192         simplify logic.
4193         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4194         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4195
4196 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4197
4198         * auth-source.el (top): Autoload `secrets-list-collections',
4199         `secrets-create-item', `secrets-delete-item'.
4200         (auth-sources): Fix tag string.
4201         (auth-get-source, auth-source-retrieve, auth-source-create)
4202         (auth-source-delete): New defuns.
4203         (auth-source-pick): Rewrite in order to avoid 2 passes.
4204         (auth-source-forget-user-or-password): New parameter USERNAME.
4205         (auth-source-user-or-password): New parameters CREATE-MISSING and
4206         DELETE-EXISTING.  Retrieve password interactively, if needed.
4207
4208 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4209
4210         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4211         deleting unused directories when gnus-expert-user is t.
4212
4213 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4214
4215         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4216         for each temp file when gnus-article-browse-delete-temp is ask.
4217
4218 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4219
4220         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4221         Lisp calls to delete-backward-char by calls to delete-char.
4222
4223 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4224
4225         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4226
4227 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4228
4229         * password-cache.el (password-cache-remove): Fix docstring.
4230
4231 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4232
4233         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4234         article unless decoding article to be saved.
4235
4236 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4237
4238         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4239         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4240         generated within the mm-with-unibyte-current-buffer macro.
4241
4242 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4243
4244         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4245         to nil when we're in a mml-preview buffer and no group is selected.
4246
4247 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4248
4249         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4250         when catching the `C-g'.  Reported by "Leo".
4251
4252 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4253
4254         * message.el (message-forward-make-body-plain)
4255         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4256         multibyte-string-p.
4257
4258         * lpath.el: Revert.
4259
4260 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4261
4262         * message.el (message-forward-make-body-mml): Assume original message
4263         is multibyte string; error on unibyte.
4264         (message-forward-make-body-plain): Ditto; don't add excessive newline
4265         in body end.
4266
4267         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4268
4269 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4270
4271         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4272         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4273
4274 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4275
4276         * mm-extern.el (mm-extern-url): Don't use
4277         mm-with-unibyte-current-buffer.
4278         (mm-extern-cache-contents): Use with-current-buffer instead of
4279         save-excursion + set-buffer.
4280
4281 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4282
4283         * mm-util.el (mm-emacs-mule): Remove.
4284
4285 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4286
4287         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4288         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4289         change.
4290
4291 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4292
4293         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4294         bind the default value of enable-multibyte-characters to nil.
4295
4296 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4297
4298         * message.el (message-forward-make-body-plain)
4299         (message-forward-make-body-mml):
4300         Don't use mm-with-unibyte-current-buffer.
4301
4302 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4303
4304         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4305
4306 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4307
4308         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4309         (Bug#5592).
4310
4311 2010-05-07  Julien Danjou  <julien@danjou.info>
4312
4313         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4314         it to mm-pipe-part.
4315
4316         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4317         it is given.
4318
4319 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4320
4321         * binhex.el (binhex-decode-region-internal)
4322         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4323         (dns-query)
4324         * nnweb.el (nnweb-gmane-search)
4325         * pgg-parse.el (pgg-parse-armor)
4326         * pgg.el (pgg-verify-region)
4327         * sha1.el (sha1-string-external)
4328         * uudecode.el (uudecode-decode-region-internal)
4329         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4330         XEmacs.
4331
4332         * gnus-art.el (gnus-article-browse-html-parts)
4333         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4334         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4335         make-temp-file.
4336
4337         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4338         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4339         compiling.
4340
4341         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4342         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4343         XEmacs when compiling.
4344
4345         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4346         gnus-pick-mode-off-hook for XEmacs when compiling.
4347         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4348         gnus-binary-mode-off-hook for XEmacs when compiling.
4349
4350         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4351         Return nil if char-charset is not available.
4352
4353         * imap.el (imap-disable-multibyte)
4354         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4355         macros.
4356
4357         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4358         instead of encode-coding-string.
4359
4360         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4361         'xemacs) instead of mm-emacs-mule to switch function definitions.
4362         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4363
4364         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4365         bind temporary-file-directory for XEmacs;
4366         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4367         timer-set-function for XEmacs 21.4 and SXEmacs;
4368         bind timer-list for XEmacs 21.4 and SXEmacs;
4369         fbind char-charset and find-charset-region for non-Mule XEmacs;
4370         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4371         encode-coding-region and encode-coding-string for XEmacs having no
4372         file-coding feature.
4373
4374 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4375
4376         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4377
4378 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4379
4380         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4381         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4382
4383 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4384
4385         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4386         alias `jka-compr-delete-temp-file' no longer exists.
4387
4388 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4389
4390         Use define-minor-mode in Gnus where applicable.
4391         * mml.el (mml-mode): Use define-minor-mode.
4392         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4393         (gnus-undo-mode): Use define-minor-mode.
4394         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4395         (gnus-dead-summary-mode): Use define-minor-mode.
4396         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4397         Initialize in declaration.
4398         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4399         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4400         (gnus-mailing-list-mode): Use define-minor-mode.
4401         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4402         (gnus-draft-mode): Use define-minor-mode.
4403         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4404         (gnus-dired-mode): Use define-minor-mode.
4405
4406 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4407
4408         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4409         handles on recursive mml-to-mime translation and check them for
4410         boundary delimiter collisions.  Reported by Greg Troxel.
4411
4412 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4413
4414         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4415
4416 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4417
4418         * mm-util.el (mm-find-buffer-file-coding-system):
4419         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4420
4421 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4422
4423         * message.el (message-generate-headers): Record insertion of optional
4424         headers as well.  Otherwise the check to prevent repeated insertion of
4425         optional headers is a no-op.
4426
4427 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4428
4429         * smime.el: Don't mention CVS.
4430
4431         * nnrss.el (nnrss-fetch): Don't mention CVS.
4432
4433         * nnir.el: Don't mention CVS.
4434
4435 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4436
4437         * gnus-sum.el (gnus-summary-bookmark-make-record):
4438         Add `location' field.
4439
4440 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4441
4442         * lpath.el: Fbind bookmark-default-handler,
4443         bookmark-get-bookmark-record, bookmark-make-record-default,
4444         bookmark-prop-get for Emacs <23 and XEmacs.
4445
4446 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4447
4448         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4449         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4450         Use with-current-buffer to silence the byte-compiler.
4451         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4452         bother to require `gnus'.
4453         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4454
4455 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4456
4457         * gnus-sum.el (gnus-summary-bookmark-make-record)
4458         (gnus-summary-bookmark-jump): New functions.
4459         (gnus-summary-mode): Setup bookmark support.
4460
4461 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4462
4463         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4464         if set.
4465
4466 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4467
4468         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4469         gnus-article-browse-html-save-cid-image; make it work recursively for
4470         forwarded messages as well.
4471         (gnus-article-browse-html-parts): Work when prefix arg is given.
4472         (gnus-article-browse-html-article): Doc fix.
4473
4474 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4475
4476         * message.el (message-default-mail-headers):
4477         (message-default-headers): Carry the value mail-default-headers over
4478         into message-default-mail-headers, rather than message-default-headers.
4479
4480 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4481
4482         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4483         charset.
4484
4485         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4486         charset into the <meta> tag when the article is encoded to utf-8.
4487
4488 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4489
4490         * gnus-art.el (gnus-article-browse-delete-temp-files):
4491         Delete directories as well.
4492         (gnus-article-browse-html-parts): Work for images that do not specify
4493         file names; delete temp directory when quitting; insert header at the
4494         right place; use file: scheme for image files.
4495
4496 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4497
4498         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4499         (gnus-article-browse-html-parts): Use it to make temporary cid image
4500         files in addition to html file so that browser may display them.
4501
4502 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4503
4504         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4505
4506 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4507
4508         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4509
4510 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4511
4512         * auth-source.el (auth-sources): Change default to be simpler.
4513         Explain about Secret Service API sources.  Improve Customize options.
4514         (auth-source-pick): Change to accept any number of search parameters.
4515         Implement fallbacks iteratively, not recursively.  Add scoring on the
4516         second pass and sort by score.  Call Secret Service API when needed.
4517         (auth-source-user-or-password): Use it.  Call Secret Service API
4518         directly when needed to get the user name and the password.
4519
4520 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4521
4522         * message.el (message-interactive): Doc fix.
4523         (message-qmail-inject-args): Reflow.
4524         (message-kill-to-signature): Fix typo in docstring.
4525
4526         * smiley.el (smiley-buffer): Fix typo in docstring.
4527
4528 2010-03-24  Glenn Morris  <rgm@gnu.org>
4529
4530         * mail-source.el (gnus-message): Declare.
4531         (mail-source-delete-old-incoming): Require gnus-util.
4532
4533 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4534
4535         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4536
4537         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4538
4539         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4540         password-cache's default if it is not bound.
4541         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4542         password-cache-expiry's default if it is not bound.
4543
4544         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4545         available in Emacs 21.
4546
4547         * lpath.el: Suppress compiler warnings for:
4548         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4549         XEmacs;
4550         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4551         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4552         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4553
4554 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4555
4556         * auth-source.el (auth-sources): Fix up definition so extra parameters
4557         are always inline.
4558
4559 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4560
4561         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4562         wasn't updated after mismatch.  Clear cached mailbox info correctly
4563         when uidvalidity changes.
4564         (nnimap-group-prefixed-name): New function to avoid some code
4565         duplication.
4566         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4567         (nnimap-request-group): Use it.
4568         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4569         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4570         with many imap folders.  This is done by caching the group status from
4571         the imap server persistently in a group parameter `imap-status'.  (This
4572         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4573         but not persistently, so every Gnus startup was still very slow.)
4574
4575 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4576
4577         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4578         delete the extra newline.  Otherwise editing of :string and :number
4579         types don't work.
4580
4581 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4582
4583         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4584         secrets.el dependency.
4585         (auth-sources): Add optional user name.  Add secrets.el configuration
4586         choice (unused right now).
4587
4588 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4589
4590         * gnus-sum.el (gnus-summary-make-menu-bar):
4591         Let `gnus-registry-install-shortcuts' fill in the functions.
4592
4593         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4594         warnings.
4595         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4596         (gnus-registry-install-shortcuts): Populate and use it in a
4597         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4598
4599 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4600
4601         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4602         In-place substitutions for the group name encoding/decoding.
4603         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4604         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4605         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4606         (nnimap-update-unseen, nnimap-request-list)
4607         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4608         (nnimap-request-set-mark, nnimap-split-to-groups)
4609         (nnimap-split-articles, nnimap-request-newgroups)
4610         (nnimap-request-create-group, nnimap-request-accept-article)
4611         (nnimap-request-delete-group, nnimap-request-rename-group)
4612         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4613         `encoded-mbx' for consistency.
4614         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4615         variable `imap-current-mailbox'.
4616
4617         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4618         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4619
4620 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4621
4622         * pop3.el (pop3-display-message-size-flag): Display message size byte
4623         counts during POP3 download.
4624         (pop3-movemail): Use it.
4625         (pop3-list): Implement listing of available messages.
4626
4627 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4628
4629         * nnir.el (nnir-get-article-nov-override-function): New function to
4630         override the normal NOV retrieval.
4631         (nnir-retrieve-headers): Use it.
4632
4633 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4634
4635         * auth-source.el (netrc-machine-user-or-password): Autoload.
4636
4637 2010-03-19  Glenn Morris  <rgm@gnu.org>
4638
4639         Stop message.el from loading about 40 libraries it doesn't always need.
4640         The general approach is to autoload rather than require, and to
4641         require in the specific functions rather than the file.  (Bug#5642)
4642
4643         * gmm-utils.el: Don't require wid-edit.
4644         (widget-create-child-value, widget-convert, widget-default-get):
4645         Autoload.
4646
4647         * gnus-util.el: Don't require time-date, netrc.
4648         (message-fetch-field, gnus-group-name-decode): Declare rather than
4649         autoloading.
4650         (gnus-fetch-field): Require message.
4651         (gnus-decode-newsgroups): Require gnus-group.
4652
4653         * ietf-drums.el: Don't require time-date.
4654
4655         * message.el: Don't require hashcash, canlock, ecomplete.
4656         Do require mail-utils.  Require nnheader only when compiling.
4657         (smtpmail-default-smtp-server): Remove declaration.
4658         (message-send-mail-function): Check smtpmail-default-smtp-server
4659         is bound rather than requiring smtpmail.
4660         (message-auto-save-directory, message-insert-signature):
4661         Use expand-file-name rather than nnheader-concat.
4662         (nnheader-insert-file-contents): Autoload.
4663         (hashcash-wait-async): Declare.
4664         (message-send-mail): Only call gnus-setup-posting-charset if
4665         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4666         (message-send-mail-with-sendmail): Require sendmail.
4667         (canlock-password, canlock-password-for-verify): Declare.
4668         (message-canlock-password): Require canlock.
4669         (nnheader-get-report): Autoload.
4670         (gnus-setup-posting-charset): Declare.
4671         (message-send-news): Require gnus-msg.
4672         (message-make-references, message-make-in-reply-to): Use mail-header-id
4673         rather than the alias mail-header-message-id.
4674         (ecomplete-add-item, ecomplete-save): Declare.
4675         (message-put-addresses-in-ecomplete): Require ecomplete.
4676         (ecomplete-display-matches): Autoload.
4677
4678         * mm-decode.el: Don't require mailcap, gnus-util.
4679         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4680         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4681         Autoload.
4682         (mailcap-mime-extensions): Declare.
4683
4684         * mm-encode.el: Don't require mailcap.
4685         (mailcap-extension-to-mime): Autoload.
4686
4687         * mml-sec.el: Don't require password-cache.
4688
4689         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4690         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4691         (mml-minibuffer-read-type): Require mailcap.
4692         (mml-preview): Require gnus-msg.
4693
4694         * mml1991.el: Require password-cache.
4695         (password-cache-expiry): Remove declaration.
4696
4697         * mml2015.el: Require password-cache.
4698         (password-cache-expiry): Remove declaration.
4699
4700         * nneething.el (mailcap): Require mailcap.
4701
4702         * nnheader.el (declare-function): Add compatibility stub.
4703         (message-remove-header): Declare rather than autoload.
4704         (nnheader-replace-header): Require message.
4705
4706         * nnimap.el (declare-function): Add compatibility stub.
4707         (netrc-parse, netrc-machine-user-or-password): Declare.
4708         (nnimap-open-connection): Require netrc.
4709
4710         * nntp.el (declare-function): Add compatibility stub.
4711         (netrc-parse, netrc-machine, netrc-get): Declare.
4712         (nntp-send-authinfo): Require netrc.
4713
4714         * rfc2047.el: Don't require qp.
4715         (quoted-printable-encode-region, quoted-printable-decode-string):
4716         Autoload.
4717
4718         * sieve-mode.el: Don't require easymenu.
4719         (easy-menu-add-item): Autoload it.
4720
4721         * spam-stat.el (time-to-number-of-days): Autoload it.
4722
4723 2010-03-19  Glenn Morris  <rgm@gnu.org>
4724
4725         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4726
4727 2010-03-18  Glenn Morris  <rgm@gnu.org>
4728
4729         * hashcash.el (declare-function): Remove duplicate definition.
4730
4731 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4732
4733         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4734         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4735         value if any backslash escapes).
4736
4737 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4738
4739         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4740         if it is available.  (bug#5647)
4741
4742         * lpath.el: Suppress compiler warning for coding-system-from-name for
4743         Emacs 21 and XEmacs.
4744
4745 2010-03-14  Juri Linkov  <juri@jurta.org>
4746
4747         * hmac-def.el:
4748         * hmac-md5.el:
4749         * netrc.el: Fix keywords.
4750
4751 2010-02-26  Glenn Morris  <rgm@gnu.org>
4752
4753         * message.el (message-send-mail-function): Change the default, so that
4754         it inherits from a customized send-mail-function.  (Bug#5643)
4755
4756 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4757
4758         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4759         shell-command-to-string signals an error (bug#5299).
4760
4761 2010-02-24  Glenn Morris  <rgm@gnu.org>
4762
4763         * message.el (message-smtpmail-send-it)
4764         (message-send-mail-with-mailclient): Doc fixes.
4765
4766 2010-02-16  Glenn Morris  <rgm@gnu.org>
4767
4768         * message.el (message-default-mail-headers): Change the default value
4769         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4770
4771 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4772
4773         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4774         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4775
4776 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4777
4778         * time-date.el (date-to-time): Doc fix (Bug#5408).
4779
4780 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4781
4782         * message.el (message-mail): Just pass yank-action on to message-setup.
4783         (message-setup): Handle (FUN . ARGS) form of yank-action.
4784         (message-with-reply-buffer, message-widen-reply)
4785         (message-yank-original): Handle non-buffer values of
4786         message-reply-buffer (Bug#4080).
4787         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4788
4789 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4790
4791         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4792         Fix typo in docstring.
4793
4794 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4795
4796         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4797         response.
4798
4799 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4800
4801         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4802
4803         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4804
4805         * message.el (message-check-news-header-syntax): Protect against a
4806         string that `rfc822-addresses' returns when parsing fails.
4807
4808 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4809
4810         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4811         (gnus-previous-char-property-change): New functions.
4812
4813         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4814
4815 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4816
4817         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4818         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4819
4820 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4821
4822         * message.el (message-exchange-point-and-mark): Rework last change to
4823         avoid using optional arg of exchange-point-and-mark, for backward
4824         compatibility.
4825
4826 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4827
4828         * message.el (message-exchange-point-and-mark):
4829         Call exchange-point-and-mark with an argument rather than setting
4830         mark-active by hand (Bug#5175).
4831
4832 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4833
4834         * nntp.el (nntp-service-to-port): Work for service expressed with
4835         numeric string; replace [:digit:] with [0-9] for XEmacs.
4836
4837 2009-12-17  Glenn Morris  <rgm@gnu.org>
4838
4839         * gnus-group.el (gnus-bug-group-download-format-alist):
4840         Change emacs entry to debbugs.gnu.org.  Bump :version.
4841
4842 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4843
4844         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4845
4846 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4847
4848         * message.el (message-info): Explain why we use `Info-goto-node'.
4849
4850 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4851
4852         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4853
4854 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4855
4856         * message.el (message-completion-in-region): New compatibility function.
4857         (message-expand-group): Use it.
4858
4859 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4860
4861         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4862         with no unread article should be listed if the 2nd arg `predicate' is
4863         given.
4864
4865 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4866
4867         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4868
4869 2009-11-29  Juri Linkov  <juri@jurta.org>
4870
4871         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4872         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4873         on `gnus-recenter'.  (Bug#4698, Bug#4981)
4874
4875 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4876
4877         * sha1.el (sha1-string-external): default-directory "/" in case
4878         otherwise non-existent.  process-connection-type pipe for touch of
4879         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4880
4881 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4882
4883         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4884         it's comms related and sgml-mode.el has "comm" on that basis too.
4885
4886 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4887
4888         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4889         containing tspecial characters if they have been already quoted.
4890
4891 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4892
4893         * dns-mode.el (auto-mode-alist): Purecopy string.
4894
4895 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4896
4897         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4898
4899 2009-10-24  Glenn Morris  <rgm@gnu.org>
4900
4901         * gnus-art.el (help-xref-stack-item): Define for compiler.
4902
4903 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4904
4905         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4906
4907 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4908
4909         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4910
4911 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4912
4913         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4914         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4915
4916 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4917
4918         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4919         (gnus-overlays-in): New alias to overlays-in.
4920
4921         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4922         gnus-overlay-get, and gnus-delete-overlay.
4923         (gnus-summary-show-thread): Make it work as well for systems in which
4924         next-single-char-property-change is not available.
4925         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4926
4927         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4928         (gnus-overlay-get): New alias to extent-property.
4929         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4930
4931         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4932         SXEmacs.
4933
4934         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4935         SXEmacs.
4936
4937 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4938
4939         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4940
4941 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4942
4943         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4944         and XEmacs that don't have `remove-overlays'.
4945
4946 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4947
4948         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4949         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4950         selective display.  Use overlays instead.
4951
4952 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4953
4954         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4955
4956 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4957
4958         * spam-stat.el (spam-stat-load): Fix typo in message.
4959
4960 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4961
4962         * dig.el (dig-invoke): Fix typo in docstring.
4963         (query-dig): Reflow docstring.
4964
4965 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4966
4967         * gnus-art.el (gnus-article-encrypt-body):
4968         * message.el (message-check-recipients):
4969         * mm-util.el (mm-codepage-setup):
4970         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4971         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4972
4973 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4974
4975         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4976         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4977         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4978         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4979         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4980
4981 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4982
4983         * dig.el: Add "Keywords: comm", as per net-utils.el.
4984
4985 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4986
4987         * dig.el (dig-mode): Use define-derived-mode.
4988
4989 2009-09-19  Glenn Morris  <rgm@gnu.org>
4990
4991         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4992
4993 2009-09-18  Glenn Morris  <rgm@gnu.org>
4994
4995         * gnus-diary.el (gnus-diary-check-message):
4996         * message.el (message-insert-formatted-citation-line):
4997         * nnbabyl.el (top-level):
4998         * nndiary.el (nndiary-schedule):
4999         Fix typos in condition-case handlers.
5000
5001 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5002
5003         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5004         configuration that provides the sole article window in a frame;
5005         position point correctly after deleting a part.
5006
5007 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5008
5009         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5010         (spam-resolve-registrations-routine): Use it to unregister articles
5011         that change status.
5012
5013 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5014
5015         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5016         with XEmacs.
5017         (parse-time-string-chars): Use it.
5018
5019 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5020
5021         * imap.el (imap-interactive-login): Better messages.
5022         (imap-open): Fix bug with renamed buffer on reconnect.
5023         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5024         for easier debugging and cleaner code.  On successful (guessed based on
5025         server capabilities) secondary authentication, set imap-state
5026         correctly.
5027         (imap-last-authenticator): Define imap-last-authenticator as a variable
5028         to avoid warnings.
5029
5030 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5031
5032         * nnrss.el (nnrss-request-article): Remove binding of
5033         default-enable-multibyte-characters that has gotten needless by
5034         the 2007-07-13 change in rfc2047-encode-message-header.
5035
5036         * mml.el (mml-insert-multipart): Error on the message header.
5037         (mml-insert-part): Error on the message header; position point at
5038         the end of a MIME tag.
5039
5040 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5041
5042         * time-date.el (autoload): Expand define-obsolete-function-alias into
5043         defalias and make-obsolete for old Emacsen that Gnus supports.
5044         (with-no-warnings): Define it for old Emacsen.
5045         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5046         is available.
5047         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5048         float-time is available; suppress compile warning for time-to-seconds.
5049
5050         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5051         (gnus-float-time): Alias to float-time if it exists.
5052
5053         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5054         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5055         float-time is available; suppress compile warning for time-to-seconds.
5056
5057         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5058         XEmacs.
5059
5060 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5061
5062         * imap.el (imap-message-map): Docstring fix.
5063
5064 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5065
5066         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5067         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5068         Add the optional argument `encoding' that overrides the default.
5069
5070         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5071         mm-encode-buffer.
5072
5073 2009-09-04  Glenn Morris  <rgm@gnu.org>
5074
5075         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5076         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5077         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5078         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5079         * mm-util.el (mm-with-unibyte-current-buffer)
5080         (mm-find-buffer-file-coding-system):
5081         * yenc.el (yenc-decode-region): Use default-value rather than
5082         default-enable-multibyte-characters.
5083
5084 2009-09-03  Glenn Morris  <rgm@gnu.org>
5085
5086         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5087         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5088         than default-enable-multibyte-characters.
5089
5090 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5091
5092         * gnus-art.el (gnus-article-read-summary-keys):
5093         Fix gnus-buffer-configuration's value temporarily used.
5094
5095 2009-09-02  Glenn Morris  <rgm@gnu.org>
5096
5097         * gnus-util.el (gnus-float-time): New function.
5098         * gnus-delay.el (gnus-delay-article):
5099         * gnus-sum.el (gnus-thread-latest-date):
5100         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5101         * nnspool.el (nnspool-request-newgroups):
5102         Use gnus-float-time rather than time-to-seconds.
5103         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5104
5105         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5106         (gnus-header-subject-face, gnus-header-newsgroups-face)
5107         (gnus-header-name-face, gnus-header-content-face):
5108         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5109         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5110         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5111         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5112         (gnus-cite-face-11):
5113         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5114         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5115         (gnus-server-closed-face, gnus-server-denied-face)
5116         (gnus-server-offline-face):
5117         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5118         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5119         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5120         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5121         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5122         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5123         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5124         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5125         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5126         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5127         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5128         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5129         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5130         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5131         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5132         (gnus-summary-high-undownloaded-face)
5133         (gnus-summary-low-undownloaded-face)
5134         (gnus-summary-normal-undownloaded-face)
5135         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5136         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5137         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5138         (gnus-splash-face):
5139         * message.el (message-header-to-face, message-header-cc-face)
5140         (message-header-subject-face, message-header-newsgroups-face)
5141         (message-header-other-face, message-header-name-face)
5142         (message-header-xheader-face, message-separator-face)
5143         (message-cited-text-face, message-mml-face):
5144         * sieve-mode.el (sieve-control-commands-face)
5145         (sieve-action-commands-face, sieve-test-commands-face)
5146         (sieve-tagged-arguments-face):
5147         * spam.el (spam-face):
5148         Mark face aliases with "-face" in the name as obsolete.
5149
5150 2009-09-01  Glenn Morris  <rgm@gnu.org>
5151
5152         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5153         than goto-line.
5154
5155 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5156
5157         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5158         Don't move point if the command is invoked inside the message header.
5159
5160 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5161
5162         * imap.el (imap-send-command): Simplify.
5163         (imap-wait-for-tag): point-max -> buffer-size.
5164
5165 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5166
5167         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5168         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5169         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5170         * nnir.el (nnir-swish-e-index-file):
5171         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5172         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5173         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5174         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5175         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5176         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5177
5178 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5179
5180         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5181         Don't save excursion.
5182
5183 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5184
5185         * nnheader.el (nnheader-find-file-noselect):
5186         * mm-util.el (mm-insert-file-contents):
5187         Use (default-value 'major-mode) instead of default-major-mode.
5188
5189 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5190
5191         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5192
5193 2009-08-26  Glenn Morris  <rgm@gnu.org>
5194
5195         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5196         than placing in files.el.
5197
5198 2009-08-25  Glenn Morris  <rgm@gnu.org>
5199
5200         * nnir.el (top-level): Don't require cl at run-time.
5201         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5202         Replace cl-function substitute with gnus-replace-in-string.
5203         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5204         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5205         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5206         simplified expansions.
5207
5208 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5209
5210         * dig.el (dig): Add autoload cookie.
5211
5212 2009-08-22  Glenn Morris  <rgm@gnu.org>
5213
5214         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5215         goto-line.
5216
5217 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5218
5219         * parse-time.el (parse-time-string-chars): Save match data.
5220
5221 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5222
5223         * parse-time.el (parse-time-string-chars): Compute using character
5224         classes, to handle non-ascii characters (Bug#3190).
5225
5226 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5227
5228         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5229
5230         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5231         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5232         (gnus-mm-display-part, gnus-mime-display-single)
5233         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5234         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5235
5236         * gnus-sum.el
5237         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5238         (gnus-summary-move-article): Add expirable mark to articles copied or
5239         moved to group that has auto-expire turned on if the option is non-nil.
5240
5241 2009-07-24  Glenn Morris  <rgm@gnu.org>
5242
5243         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5244         Fix typo.  (Bug#3903)
5245
5246 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5247
5248         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5249         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5250         that should not be used for draft articles.
5251         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5252         that has no concern in minor mode keys.
5253         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5254         Abolish.
5255
5256 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5257
5258         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5259         article without making inquiry to a user for unknown encoding.
5260
5261         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5262         (nnmaildir--scan): Assume i-node and device number that file-attributes
5263         returns might be cons-cell.
5264
5265         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5266
5267         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5268
5269 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5270
5271         * auth-source.el: Remove docs now in auth.texi.  Don't use
5272         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5273         `auth-source-hide-passwords' and use them.
5274
5275 2009-07-15  Glenn Morris  <rgm@gnu.org>
5276
5277         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5278
5279 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5280
5281         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5282         excessive whitespace from the default values of title and description.
5283
5284 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5285
5286         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5287         mail-fetch-field to fetch Content-Description header in order to
5288         exclude newlines.
5289
5290 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5291
5292         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5293         format used by GnuPG 2.0.11.
5294
5295 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5296
5297         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5298         to deleted part.
5299
5300 2009-05-30  David Engster  <dengste@eml.cc>
5301
5302         * nnmairix.el: Remove old documentation in the commentary block.
5303         (nnmairix-request-group): Do not update active file for nnml back ends.
5304         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5305         end so that overview files are ignored.
5306         (nnmairix-update-groups): Make updating the groups more robust by using
5307         marks.
5308         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5309         with dollar characters in message-id.
5310
5311 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5312
5313         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5314         2008-12-25 in dns.el.
5315
5316 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5317
5318         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5319         could happen if the text is only composed of spaces and/or tabs.
5320
5321 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5322
5323         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5324         when sending a queued message to avoid extra mml tags.
5325
5326 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5327
5328         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5329
5330 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5331
5332         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5333         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5334         rmail-toggle-header for XEmacs;
5335         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5336
5337 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5338
5339         * gnus-dired.el: Remove autoload for gnus-setup-message.
5340         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5341         displaying Gnus logo; always use compose-mail.
5342
5343 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5344
5345         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5346
5347 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5348
5349         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5350         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5351         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5352         available.
5353         (gnus-nocem-epg-verify): New function.
5354
5355 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5356
5357         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5358
5359 2009-02-15  Glenn Morris  <rgm@gnu.org>
5360
5361         * gnus-util.el (rmail-insert-rmail-file-header)
5362         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5363         autoloads.
5364         (rmail-default-rmail-file): Remove unnecessary declaration.
5365         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5366
5367 2009-02-14  Glenn Morris  <rgm@gnu.org>
5368
5369         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5370         variable (only used in gnus-util, which declares it anyway).
5371         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5372         which was only needed by gnus-art (changed to not use it any more).
5373         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5374         only used in gnus-util, which autoloads it itself.
5375         (rmail-update-summary): Fix autoload.
5376
5377         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5378         rather than rmail-output-to-rmail-file.
5379
5380 2009-02-07  Glenn Morris  <rgm@gnu.org>
5381
5382         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5383         autoload of function that no longer exists.
5384         (rmail-toggle-header): Declare.
5385         (message-forward-rmail-make-body): Handle mbox Rmail.
5386
5387 2009-01-31  Glenn Morris  <rgm@gnu.org>
5388
5389         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5390         2009-01-09 change.
5391
5392 2009-01-31  Dave Love  <fx@gnu.org>
5393
5394         * imap.el (imap-fetch-safe): Bind debug-on-error.
5395         (imap-debug): Add imap-fetch-safe.
5396
5397 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5398
5399         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5400         (auth-source-forget-all-cached): New convenience function.
5401         (auth-source-user-or-password): Accept list of modes or a single mode.
5402
5403         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5404         auth-source modes.
5405
5406         * netrc.el (netrc-machine-user-or-password): Use list of
5407         auth-source modes.
5408
5409         * nnimap.el (nnimap-open-connection): Use list of
5410         auth-source modes.
5411
5412         * nntp.el (nntp-send-authinfo): Use list of
5413         auth-source modes.
5414
5415 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5416
5417         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5418         now.
5419
5420 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5421
5422         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5423         coding system in XEmacs; add a workaround for XEmacs.
5424
5425         * lpath.el: Fbind coding-system-aliasee.
5426
5427 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5428
5429         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5430         of current-language-environment.
5431
5432 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5433
5434         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5435         available at runtime.
5436
5437 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5438
5439         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5440
5441 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5442
5443         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5444         the greatest positive fixnum value doesn't work under an XEmacs with
5445         bignum support; use the most-positive-fixnum constant instead,
5446         available since Emacs 21.1 with cl and XEmacs 21.1.
5447
5448 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5449
5450         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5451         XEmacs gets not to work.
5452
5453 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5454
5455         * mm-util.el (mm-coding-system-priorities): Allow the value like
5456         "Japanese (UTF-8)" of current-language-environment.
5457
5458 2009-01-09  Glenn Morris  <rgm@gnu.org>
5459
5460         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5461         with last-command-event.
5462
5463 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5464
5465         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5466         in the doc string.
5467
5468         * message.el (message-fix-before-sending): Amend comment.
5469
5470 2009-01-08  Dave Love  <fx@gnu.org>
5471
5472         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5473
5474 2009-01-07  David Engster  <dengste@eml.cc>
5475
5476         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5477         simplified server definitions by converting it via
5478         gnus-server-to-method.
5479
5480 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5481
5482         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5483         parameter's operands.
5484
5485 2009-01-06  David Engster  <dengste@eml.cc>
5486
5487         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5488         primary select method (for gnus-group-mark-article-as-read).
5489
5490 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5491
5492         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5493         `(gnus)Face', not `(gnus)X-Face'.
5494
5495 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5496
5497         * mm-util.el (mm-ucs-to-char): New function.
5498
5499         * mm-url.el (mm-url-decode-entities): Use it.
5500
5501         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5502         unicode-to-char.
5503
5504 2009-01-05  Dave Love  <fx@gnu.org>
5505
5506         * time-date.el: Require cl for `declare'.
5507
5508 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5509
5510         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5511         Dave Love.
5512
5513 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5514
5515         * message.el (message-fix-before-sending): Add `eight-bit' to
5516         illegible-text check.
5517
5518 2009-01-03  Michael Olson  <mwolson@gnu.org>
5519
5520         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5521         `headers' is nil.  This can occur if the IMAP server does not have
5522         permissions to read messages from a folder, but can write new messages
5523         to the folder.
5524         (nnimap-request-article-part): Do not insert `data' if it is nil.
5525
5526         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5527         characters which will confuse `read', so skip past them.
5528
5529 2009-01-01  Dave Love  <fx@gnu.org>
5530
5531         * imap.el (imap-string-to-integer): Fix typo.
5532         (imap-fetch-safe): New function.
5533         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5534
5535         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5536
5537         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5538         (imap-parse-greeting): Fix doc strings.
5539         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5540         (imap-parse-flag-list): Make messages unique.
5541         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5542
5543         * nnimap.el: Fix author email.
5544         (nnimap-split-rule): Add FIXME comment.
5545         (nnimap-debug): Fix doc string.
5546
5547 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5548
5549         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5550
5551 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5552
5553         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5554         nslookup if resolv.conf isn't available.
5555         (dns-query): Rename from query-dns.
5556         (dns-query-cached): Rename from query-dns-cached.
5557
5558 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5559
5560         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5561         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5562         to check if those variables exist (first appeared in Emacs 18.50).
5563
5564 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5565
5566         * mm-util.el (mm-line-number-at-pos): New function.
5567
5568         * spam-report.el (spam-report-process-queue): Use it.
5569
5570 2008-12-24  David Engster  <dengste@eml.cc>
5571
5572         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5573         parameters that haven't existed as variables as buffer-local variables.
5574
5575 2008-12-23  Dave Love  <fx@gnu.org>
5576
5577         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5578         cadar.
5579
5580         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5581         imap-starttls-p.
5582         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5583
5584 2008-12-22  Dave Love  <fx@gnu.org>
5585
5586         * imap.el: Fix author email.  Doc fixes.
5587         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5588         reply.
5589
5590 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5591
5592         * spam-report.el (spam-report-gmane-max-requests): New constant.
5593         (spam-report-gmane-wait): New variable.
5594         (spam-report-gmane-ham, spam-report-gmane-spam)
5595         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5596         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5597         the server.
5598
5599         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5600         Add explanations.
5601
5602         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5603         nnheader-accept-process-output and nnheader-read-timeout if available.
5604         (pop3-movemail): Use it.
5605
5606         * message.el (message-check-news-body-syntax): Fix signature check if
5607         there's an attachment.
5608
5609 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5610
5611         * mm-util.el: Add comments to the mm- emulating functions.
5612
5613 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5614
5615         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5616         Reported by Stephen Berman <stephen.berman@gmx.net>.
5617
5618 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5619
5620         * mm-util.el (mm-substring-no-properties): New function.
5621         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5622         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5623         (mm-string-to-multibyte): Doc fix.
5624
5625         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5626
5627 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5628
5629         * mml.el (mml-attach-file): Strip text properties from file name.
5630         (Bug#1574)
5631
5632 2008-12-16  Glenn Morris  <rgm@gnu.org>
5633
5634         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5635
5636 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5637
5638         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5639         knows since the charset specified might be a bogus alias that
5640         mm-charset-synonym-alist provides.
5641
5642 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5643
5644         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5645         "ISO_8859-1".
5646
5647         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5648
5649 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5650
5651         * mm-util.el (mm-charset-eval-alist):
5652         Define it before mm-charset-to-coding-system.
5653         (mm-charset-to-coding-system): Add optional argument `silent';
5654         define it before mm-charset-override-alist.
5655         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5656         default value if it can be used in Emacs currently running;
5657         silence mm-charset-to-coding-system.
5658
5659 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5660
5661         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5662         `allow-override' which says whether to use `mm-charset-override-alist'.
5663         (rfc2047-decode-encoded-words): Use it.
5664
5665         * mm-util.el (mm-charset-override-alist): Fix custom type;
5666         add `(gb2312 . gbk)' to choices.
5667
5668 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5669
5670         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5671         fast.
5672
5673         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5674
5675         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5676
5677 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5678
5679         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5680         on links.
5681
5682         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5683
5684 2008-12-03  Lute Kamstra  <lute@gnu.org>
5685
5686         * sha1.el: Remove leading * from docstrings of defcustoms,
5687         deffaces, defconsts and defuns.
5688
5689 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5690
5691         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5692         users' addresses that don't have domain parts.
5693         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5694         rather than message-narrow-to-head since there will be the message
5695         header separator.
5696
5697 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5698
5699         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5700         since the result is inserted in a unibyte buffer anyway.
5701         (nnimap-demule-use-string-to-multibyte): Remove.
5702         (nnimap-demule): Alias it to mm-string-to-multibyte.
5703
5704 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5705
5706         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5707         variable for debugging bug#464 and bug#1174.
5708         (nnimap-demule): Use it.
5709
5710 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5711
5712         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5713         score calculation correctly.
5714
5715 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5716
5717         * message.el (message-send-mail): Just set the buffer to unibyte
5718         rather than use mm-with-unibyte-current-buffer which does a lot more.
5719         (message-send-mail-partially): Don't bother with
5720         mm-with-unibyte-current-buffer since it's already been made unibyte by
5721         message-send-mail.
5722
5723 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5724
5725         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5726
5727 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5728
5729         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5730
5731 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5732
5733         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5734         require itself and to remove `with-no-warnings'.
5735
5736 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5737
5738         * starttls.el (starttls-any-program-available): Get the name of the
5739         available TLS layer program.
5740         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5741         well as the host name in the "opening" message.
5742
5743         * auth-source.el (auth-source-cache, auth-source-do-cache)
5744         (auth-source-user-or-password): Cache passwords and logins by default,
5745         allow override with `auth-source-do-cache'.
5746         (auth-source-forget-user-or-password): Allow users to remove cache
5747         entries if needed.
5748
5749 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5750
5751         * md4.el (md4-buffer): Fix typo in docstring.
5752         (md4, md4-64): Doc fixes.
5753         (md4-pack-int32): Reflow docstring.
5754
5755 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5756
5757         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5758         condition-case to only the forward-sexp call.
5759
5760 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5761
5762         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5763         quotes contained.  Make it more robust regardless by an extra
5764         condition-case wrapper.
5765
5766 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5767
5768         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5769
5770 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5771
5772         * nnml.el (nnml-request-expire-articles): Check if the function set to
5773         `nnmail-expiry-target' returns the symbol `delete'.
5774
5775         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5776
5777         * nnmail.el (nnmail-expiry-target): Fix custom type.
5778
5779 2008-10-02  Glenn Morris  <rgm@gnu.org>
5780
5781         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5782         Silence compiler warning.
5783
5784 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5785
5786         * tls.el (open-tls-stream): Show the actual command being
5787         executed, instead of the format string.
5788
5789 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5790
5791         * lpath.el: Fbind codepage-setup for Emacs 23.
5792
5793 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5794
5795         * mml.el (mml-menu): Don't assume mml2015 is bound.
5796
5797 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5798
5799         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5800         exists.
5801
5802 2008-09-27  Glenn Morris  <rgm@gnu.org>
5803
5804         * gnus-util.el (mail-header-remove-comments): Autoload it.
5805
5806 2008-09-27  Andreas Schwab  <schwab@suse.de>
5807
5808         * gnus-util.el (gnus-split-references): Strip comments.
5809         (gnus-parent-id): Likewise.
5810
5811 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5812
5813         * message.el (message-confirm-send): Fix version.
5814
5815 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5816
5817         * message.el (message-idna-to-ascii-rhs-1): Use
5818         mail-extract-address-components rather than mail-header-parse-addresses
5819         that is an alias by default to ietf-drums-parse-addresses that does not
5820         support non-ASCII names in headers' contents.
5821
5822 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5823
5824         * message.el (message-confirm-send): Fix variable documentation to
5825         avoid the "y/n" wording.
5826
5827 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5828
5829         * message.el (message-set-auto-save-file-name): Save to a different
5830         filename so multiple messages (especially drafts) can be recovered.
5831
5832 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5833
5834         * message.el (message-confirm-send): Add appropriate version.
5835
5836 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5837
5838         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5839         defvar.
5840
5841 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5842
5843         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5844         (mm-pkcs7-enveloped-magic): Ditto.
5845
5846 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5847
5848         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5849         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5850
5851 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5852
5853         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5854         default, it's better.
5855
5856 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5857
5858         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5859         summary line gnus-number property and ignore them (with a warning
5860         message).
5861
5862 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5863
5864         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5865         macro caddr in the interactive form since it won't be expanded.
5866
5867 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5868
5869         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5870         `charset'; fix name of function called recursively.
5871         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5872
5873 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5874
5875         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5876         (gnus-mime-set-charset-parameters): New function.
5877         (gnus-mime-view-part-as-charset): Use it to correctly display part
5878         specifying wrong charset.
5879
5880 2008-09-08  David Engster  <dengste@eml.cc>
5881
5882         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5883         in completing-read for back end server.
5884
5885 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5886
5887         * message.el (message-confirm-send): New variable to confirm sending a
5888         message.
5889         (message-send): Use it.
5890
5891 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5892
5893         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5894
5895 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5896
5897         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5898
5899 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5900
5901         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5902         prevent tracking too many groups.
5903         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5904         Use it.
5905
5906 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5907
5908         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5909         moving point to the bottom of the window in order to avoid recentering.
5910
5911 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5912
5913         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5914
5915         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5916         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5917         (gnus-article-beginning-of-window): Fix calculation.
5918
5919 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5920
5921         * gnus-msg.el (gnus-summary-supersede-article)
5922         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5923         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5924         message header.
5925
5926 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5927
5928         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5929         pending output coming after the status change.
5930
5931 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5932
5933         * message.el:
5934         * gnus-start.el:
5935         * gnus-registry.el: Remove VMS support.
5936
5937 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5938
5939         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5940         macro.
5941         (rfc2104-hash): Use it.
5942
5943 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5944
5945         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5946         (gnus-summary-sort-by-most-recent-date): New commands.
5947         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5948         and menu entries.
5949
5950 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5951
5952         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5953         don't redisplay article for raw contents; remove plural articles stuff.
5954
5955         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5956         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5957         on gnus-summary-save-article; display results properly.
5958
5959 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5960
5961         * lpath.el: No need to fbind ns-focus-frame.
5962
5963 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5964
5965         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5966
5967 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5968
5969         * gnus-art.el (gnus-summary-save-in-pipe):
5970         Consider gnus-save-all-headers.
5971
5972 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5973
5974         * gnus-util.el (ns-focus-frame): Remove declaration.
5975         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5976         like x.
5977
5978 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5979
5980         * rfc2104.el (rfc2104-zero): Delete defconst.
5981         (rfc2104-hex-alist): Likewise.
5982         (rfc2104-hex-to-int): Delete func.
5983         (rfc2104-hexstring-to-bitstring): Likewise.
5984         (rfc2104-nybbles): New defconst.
5985         (rfc2104-hash): Rewrite for speed.
5986
5987 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5988
5989         * tls.el (open-tls-stream): Make it work with the 2nd argument
5990         BUFFER that is a string but does not exist as a buffer object, as
5991         mentioned in the doc-string.
5992
5993 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5994
5995         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5996         SXEmacs.
5997
5998 2008-07-16  Glenn Morris  <rgm@gnu.org>
5999
6000         * gnus-util.el (ns-focus-frame): Declare for compiler.
6001
6002 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6003
6004         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6005         set as a group parameter.
6006         (gnus-summary-save-in-pipe): Work when it is called independently.
6007         (gnus-summary-pipe-to-muttprint): Don't modify
6008         gnus-summary-pipe-output-default-command.
6009
6010 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6011
6012         * message.el (message-send-mail-with-sendmail):
6013         Display the error message.
6014
6015 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6016
6017         * gnus-art.el (gnus-default-article-saver):
6018         Add gnus-summary-save-in-pipe to choices.
6019         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6020         gnus-summary-pipe-output-default-command as the default command.
6021         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6022         instead of gnus-last-shell-command.
6023
6024         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6025         New user option.
6026         (gnus-summary-muttprint-program): Mention the value will be changed.
6027         (gnus-summary-save-article): Force showing of all headers.
6028         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6029
6030 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6031
6032         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6033
6034 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6035
6036         * nnimap.el (nnimap-id):
6037         * sieve-manage.el (sieve-manage-open): Doc fixes.
6038
6039 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6040
6041         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6042         if available.
6043
6044 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6045
6046         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6047
6048         * nnkiboze.el (nnkiboze-generate-group):
6049         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6050
6051         * nnmairix.el: Require CL.
6052
6053 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6054
6055         * dgnushack.el: Autoload get-display-table and put-display-table for
6056         XEmacs 21.5.
6057
6058         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6059         21.4 and SXEmacs.
6060
6061 2008-06-15  David Engster  <dengste@eml.cc>
6062
6063         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6064
6065 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6066
6067         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6068         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6069         runtime choice under XEmacs.
6070
6071         * gnus-sum.el (gnus-summary-set-display-table):
6072         Use `gnus-put-display-table', `gnus-get-display-table',
6073         `gnus-set-display-table' for the display table, instead of `aset'.
6074
6075         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6076         Use `gnus-put-display-table', `gnus-get-display-table',
6077         `gnus-set-display-table' for the display table.
6078
6079 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6080
6081         * nnmairix.el: Add autoloads.
6082
6083 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6084
6085         * nnmairix.el (nnmairix-delete-recreate-group)
6086         (nnmairix-update-and-clear-marks): Fix error messages.
6087
6088 2008-06-14  David Engster  <dengste@eml.cc>
6089
6090         * nnmairix.el: Upgrade to version 0.6.
6091         (nnmairix-group-toggle-propmarks-this-group)
6092         (nnmairix-group-toggle-readmarks-this-group)
6093         (nnmairix-group-delete-recreate-this-group)
6094         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6095         (nnmairix-remove-tick-mark-original-article): New commands.
6096         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6097         (nnmairix-propagate-marks-to-nnmairix-groups)
6098         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6099         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6100         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6101         functions needed for marks propagation and manipulation of read marks.
6102         (nnmairix-update-groups): New function.
6103         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6104         (nnmairix-determine-original-group-from-registry)
6105         (nnmairix-determine-original-group-from-path)
6106         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6107         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6108         New helper functions.
6109         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6110         keystrokes for new commands.
6111         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6112         (nnmairix-request-group): Check allow-fast group parameter.
6113         (nnmairix-request-create-group): Set allow-fast group parameter if
6114         nnmairix-allowfast-default is set.
6115         (nnmairix-close-group): Propagate marks upon closing if needed.
6116         (nnmairix-group-toggle-threads-this-group): Use new.
6117         nnmairix-group-toggle-parameter helper function.
6118         (nnmairix-search): Better check for empty search result.
6119         (nnmairix-goto-original-article): Use new helper functions for
6120         determining original article.
6121         (nnmairix-show-original-article): Make sure message-id is in brackets.
6122         (nnmairix-call-mairix-binary): Change variable name.
6123         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6124         helper function.
6125         (nnmairix-widget-toggle-activate): Fix doc string.
6126
6127 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6128
6129         * nnir.el: Require edmacro when compiling with XEmacs.
6130         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6131         available in Emacs 21.
6132
6133 2008-06-11  Glenn Morris  <rgm@gnu.org>
6134
6135         * gnus-util.el (x-focus-frame):
6136         * gnus.el (image-size):
6137         * mm-decode.el (image-size): Declare.
6138
6139         * gnus-picon.el (declare-function): Add compat definition.
6140         (image-size): Declare.
6141
6142         * gnus-group.el (tool-bar-map):
6143         * gnus-sum.el (tool-bar-map): Define for compiler.
6144
6145         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6146
6147         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6148
6149         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6150         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6151         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6152         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6153         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6154         * sieve-manage.el, spam-report.el, spam.el:
6155         Remove unnecessary eval-and-compile of autoloads.
6156
6157 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6158
6159         * auth-source.el: Precise Tramp doc.
6160
6161 2008-06-07  Glenn Morris  <rgm@gnu.org>
6162
6163         * nnmairix.el: Remove unnecessary eval-when-compile.
6164
6165 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6166
6167         * lpath.el: Fbind propertize for XEmacs 21.4.
6168
6169 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6170
6171         * nnir.el: Move here from ../contrib.
6172
6173 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6174
6175         * gnus-util.el (gnus-read-shell-command): New function.
6176         * mm-decode.el (mm-pipe-part):
6177         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6178
6179 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6180
6181         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6182
6183 2008-06-03  Glenn Morris  <rgm@gnu.org>
6184
6185         * pop3.el (nnheader-accept-process-output): Autoload it.
6186
6187 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6188
6189         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6190         are not 2-digit hexadecimal characters that follow `%'s.
6191
6192 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6193
6194         * message.el (message-bogus-recipient-p): Fix type in doc string.
6195         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6196         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6197         Improve custom options.
6198         (message-bogus-recipient-p): Adjust accordingly.
6199
6200 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6201
6202         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6203         long-form month and day names.
6204
6205 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6206
6207         * dgnushack.el: Autoload debug, eudc-expand-inline and
6208         pgg-snarf-keys-region for XEmacs.
6209
6210         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6211
6212         * nnmairix.el: Require edmacro when compiling with XEmacs.
6213
6214 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6215
6216         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6217         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6218
6219 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6220
6221         * auth-source.el: Add more docs.
6222
6223         * netrc.el (netrc-machine): Always match if the port is not given.
6224
6225 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6226
6227         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6228         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6229         retrieval faster in some cases, but might make CPU usage larger.
6230         If this has any bad side effects, we might revert this change.
6231
6232         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6233         seems to make mail retrieval much, much faster.
6234         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6235         unconditionally.
6236
6237         * gnus-draft.el (gnus-group-send-queue):
6238         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6239
6240 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6241
6242         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6243
6244         * message.el (message-bogus-address-regexp): Fix and improve custom
6245         type.
6246         (message-setup-hook): Add message-check-recipients as custom option.
6247
6248 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6249
6250         * message.el (message-cite-function): Remove bogus autoload which crept
6251         in during merge from v5-10.
6252
6253 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6254
6255         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6256
6257         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6258
6259         * auth-source.el: Preliminary Tramp docs.
6260         (auth-sources): Change the default auth-sources to use
6261         EPA .gpg files.
6262
6263 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6264
6265         * nntp.el: Autoload `auth-source-user-or-password'.
6266         (nntp-send-authinfo): Use it.
6267
6268         * nnimap.el: Autoload `auth-source-user-or-password'.
6269         (nnimap-open-connection): Use it.
6270
6271         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6272         for the gnus-message function.
6273         (auth-source-user-or-password): Use it.
6274
6275 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6276
6277         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6278         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6279         (rfc2104-hash): Use it.
6280
6281 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6282
6283         * gnus-art.el (gnus-article-toggle-truncate-lines):
6284         Don't use `iff' in docstring.
6285
6286 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6287
6288         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6289
6290         * gnus-util.el (gnus-extract-address-component-name)
6291         (gnus-extract-address-component-email): Convenience functions around
6292         `gnus-extract-address-components'.
6293
6294         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6295         Use `gnus-extract-address-component-email' to fix bug of comparing full
6296         sender name to `user-mail-address'.
6297
6298 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6299
6300         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6301         catch/throw to optimize.
6302         (gnus-registry-find-keywords): Just use member to find a keyword.
6303
6304 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6305
6306         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6307         is current before calling gnus-server-prepare.
6308         (gnus-server-setup-buffer, gnus-server-update-server)
6309         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6310
6311 2008-05-04  Juri Linkov  <juri@jurta.org>
6312
6313         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6314         (mailcap-file-default-commands): Use mailcap-replace-in-string
6315         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6316         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6317
6318 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6319
6320         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6321
6322 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6323
6324         * gnus.el: Bump version to 0.11.
6325
6326 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6327
6328         * gnus.el: No Gnus v0.10 is released.
6329
6330 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6331
6332         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6333         hooks.
6334         (gnus-update-read-articles): Speed up non-marks-using users.
6335         (gnus-use-marks): Define gnus-use-marks.
6336         (gnus-propagate-marks): Rename variable to something more sensible.
6337
6338 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6339
6340         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6341         (gmm-image-load-path-for-library): Fix typos in docstrings.
6342         (gmm-message): Reflow docstring.
6343
6344 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6345
6346         * mail-source.el (mail-source-set-1, mail-source-bind):
6347         Move auth-source code out of the macro to clean it up and fix bugs.
6348
6349 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6350
6351         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6352         by sender if it's equal to user-mail-address, it's likely to be
6353         useless.
6354
6355         * mail-source.el (mail-source-bind): Don't use user or password if they
6356         are not bound.  Unintern them if they are nil.  Don't use server unless
6357         it's bound, and default it to empty string otherwise.
6358
6359 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6360
6361         * mail-source.el: Load auth-source.el.
6362         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6363         get user name or password, if auth-sources is set up.
6364
6365         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6366         strategy of splitting with parent.
6367         (gnus-registry-split-fancy-with-parent)
6368         (gnus-registry-post-process-groups): Use it and fix prior
6369         bug (returning a list as the split result).
6370
6371         * auth-source.el (auth-sources): Remove server parameter.
6372         (auth-source-pick, auth-source-user-or-password)
6373         (auth-source-user-or-password-imap)
6374         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6375         (auth-source-user-or-password-sftp)
6376         (auth-source-user-or-password-smtp): Remove server parameter.
6377
6378 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6379
6380         * smime.el (smime-sign-region, smime-encrypt-region)
6381         (smime-decrypt-region):
6382         Remove redundant calls to `generate-new-buffer-name'.
6383
6384 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6385
6386         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6387         Don't use QP for message/rfc822.
6388         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6389
6390 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6391
6392         * sieve-manage.el (sieve-string-bytes): Remove.
6393         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6394         correct byte-length only if the process's coding-system is the same as
6395         the one used internally by Emacs to represent strings.
6396
6397 2008-04-22  Juri Linkov  <juri@jurta.org>
6398
6399         * mailcap.el (mailcap-file-default-commands): New function.
6400
6401 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6402
6403         * message.el (message-signature-separator, message-cite-function):
6404         Change custom version.
6405
6406 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6407
6408         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6409         commands.
6410         (tls-checktrust): Ditto.
6411
6412 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6413
6414         * mm-decode.el (mm-display-external): Make temp file read-only.
6415
6416 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6417
6418         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6419         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6420         `C-c C-f d'.
6421
6422 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6423
6424         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6425
6426 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6427
6428         * gnus.el: Bump version to 0.9.
6429
6430 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6431
6432         * gnus.el: No Gnus v0.8 is released.
6433
6434 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6435
6436         * mail-source.el (mail-source-value):
6437         Prefer fboundp to functionp so it works with macros as well.
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         Fix last change in case the element is not even a symbol.
6443
6444 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6445
6446         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6447         Prefer fboundp to functionp so it works with macros as well.
6448
6449 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6450
6451         * auth-source.el: Add docs.
6452         (auth-sources): Modify format to support server.
6453         (auth-source-pick, auth-source-user-or-password)
6454         (auth-source-user-or-password-imap)
6455         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6456         (auth-source-user-or-password-sftp)
6457         (auth-source-user-or-password-smtp): Add server parameter.
6458
6459 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6460
6461         * gnus-registry.el: Initialize the registry when gnus-registry-install
6462         is t.
6463
6464 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6465
6466         * compface.el (uncompface): Make buffer unibyte.
6467
6468 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6469
6470         * mail-source.el (mail-source-value):
6471         Prefer fboundp to functionp so it works with macros as well.
6472
6473 2008-04-05  Glenn Morris  <rgm@gnu.org>
6474
6475         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6476
6477 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6478
6479         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6480         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6481
6482         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6483         multibyteness after rather than before erasing it.
6484
6485         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6486         mm-with-multibyte.
6487         (gnus-request-article-this-buffer): Make sure the proper decoding is
6488         used if gnus-original-article-buffer happens to be unibyte.
6489
6490         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6491         default-enable-multibyte-characters.
6492
6493         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6494         default-enable-multibyte-characters.
6495
6496         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6497
6498         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6499
6500 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6501
6502         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6503         Fix last change in case the element is not even a symbol.
6504
6505 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6506
6507         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6508         (imap-message-copyuid-1): Use it.
6509         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6510         J. Williams in
6511         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6512
6513         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6514         imap-enable-exchange-bug-workaround.
6515         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6516
6517 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6518
6519         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6520         a 100 byte status-checks into a 2-3MB transfer for each group.
6521         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6522         to enable bug workaround or not.
6523         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6524
6525 2008-03-31  Glenn Morris  <rgm@gnu.org>
6526
6527         * message.el (mml2015-use): Declare for compiler.
6528         (message-info): Require mml2015 when appropriate.
6529
6530 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6531
6532         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6533         whitespace.
6534
6535 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6536
6537         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6538         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6539         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6540         (nntp-service-to-port): New function.
6541         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6542         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6543         (nntp-open-netcat-stream): New function.
6544         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6545
6546 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6547
6548         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6549
6550 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6551
6552         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6553
6554 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6555
6556         * dns.el (dns-write): Use set-buffer-multibyte.
6557
6558 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6559
6560         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6561
6562 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6563
6564         * message.el (message-signature-separator): Change default.
6565         Improve custom type.
6566         (message-cite-function): Change default to
6567         message-cite-original-without-signature.
6568
6569         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6570         toggle.
6571
6572         * message.el (message-check-news-body-syntax): Fix signature check.
6573         (message-setup-1): Mark buffer as unmodified _after_ running
6574         message-setup-hook and handling message-alternative-emails.
6575         (message-shorten-references): Be more strict when building list of
6576         valid references to comply with GNKSA.
6577
6578         * gnus-group.el (gnus-read-ephemeral-bug-group)
6579         (gnus-read-ephemeral-debian-bug-group)
6580         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6581
6582         * message.el (message-info): Don't use booleanp which isn't supported
6583         in Emacs 21 and XEmacs.
6584
6585 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6586
6587         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6588         gnus-group-gmane-group-download-format.
6589         (gnus-group-read-ephemeral-gmane-group): Rename from
6590         gnus-group-read-ephemeral-gmane-group.
6591         (gnus-read-ephemeral-gmane-group-url): Rename from
6592         gnus-group-read-ephemeral-gmane-group-url.
6593         (gnus-bug-group-download-format-alist): New variable.
6594         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6595         (gnus-read-ephemeral-emacs-bug-group): New commands.
6596
6597 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6598
6599         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6600         (gnus-visible-headers): Improve custom type.
6601
6602 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6603
6604         * mml.el (mml-menu): Add workarounds for XEmacs.
6605
6606         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6607         X-Boundary header.
6608
6609         * message.el (message-simplify-recipients): Fix previous commit.
6610
6611 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6612
6613         * mm-util.el (mm-set-buffer-multibyte): New function.
6614         * mm-decode.el (mm-copy-to-buffer): Use it.
6615
6616         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6617         Prefer fboundp to functionp so it works with macros as well.
6618
6619 2008-03-19  Glenn Morris  <rgm@gnu.org>
6620
6621         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6622         Accidentally removed in the sync process with Emacs.
6623
6624 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6625
6626         * message.el (message-alter-recipients-discard-bogus-full-name):
6627         New function.
6628         (message-alter-recipients-function): New variable.
6629         (message-get-reply-headers): Use it.
6630         (message-replace-header): New helper function.
6631         (message-recipients-without-full-name): New variable.
6632         (message-simplify-recipients): New command.
6633
6634         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6635
6636         * message.el (message-info): Handle EasyPG manual.
6637
6638         * mml.el (mml-menu): Add entry for EasyPG.
6639
6640 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6641
6642         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6643         parameter.
6644
6645         * message.el (message-disassociate-draft): Specify drafts group name
6646         fully.
6647
6648 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6649
6650         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6651         Eliminate unnecessary duplicates from the match list.
6652
6653 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6654
6655         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6656
6657         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6658
6659         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6660         args of `how-many' of which the XEmacs version doesn't take; declare
6661         Info-index-next as function.
6662
6663 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6664
6665         * gnus-score.el (gnus-score-headers): Fix handling of
6666         gnus-inhibit-slow-scoring.
6667
6668         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6669         string.
6670         (gnus-button-url-regexp): Improve handling of parenthesis.
6671         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6672         (gnus-button-handle-info-keystrokes): Handle index entries.
6673
6674 2008-03-15  Glenn Morris  <rgm@gnu.org>
6675
6676         * parse-time.el (parse-time-string): Simplify.
6677
6678 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6679
6680         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6681         Incoming* files.
6682
6683 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6684
6685         * auth-source.el (auth-sources): Rename from auth-source-choices.
6686         (auth-source-pick): Use it.
6687
6688 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6689
6690         * binhex.el (binhex-decode-region-internal):
6691         * uudecode.el (uudecode-decode-region-internal):
6692         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6693         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6694         setting default-enable-multibyte-characters.
6695
6696 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6697
6698         * auth-source.el (auth-source-protocols)
6699         (auth-source-protocols-customize, auth-source-choices): Add and
6700         modified variable customizations and defaults.
6701         (auth-source-pick, auth-source-user-or-password)
6702         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6703         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6704         (auth-source-user-or-password-sftp)
6705         (auth-source-user-or-password-smtp): Use new variables and provide an
6706         interface to netrc.el.
6707
6708 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6709
6710         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6711         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6712         Make sure the nntp port to specify is a string.
6713
6714 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6715
6716         * nntp.el: Use with-current-buffer.
6717         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6718         dubious mm-with-unibyte-current-buffer.
6719         (nntp-with-open-group-function): New function extracted from
6720         nntp-with-open-group macro.
6721         (nntp-with-open-group): Use the function, so it's easier to debug.
6722         Add indentation and debugging info.
6723         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6724         Recommend the use of the netcat alternatives.
6725
6726         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6727         Avoid mm-string-as-multibyte as well.
6728
6729         * nnweb.el (nnweb-insert-html):
6730         Remove use of nnheader-string-as-multibyte.
6731
6732         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6733         (nnheader-string-as-multibyte): Remove.
6734
6735         * mm-view.el: Use inhibit-read-only.
6736         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6737         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6738         or unibyte-string.
6739
6740         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6741         (mm-uu-yenc-extract): Use with-current-buffer.
6742
6743         * gnus-soup.el (gnus-soup-send-packet): Don't use
6744         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6745
6746         * nnmh.el: Use with-current-buffer.
6747         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6748         mm-string-as-multibyte on the output of mm-encode-coding-string.
6749
6750         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6751         (nnimap-request-move-article): Use with-current-buffer.
6752
6753         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6754         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6755         conversion uses string-make-unibyte rather than string-as-unibyte.
6756
6757         * gnus-msg.el: Use with-current-buffer.
6758
6759         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6760
6761 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6762
6763         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6764         string for caching if it is 'PIN.
6765
6766 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6767
6768         * lpath.el: Consider the case without Emacs/W3.
6769
6770 2008-03-08  Glenn Morris  <rgm@gnu.org>
6771
6772         * time-date.el (date-to-time, time-subtract, time-add)
6773         (safe-date-to-time): Doc fixes.
6774
6775 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6776
6777         * mail-source.el (mail-source-delete-old-incoming-confirm):
6778         Change default to nil.
6779         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6780
6781 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6782
6783         * lpath.el: Rearrange.
6784
6785         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6786         (gnus-article-goto-prev-page): Work for articles having ^L's.
6787
6788         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6789
6790         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6791
6792 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6793
6794         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6795         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6796         (gnus-bookmark-jump): Adjust some variable names.
6797
6798 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6799
6800         * auth-source.el: New package.
6801         (auth-source-choices): Add customization entry point variable.
6802
6803         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6804         bug.
6805
6806 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6807
6808         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6809         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6810         (gnus-registry-install-shortcuts): Rename from
6811         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6812         the `gnus-registry-mark-map' keymap dynamically from
6813         `gnus-registry-marks'.  The generated functions update the summary line
6814         when a registry mark is added or deleted, and will call
6815         `gnus-registry-install-p' (see the comments in the code).
6816         (gnus-registry-user-format-function-M): Use concat intelligently.
6817
6818         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6819         the registry mark functions.
6820
6821 2008-03-05  Glenn Morris  <rgm@gnu.org>
6822
6823         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6824         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6825         gnus-art.
6826         (top-level): No need to load own source when compiling.
6827
6828 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6829
6830         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6831         Suggested by <chris.anderton@zetnet.co.uk>.
6832
6833 2008-03-04  Glenn Morris  <rgm@gnu.org>
6834
6835         * gnus-sum.el (top-level): No need to require gnus when compiling,
6836         since unconditionally required near start of file.
6837         (gnus-summary-display-while-building): Move definition before use.
6838
6839 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6840
6841         * gnus-registry.el (gnus-registry-user-format-function-M):
6842         Add formatting function.
6843
6844 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6845
6846         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
6847         with plists.
6848         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6849         Use new format.
6850
6851 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6852
6853         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6854         `where-is-internal' that returns a range of key sequences.
6855
6856 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6857
6858         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6859
6860         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6861         (gnus-summary-jump-to-group): Consider windows on other displayed
6862         frames as well.  Similar changes might be needed elsewhere, but that's
6863         the one I've bumped into during my use.
6864
6865         * nndoc.el (nndoc-oe-dbx-type-p):
6866         * gnus-msg.el (gnus-debug):
6867         * gnus-group.el (gnus-update-group-mark-positions):
6868         Use mm-string-to-multibyte.
6869
6870 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6871
6872         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6873         doesn't handle NotDashEscaped.
6874
6875         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6876         (mml-dnd-attach-options): Fix typo in custom choice.
6877
6878         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
6879         Change nndoc-article-type to mbox.
6880         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6881
6882         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6883         to nil, instead of html2text.
6884
6885         * imap.el (imap-debug): Add `imap-ping-server'.
6886
6887         * gnus-bookmark.el: Add FIXMEs.
6888
6889         * message.el (message-form-letter-separator)
6890         (message-send-form-letter-delay): New variables.
6891         (message-send-form-letter): Use them.  New command to send form
6892         letters.  Requested by Uwe Siart.
6893         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6894
6895 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6896
6897         * Update copyright years.
6898
6899 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6900
6901         Sync from EMACS_22_BASE.
6902
6903         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6904
6905 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6906
6907         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6908         empty author.
6909
6910 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6911
6912         * gnus-registry.el (gnus-registry-marks): Add variable for
6913         customization of marks and their appearance.
6914         (gnus-registry-read-mark): Use it.
6915         (gnus-registry-do-marks): Add utility function to loop through
6916         `gnus-registry-marks'.
6917         (gnus-registry-install-shortcuts-and-menus): Add function to install
6918         shortcuts and menus.
6919         (gnus-registry-initialize): Use it.
6920         (gnus-registry-default-mark): Clarify documentation.
6921
6922 2008-02-29  Glenn Morris  <rgm@gnu.org>
6923
6924         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6925         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6926         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6927         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6928         Change defcustom :version from 23.0 to 23.1.
6929
6930 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6931
6932         * gnus-registry.el (gnus-registry-follow-group-p)
6933         (gnus-registry-post-process-groups): Add functions to aid registry
6934         splitting and improve logging.  Clarify behavior in function
6935         documentation.
6936         (gnus-registry-split-fancy-with-parent): Use them.
6937
6938 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6939
6940         * gnus-art.el: Use with-current-buffer.
6941
6942 2008-02-27  David Engster  <dengste@eml.cc>
6943
6944         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6945         Express real group name in the response.
6946
6947 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6948
6949         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6950         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6951         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6952         autoload gnus-registry-fetch-group when compiling.
6953         (nnmairix-request-group-with-article-number-correction):
6954         Remove unreferenced argument passed to nnmairix-call-backend.
6955
6956 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6957
6958         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6959         (mm-uu-extract): Improve face for low color ttys.
6960         Reported by Sascha Wilde.
6961
6962 2008-02-27  Glenn Morris  <rgm@gnu.org>
6963
6964         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6965         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6966         variables to defconsts.  Convert comments to doc-strings.
6967         (nnmairix-last-server, nnmairix-current-server): Convert from free
6968         variables to defvars.  Convert comments to doc-strings.
6969         (gnus-registry-fetch-group): Autoload.
6970         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6971         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6972         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6973         caddr.
6974         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6975         nnmairix-request-group-with-article-number-correction call.
6976         (nnmairix-fast, nnmairix-group): New, less general names, for free
6977         variables passed from nnmairix-request-group to
6978         nnmairix-request-group-with-article-number-correction.  Declare.
6979         (nnmairix-request-group-with-article-number-correction):
6980         Use nnmairix-fast, nnmairix-group rather than fast, group.
6981
6982 2008-02-26  David Engster  <dengste@eml.cc>
6983
6984         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6985         version 0.5.
6986
6987 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6988
6989         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6990         instead of making an extra function call.  Don't add the current group
6991         to articles only when they have the group.  Use
6992         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6993         Reported by David <de_bb@arcor.de>.
6994
6995 2008-02-24  Miles Bader  <miles@gnu.org>
6996
6997         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
6998         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
6999         (mm-find-mime-charset-region):
7000         * mm-bodies.el (mm-encode-body):
7001         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7002
7003 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7004
7005         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7006         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7007
7008 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7009
7010         * mail-source.el (mail-source-delete-incoming): Change default.
7011         Supplement doc string.
7012
7013         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7014
7015 2008-02-14  Glenn Morris  <rgm@gnu.org>
7016
7017         * time-date.el (format-seconds): New function.
7018
7019 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7020
7021         * nnmail.el (nnmail-message-id-cache-file): Derive from
7022         `gnus-home-directory'.
7023
7024 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7025
7026         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7027         Document negative prefix.
7028
7029         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7030
7031 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7032
7033         * message.el (message-unsent-separator): Add the Exim bounce
7034         separator.
7035
7036 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7037
7038         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7039         list.
7040         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7041         recipient/signer list.
7042
7043 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7044
7045         * Makefile.in (datarootdir): Define.
7046         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7047         name that might contain whitespace.
7048
7049 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7050
7051         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7052         fbound (Emacs 23 unicode), signal an error.
7053
7054 2008-02-08  Glenn Morris  <rgm@gnu.org>
7055
7056         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7057
7058 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7059
7060         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7061         ports to the calls to `netrc-machine-user-or-password' in addition to
7062         "imap" and "imaps".
7063
7064 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7065
7066         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7067
7068         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7069
7070 2008-02-01  Kenichi Handa  <handa@m17n.org>
7071
7072         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7073         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7074         (rfc2104-hash): Convert the result of concat to unibyte string.
7075
7076 2008-02-01  Dave Love  <fx@gnu.org>
7077
7078         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7079         coding-system-for-read.
7080         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7081
7082 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7083
7084         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7085         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7086         <hanche@math.ntnu.no>.
7087
7088 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7089
7090         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7091
7092         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7093
7094 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7095
7096         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7097         * message.el (message-beginning-of-line): Use featurep instead of bound
7098         tests in order to resolve conditionals at compile time.
7099
7100 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7101
7102         * mail-source.el (mail-sources): Add `group' choice.
7103
7104         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7105         parameter `in-group' to control into which group the articles go.
7106         Add treatment of `group' mail-source.
7107
7108 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7109
7110         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7111
7112         * mm-decode.el (mm-dissect-buffer): Decode description.
7113
7114         * mml.el (mml-to-mime): Encode message header first.
7115
7116 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7117
7118         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7119         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7120
7121         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7122         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7123
7124 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7125
7126         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7127
7128 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7129
7130         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7131         prefix keys.
7132         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7133         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7134         gnus-xmas.el.
7135
7136         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7137         (gnus-xmas-article-describe-bindings): New function.
7138         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7139         gnus-xmas-article-describe-bindings.
7140
7141         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7142
7143 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7144
7145         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7146         Add new variables for article mark management.
7147         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7148         list of extra data entries which, when present, will indicate that the
7149         article ID should not be trimmed from the registry.
7150         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7151         functions.
7152         (gnus-registry-read-mark): New function to read a mark name from the
7153         user.
7154         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7155         (gnus-registry-set-article-mark-internal): New functions to add and
7156         remove marks.
7157         (gnus-registry-get-article-marks): New function to show the marks for
7158         an article, or retrieve them for further use.
7159
7160 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7161
7162         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7163         keys when no argument is given.
7164
7165 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7166
7167         * imap.el (imap-ping-server): New variable.
7168         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7169         (imap-ping-server): Minor doc string fixes.
7170
7171 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7172
7173         * imap.el (imap-ping-server): New function.
7174         (imap-opened): Call imap-ping-server.
7175
7176 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7177
7178         * gnus-sum.el (gnus-article-sort-by-random)
7179         (gnus-thread-sort-by-random): Fix doc strings.
7180         Reported by jidanni@jidanni.org.
7181
7182 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7183
7184         * gnus-art.el (gnus-article-describe-bindings): New function.
7185         (gnus-article-read-summary-keys): Use it.
7186         (gnus-article-mode-map): Bind `C-h b' to it.
7187
7188 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7189
7190         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7191         XEmacs.
7192         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7193         Protect against non-character events.
7194
7195         * lpath.el: Fbind map-keymap for Emacs 21.
7196
7197 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7198
7199         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7200         New command.
7201         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7202         instead of END.  Change name of the temp file.
7203         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7204         customizable.
7205
7206 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7207
7208         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7209         bind `S W' to gnus-article-wide-reply-with-original; set default
7210         binding to gnus-article-read-summary-send-keys.
7211         (gnus-article-read-summary-keys): Fix the order of keys; display
7212         continuation keys correctly in the echo area; describe bindings
7213         correctly when keys end with `C-h'.
7214         (gnus-article-read-summary-send-keys): New function.
7215         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7216         Work for gnus-article-read-summary-send-keys; display continuation keys
7217         correctly in the echo area.
7218         (gnus-article-reply-with-original): Ignore prefix argument.
7219         (gnus-article-wide-reply-with-original): New function.
7220
7221         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7222         Emacs 21.
7223
7224 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7225
7226         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7227         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7228
7229 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7230
7231         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7232         (gnus-group-read-ephemeral-gmane-group): New command.
7233
7234 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7235
7236         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7237
7238 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7239
7240         * message.el (message-send-mail-function): Increase custom version.
7241
7242         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7243         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7244
7245 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7246
7247         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7248         for the cases where imap-authenticate is called with a nil buffer
7249         parameter.
7250
7251 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7252
7253         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7254         html parts correctly; support forwarded messages.
7255         (gnus-article-browse-html-article): Remove work buffers.
7256
7257         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7258         compiling.
7259         (netrc-bound-and-true-p): New macro.
7260         (netrc-parse): Use it instead of bound-and-true-p that is not available
7261         in XEmacs 21.4.
7262
7263 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7264
7265         * gnus-registry.el (gnus-registry-mark-article)
7266         (gnus-registry-article-marks): Add functionality to mark articles
7267         through the Gnus registry.
7268
7269         * encrypt.el: Clarify documentation for the new pgg method.
7270         (encrypt-file-alist): Add PGG option.
7271         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7272         functionality.  Abstract password key and messaging to external
7273         functions.
7274         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7275         (encrypt-message-method-and-cipher): Add new convenience external
7276         functions.
7277         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7278         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7279
7280         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7281         (netrc-parse): Use encrypt-file-alist to determine if
7282         encrypt-find-model or encrypt-insert-file-contents should be used.
7283
7284         * encrypt.el: Clarify documentation.  Load password-cache or
7285         password, whichever one is found first, instead of autoloading.
7286
7287 2007-12-19  Glenn Morris  <rgm@gnu.org>
7288
7289         * mml.el (message-options-set, message-narrow-to-head)
7290         (message-in-body-p, message-mail-p, message-encode-message-body):
7291         Autoload.
7292         (message-remove-header, message-narrow-to-headers-or-head)
7293         (message-subscribed-p, message-make-mail-followup-to)
7294         (message-position-on-field, message-news-p)
7295         (message-options-set-recipient, message-generate-headers)
7296         (message-sort-headers): Declare as functions.
7297
7298 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7299
7300         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7301         convention in doc string.
7302
7303 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7304
7305         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7306         title to html parts.
7307         (gnus-article-browse-html-article): Pass message header to it.
7308
7309         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7310
7311 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7312
7313         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7314         or password compatible with XEmacs.
7315
7316 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7317
7318         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7319         format document.
7320         (gnus-mime-delete-part): Don't write description line if empty.
7321         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7322
7323 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
7324
7325         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7326         (gnus-summary-mark-read-and-unread-as-read)
7327         (gnus-summary-mark-current-read-and-unread-as-read)
7328         (gnus-summary-mark-unread-as-ticked): Doc fix.
7329         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7330
7331 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7332
7333         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7334         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7335
7336 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7337
7338         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7339         yes-or-no-p.
7340
7341 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7342
7343         * mm-decode.el (mm-add-meta-html-tag): New function.
7344         (mm-save-part-to-file, mm-pipe-part): Use it.
7345
7346         * gnus-art.el (gnus-article-browse-delete-temp-files):
7347         Use gnus-y-or-n-p instead of y-or-n-p.
7348         (gnus-article-browse-html-parts): Work with message/external-body; use
7349         mm-add-meta-html-tag.
7350
7351 2007-12-11  Glenn Morris  <rgm@gnu.org>
7352
7353         * gnus-cache.el: Require gnus-sum not just when compiling.
7354
7355         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7356
7357         * gnus-int.el (gnus-server-opened, gnus-status-message):
7358         Move definitions before use.
7359
7360         * mm-decode.el: Require gnus-util.
7361         (mm-remove-part): Only call delete-annotation on XEmacs.
7362
7363         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7364
7365         * nnmail.el: Require gnus-int.
7366
7367         * spam.el: Move `require's before `eval-when-compile's.
7368
7369         * gnus-ems.el (gnus-alive-p):
7370         * gnus-fun.el (message-goto-eoh):
7371         * gnus-util.el (gnus-group-name-decode):
7372         * mail-source.el (gnus-compress-sequence):
7373         * message.el (Info-goto-node, format-spec):
7374         * mm-bodies.el (message-options-get):
7375         * mm-decode.el (mm-view-pkcs7):
7376         * mm-util.el (gmm-write-region):
7377         * mml-smime.el (mml-compute-boundary)
7378         (gnus-completing-read-with-default):
7379         * mml.el (widget-button-press, gnus-make-hashtable):
7380         * mml1991.el (mm-decode-content-transfer-encoding)
7381         (mm-encode-content-transfer-encoding)
7382         (message-options-get, message-options-set):
7383         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7384         * nnfolder.el (gnus-request-group):
7385         * nnheader.el (ietf-drums-unfold-fws):
7386         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7387         * smime.el (gnus-run-mode-hooks):
7388         * spam-stat.el (gnus-message): Autoload.
7389
7390         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7391         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7392         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7393         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7394         Add declare-function compatibility definition.
7395
7396         * gnus-cache.el (nnvirtual-find-group-art):
7397         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7398         (gnus-add-image, gnus-add-wash-type):
7399         * gnus-group.el (nnkiboze-score-file):
7400         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7401         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7402         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7403         (message-tokenize-header, gnus-get-buffer-create)
7404         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7405         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7406         * gnus.el (gnus-group-decoded-name):
7407         * mail-source.el (imap-capability):
7408         * mm-bodies.el (message-options-set):
7409         * mm-decode.el (gnus-configure-windows):
7410         * mm-extern.el (message-goto-body):
7411         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7412         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7413         (epg-sub-key-validity, message-options-set):
7414         * mml.el (widget-event-point, gnus-configure-windows):
7415         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7416         * mml2015.el (epg-check-configuration, epg-configuration)
7417         (message-options-set):
7418         * nndb.el (nndb-request-article):
7419         * nnfolder.el (gnus-request-create-group):
7420         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7421         * nnmaildir.el (gnus-group-mark-article-read):
7422         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7423         * rfc1843.el (message-fetch-field):
7424         * spam.el (gnus-extract-address-components):
7425         Declare as functions.
7426
7427 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7428
7429         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7430
7431         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7432
7433         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7434         bind show-trailing-whitespace for XEmacs.
7435
7436 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7437
7438         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7439         new no-op macro for backward compatibility.
7440
7441         * imap.el (imap-string-to-integer): New function.
7442
7443 2007-12-09  Glenn Morris  <rgm@gnu.org>
7444
7445         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7446
7447         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7448         * message.el, mm-view.el, sieve-manage.el, smime.el:
7449         Add declare-function compatibility definition.
7450
7451         * gnus-art.el (w3-region, w3m-region, Info-menu):
7452         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7453         * gnus-sum.el (gnus-get-predicate):
7454         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7455         * message.el (mail-abbrev-in-expansion-header-p):
7456         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7457         (w3m-detect-meta-charset, w3m-region):
7458         * sieve-manage.el (password-read, password-cache-add)
7459         (password-cache-remove):
7460         * smime.el (password-read-and-add): Declare as functions.
7461
7462 2007-12-08  David Kastrup  <dak@gnu.org>
7463
7464         * gnus-sum.el (gnus-summary-simplify-subject-query):
7465         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7466         `message'.
7467
7468 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7469
7470         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7471         it to bind idna-program, installation-directory, defined-colors, and
7472         face-attribute for XEmacs of the version that compiles defcustom forms.
7473
7474 2007-12-07  Glenn Morris  <rgm@gnu.org>
7475
7476         * gnus-art.el (article-make-date-line): Revert previous change.
7477
7478 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7479
7480         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7481
7482 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7483
7484         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7485         Call gnus-add-to-range ranges only once with a prepared article-list.
7486
7487 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7488
7489         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7490         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7491         group names with backslashes.
7492         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7493
7494 2007-12-06  Deepak Goel  <deego3@gmail.com>
7495
7496         * gnus-art.el (article-make-date-line):
7497         * gnus-start.el (gnus-load):
7498         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7499
7500 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7501
7502         * gnus-art.el (gnus-use-idna)
7503         * gnus-start.el (gnus-site-init-file)
7504         * message.el (message-use-idna)
7505         * mm-uu.el (mm-uu-hide-markers)
7506         * smiley.el (smiley-style): Revert changes that suppress warnings.
7507
7508 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7509
7510         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7511         specify charset to html source.
7512         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7513
7514 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7515
7516         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7517         idna-program in order to suppress byte compile warning issued by XEmacs
7518         that came to byte compile the default value section of defcustom forms
7519         recently.
7520
7521         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7522         value of installation-directory.
7523
7524         * message.el (message-use-idna): Don't directly refer to the value of
7525         idna-program.
7526
7527         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7528
7529         * smiley.el (smiley-style): Don't directly call face-attribute.
7530
7531 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7532
7533         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7534
7535         * gnus-dired.el: Reduce Gnus dependencies.
7536         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7537         Don't require.  Use autoloads instead.
7538         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7539         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7540         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7541         (gnus-dired-mode): Adjust doc string.
7542         (gnus-dired-mail-mode): New variable.
7543         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7544         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7545         (gnus-dired-mail-buffers): New function.  Return mail or message
7546         composition buffers.
7547         (gnus-dired-attach): Use it.
7548         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7549         NO-DECODE.
7550         (gnus-dired-print): Use `gnus-print-buffer' depending on
7551         `gnus-dired-mail-mode'.
7552
7553 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7554
7555         * rfc2047.el (rfc2047-encoded-word-regexp)
7556         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7557         explaining what regexp patterns are for.
7558
7559 2007-12-04  Glenn Morris  <rgm@gnu.org>
7560
7561         * password.el: Move to password-cache.el.
7562
7563         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7564         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7565         * mml-smime.el (password-read, password-cache-add)
7566         (password-cache-remove):
7567         No need to autoload, since mml-sec requires password.
7568
7569         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7570         * message.el (gnus-extract-address-components):
7571         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7572
7573         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7574         password.
7575
7576 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7577
7578         * mailcap.el: Reduce dependencies.
7579         (mail-header-parse-content-type): Autoload.
7580         (mailcap-delete-duplicates): New alias.
7581         (mailcap-mime-info): Add optional argument NO-DECODE.
7582         (mailcap-mime-types): Use mailcap-delete-duplicates.
7583
7584         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7585
7586 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7587
7588         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7589         (imap-parse-status): Upcase status-att for servers that sends them
7590         lower-case (e.g., MS Exchange 2007).
7591
7592 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7593
7594         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7595         function.
7596
7597         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7598         (gnus-uu-yenc-article): New function.
7599
7600         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7601
7602         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7603
7604 2007-12-02  Glenn Morris  <rgm@gnu.org>
7605
7606         * binhex.el (binhex): New custom group.
7607         (binhex-decoder-program, binhex-decoder-switches)
7608         (binhex-use-external): Move to the binhex custom group.
7609
7610         * uudecode.el (uudecode): New custom group.
7611         (uudecode-decoder-program, uudecode-decoder-switches)
7612         (uudecode-use-external): Move to the uudecode custom group.
7613
7614         * netrc.el (top-level): Don't load `encrypt' features.
7615         (netrc-parse): Don't use encrypt.
7616         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7617
7618         * encrypt.el: Remove file.
7619
7620 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7621
7622         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7623         matches on patches.
7624
7625         * gnus-art.el (gnus-article-browse-html-article):
7626         Mention `mm-text-html-renderer' in the doc string.
7627
7628         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7629         string.  Add comments.
7630
7631         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7632         if rhs is ASCII.
7633
7634 2007-12-01  Glenn Morris  <rgm@gnu.org>
7635
7636         * mail-source.el (top-level): Require format-spec before
7637         eval-when-compile.
7638
7639 2007-11-30  Glenn Morris  <rgm@gnu.org>
7640
7641         * encrypt.el: Require password, rather than autoloading password-read.
7642
7643 2007-11-29  Glenn Morris  <rgm@gnu.org>
7644
7645         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7646         (sasl-make-client, sasl-next-step, sasl-step-data)
7647         (sasl-step-set-data): Declare as functions.
7648
7649 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7650
7651         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7652
7653 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7654
7655         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7656         certs should be verified and what is to be done in the event of a
7657         verification failure.
7658
7659         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7660         caller can indicate whether the cache should be disregarded for this
7661         call.  This way the result of the call is reproducible at all times and
7662         can be considered a canonical server name for the supplied method.
7663         (gnus-agent-method-p): Canonicalize server names by pushing their
7664         method through `gnus-method-to-server' using the no-cache argument.
7665
7666         * gnus-srvr.el (gnus-server-insert-server-line):
7667         Call `gnus-method-to-server' with `no-cache' argument.
7668
7669         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7670         gnus-agent-possibly-synchronize-flags as this should be called when the
7671         server is actually being opened.
7672         (gnus-agent-possibly-synchronize-flags)
7673         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7674         flags file of an agentized server to the latter function.
7675
7676         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7677         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7678         after a connection has been established successfully.
7679
7680 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7681
7682         * gnus-art.el (article-display-face): Force to display face if called
7683         interactively; check if gnus-article-x-face-too-ugly matches author.
7684         (article-display-x-face): Display face even if From header is missing
7685         as article-display-face does.
7686
7687 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7688
7689         * hashcash.el (message-narrow-to-headers-or-head)
7690         (message-fetch-field, message-goto-eoh)
7691         (message-narrow-to-headers): Declare as functions.
7692
7693 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7694
7695         * mail-source.el (mail-sources): Default to fetch from file for
7696         compatibility with default of nnmail-spool-file.
7697
7698 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7699
7700         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7701         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7702         to look for encoded word that should be encoded again.
7703         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7704         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7705         encoding pattern.
7706         (rfc2047-decode-region): Switch strict regexp and loose one according
7707         to rfc2047-allow-irregular-q-encoded-words.
7708
7709 2007-11-25  Romain Francoise  <romain@orebokech.com>
7710
7711         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7712
7713 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7714
7715         * tls.el (tls-program): Provide more custom choices from
7716         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7717         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7718
7719 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7720
7721         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7722         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7723
7724         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7725         `nnmail-spool-file'.
7726
7727         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7728         `nnmail-spool-file'.
7729
7730         * gnus-move.el (gnus-change-server): Ditto.
7731
7732         * gnus-kill.el (gnus-batch-score): Ditto.
7733
7734         * gnus-cache.el (gnus-jog-cache): Ditto.
7735
7736         * gnus-msg.el (gnus-summary-reply):
7737         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7738
7739 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7740
7741         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7742         version.  Minor improvement to doc strings.
7743         (tls-program): Add comment.
7744
7745 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7746
7747         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7748         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7749         mismatch between the hostname provided in the certificate and the name
7750         of the host connnecting to.
7751         (open-tls-stream): Use them.  Check certificates against trusted root
7752         certificates.
7753
7754 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7755
7756         * gnus-cache.el (gnus-cache-generate-nov-databases):
7757         Use nnml-generate-nov-databases-directory instead of
7758         nnml-generate-nov-databases-1.
7759
7760 2007-11-24  Glenn Morris  <rgm@gnu.org>
7761
7762         * message.el (message-tool-bar-retro): Update for rename
7763         mail_send.xpm->mail-send.xpm.
7764
7765 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7766
7767         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7768         `smime-ldap-search' for Emacs 22 and up.
7769
7770 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7771
7772         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7773
7774         * message.el (message-send-mail-function): Fix error convention.
7775         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7776         (message-widen-reply, message-send-mail, message-talkative-question)
7777         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7778         (message-clone-locals, message-send-news): Use with-current-buffer.
7779         (message-insert-or-toggle-importance): Remove unused var `valid'.
7780         (message-make-references): Remove unused var `new-references'.
7781         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7782
7783 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7784
7785         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7786         (spam-split-symbolic-return-positive): Reflow docstring.
7787         (spam-backends, spam-summary-exit-behavior)
7788         (spam-mark-ham-unread-before-move-from-spam-group)
7789         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7790         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7791         (spam-clear-cache, spam-backend-check, spam-install-backend)
7792         (spam-install-statistical-backend, spam-list-of-processors)
7793         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7794         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7795         (spam-check-crm114, spam-initialize, spam-unload-hook):
7796         Fix typos in docstrings.
7797
7798 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7799
7800         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7801         been checked if they have never been read and those group levels are
7802         higher than the one that a user specified.
7803
7804 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7805
7806         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7807         foreign groups unless a group level is specified by a user.
7808         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7809
7810 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7811
7812         * message.el (message-send-mail-function): Require sendmail.
7813
7814 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7815
7816         * message.el (message-send-mail-function): Check for smtpmail too.
7817
7818         * utf7.el (utf7-encode, utf7-decode): Use coding system
7819         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7820
7821         * message.el (message-send-mail-function): New function.
7822         (message-send-mail-function): Set default using
7823         message-send-mail-function.  Adjust doc string.
7824         (message-send-mail-with-mailclient): New function.
7825
7826 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7827
7828         * smime.el (from):
7829         * rfc2047.el (message-posting-charset):
7830         * qp.el (mm-use-ultra-safe-encoding):
7831         * pop3.el (parse-time-months):
7832         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7833         * nnml.el (files):
7834         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7835         (jka-compr-compression-info-list, ange-ftp-path-format)
7836         (efs-path-regexp):
7837         * nndiary.el (files):
7838         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7839         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7840         (epg-digest-algorithm-alist, inhibit-redisplay)
7841         (password-cache-expiry):
7842         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7843         (pgg-output-buffer, password-cache-expiry):
7844         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7845         (efs-path-regexp):
7846         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7847         (inhibit-redisplay):
7848         * mm-uu.el (file-name, start-point, end-point, entry)
7849         (gnus-newsgroup-name, gnus-newsgroup-charset):
7850         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7851         (latin-unity-ucs-list):
7852         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7853         (mm-uu-binhex-decode-function):
7854         * message.el (gnus-message-group-art, gnus-list-identifiers)
7855         (rmail-enable-mime-composing, gnus-local-organization)
7856         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7857         (gnus-read-active-file, facemenu-add-face-function)
7858         (facemenu-remove-face-function, gnus-article-decoded-p)
7859         (tool-bar-mode):
7860         * mail-source.el (display-time-mail-function):
7861         * gnus-util.el (nnmail-pathname-coding-system)
7862         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7863         (gnus-original-article-buffer, gnus-user-agent)
7864         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7865         (xemacs-codename, sxemacs-codename, emacs-program-version):
7866         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7867         * gnus-start.el (gnus-agent-covered-methods)
7868         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7869         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7870         (gnus-newsgroup-headers, gnus-group-list-mode)
7871         (gnus-group-mark-positions, gnus-newsgroup-data)
7872         (gnus-newsgroup-unreads, nnoo-state-alist)
7873         (gnus-current-select-method, mail-sources)
7874         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7875         (nnmail-spool-file, gnus-cache-active-hashtb):
7876         * gnus-mh.el (mh-lib-progs):
7877         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7878         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7879         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7880         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7881         (gnus-group-buffer):
7882         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7883         (font-lock-set-defaults):
7884         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7885         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7886         (gnus-summary-post-menu, total-parts, type, condition, length):
7887         * gnus-agent.el (gnus-agent-read-agentview):
7888         * flow-fill.el (show-trailing-whitespace):
7889         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7890         eval-and-compile wrappers for byte compiler pacifiers.
7891
7892         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7893         (mm-display-inline-fontify): Check for featurep 'xemacs not
7894         extent-list.
7895
7896         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7897         itimer-list.
7898         (mm-create-image-xemacs): Only do something for XEmacs.
7899         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7900
7901         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7902
7903         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7904         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7905
7906 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7907
7908         * nnimap.el (nnimap-split-download-body):
7909         * gnus-demon.el (gnus-demon):
7910         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7911
7912 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7913
7914         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
7915         New macros.
7916         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7917         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7918         copy data from unibyte buffer to multibyte current buffer.
7919         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7920         to copy data from unibyte current buffer to multibyte buffer.
7921         (nntp-make-process-buffer): Make process buffer unibyte.
7922
7923         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7924
7925 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7926
7927         * pop3.el (pop3-open-server): Accept and process data more robustly at
7928         connexion start to avoid spurious "POP SSL connexion failed" errors.
7929
7930 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7931
7932         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7933         read group names.
7934
7935 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7936
7937         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7938
7939 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7940
7941         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7942         (nnmail-save-active): Use a unibyte buffer when saving active file,
7943         which may contain non-ASCII group names.
7944
7945         * nnml.el (nnml-request-group): Decode group names in messages.
7946
7947 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7948
7949         * message.el (message-citation-line-function)
7950         (message-insert-formatted-citation-line): Fix spelling of
7951         `message-insert-formated-citation-line'.
7952
7953 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7954
7955         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7956
7957 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7958
7959         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7960         nnmail-pathname-coding-system.
7961
7962         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7963         that a user enters; decode group names in messages.
7964
7965         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7966
7967 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7968
7969         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7970
7971         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7972
7973         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7974         risky local variable.
7975
7976         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7977
7978 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7979
7980         * encrypt.el: Improve documentation to fix function name typo.
7981         Reported by Daiki Ueno <ueno@unixuser.org>.
7982
7983 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7984
7985         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7986         even if the point is not in the last page of an article.
7987         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7988         back to the previous page.
7989
7990 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7991
7992         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7993
7994 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7995
7996         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7997
7998 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7999
8000         * message.el (message-check-news-body-syntax):
8001         Avoid mm-string-as-multibyte.
8002         (message-hide-headers): Don't assume (point-min)==1.
8003
8004 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8005
8006         * message.el (message-remove-blank-cited-lines): Fix if remove is
8007         given.
8008         (message-bogus-address-regexp): New variable.
8009         (message-bogus-recipient-p): New function.
8010         (message-check-recipients): New command.
8011         (message-syntax-checks): Add `bogus-recipient'.
8012         (message-fix-before-sending): Add `bogus-recipient'.
8013
8014         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8015         (gnus-treat-body-boundary): Don't test window-system.
8016
8017 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8018
8019         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8020
8021 2007-10-28  Miles Bader  <miles@gnu.org>
8022
8023         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8024         at compile-time too.
8025
8026 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8027
8028         * gnus-msg.el (gnus-message-setup-hook):
8029         Add `message-remove-blank-cited-lines' to options.
8030
8031 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8032
8033         * message.el (message-remove-blank-cited-lines): New function.
8034         Suggested by Karl Plästerer.
8035
8036 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8037
8038         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8039         mapc.
8040
8041         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8042         (top-level): Use mapc to set functions to be traced for debugging.
8043
8044         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8045         called for effect with while loop.
8046
8047         * message.el (message-talkative-question): Replace mapcar called for
8048         effect with mapc.
8049
8050         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8051         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8052         called for effect with dolist.
8053
8054         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8055
8056         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8057         gnus-extra-headers and nnmail-extra-headers.
8058
8059         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8060         called for effect with dolist.
8061         (top-level): Use mapc to set functions to be traced for debugging.
8062
8063         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8064         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8065         dolist.
8066
8067         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8068         Replace mapcar called for effect with mapc.
8069         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8070         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8071         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8072         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8073
8074         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8075         remove-if that's a cl function.
8076
8077         * webmail.el (webmail-debug): Replace mapcar called for effect with
8078         dolist.
8079
8080         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8081         with mapc.
8082
8083 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8084
8085         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8086         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8087         with while loop.
8088
8089         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8090         functions from article-* functions.
8091         (gnus-multi-decode-header): Replace mapcar called for effect with
8092         dolist.
8093
8094         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8095         (gnus-bookmark-show-details): Replace mapcar called for effect with
8096         while loop.
8097
8098         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8099         called for effect with while loop.
8100
8101         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8102         with dolist.
8103
8104         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8105         Replace mapcar called for effect with dolist.
8106
8107         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8108
8109         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8110         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8111         Replace mapcar called for effect with dolist.
8112         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8113         mapc.
8114
8115         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8116         Replace mapcar called for effect with dolist.
8117         (gnus-topic-list): Replace mapcar called for effect with mapc.
8118
8119         * gnus.el: Use mapc instead of mapcar to add autoloads.
8120
8121 2007-10-23  Richard Stallman  <rms@gnu.org>
8122
8123         * gnus-group.el (gnus-group-highlight): Mark as risky.
8124
8125 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8126
8127         * gnus.el (gnus-server-to-method): Return method found first in
8128         gnus-newsrc-alist.
8129
8130         * gnus-art.el (gnus-article-highlight-signature)
8131         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8132         button overlay without the front stickiness.
8133
8134 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8135
8136         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8137         overview buffer needed a catch to receive its throw.
8138         (gnus-agent-flush-cache): Declare as interactive to make this function
8139         easier to use.
8140
8141 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8142
8143         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8144         `next-line'.
8145
8146 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8147
8148         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8149         exclude address matching message-dont-reply-to-names.
8150
8151 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8152
8153         * gnus-util.el (gnus-string<): New function.
8154
8155         * gnus-sum.el (gnus-article-sort-by-author)
8156         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8157
8158 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8159
8160         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8161         the frame-focus tag is set in gnus-buffer-configuration.
8162
8163 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8164
8165         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8166         the front stickiness.
8167
8168 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8169
8170         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8171         url pattern; remove duplicate one.
8172         (gnus-article-extend-url-button): New function.
8173         (gnus-article-add-buttons): Use it.
8174         (gnus-button-push): Use concatenated url that it makes.
8175
8176 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8177
8178         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8179
8180 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8181
8182         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8183         Don't hardcode point-min==1.
8184
8185 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8186
8187         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8188         Fix comment about "iso8859-1".
8189
8190 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8191
8192         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8193         ones returned from the verify-function.
8194
8195         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8196         Call mml2015-extract-cleartext-signature if extraction failed.
8197
8198 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8199
8200         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8201         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8202         failed.
8203
8204 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8205
8206         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8207
8208 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8209
8210         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8211         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8212         recommends to use EasyPG instead of PGG.
8213
8214         * pgg.el: Revert to revision 6.23.2.16.
8215
8216         * pgg-def.el: Revert to revision 6.6.2.14.
8217
8218         * pgg-gpg.el: Revert to revision 6.23.2.34.
8219
8220 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8221
8222         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8223         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8224         thread for both the null and zero (kill/expire thread) universal prefix
8225         cases.
8226         (gnus-summary-expire-thread): Add new function to expire a thread,
8227         using gnus-summary-kill-thread.
8228         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8229         shortcuts for gnus-summary-expire-thread.
8230         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8231         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8232
8233 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8234
8235         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8236         extras value, so an extras entry can be deleted.
8237         (gnus-registry-delete-extra-entry): Use it.
8238         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8239         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8240         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8241         storage through the gnus-registry, and provide an appropriate API for
8242         it.
8243
8244 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8245
8246         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8247         Suggested by Leo <sdl.web@gmail.com>.
8248
8249         * gnus.el: Do.
8250
8251 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8252
8253         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8254         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8255
8256         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8257
8258         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8259         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8260
8261 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8262
8263         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8264         newline.
8265         (nnmbox-request-accept-article): Don't change article in source buffer;
8266         narrow to header to use message-fetch-field rather than
8267         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8268         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8269         as delimiters; make sure article ends with newline.
8270         (nnmbox-delete-mail): Correct last position of article to be deleted;
8271         ignore X-Gnus-Newsgroup header in article body.
8272         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8273         positions; make sure article ends with newline.
8274
8275         * message.el (message-display-abbrev): Don't infloop when a user
8276         inserts SPC in the beginning of header.
8277
8278         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8279         coding-system-for-read and coding-system-for-write for XEmacs having no
8280         file-coding feature.
8281
8282         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8283
8284 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8285
8286         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8287         list of groups not followed by default.  Fix type to be regexp.
8288         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8289
8290 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8291
8292         * hmac-def.el (define-hmac-function): Switch from old-style to
8293         new-style backquotes.
8294
8295         * md4.el (md4-make-step): Likewise.
8296
8297 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8298
8299         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8300         raw-text coding system when saving .newsrc file, which may contain
8301         non-ASCII group names.
8302
8303 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8304
8305         * gnus-cus.el (gnus-score-extra): New widget.
8306         (gnus-score-extra-convert): New function.
8307         (gnus-score-customize): Use it for Extra.
8308
8309 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8310
8311         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8312         (mml2015-mailcrypt-clear-verify): Use it.
8313         (mml2015-gpg-clear-verify): Use it.
8314         (mml2015-pgg-clear-verify): Use it.
8315         (mml2015-epg-clear-verify): Replace the current part with the output
8316         from GnuPG; don't extract the plaintext by itself.
8317
8318         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8319         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8320         mml2015-clear-verify-function; don't touch the armor headers or
8321         dash-escaped text here.
8322
8323 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8324
8325         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8326         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8327         parts, or application/octet-stream as a last resort.
8328         (gnus-mime-view-part-as-type): Don't toggle display.
8329         (gnus-mime-view-part-as-charset): Don't turn off display before
8330         querying charset.
8331
8332         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8333         stuff to undisplayer function in Emacs.
8334         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8335
8336         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8337         text/calendar parts.
8338
8339 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8340
8341         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8342         decoding text/calendar parts.
8343
8344         * message.el (message-forward-make-body-mime): Always mark body as
8345         having no illegible text; remove signed-or-encrypted argument.
8346         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8347
8348         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8349         (mml-generate-mime-1): Don't encode body if it is specified to be in
8350         raw form; don't make buffer be unibyte when inserting multibyte string.
8351
8352 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8353
8354         * sha1.el: Fix up comment style.
8355         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8356         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8357
8358         * hex-util.el: Fix up comment style.
8359         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8360
8361         * gnus-salt.el: Use with-current-buffer.
8362         (gnus-pick-setup-message): Fix long-standing typo.
8363
8364 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8365
8366         * imap.el (imap-logout-timeout): New variable.
8367         (imap-logout, imap-logout-wait): New functions.
8368         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8369
8370         * nnimap.el (nnimap-logout-timeout): New server variable.
8371         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8372         nnimap-logout-timeout.
8373
8374         * gnus-art.el (gnus-article-summary-command-nosave)
8375         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8376
8377 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8378
8379         * gnus.el (gnus-maximum-newsgroup): New variable.
8380
8381         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8382         according to gnus-maximum-newsgroup.
8383
8384         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8385         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8386         Limit the range of articles according to gnus-maximum-newsgroup.
8387
8388 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8389
8390         * gnus-art.el (gnus-sticky-article): Fix problems described in
8391         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8392         Don't perform gnus-configure-windows here; reuse existing sticky
8393         article buffer.
8394
8395         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8396         it doesn't exist in gnus-article-mode.
8397
8398 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8399
8400         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8401         (gnus-agent-decoded-group-name): New function.
8402         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8403         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8404
8405 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8406
8407         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8408         Add binding for gnus-sticky-article.
8409         (gnus-summary-exit): Don't kill sticky article buffers.
8410
8411         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8412         article buffer.
8413         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8414         (gnus-kill-sticky-article-buffers): New commands.
8415
8416 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8417
8418         * nntp.el (nntp-xref-number-is-evil): New server variable.
8419         (nntp-find-group-and-number): If it is non-nil, don't trust article
8420         numbers in the Xref header.
8421
8422 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8423
8424         * gnus-agent.el (gnus-agent-read-group): New function.
8425         (gnus-agent-flush-group, gnus-agent-expire-group)
8426         (gnus-agent-regenerate-group): Use it.
8427         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8428         nnmail-pathname-coding-system.
8429
8430 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8431
8432         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8433
8434         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8435         that are unread as unread, and also as selected so that information of
8436         marks having been changed by a user may be updated when exiting group.
8437
8438 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8439
8440         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8441
8442 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8443
8444         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8445         calculated ignoring signature parts to gnus-treat-article.
8446
8447 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8448
8449         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8450         a point here in order to keep the window start.
8451         (gnus-insert-mime-security-button): Make a button overlay without the
8452         front stickiness.
8453         (gnus-mime-display-security): Goto the end of a button.
8454
8455         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8456
8457 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8458
8459         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8460         group-name-at-point.
8461         (gnus-group-completing-read): New function that offers decoded
8462         non-ASCII group names for completion.
8463         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8464         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8465         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8466         (gnus-group-fetch-control): Use it.
8467         (gnus-fetch-group): Use group-name-at-point for the initial value
8468         rather than the default value; use gnus-alive-p.
8469
8470         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8471         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8472         (gnus-summary-post-news): Use gnus-group-completing-read.
8473
8474         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8475         (gnus-read-move-group-name): Decode group name for completion.
8476
8477 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8478
8479         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8480         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8481         Yamaoka slightly modified the code).
8482
8483 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8484
8485         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8486         (nnmail-split-incoming): Bind it.
8487
8488         * nnml.el (nnml-group-name-charset): New function.
8489         (nnml-decoded-group-name): Use it; don't decode group name if
8490         nnmail-group-names-not-encoded-p is non-nil.
8491         (nnml-encoded-group-name): New function.
8492         (nnml-group-pathname): Inline nnml-decoded-group-name.
8493         (nnml-request-expire-articles): Decode group name in message.
8494         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8495         nnmail-pathname-coding-system.
8496         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8497         not decoded ones according to nnmail-group-names-not-encoded-p.
8498         (nnml-generate-active-info): Use nnml-encoded-group-name.
8499
8500 2007-08-08  Glenn Morris  <rgm@gnu.org>
8501
8502         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8503         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8504         doc-strings and comments.
8505
8506 2007-07-25  Glenn Morris  <rgm@gnu.org>
8507
8508         * Relicense all FSF files to GPLv3 or later.
8509
8510 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8511
8512         * gnus-sum.el (gnus-summary-move-article):
8513         Make gnus-summary-respool-article work.
8514
8515 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8516
8517         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8518         string.
8519
8520 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8521
8522         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8523         that should be ignored when comparing distant RSS articles with local
8524         ones.
8525         (nnrss-make-hash-index): New function.  Create a hash index according
8526         to the ignored fields.
8527         (nnrss-check-group): Use it.
8528
8529 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8530
8531         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8532
8533         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8534
8535         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8536         the new optional argument ENCODED is non-nil.
8537         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8538         coding system for encoding group name.
8539         (gnus-group-make-rss-group): Pass un-encoded group name to
8540         gnus-group-make-group.
8541         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8542         encoded.
8543
8544         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8545         Encode group name to which articles are moved or copied.
8546         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8547         coding system for encoding Newsgroup, Followup-To and Xref headers.
8548
8549         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8550         marks; use nnheader-file-coding-system to write a file.
8551         (nnagent-retrieve-headers): Bind file-name-coding-system to
8552         nnmail-pathname-coding-system.
8553
8554         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8555
8556         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8557         (nnml-request-article, nnml-request-create-group)
8558         (nnml-request-rename-group, nnml-find-id)
8559         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8560         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8561         (nnml-save-marks): Use nnml-group-pathname instead of
8562         nnmail-group-pathname.
8563
8564         (nnml-request-create-group, nnml-request-expire-articles)
8565         (nnml-request-move-article, nnml-request-delete-group)
8566         (nnml-deletable-article-p, nnml-possibly-create-directory)
8567         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8568         (nnml-open-marks): Bind file-name-coding-system to
8569         nnmail-pathname-coding-system.
8570
8571         (nnml-request-article): Pass server argument to nnml-find-group-number.
8572         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8573         Pass server argument to nnml-possibly-create-directory.
8574         (nnml-request-accept-article): Pass server argument to
8575         nnml-active-number and nnml-save-mail.
8576         (nnml-find-group-number): Pass server argument to nnml-find-id.
8577         (nnml-request-update-info): Pass server argument to
8578         nnml-marks-changed-p.
8579
8580         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8581         (nnml-save-mail, nnml-active-number): Add server argument.
8582
8583         (nnml-request-delete-group): Warn if group is missing.
8584         (nnml-get-nov-buffer): Decode group name.
8585         (nnml-generate-active-info): Encode group name.
8586         (nnml-open-marks): Decode group name in messages.
8587
8588 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8589
8590         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8591         if it is not specified.
8592         (gnus-article-pipe-part, gnus-article-save-part)
8593         (gnus-article-interactively-view-part, gnus-article-copy-part)
8594         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8595         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8596         (gnus-article-replace-part, gnus-article-delete-part)
8597         (gnus-article-view-part-as-type): Pass raw prefix argument to
8598         gnus-article-part-wrapper.
8599
8600 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8601
8602         * gnus-agent.el (gnus-agent-save-active):
8603         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8604
8605         * gnus-cache.el (gnus-cache-save-buffers)
8606         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8607         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8608         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8609         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8610         (gnus-cache-generate-active, gnus-cache-rename-group)
8611         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8612         (gnus-cache-update-overview-total-fetched-for):
8613         Bind file-name-coding-system to nnmail-pathname-coding-system.
8614         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8615         New variables.
8616         (gnus-cache-decoded-group-name): New function.
8617         (gnus-cache-file-name): Use it.
8618         (gnus-cache-generate-active): Use non-decoded group name for active.
8619
8620         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8621         right place.
8622         (gnus-write-active-file): Don't break non-ASCII group names.
8623
8624         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8625         nnmail-pathname-coding-system.
8626
8627         * lpath.el: Bind default-file-name-coding-system,
8628         file-name-coding-system and language-info-alist for XEmacs.
8629
8630         * gnus-uu.el (gnus-uu-decode-save): Typo.
8631
8632 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8633
8634         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8635
8636 2007-07-14  David Kastrup  <dak@gnu.org>
8637
8638         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8639         finishing actions if we did not edit the article.
8640
8641 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8642
8643         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8644         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8645         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8646         (gnus-agent-flush-group, gnus-agent-flush-cache)
8647         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8648         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8649         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8650         (gnus-agent-regenerate-group)
8651         (gnus-agent-update-files-total-fetched-for)
8652         (gnus-agent-update-view-total-fetched-for):
8653         Bind file-name-coding-system to nnmail-pathname-coding-system.
8654         (gnus-agent-group-pathname): Don't encode file names by
8655         nnmail-pathname-coding-system.
8656         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8657         coding-system-for-write instead of buffer-file-coding-system to
8658         gnus-agent-file-coding-system.
8659
8660         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8661         Decode group name.
8662
8663         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8664
8665         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8666         (gnus-read-newsrc-el-file): Make group names unibyte.
8667
8668         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8669         nnmail-pathname-coding-system.
8670
8671         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8672         (nnrss-request-delete-group): Bind file-name-coding-system to
8673         nnmail-pathname-coding-system.
8674         (nnrss-read-server-data, nnrss-read-group-data):
8675         Bind file-name-coding-system correctly.
8676         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8677
8678         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8679         (nntp-server-to-method-cache): New variable.
8680         (nntp-group-pathname): New function that decodes non-ASCII group names.
8681         (nntp-possibly-create-directory, nntp-marks-changed-p)
8682         (nntp-save-marks, nntp-open-marks): Use it.
8683         (nntp-possibly-create-directory, nntp-open-marks):
8684         Bind file-name-coding-system to nnmail-pathname-coding-system.
8685         (nntp-open-marks): Decode group names when bootstrapping marks.
8686
8687         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8688         Newsgroups and Folowup-To headers.
8689
8690 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8691
8692         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8693         (gnus-server-closed-face, gnus-server-denied-face)
8694         (gnus-server-offline-face): Remove variable.
8695         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8696
8697         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8698         of modifying message-stack directly for XEmacs.
8699
8700         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8701         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8702         if the coding-system argument is nil for XEmacs.
8703
8704         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8705         mm-charset-override-alist.
8706
8707         * rfc2047.el: Don't require base64; require rfc2045 for the function
8708         rfc2045-encode-string.
8709         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8710         to quote the parameter value.
8711
8712 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8713
8714         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8715         form in gnus-group-name-charset-method-alist.
8716
8717         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8718         overrides the default layout edit-form.
8719
8720         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8721
8722         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8723
8724 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8725
8726         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8727         as unfetched articles.
8728
8729 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8730
8731         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8732
8733 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8734
8735         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8736         original back end that keeps marks in the local system.
8737
8738 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8739
8740         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8741         arg of pop-to-buffer for XEmacs.
8742         (gnus-article-read-summary-keys): Ditto; don't restore window
8743         configuration if summary command ends up with neither article buffer
8744         nor summary buffer; describe bindings if summary keys end with C-h.
8745
8746 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8747
8748         * message.el (message-fix-before-sending): Skip raw message part to be
8749         forwarded while checking illegible text.
8750         (message-forward-make-body-mime, message-forward-make-body):
8751         Mark signed or encrypted raw message as having no illegible text.
8752
8753 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8754
8755         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8756         (gnus-message-with-timestamp-1): New macro.
8757         (gnus-message-with-timestamp): New function.
8758         (gnus-message): Use them.
8759
8760         * nnheader.el (nnheader-message): Use them.
8761
8762 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8763
8764         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8765         .newsrc.eld file.
8766
8767 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8768
8769         * gnus-agent.el (gnus-agent-fetch-headers)
8770         (gnus-agent-retrieve-headers):
8771         Bind gnus-decode-encoded-address-function to identity.
8772
8773         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8774         available also when the server returns simply a dot.
8775
8776         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8777
8778 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8779
8780         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8781
8782 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8783
8784         * gnus-ems.el (gnus-x-splash): Make it work.
8785
8786         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8787         from being used.
8788
8789         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8790
8791 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8792
8793         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8794         4th and the 5th arguments.
8795
8796         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8797         the front stickiness.
8798         (gnus-article-summary-command-nosave): Correct the order of the
8799         arguments passed to pop-to-buffer.
8800         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8801         summary command ends up with the article buffer.
8802
8803         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8804         the same faces.
8805
8806 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8807
8808         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8809
8810 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8811
8812         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8813         * gnus-sum.el (gnus-summary-highlight):
8814         * pgg.el (pgg-sign-region, pgg-sign):
8815         * mail-source.el (mail-source-delete-old-incoming-confirm):
8816         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8817
8818 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8819
8820         * gnus-art.el (gnus-mime-view-part-externally)
8821         (gnus-mime-view-part-internally): Fix predicate function passed to
8822         completing-read.
8823
8824         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8825
8826         * gnus.el (gnus-update-message-archive-method): Add :version.
8827
8828 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8829
8830         * gnus.el (gnus-update-message-archive-method): New variable.
8831
8832         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8833         according to gnus-message-archive-method if
8834         gnus-update-message-archive-method is non-nil.
8835
8836 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8837
8838         * gnus-sum.el (gnus-summary-limit-to-address): New function.
8839         Suggested by Loic Dachary <loic@dachary.org>.
8840         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8841
8842 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8843
8844         * message.el (message-pop-to-buffer): Add switch-function argument.
8845         (message-mail): Pass switch-function argument to it.
8846
8847 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8848
8849         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8850         Improve doc string.
8851
8852 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8853
8854         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8855         (gnus-header-content)
8856         * gnus-cite.el (gnus-cite-10)
8857         * gnus-srvr.el (gnus-server-closed)
8858         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8859         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8860         (gnus-group-mail-3-empty, gnus-group-mail-low)
8861         (gnus-group-mail-low-empty, gnus-splash)
8862         * message.el (message-header-to, message-header-cc)
8863         (message-header-subject, message-header-other, message-header-name)
8864         (message-header-xheader, message-separator, message-cited-text)
8865         (message-mml): Lighten colors of faces used for dark background.
8866
8867 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8868
8869         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8870         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8871
8872 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8873
8874         * message.el (message-narrow-to-headers-or-head):
8875         Ignore mail-header-separator in the body.
8876
8877 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8878
8879         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8880         same as window size.
8881
8882 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8883
8884         * message.el (message-font-lock-keywords): Use message-header-xheader
8885         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8886         ahead of the anything pattern, to get it recognised.
8887
8888 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8889
8890         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8891         spam.el loads uses it in the compiled defadvice form.
8892
8893 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8894
8895         * gnus-sum.el (gnus-articles-to-read)
8896         (gnus-summary-insert-old-articles): Don't truncate group name for
8897         `read-string'.
8898
8899         * gnus-util.el (gnus-limit-string): Delete this function.
8900
8901         * gnus-sum.el (gnus-simplify-subject-fully):
8902         Use `truncate-string-to-width' instead.
8903
8904 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8905
8906         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
8907         Tell if, on summary exit, the next group has to be selected.
8908         (gnus-summary-exit): Use it.
8909
8910 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8911
8912         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8913         non-break space.
8914
8915 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8916
8917         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8918         Check if group is not a directory.
8919         (nnfolder-request-expire-articles): Don't delete articles if the target
8920         group is not available.
8921
8922         * nnml.el (nnml-request-create-group): Properly check if group is not a
8923         file.
8924         (nnml-request-expire-articles): Don't delete articles if the target
8925         group is not available.
8926
8927         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8928         Don't quote characters that are within parentheses.
8929
8930 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8931
8932         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8933         (gnus-handle-ephemeral-exit): Select article according to it.
8934
8935 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8936
8937         * message.el (message-insert-formated-citation-line): Remove newline.
8938         (message-citation-line-format): Add final \n here so that the user can
8939         avoid a blank line.
8940
8941 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8942
8943         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8944         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8945         Update lanl/arXiv support.
8946
8947 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8948
8949         * gnus.el: Bump version number.
8950
8951 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8952
8953         * gnus.el (gnus-version-number): Bump version.
8954
8955 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8956
8957         * gnus.el: No Gnus v0.6 is released.
8958
8959 2007-04-27  Didier Verna  <didier@xemacs.org>
8960
8961         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
8962         * gmm-utils.el (gmm-regexp-concat): ... here.
8963         * message.el: Don't require 'gnus-util.
8964         (message-dont-reply-to-names): Handle name change above.
8965         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8966
8967 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8968
8969         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8970         since the initial value varies according to the system.
8971
8972 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8973
8974         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8975
8976 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8977
8978         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8979
8980 2007-04-24  Didier Verna  <didier@xemacs.org>
8981
8982         Improve the type of gnus-ignored-from-addresses.
8983         * gnus-util.el (gnus-orify-regexp): New function.
8984         * message.el (gnus-util): Require it.
8985         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8986         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8987         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8988
8989 2007-04-24  Didier Verna  <didier@xemacs.org>
8990
8991         * gnus-sum.el:
8992         * gnus-utils.el: Fix some trailing whitespaces.
8993
8994 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8995
8996         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8997         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8998         article's Message-ID; refer parent article in summary buffer.
8999
9000         * message.el (message-bounce): Call mime-to-mml.
9001
9002         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9003         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9004         optimize and/or forms properly.
9005
9006 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9007
9008         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9009         URL.
9010
9011 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9012
9013         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9014
9015 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9016
9017         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9018         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9019         displayed of multipart/alternative part if it is invoked from summary
9020         buffer.
9021
9022         * mm-view.el (mm-inline-text-html-render-with-w3m)
9023         (mm-inline-text-html-render-with-w3m-standalone)
9024         (mm-inline-render-with-function): Use mail-parse-charset by default.
9025
9026 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9027
9028         * parse-time.el (parse-time-string-chars): Check if CHAR
9029         is less than the length of parse-time-syntax.
9030
9031 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9032
9033         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9034         from gnus-newsgroup-processable.
9035
9036 2007-04-16  Didier Verna  <didier@xemacs.org>
9037
9038         * gnus-msg.el (gnus-configure-posting-styles):
9039         Handle message-signature-directory properly with :file syntax.
9040         Reported by "Leo".
9041
9042 2007-04-11  Didier Verna  <didier@xemacs.org>
9043
9044         New user option: message-signature-directory.
9045         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9046         * message.el (message-insert-signature): Ditto.
9047         * message.el (message-signature-file): Doc update.
9048         * message.el (message-signature-directory): New.
9049
9050 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9051
9052         * gnus-msg.el (gnus-inews-yank-articles):
9053         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9054
9055 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9056
9057         * message.el (message-yank-original): Make sure cited text ends with
9058         newline; don't exchange point and mark.
9059
9060 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9061
9062         * tls.el (open-tls-stream): Properly handle case where there
9063         is no associated buffer.
9064
9065 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9066
9067         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9068         message-yank-original, make sure (< mark TEXT point).
9069
9070 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9071
9072         * message.el (message-fill-column): New variable.
9073         (message-mode): Use it.  Add comment on a possible new hook.
9074
9075         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9076         (nnmail-get-new-mail): Reformat.
9077
9078         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9079
9080         * gmm-utils.el: Fix Commentary.
9081         (gmm-tool-bar-from-list): Fix typo in doc string.
9082
9083 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9084
9085         * message.el (message-yank-original): Don't switch point and mark
9086         unnecessarily to put point and mark as documented.
9087
9088 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9089
9090         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9091         from the message heads.
9092
9093 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9094
9095         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9096         article buffer does not have a window.  This may not be the best
9097         solution but is certainly better than setting the start of the null,
9098         that is the current, window.
9099
9100 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9101
9102         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9103         (gnus-draft-setup): Run it.
9104
9105         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9106         gnus-score-fast-scoring.  Allow regexp.
9107         (gnus-score-headers): Use it.
9108
9109         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9110         XEmacs.
9111
9112         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9113         string.
9114         (gnus-button-alist): Also catch `<f1> k ...'.
9115         (gnus-treat-display-x-face): Fix doc string.
9116
9117 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9118
9119         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9120         evaluation of gnus-extended-version to ensure correct generation of the
9121         User-Agent header when message-generate-headers-first is used.
9122
9123 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9124
9125         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9126         hashcash-path is nil.  Don't call callback with incorrect number of
9127         parameters if val is 0.
9128
9129 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9130
9131         * message.el (message-required-news-headers):
9132         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9133
9134 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9135
9136         * tls.el (open-tls-stream): In handshake-waiting loop,
9137         don't wait more if there is output available to process.
9138
9139 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9140
9141         * tls.el (tls-program): Doc fix.
9142
9143 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9144
9145         * message.el (message-generate-new-buffers): Change the meaning of the
9146         nil value; add `standard' to the choices; treat t as `unique'; improve
9147         doc string.
9148         (gnus-select-frame-set-input-focus): Autoload.
9149         (message-buffer-name): Search for the existing message buffer if
9150         message-generate-new-buffers is nil or `standard'; treat the value t of
9151         message-generate-new-buffers as `unique'.
9152         (message-pop-to-buffer): Raise the frame already displaying the message
9153         buffer; clear the echo area after querying.
9154         (message-setup): Pass the `continue' argument to compose-mail.
9155         (message-mail): Prefer `switch-function' if it is given; search for the
9156         existing message buffer if the `continue' argument is non-nil; pass
9157         continue and switch-function arguments to compose-mail by way of
9158         message-setup.
9159         (message-mail-other-window): Adjust argument of message-setup.
9160         (message-mail-other-frame): Ditto.
9161
9162 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9163
9164         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9165         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9166         to turn font-lock on when turning gnus-message-citation-mode on.
9167
9168 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9169
9170         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9171         (mml-smime-function-alist): New variable; add epg as the backend.
9172         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9173         mml-smime- functions instead.
9174         * mm-view.el: Require smime.
9175
9176 2007-03-05  Didier Verna  <didier@xemacs.org>
9177
9178         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9179         instead of just inheritance for posting styles.
9180         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9181
9182 2007-02-24  Chris Moore  <dooglus@gmail.com>
9183
9184         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9185         * pgg-pgp.el (pgg-pgp-encrypt-region):
9186         * pgg-gpg.el (pgg-gpg-encrypt-region):
9187         Check pgg-encrypt-for-me if no other recipients.
9188
9189 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9190
9191         * tls.el (tls-certtool-program): Fix custom type.
9192
9193 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9194
9195         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9196         and point-at-eol instead of line-(beginning|end)-position.
9197
9198         * assistant.el (assistant-parse-buffer): Ditto.
9199
9200         * netrc.el (netrc-parse-services): Ditto.
9201
9202 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9203
9204         * mml2015.el (mml2015-epg-find-usable-key): New function.
9205         (mml2015-epg-sign): Use it.
9206         (mml2015-epg-encrypt): Use it.
9207
9208 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9209
9210         * message.el (message-make-in-reply-to): Quote name containing
9211         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9212         if there are special characters.  Reported by NAKAJI Hiroyuki
9213         <nakaji@jp.freebsd.org>.
9214
9215 2007-02-27  Didier Verna  <didier@xemacs.org>
9216
9217         Include the group parameters as well as the topic ones in the
9218         inheritance filter process.
9219         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9220         argument GROUP-PARAMS-LIST.
9221         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9222
9223 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9224
9225         * nntp.el (nntp-never-echoes-commands)
9226         (nntp-open-connection-functions-never-echo-commands): New variables.
9227         (nntp-send-command): Use them.
9228
9229 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9230
9231         * mml2015.el (mml2015-epg-verify): Simplify.
9232
9233 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9234
9235         * mml.el (mml-content-disposition-alist): New user option.
9236         (mml-content-disposition): New function.
9237         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9238         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9239
9240 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9241
9242         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9243         verification.
9244
9245 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9246
9247         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9248         articles posted in the last 24 hours.
9249
9250 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9251
9252         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9253
9254 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9255
9256         * nntp.el (nntp-send-command): Don't wait for echoes when
9257         nntp-open-ssl-stream is used.
9258
9259 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9260
9261         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9262         (gnus-message-add-citation-keywords)
9263         (gnus-message-remove-citation-keywords): Remove.
9264         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9265         directly, make the variables in font-lock-defaults buffer-local, add
9266         gnus-message-citation-keywords to them and then update the value of
9267         font-lock-keywords.
9268
9269 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9270
9271         * message.el (message-cite-original-1): Don't call
9272         gnus-article-highlight-citation.
9273
9274         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9275         citations; fix line count.
9276
9277 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9278
9279         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9280         (gnus-message-add-citation-keywords)
9281         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9282         versions of font-lock-add-keywords and font-lock-remove-keywords to
9283         work with XEmacs correctly.
9284
9285 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9286
9287         * gnus-cite.el (gnus-cite-face-list): Set the values of
9288         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9289         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9290         (gnus-message-cite-prefix-regexp): New variable.
9291         (gnus-message-search-citation-line): Use it; protect against long
9292         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9293         the 0th match data for Emacs.
9294         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9295         (gnus-message-add-citation-keywords): Append keywords rather than
9296         prepending; emulate font-lock-add-keywords if it is not available.
9297         (gnus-message-remove-citation-keywords):
9298         Emulate font-lock-remove-keywords if it is not available.
9299
9300         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9301
9302         * message.el (message-cite-prefix-regexp): Set the value of
9303         gnus-message-cite-prefix-regexp.
9304
9305 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9306
9307         * nnweb.el (nnweb-google-parse-1): Update parser.
9308
9309 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9310
9311         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9312
9313 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9314
9315         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9316         regexp.
9317
9318 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9319
9320         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9321         string-to-multibyte.
9322         (uudecode-decode-region-internal): Use it.
9323
9324         * lpath.el: Fbind string-as-multibyte for XEmacs.
9325
9326 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9327
9328         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9329         Fix custom choice.
9330
9331         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9332
9333 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9334
9335         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9336
9337         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9338         `write-region' to respect `mm-inhibit-file-name-handlers'.
9339
9340 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9341
9342         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9343         Use gnus-home-directory instead of "~/" or "$HOME".
9344
9345 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9346
9347         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9348         to mention filename.
9349         Add comments at beginning regarding usage.
9350         (encrypt-write-file-contents): Change interactive so a string is
9351         acceptable.  If the file has no associated model, show an error instead
9352         of a nonsense prompt.
9353
9354 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9355
9356         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9357         Thanks to Yoshihiko Yamada for kind notification of this typo.
9358
9359 2007-01-12  Kenichi Handa  <handa@m17n.org>
9360
9361         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9362         multibyte buffer.
9363
9364 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9365
9366         * gnus-score.el (gnus-score-fast-scoring): New variable.
9367         (gnus-score-headers): Use it.
9368
9369         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9370
9371         * message.el (message-cite-original-1):
9372         Call gnus-article-highlight-citation if requested.
9373         (message-make-from): Allow name and address as optional arguments.
9374
9375         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9376
9377         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9378         bugs to doc string.
9379         (gnus-button-alist): Add mid\\|message-id.
9380         (gnus-button-fetch-group): Extend for use in
9381         `browse-url-browser-function'.
9382         (gnus-button-url-regexp): Try to catch paired parentheses like in
9383         Wikipedia URLs.
9384
9385         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9386         Suggested by Simon Krahnke <overlord@gmx.li>.
9387
9388 2007-01-13  Romain Francoise  <romain@orebokech.com>
9389
9390         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9391         Update copyright.
9392
9393 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9394
9395         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9396
9397 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9398
9399         * gnus-registry.el (gnus-registry-unfollowed-groups)
9400         (gnus-registry-split-fancy-with-parent): Fix documentation.
9401
9402 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9403
9404         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9405         from nnweb groups.
9406
9407 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9408
9409         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9410         Xref urls.  Erase buffer before requesting head.
9411
9412         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9413
9414 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9415
9416         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9417         customizable.
9418
9419 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9420
9421         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9422         no signing key is found.
9423         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9424         no encrypting and/or signing key is found.
9425
9426 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9427
9428         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9429
9430 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9431
9432         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9433         headers read from disk with the ones newly found in the current search.
9434         This should no longer cause problems, because the article numbers in
9435         Gmane's `nov.php' output are ignored since the previous change.
9436
9437 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9438
9439         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9440
9441 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9442
9443         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9444         replace-regexp-in-string; bind url-version; fbind display-images-p and
9445         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9446         find-face and set-itimer-function for Emacs; bind itimer-list for
9447         Emacs.
9448
9449         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9450
9451 2007-01-01  Romain Francoise  <romain@orebokech.com>
9452
9453         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9454
9455 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9456
9457         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9458         `define-minor-mode' macro definition expanded properly.
9459         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9460         exclude it there.
9461
9462         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9463         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9464         `fboundp' test.
9465         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9466         This is OK to autoload in (S)XEmacs now.
9467
9468 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9469
9470         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9471         keystroke.
9472         (gnus-summary-limit-to-singletons): Fix typo.
9473
9474         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9475         else fails.
9476
9477 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9478
9479         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9480         docstring.
9481
9482         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9483         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9484         (gnus-summary-insert-dormant-articles): Fix typo in message.
9485
9486 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9487
9488         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9489         nil for XEmacs.
9490         (gnus-message-citation-mode): Don't autoload in XEmacs.
9491
9492         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9493
9494 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9495
9496         * nnimap.el (nnimap-expunge-search-string):
9497         Mention nnimap-search-uids-not-since-is-evil in docstring.
9498
9499 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9500
9501         * spam.el: Revert to make-obsolete-variable because
9502         define-obsolete-variable-alias is not supported in Emacs 21.
9503
9504         * spam.el (spam-ifile-path, spam-ifile-database-path)
9505         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9506         make-obsolete-variable.
9507         (spam-bsfilter-path, spam-bsfilter-program)
9508         (spam-spamassassin-path, spam-spamassassin-program)
9509         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9510         Don't use "path" inappropriately.
9511         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9512         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9513         variable names.
9514
9515 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9516
9517         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9518         summary buffer.
9519
9520         * password.el (password-cache-remove): Use clear-string to burn
9521         password, if available.
9522
9523 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9524
9525         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9526
9527         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9528
9529         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9530         (gnus-message-highlight-citation): Move defcustom here from
9531         gnus-cite.el.
9532         (gnus-message-citation-mode): Autoload.
9533
9534         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9535         checks to make it compile with XEmacs.
9536         (gnus-message-citation-mode): New minor mode.
9537         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9538         (gnus-message-highlight-citation): New variables.
9539         (gnus-message-search-citation-line)
9540         (gnus-message-add-citation-keywords)
9541         (gnus-message-remove-citation-keywords)
9542         (turn-on-gnus-message-citation-mode)
9543         (turn-off-gnus-message-citation-mode): New functions.
9544
9545 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9546
9547         * gnus-cite.el: Enable highlighting of different citation levels in
9548         message-mode.
9549
9550 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9551
9552         * message.el (message-make-fqdn): Fix comment.
9553         (message-bogus-system-names): Add ".local".
9554
9555         * spam.el (spam-ifile-path, spam-ifile-program)
9556         (spam-ifile-database-path, spam-ifile-database)
9557         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9558         Don't use "path" inappropriately.
9559         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9560         strings.
9561         (spam-check-ifile, spam-ifile-register-with-ifile)
9562         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9563         Use new variable names.
9564
9565         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9566         (gnus-treat-display-smileys): Simplify using
9567         gnus-image-type-available-p.
9568
9569         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9570         available.
9571
9572         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9573         Use `display-images-p' if available.
9574
9575 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9576
9577         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9578         one after turning on the buffer's multibyteness instead of decoding
9579         them directly in the unibyte buffer that causes unexpected conversion
9580         in Emacs 23 (unicode).
9581
9582 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9583
9584         * message.el (message-generate-hashcash): Fix custom type.
9585
9586 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9587
9588         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9589
9590 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9591
9592         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9593         disconnect icons.  Add help text.
9594
9595 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9596
9597         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9598         negated to be consistent with the others we handle.
9599
9600 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9601
9602         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9603         version of gnus-summary-buffer to something, so that we can use two
9604         article buffers at the same time.
9605
9606 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9607
9608         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9609         trigger all the extra headers.
9610         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9611         sorting.
9612
9613 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9614
9615         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9616         solid groups.
9617
9618 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9619
9620         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9621
9622 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9623
9624         * legacy-gnus-agent.el: Add Copyright notice.
9625
9626 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9627
9628         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9629
9630 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9631
9632         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9633
9634         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9635         to make it work reliably in CVS Emacs.
9636         (gnus-summary-limit-strange-charsets-predicate)
9637         (gnus-summary-limit-to-predicate): New functions.
9638
9639 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9640
9641         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9642         specifying array size.
9643         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9644         array if it is too small.
9645         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9646         (gnus-sort-threads-loop): New function.
9647
9648 2006-12-06  Chris Moore  <dooglus@gmail.com>
9649
9650         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9651         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9652
9653 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9654
9655         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9656         options.
9657
9658 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9659
9660         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9661         DOS-ing the recipient.
9662
9663         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9664         the headers when creating the mapping to avoid mismappings.
9665         (nnweb-gmane-create-mapping): Always nix out old mapping.
9666
9667 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9668
9669         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9670         and mm-verify-option to never.
9671
9672 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9673
9674         * message.el (message-signed-or-encrypted-p): New function.
9675         (message-forward-make-body): Use it.
9676
9677         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9678         Replace encode-coding-string with mm-encode-coding-string.
9679
9680 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9681
9682         * nneething.el (nneething-decode-file-name):
9683         Replace decode-coding-string with mm-decode-coding-string.
9684
9685         * gnus-int.el (gnus-open-server): Say failed server's name.
9686
9687 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9688
9689         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9690         strings to a single string.  Quote `errors-file-name'.
9691         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9692         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9693         Adjust calls.  Use `shell-quote-argument'.
9694
9695 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9696
9697         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9698         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9699
9700         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9701         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9702         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9703         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9704         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9705         (gnus-subscribe-newsgroup, gnus-1):
9706         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9707         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9708         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9709         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9710
9711 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9712
9713         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9714         keystroke.
9715         (gnus-summary-limit-to-bodies): Implement headersp.
9716
9717 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9718
9719         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9720
9721 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9722
9723         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9724
9725 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9726
9727         * message.el (message-generate-hashcash): Expand range of values to
9728         include `opportunistic'.
9729         (message-send-mail): Use it.
9730
9731 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9732
9733         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9734         and comment it.
9735
9736         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9737
9738 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9739
9740         * gnus-util.el (gnus-extract-address-components): Improve comment.
9741
9742 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9743
9744         * gnus-util.el (gnus-extract-address-components): Work with address in
9745         which the name portion contains @.
9746
9747         * lpath.el: Fbind custom-autoload.
9748
9749 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9750
9751         * gnus.el (gnus-start): Move custom group up.
9752         (gnus-select-method): Don't autoload, but make it available for
9753         `customize-variable'.
9754         (gnus-getenv-nntpserver): Don't autoload.
9755
9756 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9757
9758         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9759
9760 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9761
9762         * message.el (message-sendmail-extra-arguments): New variable.
9763         (message-send-mail-with-sendmail): Use it.
9764
9765 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9766
9767         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9768         mm-with-unibyte-current-buffer to make string unibyte.
9769
9770         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9771         mm-string-as-multibyte.
9772
9773 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9774
9775         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9776         Reported by Werner Koch <wk@gnupg.org>.
9777
9778 2006-11-14  Daiki Ueno  <ueno@p360>
9779
9780         * mml2015.el: Autoload epa-select-keys when compiling.
9781
9782 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9783
9784         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9785         message-options.
9786         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9787
9788 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9789
9790         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9791         EasyPG (< 0.0.6).
9792         (mml2015-always-trust): New user option.
9793         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9794         prompt.
9795
9796 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9797
9798         * nntp.el (nntp-authinfo-force): New variable.
9799         (nntp-send-authinfo): Use it.
9800
9801 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9802
9803         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9804         decode encoded words.  Improve prompt.  Add comment about forwarding.
9805         (message-replacement-char): Move up.
9806
9807 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9808
9809         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9810         instead of gnus-intersection because arguments of gnus-sorted-nunion
9811         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9812
9813 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9814
9815         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9816         (message-simplify-subject-functions):
9817         Enable message-strip-subject-encoded-words by default.
9818
9819 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9820
9821         * message.el (message-strip-subject-encoded-words): New function.
9822         (message-simplify-subject-functions): New variable.
9823         (message-simplify-subject): Use it.  Fix typo in doc string.
9824         Support message-strip-subject-encoded-words.
9825
9826 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9827
9828         * gnus-diary.el (gnus-diary-delay-format-function):
9829         * nndiary.el (nndiary-reminders):
9830         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9831
9832 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9833
9834         * gnus-art.el (article-hide-boring-headers): Fetch date from
9835         gnus-original-article-buffer to avoid problems with localized date
9836         strings.
9837
9838 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9839
9840         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9841
9842 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9843
9844         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9845         New variables.
9846         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9847         (mm-charset-synonym-alist): Move some entries to
9848         mm-codepage-iso-8859-list.
9849         (mm-charset-synonym-alist, mm-charset-override-alist):
9850         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9851
9852 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9853
9854         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9855
9856 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9857
9858         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9859         with Emacs 21 and XEmacs.
9860
9861 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9862
9863         * spam.el (spam-parse-address): New function for better parsing,
9864         catching errors, etc.
9865         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9866
9867 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9868
9869         * mm-view.el: Add interactive arg to html2text autoload.
9870
9871 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9872
9873         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9874
9875 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9876
9877         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9878         New variables.
9879         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9880         (mm-charset-synonym-alist): Move some entries to
9881         mm-codepage-iso-8859-list.
9882
9883         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9884
9885 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9886
9887         * message.el (message-citation-line-format)
9888         (message-insert-formated-citation-line): Fix implementation of %E, %N
9889         and %n according to the doc string.
9890
9891 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9892
9893         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9894         Use car-safe to avoid bad parses.
9895
9896 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9897
9898         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9899         names.
9900
9901         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9902
9903 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9904
9905         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9906         header.
9907
9908         * message.el (message-draft-headers): Add Date.
9909         (message-headers-to-generate): Fix typo in docstring.
9910
9911         * nndraft.el (nndraft-required-headers): New variable.
9912         (nndraft-generate-headers): Use it.
9913
9914         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9915
9916 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9917
9918         * gnus-registry.el (gnus-registry-wash-for-keywords)
9919         (gnus-registry-find-keywords): New functions to allow easy searching of
9920         articles that are in the registry.
9921
9922 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9923
9924         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9925         Use ietf-drums-parse-address instead of gnus-extract-address-components.
9926         Reported by Damien Elmes <damien@repose.cx>.
9927
9928 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9929
9930         * gnus.el (gnus-mime): Remove unused custom group.
9931
9932 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9933
9934         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9935         "blank line" when searching for end of armor headers.
9936
9937 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9938
9939         * gmm-utils.el (gmm-write-region): Fix variable name.
9940
9941 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9942
9943         * gmm-utils.el (gmm-write-region): New function based on compatibility
9944         code from `mm-make-temp-file'.
9945
9946         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9947
9948         * nnmaildir.el (nnmaildir--update-nov)
9949         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9950         Use `gmm-write-region'.
9951
9952 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9953
9954         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
9955         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9956
9957         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9958
9959         * message.el (message-replacement-char): New variable.
9960         (message-fix-before-sending): Use it.
9961         (message-simplify-subject): New function to remove duplicate code.
9962         (message-reply, message-followup): Use it.
9963
9964         * gnus-sum.el (gnus-summary-make-menu-bar):
9965         Clarify gnus-summary-limit-to-articles.
9966
9967 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9968
9969         * gnus-util.el (gnus-with-local-quit): New macro.
9970
9971         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9972
9973 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9974
9975         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9976         ignore non-string data.
9977
9978 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9979
9980         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9981         non-string data (needs to be done in the registry too).
9982
9983 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9984
9985         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9986         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9987         (gnus-registry-split-fancy-with-parent)
9988         (gnus-registry-fetch-simplified-message-subject-fast)
9989         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9990         Remove text properties on ingress into the registry and when it's saved.
9991         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9992         registry from entries with no groups.
9993
9994 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9995
9996         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9997         function to remove string properties.
9998
9999 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10000
10001         * gmm-utils.el (gmm): Adjust custom version.
10002
10003         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10004         Adjust custom version.
10005
10006         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10007
10008 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10009
10010         * gnus-art.el (gnus-insert-prev-page-button)
10011         (gnus-insert-next-page-button): Simplify.  Reformat.
10012
10013 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10014
10015         * gnus-art.el (gnus-insert-prev-page-button)
10016         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10017
10018 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10019
10020         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10021
10022 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10023
10024         * gnus-art.el (gnus-insert-mime-button)
10025         (gnus-insert-mime-security-button):
10026         Apply gnus-article-button-face to MIME and security buttons.
10027
10028 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10029
10030         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10031         readable.
10032
10033 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10034
10035         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10036
10037 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10038
10039         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10040         `browse-url-of-file' instead of `browse-url'.
10041
10042 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10043
10044         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10045         regexp.  Articles containing quotation were cut prematurely.
10046
10047 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10048
10049         * message.el (message-cite-original-1): Use nobody by default for the
10050         value of From header.
10051         (message-reply): Ditto.
10052
10053 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10054
10055         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10056         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10057         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10058
10059 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10060
10061         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10062         mails in the doc string.  Add some URLs in comment.
10063         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10064
10065 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10066
10067         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10068         backslashes handling and the way to find boundaries of quoted strings.
10069
10070 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10071
10072         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10073         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10074         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10075         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10076
10077 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10078
10079         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10080         doc string.
10081         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10082
10083 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10084
10085         * lpath.el: Fbind epg-check-configuration.
10086
10087 2006-09-06  Simon Josefsson  <jas@extundo.com>
10088
10089         * mml2015.el (mml2015-use): Doc fix, mention epg.
10090
10091 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10092
10093         * mml2015.el (mml2015-use): Default to epg, if available.
10094
10095 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10096
10097         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10098         message-sender.
10099         (mml1991-epg-encrypt): Ditto.
10100         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10101         message-sender.
10102         (mml2015-epg-encrypt): Ditto.
10103
10104 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10105
10106         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10107         several common directories.
10108
10109 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10110
10111         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10112         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10113
10114 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10115
10116         * gnus-art.el (article-decode-encoded-words): Make it fast.
10117
10118 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10119
10120         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10121
10122         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10123         in quoted string into `\'.
10124
10125 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10126
10127         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10128         Use standard-syntax-table.
10129
10130 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10131
10132         * gnus-art.el (gnus-decode-address-function): New variable.
10133         (article-decode-encoded-words): Use it to decode headers which are
10134         assumed to contain addresses.
10135         (gnus-mime-delete-part): Remove useless `or'.
10136
10137         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10138         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10139         (gnus-nov-parse-line): Use it to decode From header.
10140         (gnus-get-newsgroup-headers): Ditto.
10141         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10142
10143         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10144         (mail-decode-encoded-address-string): New alias.
10145
10146         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10147         New function.
10148         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10149         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10150         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10151         (rfc2047-decode-string): Ditto.
10152         (rfc2047-decode-address-region): New function.
10153         (rfc2047-decode-address-string): New function.
10154
10155 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10156
10157         * message.el (message-caesar-buffer-body): Allow rotating headers.
10158
10159         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10160
10161         * message.el (message-insert-formated-citation-line): Fix %f.
10162         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10163
10164 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10165
10166         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10167         (gnus-bookmark-mouse-available-p): New macro.
10168         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10169         (gnus-bookmark-bmenu-show-infos): Use it.
10170         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10171         (gnus-bookmark-bmenu-hide-infos): Ditto.
10172         (gnus-bookmark-remove-properties): New function.
10173         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10174         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10175         (gnus-bookmark-write-file): Bind coding-system-for-write.
10176         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10177         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10178         group before selecting it.
10179         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10180         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10181         quit-window if it is not available; use gnus-mouse-2 and bind it to
10182         gnus-bookmark-bmenu-select-by-mouse.
10183         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10184         (gnus-bookmark-bmenu-select-by-mouse): New function.
10185
10186 2006-08-13  Romain Francoise  <romain@orebokech.com>
10187
10188         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10189         space.
10190
10191 2006-08-10  Romain Francoise  <romain@orebokech.com>
10192
10193         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10194         (dns-mode-soa-auto-increment-serial): New user option.
10195         (dns-mode-soa-maybe-increment-serial): New function.
10196         (dns-mode): Add the latter to `write-contents-functions'.
10197
10198 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10199
10200         * compface.el (uncompface): Use binary rather than raw-text-unix.
10201
10202 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10203
10204         * compface.el (uncompface): Make sure the eol conversion doesn't take
10205         place when communicating with the external programs.
10206         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10207
10208 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10209
10210         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10211
10212 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10213
10214         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10215         Make it more robust by parsing author and date independently.
10216
10217 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10218
10219         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10220
10221 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10222
10223         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10224         first matching secret key.
10225         (mml2015-epg-encrypt): Ditto.
10226
10227         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10228         first matching secret key.
10229         (mml1991-epg-encrypt): Ditto.
10230
10231         * mml2015.el (mml2015-encrypt-to-self): New user option.
10232         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10233         mml2015-epg-encrypt-to-self is set.
10234
10235         * mml1991.el (mml1991-encrypt-to-self): New variable.
10236         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10237         mml1991-epg-encrypt-to-self is set.
10238
10239         * mml2015.el (mml2015-signers): New user option.
10240         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10241         (mml2015-epg-encrypt): Allow to select signing keys.
10242
10243         * mml1991.el (mml1991-signers): New variable.
10244         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10245         (mml1991-epg-encrypt): Allow to select signing keys.
10246
10247 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10248
10249         * nnheader.el (nnheader-insert-head): Make it work even if the file
10250         uses CRLF for the line-break code.
10251
10252 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10253
10254         * mml2015.el: Require mml-sec instead of password.
10255         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10256         (mml2015-cache-passphrase): Inherit the default value from
10257         mml-secure-cache-passphrase.
10258         (mml2015-passphrase-cache-expiry): Inherit the default value from
10259         mml-secure-passphrase-cache-expiry.
10260
10261         * mml1991.el: Require mml-sec instead of password.
10262         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10263         (mml1991-cache-passphrase): Inherit the default value from
10264         mml-secure-cache-passphrase.
10265         (mml1991-passphrase-cache-expiry): Inherit the default value from
10266         mml-secure-passphrase-cache-expiry.
10267
10268         * mml-sec.el: Require password.
10269         (mml-secure-verbose): New user option.
10270         (mml-secure-cache-passphrase): New user option.
10271         (mml-secure-passphrase-cache-expiry): New user option.
10272
10273 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10274
10275         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10276         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10277         andreas@altroot.de (Andreas Vögele).
10278
10279         FIXME: Use `tiny change'?
10280
10281 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10282
10283         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10284         workaround for the url package included with Emacs.
10285
10286         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10287
10288 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10289
10290         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10291         correctly.  This fixes a bug caused by the 2006-05-12 change.
10292
10293 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10294
10295         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10296         some information about the error when saying that the `bogus' mail
10297         group will be used.
10298
10299 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10300
10301         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10302         string.
10303
10304 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10305
10306         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10307
10308 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10309
10310         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10311
10312 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10313
10314         * mml1991.el (mml1991-function-alist): Add epg.
10315         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10316         (mml1991-epg-encrypt): New functions.
10317
10318 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10319
10320         * mml2015.el (mml2015-verbose): New variable.
10321         (mml2015-cache-passphrase): Ditto.
10322         (mml2015-passphrase-cache-expiry): Ditto.
10323         (mml2015-function-alist): Add epg.
10324         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10325         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10326         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10327         New functions.
10328
10329 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10330
10331         * message.el (message-cite-original-1): Preserve region when removing
10332         quoted text due to X-No-Archive in order to avoid bogus attribution
10333         when citing multiple messages.
10334
10335 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10336
10337         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10338         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10339
10340 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10341
10342         * gnus-diary.el (gnus-user-format-function-d)
10343         (gnus-user-format-function-D): Autoload.
10344
10345         * imap.el (Commentary): Fix typo.
10346
10347         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10348         2006-04-22 contribution.
10349
10350 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10351
10352         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10353         It didn't really fix the bogosity I'm seeing with solid web groups.
10354
10355 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10356
10357         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10358         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10359         created using server names.  If we use the feature without declaring
10360         it, Gnus does not properly manage server and group state.
10361
10362         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10363         bound.
10364
10365 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10366
10367         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10368         looking up the method using GROUP's prefix before inventing a new one.
10369         It is used on killed/unknown groups in various places where returning
10370         an all-new method isn't expected by the caller.
10371
10372         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10373         and match semantics of gnus-group-real-prefix.
10374
10375 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10376
10377         * nnmail.el (nnmail-broken-references-mailers): New variable.
10378         (nnmail-ignore-broken-references): New function generalizing
10379         nnmail-fix-eudora-headers.
10380         (nnmail-fix-eudora-headers): Now obsolete.
10381
10382         * gnus-art.el (gnus-button-handle-custom):
10383         Support `customize-apropos*'.
10384
10385 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10386
10387         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10388
10389         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10390         articles.
10391
10392 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10393
10394         * message.el (message-cite-reply-above): New variable.
10395         (message-yank-original): Use it.
10396
10397 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10398
10399         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10400
10401 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10402
10403         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10404         as read.
10405
10406         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10407
10408 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10409
10410         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10411         (gnus-bookmark-default-file): Use gnus-directory.
10412         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10413         Remove "*" in doc string.
10414         (gnus-bookmark-write-file): Simplify.
10415         (gnus-bookmark-maybe-sort-alist): Use `when'.
10416         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10417         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10418         Add FIXME about Emacs 21 and XEmacs compatibility.
10419         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10420         compatibility.
10421         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10422         compatibility.
10423         (gnus-bookmark-menu-heading): Fix version.
10424
10425 2006-06-19  Bastien Guerry  <bzg@altern.org>
10426
10427         * gnus-bookmark.el: New file.
10428
10429 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10430
10431         * message.el (message-syntax-checks): Doc fix.
10432
10433 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10434
10435         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10436         unsubscribed groups as if they were killed ones.  It causes duplicate
10437         entries in gnus-newsrc-alist.
10438
10439 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10440
10441         * message.el (message-syntax-checks): Doc fix.
10442         (message-send-mail): Add check for continuation headers.
10443         (message-check-news-header-syntax): Fix regexp used to check for
10444         continuation headers.
10445
10446 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10447
10448         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10449
10450 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10451
10452         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10453
10454 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10455
10456         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10457         default-truncate-lines.
10458
10459 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10460
10461         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10462         to fill the utf-8 entry.
10463
10464         * lpath.el: Fbind unicode-precedence-list.
10465
10466 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10467
10468         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10469
10470 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10471
10472         * gnus-agent.el (directory-files-and-attributes): Move all the way
10473         forward (the third and final move).
10474         (gnus-agent-read-agentview): Trap reconstruction errors due to
10475         nonexistent directory.  Handle by returning nil.
10476
10477 2006-05-30  Didier Verna  <didier@xemacs.org>
10478
10479         * message.el (message-dont-reply-to-names): Update the custom type.
10480         * message.el (message-dont-reply-to-names): New defsubst: potentially
10481         convert a list of regexps into a single one.
10482         * message.el (message-get-reply-headers): Use it.
10483         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10484
10485 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10486
10487         * gnus-agent.el (directory-files-and-attributes): Move forward.
10488
10489 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10490
10491         * gnus-ml.el (gnus-mailing-list-subscribe)
10492         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10493         (gnus-mailing-list-message): Fix doc strings.
10494
10495 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10496
10497         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10498         of doing it manually.
10499
10500 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10501
10502         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10503         comment.
10504
10505 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10506
10507         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10508         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10509         (gnus-agent-read-local): All symbols allocated in my-obarray.
10510         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10511         (gnus-agent-regenerate-group): Check numeric names to see if they are
10512         messages or groups.
10513         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10514         better way of do this...)
10515
10516         * gnus-cache.el (gnus-agent-total-fetched-for):
10517         Ignore 'dummy.group' (there should be a better way of do this...)
10518
10519 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10520
10521         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10522         (gnus-saved-headers): Ditto.
10523         (gnus-default-article-saver): Mention functions may have properties.
10524         (gnus-article-save): Override gnus-save-all-headers and
10525         gnus-saved-headers by :headers property which saver function may have.
10526         (gnus-summary-save-in-file): Add :headers property.
10527         (gnus-summary-write-to-file): Ditto.
10528
10529         * gnus-sum.el (gnus-summary-save-article): Bind
10530         gnus-prompt-before-saving to t when saving many articles in a file;
10531         always show all headers.
10532
10533         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10534
10535 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10536
10537         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10538         marks.
10539
10540         * message.el (message-indent-citation): Add optional arguments to allow
10541         using it outside of message buffers.
10542
10543         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10544         (gnus-article-treat-unfold-headers): Use it.
10545         (gnus-article-truncate-lines): New variable.
10546         (gnus-article-mode): Use it.
10547         (gnus-article-toggle-truncate-lines): New function.
10548
10549         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10550         Add gnus-article-toggle-truncate-lines.
10551
10552         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10553         coding system in XEmacs, use binary.
10554
10555 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10556
10557         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10558         after-load-alist.
10559
10560         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10561         this function should save decoded articles.
10562         (gnus-summary-write-to-file): Use property to specify this function
10563         should save decoded articles and specify gnus-summary-save-in-file
10564         should be used to save articles other than the first one when saving
10565         many articles.
10566         (gnus-summary-save-body-in-file): Use property to specify this
10567         function should save decoded articles.
10568         (gnus-summary-write-body-to-file): Use property to specify this
10569         function should save decoded articles and specify
10570         gnus-summary-save-body-in-file should be used to save articles other
10571         than the first one when saving many articles.
10572
10573         * gnus-sum.el (gnus-summary-save-article): Simplify.
10574
10575 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10576
10577         * gnus-art.el (gnus-default-article-saver):
10578         Add gnus-summary-write-body-to-file.
10579         (gnus-article-save-coding-system): Don't use coding system object
10580         in XEmacs.
10581         (gnus-read-save-file-name): Add optional `dir-var' argument which
10582         specifies directory in which files are saved; work even if optional
10583         `variable' argument is not specified.
10584         (gnus-summary-write-to-file): Read file name.
10585         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10586         (gnus-summary-write-body-to-file): New function.
10587
10588         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10589         (gnus-summary-local-variables): Add it.
10590         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10591         (gnus-summary-save-article): Remove optional `decode' argument;
10592         determine whether to decode articles by the value of
10593         gnus-default-article-saver; when saving many files using
10594         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10595         it first and use gnus-summary-save-in-file or
10596         gnus-summary-save-body-in-file thereafter unless
10597         gnus-prompt-before-saving is always; move point to article which
10598         will be saved.
10599         (gnus-summary-save-article-file): Revert.
10600         (gnus-summary-write-article-file): Revert.
10601         (gnus-summary-save-article-body-file): Revert.
10602         (gnus-summary-write-article-body-file): New function.
10603
10604 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10605
10606         * gnus-art.el (gnus-default-article-saver): Doc fix.
10607         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10608         from gnus-summary-save-article-coding-system, and default to a
10609         certain coding system.
10610         (gnus-output-to-file): Add coding cookie and encode text according
10611         to gnus-article-save-coding-system; don't use mm-append-to-file.
10612
10613         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10614         gnus-art.el and rename to gnus-article-save-coding-system.
10615         (gnus-summary-save-article): Require gnus-art; don't show all
10616         headers if it decodes articles; don't add coding cookie here;
10617         don't bind mm-text-coding-system-for-write.
10618         (gnus-summary-save-article-file): Save decoded articles.
10619         (gnus-summary-write-article-file): When saving many files, use
10620         gnus-summary-write-to-file first and gnus-summary-save-in-file
10621         thereafter unless gnus-prompt-before-saving is always.
10622         (gnus-summary-save-article-body-file): Save decoded articles.
10623
10624         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10625
10626 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10627
10628         * nnrss.el (nnrss-check-group): Bind hash-index.
10629
10630 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10631
10632         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10633         its hash index.  Store this hash in `nnrss-group-data'.
10634         (nnrss-read-group-data): Update accordingly.
10635
10636 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10637
10638         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10639         entry.
10640
10641         * gnus-sum.el (gnus-summary-make-menu-bar):
10642         Add gnus-article-browse-html-article.
10643
10644 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10645
10646         * gnus-sum.el (gnus-summary-mime-map):
10647         Add gnus-article-browse-html-article.
10648
10649         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10650
10651 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10652
10653         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10654         suitable coding systems in customize.
10655
10656 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10657
10658         * mail-source.el (mail-sources): Fix custom type.
10659
10660 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10661
10662         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10663         (gnus-summary-expire-articles-now): Shorten prompt.
10664
10665         * gmm-utils.el (wid-edit): Require.
10666         (defun-gmm): Rename from `gmm-defun-compat'.
10667         (gmm-image-search-load-path): Use it.
10668         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10669
10670 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10671
10672         * gnus-sum.el (gnus-summary-save-article-coding-system):
10673         New variable.
10674         (gnus-summary-save-article): Add optional `decode' argument.
10675         If it is set and gnus-summary-save-article-coding-system is non-nil,
10676         save decoded article.
10677         (gnus-summary-write-article-file): Save decoded article if
10678         gnus-summary-save-article-coding-system is non-nil.
10679
10680         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10681         type.
10682
10683 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10684
10685         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10686
10687 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10688
10689         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10690         first to test gnus-single-article-buffer which may be buffer-local.
10691
10692         * gnus-sum.el (gnus-summary-setup-buffer):
10693         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10694         group; make gnus-article-buffer, gnus-article-current, and
10695         gnus-original-article-buffer always buffer-local.
10696         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10697         group.
10698         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10699
10700 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10701
10702         * nnml.el (nnml-request-compact-group): Compressed files might not
10703         have .gz extension.
10704
10705 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10706
10707         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10708         (mm-copy-to-buffer): Use with-current-buffer.
10709         (mm-display-part): Simplify.
10710         (mm-inlinable-p): Add optional arg `type'.
10711
10712 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10713
10714         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10715         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10716         Try harder to show the attachment internally or externally using
10717         gnus-mime-view-part-as-type.
10718
10719 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10720
10721         * message.el (message-from-style, message-signature-separator)
10722         (message-user-organization-file, message-send-mail-function)
10723         (message-citation-line-function, message-yank-prefix)
10724         (message-indent-citation-function, message-signature)
10725         (message-signature-file, message-signature-insert-empty-line):
10726         Remove autoloads.
10727
10728         * gnus-art.el (gnus-buttonized-mime-types):
10729         Remove "multipart/signed".  Revert 2006-04-26 change.
10730
10731 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10732
10733         * gnus.el (gnus-version-number): Bump version.
10734
10735 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10736
10737         * gnus.el: No Gnus v0.5 is released.
10738
10739 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10740
10741         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10742         fetching articles by message-id.
10743
10744 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10745
10746         * message.el (hashcash): Require hashcash as normal.
10747
10748         * ecomplete.el (ecomplete-highlight-match-line):
10749         Use point-at-eol.
10750         (ecomplete-highlight-match-line): Use `highlight', because that
10751         face exists in both Emacs and XEmacs.
10752
10753         * message.el (message-display-abbrev): Use point-at-bol.
10754
10755         * mail-source.el: Don't require timer/timer-funcs.
10756
10757         * gnus-async.el: Ditto.
10758
10759         * password.el: Ditto.
10760
10761         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10762
10763         * mm-url.el: Ditto.
10764
10765         * gnus-xmas.el: Don't require timer-funcs.
10766
10767         * mm-util.el: Require timer/timer-funcs.
10768
10769 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10770
10771         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10772         Close.
10773
10774 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10775
10776         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10777         unibyte after clear-decrypt function runs.
10778
10779         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10780         returns as a unibyte string.
10781
10782 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10783
10784         * lpath.el: Revert.
10785
10786         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10787         (pgg-gpg-process-sentinel): Revert.
10788
10789         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10790         (pgg-pgp-lookup-key): Revert.
10791
10792         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10793         (pgg-pgp5-lookup-key): Revert.
10794
10795         * pgg.el (pgg-fetch-key): Revert.
10796
10797 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10798
10799         * lpath.el: Fbind string-as-multibyte for XEmacs.
10800
10801         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10802         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10803         (mml1991-pgg-encrypt): Ditto.
10804
10805         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10806         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10807         a multibyte buffer.
10808
10809         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10810         (pgg-pgp-lookup-key): Ditto.
10811
10812         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10813         (pgg-pgp5-lookup-key): Ditto.
10814
10815         * pgg.el (pgg-fetch-key): Ditto.
10816
10817 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10818
10819         * message.el (message-user-organization-file): Check several
10820         locations of the organization file.
10821
10822         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10823         Add gnus-article-view-part-as-type.
10824
10825         * gnus-art.el (gnus-article-view-part-as-type): New function.
10826
10827         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10828         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10829
10830         * mml.el: Simplify autoload.
10831         (mml-mode): defvar dnd-protocol-alist instead of using
10832         symbol-value.
10833         (mml-default-directory): New variable.
10834         (mml-minibuffer-read-file): Use it.
10835         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10836
10837         * message.el (message-citation-line-format): New variable.
10838         (message-insert-formated-citation-line): New function.
10839         (message-citation-line-function):
10840         Add `message-insert-formated-citation-line' to custom type.
10841
10842         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10843         to doc string.
10844
10845         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10846         depending on mm-verify-option.
10847
10848 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10849
10850         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10851         binding pgg-* variables; reimplement the section which prevents
10852         MIME header from being signed.
10853         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10854         pgg-text-mode; remove a blank line at the top of body.
10855
10856         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10857         lines at the top of body; use gnus-newsgroup-charset if there's no
10858         Charset header.
10859
10860 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10861
10862         * message.el (message-self-insert-commands): Doc fix.
10863
10864         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10865         (mm-uu-pgp-encrypted-test): Ditto.
10866         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10867         between header and body; return application/pgp-encrypted handle
10868         if decryption failed; decode decrypted body by charset.
10869
10870         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10871         element match to application/pgp-*.
10872
10873 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10874
10875         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10876         HTML.
10877
10878 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10879
10880         * mail-source.el (mail-source-call-script): Message the error
10881         string.
10882
10883 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10884
10885         * gnus-util.el (gnus-byte-compile): Use it.
10886
10887 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10888
10889         * gnus-util.el (kill-empty-logs): New function.
10890
10891 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10892
10893         * message.el (message-mail-alias-type): Doc fix.
10894         (message-mail-alias-type-p): New function.
10895         (message-send): Use it.
10896         (message-mode): Ditto.
10897         (message-strip-forbidden-properties): Ditto.
10898
10899         * ecomplete.el (ecomplete-database-file-coding-system):
10900         New variable.
10901         (ecomplete-save): Use it.
10902         (ecomplete-setup): Use it.
10903
10904 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10905
10906         * message.el (message-self-insert-commands): New variable.
10907         (message-strip-forbidden-properties): Use it.
10908
10909 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10910
10911         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10912         that doesn't make XEmacs choke.
10913
10914 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10915
10916         * gnus-util.el (gnus-replace-in-string):
10917         Prefer replace-regexp-in-string over of replace-in-string.
10918
10919 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10920
10921         * gnus-util.el (gnus-select-frame-set-input-focus):
10922         Use select-frame-set-input-focus if it is available in XEmacs; use
10923         definition defined in Emacs 22 for old Emacsen.
10924
10925         * dgnushack.el: Autoload unmorse-region for XEmacs.
10926
10927         * lpath.el: Bind cursor-in-non-selected-windows and
10928         select-frame-set-input-focus for XEmacs.
10929
10930 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10931
10932         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10933
10934 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10935
10936         * gnus-registry.el (gnus-registry-cache-save): Remove text
10937         properties when saving via the temp buffer.
10938
10939 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10940
10941         * message.el (message-generate-hashcash): Honor custom type.
10942
10943 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10944
10945         * message.el (message-generate-hashcash): Default to non-nil when
10946         hashcash is found.
10947
10948         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10949         (gnus-refer-thread-limit): Increase default to 500.
10950
10951         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10952
10953         * flow-fill.el (fill-flowed): Allow delete-space.
10954
10955 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10956
10957         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10958         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10959         Remove autoloads.
10960
10961 2006-04-18  Simon Josefsson  <jas@extundo.com>
10962
10963         * message.el (message-generate-hashcash): Default to.
10964
10965 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10966
10967         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10968         concatenating segments rather than before concatenating them.
10969
10970 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10971
10972         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10973
10974 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10975
10976         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10977
10978         * message.el (message-forward-make-body-plain):
10979         Allow message-forward-ignored-headers to be a list.
10980         (message-remove-ignored-headers): Factor out into function.
10981         (message-forward-make-body-mml): Use it.
10982
10983         * imap.el (imap-quote-specials): New function.
10984         (imap-login-auth): Quote specials.
10985
10986         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10987         (rfc2231-parse-string): Allow concatanation of parameters that
10988         aren't contiguous.  The test case is
10989           (mail-header-parse-content-type "message/external-body;
10990             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10991             access-type=LOCAL-FILE;
10992             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10993
10994 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10995
10996         * nntp.el (nntp-accept-process-output): Return the value of
10997         `nnheader-accept-process-output'.
10998
10999 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11000
11001         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11002         (gnus-button-alist): Recognize more diff formats.
11003         (gnus-button-patch): Strip directory.
11004
11005 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11006
11007         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11008         Emacs 22 when setting focus.
11009
11010 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11011
11012         * gnus-art.el (gnus-article-treat-types): Do treatment of
11013         text/x-verbatim parts.
11014         (gnus-button-patch): New command.
11015
11016         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11017         addresses that contain invalid characters.
11018
11019 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11020
11021         * message.el (message-put-addresses-in-ecomplete):
11022         Use gnus-replace-in-string.
11023         (message-is-yours-p): Use the more correct
11024         mail-header-parse-address instead of
11025         mail-extract-address-components.
11026         (message-put-addresses-in-ecomplete): Fix typo.
11027
11028         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11029         keystroke.
11030
11031         * gnus-art.el (gnus-treatment-function-alist): Change order of
11032         newsgroups/generic header folding to avoid double-folding.
11033
11034         * message.el (message-hidden-headers): Add X-Draft-From.
11035
11036         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11037         New command.
11038         (gnus-summary-repeat-search-article-backward): New command.
11039
11040         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11041         groups in the parent topic.
11042
11043 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11044
11045         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11046         (spam-extra-header-to-number): Return the CRM114 number as a
11047         number instead of a string.
11048
11049 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11050
11051         * gnus-art.el (gnus-face-properties-alist): Move here from
11052         gnus-fun.
11053
11054         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11055
11056 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11057
11058         * message.el (message-strip-forbidden-properties): Only display on
11059         self-insert-command.
11060
11061         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11062         reindent.
11063         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11064
11065 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11066
11067         * smiley.el (smiley-style): Fix typo.
11068
11069 2006-03-23  Kenichi Handa  <handa@m17n.org>
11070
11071         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11072         instead of set-buffer-multibyte.
11073
11074 2006-03-23  Kenichi Handa  <handa@m17n.org>
11075
11076         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11077         buffer and then decode the buffer text if necessary.
11078         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11079         first, and after mm-encode-body, change the buffer to unibyte.
11080
11081 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11082
11083         * hashcash.el (hashcash-insert-payment-async-2):
11084         Use message-goto-eoh instead of doing it manually.
11085         (mail-add-payment): Use message-narrow-to-header instead of trying
11086         to do the same itself.
11087
11088         * message.el (message-hidden-headers): Add Face.
11089
11090         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11091         reparenting code.
11092         (gnus-summary-reparent-children): Refactored out code.
11093         (gnus-summary-thread-map): New keystroke.
11094         (gnus-summary-reparent-children): Make into command.
11095
11096         * smiley.el (smiley-style): Default to `medium' if using a large
11097         font.
11098
11099         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11100         does it itself.
11101
11102         * message.el (message-point-in-header-p): Simplify definition.
11103
11104 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11105
11106         * nnagent.el (nnagent-request-set-mark): Silence log file
11107         writing.
11108         (nnagent-request-set-mark): Use write-region instead of
11109         append-to-file.
11110
11111         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11112         strange select method.
11113
11114         * ecomplete.el (ecomplete-display-matches): Get highlightling
11115         right.
11116         (ecomplete-display-matches): Use literals.
11117         (ecomplete-display-matches): Disable message logging.
11118
11119         * message.el (message-display-abbrev): Small optimization.
11120
11121         * ecomplete.el (ecomplete-display-matches): Allow automatic
11122         display.
11123
11124         * message.el (message-strip-forbidden-properties):
11125         Display abbrevs.
11126         (message-display-abbrev): Get automatic display right.
11127
11128         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11129         keystrokes.
11130
11131 2006-04-13  Romain Francoise  <romain@orebokech.com>
11132
11133         TODO: Backport to v5-10!
11134
11135         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11136         Move here (and rename) from gnus-registry.el.
11137
11138         * gnus-registry.el: Require gnus-util.
11139         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11140
11141 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11142
11143         * gnus-group.el (gnus-group-catchup-current):
11144         Change if-then-else-if-then-else into cond.
11145         (gnus-group-catchup): Indent.
11146         (group-name-at-point): New function.
11147         (gnus-fetch-group): Provide default from thing at point.
11148
11149 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11150
11151         * message.el (message-display-abbrev): Fix regexp.
11152
11153         * ecomplete.el (ecomplete-highlight-match-line):
11154         Reimplement choosing.
11155         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11156         dead variables.
11157
11158         * message.el (message-newline-and-indent): Remove debugging.
11159         (message-display-abbrev): Use new implementation.
11160
11161 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11162
11163         * gnus-art.el (gnus-article-mode):
11164         Set cursor-in-non-selected-windows to nil.
11165
11166         * smiley.el: Revert previous change.
11167         (smiley-data-directory): defvar it before using it in the
11168         defcustom of `smiley-style'.
11169
11170 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11171
11172         * message.el (message-newline-and-indent): New function.
11173
11174         * ecomplete.el: Implement more bits.
11175
11176         * message.el (message-put-addresses-in-ecomplete): Clean up the
11177         string.
11178
11179         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11180
11181         * gnus-sum.el (gnus-summary-save-parts):
11182         Bind gnus-summary-save-parts-counter and use it to make unique file
11183         names.
11184
11185         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11186
11187         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11188         parameter to say whether to actually parse the individual
11189         addresses.
11190
11191         * message.el (message-put-addresses-in-ecomplete): New function.
11192         (ecomplete): Require.
11193         (message-mail-alias-type): Add ecomplete as an option.
11194
11195 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11196
11197         * flow-fill.el (fill-flowed): Remove trailing space from blank
11198         quoted lines.
11199
11200 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11201
11202         * smiley.el (smiley-style): Move definition later to avoid a
11203         compilation warning.
11204
11205 2006-04-12  Kenichi Handa  <handa@m17n.org>
11206
11207         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11208         buffer and then decode the buffer text if necessary.
11209         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11210         first, and after mm-encode-body, change the buffer to unibyte.
11211         Use mm-disable-multibyte instead of set-buffer-multibyte.
11212
11213 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11214
11215         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11216         Content-Type header instead of Content-Disposition header.
11217         (gnus-mime-inline-part): Ditto.
11218         (gnus-mime-view-part-as-charset): Ignore charset that the part
11219         specifies.
11220
11221         * mm-decode.el (mm-display-part): Work with external parts and
11222         usual parts similarly.
11223
11224         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11225         instead of gnus-display-mime.
11226
11227         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11228         instead of with-temp-buffer.
11229
11230         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11231         tag to summarized topics part in order to encode non-ASCII text.
11232
11233 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11234
11235         * smiley.el (smiley-style): New variable.
11236         (smiley-directory): New function.
11237         (smiley-data-directory): Derive from `smiley-style' using
11238         `smiley-directory'.
11239         (smiley-regexp-alist): Add new entries.
11240
11241         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11242         (gnus-article-browse-delete-temp): Add :version.
11243
11244 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11245
11246         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11247         the sieve region.
11248
11249 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11250
11251         * gnus.el (gnus-version-number): Bump version.
11252
11253 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11254
11255         * gnus.el: No Gnus v0.4 is released.
11256
11257 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11258
11259         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11260         layout.
11261
11262         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11263         unknown charset.
11264
11265         * message.el (message-header-synonyms): Add Original-To to the
11266         default.
11267
11268         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11269         optional parameter.
11270
11271 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11272
11273         * gnus-fun.el (gnus): Require it for gnus-directory.
11274
11275 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11276
11277         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11278
11279 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11280
11281         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11282
11283 2006-04-05  Simon Josefsson  <jas@extundo.com>
11284
11285         * password.el (password-reset): New function.
11286
11287 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11288
11289         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11290         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11291
11292 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11293
11294         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11295         Some whitespace was matched into the url, which broke browsing hits
11296         > 100 when mm-url-use-external was nil.
11297
11298 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11299
11300         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11301         Check gnus-extra-headers for 'Newsgroups.
11302
11303         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11304         bound.
11305
11306 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11307
11308         * pgg-gpg.el: Clean up process buffers every time gpg processes
11309         complete.
11310
11311 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11312
11313         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11314         doc string.
11315
11316 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11317
11318         * pgg-gpg.el (pgg-gpg-process-filter)
11319         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11320
11321         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11322         lines, temporary fix.
11323
11324 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11325
11326         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11327
11328 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11329
11330         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11331         default-enable-multibyte-characters.  This reverts the change from
11332         revision 6.17 which is no longer necessary because the passphrase
11333         is sent separately now.  GnuPG messages are unreadable under
11334         multibyte locales with default-enable-multibyte-characters set to
11335         nil.
11336
11337 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11338
11339         * message.el (message-tool-bar-gnome): Move "spell".
11340
11341 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11342
11343         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11344         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11345         instead.
11346
11347 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11348
11349         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11350         Improve newsgroups handling for NNTP overviews which don't include
11351         Newsgroups.
11352
11353 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11354
11355         * message.el (message-resend): Bind message-generate-hashcash to nil.
11356
11357 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11358
11359         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11360         when searching for already-paid recipients.
11361
11362 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11363
11364         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11365         passphrases when it is not needed.
11366         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11367         passphrase stuff from gpg, should only be necessary when you use
11368         gpg with a smartcard.
11369
11370 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11371
11372         * mml.el (mml-insert-mime): Ignore cached contents of
11373         message/external-body part.
11374
11375         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11376         (mm-insert-part): Ditto.
11377
11378 2006-03-23  Simon Josefsson  <jas@extundo.com>
11379
11380         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11381         Reiner.
11382         (pgg-gpg-use-agent-p): Use it again.
11383
11384 2006-03-23  Simon Josefsson  <jas@extundo.com>
11385
11386         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11387         older emacsen.
11388         (pgg-gpg-use-agent-p): Don't use it.
11389
11390 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11391
11392         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11393         if we can.
11394
11395 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11396
11397         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11398         (pgg-gpg-update-agent): New function.
11399         (pgg-gpg-use-agent-p): New function.
11400         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11401         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11402         (pgg-gpg-sign-region): Use it.
11403
11404 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11405
11406         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11407         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11408
11409 2006-03-21  Simon Josefsson  <jas@extundo.com>
11410
11411         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11412         <wilde@sha-bang.de>.
11413         (pgg-gpg-use-agent): New variable.
11414         (pgg-gpg-process-region): Use it.
11415         (pgg-gpg-encrypt-region): Likewise.
11416         (pgg-gpg-encrypt-symmetric-region): Likewise.
11417         (pgg-gpg-decrypt-region): Likewise.
11418         (pgg-gpg-sign-region): Likewise.
11419         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11420
11421 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11422
11423         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11424
11425         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11426         Add comment on version.
11427
11428 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11429
11430         * smiley.el: Add missing test smiley.
11431
11432 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11433
11434         * mm-decode.el (mm-with-part): New macro.
11435         (mm-get-part): Use it; work with message/external-body as well.
11436         (mm-save-part): Treat name and filename equally.
11437
11438         * mm-extern.el (mm-extern-cache-contents): New function.
11439         (mm-inline-external-body): Use it; force the part to be displayed;
11440         move undisplayer added to the cached handle to the parent.
11441
11442         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11443         (gnus-mime-view-part-as-type): Work with message/external-body.
11444
11445         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11446
11447 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11448
11449         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11450         images in image-load-path.  [Sync with image.el, revision 1.60, in
11451         Emacs.]
11452
11453 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11454
11455         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11456         path rather than symbol.  Always return list of directories.
11457         Guarantee that image directory comes first.  [Sync with image.el,
11458         revision 1.59, in Emacs.]
11459
11460         * message.el (message-make-tool-bar): Adjust to new API of
11461         `gmm-image-load-path-for-library'.
11462
11463         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11464
11465         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11466
11467 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11468
11469         * gnus-art.el (gnus-article-only-boring-p):
11470         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11471         intangible text.
11472         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11473
11474 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11475
11476         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11477         Use `defun' instead of `gmm-defun-compat'.
11478
11479 2006-03-14  Simon Josefsson  <jas@extundo.com>
11480
11481         * message.el (message-unique-id): Don't use message-number-base36
11482         if (user-uid) is a float.
11483         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11484
11485 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11486
11487         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11488
11489         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11490         empty line between a part and a message part.
11491
11492 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11493
11494         * smiley.el: Add more test smileys.
11495         (smiley-data-directory, smiley-regexp-alist)
11496         (gnus-smiley-file-types): Fix doc strings.
11497         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11498         adding new elements.
11499         (smiley-mouse-map): Unused code.  Make it a comment.
11500
11501 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11502
11503         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11504         scan latest NoCeM messages instead of old ones.
11505         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11506         delimiters that are recently used.
11507         (gnus-nocem-load-cache): Add autoload cookie.
11508
11509         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11510
11511         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11512         level which is larger than gnus-use-nocem is specified.
11513
11514         * gnus-group.el (gnus-group-get-new-news): Ditto.
11515
11516 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11517
11518         * gnus-util.el (gnus-tool-bar-update): New function.
11519
11520         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11521         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11522
11523         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11524
11525         * gnus-group.el (gnus-group-redraw-when-idle)
11526         (gnus-group-redraw-check): Remove.
11527         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11528
11529 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11530
11531         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11532         if optional last element is specified in splits (FIELD VALUE...).
11533
11534 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11535
11536         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11537         to gmm-image-load-path-for-library.  Call with no-error argument.
11538         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11539
11540         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11541
11542         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11543
11544         * gmm-utils.el (gmm-image-load-path): Remove alias.
11545
11546 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11547
11548         * gmm-utils.el (gmm-image-load-path): Add alias.
11549
11550         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11551         nnml-generate-nov-databases-1.
11552         (nnml-generate-nov-databases): Use it.
11553         (nnml-generate-nov-databases-directory): Document no-active
11554         argument.
11555
11556         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11557         directory if path is t.  Add no-error.
11558
11559         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11560         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11561
11562         * gnus-art.el (gnus-article-browse-delete-temp-files):
11563         Simplify resetting gnus-article-browse-html-temp-list.
11564
11565         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11566         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11567         Add example to docstring.  Rename local variables.  Move error
11568         checks to default case in cond and simplify.
11569
11570 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11571
11572         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11573         handle is multipart when calling it recursively.
11574         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11575
11576 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11577
11578         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11579         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11580
11581 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11582
11583         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11584         is loaded.
11585
11586         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11587         loaded.
11588
11589 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11590
11591         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11592         to "Emacs 23 (unicode)" in doc string.
11593
11594         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11595         "Emacs 23 (unicode)" in comment.
11596
11597 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11598
11599         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11600
11601         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11602         characters 160 through 255 in Emacs 23.
11603
11604 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11605
11606         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11607         gnus-article-browse-html-temp.
11608         (gnus-article-browse-delete-temp): Make it customizable.
11609         Add `file'.  Adjust doc string.
11610         (gnus-article-browse-delete-temp-files): Add argument.
11611         Allow query for each file.  Adjust doc string.
11612         (gnus-article-browse-html-parts):
11613         Add `gnus-article-browse-delete-temp-files' to
11614         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11615
11616 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11617
11618         * gnus-art.el (gnus-article-browse-html-temp)
11619         (gnus-article-browse-delete-temp): New variables.
11620         (gnus-article-browse-delete-temp-files): New function.
11621         (gnus-article-browse-html-parts): Use it.
11622
11623 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11624
11625         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11626
11627         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11628         string.
11629
11630         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11631         gnus-summary-insert-new-articles when unplugged.
11632         Remove gnus-summary-search-article-forward.
11633
11634         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11635         display-visual-class instead of display-color-cells.
11636
11637 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11638
11639         * dgnushack.el: Autoload customize-group for XEmacs.
11640
11641         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11642         message/* containing non-ASCII text properly.
11643
11644 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11645
11646         * message.el: Require gmm-utils, remove autoloads.
11647         (message-tool-bar): Set default based on
11648         gmm-tool-bar-style.
11649         (message-tool-bar-gnome): Add gmm-customize-mode.
11650
11651         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11652         gmm-tool-bar-style.
11653         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11654
11655         * gnus-group.el (gnus-group-tool-bar): Set default based on
11656         gmm-tool-bar-style.
11657         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11658
11659         * gmm-utils.el (gmm-image-directory): Rename variable from
11660         gmm-image-load-path.
11661         (gmm-image-load-path): Use gmm-image-directory.
11662         (gmm-customize-mode): New function.
11663         (gmm-tool-bar-style): New variable.
11664
11665         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11666         gnus-group-redraw-line-number.
11667         (gnus-group-redraw-check): Simplify.
11668         (gnus-group-tool-bar-update): Remove redraw check.
11669         (gnus-group-make-tool-bar): Add redraw check.
11670
11671 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11672
11673         * gnus-art.el (gnus-button): Add missing parentheses.
11674
11675 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11676
11677         * lpath.el: Fbind line-number-at-pos.
11678
11679 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11680
11681         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11682
11683 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11684
11685         * gnus-art.el (gnus-button): New face.
11686         (gnus-article-button-face): Use it.
11687
11688         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11689         Add gnus-summary-next-page.  Re-order.
11690
11691         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11692         next-node are now included.
11693         (gnus-group-redraw-line-number): New internal variable.
11694         (gnus-group-redraw-check): Helper function for updating the tool
11695         bar.
11696         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11697
11698         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11699
11700         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11701         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11702         Use it to match format of Spamassassin 3.0 and later.
11703         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11704         (spam-check-bogofilter)
11705         (spam-bogofilter-register-with-bogofilter): Fix args of
11706         `gnus-error' calls.
11707
11708 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11709
11710         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11711         unnecessary interaction when sending queued mails.
11712         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11713
11714 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11715
11716         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11717         first or last are nil.
11718
11719 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11720
11721         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11722
11723 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11724
11725         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11726
11727 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11728
11729         * dns.el (query-dns): Protect more against buggy tcp output.
11730
11731 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11732
11733         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11734         nov.php.
11735
11736 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11737
11738         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11739         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11740         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11741         output on the server side.
11742         (nnweb-google-create-mapping): Update regexps and add some
11743         progress indication.
11744
11745 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11746
11747         * gnus-group.el (gnus-group-tool-bar-gnome):
11748         Fix gnus-agent-toggle-plugged.  Re-order icons.
11749         (gnus-group-tool-bar-gnome):
11750         Add gnus-group-{prev,next}-unread-group.
11751         (gnus-group-tool-bar-gnome): Re-order icons.
11752
11753         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11754         Move gnus-summary-insert-new-articles.
11755
11756         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11757         Fix comments.
11758
11759         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11760         also available in Emacs 21.3.
11761
11762         * message.el (message-fix-before-sending): Change "Emacs 22" to
11763         "Emacs 23 (unicode)" in comment.
11764
11765         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11766         "Emacs 23 (unicode)" in comment.
11767
11768         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11769         comment.
11770         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11771
11772         * mm-view.el (mm-fill-flowed): Add :version.
11773
11774 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11775
11776         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11777         and load-path.
11778
11779 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11780
11781         * message.el: Autoload gmm-image-load-path.
11782         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11783         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11784         consitency.
11785
11786         * gmm-utils.el (gmm-image-load-path): Also search in
11787         "../etc/images".  Don't set gmm-image-load-path if we don't find
11788         the image.
11789
11790 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11791
11792         * gmm-utils.el (gmm-image-load-path): Don't make
11793         `gmm-image-load-path' include subdirectories which the second arg
11794         `image' might specify.
11795
11796         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11797         subdirectory to icon file names.
11798
11799         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11800
11801 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11802
11803         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11804         gmm-image-load-path calls.
11805
11806         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11807
11808         * message.el (message-make-tool-bar): Ditto.
11809
11810         * mml.el (mml-preview): Add comment concerning tool bar icons.
11811
11812         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11813         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11814
11815         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11816         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11817
11818         * message.el (message-tool-bar-gnome): Use new icon names.
11819         (message-make-tool-bar): Use `gmm-image-load-path'.
11820
11821         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11822         New functions from MH-E.
11823         (gmm-image-load-path): New variable from MH-E.
11824         (gmm-image-load-path): New function from MH-E.  Add arguments
11825         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11826         *-image-load-path-called-flag.
11827
11828 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11829
11830         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11831
11832 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11833
11834         * nnimap.el (nnimap-request-move-article): Change folder back to
11835         source group before deleting.
11836
11837 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11838
11839         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11840
11841         * gnus-art.el (mm-url-insert-file-contents-external):
11842         Autoload mm-url.
11843
11844         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11845
11846 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11847
11848         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11849         coding system which mm-charset-to-coding-system returns for a
11850         given charset is valid.
11851
11852 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11853
11854         * html2text.el (html2text-remove-tag-list):
11855         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11856
11857 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11858
11859         * gnus-cus.el: Revert 2005-10-17 change.
11860
11861 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11862
11863         * gnus-art.el (article-strip-banner):
11864         Call article-really-strip-banner only when the regexp match is made.
11865
11866 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11867
11868         * gnus-art.el (article-strip-banner):
11869         Use gnus-extract-address-components instead of
11870         mail-header-parse-addresses to make it work with non-ASCII text;
11871         remove mail-encode-encoded-word-string.
11872
11873         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11874         values which are surrounded with \"...\"; make it never cause a
11875         Lisp error; give up parsing of parameters if it failed in
11876         extracting type.
11877
11878 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11879
11880         * smime.el (smime-cert-by-ldap-1): Fix bug where
11881         `smime-ldap-search' returns results without userCertificates.
11882
11883 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11884
11885         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11886
11887 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11888
11889         * spam.el (spam-check-spamassassin-headers): Adapt format for
11890         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11891         <ari@mbf.ocn.ne.jp>.
11892         (spam-list-of-processors): Add spam-use-gmane.
11893
11894 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11895
11896         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11897         make-temp-file; make it work with XEmacs as well.
11898
11899         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11900         mm-make-temp-file.
11901
11902         * mm-decode.el (mm-display-external): Use the 3rd arg of
11903         mm-make-temp-file.
11904         (mm-create-image-xemacs): Ditto.
11905
11906 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11907
11908         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11909         with message-narrow-to-headers.
11910         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11911         (gnus-draft-check-draft-articles): New function.
11912         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11913
11914 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11915
11916         * gnus-art.el (gnus-article-browse-html-parts):
11917         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11918         Don't use suffix argument for mm-make-temp-file for Emacs 21
11919         compatibility.  Remove useless `format'.
11920
11921 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11922
11923         * nnweb.el (nnweb-google-wash-article): Update regexps.
11924         (nnweb-group-alist): Use defvoo instead of defvar.
11925
11926 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11927
11928         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11929         re-loading nn* modules.
11930
11931 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11932
11933         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11934         for `tool-bar-mode' and don't check it's default-value.
11935
11936         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11937
11938         * message.el (message-make-tool-bar): Ditto.
11939
11940         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11941         `substring'.  Shorten tmp-file name.
11942
11943         * gnus.el: Remove bogus comment.
11944
11945 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11946
11947         * gnus-art.el (gnus-article-browse-html-parts): New function.
11948         (gnus-article-browse-html-article): New function for viewing html
11949         articles with a browser.
11950
11951 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11952
11953         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11954         in elisp.
11955         (pgg-gpg-encrypt-symmetric-region): Ditto.
11956         (pgg-gpg-sign-region): Ditto.
11957
11958         * pgg-def.el (pgg-text-mode): New variable.
11959
11960         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11961         (mml2015-pgg-encrypt): Ditto.
11962
11963         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11964         (mml1991-pgg-encrypt): Ditto.
11965
11966 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11967
11968         * nnfolder.el (nnfolder-insert-newsgroup-line):
11969         Use message-make-date instead of current-time-string.
11970
11971         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11972         to gnus-decoded which mm-uu might set.
11973
11974 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11975
11976         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11977         don't decode quoted parameters; remove misimported Emacs code.
11978         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11979         (rfc2231-decode-encoded-string): Don't use split-string which
11980         behaves differently according to Emacs version; use
11981         mm-decode-coding-region to convert charset to coding-system.
11982         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11983         (rfc2231-encode-string): Remove misimported Emacs code.
11984
11985 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11986
11987         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11988         when calling mail-header-parse-content-type.
11989         (article-de-quoted-unreadable): Ditto.
11990         (article-de-base64-unreadable): Ditto.
11991         (article-wash-html): Ditto.
11992
11993         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11994         calling mail-header-parse-content-type and
11995         mail-header-parse-content-disposition.
11996         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11997         mail-header-parse-content-type.
11998
11999         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12000         insert charset and format parameters; encode description after
12001         inserting it to buffer.
12002         (mml-insert-parameter): Fold lines properly even if a parameter is
12003         segmented into two or more lines; change the max column to 76.
12004
12005         * rfc1843.el (rfc1843-decode-article-body): Don't use
12006         ignore-errors when calling mail-header-parse-content-type.
12007
12008         * rfc2231.el (rfc2231-parse-string): Return at least type if
12009         possible; don't cause an error even if it fails in parsing of
12010         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12011         (rfc2231-encode-string): Don't break lines at the beginning, leave
12012         it to mml-insert-parameter.
12013
12014         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12015         calling mail-header-parse-content-type.
12016
12017 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12018
12019         * spam-report.el (spam-report-gmane-use-article-number):
12020         Improve doc string.
12021         (spam-report-gmane-internal): Check if a suitable header was found
12022         in the article.
12023
12024 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12025
12026         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12027         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12028
12029 2006-02-05  Romain Francoise  <romain@orebokech.com>
12030
12031         Update copyright notices of all files in the gnus directory.
12032
12033 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12034
12035         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12036
12037 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12038
12039         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12040         segmented lines of parameter value to cope with Thunderbird 1.5
12041         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12042         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12043         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12044
12045 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12046
12047         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12048         parts.
12049
12050 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12051
12052         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12053         there's only one active file for all servers.
12054         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12055         solid groups.  Gnus might have used a FAST request to select the group.
12056         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12057         and nnweb-search redundantly in the active file.
12058         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12059         (nnweb-request-create-group): Don't use ARGS.
12060         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12061         initialisations.  Let nnoo do the work.
12062
12063 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12064
12065         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12066         Say the part has been decoded.
12067
12068         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12069
12070 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12071
12072         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12073         mailcap-viewer-test-cache when there's no 'test clause, since that
12074         will invert the meaning of a "nil" test previously determined by
12075         mailcap-mailcap-entry-passes-test.
12076
12077 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12078
12079         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12080         compiling.
12081
12082         * gnus-sum.el: Ditto.
12083
12084         * message.el: Don't bind tool-bar-map when compiling.
12085
12086 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12087
12088         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12089
12090 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12091
12092         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12093         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12094         current Google Groups.
12095
12096 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12097
12098         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12099         and tool-bar-mode.
12100
12101         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12102         and tool-bar-mode.
12103
12104         * message.el (message-tool-bar-update): Simplify.
12105         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12106
12107         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12108         gnus-summary-buffer.
12109         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12110         gnus-summary-reply.
12111
12112         * gmm-utils.el (gmm): Add :version.
12113
12114 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12115
12116         * Makefile.in (clean): New rule.
12117         (distclean): Use it.
12118
12119 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12120
12121         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12122         Don't autoload.
12123
12124 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12125
12126         * gmm-utils.el (gmm-verbose): Add :group.
12127
12128 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12129
12130         * message.el: Change some comments WRT tool-bars.
12131
12132         * gnus-sum.el (gnus-summary-tool-bar)
12133         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12134         (gnus-summary-tool-bar-zap-list): New variables.
12135         (gnus-summary-make-tool-bar): Complete rewrite using
12136         `gmm-tool-bar-from-list'.
12137
12138         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12139         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12140         New variables.
12141         (gnus-group-make-tool-bar): Complete rewrite using
12142         `gmm-tool-bar-from-list'.
12143         (gnus-group-tool-bar-update): New function.
12144
12145         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12146
12147 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12148
12149         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12150         is dissected into a single part of which the type is the same as
12151         the given one; decode charset.
12152
12153 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12154
12155         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12156         into alists as symbol not string, since that's what
12157         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12158         look for.
12159
12160 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12161
12162         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12163         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12164
12165         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12166
12167 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12168
12169         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12170         (gnus-xmas-mime-security-button-menu): New function.
12171
12172         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12173         (gnus-mime-security-button-menu): New definition.
12174         (gnus-mime-security-button-map): Use them.
12175         (gnus-mime-security-button-menu): New function.
12176         (gnus-insert-mime-security-button): Addition to help echo.
12177         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12178         (gnus-mime-security-pipe-part): New functions.
12179
12180         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12181         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12182
12183         * mm-decode.el (mm-handle-set-disposition): Remove.
12184         (mm-handle-set-description): Remove.
12185
12186 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12187
12188         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12189         (mm-w3m-standalone-supports-m17n-p): New function.
12190         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12191         w3m usage.
12192
12193         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12194         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12195
12196 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12197
12198         * message.el (message-tool-bar-zap-list):
12199         Use gmm-tool-bar-zap-list as custom type.
12200         (message-tool-bar-update): New function.
12201         (message-tool-bar, message-tool-bar-gnome)
12202         (message-tool-bar-retro): Add message-tool-bar-update.
12203         (message-tool-bar-gnome): Add flyspell-buffer.
12204
12205         * gnus-util.el (gnus-error): Describe `args'.
12206
12207         * gmm-utils.el (gmm-error): Describe `args'.
12208         (gmm-tool-bar-zap-list): New widget.
12209         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12210
12211 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12212
12213         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12214         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12215         the number of recursive calls.
12216
12217         * mm-decode.el (mm-handle-set-disposition): New macro.
12218         (mm-handle-set-description): New macro.
12219
12220 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12221
12222         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12223         encoding.
12224
12225 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12226
12227         * message.el (message-tool-bar-zap-list, message-tool-bar)
12228         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12229         (message-tool-bar-local-item-from-menu): Remove.
12230         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12231         (message-make-tool-bar): New function.
12232         (message-mode): Use `message-make-tool-bar'.
12233
12234         * gmm-utils.el: New file.
12235         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12236         (gmm-lazy): New widget copied from `nnmail.el'.
12237         (gmm-tool-bar-from-list): New function for creating customizable
12238         tool bars.
12239         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12240         output.
12241         (gmm): Add :prefix to defgroup.
12242
12243 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12244
12245         * gmm-utils.el (gmm-widget-p): New function.
12246
12247 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12248
12249         * mml.el (mml-attach-file): Describe `description' in doc string.
12250         (mml-menu): Add Emacs MIME manual and PGG manual.
12251
12252 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12253
12254         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12255
12256 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12257
12258         * nntp.el (nntp-end-of-line): Doc fix.
12259
12260 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12261
12262         * imap.el (imap-open): Handle case where buffer is a buffer
12263         object.
12264
12265 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12266
12267         * gnus-delay.el (gnus-delay): Don't autoload.
12268         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12269         to be re-loaded when customizing the `gnus-delay' group.
12270
12271 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12272
12273         * message.el (message-insert-citation-line): Use newlines.
12274
12275 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12276
12277         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12278         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12279         these routines, so the passphrase can be managed externally and
12280         passed in to the system.
12281         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12282         pgg-add-passphrase-to-cache function.
12283
12284         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12285         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12286         these routines, so the passphrase can be managed externally and
12287         passed in to the system.
12288         (pgg-pgp5-sign-region): Use new name of
12289         pgg-add-passphrase-to-cache function.
12290
12291 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12292
12293         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12294         part of the decoded armor to find the key-identifier.
12295         (pgg-gpg-lookup-key-owner): New function to return the
12296         human-readable identifier of a key owner.
12297         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12298         itself.
12299         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12300         the key value) if we have a key and can match it against a secret
12301         key.  Also, added a note pointing out fact that the prompt only
12302         indicates the first matching key.
12303
12304         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12305         pgg-decrypt-region.
12306         (pgg-add-passphrase-to-cache): Rename from
12307         `pgg-add-passphrase-cache' to reduce confusion (all callers
12308         changed).
12309         (pgg-remove-passphrase-from-cache): Rename from
12310         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12311         changed).
12312         (pgg-read-passphrase, pgg-add-passphrase-cache)
12313         (pgg-remove-passphrase-cache): Add informative docstrings.
12314         (pgg-decrypt): Convey provided passphrase in subordinate call to
12315         pgg-decrypt-region.
12316
12317 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12318
12319         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12320         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12321         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12322         'passphrase' argument, so the passphrase can be managed externally
12323         and then passed in to the system.
12324
12325         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12326         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12327         so the passphrase cache can be used reliably with identifiers
12328         besides a pgp packet's key id.
12329
12330         * pgg-gpg.el (pgg-gpg-encrypt-region)
12331         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12332         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12333         these routines, so the passphrase can be managed externally and
12334         passed in to the system.
12335
12336         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12337         'notruncate' argument, so the passphrase cache can be used
12338         reliably with identifiers besides a pgp packet's key id.
12339
12340 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12341
12342         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12343         symmetric encryption.
12344         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12345         encrypted session key.
12346         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12347         message ask for the passphrase in a proper way.
12348
12349         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12350         New user commands for symmetric encryption.
12351
12352 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12353
12354         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12355
12356         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12357
12358 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12359
12360         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12361
12362 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12363
12364         * mm-decode.el (mm-inlined-types): Add application/pgp.
12365         (mm-automatic-display): Ditto.
12366
12367         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12368         part as text.
12369
12370 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12371
12372         * nnrss.el: Update copyright.
12373         (nnrss-opml-import): Query whether to subscribe to each entry.
12374
12375         * gnus-art.el:
12376         * gnus-sum.el:
12377         * gnus-xmas.el:
12378         * messagexmas.el:
12379         * mm-uu.el:
12380         * mm-view.el: Update copyright.
12381
12382 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12383
12384         * message.el (message-info): New function.
12385         (message-mode-menu): Add it.
12386         Update copyright.
12387
12388         * ChangeLog: Fix and update copyright.
12389
12390 2006-01-13  Romain Francoise  <romain@orebokech.com>
12391
12392         * message.el (message-forward-subject-name-subject): Prefer the
12393         address to 'nowhere' if the sender has no name.
12394         Fix typo.  Update copyright year.
12395
12396 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12397
12398         * gnus-art.el (article-wash-html):
12399         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12400         (gnus-article-wash-html-with-w3m-standalone): New function.
12401
12402         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12403         mm-inline-text-html-render-with-w3m-standalone.
12404         (mm-text-html-washer-alist): Map w3m-standalone to
12405         gnus-article-wash-html-with-w3m-standalone.
12406         (mm-inline-text-html-render-with-w3m-standalone): New function.
12407
12408 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12409
12410         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12411         Improve LaTeX.
12412
12413 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12414
12415         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12416         (nnrss-request-article): Render text/plain parts as HTML.
12417
12418         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12419         the buffer.
12420
12421 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12422
12423         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12424         custom definition of `gnus-posting-styles'.
12425
12426         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12427         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12428
12429 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12430
12431         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12432         Use nntp for bug archive.
12433
12434 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12435
12436         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12437         parts.
12438         (nnrss-normalize-date): New function converts ISO 8601 date into
12439         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12440         (nnrss-check-group): Use it.
12441
12442 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12443
12444         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12445
12446         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12447         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12448         (nnrss-insert-w3): Ditto.
12449
12450 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12451
12452         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12453         the articles to be forwarded including the case where neither a
12454         number of articles nor a region is specified.
12455
12456 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12457
12458         * nnrss.el (nnrss-request-article): Fix last change; fill
12459         text/plain parts.
12460
12461 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12462
12463         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12464         in text/plain part.
12465         (nnrss-check-group): Don't add excessive newline to dc:subject.
12466
12467 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12468
12469         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12470         article.
12471
12472 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12473
12474         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12475         (nnml-use-compressed-files, nnml-save-mail): Support other
12476         comression programs such as bzip2.
12477
12478 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12479
12480         * dns.el (query-dns): Make sure we check the buffer size before
12481         removing tcp headers.
12482
12483 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12484
12485         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12486         remove MIME buttons associated with multipart/alternative parts.
12487         (gnus-mime-display-alternative): Tag buttons using `article-type'
12488         text property.
12489
12490         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12491         associated with multipart/alternative parts.
12492
12493         * gnus-art.el (gnus-signature-separator): Fix custom type.
12494
12495         * mm-decode.el (mm-inlined-types): Fix custom type.
12496         (mm-keep-viewer-alive-types): Ditto.
12497         (mm-automatic-display): Ditto.
12498         (mm-attachment-override-types): Ditto.
12499         (mm-inline-override-types): Ditto.
12500         (mm-automatic-external-display): Ditto.
12501
12502 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12503
12504         * spam-report.el (spam-report-user-mail-address)
12505         (spam-report-user-agent): New variables.
12506         (spam-report-url-ping-plain): Use spam-report-user-agent.
12507
12508 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12509
12510         * gnus-art.el (gnus-button-handle-custom): Do not just use
12511         `customize-apropos' for any "M-x customize-*" button but the
12512         function called for.  Accept both the function name and its
12513         argument in order to achieve this.
12514         (gnus-button-alist): Remove support for "custom:" URL's.
12515         Pass function name to `gnus-button-handle-custom' in case of "M-x
12516         customize-*" buttons.
12517
12518 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12519
12520         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12521         multipart/alternative and add xref to mm-discouraged-alternatives
12522         in doc string.
12523
12524         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12525         gnus-buttonized-mime-types in doc string.
12526
12527 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12528
12529         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12530         Suggest image/.* in the doc string.
12531
12532 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12533
12534         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12535         message-marks (Debian bug #342521).
12536
12537 2005-12-12  Simon Josefsson  <jas@extundo.com>
12538
12539         * password.el (password-read-from-cache): Add.
12540         (password-read): Use it.
12541
12542 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12543
12544         * rfc2047.el (rfc2047-charset-to-coding-system):
12545         Recognize us-ascii as a MIME charset.
12546
12547         * mm-bodies.el (mm-decode-content-transfer-encoding):
12548         Protect against the case where the 2nd arg TYPE is nil.
12549
12550 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12551
12552         * pop3.el (pop3-stream-type): Fix custom version.
12553
12554         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12555
12556 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12557
12558         * mm-decode.el (mm-display-external): Add missing cdr.
12559
12560 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12561
12562         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12563         RFC1524) if it is in mailcap or add a suffix according to
12564         mailcap-mime-extensions when generating a temp filename; postpone
12565         deleting a temp file for 2 seconds for some wrappers, shell
12566         scripts, and so on, which might exit right after having started a
12567         viewer command as a background job.
12568
12569 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12570
12571         * nntp.el (nntp-marks-directory): Fix custom group.
12572
12573         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12574         steps when < 10.
12575
12576         * gnus-start.el (gnus-no-server-1):
12577         Mention `gnus-level-default-subscribed' in doc string.
12578
12579 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12580
12581         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12582         parens.
12583
12584 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12585
12586         * gnus-xmas.el (gnus-use-toolbar): Revert.
12587         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12588         gnus-use-toolbar is default.
12589
12590         * messagexmas.el (message-use-toolbar): Revert.
12591         (message-setup-toolbar): Use global default-toolbar if
12592         message-use-toolbar is default.
12593
12594 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12595
12596         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12597         according to default-toolbar-visible-p.
12598
12599         * messagexmas.el (message-use-toolbar): Ditto.
12600
12601 2005-11-26  Dave Love  <fx@gnu.org>
12602
12603         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12604         (tls-program, tls-success): Provide openssl alternative.
12605
12606         * starttls.el: Doc fixes.
12607         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12608         SERVICE to PORT.
12609
12610         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12611         port null or service name.
12612         (starttls-negotiate): Autoload.
12613
12614 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12615
12616         * message.el (message-kill-to-signature): Fix interactive spec.
12617
12618 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12619
12620         * pop3.el (pop3-open-server): Recognize a string as a service name.
12621
12622 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12623
12624         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12625
12626 2005-11-23  Dave Love  <fx@gnu.org>
12627
12628         Add pop3s, pop3/starttls.
12629
12630         * pop3.el (pop3-authentication-scheme): Clarify doc.
12631         (open-tls-stream, starttls-open-stream): Autoload.
12632         (pop3-stream-type): New.
12633         (pop3-open-server): Use it.
12634
12635         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12636         for POP.
12637         (mail-source-keyword-map): Add :stream for POP.
12638         (mail-source-fetch-pop): Use pop3-stream-type.
12639
12640 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12641
12642         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12643         of current-time-string.
12644
12645 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12646
12647         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12648         date header.
12649
12650 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12651
12652         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12653         it can seriously impact performance as it bypasses the agent's
12654         local caches.
12655
12656 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12657
12658         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12659         must be explicitly online rather than "not explicitly offline" for
12660         its flags to be synchronized.
12661
12662         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12663         that gnus-uu-unmark-thread will function correctly.
12664
12665         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12666         1024K is instead displayed as 1M.
12667
12668 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12669
12670         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12671
12672 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12673
12674         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12675
12676 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12677
12678         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12679         error message to display actual error condition.
12680         (gnus-agent-save-local): Avoid saving symbols that are bound to
12681         nil as they simply result in a warning message in
12682         gnus-agent-read-local.
12683
12684 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12685
12686         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12687         rather than make-variable-buffer-local for file-precious-flag.
12688
12689 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12690
12691         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12692         for duplicates which are removed.  The invalid sort check then
12693         triggers a rescan after the sort as sorting may have moved
12694         duplicate entries such that they can be cheaply detected.
12695
12696 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12697
12698         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12699
12700 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12701
12702         * gnus-agent.el (gnus-agent-article-alist-save-format):
12703         Change internal variable to a custom variable.  Change default value
12704         from compressed(2) to uncompressed(1).
12705         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12706         support for uncompressed agentview files.  Taken together, reading
12707         the agentview file should now be 6-7 times faster.
12708
12709 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12710
12711         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12712         as a buffer-local variable.  This avoids creating truncated
12713         dribble files as a result of a hang up, eg.
12714
12715 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12716
12717         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12718         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12719         XEmacs.
12720
12721 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12722
12723         * gnus-start.el (gnus-start-draft-setup):
12724         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12725
12726         * gnus.el (gnus-splash): Change custom group.
12727         (gnus-group-get-parameter, gnus-group-parameter-value):
12728         Describe allow-list argument.
12729
12730         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12731         string.
12732
12733 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12734
12735         * gnus-art.el (gnus-default-article-saver): Add user-defined
12736         `function' to custom type.
12737
12738 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12739
12740         * imap.el (imap-open): Handle case where buffer is a buffer
12741         object.
12742
12743 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12744
12745         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12746         long lines.
12747         (gnus-cache-delete-group): Wrap doc strings.
12748
12749         * gnus-agent.el (gnus-agent-rename-group)
12750         (gnus-agent-delete-group): Wrap doc strings.
12751
12752 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12753
12754         * messagexmas.el (message-use-toolbar): Change the valid values
12755         into default, top, bottom, left, and right.
12756         (message-toolbar-thickness): New variable.
12757         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12758         well.
12759         (message-setup-toolbar): Make it work.
12760
12761         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12762         (gnus-use-toolbar): Change the valid values into default, top,
12763         bottom, left, and right.
12764         (gnus-toolbar-thickness): New variable.
12765         (gnus-xmas-setup-toolbar): New function.
12766         (gnus-xmas-setup-group-toolbar): Use it.
12767         (gnus-xmas-setup-summary-toolbar): Use it.
12768
12769 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12770
12771         * gnus-start.el (gnus-1): Add "native" to
12772         gnus-predefined-server-alist.
12773
12774         * gnus.el (gnus-method-to-server): Don't add "native" to the
12775         lists here, because that leads to problems when
12776         gnus-select-method is bound.
12777
12778 2005-11-09  Simon Josefsson  <jas@extundo.com>
12779
12780         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12781         use (not sort-by-date) instead.
12782
12783 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12784
12785         * gnus-delay.el (gnus-delay-group): Don't autoload.
12786         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12787         to be re-loaded when customizing the `gnus-delay' group.
12788
12789 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12790
12791         * message.el: Revert last changes.
12792         (message-insert-citation-line): Use newlines.
12793
12794 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12795
12796         * message.el (message-courtesy-message)
12797         (message-mark-insert-begin, message-mark-insert-end)
12798         (message-elide-ellipsis, message-cancel-message)
12799         (message-add-header, message-change-subject)
12800         (message-cross-post-followup-to-header)
12801         (message-cross-post-insert-note, message-reduce-to-to-cc)
12802         (message-widen-reply, message-delete-not-region)
12803         (message-kill-to-signature, message-insert-signature)
12804         (message-insert-importance-high, message-insert-importance-low)
12805         (message-insert-or-toggle-importance)
12806         (message-insert-disposition-notification-to)
12807         (message-indent-citation, message-yank-original)
12808         (message-cite-original-without-signature, message-cite-original)
12809         (message-insert-citation-line, message-position-on-field)
12810         (message-fix-before-sending, message-send-mail-partially)
12811         (message-send-mail, message-send-mail-with-sendmail)
12812         (message-send-mail-with-qmail, message-send-news)
12813         (message-check-news-header-syntax, message-generate-headers)
12814         (message-insert-courtesy-copy, message-fill-address)
12815         (message-fill-header, message-shorten-references)
12816         (message-setup-1, message-cancel-news)
12817         (message-forward-make-body-plain, message-forward-make-body-mime)
12818         (message-forward-make-body-mml, message-encode-message-body)
12819         (message-forward-make-body-digest-plain)
12820         (message-forward-make-body-digest-mime)
12821         (message-use-alternative-email-as-from): Insert `hard-newline'
12822         instead of ordinary newlines.
12823
12824 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12825
12826         * message.el (message-generate-headers): Downcase the argument
12827         given to message-check-element.
12828
12829 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12830
12831         * nntp.el (nntp-authinfo-rejected): New error condition.
12832         (nntp-wait-for): Use new error condition to signal authentication
12833         error.
12834         (nntp-retrieve-data): Rethrow new error condition to break out of
12835         recursive call to nntp-send-authinfo.
12836
12837 2005-11-08  Romain Francoise  <romain@orebokech.com>
12838
12839         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12840         (gnus-summary-exit-map): Bind to `Z p'.
12841         (gnus-summary-make-menu-bar): Add menu item.
12842
12843 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12844
12845         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12846         (gnus-treat-*): Add `first' in all doc strings.
12847
12848         * gnus-group.el (gnus-group-compact-group): Fix typo.
12849
12850 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12851
12852         * gnus.el (gnus-parameters-case-fold-search): New variable.
12853         (gnus-parameters-get-parameter): Use it.
12854
12855         * gnus-score.el (gnus-home-score-file): Doc fix.
12856
12857 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12858
12859         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12860
12861 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12862
12863         * mm-util.el (mm-special-display-p): New function.
12864
12865         * mml.el (mml-preview): Use it; doc fix.
12866
12867 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12868
12869         * imap.el (imap-open): Handle case where buffer is a buffer object.
12870
12871 2005-10-29  Romain Francoise  <romain@orebokech.com>
12872
12873         * message.el (message-fix-before-sending): Fix comment.
12874
12875 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12876
12877         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12878
12879 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12880
12881         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12882         Used in gnus-score.el.
12883
12884 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12885
12886         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12887
12888 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12889
12890         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12891         whitespace removed in revision 7.8.  Use concatenated string to
12892         protect trailing whitespace.
12893
12894 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12895
12896         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12897         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12898         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12899         Courier IMAP ("some version from 2004").  Mostly based on similar
12900         code in the same function.
12901
12902 2005-10-26  Didier Verna  <didier@xemacs.org>
12903
12904         * gnus-group.el (gnus-group-compact-group): Invalidate original
12905         article buffer.
12906         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12907         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12908         NOV database and in article itself.
12909         Invalidate article backlog.
12910
12911 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12912
12913         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12914
12915 2005-10-26  Simon Josefsson  <jas@extundo.com>
12916
12917         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12918         part of 2004-07-25 change.
12919
12920 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12921
12922         * message.el (message-display-completion-list): New function.
12923         (message-expand-group): Use it; make sure the Completions buffer
12924         is modifiable.
12925 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12926
12927         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12928         user-mail-name is an empty string.
12929
12930 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12931
12932         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12933         depending on gnus-score-decay-constant.
12934
12935         * encrypt.el (encrypt-insert-file-contents)
12936         (encrypt-write-file-contents): Don't use `gnus-message'.
12937
12938         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12939         arguments.
12940         (mm-uu-type-alist): Add message-marks and insert-marks.
12941         Pass arguments to mm-uu-verbatim-marks-extract.
12942         (mm-uu-hide-markers): New variable.
12943         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12944
12945         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12946         (gnus-convert-image-to-face-command): Use "convert" by default to
12947         allow other input image formats.
12948         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12949         accordingly.
12950
12951 2005-10-23  Simon Josefsson  <jas@extundo.com>
12952
12953         * imap.el (imap-gssapi-program): Align command line parameters
12954         with latest GNU SASL.
12955         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12956
12957 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12958
12959         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12960         HTML.
12961         (nnslashdot-request-article): Ditto.
12962
12963         * lpath.el (featurep): Add nobreak-char-display.
12964
12965 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12966
12967         * mail-source.el (mail-source-fetch-pop): Require pop3.
12968         (mail-source-check-pop): Ditto.
12969
12970 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12971
12972         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12973         errors.
12974
12975 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12976
12977         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12978         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12979
12980         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12981
12982         * mm-bodies.el (mm-decode-string):
12983         Call `mm-charset-to-coding-system' with allow-override argument.
12984
12985 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12986
12987         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12988         (rfc2047-charset-to-coding-system): New function.
12989         (rfc2047-decode-encoded-words): New function.
12990         (rfc2047-decode-region): Use them.
12991         (rfc2047-decode-cte): Remove.
12992         (rfc2047-parse-and-decode): Remove.
12993         (rfc2047-decode): Remove.
12994
12995 2005-10-15  Kenichi Handa  <handa@m17n.org>
12996
12997         * rfc2047.el (rfc2047-decode-cte): New function.
12998         (rfc2047-decode-region): Change the way to decode successive
12999         encoded-words: decode B- or Q-encoding in each encoded-word,
13000         concatenate them, and decode it as charset.
13001
13002 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13003
13004         * lpath.el: Fbind codepage-setup for XEmacs.
13005
13006 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13007
13008         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13009         widget-move-and-invoke.
13010         (gnus-custom-mode): Use gnus-custom-map.
13011
13012 2005-10-15  Bill Wohler  <wohler@newt.com>
13013
13014         * message.el (message-tool-bar-map): Rename image file from
13015         mail_send to mail/send.
13016
13017 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13018
13019         * message.el (message-expand-group): Pass the common
13020         prefix substring of completion to `display-completion-list'.
13021
13022 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13023
13024         * mml-sec.el (mml-secure-method): New internal variable.
13025         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13026         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13027         New functions using mml-secure-method.
13028
13029         * mml.el (mml-mode-map): Add key bindings for those functions.
13030         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13031         Harder <harder@myrealbox.com>.
13032         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13033         Goto end of message if point is the headers of the message.
13034
13035         * message.el (message-in-body-p): New function.
13036
13037         * assistant.el: Autoload gnus-util and netrc.
13038
13039         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13040         Use `mm-charset-override-alist' only when decoding.
13041
13042         * mm-bodies.el (mm-decode-body):
13043         Call `mm-charset-to-coding-system' with allow-override argument.
13044
13045         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13046         `filename' from Content-Disposition if Content-Type doesn't
13047         provide `name'.
13048         (gnus-mime-view-part-as-type): Set default instead of
13049         initial-input.
13050
13051 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13052
13053         * format-spec.el (format-spec): Propagate text properties of % spec.
13054
13055 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13056
13057         * gnus-art.el (gnus-treat-predicate): Add `first'.
13058
13059 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13060
13061         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13062         (mm-charset-override-alist): New variable.
13063         (mm-charset-to-coding-system): Use it.
13064         (mm-codepage-setup): New helper function.
13065         (mm-charset-eval-alist): New variable.
13066         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13067         Warn about unknown charsets.
13068
13069         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13070
13071 2005-10-04  David Hansen  <david.hansen@gmx.net>
13072
13073         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13074         (nnrss-check-group): Ditto.
13075
13076 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13077
13078         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13079         Rename x-gnus-verbatim to x-verbatim.
13080         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13081
13082         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13083         x-verbatim.
13084
13085         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13086
13087         * gnus-util.el (gnus-remove-duplicates): Remove.
13088
13089         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13090         instead of gnus-remove-duplicates.
13091
13092         * message.el (message-remove-duplicates): Remove.
13093         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13094         message-remove-duplicates.
13095
13096         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13097         available, else use implementation from `delete-dups'.
13098
13099         * message.el (message-insert-expires): New function.
13100         (message-mode-map): Add key binding.
13101         (message-mode-field-menu): Add menu entry.
13102         (message-mode): Document it.
13103         (message-make-expires-date): Use `message-make-date'.
13104
13105 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13106
13107         * message.el (message-make-expires-date): New function.
13108
13109 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13110
13111         * Makefile.in (list-installed-shadows): New entry.
13112         (install): Use it.
13113         (remove-installed-shadows): New entry.
13114
13115         * dgnushack.el (dgnushack-default-load-path): New variable.
13116         (dgnushack-find-lisp-shadows): New function.
13117         (dgnushack-remove-lisp-shadows): New function.
13118
13119 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13120
13121         * Makefile.in (install-el-elc): New entry.
13122         (install): Use it so that .el files are necessarily installed.
13123
13124 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13125
13126         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13127
13128 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13129
13130         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13131         function rather than the diff-mode.el package.
13132         (mm-display-external): Use with-current-buffer.
13133         (mm-viewer-completion-map, mm-viewer-completion-map):
13134         Move initialization inside declaration.
13135
13136 2005-09-29  Simon Josefsson  <jas@extundo.com>
13137
13138         * spam.el: Load hashcash when compiling, to avoid warnings.
13139         Don't autoload mail-check-payment.
13140         (spam-check-hashcash): Define unconditionally, since hashcash.el
13141         is part of Gnus now.  Ignore errors from payment checking.
13142
13143 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13144
13145         * message.el (message-bold-region, message-unbold-region):
13146         Rename from `bold-region' and `unbold-region'.
13147
13148         * message.el: Remove useless autoloads.
13149
13150 2005-09-28  Simon Josefsson  <jas@extundo.com>
13151
13152         * message.el (message-use-idna): Default to t.
13153         (message-use-idna): Test whether encoding works too.  Doc fix.
13154
13155 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13156
13157         * nntp.el (nntp-warn-about-losing-connection): Remove.
13158
13159 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13160
13161         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13162         customizable.  Change default value.
13163         (mm-uu-diff-groups-regexp): Change default value.
13164         (mm-uu-type-alist): Add doc string.
13165         (mm-uu-configure): Add doc string.  Make it interactive.
13166         (mm-uu-tex-groups-regexp): New variable.
13167         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13168         (mm-uu-type-alist): Add LaTeX documents.
13169         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13170         of "text/verbatim".
13171         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13172
13173         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13174         instead of "text/verbatim".
13175
13176         * message.el (message-mark-inserted-region)
13177         (message-mark-insert-file): Use slrn style marks when called with
13178         prefix argument.
13179
13180 2005-09-27  Simon Josefsson  <jas@extundo.com>
13181
13182         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13183
13184 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13185
13186         * message.el (message-remove-duplicates): New function.
13187         Implementation borrowed from `gnus-remove-duplicates'.
13188         (message-idna-to-ascii-rhs): Also encode idna addresses in
13189         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13190         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13191         only ask about the same idna domain once per header and also tell
13192         in what header to replace the idna domain.
13193
13194         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13195         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13196         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13197         a header is decoded and not just the last one.
13198
13199 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13200
13201         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13202         has been decoded.
13203
13204         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13205         (mm-insert-part): Don't modify text if it has been decoded.
13206
13207         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13208         decoded.
13209
13210         * mm-view.el (mm-inline-text): Don't strip text props unless
13211         decoding enriched or richtext parts.
13212
13213 2005-09-25  Romain Francoise  <romain@orebokech.com>
13214
13215         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13216         * gnus-start.el (gnus-subscribe-interactively):
13217         * gnus-uu.el (gnus-uu-grab-articles):
13218         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13219         space.
13220
13221 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13222
13223         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13224         * mm-view.el (mm-view-pkcs7-decrypt):
13225         * gnus-sum.el (gnus-summary-limit-to-extra)
13226         (gnus-summary-respool-article, gnus-read-move-group-name):
13227         * gnus-score.el (gnus-summary-increase-score):
13228         * gnus-util.el (gnus-completing-read-with-default):
13229         * gnus-art.el (gnus-read-save-file-name)
13230         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13231         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13232         * message.el (message-check-news-header-syntax):
13233         Follow convention for reading with the minibuffer.
13234
13235 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13236
13237         * spam-report.el (spam-report-url-ping-plain):
13238         Use gnus-extended-version as User-Agent.
13239
13240         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13241         default value is nil.
13242
13243         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13244         (mm-uu-verbatim-marks-extract): New function.
13245         (mm-uu-extract): New face.
13246         (mm-uu-copy-to-buffer): Use it.
13247
13248         * spam-report.el (spam-report-gmane-ham): Rename from
13249         `spam-report-gmane-unspam'.
13250         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13251         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13252
13253         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13254         Autoload.
13255         (spam-report-gmane-unregister-routine):
13256         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13257
13258 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13259
13260         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13261         (spam-report-gmane-unregister-routine): Add support for gmane
13262         unregistration.
13263
13264         * spam-report.el (spam-report-gmane-unspam)
13265         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13266         (spam-report-gmane): Change to take a single article and do unspam
13267         registration.
13268
13269 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13270
13271         * mm-url.el (mm-url-decode-entities): Fix regexp.
13272
13273 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13274
13275         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13276         default to nil, to be able to use Gnus at all.  If the default
13277         switches to something else, then the function should be fixed not
13278         be exceedingly slow.
13279
13280 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13281
13282         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13283         fail hard.
13284
13285         * spam-report.el: Add better Keywords line.
13286
13287         * spam.el: Add Maintainer and better Keywords line.
13288
13289 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13290
13291         * gnus-art.el (gnus-article-replace-part)
13292         (gnus-mime-replace-part): New functions.
13293         (gnus-mime-action-alist, gnus-mime-button-commands)
13294         (gnus-mime-save-part-and-strip): Add file argument.
13295         (gnus-article-part-wrapper): Add interactive argument.
13296
13297         * gnus-sum.el (gnus-summary-mime-map):
13298         Add `gnus-article-replace-part'.
13299
13300 2005-09-19  Didier Verna  <didier@xemacs.org>
13301
13302         The nnml compaction feature:
13303         * nnml.el (nnml-request-compact-group): New function.
13304         * nnml.el (nnml-request-compact): New function.
13305         * gnus-int.el (gnus-request-compact-group): New function.
13306         * gnus-int.el (gnus-request-compact): New function.
13307         * gnus-group.el (gnus-group-compact-group): New function.
13308         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13309         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13310         * gnus-srvr.el (gnus-server-compact-server): New function.
13311         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13312         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13313
13314 2005-09-18  Deepak Goel  <deego@gnufans.org>
13315
13316         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13317         format spec.
13318
13319 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13320
13321         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13322
13323 2005-09-15  Romain Francoise  <romain@orebokech.com>
13324
13325         * message.el (message-fill-paragraph): Clarify docstring.
13326
13327 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13328
13329         * gnus-art.el (gnus-mime-display-part): Protect against broken
13330         MIME messages.
13331
13332 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13333
13334         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13335         before parsing header.
13336
13337 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13338
13339         * html2text.el (html2text-replace-list): Add new entities.
13340
13341 2005-09-11  Romain Francoise  <romain@orebokech.com>
13342
13343         * message.el (message-alternative-emails): Improve docstring.
13344         (message-setup-1): Call `message-use-alternative-email-as-from'
13345         after `message-setup-hook' to give it precedence over posting
13346         styles, etc.
13347         (message-use-alternative-email-as-from): Add docstring.
13348         Remove the original From header if present.
13349
13350         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13351         (nnml-save-mail): Use it.
13352
13353         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13354         articles.  Add new argument `silent'.
13355         (gnus-uu-mark-all): Report the total number of marked articles.
13356
13357 2005-09-10  Romain Francoise  <romain@orebokech.com>
13358
13359         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13360         (gnus-uu-mark-series): Likewise.
13361
13362 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13363
13364         * spam-report.el (spam-report-gmane): Fix generation of spam
13365         report URL.
13366
13367 2005-09-10  Simon Josefsson  <jas@extundo.com>
13368
13369         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13370         t, based on discussion on the ding list with Robert Epprecht
13371         <epprecht@solnet.ch>.
13372
13373 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13374
13375         * spam-report.el (spam-report-gmane): Make it work without
13376         X-Report-Spam header.  Gmane now only provides Archived-At.
13377         This is only used if `spam-report-gmane-use-article-number' is nil.
13378         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13379
13380         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13381         make `gnus-summary-sort-by-recipient' work with threading.
13382
13383         * nnweb.el (nnweb-google-wash-article): Print a message if article
13384         is not available.
13385
13386 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13387
13388         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13389         change.  Decode text/* parts content before displaying.
13390
13391 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13392
13393         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13394
13395 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13396
13397         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13398
13399         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13400         url-package-name, url-package-version,
13401         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13402         w3m-display-inline-images, and w3m-minor-mode-map.
13403
13404 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13405
13406         * message.el (message-tab-body-function): Fix mismatched custom type.
13407
13408         * gnus.el (gnus-group-change-level-function): Ditto.
13409
13410         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13411
13412         * gnus-art.el (gnus-signature-limit)
13413         (gnus-article-mime-part-function): Ditto.
13414
13415 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13416
13417         * mml.el (mml-mode): Silence the byte compiler.
13418
13419         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13420         using `(sit-for 0)' before moving the point to the specified part;
13421         skip unbuttonized parts.
13422         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13423         return to the summary window if gnus-auto-select-part is non-nil.
13424
13425 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13426
13427         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13428         New variables.
13429         (mml-dnd-attach-file, mml-mode): Use them.
13430
13431         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13432         Make fetching article by MID work again for Google Groups.
13433         Add FIXME concerning gnus-group-make-web-group.
13434
13435         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13436         Don't depend on Gnus by using mail-extract-address-components if
13437         gnus-extract-address-components is not bound.
13438
13439 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13440
13441         * gnus-art.el (gnus-mime-display-security): Don't display the
13442         signature, but only the signed part.
13443
13444 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13445
13446         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13447
13448         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13449         list, not listp.
13450
13451 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13452
13453         * mm-encode.el (mm-encode-content-transfer-encoding):
13454         Likewise when encoding.
13455
13456         * mm-bodies.el (mm-decode-content-transfer-encoding):
13457         De-canonicalize CRLF for all text content types, not just
13458         text/plain.
13459
13460 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13461
13462         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13463         valid article; point arrow and cursor at the MIME button.
13464
13465 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13466
13467         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13468         Suggested by Dan Christensen <jdc@uwo.ca>.
13469
13470         * mm-decode.el (mm-save-part): Enable change of prompt.
13471
13472 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13473
13474         * gnus-msg.el (gnus-inews-add-send-actions):
13475         Make `message-post-method' lambda parameter ARG `&optional'.
13476
13477 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13478
13479         * gnus-sum.el (gnus-summary-mime-map):
13480         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13481         gnus-article-jump-to-part.
13482
13483         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13484         (gnus-article-edit-part): Use it.
13485         (gnus-article-part-wrapper): Add no-handle argument.
13486         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13487         New functions.
13488
13489 2005-08-29  Romain Francoise  <romain@orebokech.com>
13490
13491         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13492         docstring.
13493         (gnus-face-from-file): Likewise.
13494
13495 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13496
13497         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13498         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13499         non-nil.
13500         (gnus-auto-select-part): New variable.
13501         (gnus-article-jump-to-part): New function.
13502         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13503         (gnus-mime-delete-part): Allow selecting specified part after
13504         deleting or stripping parts.
13505         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13506         part if argument is bogus.
13507
13508 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13509
13510         * gnus-art.el (w3m-minor-mode-map):
13511         * gnus-spec.el (gnus-newsrc-file-version):
13512         * gnus-util.el (nnmail-active-file-coding-system)
13513         (gnus-original-article-buffer, gnus-user-agent):
13514         * gnus.el (gnus-ham-process-destinations)
13515         (gnus-parameter-ham-marks-alist)
13516         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13517         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13518         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13519         * mm-decode.el (gnus-current-window-configuration):
13520         * mm-extern.el (gnus-article-mime-handles):
13521         * mm-url.el (url-current-object, url-package-name)
13522         (url-package-version):
13523         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13524         (smime-keys, w3m-cid-retrieve-function-alist)
13525         (w3m-current-buffer, w3m-display-inline-images)
13526         (w3m-minor-mode-map):
13527         * mml-smime.el (gnus-extract-address-components):
13528         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13529         (gnus-newsrc-hashtb, message-default-charset)
13530         (message-deletable-headers, message-options)
13531         (message-posting-charset, message-required-mail-headers)
13532         (message-required-news-headers):
13533         * mml1991.el (mc-pgp-always-sign):
13534         * mml2015.el (mc-pgp-always-sign):
13535         * nnheader.el (nnmail-extra-headers):
13536         * rfc1843.el (gnus-decode-encoded-word-function)
13537         (gnus-decode-header-function, gnus-newsgroup-name):
13538         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13539
13540 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13541
13542         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13543         the end of the date treatments.
13544
13545 2005-08-15  Simon Josefsson  <jas@extundo.com>
13546
13547         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13548         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13549         Capello and Romain Francoise.
13550         (pgg-fetch-key-function): Remove, not used?
13551         (pgg-insert-url-with-w3): Require url, to get
13552         url-insert-file-contents regardless of where it is defined.
13553
13554 2005-08-13  Romain Francoise  <romain@orebokech.com>
13555
13556         * message.el (message-cite-original-1): New function.
13557         (message-cite-original): Use it.
13558         (message-cite-original-without-signature): Ditto.
13559
13560 2005-08-08  Romain Francoise  <romain@orebokech.com>
13561
13562         * message.el (message-yank-empty-prefix): New variable.
13563         (message-indent-citation): Use it.
13564         (message-cite-original-without-signature): Respect X-No-Archive.
13565
13566 2005-08-08  Simon Josefsson  <jas@extundo.com>
13567
13568         * pgg.el: Autoload url-insert-file-contents instead of loading
13569         w3/url.
13570         (pgg-insert-url-with-w3): Don't load url here.
13571
13572 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13573
13574         * message.el (message-kill-to-signature): Don't insert newline at
13575         bol.
13576         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13577
13578 2005-08-06  Romain Francoise  <romain@orebokech.com>
13579
13580         * message.el (message-user-fqdn): Fix typo in docstring.
13581
13582 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13583
13584         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13585
13586         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13587
13588 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13589
13590         * mm-bodies.el (mm-encode-body): Use coding system rather than
13591         charset to encode text.
13592
13593         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13594         number of charsets if utf-8 is available (XEmacs).
13595
13596 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13597
13598         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13599         taken from `gnus-button-mid-or-mail-regexp'.
13600         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13601         (gnus-button-alist): Improve regexp for domain part of the MIDs
13602         for news:localpart@domain buttons.
13603         (gnus-button-ctan-directory-regexp): Update.
13604
13605 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13606
13607         * sieve-manage.el (sieve-manage-interactive-login):
13608         Use make-local-variable rather than make-variable-buffer-local.
13609         (sieve-manage-open): Ditto.
13610         (sieve-manage-authenticate): Ditto.
13611
13612         * mml.el (mml-generate-mime-1): Make the content type default to
13613         text/plain if the filename is not specified.
13614
13615 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13616
13617         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13618         instead of insert-buffer.
13619
13620         * message.el (message-yank-original): Ditto; set the mark at the
13621         end of the yanked message.
13622
13623 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13624
13625         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13626         lines to scroll rather than to stop it.
13627
13628         * mml.el (mml-generate-default-type): Add doc string.
13629         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13630         default to application/octet-stream when determining the content
13631         type if it is not specified for the part or the mml contents; add
13632         a comment about mml-generate-default-type.
13633
13634 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13635
13636         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13637         make it default to application/octet-stream when determining the
13638         content type if it is not specified for the external contents.
13639
13640 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13641
13642         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13643         segmented parameter but also other parameters might be there.
13644
13645 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13646
13647         * mm-decode.el (mm-display-external): Delete temp file, directory
13648         and buffer immediately if the external process is exited.
13649
13650 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13651
13652         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13653         fewer lines than that of scroll-margin.
13654         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13655
13656 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13657
13658         * gnus-art.el (gnus-article-next-page): Revert.
13659         (gnus-article-beginning-of-window): New macro.
13660         (gnus-article-next-page-1): Use it.
13661         (gnus-article-prev-page): Ditto.
13662         (gnus-article-edit-part): Use insert-buffer-substring instead of
13663         insert-buffer.
13664         (gnus-article-edit-exit): Ditto.
13665
13666         * gnus-util.el (gnus-beginning-of-window): Remove.
13667         (gnus-end-of-window): Remove.
13668
13669         * lpath.el: Don't bind header-line-format and scroll-margin.
13670
13671 2005-07-25  Simon Josefsson  <jas@extundo.com>
13672
13673         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13674         to have the url package without w3.  Reported by Daiki Ueno
13675         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13676
13677 2005-07-20  Didier Verna  <didier@xemacs.org>
13678
13679         * gnus-diary.el: Remove the description comment (nndiary is now
13680         properly documented in the Gnus manual).
13681         Fix the spelling of "Back End".
13682         * nndiary.el: Ditto.
13683         Fix the copyright notice.
13684
13685 2005-07-18  Romain Francoise  <romain@orebokech.com>
13686
13687         * gnus-sum.el (gnus-summary-to-prefix)
13688         (gnus-summary-newsgroup-prefix): New variables.
13689         (gnus-summary-from-or-to-or-newsgroups): Use them.
13690
13691 2005-07-17  Romain Francoise  <romain@orebokech.com>
13692
13693         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13694         space as it's generally not especially interesting to the user.
13695
13696 2005-07-16  Romain Francoise  <romain@orebokech.com>
13697
13698         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13699         nil to avoid prompting and file modification if one of the
13700         messages at the top of the nnfolder file contains a copyright
13701         notice.
13702         Update copyright notice.
13703
13704         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13705         instead of `current-time-string' as the latter creates a time
13706         string that is not RFC 2822 compliant (it lacks the zone).
13707         Update copyright notice.
13708
13709 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13710
13711         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13712         for text/rtf.  Display default in prompt.  Pass default for M-n.
13713
13714         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13715
13716 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13717
13718         * gnus-msg.el (gnus-button-mailto):
13719         Remove save-selected-window-window hackery because it relies on
13720         save-selected-window internals.
13721
13722 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13723
13724         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13725         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13726         (gnus-article-prev-page): Ditto.
13727
13728         * gnus-util.el (gnus-beginning-of-window): New function.
13729         (gnus-end-of-window): New function.
13730
13731         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13732
13733 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13734
13735         * gnus-score.el (gnus-score-edit-all-score):
13736         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13737         gnus-message.
13738
13739 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13740
13741         * gnus-msg.el (gnus-button-mailto):
13742         Remove save-selected-window-window hackery because it relies on
13743         save-selected-window internals.
13744
13745 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13746
13747         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13748         add-minor-mode.
13749         (gnus-binary-mode): Ditto.
13750
13751         * gnus-topic.el (gnus-topic-mode): Ditto.
13752
13753 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13754
13755         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13756         (gnus-article-prev-page): Take scroll-margin into consideration.
13757
13758 2005-07-04  Lute Kamstra  <lute@gnu.org>
13759
13760         Update FSF's address in GPL notices.
13761
13762 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13763
13764         * gnus.el (gnus-exit):
13765         * gnus-group.el (gnus-group-icons):
13766         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13767
13768         * gnus-nocem.el (gnus-nocem):
13769         * message.el (message-various, message-buffers, message-sending)
13770         (message-interface, message-forwarding, message-insertion)
13771         (message-headers, message-news, message-mail):
13772         * pgg-gpg.el (pgg-gpg):
13773         * pgg-parse.el (pgg-parse):
13774         * pgg-pgp.el (pgg-pgp):
13775         * pgg-pgp5.el (pgg-pgp5):
13776         * pop3.el (pop3): Finish `defgroup' description with period.
13777
13778 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13779
13780         * gnus-art.el (article-display-face): Improve the efficiency.
13781         (article-display-x-face): Ditto; remove grey x-face stuff.
13782
13783 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13784
13785         * gnus-art.el (article-display-face): Correct the position in
13786         which Faces are inserted.
13787
13788 2005-06-29  Didier Verna  <didier@xemacs.org>
13789
13790         * gnus-art.el (article-display-face): Display faces in correct
13791         order.
13792
13793 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13794
13795         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13796         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13797         (gnus-nocem-check-article): Fetch the Type header.
13798         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13799         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13800         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13801         make sure gnus-nocem-hashtb is initialized.
13802         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13803         (gnus-nocem-unwanted-article-p): Ditto.
13804
13805         * pgg.el (pgg-verify): Return the verification result.
13806
13807 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13808
13809         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13810         is ascii.
13811
13812 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13813
13814         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13815         `show-nonbreak-escape'.
13816
13817 2005-06-23  Lute Kamstra  <lute@gnu.org>
13818
13819         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13820
13821         * dig.el (dig-mode):
13822         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13823
13824 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13825
13826         * nnimap.el (nnimap-split-download-body): Fix spellings.
13827
13828 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13829
13830         * gnus-art.el (gnus-article-encrypt-body):
13831         * gnus-cus.el (gnus-score-customize):
13832         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13833         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13834
13835 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13836
13837         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13838         header by looking for magic "MII" at the beginnig.
13839
13840 2005-06-16  Miles Bader  <miles@gnu.org>
13841
13842         * gnus-xmas.el (gnus-xmas-group-startup-message):
13843         Use renamed gnus-splash face.
13844
13845         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13846         (assistant-field-face): New backward-compatibility alias for renamed
13847         face.
13848         (assistant-render-text): Use renamed assistant-field face.
13849
13850         * spam.el (spam): Remove "-face" suffix from face name.
13851         (spam-face): New backward-compatibility alias for renamed face.
13852         (spam-face, spam-initialize): Use renamed spam face.
13853
13854         * message.el (message-header-to, message-header-cc)
13855         (message-header-subject, message-header-newsgroups)
13856         (message-header-other, message-header-name)
13857         (message-header-xheader, message-separator, message-cited-text)
13858         (message-mml): Remove "-face" suffix from face names.
13859         (message-header-to-face, message-header-cc-face)
13860         (message-header-subject-face, message-header-newsgroups-face)
13861         (message-header-other-face, message-header-name-face)
13862         (message-header-xheader-face, message-separator-face)
13863         (message-cited-text-face, message-mml-face):
13864         New backward-compatibility aliases for renamed faces.
13865         (message-font-lock-keywords): Use renamed message faces.
13866
13867         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13868         (sieve-test-commands, sieve-tagged-arguments):
13869         Remove "-face" suffix from face names.
13870         (sieve-control-commands-face, sieve-action-commands-face)
13871         (sieve-test-commands-face, sieve-tagged-arguments-face):
13872         New backward-compatibility aliases for renamed faces.
13873         (sieve-control-commands-face, sieve-action-commands-face)
13874         (sieve-test-commands-face, sieve-tagged-arguments-face):
13875         Use renamed sieve faces.
13876
13877         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13878         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13879         (gnus-group-news-3-empty, gnus-group-news-4)
13880         (gnus-group-news-4-empty, gnus-group-news-5)
13881         (gnus-group-news-5-empty, gnus-group-news-6)
13882         (gnus-group-news-6-empty, gnus-group-news-low)
13883         (gnus-group-news-low-empty, gnus-group-mail-1)
13884         (gnus-group-mail-1-empty, gnus-group-mail-2)
13885         (gnus-group-mail-2-empty, gnus-group-mail-3)
13886         (gnus-group-mail-3-empty, gnus-group-mail-low)
13887         (gnus-group-mail-low-empty, gnus-summary-selected)
13888         (gnus-summary-cancelled, gnus-summary-high-ticked)
13889         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13890         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13891         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13892         (gnus-summary-low-undownloaded)
13893         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13894         (gnus-summary-low-unread, gnus-summary-normal-unread)
13895         (gnus-summary-high-read, gnus-summary-low-read)
13896         (gnus-summary-normal-read, gnus-splash):
13897         Remove "-face" suffix from face names.
13898         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13899         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13900         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13901         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13902         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13903         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13904         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13905         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13906         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13907         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13908         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13909         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13910         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13911         (gnus-summary-normal-ticked-face)
13912         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13913         (gnus-summary-normal-ancient-face)
13914         (gnus-summary-high-undownloaded-face)
13915         (gnus-summary-low-undownloaded-face)
13916         (gnus-summary-normal-undownloaded-face)
13917         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13918         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13919         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13920         (gnus-splash-face):
13921         New backward-compatibility aliases for renamed faces.
13922         (gnus-group-startup-message): Use renamed gnus faces.
13923
13924         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13925         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13926         (gnus-server-agent): Remove "-face" suffix from face names.
13927         (gnus-server-agent-face, gnus-server-opened-face)
13928         (gnus-server-closed-face, gnus-server-denied-face)
13929         (gnus-server-offline-face):
13930         New backward-compatibility aliases for renamed faces.
13931         (gnus-server-agent-face, gnus-server-opened-face)
13932         (gnus-server-closed-face, gnus-server-denied-face)
13933         (gnus-server-offline-face): Use renamed gnus faces.
13934
13935         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13936         Remove "-face" suffix from face names.
13937         (gnus-picon-xbm-face, gnus-picon-face):
13938         New backward-compatibility aliases for renamed faces.
13939
13940         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13941         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13942         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13943         (gnus-cite-11): Remove "-face" suffix from face names.
13944         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13945         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13946         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13947         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13948         New backward-compatibility aliases for renamed faces.
13949         (gnus-cite-attribution-face, gnus-cite-face-list)
13950         (gnus-article-boring-faces): Use renamed gnus faces.
13951
13952         * gnus-art.el (gnus-signature, gnus-header-from)
13953         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13954         (gnus-header-content): Remove "-face" suffix from face names.
13955         (gnus-signature-face, gnus-header-from-face)
13956         (gnus-header-subject-face, gnus-header-newsgroups-face)
13957         (gnus-header-name-face, gnus-header-content-face):
13958         New backward-compatibility aliases for renamed faces.
13959         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13960
13961         * gnus-sum.el (gnus-summary-selected-face)
13962         (gnus-summary-highlight): Use renamed gnus faces.
13963         * gnus-group.el (gnus-group-highlight): Likewise.
13964
13965 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13966
13967         * gnus-sieve.el (gnus-sieve-article-add-rule):
13968         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13969         * spam-stat.el (spam-stat-buffer-change-to-spam)
13970         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13971
13972         * message.el (message-is-yours-p):
13973         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13974
13975 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13976
13977         * mm-view.el (mm-inline-text): Withdraw the last change.
13978
13979 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13980
13981         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13982         executing enriched-decode.
13983
13984 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13985
13986         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13987         charset of tar files.
13988
13989 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13990
13991         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13992
13993 2005-06-04  Lute Kamstra  <lute@gnu.org>
13994
13995         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13996         information is never recorded.
13997
13998 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13999
14000         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14001
14002 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14003
14004         * pop3.el (pop3-apop): Run md5 in the binary mode.
14005
14006         * starttls.el (starttls-set-process-query-on-exit-flag):
14007         Use eval-and-compile.
14008
14009 2005-05-31  Simon Josefsson  <jas@extundo.com>
14010
14011         * smime.el (smime-replace-in-string): Define.
14012         (smime-cert-by-ldap-1): Use it.
14013
14014 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14015
14016         * gnus-art.el (article-display-x-face): Replace
14017         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14018
14019         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14020         set-process-query-on-exit-flag or process-kill-without-query.
14021
14022         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14023         loop instead of replace-regexp.
14024
14025         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14026         instead of process-kill-without-query if it is available.
14027
14028         * lpath.el: Fbind ldap-search-entries.
14029
14030         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14031         instead of find-file-hooks if it is available.
14032
14033         * mml1991.el: Bind pgg-default-user-id when compiling.
14034
14035         * mml2015.el: Bind pgg-default-user-id when compiling.
14036
14037         * nndraft.el (nndraft-request-associate-buffer):
14038         Use write-contents-functions instead of write-contents-hooks if it is
14039         available.
14040
14041         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14042         instead of find-file-hooks if it is available.
14043
14044         * nntp.el (nntp-open-connection): Replace
14045         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14046         (nntp-open-ssl-stream): Ditto.
14047         (nntp-open-tls-stream): Ditto.
14048
14049         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14050         set-process-query-on-exit-flag or process-kill-without-query.
14051         (starttls-open-stream-gnutls): Use it instead of
14052         process-kill-without-query.
14053         (starttls-open-stream): Ditto.
14054
14055 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14056
14057         * smime.el (smime-cert-by-ldap-1): Don't use
14058         replace-regexp-in-string.
14059
14060 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14061
14062         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14063
14064         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14065         in PEM format.  Adjust to the XEmacs compability.
14066
14067 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14068
14069         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14070         by `string-to-number'.
14071         * gnus-agent.el (gnus-agent-regenerate-group)
14072         (gnus-agent-fetch-articles): Ditto.
14073         * gnus-art.el (gnus-button-fetch-group): Ditto.
14074         * gnus-cache.el (gnus-cache-generate-active)
14075         (gnus-cache-articles-in-group): Ditto.
14076         * gnus-group.el (gnus-group-set-current-level)
14077         (gnus-group-insert-group-line): Ditto.
14078         * gnus-score.el (gnus-score-set-expunge-below)
14079         (gnus-score-set-mark-below, gnus-summary-score-effect)
14080         (gnus-summary-score-entry): Ditto.
14081         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14082         (gnus-soup-pack): Ditto.
14083         * gnus-spec.el (gnus-xmas-format): Ditto.
14084         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14085         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14086         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14087         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14088         * nndb.el (nndb-get-remote-expire-response): Ditto.
14089         * nndiary.el (nndiary-parse-schedule-value)
14090         (nndiary-string-to-number, nndiary-request-replace-article)
14091         (nndiary-request-article): Ditto.
14092         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14093         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14094         * nneething.el (nneething-make-head): Ditto.
14095         * nnfolder.el (nnfolder-request-article)
14096         (nnfolder-retrieve-headers): Ditto.
14097         * nnheader.el (nnheader-file-to-number): Ditto.
14098         * nnkiboze.el (nnkiboze-request-article): Ditto.
14099         * nnmail.el (nnmail-process-unix-mail-format)
14100         (nnmail-process-babyl-mail-format): Ditto.
14101         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14102         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14103         (nnmh-request-create-group, nnmh-request-list-1)
14104         (nnmh-request-group, nnmh-request-article): Ditto.
14105         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14106         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14107         * nnsoup.el (nnsoup-make-active): Ditto.
14108         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14109         * nntp.el (nntp-find-group-and-number)
14110         (nntp-retrieve-headers-with-xover): Ditto.
14111         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14112         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14113         (pgg-format-key-identifier): Ditto.
14114         * pop3.el (pop3-last, pop3-stat): Ditto.
14115         * qp.el (quoted-printable-decode-region): Ditto.
14116
14117         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14118         of concat.
14119
14120 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14121
14122         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14123
14124         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14125
14126         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14127
14128         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14129
14130         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14131
14132         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14133
14134         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14135         (gnus-carpal-mode): Ditto.
14136
14137         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14138         (gnus-browse-mode): Ditto.
14139
14140         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14141
14142         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14143
14144 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14145
14146         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14147
14148 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14149
14150         * gnus-util.el (gnus-run-mode-hooks): New function.
14151
14152         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14153
14154         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14155         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14156
14157 2005-05-27  Lute Kamstra  <lute@gnu.org>
14158
14159         * dns-mode.el (dns-mode): Specify customization group.
14160
14161 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14162
14163         * gnus-agent.el (gnus-agent-make-mode-line-string):
14164         Use mode-line-highlight as mouse-face.
14165
14166 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14167
14168         * canlock.el (canlock): Change the parent group to news.
14169
14170         * deuglify.el (gnus-outlook-deuglify): Add :group.
14171
14172         * dig.el (dig): Add :group.
14173
14174         * dns-mode.el (dns-mode): Add :group.
14175
14176         * encrypt.el (encrypt): Add :group.
14177
14178         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14179         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14180         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14181         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14182         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14183
14184         * gnus-diary.el (gnus-diary): Add :group.
14185
14186         * gnus.el (gnus-group-news-1-face): Add :group.
14187         (gnus-group-news-1-empty-face): Ditto.
14188         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14189         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14190         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14191         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14192         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14193         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14194         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14195         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14196         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14197         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14198         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14199         (gnus-summary-high-ticked-face): Ditto.
14200         (gnus-summary-low-ticked-face): Ditto.
14201         (gnus-summary-normal-ticked-face): Ditto.
14202         (gnus-summary-high-ancient-face): Ditto.
14203         (gnus-summary-low-ancient-face): Ditto.
14204         (gnus-summary-normal-ancient-face): Ditto.
14205         (gnus-summary-high-undownloaded-face): Ditto.
14206         (gnus-summary-low-undownloaded-face): Ditto.
14207         (gnus-summary-normal-undownloaded-face): Ditto.
14208         (gnus-summary-high-unread-face): Ditto.
14209         (gnus-summary-low-unread-face): Ditto.
14210         (gnus-summary-normal-unread-face): Ditto.
14211         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14212         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14213
14214         * hashcash.el (hashcash): New custom group.
14215         (hashcash-default-payment): Add :group.
14216         (hashcash-payment-alist): Ditto.
14217         (hashcash-default-accept-payment): Ditto.
14218         (hashcash-accept-resources): Ditto.
14219         (hashcash-path): Ditto.
14220         (hashcash-extra-generate-parameters): Ditto.
14221         (hashcash-double-spend-database): Ditto.
14222         (hashcash-in-news): Ditto.
14223
14224         * message.el (message-minibuffer-local-map): Add :group.
14225
14226         * netrc.el (netrc): Add :group.
14227
14228         * sieve-manage.el (sieve-manage-log): Add :group.
14229         (sieve-manage-default-user): Diito.
14230         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14231         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14232         (sieve-manage-authenticators): Ditto.
14233         (sieve-manage-authenticator-alist): Ditto.
14234         (sieve-manage-default-port): Ditto.
14235
14236         * sieve-mode.el (sieve-control-commands-face): Add :group.
14237         (sieve-action-commands-face): Ditto.
14238         (sieve-test-commands-face): Ditto.
14239         (sieve-tagged-arguments-face): Ditto.
14240
14241         * smime.el (smime): Add :group.
14242
14243         * spam-report.el (spam-report): Add :group.
14244
14245         * spam.el (spam, spam-face): Add :group.
14246
14247 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14248
14249         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14250         return \n.\n.\n at the end of articles.  Protect against that.
14251         (nntp-with-open-group): Allow debugging.
14252
14253         * nnheader.el (mail-header-set-extra): Make into a function
14254         because I just could't understand how to quote the list properly.
14255
14256         * dns.el (query-dns-cached): New function.
14257
14258 2005-05-26  Lute Kamstra  <lute@gnu.org>
14259
14260         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14261
14262 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14263
14264         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14265
14266         * gnus-art.el: Don't autoload mail-extract-address-components.
14267
14268         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14269         eval-and-compile to evaluate it.
14270
14271         * hashcash.el: Don't autoload executable-find.
14272
14273         * nndb.el: Don't declare the nndb back end two or more times; don't
14274         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14275
14276         * nntp.el: Autoload format-spec instead of format; use
14277         eval-and-compile to evaluate autoload forms.
14278
14279 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14280
14281         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14282
14283 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14284
14285         * gnus.el (gnus-version-number): Bump version.
14286
14287 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14288
14289         * gnus.el: No Gnus v0.3 is released.
14290
14291 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14292
14293         * lpath.el (featurep): Bind show-nonbreak-escape.
14294
14295 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14296
14297         * gnus-art.el (gnus-article-edit-part): Disable undo.
14298
14299 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14300
14301         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14302         gnus-article-date-lapsed-new-header is t if date timer is active;
14303         skip headers in which the original date value is empty.
14304         (gnus-article-save-original-date): Redefine it as a macro.
14305         (gnus-display-mime): Use it.
14306
14307 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14308
14309         * gnus-art.el (article-date-ut): Support converting date in
14310         forwarded parts as well.
14311         (gnus-article-save-original-date): New function.
14312         (gnus-display-mime): Use it.
14313
14314 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14315
14316         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14317         enclosure element of <item>.
14318
14319 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14320
14321         * message.el (message-kill-buffer-query): Rename from
14322         `message-kill-buffer-query-if-modified'.  Add :version.
14323
14324 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14325
14326         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14327         window layout.
14328
14329 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14330
14331         * mml.el: Autoload dnd when compiling.
14332
14333 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14334
14335         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14336         x-dnd-*.
14337
14338 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14339
14340         * qp.el (quoted-printable-encode-region): Save excursion.
14341
14342 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14343
14344         * message.el (message-kill-buffer-query-if-modified): Add new variable
14345         so the user can kill a modified message buffer quickly.
14346         (message-kill-buffer): Use it.
14347
14348 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14349
14350         * lpath.el: Fbind display-time-event-handler; don't fbind
14351         string-to-multibyte.
14352
14353         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14354
14355 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14356
14357         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14358         contained in text because xml.el decodes entities) with LFs.
14359
14360 2005-04-11  Lute Kamstra  <lute@gnu.org>
14361
14362         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14363         differently.
14364
14365 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14366
14367         * mm-util.el (mm-detect-coding-region): Typo.
14368
14369 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14370
14371         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14372
14373 2005-04-06  Deepak Goel  <deego@gnufans.org>
14374
14375         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14376         user-function allow user modifications of the scores.
14377         (spam-stat-score-buffer-user): New function, to allow
14378         user-computed modifications to the score.
14379         (spam-stat-score-buffer-user-functions): List of additional
14380         scoring functions.
14381         (spam-stat-error-holder): Global temporary error holder.
14382         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14383         variable.
14384
14385 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14386
14387         * gnus-registry.el (gnus-registry-clean-empty-function)
14388         (gnus-registry-trim, gnus-registry-fetch-groups)
14389         (gnus-registry-delete-group): Groups that match
14390         `gnus-registry-ignored-groups' are removed from the registry
14391         entries, not just ignored for splitting.  This helps clean up the
14392         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14393         to get all the groups a message ID is in.
14394
14395         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14396         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14397         (spam-stat-score-buffer-user-functions): Add :number custom type.
14398
14399 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14400
14401         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14402         argument in XEmacs.
14403
14404         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14405         (nnrss-request-group): Decode group name first.
14406         (nnrss-request-article): Make a text/plain article if mml-to-mime
14407         failed.
14408         (nnrss-get-encoding): Return a compatible encoding according to
14409         nnrss-compatible-encoding-alist.
14410         (nnrss-find-el): Use consp instead of listp.
14411         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14412
14413 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14414
14415         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14416         which Emacs 20 doesn't support.
14417         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14418
14419 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14420
14421         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14422         silence the byte compiler inside the defun.
14423
14424         * gnus-demon.el (parse-time-string): Add autoload.
14425
14426         * gnus-delay.el (parse-time-string): Add autoload.
14427
14428         * gnus-art.el (parse-time-string): Add autoload.
14429
14430         * nnultimate.el (parse-time): Require for `parse-time-string'.
14431
14432 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14433
14434         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14435
14436         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14437
14438         * smime.el (smime-ldap-host-list): Add :version.
14439
14440 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14441
14442         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14443         pass it to `gnus-browse-read-group'.
14444         (gnus-browse-read-group): Add NUMBER argument and pass it to
14445         `gnus-group-read-ephemeral-group'.
14446
14447         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14448         argument and pass it to `gnus-group-read-group'.
14449
14450 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14451
14452         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14453         mm-xemacs-find-mime-charset-1 if we have the mule feature
14454         available at runtime.
14455
14456 2005-03-25  Werner Lemberg  <wl@gnu.org>
14457
14458         * nnmaildir.el: Replace `illegal' with `invalid'.
14459
14460 2005-03-23  Lute Kamstra  <lute@gnu.org>
14461
14462         * time-date.el: Add comment on time value formats.
14463         Don't require parse-time.
14464         (with-decoded-time-value): New macro.
14465         (encode-time-value): New function.
14466         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14467         (days-to-time): Return a valid time value when arg is huge.
14468         (time-since): Use time-subtract.
14469         (time-to-number-of-days): Use time-to-seconds.
14470
14471 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14472
14473         * gnus-start.el (gnus-display-time-event-handler):
14474         Check display-time-timer at runtime rather than only at load time
14475         in case display-time-mode is turned off in the mean time.
14476
14477 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14478
14479         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14480         used.
14481
14482         * nneething.el (nneething-map-file-directory): Derive from
14483         `gnus-directory'.
14484
14485         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14486         the To/Cc button.
14487
14488 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14489
14490         * nnmaildir.el (nnmaildir-request-accept-article):
14491         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14492
14493 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14494
14495         * gnus-async.el: Require timer-funcs at compile time when in
14496         XEmacs for `run-with-idle-timer'.
14497
14498 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14499
14500         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14501         autoloaded function.
14502
14503 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14504
14505         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14506
14507 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14508
14509         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14510
14511 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14512
14513         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14514         Add gnus-expert-user to default.
14515
14516 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14517
14518         * nnimap.el (nnimap-open-server): Ditto.
14519
14520         * imap.el (imap-authenticate): Fix typo.
14521
14522 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14523
14524         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14525         buffer (since IMAP server might return FETCH response out of
14526         order, and the nntp buffer must be sorted).
14527
14528 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14529
14530         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14531         comparison on string.
14532
14533         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14534         (gnus-agent-score): Rename category keywords to match gnus-cus.
14535         (gnus-agent-summary-fetch-series): Modify to protect against
14536         gnus-agent-summary-fetch-group clearing processable flags.
14537         (gnus-agent-synchronize-group-flags): Update live group buffer as
14538         synchronization may occur due to the user toggle the plugged
14539         status.
14540         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14541         successfully downloaded.
14542         (gnus-agent-expire-group-1): Avoid using markers when the overview
14543         is in ascending order; greatly improves performance.
14544         (gnus-agent-regenerate-group):
14545         Use gnus-agent-synchronize-group-flags to reset read status in both
14546         gnus and server.
14547         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14548
14549 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14550
14551         * message.el: Don't autoload former message-utils variables.
14552         (message-strip-subject-trailing-was): Change doc string.
14553
14554         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14555         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14556         (nnweb-google-search): Add "hl=en" here.
14557         (nnweb-google-parse-1, nnweb-google-create-mapping):
14558         Don't hardcode URL.
14559
14560 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14561
14562         * message.el (message-get-reply-headers, message-followup):
14563         Mention related variables `message-use-followup-to' and
14564         `message-use-mail-followup-to', in the information buffer.
14565
14566         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14567         of broken groups(-beta).google.com.
14568
14569 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14570
14571         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14572         parameter to invoked gnus-request-move-article; remove the
14573         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14574         all at once instead of once per article.
14575         (gnus-summary-remove-process-mark): Accept a list of articles as
14576         well as a single article for processing.
14577
14578         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14579         parameter.
14580
14581         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14582
14583         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14584
14585         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14586         parameter.
14587
14588         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14589         parameter.
14590
14591         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14592         parameter and remove the gnus-sum-hint-move-is-internal variable.
14593
14594         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14595         parameter.
14596
14597         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14598         parameter.
14599
14600         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14601         parameter.
14602
14603         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14604
14605         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14606         parameter.
14607
14608         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14609         parameter.
14610
14611 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14612
14613         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14614         a more conservative way.
14615
14616 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14617
14618         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14619         buffer, so it moves the window's cursor.
14620
14621 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14622
14623         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14624         `mm-dissect-multipart' and receive the from field as an (optional)
14625         argument from `mm-dissect-multipart'.
14626         (mm-dissect-multipart): Receive the from field as an argument and
14627         pass it on when we call `mm-dissect-buffer' on MIME parts.
14628         Fixes verification/decryption of signed/encrypted MIME parts.
14629
14630 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14631
14632         * gnus-sum.el (gnus-summary-move-article):
14633         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14634         whatever it calls (right now, only nnimap-request-move article
14635         respects it).
14636
14637         * nnimap.el (nnimap-request-move-article):
14638         When gnus-sum-hint-move-is-internal is set, don't do the extra
14639         nnimap-request-article.
14640
14641 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14642
14643         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14644
14645         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14646         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14647
14648         * gnus-sum.el (gnus-summary-caesar-message):
14649         Apply `gnus-treat-article' after rotation.
14650
14651         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14652         doc string.
14653
14654 2005-02-22  Simon Josefsson  <jas@extundo.com>
14655
14656         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14657         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14658         <arne@arnested.dk>.
14659         (encrypt): Add password-cache and password-cache-expiry as group
14660         members.
14661
14662 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14663
14664         * smime.el (smime-ldap-host-list): Doc fix.
14665         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14666         cache) password.
14667         (smime-sign-region): Use it.
14668         (smime-decrypt-region): Use it.
14669         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14670         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14671         fails.
14672         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14673         certificate from DER to PEM format rather than calling openssl.
14674
14675         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14676
14677         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14678         for signing/encryption.
14679
14680         * mml.el (mml-parse-1): Use them.
14681
14682 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14683
14684         * nnrss.el (nnrss-verbose): Remove.
14685         (nnrss-request-group): Use `nnheader-message' instead.
14686
14687 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14688
14689         * nnrss.el (nnrss-verbose): New variable.
14690         (nnrss-request-group): Make it say nnrss is requesting a group.
14691
14692 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14693
14694         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14695         Handle news URL with given port correctly.
14696
14697 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14698
14699         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14700         containing special characters.
14701
14702         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14703
14704         * mml.el (mime-to-mml): Ditto.
14705
14706         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14707         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14708         (rfc2047-decode-region): Quote decoded words containing special
14709         characters when rfc2047-quote-decoded-words-containing-tspecials
14710         is non-nil.
14711
14712 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14713
14714         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14715
14716         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14717
14718 2005-02-15  Simon Josefsson  <jas@extundo.com>
14719
14720         * nnimap.el (nnimap-debug): Doc fix.
14721
14722         * imap.el (imap-debug): Doc fix.
14723
14724 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14725
14726         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14727
14728 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14729
14730         * gnus.el (spam-contents): Improve docs for spam-contents
14731         parameter in its variable incarnation.
14732
14733 2005-02-14  Simon Josefsson  <jas@extundo.com>
14734
14735         * smime-ldap.el: Use require instead of load-library for ldap.
14736         (smime-ldap-search): Indent.
14737         (smime-ldap-search-internal): Shorten line.
14738
14739         * smime.el (smime-cert-by-dns): Add doc-string.
14740         (smime-cert-by-ldap-1): Indent.
14741
14742         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14743         mml-smime-get-dns-ldap.
14744         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14745
14746 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14747
14748         * smime.el: Require smime-ldap.
14749         (smime-ldap-host-list): New variable.
14750         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14751
14752         * mml-smime.el (mml-smime-encrypt-query): New function.
14753         (mml-smime-encrypt-query): Use it.
14754
14755         * smime-ldap.el: New file.
14756
14757 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14758
14759         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14760
14761 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14762
14763         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14764         argument in doc string.  Make query for type more clear.
14765
14766 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14767
14768         * gnus.el (gnus-group-startup-message): Search for gnus images in
14769         etc/images/gnus.
14770         * mm-util.el (mm-image-load-path): Likewise.
14771         * smiley.el (smiley-data-directory): Search for smilies in
14772         etc/images/smilies.
14773
14774 2005-02-09  Kim F. Storm  <storm@cua.dk>
14775
14776         Change Emacs release version from 21.4 to 22.1 throughout.
14777         Change Emacs development version from 21.3.50 to 22.0.50.
14778
14779 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14780
14781         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14782
14783         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14784         non-Mule XEmacs as well.
14785         (mm-decompress-buffer): Signal an error intentionally if it does
14786         not decompress compressed data because auto-compression-mode is
14787         disabled.
14788
14789 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14790
14791         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14792         an ID in the registry even if it has no groups.
14793
14794 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14795
14796         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14797         merge it into mm-decompress-buffer.
14798         (gnus-mime-copy-part): Use the MIME part charset, the value which
14799         a user specified or gnus-newsgroup-charset for decoding, like
14800         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14801         save-buffer what was used.  Suggested by Kevin Ryde
14802         <user42@zip.com.au>.
14803         (gnus-mime-inline-part): Allow the name parameter as well as the
14804         filename parameter; force decompressing of compressed data; always
14805         display contents being not decoded as unibyte.
14806
14807         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14808         as well as the filename parameter.
14809
14810         * mm-util.el (mm-decompress-buffer):
14811         Merge gnus-mime-jka-compr-maybe-uncompress.
14812         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14813         of compressed data.
14814
14815 2005-02-08  Simon Josefsson  <jas@extundo.com>
14816
14817         * imap.el (imap-log): Doc fix.
14818
14819 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14820
14821         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14822         the coding cookies; decompress compressed parts.
14823
14824         * mml.el (mml-generate-mime-1): Add the charset parameter according
14825         to the value which a user specified manually or the coding cookie.
14826
14827         * mm-util.el (mm-string-to-multibyte): New function.
14828         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14829         (mm-coding-system-to-mime-charset): New function.
14830         (mm-decompress-buffer): New function.
14831         (mm-find-buffer-file-coding-system): New function.
14832
14833         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14834         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14835         parts.
14836
14837 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14838
14839         * mm-view.el (mm-display-inline-fontify): Decode a part according
14840         to the charset parameter.
14841
14842 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14843
14844         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14845         prefix arg is neither nil nor a number, as info specifies.
14846
14847 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14848
14849         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14850         timestamps.
14851
14852 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14853
14854         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14855         groups error checking and notify user.
14856
14857 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14858
14859         * message.el (message-send-mail-function): Check existence of
14860         sendmail-program first before using default value
14861         `message-send-mail-with-sendmail'.  Otherwise use more generic
14862         `smtpmail-send-it'.
14863
14864 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14865
14866         * nntp.el (nntp-request-update-info): Always return nil.
14867
14868 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14869
14870         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14871
14872 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14873
14874         * message.el (message-beginning-of-line): Change the behavior when
14875         invoked between BOL and : so that it first moves backward.
14876
14877 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14878
14879         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14880         article buffer when editing of the article is discarded.
14881         (gnus-article-prepare): Revert.
14882
14883 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14884
14885         * gnus-art.el (gnus-article-prepare):
14886         Remove message-strip-forbidden-properties from the local hook.
14887
14888 2005-01-27  Simon Josefsson  <jas@extundo.com>
14889
14890         * password.el (password-cache-add): Only start one timer per key.
14891         Reported by Derek Atkins <warlord@MIT.EDU>.
14892
14893 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14894
14895         * run-at-time.el: Remove.  It is no longer needed as
14896         timer-funcs.el in the xemacs-base package has a working version of
14897         `run-at-time'.
14898
14899         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14900
14901         * password.el: Require timer-funcs instead of run-at-time in
14902         XEmacs.
14903         Remove `password-run-at-time' macro.
14904         (password-cache-add): Use `run-at-time' instead of
14905         `password-run-at-time'.
14906
14907         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14908         Remove `nnheader-cancel-function-timers' alias,
14909         `cancel-function-timers' exists in XEmacs in timer-funcs.
14910
14911         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14912         for `run-with-idle-timer'.
14913
14914         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14915         for `run-at-time'.
14916
14917         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14918         for `with-timeout'.
14919
14920         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14921         the same as for XEmacs 21.4.
14922         No need to ignore `run-with-idle-timer', this function exists in
14923         XEmacs now in timer-funcs.el in the xemacs-base package.
14924         (dgnushack-compile): No need to delete
14925         run-at-time.el from the list of files to compile because it
14926         doesn't exist anymore.
14927
14928 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14929
14930         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14931         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14932
14933 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14934
14935         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14936         sensitively.
14937
14938 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14939
14940         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14941
14942 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14943
14944         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14945         which will be inserted according to the multibyteness of a buffer
14946         rather than the type of contents.  Suggested by ARISAWA Akihiro
14947         <ari@mbf.ocn.ne.jp>.
14948
14949         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14950         of string which old xml.el may return rather than a string.
14951
14952 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14953
14954         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14955
14956 2005-01-16  Simon Josefsson  <jas@extundo.com>
14957
14958         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14959         idn/idna.el isn't available.
14960         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14961         <michael@waxrat.com>.
14962
14963         * hashcash.el: Remove non-FSF copyright header.
14964
14965         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14966         (hashcash-generate-payment): Use it.
14967         (hashcash-generate-payment-async): Use it.
14968
14969 2005-01-15  Simon Josefsson  <jas@extundo.com>
14970
14971         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14972         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14973
14974         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14975         gnus-summary-idna-message.
14976         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14977         (gnus-summary-idna-message): New function.
14978
14979 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14980
14981         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14982         gnus-novice-user.
14983
14984 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14985
14986         * nnrss.el (nnrss-request-delete-group): Delete entries in
14987         nnrss-group-alist as well.
14988         (nnrss-save-server-data): Insert newline.
14989
14990 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14991
14992         * gnus.el (gnus-user-agent): Use list of symbols instead of
14993         symbols.  Display full version number for (S)XEmacs.
14994         Optionally display (S)XEmacs codename.
14995
14996         * gnus-util.el (gnus-emacs-version): Update for new
14997         `gnus-user-agent'.
14998
14999         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15000         Gnus version.
15001
15002 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15003
15004         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15005         which is unreadable in some setups.
15006
15007 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15008
15009         * gnus-spec.el (gnus-update-format-specifications): Flush the
15010         group format spec cache if it doesn't support decoded group names.
15011
15012 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15013
15014         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15015         Allow to apply decay on score files matching a regexp.
15016
15017 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15018
15019         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15020         compatibility in %g and %c.
15021
15022 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15023
15024         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15025         name for only %g and %c.
15026         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15027         of gnus-tmp-group to decoded group name.
15028         (gnus-group-make-rss-group): Exclude `/'s from group names.
15029
15030 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15031
15032         * nnrss.el (nnrss-get-encoding): Fix regexp.
15033
15034 2004-12-27  Simon Josefsson  <jas@extundo.com>
15035
15036         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15037         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15038         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15039
15040 2004-12-17  Kim F. Storm  <storm@cua.dk>
15041
15042         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15043
15044         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15045
15046 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15047
15048         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15049
15050 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15051
15052         * nnrss.el: Require rfc2047 and mml.
15053         (nnrss-file-coding-system): New variable.
15054         (nnrss-format-string): Redefine it as an inline function.
15055         (nnrss-decode-group-name): New function.
15056         (nnrss-string-as-multibyte): Remove.
15057         (nnrss-retrieve-headers): Decode group name; don't use
15058         nnrss-format-string.
15059         (nnrss-request-group): Decode group name.
15060         (nnrss-request-article): Decode group name; allow a Message-ID as
15061         well as an article number; don't use nnrss-format-string; encode a
15062         Message-ID string which may contain non-ASCII characters; use
15063         mml-to-mime to compose a MIME article.
15064         (nnrss-request-expire-articles): Decode group name.
15065         (nnrss-request-delete-group): Decode group name.
15066         (nnrss-fetch): Clarify error message.
15067         (nnrss-read-server-data): Use insert-file-contents instead of load;
15068         bind file-name-coding-system; use multibyte buffer.
15069         (nnrss-save-server-data): Bind coding-system-for-write to the
15070         value of nnrss-file-coding-system; bind file-name-coding-system;
15071         add coding cookie.
15072         (nnrss-read-group-data): Use insert-file-contents instead of load;
15073         bind file-name-coding-system; use multibyte buffer.
15074         (nnrss-save-group-data): Bind coding-system-for-write to the
15075         value of nnrss-file-coding-system; bind file-name-coding-system.
15076         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15077         make it work with non-ASCII text.
15078         (nnrss-find-el): Make it work with old xml.el as well.
15079
15080 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15081
15082         * nnrss.el (nnrss-get-encoding): New function.
15083         (nnrss-fetch): Use unibyte buffer initially; bind
15084         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15085         decode contents according to the encoding attribute.
15086         (nnrss-save-group-data): Add coding cookie.
15087         (nnrss-mime-encode-string): New function.
15088         (nnrss-check-group): Use it to encode subject and author.
15089
15090 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15091
15092         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15093         imaginary variable.
15094
15095 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15096
15097         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15098         correctly even if there are wide characters.
15099
15100 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15101
15102         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15103         downcased symbol names; make a new cache instead of reusing
15104         bbdb-hashtable.
15105
15106 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15107
15108         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15109         concatenating segments rather than before concatenating them.
15110         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15111
15112         * message.el (message-get-reply-headers): Bind `extra'.
15113
15114 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15115
15116         * message.el (message-extra-wide-headers): New variable.
15117         (message-get-reply-headers): Use it.
15118
15119 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15120
15121         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15122         (gnus-agent-group-pathname): Ditto.
15123
15124         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15125
15126         * gnus-group.el (gnus-group-make-group): Decode group name.
15127         (gnus-group-make-rss-group): Register the group data after opening
15128         the nnrss group.
15129
15130 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15131
15132         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15133         by expiry now get marked as read.
15134
15135 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15136
15137         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15138
15139 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15140
15141         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15142         unify Latin characters in XEmacs.
15143         (mm-find-mime-charset-region): Use it.
15144
15145 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15146
15147         * gnus-util.el (gnus-delete-directory): New function.
15148
15149         * gnus-agent.el (gnus-agent-delete-group): Use it.
15150
15151         * gnus-cache.el (gnus-cache-delete-group): Use it.
15152
15153 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15154
15155         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15156         names.
15157
15158 2004-12-16  Simon Josefsson  <jas@extundo.com>
15159
15160         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15161
15162 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15163
15164         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15165
15166         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15167         (gnus-group-set-current-level): Decode group name.
15168
15169 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15170
15171         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15172         failed.
15173
15174 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15175
15176         * gnus-group.el (gnus-group-delete-group): Decode group name.
15177         (gnus-group-make-rss-group): Encode group name.
15178         (gnus-group-catchup-current): Decode group name.
15179         (gnus-group-kill-group): Decode group name.
15180
15181 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15182
15183         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15184
15185 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15186
15187         * gnus-group.el (gnus-group-make-rss-group):
15188         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15189
15190         * gnus-start.el (gnus-setup-news): Honor user's setting to
15191         gnus-message-archive-method.  Suggested by Lute Kamstra
15192         <lute@gnu.org>.
15193
15194 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15195
15196         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15197         global counterparts of the buffer-local variables.
15198
15199 2004-11-16  Romain Francoise  <romain@orebokech.com>
15200
15201         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15202         counterparts of the buffer-local variables.
15203
15204 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15205
15206         * message.el (message-forbidden-properties): Fix typo in doc
15207         string.
15208
15209 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15210
15211         * gnus-util.el (gnus-replace-in-string): Add doc string.
15212
15213         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15214         to avoid problems when splitting mails with many recipients.
15215
15216 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15217
15218         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15219         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15220
15221 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15222
15223         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15224         if there is no hashtable in memory or file modification time is
15225         newer than cached timestamp.
15226
15227 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15228
15229         * gnus-sum.el (gnus-summary-limit-to-recipient):
15230         Implement not-matching option.
15231
15232 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15233
15234         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15235         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15236         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15237         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15238         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15239         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15240
15241 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15242
15243         * message.el (message-forward-make-body-mml): Remove headers
15244         according to message-forward-ignored-headers if a message is decoded.
15245
15246 2004-12-02  Romain Francoise  <romain@orebokech.com>
15247
15248         * message.el (message-forward-make-body-plain): Always remove
15249         headers according to message-forward-ignored-headers.
15250
15251 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15252
15253         * spam.el (spam-summary-prepare-exit): Remove the
15254         gnus-summary-limit pop for now, it has problems with ham marks for
15255         me.
15256
15257 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15258
15259         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15260         correctly.
15261
15262 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15263
15264         * format-spec.el (format-spec): Message the char.
15265
15266 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15267
15268         * gnus-art.el (gnus-split-methods): Reformat comments.
15269
15270         * spam.el (spam-summary-prepare-exit): Remove article limits
15271         before exiting the summary buffer.
15272
15273 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15274
15275         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15276         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15277
15278         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15279         order to silence the byte compiler.
15280
15281         * spam.el: Fix the way to silence the byte compiler, which
15282         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15283         bbdb-search-simple, spam-BBDB-register-routine,
15284         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15285         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15286         spam-stat-buffer-is-spam, spam-stat-load,
15287         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15288         spam-stat-save and spam-stat-split-fancy.
15289
15290 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15291
15292         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15293         which may confuse users.
15294         (canlock-password-for-verify): Ditto.
15295
15296         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15297
15298         * gnus-art.el (gnus-emphasis-alist): Ditto.
15299
15300         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15301
15302         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15303
15304         * gnus-start.el (gnus-save-killed-list): Ditto.
15305
15306         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15307         (gnus-sum-thread-tree-root): Ditto.
15308         (gnus-sum-thread-tree-false-root): Ditto.
15309         (gnus-sum-thread-tree-single-indent): Ditto.
15310
15311         * message.el (message-courtesy-message): Ditto.
15312         (message-archive-note): Ditto.
15313         (message-subscribed-address-file): Ditto.
15314         (message-user-fqdn): Ditto.
15315
15316         * spam-report.el (spam-report-gmane-regex): Ditto.
15317
15318         * spam.el (spam-blackhole-good-server-regex): Ditto.
15319
15320 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15321
15322         * mml.el (mml-preview): Widen the message buffer before copying
15323         the contents to the preview buffer; sort headers before previewing.
15324
15325         * message.el (message-hidden-headers): Fix the way to avoid a bug
15326         in the `repeat' widget in Emacs 21.3 or earlier.
15327
15328 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15329
15330         * message.el (message-hidden-headers): Default to "^References:".
15331         Improve customization type.  Suggested by Reiner Steib
15332         <Reiner.Steib@gmx.de>.
15333
15334 2004-11-25  Romain Francoise  <romain@orebokech.com>
15335
15336         * message.el (message-strip-forbidden-properties): Remove check for
15337         obsolete `message-hidden' text property, hidden headers are not
15338         accessible in the buffer anymore.
15339
15340 2004-11-22  Romain Francoise  <romain@orebokech.com>
15341
15342         * message.el (message-header-format-alist): Add `From' in list
15343         so that it can be sorted.
15344         (message-fix-before-sending): Widen and sort headers before
15345         sending.
15346         (message-hide-headers): Use narrowing to hide headers by moving
15347         them to the top of the buffer and narrowing to the region
15348         underneath.
15349
15350 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15351
15352         * message.el (message-strip-forbidden-properties):
15353         Bind buffer-read-only (etc) to nil.
15354
15355 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15356
15357         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15358         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15359
15360 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15361
15362         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15363
15364 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15365
15366         * dns.el (query-dns): Use sit-for to time instead of
15367         accept-process-output, since that doesn't seem to work on udp
15368         sockets.
15369
15370 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15371
15372         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15373
15374 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15375
15376         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15377         doc string.  Improve doc string.
15378
15379 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15380
15381         * nntp.el (nntp-request-update-info): Return nil if
15382         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15383         may not call gnus-activate-group which uselessly issues the GROUP
15384         commands for all nntp groups and wastes time.  Reported by Romain
15385         Francoise <romain@orebokech.com>.
15386
15387         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15388
15389 2004-11-15  Simon Josefsson  <jas@extundo.com>
15390
15391         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15392         headers separately.
15393         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15394         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15395
15396 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15397
15398         * gnus-start.el (gnus-convert-old-newsrc):
15399         Assign legacy-gnus-agent to 5.10.7.
15400
15401 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15402
15403         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15404         start of the lines.
15405
15406 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15407
15408         * hashcash.el (hashcash-default-payment): Change default to 20.
15409         (hashcash-default-accept-payment): Change default to 20.
15410         (hashcash-process-alist): New variable.
15411         (hashcash-generate-payment-async): Add.
15412         (hashcash-already-paid-p): Add.
15413         (hashcash-insert-payment): Don't generate payments twice.
15414         (hashcash-insert-payment-async): Add.
15415         (hashcash-insert-payment-async-2): Add.
15416         (hashcash-cancel-async): Add.
15417         (hashcash-wait-async): Add.
15418         (hashcash-processes-running-p): Add.
15419         (hashcash-wait-or-cancel): Add.
15420         (mail-add-payment): New optional argument.  Conditionally start
15421         asynchronous calculation.
15422         (mail-add-payment-async): Add.
15423
15424         * message.el (message-send-mail): Wait for asynchronous hashcash
15425         results.  Don't clobber existing X-Hashcash headers.
15426         (message-setup-1): Call mail-add-payment-async when
15427         message-generate-hashcash is non-nil.
15428
15429 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15430
15431         * message.el (message-use-alternative-email-as-from): Examine the
15432         From header as well; use message-make-from in order to include a
15433         user's full name.
15434
15435 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15436
15437         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15438         default; improve customization type.
15439         (gnus-emphasis-custom-with-format): New macro.
15440         (gnus-emphasis-custom-value-to-external): New function.
15441         (gnus-emphasis-custom-value-to-internal): New function.
15442
15443 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15444
15445         * dns.el (query-dns): Resolve reverse addresses.
15446
15447 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15448
15449         * gnus-group.el (gnus-group-get-new-news): Use it.
15450
15451         * gnus-start.el (gnus-check-reasonable-setup): New function.
15452
15453 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15454
15455         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15456         "Args out of range" error.  Reported by Arnaud Giersch
15457         <arnaud.giersch@free.fr>.
15458
15459 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15460
15461         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15462
15463 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15464
15465         * spam.el (spam group): Add :version.
15466
15467         * pgg-def.el (pgg group): Add :version.
15468
15469 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15470
15471         * gnus-art.el (gnus-article-edit-article): Don't associate the
15472         article buffer with a draft file.  This is a temporary measure
15473         against the 2004-08-22 change to gnus-article-edit-mode.
15474
15475 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15476
15477         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15478         (html2text-format-tags): Remove unused variable `attr'.
15479
15480 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15481
15482         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15483
15484         * tls.el (tls-process-connection-type, tls-success)
15485         (tls-certtool-program): Add :version.
15486
15487         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15488         (starttls-extra-arguments, starttls-process-connection-type)
15489         (starttls-connect, starttls-failure, starttls-success): Add :version.
15490
15491         * spam-stat.el (spam-stat): Add :version.
15492
15493         * sieve.el (sieve): Add :version.
15494
15495         * sha1.el (sha1): Add :version.
15496         (sha1-use-external): Remove redundant version.
15497
15498         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15499         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15500         (nnmail-split-fancy-match-partial-words)
15501         (nnmail-split-lowercase-expanded): Add :version.
15502
15503         * nndiary.el (nndiary): Add :version.
15504
15505         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15506
15507         * mml-sec.el (mml-default-sign-method)
15508         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15509         Add :version.
15510
15511         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15512
15513         * mm-url.el (mm-url-use-external, mm-url-program)
15514         (mm-url-arguments): Add :version.
15515
15516         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15517         (mm-attachment-file-modes, mm-decrypt-option)
15518         (mm-w3m-safe-url-regexp): Add :version.
15519
15520         * message.el (message-cite-prefix-regexp)
15521         (message-sendmail-envelope-from, message-minibuffer-local-map)
15522         (message-user-fqdn, message-completion-alist): Add :version.
15523
15524         * gnus-win.el (gnus-configure-windows-hook)
15525         (gnus-use-frames-on-any-display): Add :version.
15526
15527         * gnus-art.el (gnus-article-address-banner-alist)
15528         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15529         (gnus-treat-from-picon, gnus-treat-mail-picon)
15530         (gnus-treat-x-pgp-sig): Add :version.
15531
15532         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15533         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15534         (gnus-summary-article-delete-hook)
15535         (gnus-summary-display-while-building): Add :version.
15536
15537         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15538         (gnus-get-top-new-news-hook): Add :version.
15539
15540         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15541         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15542
15543         * gnus-registry.el (gnus-registry): Add :version.
15544
15545         * gnus-spec.el (gnus-use-correct-string-widths)
15546         (gnus-make-format-preserve-properties): Add :version.
15547
15548         * gnus.el (gnus-group-charter-alist)
15549         (gnus-group-fetch-control-use-browse-url)
15550         (gnus-install-group-spam-parameters): Add :version.
15551
15552         * gnus-diary.el (gnus-diary): Add :version.
15553
15554         * gnus-delay.el (gnus-delay): Add :version.
15555
15556         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15557         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15558         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15559         Add :version.
15560
15561         * gnus-agent.el (gnus-agent-max-fetch-size)
15562         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15563         (gnus-agent-prompt-send-queue): Add :version.
15564
15565         * deuglify.el (gnus-outlook-deuglify): Add :version.
15566
15567         * html2text.el: Beautify code.  Improve doc strings.
15568         Some checkdoc cleanup.
15569         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15570
15571 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15572
15573         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15574
15575 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15576
15577         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15578         when package is loaded.
15579
15580         * spam.el (spam-summary-score-preferred-header): Add global preference
15581         for people who want to override the default SpamAssassin over
15582         Bogofilter preference (when both are set).
15583         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15584         (spam-user-format-function-S):
15585         Check spam-summary-score-preferred-header.
15586         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15587         (spam-user-format-function-S): Format the score correctly.
15588
15589 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15590
15591         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15592         signature file.  Suggested by Manoj Srivastava
15593         <srivasta@golden-gryphon.com>.
15594
15595         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15596         iso-2022-jp even in the Japanese language environment.
15597         Suggested by Jason Rumney <jasonr@gnu.org>.
15598
15599 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15600
15601         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15602         use the same characters as the dummy marks; make it free from
15603         getting affected by the language environment.
15604         (gnus-summary-read-group-1): Update mark positions only when the
15605         format spec is updated.
15606
15607         * gnus-spec.el (gnus-update-format-specifications): Return a list
15608         of updated types.
15609
15610 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15611
15612         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15613         of boundp to check if display-warning is available.
15614
15615 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15616
15617         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15618
15619 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15620
15621         * nnspool.el (nnspool-spool-directory): Use news-path if the
15622         news-directory variable is not bound.
15623
15624         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15625         function instead of display-warning if it is not available.
15626
15627 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15628
15629         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15630         v5-10: Use `point-at-bol'.
15631
15632 2004-10-26  Simon Josefsson  <jas@extundo.com>
15633
15634         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15635         <chenggao@gmail.com>.
15636
15637 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15638
15639         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15640         instead.
15641
15642 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15643
15644         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15645         to remove a server from the nnimap-server-buffer-alist.
15646         (nnimap-open-connection, nnimap-close-server): Use it.
15647
15648         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15649
15650 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15651
15652         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15653         running the major-mode function.
15654
15655 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15656
15657         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15658         dummy marks in the right way.
15659
15660 2004-10-18  David Edmondson  <dme@dme.org>
15661
15662         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15663         excessively.
15664
15665 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15666
15667         * gnus-util.el (gnus-split-references): Accept a nil references
15668         string and go on blissfully.
15669
15670         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15671         cases where the references string is non-nil but has no references.
15672
15673         * encrypt.el: Add autoload tags.
15674
15675         * spam.el (spam-resolve-registrations-routine): Remove article
15676         from unregistration list too.  Reported by David Hanak
15677         <dhanak@isis.vanderbilt.edu>
15678
15679 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15680
15681         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15682         nil.  Change custom type.
15683
15684 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15685
15686         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15687
15688         * gnus-sum.el (gnus-summary-move-article): Use it.
15689
15690 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15691
15692         * encrypt.el: Add autoload cookies.
15693
15694         * spam.el (spam-backend-article-list-property)
15695         (spam-backend-get-article-todo-list)
15696         (spam-backend-put-article-todo-list)
15697         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15698         Resolve registrations separately.
15699         (spam-register-routine): Format comments.
15700         (spam-unregister-routine, spam-register-routine): Always call with
15701         specific-articles, no default list.
15702         (spam-summary-prepare-exit): Use the spam-classifications function.
15703
15704         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15705         gnus-encrypt.el.
15706
15707         * encrypt.el: Copied from gnus-encrypt.el.
15708
15709         * gnus-encrypt.el: Commented that it's obsolete.
15710
15711 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15712
15713         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15714         (gnus-score-save): Use it.
15715
15716         * message.el (message-bury): Use `window-dedicated-p'.
15717
15718 2004-10-15  Simon Josefsson  <jas@extundo.com>
15719
15720         * pop3.el (top-level): Don't require nnheader.
15721         (pop3-read-timeout): Add.
15722         (pop3-accept-process-output): Add.
15723         (pop3-read-response, pop3-retr): Use it.
15724
15725 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15726
15727         * spam.el (spam-register-routine): Move comment.
15728         (spam-verify-bogofilter): Use 'unknown for the initial
15729         spam-bogofilter-valid state, not 'never.
15730
15731         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15732         for netrc-machine.
15733
15734         * nnimap.el (nnimap-open-connection):
15735         Use netrc-machine-user-or-password.
15736
15737 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15738
15739         * gnus-registry.el (gnus-registry-unload-hook):
15740         Set as a variable with add-hook.
15741
15742         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15743         of news-path.
15744
15745         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15746
15747         * spam.el: Delete duplicate `provide'.
15748         (spam-unload-hook): Set as a variable with add-hook.
15749
15750 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15751
15752         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15753         in the doc string.
15754
15755         * message.el (message-ignored-news-headers)
15756         (message-ignored-supersedes-headers)
15757         (message-ignored-resent-headers)
15758         (message-forward-ignored-headers): Improve custom type.
15759
15760 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15761
15762         * message.el (message-tokenize-header): Fix 2004-09-06 change
15763         which used point-min in the wrong place.
15764
15765 2004-10-12  Simon Josefsson  <jas@extundo.com>
15766
15767         * tls.el (tls-certtool-program): New variable.
15768         (tls-certificate-information): New function, based on
15769         ssl-certificate-information.
15770
15771 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15772
15773         * compface.el: Move the version of ELisp-based uncompface program
15774         to the contrib directory because of the copyright problem.
15775
15776 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15777
15778         * message.el (message-kill-buffer): Raise the current frame.
15779
15780 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15781
15782         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15783
15784         * gnus.el (message-y-or-n-p): Autoload.
15785
15786         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15787         (pop3-password-required, pop3-authentication-scheme)
15788         (pop3-leave-mail-on-server): Make customizable.
15789         (pop3): New custom group.
15790         (pop3-retr): Remove `sleep-for' statements.
15791         Suggested by Dave Love <fx@gnu.org>.
15792
15793         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15794         Windows/DOS.
15795
15796         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15797         (imap-parse-body): Fix incorrect use of `assert'.
15798         Suggested by Dave Love <fx@gnu.org>.
15799
15800         * mml.el (mml-minibuffer-read-disposition): Require match.
15801         Suggested by Dave Love <fx@gnu.org>.
15802
15803 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15804
15805         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15806         doc string.
15807
15808 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15809
15810         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15811
15812 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15813
15814         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15815         instead of calling `mm-insert-inline', to decode text/* parts
15816         before displaying them.
15817
15818 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15819
15820         * mm-uu.el (mm-uu-text-plain-type): New variable.
15821         (mm-uu-pgp-signed-extract-1): Use it.
15822         (mm-uu-pgp-encrypted-extract-1): Use it.
15823         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15824         bind mm-uu-text-plain-type with that value.
15825         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15826         mm-uu-dissect.
15827
15828 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15829
15830         * gnus-group.el (gnus-update-group-mark-positions):
15831         * gnus-sum.el (gnus-update-summary-mark-positions):
15832         * message.el (message-check-news-body-syntax):
15833         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15834         of string-as-multibyte.
15835
15836 2004-10-05  Juri Linkov  <juri@jurta.org>
15837
15838         * gnus-group.el (gnus-update-group-mark-positions):
15839         * gnus-sum.el (gnus-update-summary-mark-positions):
15840         * message.el (message-check-news-body-syntax):
15841         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15842         8-bit unibyte values to a multibyte string for search functions.
15843
15844 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15845
15846         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15847         (mm-uu-dissect-text-parts): New function.
15848
15849         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15850         dissect text parts.
15851
15852         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15853         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15854
15855         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15856
15857         * gnus-topic.el (gnus-topic-hierarchical-parameters):
15858         Use gnus-current-topics instead of gnus-current-topic.
15859
15860 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15861
15862         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15863
15864 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15865
15866         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15867         where approriate.
15868
15869         * nnml.el (nnml-generate-active-info): do.
15870
15871         * nndiary.el (nndiary-generate-active-info): do.
15872
15873         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15874         (gnus-topic-move): do.
15875
15876         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15877         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15878
15879         * gnus-srvr.el (gnus-server-prepare)
15880         (gnus-server-open-all-servers): do.
15881
15882         * gnus-msg.el (gnus-summary-cancel-article)
15883         (gnus-summary-resend-message)
15884         (gnus-summary-mail-crosspost-complaint): do.
15885
15886         * gnus-move.el (gnus-change-server): do.
15887
15888         * gnus-group.el (gnus-group-unmark-all-groups)
15889         (gnus-group-set-current-level): do.
15890
15891 2004-10-04  Simon Josefsson  <jas@extundo.com>
15892
15893         * message.el (message-generate-hashcash): Doc fix.
15894
15895 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15896
15897         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15898         avoid infinite recursion via gnus-get-function.
15899
15900 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15901
15902         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15903
15904         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15905
15906         * nnmail.el (nnmail-split-history): do.
15907
15908         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15909         (nnml-request-delete-group): do.
15910
15911         * nnslashdot.el (nnslashdot-read-groups): do.
15912
15913         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15914         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15915
15916         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15917         (nnspool-sift-nov-with-sed): Use last.
15918         (nnspool-retrieve-headers-with-nov): Use mapc.
15919         (nnspool-request-newgroups): Use dolist.
15920         (nnspool-request-group): Use last.
15921
15922         * nntp.el (nntp-read-server-type): Use dolist.
15923
15924         * nnvirtual.el (nnvirtual-create-mapping)
15925         (nnvirtual-update-read-and-marked): Use dolist.
15926         (nnvirtual-convert-headers): Simplify.
15927
15928 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15929
15930         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15931         Add support for sync'ing tick marks.
15932
15933 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15934
15935         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15936         there's no visible header.
15937
15938 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15939
15940         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15941         When necessary, pass full group name to gnus-request-set-marks.
15942
15943 2004-10-01  Simon Josefsson  <jas@extundo.com>
15944
15945         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15946         acroread.
15947
15948 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15949
15950         * spam-report.el (spam-report-gmane): Fix interactive.
15951
15952         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15953
15954         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15955         when writing file.
15956         (gnus-agent-synchronize-flags): Don't default to being
15957         interactive.
15958
15959 2004-09-30  Simon Josefsson  <jas@extundo.com>
15960
15961         * message.el (message-generate-hashcash): Add.
15962         (message-send-mail): Use it, call mail-add-payment.
15963
15964 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15965
15966         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15967
15968 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15969
15970         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
15971         gnus-requst-update-info with explicit code to sync the in-memory
15972         info read flags with the marks being sync'd to the backend.
15973
15974         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
15975
15976 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15977
15978         * spam.el (spam-verify-bogofilter): Add new function.
15979         (spam-check-bogofilter)
15980         (spam-bogofilter-register-with-bogofilter): Use it.
15981         (spam-verify-bogofilter): Add small fixes.
15982
15983 2004-09-28  Simon Josefsson  <jas@extundo.com>
15984
15985         * hashcash.el (hashcash-generate-payment): Revert.
15986
15987 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15988
15989         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15990         Use gnus-extract-references instead of gnus-split-references.
15991
15992         * gnus-util.el (gnus-extract-references): Add new function, analogous
15993         to gnus-split-references but extracts only the message-ID without
15994         anything extra.
15995
15996         * hashcash.el (hashcash-generate-payment)
15997         (hashcash-check-payment): Do the right thing if hashcash-path is
15998         nil (because the hashcash program could not be found).
15999
16000         * spam.el (spam-use-hashcash): Remove comment.
16001
16002 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16003
16004         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16005         (gnus-cache-enter-article, gnus-cache-remove-article)
16006         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16007
16008         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16009
16010         * gnus-art.el (article-hide-boring-headers)
16011         (article-translate-strings, article-display-face)
16012         (gnus-article-mime-match-handle-first)
16013         (gnus-article-highlight-headers)
16014         (gnus-article-add-buttons-to-head): do.
16015
16016 2004-09-27  Simon Josefsson  <jas@extundo.com>
16017
16018         * hashcash.el: New version, from
16019         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16020         ../contrib/.
16021
16022 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16023
16024         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16025
16026 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16027
16028         * gnus-dup.el (gnus-dup-open): Use mapc.
16029         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16030
16031         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16032         Reported by Stefan Wiens <s.wi@gmx.net>.
16033
16034         * gnus.el (gnus-shutdown): Use dolist.
16035
16036         * gnus-undo.el (gnus-undo): Use mapc.
16037
16038         * nnrss.el (nnrss-generate-active): do.
16039
16040         * message.el (message-cite-original-without-signature)
16041         (message-cite-original): Use mapc.
16042         (message-do-actions, message-make-forward-subject): Use dolist.
16043
16044 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16045
16046         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16047         deletion to remove entire duplicate line.  Fixes merged article
16048         number bug.
16049
16050 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16051
16052         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16053         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16054         first ask if you want to open a server and then, even when you
16055         responded with no, asking if you want to synchronize the server's
16056         flags.
16057         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16058         multi-line expressions.
16059         (gnus-agent-synchronize-group-flags): New internal function.
16060         Updates marks in memory (in the info structure) AND in the
16061         backend.
16062
16063         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16064
16065         * nnagent.el (nnagent-request-set-mark):
16066         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16067         method, to ensure that synchronization updates marks in the
16068         backend and in the info (in memory) structure.
16069
16070 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16071
16072         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16073         convention fully; don't miss the root article of a thread; make
16074         the X-Draft-From header with correct article numbers.
16075
16076 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16077
16078         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16079         unless plugged.  Disable the agent so that an open failure causes
16080         an error.
16081
16082         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16083         Revert 2004-09-21 change.  The backend must be opened while
16084         synchronizing flags even when the backend stores the flags
16085         locally.
16086
16087 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16088
16089         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16090         in `header' match.  Reported by Svend Tollak Munkejord.
16091
16092         * message.el (message-cite-original): Fix use of
16093         `message-cite-articles-with-x-no-archive'.
16094
16095 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16096
16097         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16098         (gnus-window-to-buffer): Ditto.
16099
16100         * mml.el (mml-preview-buffer): New variable.
16101         (mml-preview): Manage window layout with gnus-buffer-configuration.
16102
16103         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16104         X-Draft-From header even if those articles aren't quoted.
16105
16106 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16107
16108         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16109         (gnus-request-set-mark, gnus-request-update-mark): Use new
16110         g-s-t-u-l-m to decide to use backend even when unplugged.
16111
16112 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16113
16114         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16115         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16116
16117 2004-09-20  Simon Josefsson  <jas@extundo.com>
16118
16119         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16120         "utf-16-le".
16121
16122 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16123
16124         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16125
16126 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16127
16128         * uudecode.el (uudecode-use-external): Add :version.
16129
16130         * smime.el (smime-CA-file, smime-encrypt-cipher)
16131         (smime-dns-server): Add :version.
16132
16133         * smiley.el (gnus-smiley-file-types): Add :version.
16134
16135         * sha1.el (sha1-use-external): Add :version.
16136
16137         * pgg-def.el (pgg-query-keyserver): Add :version.
16138
16139         * nnmail.el (nnmail-fancy-expiry-targets)
16140         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16141         Add :version.
16142
16143         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16144         (nnimap-retrieve-groups-asynchronous): Add :version.
16145         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16146
16147         * mml.el (mml-content-disposition-parameters)
16148         (mml-insert-mime-headers-always): Add :version.
16149
16150         * mm-util.el (mm-coding-system-priorities): Add :version.
16151
16152         * mm-decode.el (mm-inline-text-html-with-images)
16153         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16154         (mm-verify-option): Add :version.
16155         (mm-text-html-renderer): Change :version.
16156
16157         * message.el (message-fcc-externalize-attachments)
16158         (message-required-headers, message-draft-headers)
16159         (message-subject-trailing-was-query)
16160         (message-subject-trailing-was-ask-regexp)
16161         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16162         (message-mark-insert-end, message-archive-header)
16163         (message-archive-note, message-cross-post-default)
16164         (message-cross-post-note, message-followup-to-note)
16165         (message-cross-post-note-function, message-use-mail-followup-to)
16166         (message-subscribed-address-functions)
16167         (message-subscribed-address-file, message-subscribed-addresses)
16168         (message-subscribed-regexps, message-allow-no-recipients)
16169         (message-yank-cited-prefix, message-signature-insert-empty-line)
16170         (message-hidden-headers, message-hierarchical-addresses)
16171         (message-mail-user-agent, message-use-idna)
16172         (message-valid-fqdn-regexp)
16173         (message-strip-special-text-properties, message-header-synonyms)
16174         (message-beginning-of-line, message-tab-body-function): Add :version.
16175         (message-insert-canlock, message-wide-reply-confirm-recipients):
16176         Change :version.
16177
16178         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16179         and :version.
16180         (mail-source-delete-old-incoming-confirm)
16181         (mail-source-movemail-program): Add :version.
16182
16183         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16184         (gnus-agent-cache, gnus-agent): Change :version.
16185
16186         * gnus-util.el (gnus-use-byte-compile): Change :version.
16187
16188         * gnus-sum.el (gnus-summary-make-false-root-always)
16189         (gnus-summary-default-high-score)
16190         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16191         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16192         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16193         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16194         (gnus-sum-thread-tree-single-indent)
16195         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16196         (gnus-sum-thread-tree-leaf-with-other)
16197         (gnus-sum-thread-tree-single-leaf): Add :version.
16198         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16199         (gnus-article-loose-mime): Change :version.
16200
16201         * gnus-start.el (gnus-backup-startup-file)
16202         (gnus-save-startup-file-via-temp-buffer): Add :version.
16203
16204         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16205         (gnus-server-offline-face): Add :version.
16206
16207         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16208
16209         * gnus-msg.el (gnus-gcc-externalize-attachments)
16210         (gnus-debug-files, gnus-debug-exclude-variables)
16211         (gnus-discouraged-post-methods): Change :version.
16212         (gnus-confirm-mail-reply-to-news)
16213         (gnus-confirm-treat-mail-like-news): Add :version.
16214
16215         * gnus-int.el (gnus-server-unopen-status): Add :version.
16216
16217         * gnus-group.el (gnus-group-jump-to-group-prompt)
16218         (gnus-large-ephemeral-newsgroup)
16219         (gnus-fetch-old-ephemeral-headers): Add :version.
16220
16221         * gnus-fun.el (gnus-x-face-directory)
16222         (gnus-convert-pbm-to-x-face-command)
16223         (gnus-convert-image-to-x-face-command)
16224         (gnus-convert-image-to-face-command): Add :version.
16225
16226         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16227
16228         * gnus-cite.el (gnus-cite-blank-line-after-header)
16229         (gnus-article-boring-faces): Add :version.
16230
16231         * gnus-art.el (gnus-buttonized-mime-types)
16232         (gnus-inhibit-mime-unbuttonizing)
16233         (gnus-treat-display-face)
16234         (gnus-treat-body-boundary): Change :version.
16235         (gnus-body-boundary-delimiter, gnus-picon-databases)
16236         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16237         (gnus-treat-date-english, gnus-treat-fold-headers)
16238         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16239         (gnus-treat-mail-picon, gnus-treat-wash-html)
16240         (gnus-article-encrypt-protocol)
16241         (gnus-use-idna, gnus-article-over-scroll)
16242         (gnus-mime-display-multipart-alternative-as-mixed)
16243         (gnus-mime-display-multipart-related-as-mixed)
16244         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16245         (gnus-ctan-url, gnus-button-ctan-handler)
16246         (gnus-button-handle-ctan-bogus-regexp)
16247         (gnus-button-ctan-directory-regexp)
16248         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16249         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16250         (gnus-button-man-level, gnus-button-emacs-level)
16251         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16252
16253         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16254         (gnus-agent-go-online): Change :version.
16255         (gnus-agent-expire-unagentized-dirs)
16256         (gnus-agent-auto-agentize-methods): Add :version.
16257
16258         * flow-fill.el (fill-flowed-display-column)
16259         (fill-flowed-encode-column): Add :version.
16260
16261         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16262         (gnus-outlook-deuglify-unwrap-max)
16263         (gnus-outlook-deuglify-cite-marks)
16264         (gnus-outlook-deuglify-unwrap-stop-chars)
16265         (gnus-outlook-deuglify-no-wrap-chars)
16266         (gnus-outlook-deuglify-attrib-cut-regexp)
16267         (gnus-outlook-deuglify-attrib-verb-regexp)
16268         (gnus-outlook-deuglify-attrib-end-regexp)
16269         (gnus-outlook-display-hook): Add :version.
16270
16271         * binhex.el (binhex-use-external): Add :version.
16272
16273 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16274
16275         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16276         and `invisible'.
16277
16278 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16279
16280         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16281         in gnus-registry-trim.
16282
16283 2004-09-13  Simon Josefsson  <jas@extundo.com>
16284
16285         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16286
16287         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16288
16289         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16290         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16291         <yamaoka@jpl.org>.
16292         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16293         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16294         <yamaoka@jpl.org>.
16295
16296         * sieve.el (sieve-manage-mode): Ditto.
16297
16298 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16299
16300         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16301
16302 2004-09-11  Simon Josefsson  <jas@extundo.com>
16303
16304         * dns-mode.el: Add.
16305
16306         * mm-view.el (mm-display-dns-inline): Add.
16307
16308         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16309         (mm-automatic-display): Ditto.
16310
16311         * mailcap.el (mailcap-mime-data): Add text/dns.
16312         (mailcap-mime-extensions): Map .soa to text/dns.
16313
16314 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16315
16316         * gnus-art.el (article-decode-mime-words, article-babel)
16317         (gnus-article-highlight-signature, gnus-article-add-buttons)
16318         (gnus-signature-toggle): Remove unnecessary bindings of
16319         `inhibit-read-only' inherited from v5.10 merge.
16320
16321 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16322
16323         * nntp.el (nntp): New customization group.
16324         (nntp-authinfo-file): Add customization group.
16325
16326         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16327
16328         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16329
16330         * gnus.el (to-address, to-list, subscribed)
16331         (large-newsgroup-initial): Ditto.
16332
16333         * flow-fill.el (fill-flowed-display-column)
16334         (fill-flowed-encode-column): Ditto.
16335
16336 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16337
16338         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16339         Use point-min rather than 1.
16340         (message-send-mail): Use buffer-size rather than point-max.
16341
16342         * gnus-sum.el (gnus-summary-search-article-forward):
16343         Signal a specific `search-failed' rather than a generic `error'.
16344
16345         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16346         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16347         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16348
16349 2004-09-10  Simon Josefsson  <jas@extundo.com>
16350
16351         * nndb.el (require): Remove tcp and duplicate cl.
16352
16353 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16354
16355         * gnus-agent.el (directory-files-and-attributes): Move forward.
16356
16357 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16358
16359         * gnus-agent.el (directory-files-and-attributes):
16360         Optionally defined to support XEmacs.
16361
16362 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16363
16364         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16365         to avoid run-time CL dependencies.
16366         (gnus-agent-unfetch-articles): New function.
16367         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16368         article numbers even when local .overview file is missing.
16369         (gnus-agent-read-article-number): New function.  Only accepts
16370         27-bit article numbers.
16371         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16372         Use gnus-agent-read-article-number.
16373         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16374         from backend while recognizing that article numbers in .overview
16375         must be valid.
16376         (gnus-agent-update-files-total-fetched-for):
16377         Use directory-files-and-attributes to improve performance.
16378         * gnus-int.el (gnus-request-move-article):
16379         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16380         improve performance.
16381
16382         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16383         some users confused by references to .newsrc when they only have a
16384         .newsrc.eld file.
16385         (gnus-convert-mark-converter-prompt)
16386         (gnus-convert-converter-needs-prompt): Fix use of property list.
16387         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16388         New function.  Used internally to only display 'gnus converting
16389         files' message when actually necessary.
16390
16391         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16392         methods now autoloaded.
16393
16394 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16395
16396         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16397         identifiers.
16398
16399 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16400
16401         * gnus-picon.el: Fix indentation and closing parenthesis.
16402
16403 2004-09-01  Simon Josefsson  <jas@extundo.com>
16404
16405         * message.el (message-canlock-generate): Require sha1, not
16406         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16407         to require within a function.  Sadly, if sha1.el isn't loaded, the
16408         let binding in m-c-g will hide the defcustom definition, which is
16409         bad.)
16410
16411         * canlock.el: Require sha1, not sha1-el.
16412
16413         * message.el: Don't autoload sha1 (there is a autoload cookie in
16414         sha1.el).
16415
16416         * sha1-el.el: Rename to sha1.el.
16417
16418 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16419
16420         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16421
16422 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16423
16424         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16425
16426 2004-08-30  Kim F. Storm  <storm@cua.dk>
16427
16428         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16429
16430         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16431         Add :group 'nnimap.
16432
16433 2004-08-30  Andreas Schwab  <schwab@suse.de>
16434
16435         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16436         ?* and ?\;.
16437
16438         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16439         and ?\' to symbol instead of whitespace.
16440
16441 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16442
16443         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16444
16445         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16446         instead of re-search-forward.
16447
16448         * gnus-uu.el (gnus-uu-save-article): Ditto.
16449         (gnus-uu-post-encode-uuencode): Ditto.
16450
16451         * html2text.el (html2text-clean-list-items): Ditto.
16452         (html2text-clean-dtdd): Ditto.
16453         (html2text-format-tags): Ditto.
16454
16455         * message.el (message-send-mail-with-sendmail): Fix regexp.
16456         (message-fill-field-general): Use search-forward instead of
16457         re-search-forward.
16458         (unbold-region): Ditto.
16459
16460         * nnrss.el (nnrss-request-article): Ditto.
16461
16462         * nnslashdot.el (nnslashdot-request-article): Ditto.
16463
16464         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16465
16466         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16467         "Unrecognized menu descriptor" error in XEmacs.
16468
16469 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16470
16471         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16472         parent article of a sparse article in the thread hashtb.
16473
16474 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16475
16476         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16477         (nnmail-expand-newtext): Lowercase expanded entries if
16478         nnmail-split-lowercase-expanded is non-nil.
16479
16480 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16481
16482         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16483
16484         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16485         of gnus-tmp-news-method into string under XEmacs.  It will be
16486         passed to gnus-correct-length which takes only a string argument.
16487
16488 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16489
16490         * gnus-util.el (gnus-bind-print-variables): New macro.
16491         (gnus-prin1): Use it.
16492         (gnus-prin1-to-string): Use it.
16493         (gnus-pp): New function.
16494         (gnus-pp-to-string): New function.
16495
16496         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16497         Replace pp-to-string with gnus-pp-to-string.
16498         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16499         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16500         * gnus-msg.el (gnus-debug): Ditto.
16501         * gnus-score.el (gnus-score-save): Ditto.
16502         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16503         gnus-pp-to-string.
16504         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16505         with gnus-pp.
16506         * score-mode.el (gnus-score-pretty-print): Ditto.
16507         * webmail.el (webmail-debug): Ditto.
16508
16509 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16510
16511         * gnus-art.el (article-display-face, article-display-x-face):
16512         Use buffer-read-only.
16513
16514 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16515
16516         * gnus-art.el (article-hide-list-identifiers):
16517         Bind inhibit-read-only as t.
16518
16519 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16520
16521         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16522
16523 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16524
16525         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16526         (gnus-narrow-to-page): Don't assume point-min == 1.
16527         (gnus-article-edit-mode): Derive from message-mode.
16528
16529         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16530         point-min == 1.
16531
16532         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16533         Disable incorrect use of `assert'.
16534
16535         * message.el (message-mode): Set comment-start-skip.
16536
16537
16538 2004-08-22  Sam Steingold  <sds@gnu.org>
16539
16540         * pop3.el (pop3-leave-mail-on-server): New user variable.
16541         (pop3-movemail): Delete mail only when it is nil.
16542
16543 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16544
16545         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16546
16547         * mml.el (mml-preview): Use `pop-to-buffer'.
16548
16549         * message.el (message-goto-mail-followup-to): Insert after "To".
16550         (message-carefully-insert-headers): Add comment.
16551
16552         * gnus.el: Remove unused variable `gnus-article-check-size'.
16553
16554         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16555
16556         * gnus-art.el (gnus-button-alist):
16557         Improve `gnus-button-handle-library' entry.
16558
16559 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16560
16561         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16562         Use downcase, since XEmacs capitalizes error messages differently.
16563
16564 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16565
16566         * nntp.el: Add (require 'gnus) due to reference to
16567         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16568
16569 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16570
16571         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16572         Bind `mm-fill-flowed'.
16573
16574         * mm-decode.el (mm-dissect-singlepart): Check it.
16575
16576 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16577
16578         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16579         'imap' for netrc parsing.
16580
16581 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16582
16583         * mailcap.el (mailcap-mime-data): Mark as risky.
16584
16585 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16586
16587         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16588         may be included in the encoded word.
16589         (rfc2047-encode): Don't append a space if the encoded word
16590         includes close parenthesis.
16591
16592 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16593
16594         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16595         of text within parentheses.
16596
16597 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16598
16599         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16600         (gnus-encrypt-write-file-contents): Make the password key the file
16601         name PLUS the cipher, not just the cipher.  Also remove failed
16602         passwords from the cache.
16603
16604 2004-08-06  Simon Josefsson  <jas@extundo.com>
16605
16606         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16607         Doc fix.
16608
16609 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16610
16611         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16612         LWSP.
16613
16614 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16615
16616         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16617         Try to append in-reply-to: data to the references: header.
16618
16619         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16620         (netrc-parse): Use gnus-encrypt.el functions.
16621
16622         * gnus-encrypt.el: Add new file for encryption support; currently
16623         does only a few GPG ciphers and an internal XOR cipher.
16624
16625         * password.el: Add comments on using password-read-and-add.
16626         (password-read-and-add): Add function to read and add the
16627         password to the cache at once.
16628
16629 2004-07-28  Simon Josefsson  <jas@extundo.com>
16630
16631         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16632         parameter (but don't use it, for now).
16633
16634         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16635         instead of hard coding to nil.
16636
16637 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16638
16639         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16640         as mm-inline-image-xemacs does.
16641
16642 2004-07-26  Simon Josefsson  <jas@extundo.com>
16643
16644         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16645         Revert part of 2004-07-17 change below.
16646
16647 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16648
16649         * rfc2047.el (rfc2047-encode-region): Don't infloop.
16650         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16651
16652 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16653
16654         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16655         quotes that actually start with ">" at the beginning of the
16656         lines.
16657
16658 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16659
16660         * rfc2047.el (rfc2047-encode-region): Fix last change.
16661         (rfc2047-encode-parameter): Remove useless concat.
16662
16663 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16664
16665         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16666         encode special characters; fix some kind of misconfigured headers;
16667         signal a real error if debug-on-quit or debug-on-error is non-nil.
16668         (rfc2047-encode-max-chars): New variable.
16669         (rfc2047-encode-1): Use it.
16670         (rfc2047-encode-parameter): New function.
16671
16672         * mml.el (mml-insert-parameter): Remove an excessive space.
16673
16674 2004-07-17  Simon Josefsson  <jas@extundo.com>
16675
16676         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16677         Kai Grossjohann <kai@emptydomain.de>.
16678         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16679         (gnus-group-make-menu-bar): Ditto.
16680
16681         * gnus-util.el (gnus-group-server): Add.
16682
16683 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16684
16685         * message.el (message-clone-locals): Clone sendmail and smtp
16686         variables.
16687
16688 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16689
16690         * rfc2047.el (rfc2047-encode-region): Fix last change.
16691
16692 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16693
16694         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16695         characters as non-special.
16696
16697 2004-07-09  Simon Josefsson  <jas@extundo.com>
16698
16699         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16700         Users will lose all flag changes made while unplugged with
16701         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16702         good default.  See numerous reports on ding mailing list.
16703
16704 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16705
16706         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16707         add generate-head-function and generate-article-function to the
16708         rfc822-forward entry.
16709         (nndoc-rfc822-forward-generate-article): New function.
16710         (nndoc-rfc822-forward-generate-head): New function.
16711
16712         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16713
16714 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16715
16716         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16717         respect display group parameter and gnus-summary-expunge-below.
16718         (gnus-articles-to-read): Remove unused reference to display group
16719         parameter.
16720
16721 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16722
16723         * nnheader.el (nnheader-uniquify-message-id): New experimental
16724         variable.
16725         (nnheader-nov-read-message-id): Use it.
16726
16727         * spam-report.el (spam-report-gmane): Add interactive.
16728
16729 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16730
16731         * mm-encode.el (mm-content-transfer-encoding-defaults):
16732         Use qp-or-base64 for the application/* types.
16733
16734 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16735
16736         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16737
16738 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16739
16740         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16741         trim value.
16742
16743 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16744
16745         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16746         New macro and function.
16747         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16748
16749 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16750
16751         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16752         after-load-alist.
16753
16754 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16755
16756         * gnus-group.el (gnus-group-get-new-news-this-group):
16757         Don't update info that isn't there.
16758
16759 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16760
16761         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16762         entry.
16763
16764 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16765
16766         * mm-view.el (mm-inline-render-with-function): Use multibyte
16767         buffer; decode html source by charset.
16768
16769         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16770
16771         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16772         Mule-UCS is loaded under XEmacs.
16773         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16774
16775 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16776
16777         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16778
16779 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16780
16781         * mm-util.el (mm-coding-system-p): Return a coding-system.
16782         (mm-mime-mule-charset-alist): Use shift_jis instead of
16783         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16784         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16785         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16786         instead of japanese-shift-jis and iso-latin-1 respectively in
16787         order to share the default value with both Emacs and XEmacs-mule.
16788         (mm-mule-charset-to-mime-charset):
16789         Make mm-coding-system-priorities effective.
16790         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16791         while predicating of candidates upon the priorities.
16792
16793 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16794
16795         * gnus-sum.el (gnus-summary-make-menu-bar):
16796         Add gnus-uu-invert-processable.
16797
16798         * gnus.el: Autoload gnus-uu-invert-processable.
16799
16800 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16801
16802         * mm-util.el (mm-with-multibyte-buffer): New macro.
16803
16804         * rfc2047.el (rfc2047-encode-string): Use it.
16805         (rfc2047-encode-region): Move point to the end of the region after
16806         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16807
16808 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16809
16810         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16811         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16812
16813 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16814
16815         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16816         (gnus-cite-parse): Ignore quoted envelope From_.
16817         Suggested by Karl Chen <quarl@nospam.quarl.org>.
16818
16819 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16820
16821         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16822         invalid addresses.
16823
16824 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16825
16826         * spam.el: Change section markers, revise TODO list.
16827         (spam-backends): Make new master list of all installed backends.
16828         (spam-summary-exit-behavior): Add new variable to determine how
16829         messages moves are done at summary exit.
16830         (spam-move-spam-nonspam-groups-only)
16831         (spam-process-ham-in-nonham-groups)
16832         (spam-process-ham-in-spam-groups): Remove variables, the
16833         spam-summary-exit-behavior variable should be used to manage this
16834         behavior.
16835         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16836         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16837         and spam-old-spam-articles.
16838         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16839         Add empty variables, placeholders for the backends they represent.
16840         (spam-set-difference): Move, unchanged.
16841         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16842         unless the user has a processor variable.
16843         (spam-classifications, spam-classification-valid-p)
16844         (spam-backend-properties, spam-backend-property-valid-p)
16845         (spam-backend-function-type-valid-p)
16846         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16847         (spam-report-articles-gmane, spam-report-articles-resend):
16848         Remove functions, they are not needed.
16849         (spam-install-backend-super, spam-backend-list)
16850         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16851         (spam-backend-function, spam-backend-ham-registration-function)
16852         (spam-backend-spam-registration-function)
16853         (spam-backend-ham-unregistration-function)
16854         (spam-backend-spam-unregistration-function)
16855         (spam-backend-statistical-p, spam-backend-mover-p)
16856         (spam-install-backend-alias, spam-install-checkonly-backend)
16857         (spam-install-mover-backend, spam-install-nocheck-backend)
16858         (spam-install-backend, spam-install-statistical-backend)
16859         (spam-install-statistical-checkonly-backend): Add backend installation
16860         support.
16861         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16862         (spam-group-processor-p): Use the new backend code and respect the
16863         summary exit behavior.
16864         (spam-mark-spam-as-expired-and-move-routine): Remove.
16865         (spam-summary-prepare): Change to use the new spam-old-articles
16866         variable.
16867         (spam-copy-or-move-routine, spam-copy-spam-routine)
16868         (spam-move-spam-routine, spam-copy-ham-routine)
16869         (spam-move-ham-routine): Add code to copy/move ham or spam.
16870         (spam-fetch-field-fast): Improve doc and code, plus allow the
16871         'number request.
16872         (spam-list-of-checks, spam-list-of-statistical-checks):
16873         Remove variables.
16874         (spam-split, spam-find-spam): Use the new backend code.
16875         (spam-registration-functions): Remove variable.
16876         (spam-unregister-routine): Add convenience wrapper.
16877         (spam-log-undo-registration, spam-register-routine)
16878         (spam-log-processing-to-registry)
16879         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16880         where possible.
16881         (spam-check-gmane-xref, spam-check-regex-headers)
16882         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16883         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16884         (spam-check-bogofilter-headers, spam-check-spamoracle)
16885         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16886         (spam-check-crm114-headers): Use the spam-split-group that
16887         spam-split prepares, no need to determine it every time.
16888
16889         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16890         to the nnheader-parse-naked-head call.
16891
16892         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16893
16894         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16895         the nnheader-nov-read-message-id call.
16896
16897 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16898
16899         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16900         gnus-activate-group twice.  Suggested by Markus Peter
16901         <warp@spin.de>.
16902
16903 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16904
16905         * gnus-art.el (gnus-article-time-format): Exchange the order of
16906         day and month in the default value; fix customization type.
16907         (article-date-ut): Use add-text-properties.
16908         (article-make-date-line): Use message-make-date instead of
16909         current-time-string.
16910
16911         * message.el (message-fetch-field): Don't use set-text-properties.
16912         (message-make-date): Simplify.
16913
16914         * messagexmas.el (message-xmas-make-date): New function.
16915         (message-xmas-redefine): Defalias message-make-date to it.
16916
16917 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16918
16919         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16920         (rfc2047-encode-region): Treat text within parentheses as special;
16921         show the original text when error has occurred.
16922
16923         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16924         already-computed method to gnus-activate-group.
16925
16926         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16927         same select-methods identical Lisp objects.
16928
16929         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16930         object when modifying the info.
16931
16932 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16933
16934         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16935         gnus-opened-servers since it has never been opened with the new
16936         configuration yet.
16937
16938 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16939
16940         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16941         arg to nnheader-generate-fake-message-id.
16942
16943 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16944
16945         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16946         number and build a fake message ID localized to a group and
16947         article number (so it's repeatable from that point on).
16948         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16949         ID format.
16950
16951         * gnus-sum.el (gnus-get-newsgroup-headers):
16952         Call nnheader-generate-fake-message-id with the article number.
16953
16954 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16955
16956         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16957         end-of-buffer.
16958
16959 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16960
16961         * message.el (message-ignored-supersedes-headers): Add Approved.
16962
16963 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16964
16965         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16966         goto-char.
16967         (rfc2047-encode): Fold the line before encoding.
16968
16969 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16970
16971         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16972         folding -- not all headers can be folded, and this should be done
16973         by the message composition mode.  Probably.  I think.
16974
16975 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16976
16977         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16978         fast.
16979
16980         * gnus-ems.el (gnus-remove-image): Don't use
16981         message-text-with-property; remove only the image found first.
16982
16983         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16984         found first.
16985
16986 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16987
16988         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16989
16990 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16991
16992         * message.el (message-text-with-property): Make it fast and accept
16993         optional arguments.
16994         (message-strip-forbidden-properties): Use it.
16995         (message-fix-before-sending): Follow the m-t-w-p change.
16996
16997         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16998
16999 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17000
17001         * gnus-art.el (article-hide-headers): Don't change the buffer
17002         mistakenly when performing mml-preview even if
17003         gnus-single-article-buffer is nil.
17004
17005 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17006
17007         * message.el (message-expand-name-databases): New user option.
17008         (message-expand-name): Use it.
17009
17010 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17011
17012         * spam.el (spam-report-articles-resend)
17013         (spam-report-resend-register-routine): Allow ham reporting.
17014         (spam-report-resend-register-ham-routine): Add wrapper.
17015         (spam-registration-functions): Add ham resending functions.
17016         (spam-list-of-processors): Add ham resend processor.
17017
17018         * gnus.el (ham-resend-to): Add new group parameter.
17019         (spam-process): Add ham resend option.
17020
17021         * spam-report.el (spam-report-resend): Allow reporting ham.
17022         (spam-report-resend-ham): Add wrapper.
17023
17024 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17025
17026         * message.el (message-cite-articles-with-x-no-archive):
17027         New variable.
17028         (message-cite-original): Use it.
17029
17030 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17031
17032         * message.el (message-cite-original): Respect X-No-Archive.
17033
17034 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17035
17036         * gnus-art.el (article-hide-headers): Refer to the values for
17037         gnus-ignored-headers and gnus-visible-headers in the summary
17038         buffer since a user may have set them as group parameters.
17039
17040 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17041
17042         * assistant.el (assistant-node-name): Add convenience function.
17043         (assistant-render-text, assistant-render-node): Add error handling,
17044         plus handle multiple next nodes.
17045         (assistant-find-next-node): Comment out for now.
17046         (assistant-find-next-nodes): Add function, returns list of next
17047         nodes.
17048
17049 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17050
17051         * mail-source.el (mail-source-directory): Fix doc-string.
17052
17053 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17054
17055         * assistant.el (assistant-render-text, assistant-eval): Add :set
17056         widget type, which is different because it takes and returns a
17057         list.  Much hilarity ensues.
17058
17059 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17060
17061         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17062
17063         * gnus-group.el (gnus-group-get-new-news-this-group):
17064         Add doc-string.
17065
17066         * gnus-start.el (gnus-activate-group): Add doc-string.
17067
17068 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17069
17070         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17071
17072 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17073
17074         * assistant.el (assistant-render-text): Try to add a :set
17075         widget, more to come.
17076
17077         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17078         strings.
17079         (spam-report-articles-resend)
17080         (spam-register-routine): Do registration iff any articles warrant
17081         it.
17082         (spam-summary-prepare-exit): Change log message for nil group
17083         destinations.
17084
17085 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17086
17087         * spam.el (spam-report-resend-register-routine):
17088         Allow spam-report-resend-to to be a group parameter or a global value.
17089
17090 2004-05-26  Simon Josefsson  <jas@extundo.com>
17091
17092         * starttls.el: Merge with my GNUTLS based starttls.el.
17093         (starttls-gnutls-program, starttls-use-gnutls)
17094         (starttls-extra-arguments, starttls-process-connection-type)
17095         (starttls-connect, starttls-failure, starttls-success):
17096         New variables.
17097         (starttls-program, starttls-extra-args): Doc fix.
17098         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17099         New functions.
17100         (starttls-negotiate, starttls-open-stream):
17101         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17102         function if it is set.
17103
17104 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17105
17106         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17107         structured fields.
17108
17109 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17110
17111         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17112
17113 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17114
17115         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17116         Add variable.
17117         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17118         assigning the spam-mark to new messages.
17119
17120 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17121
17122         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17123
17124 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17125
17126         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17127
17128         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17129         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17130         default.
17131
17132 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17133
17134         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17135         correct data.
17136
17137 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17138
17139         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17140         (spam-group-processor-p): Fix function.
17141         (spam-group-processor-multiple-p)
17142         (spam-group-spam-processor-report-gmane-p)
17143         (spam-group-spam-processor-report-resend-p)
17144         (spam-group-spam-processor-bogofilter-p)
17145         (spam-group-spam-processor-blacklist-p)
17146         (spam-group-spam-processor-ifile-p)
17147         (spam-group-ham-processor-ifile-p)
17148         (spam-group-spam-processor-spamoracle-p)
17149         (spam-group-spam-processor-crm114-p)
17150         (spam-group-ham-processor-bogofilter-p)
17151         (spam-group-spam-processor-stat-p)
17152         (spam-group-ham-processor-stat-p)
17153         (spam-group-ham-processor-whitelist-p)
17154         (spam-group-ham-processor-BBDB-p)
17155         (spam-group-ham-processor-spamoracle-p)
17156         (spam-group-ham-processor-copy-p): Remove functions with some
17157         prejudice against unneeded code.
17158         (spam-report-articles-resend)
17159         (spam-report-resend-register-routine): Allow the group/topic
17160         spam-resend-to value to override spam-report-resend-to.
17161         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17162         properly now.
17163
17164         * gnus.el (spam-resend-to): Add group/topic parameter.
17165         (spam-process): Move the OBSOLETE processors to the end of the
17166         choices.
17167
17168 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17169
17170         * spam-report.el (spam-report-resend-to, spam-report-resend):
17171         Start with resend-to set to nil, and then ask the user if necessary.
17172         (spam-report-resend): spam-report-resend takes a list of articles, not
17173         separate article numbers.
17174
17175 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17176
17177         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17178         addition to emacs-w3m.
17179
17180 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17181
17182         * assistant.el (assistant-authinfo-data): New function.
17183         (assistant-eval): Eval for entire assistant.
17184
17185         * netrc.el (netrc-services-file): New variable.
17186         (netrc-parse-services): New function.
17187         (netrc-find-service-name): New function.
17188         (netrc-find-service-number): New function.
17189         (netrc-port-equal): New function.
17190         (netrc-machine): Use it.
17191
17192         * nnimap.el (nnimap-open-connection): Use netrc.
17193
17194         * gnus-util.el (gnus-netrc-get): Remove aliases.
17195
17196         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17197
17198         * assistant.el (wid-edit): Fix compilation.
17199
17200         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17201
17202 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17203
17204         * gnus-util.el (gnus-set-file-modes): New function.  (small
17205         patch).
17206
17207 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17208
17209         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17210
17211         * assistant.el (assistant-render-node): Fix up rendering and
17212         read-only text.
17213         (assistant-render-node): Reset.
17214         (assistant-make-read-only): Not sticky.
17215
17216 2004-05-20  Danny Siu  <dsiu@adobe.com>
17217
17218         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17219         centered even when gnus-auto-center-summary is t.
17220
17221 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17222
17223         * dns.el (dns-get-txt-answer): New function.
17224         (dns-read-txt): Ditto.
17225         (query-dns): Use it.
17226
17227 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17228
17229         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17230         active for foreign groups even if the group level is higher than
17231         the specified value.
17232
17233 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17234
17235         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17236         non-active groups.
17237
17238         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17239
17240 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17241
17242         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17243
17244 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17245
17246         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17247         (spam-crm114-header, spam-crm114-spam-switch)
17248         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17249         (spam-crm114-positive-spam-header)
17250         (spam-crm114-database-directory, spam-list-of-processors)
17251         (spam-group-spam-processor-crm114-p)
17252         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17253         (spam-generic-score, spam-list-of-checks)
17254         (spam-list-of-statistical-checks, spam-registration-functions)
17255         (spam-check-crm114-headers, spam-crm114-score)
17256         (spam-check-crm114, spam-crm114-register-with-crm114)
17257         (spam-crm114-register-spam-routine)
17258         (spam-crm114-unregister-spam-routine)
17259         (spam-crm114-register-ham-routine)
17260         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17261         From asjo@koldfront.dk (Adam Sjøgren).
17262
17263         * gnus.el: Add spam-use-crm114.
17264
17265         * spam.el (spam-list-of-processors, spam-registration-functions):
17266         Add spam-use-resend.
17267         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17268         (spam-report-articles-gmane): Add doc fix.
17269         (spam-report-articles-resend, spam-report-resend-register-routine):
17270         Add wrappers around spam-report-resend-to.
17271
17272         * spam-report.el (spam-report-resend-to, spam-report-resend):
17273         Add support for resending spam.
17274         (spam-report-gmane): Fix line length >80.
17275
17276         * gnus.el (spam-process): Add spam-use-resend.
17277
17278 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17279
17280         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17281         number of processed spam messages.
17282         (spam-ham-copy-or-move-routine): Return the number of processed
17283         ham messages.
17284         (spam-summary-prepare-exit): Use the above values to decide
17285         whether status messages shouled be displayed.
17286
17287 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17288
17289         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17290         `rfc2047-encoding-function-alist' in order to avoid conflicting
17291         with the old version.
17292         (rfc2047-encode-region): Concatenate words containing non-ASCII
17293         characters in structured fields; don't encode space-delimited
17294         ASCII words even in unstructured fields; don't break words at
17295         char-category boundaries.
17296         (rfc2047-encode-1): New function.
17297         (rfc2047-encode): Use it; encode text so that it occupies the
17298         maximum width within 76-column; work correctly on Q encoding for
17299         iso-2022-* charsets.
17300         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17301         sure not to break a line just after the header name.
17302         (rfc2047-b-encode-region): Remove.
17303         (rfc2047-b-encode-string): New function.
17304         (rfc2047-q-encode-region): Remove.
17305         (rfc2047-q-encode-string): New function.
17306
17307         * mm-util.el (mm-replace-in-string): New function.
17308
17309 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17310
17311         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17312         Really get it right.
17313         (gnus-inews-make-draft): Really.
17314
17315 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17316
17317         * nnmh.el (nnmh-request-list-1): Don't check the link count
17318         before descending.  (small patch)
17319
17320 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17321
17322         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17323         stuff.
17324
17325         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17326         Match on real group name.
17327
17328         * gnus-art.el (gnus-signature-limit): Doc fix.
17329
17330         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17331
17332         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17333
17334 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17335
17336         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17337         isn't a string.
17338
17339 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17340
17341         * gnus-draft.el (gnus-draft-send):
17342         Bind rfc2047-encode-encoded-words.
17343
17344         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17345         (rfc2047-encodable-p): Say that =? needs encoding.
17346         (rfc2047-encode-encoded-words): New variable.
17347
17348         * gnus-group.el (gnus-group-select-group): Doc fix.
17349
17350         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17351
17352         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17353         to nil.
17354
17355         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17356
17357         * nnheader.el (nnheader-get-lines-and-char): New function.
17358
17359 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17360
17361         * gnus-msg.el (gnus-summary-followup-with-original):
17362         Document yanking of region when active.
17363
17364 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17365
17366         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17367         groups if the group level is higher than the specified value.
17368
17369 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17370
17371         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17372         (gnus-group-jump-to-group): Add prefix argument using
17373         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17374         non-active group.
17375
17376         * compface.el (uncompface): Be verbose when changing
17377         `uncompface-use-external'.
17378
17379         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17380         handle manual section.
17381
17382 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17383
17384         * gnus-art.el (gnus-button-alist): Revert previous change.
17385
17386 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17387
17388         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17389
17390 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17391
17392         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17393         whether backend can accept message.
17394
17395         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17396
17397 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17398
17399         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17400         Avoid creating directory when nntp-marks-is-evil is true.
17401         Reported by Reiner Steib.
17402
17403 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17404
17405         * gnus-picon.el (gnus-picon-style): New variable.
17406         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17407         (gnus-picon-transform-address): Support `gnus-picon-style'.
17408         From Jesper Harder <harder@ifa.au.dk>.
17409
17410 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17411
17412         * message.el (message-fill-field): Return point.
17413         (message-generate-headers): Go to end of field.
17414
17415         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17416         stuff for non-living groups.
17417
17418 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17419
17420         * gnus-art.el (gnus-article-followup-with-original)
17421         (gnus-article-reply-with-original): gnus-mark-active-p ->
17422         gnus-region-active-p.
17423
17424 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17425
17426         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17427         only when there is spam or ham to be processed.
17428
17429 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17430
17431         * mail-source.el (mail-source-delete-crash-box): Refactor.
17432         (mail-source-fetch): Use it.
17433         (mail-source-fetch-file): Ditto.
17434         (mail-source-fetch-directory): Run postscript in loop.
17435         (mail-source-fetch-pop): Delete.
17436         (mail-source-fetch-maildir): Ditto.
17437         (mail-source-fetch-imap): Ditto.
17438
17439         * imap.el (imap-authenticators): Comment out sasl.
17440
17441         * message.el (message-skip-to-next-address): New function.
17442         (message-fill-header-address): Refactor.
17443         (message-fill-address): Use it.
17444         (message-delete-address): Use it.
17445         (message-fill-header-general): Refactor.
17446         (message-fill-field-address): Rename.
17447         (message-narrow-to-field): Find the start of the header.
17448         (message-header-format-alist): Don't pre-fill.
17449         (message-fill-header): Remove.
17450         (message-insert-header): New function.
17451         (message-shorten-references): Use it.
17452
17453         * rfc2047.el (rfc2047-field-value): Strip props.
17454
17455         * mail-parse.el (mail-header-make-address): New alias.
17456
17457         * ietf-drums.el (ietf-drums-make-address): New function.
17458
17459         * imap.el: Add compiler directives.
17460
17461         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17462
17463         * gnus-art.el (article-decode-idna-rhs): Don't use
17464         message-idna-inside-rhs-p.
17465
17466 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17467
17468         * message.el (message-idna-inside-rhs-p): Remove.
17469         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17470
17471         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17472         false positives.
17473
17474 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17475
17476         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17477
17478 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17479
17480         * nneething.el (nneething-file-name): Don't create spurious
17481         files.
17482
17483         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17484         (gnus-inews-do-gcc): Remove sleep.
17485
17486         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17487         part under point.
17488
17489         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17490         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17491
17492 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17493
17494         * spam.el (spam-summary-prepare-exit): Fix (length).
17495
17496 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17497
17498         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17499         as expired without moving it" message when there are spam
17500         messages left.
17501
17502 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17503
17504         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17505         header is not nil.
17506
17507 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17508
17509         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17510         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17511         (nntp-marks-changed-p): New arg SERVER.
17512         (nntp-request-update-info): Adjust caller.
17513
17514 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17515
17516         * nntp.el (nntp-save-marks): Pass missing arg.
17517
17518 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17519
17520         * nntp.el: Support marks.
17521         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17522         (nntp-marks-modtime, nntp-marks-directory): New variables.
17523         (nntp-request-set-mark, nntp-request-update-info)
17524         (nntp-possibly-create-directory, nntp-marks-changed-p)
17525         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17526         New functions.
17527
17528 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17529
17530         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17531         (gnus-xmas-redefine): Rename.
17532
17533         * gnus-score.el (gnus-score-insert-help):
17534         Use gnus-select-lowest-window.
17535
17536         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17537         appt-select-lowest-window and rename to gnus-select-lowest-window.
17538
17539         * gnus.el: do.
17540
17541 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17542
17543         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17544         encodings of MIME-encoded words, in order to improve
17545         interoperability with several broken MUAs.
17546
17547 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17548
17549         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17550         tags, only when charsets are not specified in headers.
17551         (mm-inline-text-html-render-with-w3m): Ditto.
17552
17553         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17554         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17555
17556 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17557
17558         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17559         instead of MIME-decoded from fields when checking
17560         `gnus-article-address-banner-alist'.
17561
17562 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17563
17564         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17565         description rather than subject.
17566
17567 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17568
17569         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17570
17571 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17572
17573         * gnus.el (gnus-version-number): Bump.
17574
17575 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17576
17577         * gnus.el: No Gnus v0.2 is released.
17578
17579 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17580
17581         * gnus-agent.el (gnus-agent-read-agentview):
17582         Inline gnus-uncompress-range.
17583
17584 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17585
17586         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17587         `exec-installed-p'.
17588
17589 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17590
17591         * gnus.el (spam-process, spam-autodetect-methods):
17592         Add bsfilter and bsfilter-headers.
17593
17594         * spam.el (spam-bsfilter): New customize group.
17595         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17596         (spam-bsfilter-header, spam-bsfilter-probability-header)
17597         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17598         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17599         (spam-bsfilter-database-directory): New options.
17600         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17601         (spam-list-of-statistical-checks, spam-registration-functions):
17602         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17603         (spam-bsfilter-score): New command.
17604         (spam-check-bsfilter-headers, spam-check-bsfilter)
17605         (spam-bsfilter-register-with-bsfilter)
17606         (spam-bsfilter-register-spam-routine)
17607         (spam-bsfilter-unregister-spam-routine)
17608         (spam-bsfilter-register-ham-routine)
17609         (spam-bsfilter-unregister-ham-routine): New functions.
17610         (spam-generic-score): Support bsfilter; Accept an optional argument
17611         to recalcurate spam score even if scoring header has already been
17612         added.
17613         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17614         optional argument to recalcurate spam score even if scoring header
17615         has already been added.
17616
17617 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17618
17619         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17620         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17621         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17622         link is missing.
17623
17624 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17625
17626         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17627         (html2text-get-attr): Rewrite.
17628
17629         * message.el (message-setup-1): Remove redundant put-text-property
17630         on mail-header-separator.
17631
17632 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17633
17634         * gnus-registry.el (gnus-registry-cache-whitespace)
17635         (gnus-registry-action, gnus-registry-spool-action)
17636         (gnus-registry-split-fancy-with-parent): Change message levels
17637         from 5 to 3 or 7, as needed.
17638
17639         * spam.el (spam-summary-prepare-exit)
17640         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17641         (spam-split, spam-find-spam, spam-log-undo-registration)
17642         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17643         level from 5 to 6.
17644
17645 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17646
17647         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17648         2004-03-04 change).
17649
17650 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17651
17652         * sieve-manage.el (sieve-manage-open):
17653         * nnweb.el (nnweb-insert-html):
17654         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17655         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17656         * nnspool.el (nnspool-request-group):
17657         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17658         * nnml.el (nnml-request-update-info):
17659         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17660         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17661         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17662         (nnimap-request-set-mark):
17663         * nnfolder.el (nnfolder-request-update-info):
17664         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17665         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17666         * gnus-uu.el (gnus-uu-find-articles-matching):
17667         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17668         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17669         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17670         * gnus-nocem.el (gnus-nocem-scan-groups):
17671         * gnus-int.el (gnus-start-news-server):
17672         * gnus-group.el (gnus-group-make-kiboze-group)
17673         (gnus-group-browse-foreign-server):
17674         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17675         Use mapc when appropriate.
17676
17677 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17678
17679         FIXME: Make separate entries for each person.
17680
17681         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17682         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17683         <shields@msrl.com>:
17684
17685         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17686         may need for spam sorting and scoring.
17687         (spam-user-format-function-S): Add user format function suitable for
17688         general use.
17689         (spam-article-sort-by-spam-status): Add sorting function for summary
17690         sorting.
17691         (spam-extra-header-to-number): Add function to get a score from a
17692         header.
17693         (spam-summary-score): Add function to get a numeric score from the
17694         headers.
17695         (spam-generic-score): Fix function doc, was in wrong place.
17696         (spam-initialize): Take symbols when it's run, and install the
17697         extra headers that spam-necessary-extra-headers thinks we need.
17698
17699 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17700
17701         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17702         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17703
17704 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17705
17706         * gnus-sum.el (gnus-set-global-variables)
17707         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17708         (gnus-article-get-xrefs, gnus-summary-best-group)
17709         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17710         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17711         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17712         Use with-current-buffer.
17713
17714 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17715
17716         * spam.el (spam-summary-prepare-exit): Simplify logic.
17717         (spam-fetch-article-header): Read the article header if it's not
17718         available.
17719         (spam-list-articles): Simplify logic.
17720         (spam-filelist-register-routine): Fix bug with unregister-list.
17721
17722         * gnus-registry.el: Fix comments at beginning.
17723
17724 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17725
17726         * message.el (message-cater-to-broken-inn): Remove.
17727         (message-shorten-references): Make sure the total folded length of
17728         References is shorter than 998 characters to cater to a bug in INN
17729         2.3.  Also, don't pretend that references aren't folded -- this
17730         hasn't worked for a while.
17731
17732 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17733
17734         * gnus-agent.el (gnus-agentize):
17735         gnus-agent-send-mail-real-function no longer set to current value
17736         of message-send-mail-function but rather a lambda that calls
17737         message-send-mail-function.  The change makes the agent real-time
17738         responsive to user changes to message-send-mail-function.
17739
17740 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17741
17742         * legacy-gnus-agent.el
17743         (gnus-agent-convert-to-compressed-agentview): Fix typos with
17744         help from Florian Weimer <fw@deneb.enyo.de>
17745
17746 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17747
17748         * nnmail.el (nnmail-cache-insert): Revert last change.
17749
17750 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17751
17752         * nnmail.el (nnmail-cache-insert): Always check whether
17753         nnmail-cache-ignore-groups matches a group name.
17754
17755 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17756
17757         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17758         (spam-find-spam, spam-log-processing-to-registry)
17759         (spam-log-registered-p, spam-log-unregistration-needed-p)
17760         (spam-log-undo-registration): Use gnus-message instead of
17761         gnus-error, none of these errors are fatal.
17762
17763         * gnus-registry.el (gnus-registry-clean-empty-function)
17764         (gnus-registry-clean-empty): Remove only empty entries without
17765         extra data.
17766
17767 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17768
17769         * spam-stat.el (spam-stat-buffer-change-to-spam)
17770         (spam-stat-buffer-change-to-non-spam): Change (error) to
17771         (gnus-message 8) invocation.
17772
17773 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17774
17775         * nntp.el (nntp-via-netcat-command): New variable.
17776         (nntp-via-netcat-switches): New variable.
17777         (nntp-open-via-rlogin-and-netcat): New function.
17778         (nntp-open-connection-function): Doc fix.
17779         (nntp-telnet-command): Doc fix.
17780         (nntp-end-of-line): Doc fix.
17781         (nntp-via-rlogin-command): Doc fix.
17782         (nntp-via-user-name): Doc fix.
17783         (nntp-via-address): Doc fix.
17784
17785 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17786
17787         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17788         error in Emacs 21.1.
17789
17790 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17791
17792         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17793
17794 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17795
17796         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17797         (gnus-agent-with-refreshed-group): New macro.
17798         (gnus-agent-rename-group): New function.
17799         (gnus-agent-delete-group): New function.
17800         (gnus-agent-save-group-info): Use gnus-command-method when
17801         `method' parameter is nil.  Don't write nil entries into the
17802         active file.
17803         (gnus-agent-get-group-info): New function.
17804         (gnus-agent-fetch-articles):
17805         Use gnus-agent-update-files-total-fetched-for to increment disk space
17806         used.
17807         (gnus-agent-fetch-headers, gnus-agent-save-alist):
17808         Use gnus-agent-update-view-total-fetched-for to increment disk space
17809         used.
17810         (gnus-agent-get-local): Add optional parameters to avoid calling
17811         gnus-group-real-name and gnus-find-method-for-group.
17812         (gnus-agent-set-local): Delete stored entry if either min, or max,
17813         are nil.
17814         (gnus-agent-fetch-session): Reworded error/quit messages.
17815         On quit, use gnus-agent-regenerate-group to record existance of any
17816         articles fetched to disk before the quit occurred.
17817         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17818         gnus-agent-update-view-total-fetched-for, and
17819         gnus-agent-update-files-total-fetched-for to decrement disk space
17820         used.
17821         (gnus-agent-retrieve-headers):
17822         Use gnus-agent-update-view-total-fetched-for to increment disk space
17823         used.
17824         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17825         with gnus-agent-update-files-total-fetched-for to decrement disk
17826         space and fresh group buffer.
17827         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17828         (gnus-agent-need-update-total-fetched-for): New variable.
17829         (gnus-agent-update-files-total-fetched-for): New function.
17830         (gnus-agent-update-view-total-fetched-for): New function.
17831         (gnus-agent-total-fetched-for): New function.
17832
17833         * gnus-cache.el (gnus-cache-save-buffers):
17834         Use gnus-cache-update-overview-total-fetched-for to change disk space
17835         used by this group.
17836         (gnus-cache-possibly-enter-article):
17837         Use gnus-cache-update-file-total-fetched-for to increment disk space
17838         used by this group.
17839         (gnus-cache-possibly-remove-article):
17840         Use gnus-cache-update-file-total-fetched-for to decrement disk space
17841         used by this group.
17842         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17843         (gnus-cache-rename-group): New function.
17844         (gnus-cache-delete-group): New function.
17845         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17846         (gnus-cache-need-update-total-fetched-for): New variable.
17847         (gnus-cache-with-refreshed-group): New macro.
17848         (gnus-cache-update-file-total-fetched-for): New function.
17849         (gnus-cache-update-overview-total-fetched-for): New function.
17850         (gnus-cache-rename-group-total-fetched-for): New function.
17851         (gnus-cache-delete-group-total-fetched-for): New function.
17852         (gnus-cache-total-fetched-for): New function.
17853
17854         * gnus-group.el: Require gnus-sum and autoload functions to
17855         resolve warnings when gnus-group.el compiled alone.
17856         (gnus-group-line-format): Documented new %F.
17857         (size of Fetched data) group line format; identifies disk space
17858         used by agent and cache.
17859         (gnus-group-line-format-alist): Defined new F format.
17860         (gnus-total-fetched-for): New function.
17861         (gnus-group-delete-group): No longer update
17862         gnus-cache-active-altered as gnus-request-delete-group now keeps
17863         the cache in sync.
17864         (gnus-group-list-active): Let the agent store a server's active
17865         list if currently plugged.
17866
17867         * gnus-int.el (gnus-request-delete-group):
17868         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17869         local disk in sync with the server.
17870         (gnus-request-rename-group):
17871         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17872         local disk in sync with the server.
17873
17874         * gnus-start.el (gnus-get-unread-articles):
17875         Cosmetic simplification to logic.
17876
17877         * gnus-util.el (gnus-rename-file): New function.
17878
17879 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17880
17881         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17882
17883 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17884
17885         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17886         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17887
17888 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17889
17890         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17891         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17892
17893 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17894
17895         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17896
17897 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17898
17899         * spam.el (spam-set-difference): Add function to replace
17900         gnus-set-difference in spam.el.
17901         (spam-summary-prepare-exit): Use spam-set-difference.
17902
17903 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17904
17905         * gnus-registry.el (gnus-registry-cache-file): Update to use
17906         gnus-dribble-directory OR gnus-home-directory OR ~.
17907         (gnus-registry-split-fancy-with-parent): Fix doc.
17908
17909 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17910
17911         * message.el (message-exchange-point-and-mark):
17912         Use message-mark-active-p.  Suggested by Jesper Harder
17913         <harder@ifa.au.dk>.
17914
17915 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17916
17917         * message.el (message-exchange-point-and-mark): Don't activate
17918         region if it was inactive.  Suggested by Hiroshi Fujishima
17919         <pooh@nature.tsukuba.ac.jp>.
17920
17921 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17922
17923         * gnus-art.el (article-display-face): Display Faces in the same
17924         order as X-Faces.
17925
17926 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17927
17928         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17929
17930 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17931
17932         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17933         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17934         (gnus-article-mime-hierarchy): Remove.
17935         (gnus-article-mime-hierarchy-next): Remove.
17936         (gnus-article-mode): Revert 2004-03-19 change.
17937         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17938         (gnus-insert-mime-button): Revert 2004-03-19 change.
17939         (gnus-mime-accumulate-hierarchy): Remove.
17940         (gnus-mime-enter-multipart): Remove.
17941         (gnus-mime-leave-multipart): Remove.
17942         (gnus-mime-display-part): Revert 2004-03-19 change.
17943         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17944
17945         * mml.el (mml-preview): Revert 2004-03-19 change.
17946
17947 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17948
17949         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17950
17951 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17952
17953         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17954         t while entering a file name using the mm-with-multibyte macro.
17955         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17956
17957         * mm-util.el (mm-with-multibyte): New macro.
17958
17959 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17960
17961         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
17962         New user option.
17963         (gnus-mime-multipart-functions): Doc and customization fix.
17964         (gnus-article-mime-hierarchy): New variable.
17965         (gnus-article-mime-hierarchy-next): New variable.
17966         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17967         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17968         gnus-article-mime-hierarchy-next to nil.
17969         (gnus-insert-mime-button): Show hierarchy numbers.
17970         (gnus-mime-accumulate-hierarchy): New function.
17971         (gnus-mime-enter-multipart): New function.
17972         (gnus-mime-leave-multipart): New function.
17973         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17974         (gnus-mime-display-alternative): Show hierarchy numbers.
17975
17976         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17977         gnus-article-mime-hierarchy-next to nil.
17978
17979 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17980
17981         * dns.el: Don't require gnus-xmas.
17982
17983 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17984
17985         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17986         inline PGP.
17987         (mml-menu): Disable mml-quote-region if mark is inactive.
17988
17989 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17990
17991         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17992         when the group's active is not available.
17993
17994 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17995
17996         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17997         error.
17998
17999 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18000
18001         * imap.el (imap-store-password): New variable.
18002         (imap-interactive-login): Use it.
18003         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18004
18005 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18006
18007         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18008         window-start and hscroll to summary window.
18009
18010 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18011
18012         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18013         conversion message to newsrc-dribble when an actual conversion is
18014         performed.
18015
18016 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18017
18018         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18019
18020 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18021
18022         * mm-decode.el (mm-complicated-handles): New function reviving
18023         former definition of mm-multiple-handles.
18024
18025         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18026         (gnus-mime-delete-part): Use it.
18027
18028 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18029
18030         * gnus-agent.el (gnus-agent-read-local):
18031         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18032         avoid the implicit assumption that they will always be equal.
18033         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18034         coding-system-for-write, as the with-temp-file macro first prints
18035         to a buffer then saves the buffer.
18036
18037 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18038
18039         * gnus-art.el (gnus-article-edit-part): New function.
18040         (gnus-mime-save-part-and-strip): Use it; do query instead of
18041         signaling an error; don't use mm-multiple-handles.
18042         (gnus-mime-delete-part): Ditto.
18043
18044 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18045
18046         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18047         old file versions.
18048         (gnus-group-prepare-hook): Remove function that converted list
18049         form of gnus-agent-expire-days to group properties.
18050
18051         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18052         (gnus-request-accept-article): Re-indented.
18053
18054         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18055         converters to handle old agent file formats.  Add logic for a
18056         "backup before upgrading warning".
18057         (gnus-convert-mark-converter-prompt): Developers can mark
18058         functions as needing (default), or not needing,
18059         gnus-convert-old-newsrc's "backup before upgrading warning".
18060         (gnus-convert-converter-needs-prompt): Tests whether the user
18061         should be protected from potentially irreversable changes by the
18062         function.
18063
18064         * legacy-gnus-agent.el: New.  Provides converters that are only
18065         loaded when gnus-convert-old-newsrc needs to call them.
18066
18067 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18068
18069         * mail-source.el (mail-source-touch-pop): Doc fix.
18070
18071         * message.el (message-smtpmail-send-it): Doc fix.
18072
18073 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18074
18075         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18076
18077         * nnmail.el (nnmail-split-fancy): do.
18078
18079         * gnus-kill.el (gnus-kill, gnus-execute): do.
18080
18081 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18082
18083         * gnus-sum.el (gnus-widget-reversible-match)
18084         (gnus-widget-reversible-to-internal)
18085         (gnus-widget-reversible-to-external): New functions.
18086         (gnus-widget-reversible): New widget.
18087         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18088
18089 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18090
18091         * gnus-sum.el (gnus-thread-sort-functions)
18092         (gnus-article-sort-functions): Document `(not F)' items.
18093
18094 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18095
18096         * spam.el (spam-use-gmane-xref): Add new backend.
18097         (spam-gmane-xref-spam-group): Add variable to control the name of the
18098         Gmane spam group.
18099         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18100         (spam-regex-headers-spam, spam-regex-headers-ham)
18101         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18102         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18103         backends and checks.
18104         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18105
18106         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18107         an autodetect method.
18108
18109 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18110
18111         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18112         articles are being added to a group.
18113         (gnus-request-replace-article): Inform the agent that articles
18114         need to be uncached as the cached contents are no longer valid.
18115
18116 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18117
18118         * binhex.el: Don't autoload executable-find.
18119
18120         * canlock.el: Don't autoload mail-fetch-field.
18121
18122         * dgnushack.el: Autoload c-mode for XEmacs.
18123
18124         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18125
18126         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18127         rmail-dont-reply-to and rmail-output.
18128
18129         * gnus-score.el: Don't autoload ffap-string-at-point.
18130
18131         * gnus-setup.el: Don't autoload sc-cite-original.
18132
18133         * imap.el: Don't autoload base64-decode-string,
18134         base64-encode-string and md5.
18135
18136         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18137         and rmail-msg-restore-non-pruned-header.
18138
18139         * mm-decode.el: Don't autoload executable-find.
18140
18141         * mm-url.el: Don't autoload executable-find.
18142
18143         * mm-view.el: Don't autoload diff-mode.
18144
18145         * nndb.el: Don't autoload news-reply-mode, news-setup,
18146         cancel-timer and telnet.
18147
18148         * password.el: Don't autoload run-at-time for Emacs.
18149
18150         * sha1-el.el: Don't autoload executable-find.
18151
18152         * sieve-mode.el: Don't autoload c-mode.
18153
18154         * uudecode.el: Don't autoload executable-find.
18155
18156 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18157
18158         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18159         (gnus-agent-possibly-alter-active): Avoid null in numeric
18160         comparison.
18161         (gnus-agent-set-local): Refuse to save null in local object table.
18162         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18163         list of articles that will be marked as unread.
18164
18165 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18166
18167         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18168
18169 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18170
18171         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18172         language tags.
18173
18174 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18175
18176         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18177         Don't bind "obarray".
18178
18179         * gnus-sum.el (gnus-thread-sort-functions):
18180         Add `gnus-thread-sort-by-most-recent-number' and
18181         `gnus-thread-sort-by-most-recent-date'.
18182         Reported by Kai Grossjohann <kai@emptydomain.de>.
18183
18184 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18185
18186         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18187
18188 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18189
18190         * gnus-cus.el (gnus-agent-customize-category):
18191         Remove ignore-errors macro reference that required cl to be loaded at
18192         run-time.
18193
18194         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18195         single-interval range of the form (min . max).  Previously the
18196         range had to look like ((min . max)).  Likewise, return
18197         (min . max) rather than ((min . max)).
18198         (gnus-range-map): Use gnus-range-normalize to accept
18199         single-interval range.
18200
18201         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18202         the cache, but not the agent, now appear with their usual face.
18203
18204         * dgnushack.el (loaddir): New variable that is bound to the
18205         directory containing the dgnushack.el file. Use loaddir, rather
18206         than srcdir, to update load-path. Change lets dgnushack compile
18207         code in directories other than GNUS/lisp.
18208
18209 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18210
18211         * lpath.el: Don't bind w3m-safe-url-regexp.
18212
18213         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18214         w3m-safe-url-regexp variable buffer-local.
18215
18216         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18217
18218 2004-02-27  Simon Josefsson  <jas@extundo.com>
18219
18220         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18221         gnus-group-real-prefix.
18222         (gnus-summary-move-article): Use it, instead of
18223         gnus-group-real-prefix.
18224
18225 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18226
18227         * lpath.el: Bind w3m-safe-url-regexp.
18228
18229         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18230         w3m-safe-url-regexp variable buffer-local and set it as the value
18231         of mm-w3m-safe-url-regexp.
18232
18233         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18234
18235         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18236         parsing gnus-posting-styles when the message is not for replying.
18237
18238         * dgnushack.el: Autoload sgml-mode for XEmacs.
18239
18240         * nnrss.el (nnrss-opml-export):
18241         Use mm-set-buffer-file-coding-system instead of
18242         set-buffer-file-coding-system.
18243
18244 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18245
18246         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18247         of checkdoc.el).
18248         * nnrss.el: do.
18249         * gnus-mlspl.el: do.
18250         * gnus-ml.el: do.
18251         * gnus-srvr.el: do.
18252
18253         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18254
18255 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18256
18257         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18258         Corrections to custom-manual links.
18259
18260         * gnus-art.el (gnus-article): Ditto.
18261
18262         * mm-decode.el (mime-display, mime-security): Ditto.
18263
18264 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18265
18266         * flow-fill.el: Typo.
18267
18268 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18269
18270         * spam-wash.el: New file.
18271
18272 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18273
18274         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18275
18276 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18277
18278         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18279         to be run with new-articles as LIST1, not LIST2.
18280         (spam-registration-functions): Add spam-use-ham-copy as a nil
18281         registration backend.
18282
18283 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18284
18285         * spam-stat.el (spam-stat-washing-hook): New option.
18286         (spam-stat-buffer-words): Use it.
18287         (spam-stat-process-directory, spam-stat-test-directory):
18288         Use insert-file-contents-literally.
18289         (spam-stat-coding-system): New variable.
18290         (spam-stat-load, spam-stat-save): Use it.
18291
18292 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18293
18294         * spam-report.el (spam-report-plug-agent):
18295         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18296
18297 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18298
18299         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18300         Allow / in mailto URLs.
18301
18302 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18303
18304         * spam-report.el (spam-report-process-queue): Fix interactive use.
18305         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18306         (spam-report-unplug-agent): Doc fixes.
18307         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18308         (spam-report-agentize, spam-report-deagentize): Autoload.
18309
18310 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18311
18312         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18313
18314         * message.el (message-setup-fill-variables): Add mml tags to
18315         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18316         <ajk@iu.edu>.
18317         (message-mode): Don't modify paragraph-separate there.
18318
18319 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18320
18321         * compface.el (uncompface-use-external): Default to undecided.
18322         (uncompface-use-external-threshold): New variable.
18323         (uncompface-float-time): New macro.
18324         (uncompface): Determine whether to use the external decoder if
18325         uncompface-use-external is undecided.
18326
18327 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18328
18329         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18330         after images.
18331
18332         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18333
18334 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18335
18336         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18337
18338         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18339
18340         * gnus-sum.el (gnus-summary-limit-to-age)
18341         (gnus-summary-limit-children): do.
18342
18343         * gnus-int.el (gnus-request-scan): do.
18344
18345         * gnus-group.el (gnus-group-suspend): do.
18346
18347         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18348
18349         * gnus-cite.el (gnus-cite-parse-attributions): do.
18350
18351         * gnus-agent.el (gnus-summary-set-agent-mark)
18352         (gnus-agent-regenerate-group): do.
18353
18354         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18355
18356         * binhex.el (binhex-decode-region-internal): do.
18357
18358 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18359
18360         * gnus-fun.el (gnus-face-properties-alist): New user option.
18361         (gnus-display-x-face-in-from): Use it.
18362
18363         * gnus-art.el (article-display-face): Ditto.
18364
18365         * compface.el (uncompface-use-external): Default to nil.
18366
18367 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18368
18369         * nntp.el (nntp-erase-buffer): New function.
18370         (nntp-retrieve-data, nntp-send-command)
18371         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18372         (nntp-possibly-change-group): Use it.
18373
18374         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18375         Use with-current-buffer.
18376
18377 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18378
18379         * compface.el: Merge the ELisp-based uncompface program.
18380         (compface): New customization group.
18381         (uncompface-use-external): New user option.
18382         (uncompface): Call uncompface-internal if uncompface-use-external
18383         is nil.
18384         (uncompface-internal): New function.  Note that there are also
18385         some other functions and variables added for this function.
18386
18387 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18388
18389         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18390         if necessary.
18391
18392 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18393
18394         * spam-report.el (spam-report-unplug-agent)
18395         (spam-report-plug-agent, spam-report-deagentize)
18396         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18397         Add support for the Agent in spam-report: when unplugged, report to a
18398         file; when plugged, submit all the requests.
18399
18400         * spam.el (spam-register-routine): Fix message about
18401         registration.
18402
18403 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18404
18405         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18406         dependencies.
18407         (rfc2047-encode): Use it.
18408
18409         * gnus-art.el (gnus-button-marker-list): Move before first
18410         reference.
18411
18412         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18413         (imap-parse-body): Fix format string mismatch.
18414
18415         * gnus-score.el (gnus-summary-increase-score): do.
18416
18417         * nnrss.el (nnrss-close): New function.
18418
18419 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18420
18421         * nnrss.el (nnrss-make-filename): New function.
18422         (nnrss-request-delete-group, nnrss-read-server-data)
18423         (nnrss-save-server-data, nnrss-read-group-data)
18424         (nnrss-save-group-data): Use it.
18425         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18426         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18427         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18428
18429 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18430
18431         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18432
18433 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18434
18435         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18436         files.
18437
18438         * message.el (message-generate-headers-first): Don't quote nil
18439         and t in docstrings.
18440
18441         * imap.el (imap-id): do.
18442
18443         * gnus-agent.el (gnus-agent-consider-all-articles)
18444         (gnus-agent-queue-mail): do.
18445
18446 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18447
18448         * spam-report.el (spam-report-process-queue): New function.
18449         Process requests from `spam-report-requests-file'.
18450         (spam-report-process-queue): Doc fix.
18451
18452 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18453
18454         * spam.el (spam-register-routine)
18455         (spam-log-processing-to-registry, spam-log-registered-p)
18456         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18457         Change "check" to "spam-check" for semi-clarity.
18458
18459 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18460
18461         * pop3.el: Require nnheader.
18462
18463         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18464
18465         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18466
18467         * gnus-picon.el: Require cl.
18468
18469         * gnus-fun.el: Require gnus-ems and gnus-util.
18470
18471         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18472
18473         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18474
18475         * gnus-art.el (gnus-article-edit-mode): Define before first
18476         reference.
18477
18478 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18479
18480         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18481         (gnus-uu-post-encoded): Use point-at-bol.
18482
18483         * gnus-topic.el (gnus-group-active-topic-p): do.
18484
18485         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18486
18487         * gnus-group.el (gnus-group-kill-region): do.
18488
18489         * gnus-art.el (article-date-ut): do.
18490
18491         * message.el (message-fetch-field): Remove redundant
18492         case-fold-search binding.
18493         (message-narrow-to-field): Simplify.
18494
18495 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18496
18497         * spam.el (spam-directory): Derive from `gnus-directory'.
18498
18499         * spam-report.el (spam-report-url-to-file)
18500         (spam-report-requests-file): New function and variable for offline
18501         reporting.
18502         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18503         and user defined function.
18504         (spam-report-url-ping-mm-url): Remove doubled slash.
18505
18506 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18507
18508         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18509
18510 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18511
18512         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18513         Fix format string mismatch.
18514
18515         * sieve.el (sieve-deactivate-all): do.
18516
18517         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18518
18519         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18520
18521         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18522
18523         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18524
18525 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18526
18527         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18528         the list of checks.
18529
18530 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18531
18532         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18533         padding.
18534
18535 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18536
18537         * mm-view.el (mm-fill-flowed): New variable.
18538         (mm-inline-text): Use it.
18539
18540 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18541
18542         * spam.el (spam-spamassassin-register-ham-routine)
18543         (spam-spamassassin-register-spam-routine): Fix function names.
18544
18545 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18546
18547         * gnus.el (gnus-tmp-grouplens): Remove.
18548         (gnus-summary-line-format): Remove grouplens.
18549
18550         * gnus-group.el (gnus-group-line-format): Ditto.
18551
18552         * gnus-spec.el (gnus-format-specs): Ditto.
18553         (gnus-update-format-specifications): Flush the group format spec
18554         cache if there's the grouplens stuff.
18555         (gnus-parse-simple-format): Replace %l with the empty string.
18556
18557 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18558
18559         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18560         omission.
18561
18562 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18563
18564         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18565         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18566
18567 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18568
18569         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18570         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18571         New macros and functions.
18572         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18573         Handle > NLINK_MAX messages.
18574         * nnmaildir.el (nnmaildir-request-set-mark):
18575         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18576
18577 2004-01-25  Alex Schroeder  <alex@gnu.org>
18578
18579         * spam-stat.el (spam-stat-process-directory-age): New option.
18580         (spam-stat-process-directory): Use it.
18581
18582 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18583
18584         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18585         (spam-stat-save): Accept prefix argument.
18586
18587 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18588
18589         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18590         links" error.
18591
18592 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18593
18594         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18595         the rest of the and/or forms.
18596
18597 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18598
18599         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18600         compatibility with old .newsrc.eld files.
18601
18602         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18603
18604         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18605
18606         * gnus-start.el (gnus-1): do.
18607
18608         * gnus-group.el (gnus-group-line-format-alist): do.
18609
18610         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18611
18612         * gnus-gl.el: Remove.
18613
18614 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18615
18616         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18617         marks consisting of a single range {for example, (3 . 5)} rather
18618         than a list of a single range { ((3 . 5)) }.
18619
18620 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18621
18622         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18623         Use with-current-buffer.
18624         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18625         avoid consing a string.
18626
18627         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18628         Remove obsolete entries for big5 and gb2312.
18629
18630 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18631
18632         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18633         uncompressed list.
18634
18635 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18636
18637         * spam-stat.el (spam-stat-strip-xref): New function.
18638         (spam-stat-process-directory): Use it.
18639
18640         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18641         here -- it's done in message-fetch-field.
18642
18643 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18644
18645         * gnus-agent.el (gnus-agent-queue-mail)
18646         (gnus-agent-prompt-send-queue): New variables.
18647         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18648         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18649         "nndraft:queue" along to gnus-draft-send.
18650         Use gnus-agent-prompt-send-queue.
18651         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18652         is "nndraft:queue".  Suggested by Gaute Strokkenes
18653         <gs234@srcf.ucam.org>
18654
18655         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18656         (agent-enable-undownloaded-faces): Add.
18657         (gnus-agent-cat-groups): Use eval-and-compile, not
18658         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18659         method of gnus-agent-cat-groups even when the buffer has been
18660         evaled.
18661         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18662         delete gnus-agent-save-active-1.
18663         (gnus-agent-save-groups): Delete.  Identical to
18664         gnus-agent-save-active.
18665         (gnus-agent-write-active): No longer adjust agent's copy of active
18666         file as agent's adjustments are now stored in their own
18667         file.  Remove optional parameter.
18668         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18669         servers.  Add use of min/max range limits from server's local
18670         file.
18671         (gnus-agent-save-alist): Remove unused optional argument.
18672         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18673         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18674         (gnus-agent-set-local): A per-server file that keeps min/max range
18675         limits for articles known to the agent.  Provides a fast mechanism
18676         for altering many active ranges.
18677         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18678         active file (local makes it unnecessary).
18679         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18680
18681         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18682         (agent-enable-undownloaded-faces): Add.
18683
18684         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18685         disable it when sending to "nndraft:queue".
18686         (gnus-group-send-queue): Add safety check to avoid sending queue
18687         when unplugged.
18688
18689         * gnus-group.el (gnus-group-catchup): Use new
18690         gnus-sequence-of-unread-articles, not
18691         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18692         numbers of articles.  Use gnus-range-map to avoid having to
18693         uncompress the unread list.
18694         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18695         Fix invalid ange-ftp reference.
18696
18697         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18698         (gnus-sorted-range-intersection): Intersection of two ranges
18699         without requiring that they first be uncompressed.
18700
18701         * gnus-start.el (gnus-activate-group): Unless blocked by the
18702         caller, possibly expand the active range to include both cached
18703         and agentized articles.
18704         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18705         multiple version-dependent converters.
18706         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18707         gnus-agent-save-active.
18708         (gnus-save-newsrc-file): Save dirty agent range limits.
18709
18710         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18711         gnus-agent-possibly-alter-active.
18712         (gnus-adjust-marked-articles): Faster handling of simple lists.
18713
18714 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18715
18716         * spam-stat.el (spam-stat-test-directory): New optional argument
18717         displays a list of files detected.  Suggested by Andrew Cohen
18718         <cohen@andy.bu.edu>.
18719         (spam-stat-buffer-words-with-scores): Don't narrow and change
18720         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18721
18722 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18723
18724         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18725         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18726         (spam-spamassassin-arguments)
18727         (spam-spamassassin-spam-flag-header)
18728         (spam-spamassassin-positive-spam-flag-header)
18729         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18730         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18731         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18732         (spam-list-of-processors, spam-list-of-checks)
18733         (spam-list-of-statistical-checks, spam-registration-functions)
18734         (spam-check-spamassassin-headers, spam-check-spamassassin)
18735         (spam-spamassassin-score)
18736         (spam-spamassassin-register-with-sa-learn)
18737         (spam-spamassassin-register-spam-routine)
18738         (spam-spamassassin-register-ham-routine)
18739         (spam-assassin-register-spam-routine)
18740         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18741         (spam-bogofilter-score): Fix to show article before scoring.
18742
18743 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18744
18745         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18746         default scoring function.
18747         (spam-generic-score): Call spam-spamassassin-score if
18748         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18749         spam-bogofilter-score otherwise.
18750
18751         * gnus.el (spam-process, spam-autodetect-methods):
18752         Add spamassassin and spamassassin-headers.
18753
18754 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18755
18756         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18757         Suppress unnecessary messages.
18758
18759 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18760
18761         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18762         make-hash-table.
18763
18764 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18765
18766         * canlock.el (base64-encode-string): Don't autoload it.
18767
18768 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18769
18770         * run-at-time.el: Remove useless (require 'itimer),
18771         eval-and-compile and (featurep 'xemacs).
18772
18773 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18774
18775         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18776         GROUP is a virtual group.
18777
18778 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18779
18780         * gnus.el: Autoload `message-y-or-n-p'.
18781
18782 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18783
18784         * pgg-parse.el: Remove unnecessary (require 'custom).
18785
18786         * pgg-def.el: do.
18787
18788         * nnmail.el: do.
18789
18790         * gnus-undo.el: do.
18791
18792         * gnus-picon.el: do.
18793
18794         * gnus-util.el: do.
18795
18796 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18797
18798         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18799
18800 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18801
18802         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18803         handle, as well as a list.
18804
18805         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18806         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18807         (mm-w3m-cid-retrieve): Simplify.
18808
18809 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18810
18811         * message.el (message-kill-to-signature): Allow prefix arg to
18812         specify number of lines to keep before signature.
18813
18814 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18815
18816         * message.el (message-kill-to-signature): Change docstring.
18817
18818 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18819
18820         * canlock.el: Always require sha1-el.
18821         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18822
18823         * message.el: Autoload sha1 only when compiling.
18824
18825         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18826         eudc-expand-inline for XEmacs.
18827
18828 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18829
18830         * message.el (message-canlock-generate): Require sha1-el.
18831
18832 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18833
18834         * message.el (message-expand-name): Silence the byte compiler.
18835
18836         * lpath.el: Add detect-coding-system.
18837
18838         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18839         cus-edit.
18840
18841 2004-01-13  Simon Josefsson  <jas@extundo.com>
18842
18843         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18844         Invoke gnus-score-mode.
18845         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18846
18847         * gnus-range.el (gnus-compress-sequence): Doc fix.
18848         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
18849
18850 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18851
18852         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18853
18854 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18855
18856         * spam.el (spam-get-article-as-string): Update to use
18857         gnus-request-article-this-buffer, much simpler.
18858         (spam-get-article-as-buffer): Remove.
18859
18860 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18861
18862         * message.el (message-expand-name): Use EUDC if the user uses that.
18863
18864 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18865
18866         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18867         character for the encoding to avoid consing a string.
18868
18869         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18870         unnecessarily.
18871
18872         * mm-util.el (mm-replace-chars-in-string): Remove.
18873
18874         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18875         of mm-replace-chars-in-string.
18876
18877 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18878
18879         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18880
18881         * mm-util.el (mm-subst-char-in-string): Support inplace.
18882
18883         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18884         a new string in every iteration.  Use shy groups.
18885
18886 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18887
18888         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18889         * gnus-soup.el (gnus-soup-group-brew):
18890         * gnus-msg.el (gnus-put-message):
18891         * gnus-move.el (gnus-group-move-group-to-server):
18892         * gnus-kill.el (gnus-batch-score):
18893         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18894         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18895         (gnus-group-update-group, gnus-group-read-group)
18896         (gnus-group-make-group, gnus-group-make-help-group)
18897         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18898         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18899         (gnus-group-sort-by-unread, gnus-group-catchup)
18900         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18901         (gnus-group-yank-group, gnus-group-set-info)
18902         (gnus-group-list-groups):
18903         * gnus.el (gnus-generate-new-group-name):
18904         * gnus-delay.el (gnus-delay-send-queue):
18905         * nnvirtual.el (nnvirtual-catchup-group):
18906         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18907         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18908         (gnus-group-prepare-topics, gnus-topic-check-topology):
18909         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18910         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18911         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18912         (gnus-group-make-articles-read):
18913         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18914         (gnus-group-change-level, gnus-kill-newsgroup)
18915         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18916         (gnus-get-unread-articles, gnus-make-articles-unread)
18917         (gnus-make-ascending-articles-unread): Use accessor
18918         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18919         to get group information for improved readability.
18920
18921
18922 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18923
18924         * gnus-art.el (article-decode-mime-words, article-babel)
18925         (gnus-article-highlight-signature, gnus-article-add-buttons)
18926         (gnus-signature-toggle): Use gnus-with-article-buffer.
18927
18928         * gnus-art.el (gnus-article-highlight-headers)
18929         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18930
18931         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18932         (gnus-article-set-globals, gnus-request-article-this-buffer)
18933         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18934         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18935         (gnus-mime-display-alternative): Use with-current-buffer.
18936
18937 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18938
18939         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18940         also under 80 char limit, and call gnus-error if needed.
18941         (spam-fetch-article-header): Fix - it was a
18942         buffer-local variable (gnus-newsgroup-data).
18943         (spam-find-spam): Use spam-generate-fake-headers, forget about
18944         spam-insert-fake-headers.
18945         (spam-insert-fake-headers): Remove.
18946
18947 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18948
18949         * deuglify.el (gnus-article-outlook-unwrap-lines)
18950         (gnus-outlook-rearrange-article)
18951         (gnus-outlook-repair-attribution-outlook)
18952         (gnus-outlook-repair-attribution-block)
18953         (gnus-outlook-repair-attribution-other): Remove redundant
18954         save-excursion.
18955
18956 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18957
18958         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18959         (spam-fetch-field-subject-fast)
18960         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18961         (spam-fetch-article-header): Add functions to deal with Gnus
18962         internals for fast retrieval of article header data.
18963         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18964
18965 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18966
18967         * pop3.el (pop3-md5): Remove.
18968         (pop3-apop): Replace pop3-md5 with md5.
18969
18970         * mm-bodies.el: base64 is always built-in.
18971
18972         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18973         Use with-current-buffer.
18974
18975 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18976
18977         * canlock.el (canlock-insert-header): Remove excessive grouping in
18978         regexp.
18979
18980         * gnus-sum.el (gnus-summary-read-document): Ditto.
18981
18982         * gnus-uu.el (gnus-uu-part-number): Ditto.
18983
18984         * html2text.el (html2text-remove-tags): Ditto.
18985         (html2text-format-tags): Ditto.
18986         (html2text-format-single-elements): Ditto.
18987
18988         * mml.el (mml-parse-1): Ditto.
18989
18990 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18991
18992         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18993
18994         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18995
18996         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18997
18998         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18999
19000 2003-11-15  Simon Josefsson  <jas@extundo.com>
19001
19002         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19003         (pgg-gpg-lookup-key): Use regexp match instead of
19004         split-string (split-string is different between emacs 21.2 and
19005         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19006
19007 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19008
19009         * gnus-art.el (gnus-mime-view-all-parts)
19010         (gnus-article-part-wrapper, gnus-article-view-part):
19011         Use with-current-buffer.
19012
19013 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19014
19015         * spam.el (spam-disable-spam-split-during-ham-respool)
19016         (spam-spamoracle-database, spam-cache-lookups)
19017         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19018         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19019         (spam-group-ham-marks, spam-group-spam-marks)
19020         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19021         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19022         also add spam-use-blackholes to the statistical checks.
19023         (spam-fetch-field-fast): Add interface to fetching fields, may
19024         become a macro.
19025         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19026         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19027         (spam-insert-fake-headers): Fake an article when needed.
19028         (spam-find-spam): Fake article when possible.
19029         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19030         (spam-check-bogofilter-headers): Use message-fetch-field instead
19031         of nnmail-fetch-field.
19032
19033 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19034
19035         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19036
19037 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19038
19039         * spam.el (spam-split): Do not require spam-use-CHECK to be
19040         enabled if that check is passed to spam-split explicitly; also
19041         fix so 'spam doesn't get converted to spam-split-group when
19042         spam-split-symbolic-return is t.
19043         (spam-find-spam): Find registrations of the article and use those
19044         instead of re-running spam-split to find the spam/ham
19045         classification of the article.
19046         (spam-log-processing-to-registry, spam-log-registered-p)
19047         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19048         Use gnus-error instead of gnus-message.
19049         (spam-log-registration-type): Add function to determine the
19050         classification of a message based on registry entries; will
19051         return nil if both 'spam and 'ham are found.
19052         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19053         a reasonably fast local cache without the loading errors.
19054         (spam-cache-lookups): Set to t by default.
19055         (spam-find-spam): Don't try to guess spam-cache-lookups.
19056         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19057         spam-caches entry.
19058         (spam-filelist-build-cache, spam-filelist-check-cache):
19059         Fix caching of whitelist/blacklist entries.
19060         (spam-check-whitelist, spam-check-blacklist):
19061         Invoke spam-from-listed-p with a type, not a cache variable.
19062         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19063
19064 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19065
19066         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19067
19068         * nnmail.el (nnmail-split-fancy): do.
19069
19070         * mml.el (mml-parse): do.
19071
19072         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19073         (gnus-score-adaptive): do.
19074
19075 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19076
19077         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19078         (gnus-mime-button-map): Don't set keymap parent.
19079         (gnus-button-ctan-directory-regexp): Use shy grouping.
19080         (gnus-prev-page-map): Don't set keymap parent.
19081         (gnus-prev-page-map): Remove duplicated one.
19082         (gnus-next-page-map): Don't set keymap parent.
19083         (gnus-mime-security-button-map): Ditto.
19084
19085         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19086         version number.
19087
19088         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19089
19090 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19091
19092         * canlock.el (canlock-sha1-function): Remove.
19093         (canlock-sha1-function-for-verify): Remove.
19094         (canlock-openssl-program): Remove.
19095         (canlock-openssl-args): Remove.
19096         (canlock-ignore-errors): Remove.
19097         (canlock-sha1-with-openssl): Remove.
19098         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19099         (canlock-verify): Don't use canlock-ignore-errors.
19100
19101         * sha1-el.el (sha1-string-external): Make it can return a string
19102         in binary form.
19103         (sha1-region-external): Ditto.
19104         (sha1-string-internal): Ditto.
19105         (sha1-region-internal): Ditto.
19106         (sha1-region): Ditto.
19107         (sha1-string): Ditto.
19108         (sha1): Ditto.
19109
19110 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19111
19112         * spam.el (spam-report-articles-gmane): New command.
19113
19114 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19115
19116         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19117
19118         * run-at-time.el (run-at-time-saved): Remove.
19119         (run-at-time): Doc fix.
19120
19121 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19122
19123         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19124         (gnus-summary-limit-map): Add it.
19125         (gnus-summary-make-menu-bar): do.
19126
19127 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19128
19129         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19130         Make attempt at some caching support (done for BBDB only now).
19131         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19132         addresses to be checked.
19133         (spam-clear-cache-BBDB): Add function, to be invoked by
19134         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19135         (spam-check-BBDB): Check and use the caches, if
19136         spam-cache-lookups is on, remove superfluous (provide).
19137
19138 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19139
19140         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19141
19142 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19143
19144         * run-at-time.el (run-at-time-saved): Move to after the definition
19145         of `run-at-time'.
19146
19147         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19148
19149 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19150
19151         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19152         mm-w3m-local-map-property.
19153
19154         * mm-view.el (mm-w3m-mode-map): Remove.
19155         (mm-w3m-local-map-property): Remove.
19156         (mm-inline-text-html-render-with-w3m): Don't use
19157         mm-w3m-local-map-property.
19158
19159 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19160
19161         * run-at-time.el: New file.
19162
19163         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19164         under Emacs.
19165
19166         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19167         of gnus-set-text-properties.
19168
19169         * gnus-uu.el (gnus-uu-save-article): Ditto.
19170
19171         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19172
19173         * gnus-cite.el (gnus-cite-parse): Ditto.
19174
19175         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19176         of gnus-.
19177
19178         * gnus-xmas.el (run-at-time): Require run-at-time.
19179
19180         * gnus.el: Change calls to nnheader-run-at-time and
19181         password-run-at-time throughout to use run-at-time directly.
19182
19183         * password.el: Remove definition of run-at-time.
19184
19185         * nnheaderxm.el: Remove definition of run-at-time.
19186
19187 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19188
19189         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19190         in prompt.
19191
19192 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19193
19194         * messagexmas.el (message-xmas-redefine): Alias
19195         `message-make-caesar-translation-table' to
19196         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19197         version.
19198
19199         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19200         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19201         `gnus-xmas-set-text-properties'.
19202         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19203         `gnus-xmas-completing-read'.
19204         (gnus-xmas-completing-read): Removed.
19205         (gnus-xmas-open-network-stream): Removed.
19206
19207         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19208         XEmacs version.
19209
19210         * dns.el (dns-make-network-process): Use `open-network-stream'
19211         instead of `gnus-xmas-open-network-stream'.
19212
19213         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19214
19215         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19216
19217 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19218
19219         * gnus-art.el (gnus-mime-display-alternative)
19220         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19221         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19222         Don't use gnus-local-map-property.
19223
19224         * gnus-util.el (gnus-local-map-property): Remove.
19225
19226         * mm-view.el (mm-view-pkcs7-decrypt):
19227         Replace gnus-completing-read-maybe-default with completing-read.
19228
19229         * gnus-util.el (gnus-completing-read): do.
19230         (gnus-completing-read-maybe-default): Remove.
19231
19232 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19233
19234         * password.el: Only autoload `run-at-time' if not XEmacs.
19235         Only autoload the itimer functions if XEmacs.
19236
19237 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19238
19239         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19240         XEmacsen.
19241
19242         * dgnushack.el: Autoload executable-find for XEmacs.
19243
19244 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19245
19246         * gnus-art.el (gnus-read-string): Remove.
19247         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19248         read-string.
19249
19250 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19251
19252         * netrc.el: Autoload password-read.
19253         (netrc): Add configuration group.
19254         (netrc-encoding-method, netrc-openssl-path):
19255         Add variables for encoding and decoding of files with symmetric
19256         ciphers.
19257         (netrc-encode): Add assistant function to encode a file with
19258         netrc-encoding-method.
19259         (netrc-parse): Add interactive parameter, added optional
19260         decoding if netrc-encoding-method is non-nil but otherwise
19261         behavior is standard.
19262         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19263         Do s/encode/encrypt/ everywhere.
19264
19265         * spam.el: Remove executable-find autoload.
19266
19267 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19268
19269         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19270
19271         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19272
19273 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19274
19275         * gnus-art.el (gnus-treat-ansi-sequences)
19276         (article-treat-ansi-sequences): New variable and function.
19277         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19278
19279         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19280         Use it.
19281
19282 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19283
19284         * mm-util.el (mm-quote-arg): Remove.
19285
19286         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19287         shell-quote-argument.
19288
19289         * gnus-uu.el (gnus-uu-command): do.
19290
19291         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19292
19293         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19294         with make-char.
19295
19296         * mm-util.el (mm-make-char): Remove.
19297
19298         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19299         add-minor-mode.
19300
19301         * gnus-undo.el (gnus-undo-mode): do.
19302
19303         * gnus-topic.el (gnus-topic-mode): do.
19304
19305         * gnus-sum.el (gnus-dead-summary-mode): do.
19306
19307         * gnus-start.el (gnus-slave-mode): do.
19308
19309         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19310
19311         * gnus-ml.el (gnus-mailing-list-mode): do.
19312
19313         * gnus-gl.el (gnus-grouplens-mode): do.
19314
19315         * gnus-draft.el (gnus-draft-mode): do.
19316
19317         * gnus-dired.el (gnus-dired-mode): do.
19318
19319         * gnus-ems.el (gnus-add-minor-mode): 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         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19327         Replace gnus-char-width with char-width.
19328
19329         * gnus-ems.el (gnus-char-width): Remove.
19330
19331         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19332         definition.
19333         Remove Emacs 20 hash table compatibility code.
19334
19335         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19336         20 compatibility code.
19337
19338         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19339
19340         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19341
19342         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19343         Replace with point-at-{eol,bol}.
19344
19345         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19346
19347         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19348
19349         * flow-fill.el (fill-flowed-point-at-bol)
19350         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19351
19352         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19353         Replace with point-at-{eol,bol} throughout all files.
19354
19355 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19356
19357         * ntlm.el (ntlm-string-as-unibyte): New macro.
19358         (ntlm-build-auth-response): Use it.
19359
19360         Remove Emacs 20 stuff:
19361         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19362         (butlast, mapc, remove): Remove the compiler macros.
19363         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19364         of delq and copy-sequence.
19365         * gnus-art.el (popup-menu): Remove the compiler macro.
19366         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19367         Emacs 20.
19368
19369 2004-01-05  Simon Josefsson  <jas@extundo.com>
19370
19371         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19372         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19373         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19374         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19375         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19376         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19377         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19378         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19379         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19380         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19381         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19382         string-xor into ntlm-string-xor.
19383         Suggested by Jesper Harder <harder@myrealbox.com>.
19384
19385         * ntlm.el: Don't include poem.
19386
19387         * md4.el (print-int32, print-string-hexa): Remove.
19388         Suggested by Jesper Harder <harder@myrealbox.com>.
19389
19390         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19391
19392         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19393         probably breaks emacs with DL patch, but do we care? Is anyone
19394         still using the DL stuff?)
19395
19396         * sieve-manage.el: Use the password package.
19397         (sieve-manage-read-passwd): Remove.
19398         (sieve-manage-interactive-login): Use password.  Re-add
19399         condition-case around loop.
19400
19401         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19402         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19403         Use the password package.
19404
19405 2003-02-19  Simon Josefsson  <jas@extundo.com>
19406
19407         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19408         token.
19409
19410 2002-08-07  Simon Josefsson  <jas@extundo.com>
19411
19412         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19413         (sieve-manage-authenticators):
19414         (sieve-manage-authenticator-alist): Add some SASL mechs.
19415         (sieve-sasl-auth): New function.
19416         (sieve-manage-cram-md5-auth):
19417         (sieve-manage-plain-auth): Rewrite using SASL library.
19418         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19419         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19420         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19421         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19422
19423 2004-01-05  Simon Josefsson  <jas@extundo.com>
19424
19425         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19426         New files.
19427
19428 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19429
19430         * gnus-group.el (gnus-no-groups-message): Update.
19431
19432         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19433
19434 2003-11-09  Simon Josefsson  <jas@extundo.com>
19435
19436         * imap.el: Support for ID IMAP extension (RFC 2971).
19437         (imap-local-variables): Add imap-id.
19438         (imap-id): New variable.
19439         (imap-id): New function.
19440         (imap-parse-response): Parse untagged ID response.
19441         * nnimap.el (nnimap-id): New variable.
19442         (nnimap-open-connection): Use it.
19443
19444 2003-12-28  Simon Josefsson  <jas@extundo.com>
19445
19446         * gnus-score.el (gnus-score-edit-all-score): New.
19447         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19448
19449 2004-01-04  Simon Josefsson  <jas@extundo.com>
19450
19451         * password.el: Add.
19452
19453 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19454
19455         * dns.el (dns-query-types): Fix typo.
19456         (dns-query-types): New function.
19457         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19458         PTR and SOA replies, see RFC 1035.
19459
19460 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19461
19462         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19463
19464         * Move to Changelog.2.
19465
19466 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19467
19468         * gnus.el (gnus-version-number): Bump version.
19469
19470 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19471
19472         * gnus.el: No Gnus v0.1 is released.
19473
19474 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19475
19476         * gnus.el: No Gnus v0.0 is released.
19477
19478 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19479
19480         * gnus.el (gnus-version-number): Bump.
19481         (gnus-version): No.
19482
19483 See ChangeLog.2 for earlier changes.
19484
19485     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19486       Free Software Foundation, Inc.
19487
19488   This file is part of GNU Emacs.
19489
19490   GNU Emacs is free software: you can redistribute it and/or modify
19491   it under the terms of the GNU General Public License as published by
19492   the Free Software Foundation, either version 3 of the License, or
19493   (at your option) any later version.
19494
19495   GNU Emacs is distributed in the hope that it will be useful,
19496   but WITHOUT ANY WARRANTY; without even the implied warranty of
19497   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19498   GNU General Public License for more details.
19499
19500   You should have received a copy of the GNU General Public License
19501   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19502
19503 ;; Local Variables:
19504 ;; coding: utf-8
19505 ;; fill-column: 79
19506 ;; add-log-time-zone-rule: t
19507 ;; End: