* shr.el (shr-find-fill-point): Don't break before apostrophes.
[gnus] / lisp / ChangeLog
1 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * shr.el (shr-find-fill-point): Don't break before apostrophes.
4
5 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
6
7         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
8         seem to accept strings-with-numbers as port numbers,
9
10 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
11
12         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
13         change the registry.
14
15 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16
17         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
18         delete-dups that is not available in XEmacs 21.4.
19
20         * mm-util.el (mm-delete-duplicates): Add comment.
21
22 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
23
24         * nnir.el (nnir-ignored-newsgroups): New variable.
25         (nnir-get-active): Use it.
26
27 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28
29         * proto-stream.el (proto-stream-open-network): Add some comments.
30
31         * nntp.el (nntp-open-connection): Provide a :success condition.
32
33         * nnimap.el (nnimap-open-connection-1): Ditto.
34
35         * proto-stream.el (proto-stream-open-network): See what the response to
36         the STARTTLS command is.
37
38         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
39         backwards compatibility).
40         (nnimap-open-connection-1): Really respect nnimap-server-port.
41
42         * proto-stream.el (proto-stream-open-network): When doing opportunistic
43         TLS upgrades we don't really care about the identity of the peer.
44         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
45         that what we've checked for.
46         (proto-stream-always-use-starttls): Only default to t if
47         open-gnutls-stream exists.
48         (proto-stream-open-network): If STARTTLS failed, then just open a
49         normal connection.
50         (proto-stream-open-network): Wait until the greeting before doing
51         STARTTLS.
52
53         * nntp.el (nntp-open-connection): Report what the connection error is.
54
55         * proto-stream.el (open-protocol-stream): Renamed from
56         open-proto-stream.
57
58 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
59
60         * nnimap.el (nnimap-stream): Change default to `undecided'.
61         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
62         first, and then network.
63         (nnimap-open-connection-1): Respect nnimap-server-port.
64         (nnimap-open-connection): Be more backwards-compatible.
65
66         * proto-stream.el (proto-stream-always-use-starttls): New variable.
67         (proto-stream-open-starttls): De-duplicate the starttls code.
68         (proto-stream-open-starttls): Folded back into the main function.
69         (proto-stream-open-network): Fix typo in the gnutls path.
70         (proto-stream-command): Refactor out.
71
72         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
73
74         * proto-stream.el (proto-stream-open-starttls): Actually implement the
75         starttls.el STARTTLS.
76
77         * color.el (color-lab->srgb): Fix function call name.
78
79         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
80         if we're using tls.el.
81         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
82         built in, then don't try to establish a STARTTLS connection.
83
84         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
85         servers.
86
87         * proto-stream.el (open-proto-stream): Use network, not stream.
88         (open-proto-stream): Add a way to specify what the end of a command is.
89
90         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
91         connections types.
92         (nntp-open-network-stream): Remove.
93         (nntp-open-ssl-stream): Remove.
94         (nntp-open-tls-stream): Remove.
95         (nntp-ssl-program): Remove.
96
97         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
98
99 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
100
101         * nnir.el: Fix typos.
102         (nnir-retrieve-headers-override-function): Rename variable to reflect
103         new semantics.
104         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
105         macros.
106         (nnir-request-article, nnir-request-move-article): Use them.
107         (nnir-categorize): New function.
108         (nnir-run-query): Use it.
109         (nnir-retrieve-headers): Rewrite to batch header retrieval.
110         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
111         sorted.
112         (nnir-group-full-name): Use gnus-group-full-name instead.
113         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
114         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
115
116 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
117
118         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
119
120         * proto-stream.el: New library to provide protocol-specific
121         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
122         protocols.
123         (open-proto-stream): Complete the documentation.
124         (proto-stream-open-network): Fix some typos.
125
126         * nnimap.el (nnimap-open-connection): Use it.
127
128 2010-11-26  Julien Danjou  <julien@danjou.info>
129
130         * color.el: Rename various rgb functions to srgb.
131
132 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
133
134         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
135         names.
136
137 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
138
139         * shr.el (shr-insert): Revert last change.
140         (shr-find-fill-point): Never leave point being at bol;
141         relax the kinsoku limitation when rendering tables.
142
143 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
144
145         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
146         results from -accept-article.
147
148         * shr-color.el: Require cl when compiling.
149
150         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
151         checkin.
152
153         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
154
155         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
156
157         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
158         'add and 'delete to set backend marks.
159
160         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
161
162         * nnheader.el (nnheader-update-marks-actions): Refactor out.
163
164         * nntp.el (nntp-request-set-mark): Use it.
165
166         * nnfolder.el (nnfolder-request-set-mark): Ditto.
167
168         * nnml.el (nnml-request-set-mark): Ditto.
169
170         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
171         introduces regressions in article selection.
172         (nnimap-find-uid-response): New function.
173         (nnimap-request-accept-article): Use the UID returned, if any.
174         (nnimap-request-move-article): Use the UID returned, if any.
175         (nnimap-get-groups): Reimplement to work with folded lines.
176         (nnimap-find-uid-response): The UID is the last element in the list.
177         (nnimap-request-set-mark): Extend syntax with 'set.
178
179         * nnml.el (nnml-request-set-mark): Ditto.
180
181         * nnfolder.el (nnfolder-request-set-mark): Ditto.
182
183         * nntp.el (nntp-request-set-mark): Ditto.
184
185 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
186
187         * message.el (message-called-interactively-p): A temporary macro.
188         (message-goto-body): Use it temporarily.
189
190 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
191
192         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
193         (nnimap-last-response-string): Unfold quoted lines, if they exist.
194         (nnimap-last-response-string): Fix last unfolding fix.
195
196 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
197
198         * shr.el (shr-insert): Fix the way to fold lines.
199
200 2010-11-25  Julien Danjou  <julien@danjou.info>
201
202         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
203
204         * color.el: Rename from color-lab.el
205         (color-rgb->hex): Add.
206         (color-complement): Add.
207         (color-complement-hex): Add.
208
209         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
210
211 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
212
213         * shr-color.el (shr-color-visible): Don't bug out if the colour names
214         don't exist.
215
216 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
217
218         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
219         assuming that article displaying or another mml-preview may be
220         interrupted for an error or for the like.
221
222         * shr.el (shr-get-background): Fix argument name.
223
224 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
225
226         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
227
228         * gnus-sum.el (gnus-summary-include-articles): New function.
229
230         * message.el (message-goto-body): called-interactively-p needs a
231         parameter, so use `any'.
232
233         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
234         clear marks before moving, since they're synced from the Gnus side
235         first.
236
237         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
238         (gnus-summary-move-article): Copy over all marks before moving, so that
239         IMAP doesn't think a new article has arrived.
240
241 2010-11-24  Julien Danjou  <julien@danjou.info>
242
243         * shr.el (shr-insert-background-overlay): Fix typo.
244         (shr-render-td): Copy the background before rendering.
245
246         * shr-color.el (shr-color-visible): Fix docstring.
247
248         * shr.el (shr-tag-table): Add bgcolor support.
249         (shr-render-td): Add bgcolor support.
250         (shr-get-background): Add.
251         (shr-insert-foreground-overlay): Use shr-get-background.
252
253         * message.el (message-goto-body): Use called-interactively-p.
254         (message-in-body-p): message-goto-body returns point.
255
256 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
257
258         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
259         Fixes something or other in Emacs 23, and is backwards compatible.
260
261         * message.el (message-goto-body): Remove the <#secure special-casing,
262         which is too special.
263
264         * shr.el (shr-parse-style): Drop !important from styles.
265
266 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
267
268         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
269         this function to return incorrect results when calling it with an
270         explicit article argument different from
271         (gnus-summary-article-number).
272
273 2010-11-24  Julien Danjou  <julien@danjou.info>
274
275         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
276         (shr-tag-body): Add background support.
277         (shr-descend): Add background support.
278         (shr-tag-title): Add.
279
280         * shr-color.el (shr-color-visible): Really return original background
281         if fixed.
282
283 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
284
285         * shr.el (shr-color-check): Protect against non-existant colour names.
286
287 2010-11-24  Julien Danjou  <julien@danjou.info>
288
289         * color-lab.el: Require 'cl when compiling.
290
291         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
292
293         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
294         matched part.
295
296         * color-lab.el: Fix all expt calls to use float type.
297
298 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
299
300         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
301         expression to shr-color-check as is.
302
303         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
304
305         * color-lab.el: Add coding cookie.
306         (float-pi): Use eval-and-compile.
307
308         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
309         compiled for Emacsen having no `libxml-parse-html-region' support.
310
311 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
312
313         * shr.el (shr-insert-color-overlay): Split stuff like
314         "#444444 !important" to find the real colour.
315         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
316         parse <font color="red"> entries.
317
318 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
319
320         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
321         point when parsing headers.
322
323         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
324         is positioned properly when parsing headers.
325
326 2010-11-23  Julien Danjou  <julien@danjou.info>
327
328         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
329
330         * shr-color.el (shr-color->hexadecimal): Add support for color names.
331
332         * shr.el (shr-parse-style): Replace \n with space in style parsing.
333
334         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
335         shr-color-hue-to-rgb.
336         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
337
338 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
339
340         * shr.el (shr-color->hexadecimal): Autoload.
341         (shr-descend): Add color to all tags.
342
343 2010-11-22  Julien Danjou  <julien@danjou.info>
344
345         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
346         shr-color->hexadecimal.
347
348         * shr-color.el (shr-color->hexadecimal): Add converting functions for
349         RGB() or HSL() color representation.
350
351         * shr.el (shr-tag-font): Add.
352         (shr-tag-color-check): New function to get better colors.
353         (shr-tag-insert-color-overlay): Factorize code between tag-font and
354         tag-span.
355
356         * shr-color.el: New file.
357
358         * color-lab.el: New file.
359
360         * gnus-art.el (gnus-url-mailto): Do not downcase args.
361
362 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
363
364         * nnir.el: Fix typo in comments.
365         (nnir-run-imap): Simplify code. No need to reverse artlist.
366         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
367
368 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
369
370         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
371
372         * nnimap.el (nnimap-get-capabilities): Refactor out.
373         (nnimap-open-connection): Re-request capabilities after STARTTLS.
374
375 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
376
377         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
378         appearing when `mm-uu-hide-markers' is nil.
379
380 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
381
382         * nnimap.el (nnimap-unselect-group): Make into its own function.
383         (nnimap-request-rename-group): Unselect group before renaming.
384         This had gotten lost somewhere.
385         (nnimap-request-accept-article): Keep track of examined groups, and
386         unselect the group before APPENDing to read-only groups.
387         (nnimap-request-move-article): Clear flags before moving so that they
388         can be re-set later.
389
390 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
391
392         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
393         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
394
395 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
396
397         * gnus-art.el (gnus-mime-display-single)
398         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
399         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
400         parameter.
401
402 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
403
404         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
405         (shr-table-vertical-line): New variable.
406         (shr-insert-table): Use it.
407
408 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
409
410         * gnus-html.el (gnus-html-wash-images): Don't display images if
411         gnus-inhibit-images is non-nil; register displayer for cid images.
412         (gnus-html-display-image): Work for cid image.
413         (gnus-html-insert-image): Allow arguments.
414         (gnus-html-put-image): Inhibit read-only.
415         (gnus-html-prefetch-images): Don't prefetch images if
416         gnus-inhibit-images is non-nil.
417
418 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
419
420         * shr.el (shr-put-image): Break lines when inserting big pictures.
421
422 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
423
424         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
425         sender, thanks Katsumi Yamaoka.
426
427 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
428
429         * nnir.el (nnir-run-imap): Reverse the article list for each group
430         rather than the whole list.
431
432 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
433
434         * shr.el (shr-image-displayer): Protect function against non-existent
435         image source.
436
437         * gnus-art.el (gnus-inhibit-images): New user option.
438         (gnus-mime-display-single): Don't display image if it is non-nil.
439
440         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
441         gnus-inhibit-images.
442
443         * shr.el (shr-image-displayer): New function.
444         (shr-tag-img): Use it.
445
446 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
447
448         * mml2015.el (mml2015-epg-sign): Use From header.
449
450 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
451
452         * gnus-html.el (gnus-html-wash-images): Register a displayer.
453
454         * gnus-util.el (gnus-find-text-property-region): Return markers.
455
456         * shr.el (shr-tag-img): Put a displayer in the text property.
457
458         * gnus-util.el (gnus-find-text-property-region): New utility function.
459
460         * gnus-html.el (gnus-html-display-image): Make the alt optional.
461         (gnus-html-show-images): Remove.
462
463         * gnus-art.el (gnus-article-show-images): New, more general function.
464
465         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
466         image url text properties.
467
468         * shr.el: Ditto.
469
470         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
471         gnus-agent-auto-agentize-methods is set.  Which it isn't.
472
473 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
474
475         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
476         work for two or more articles.
477
478 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
479
480         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
481         divide an image that's in an html article to two or more when washing
482         non-ASCII characters in alt text of it.
483
484 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
485
486         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
487         smime-decrypt-region using function argument.
488         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
489
490         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
491
492         * smime.el (smime-decrypt-region): Catch it.
493
494 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
495
496         * smime.el (smime-mode-map): Move initialization into declaration.
497         (gnus-run-mode-hooks): Don't autoload.
498         (smime-mode): Use define-derived-mode.
499
500 2010-11-11  Glenn Morris  <rgm@gnu.org>
501
502         * smime.el (from): Restrict declaration to XEmacs.
503
504         * nnir.el (gnus-group-topic-name): Autoload.
505
506 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
507
508         * shr.el (shr-insert): Don't break long line if it is because of
509         kinsoku-bol characters in the line end.
510
511 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
512
513         * nnir.el (nnir-request-move-article): Fix to provide original group
514         and subject.
515         (nnir-warp-to-article): Don't fail on articles whose headers haven't
516         been retrieved.
517
518         * gnus-sum.el (gnus-summary-move-article): Use original group and
519         subject for virtual articles such as those in an nnir summary buffer.
520
521 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
522
523         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
524         least 21.5).
525
526         * smime.el (from): Declare it again for XEmacs.
527
528 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
529
530         * message.el (message-resend): Don't disable encoding unless it's
531         already encoded.
532
533         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
534         low-numbered articles.
535
536 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
537
538         * rfc2047.el (rfc2047-syntax-table): Simplify.
539
540         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
541
542         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
543         set-char-table-range for XEmacs.
544
545 2010-11-10  Glenn Morris  <rgm@gnu.org>
546
547         * time-date.el (time-to-seconds): Always an alias on Emacs,
548         never a real function.
549         (with-no-warnings): Remove compat stub, now unused.
550         (time-less-p): Doc fix.
551         (time-to-number-of-days): Simplify.
552
553         * smime.el (from): Remove unused declaration.
554
555         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
556         (gnus-float-time): On Emacs, always an alias.
557
558         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
559         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
560
561 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
562
563         * dgnushack.el: Don't use ignore-errors in the top level form since it
564         is unavailable in XEmacs even if cl is loaded.
565
566         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
567
568 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
569
570         * shr.el (browse-url-mailto): Autoload.
571
572         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
573
574         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
575         regexp doesn't need quoting.
576
577 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
578
579         * message.el (message-subject-trailing-was-ask-regexp)
580         (message-subject-trailing-was-regexp): Match was: in addition to was.
581
582 2010-11-09  Glenn Morris  <rgm@gnu.org>
583
584         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
585         (nnbabyl-check-mbox): Use point-at-bol.
586
587 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
588
589         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
590
591         * message.el (message-mailto): New function.
592         (message-mailto): Should accept other parameters.
593         (message-mailto): Remove since it duplicates browse-url-mailto
594         functionality.
595
596 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
597
598         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
599         methods.
600         (gnus-read-active-file): Ditto.
601
602         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
603         ": " from the prompt.
604         (gnus-group-make-group): Ditto.
605
606 2010-11-07  Glenn Morris  <rgm@gnu.org>
607
608         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
609         (gnus-bookmark-kill-line): Use point-at-eol.
610
611 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
612
613         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
614         asterisks in From header.
615
616 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
617
618         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
619         string to avoid making the From headers syntactically invalid.
620
621         * message.el (message-send-mail): Don't insert courtesy messages if the
622         message already has List-Post and List-ID messages.
623
624 2010-11-06  Glenn Morris  <rgm@gnu.org>
625
626         * gnus-art.el (gnus-treat-article): Give dynamic local variables
627         `condition', `type', `length' a prefix.
628         (gnus-treat-predicate): Update for above name changes.
629
630 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
631
632         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
633         binding.  Handled by `gnus-summary-refer-thread' instead.
634         (nnir-warp-to-article): New backend function.
635
636         * nnimap.el (nnimap-request-thread): Force dependency updating.
637
638         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
639         (gnus-summary-refer-thread): Rework to improve thread-referral.
640
641         * gnus-int.el (gnus-warp-to-article): New function.
642
643         * gnus-sum.el (gnus-summary-article-map): Bind it.
644
645 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
646
647         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
648         gnus-summary-refer-thread.
649
650         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
651         headers.
652         (gnus-summary-limit-include-thread): Prevent articles in thread from
653         being cut in gnus-cut-threads.
654         (gnus-summary-refer-thread): Limit retrieved headers to those in
655         thread.
656
657 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
658
659         * message.el (message-send-mail): Use the value of
660         message-courtesy-message from the message buffer.
661
662         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
663
664         * shr.el (shr-browse-url): Implement mailto: URLs.
665
666         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
667         "raw".
668
669         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
670         if it's already selected.
671
672         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
673
674 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
675
676         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
677         to measure the length and truncate alt text.
678
679 2010-11-03  Glenn Morris  <rgm@gnu.org>
680
681         * nndiary.el (nndiary-generate-nov-databases-1)
682         (nndiary-generate-active-info): Rename dynamic variable `files' to
683         something less generic.
684
685 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
686
687         * nnir.el (nnir-request-move-article): Call the underlying backend to
688         move articles from nnir.
689
690 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
691
692         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
693
694 2010-11-02  Julien Danjou  <julien@danjou.info>
695
696         * nnir.el: Remove wais support.
697
698 2010-11-02  Glenn Morris  <rgm@gnu.org>
699
700         * gnus-html.el: Reorder requirements to quieten compiler.
701
702 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
703
704         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
705         properly for XEmacs as well.
706         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
707         (gnus-article-natural-long-line-p): Use window-width rather than
708         frame-width.
709
710 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
711
712         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
713         (nnir-read-parms): Don't modify query.
714         (nnir-run-query): Add ability to search topic on current line.
715         (nnir-get-active): Clean up.
716
717 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
718
719         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
720         degenerate articles.
721
722         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
723         (gnus-print-buffer): Just print the buffer as is, without any copying
724         to a buffer and then re-highlighting.
725
726         * nnimap.el (nnimap-request-group): Store the new updated info.
727         (nnimap-request-group): Select the group when we don't know whether it
728         exists or not.
729
730         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
731         groups.
732
733         * gnus-group.el (gnus-group-find-new-groups): Display all the new
734         groups.
735
736         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
737         groups.
738
739         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
740         long-lines case by only filling the long lines.
741
742         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
743         (bug #7311).
744
745 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
746
747         * shr.el: No need to declare `declare-function' since shr.el is for
748         only Emacsen that provide `libxml-parse-html-region'.
749
750         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
751         effective only in a file it is referred to.
752
753 2010-11-01  Glenn Morris  <rgm@gnu.org>
754
755         * mm-util.el (gnus-completing-read): Autoload.
756         (mm-read-coding-system): Simplify Emacs definition.
757
758         * nnmail.el (gnus-activate-group):
759         * nnimap.el (gnutls-negotiate):
760         * nntp.el (netrc-parse): Fix declarations.
761
762 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
763
764         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
765         string-match-p in Emacs >=23.
766
767         * gnus-msg.el (gnus-configure-posting-styles)
768         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
769
770 2010-11-01  Glenn Morris  <rgm@gnu.org>
771
772         * nnir.el (declare-function): Add compat stub.
773         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
774         (nnir-run-gmane): Require 'mm-url.
775
776         * mm-util.el (mm-string-to-multibyte): Simplify.
777
778         * shr.el (declare-function): Add compat stub.
779         (url-cache-create-filename): Declare.
780         (mm-disable-multibyte, widget-convert-button): Autoload.
781
782         * smime.el (ldap-search): Declare.
783         (smime-cert-by-ldap-1): Require ldap on Emacs.
784
785         * nnimap.el: Require nnmail, and gnus-sum when compiling.
786         (nnimap-keepalive): Use gnus-float-time.
787
788         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
789         (mail-source-delete-crash-box): Use gnus-float-time.
790
791         * gnus-dired.el (gnus-completing-read): Autoload.
792
793         * mm-view.el (gnus-rescale-image): Autoload.
794
795         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
796
797         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
798
799         * sieve-manage.el: Require 'cl when compiling.
800
801         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
802         (gnus-iswitchb-completing-read): Require iswitchb.
803         (gnus-select-frame-set-input-focus): Silence compiler.
804
805 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
806
807         * message.el (message-subject-trailing-was-query): Change default to t,
808         since I think that's what most people want.
809
810         * nnimap.el (nnimap-request-accept-article): Erase buffer before
811         appending for easier debugging.
812         (nnimap-wait-for-connection): Take a regexp.
813         (nnimap-request-accept-article): Wait for the continuation line before
814         sending anything unless we're streaming.
815
816         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
817         leave the header washing to take place.
818
819 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
820
821         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
822         regular expression match and replace in posting styles.
823
824 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
825
826         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
827         an entire server.
828         (nnir-get-active): New function.
829         (nnir-run-imap): Use it.
830         (nnir-run-gmane): Who knew, gmane search returns an article score!
831
832         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
833         server on the current line with nnir.
834
835 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
836
837         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
838         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
839         left edge.
840         (gnus-article-foldable-buffer): Skip past the prefix when determining
841         raggedness.
842
843         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
844         the raw article, and change `C-u g' to show the article without doing
845         treatments.
846
847         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
848         on to `gnus-treat-article'.
849         (gnus-inhibit-article-treatments): New variable.
850
851         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
852
853         * gnus-art.el (gnus-treatment-function-alist): Have
854         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
855         (gnus-treat-fill-long-lines): Change default to fill all text/plain
856         sections.
857
858         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
859         parameter.
860         (gnus-article-fill-cited-long-lines): New function.
861         (gnus-article-fill-cited-article): Allow filling only long sections.
862
863         * shr.el (shr-find-fill-point): Don't break lines between punctuation
864         and non-punctuation (like after the apostrophe in "'We").
865
866         * gnus-sum.el (gnus-summary-select-article): Make sure
867         gnus-original-article-buffer is alive.
868
869         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
870         reflect the order they're in in the digest.
871
872         * gnus.el (gnus-group-startup-message): Move point to the start of the
873         buffer.
874
875         * nnimap.el (nnimap-capability): New function.
876         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
877         is set.
878
879 2010-10-31  David Engster  <dengste@eml.cc>
880
881         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
882         conform with changes to gnus-completing-read.
883
884 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
885
886         * shr.el (shr-tag-img): Output "*" instead of "[img]".
887
888 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
889
890         * nnir.el: Move defvar, defcustom around to keep file organized
891         and keep byte-compiler quiet.
892         (nnir-read-parms): Accept search-engine as arg.
893         (nnir-run-query): Pass search-engine as arg.
894         (nnir-search-engine): Remove.
895
896 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
897
898         * shr.el (shr-generic): The text nodes should be text, not :text.
899
900         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
901         later in the file.
902
903 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
904
905         * nnir.el: General clean up.  Allow searching with multiple engines.
906         Allow separate extra-parameters for each engine.
907         Batch queries when possible.
908         (nnir-imap-default-search-key,nnir-method-default-engines):
909         Add customize interface.
910         (nnir-run-gmane): New engine.
911         (nnir-engines): Use it.  Qualify all prompts with engine name.
912         (nnir-search-engine): Remove global variable.
913         (nnir-run-hyrex): Restore for now.
914         (nnir-extra-parms,nnir-search-history): New variables.
915         (gnus-group-make-nnir-group): Use them.
916         (nnir-group-server): Remove in favor of gnus-group-server.
917         (nnir-request-group): Avoid searching twice.
918         (nnir-sort-groups-by-server): New function.
919
920 2010-10-30  Julien Danjou  <julien@danjou.info>
921
922         * gnus-group.el: Remove gnus-group-fetch-control.
923
924         * gnus-start.el (gnus-find-new-newsgroups):
925         Remove gnus-check-first-time-used.
926
927         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
928
929 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
930
931         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
932         set on groups that don't have \* permanentflags.
933
934 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
935
936         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
937         control the background color.
938         (shr-tag-img): Ignore very small web bug type images.
939         (shr-put-image): Add help-echo alt texts to the images.
940         (shr-tag-video): Show the video poster image.
941
942 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
943
944         * shr.el (shr-table-depth): New variable.
945         (shr-tag-table-1): Only insert the images after the top-level table.
946
947         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
948
949         * gnus-util.el (gnus-list-memq-of-list): New function.
950
951         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
952         selected.
953         (nnimap-unsplittable-articles): New slot.
954         (nnimap-new-articles): Use it.
955
956 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
957
958         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
959         move to the previous line on `M-g'.
960
961 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
962
963         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
964         *-request-group, which seems unnecessary.
965
966         * nnimap.el (nnimap-quote-specials): Function copied over from
967         imap.el.
968         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
969         they support that.  Suggested by Tom Regner.
970
971 2010-10-29  Julien Danjou  <julien@danjou.info>
972
973         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
974         defalias.
975         (gnus-summary-delete-marked-with): Remove obsolete defalias.
976
977         * gnus.el: Remove `gnus-nntp-service' variable.
978         (gnus-secondary-servers): Make obsolete.
979         (gnus-nntp-server): Make obsolete.
980
981         * gnus-start.el (gnus-1): Remove x-splash calls.
982
983         * gnus-ems.el (gnus-x-splash): Remove.
984
985         * gnus.el (gnus-group-startup-message): Simplify/update code.
986
987         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
988         definition.
989
990         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
991         capability before doing anything.
992         (gnus-group-insert-group-line): Remove useless
993         gnus-group-remove-excess-properties.
994
995 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
996
997         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
998
999 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1000
1001         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1002         config after reselecting.
1003
1004 2010-10-28  Julien Danjou  <julien@danjou.info>
1005
1006         * shr.el (shr-put-image): Use point even if only inserting text.
1007         (shr-put-image): Save excursion when inserting alt text on non-graphic
1008         display, so the behaviour is the same when we are on a graphic display.
1009
1010         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1011
1012 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1013
1014         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1015         (gnus-mime-copy-part): Check coding system, not charset.
1016         (gnus-mime-view-part-externally): Never remove part.
1017         (gnus-mime-view-part-internally): Don't remove part here.
1018         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1019         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1020         multipart/alternative.
1021
1022         * mm-decode.el (mm-display-part): Take optional arg `force'.
1023
1024 2010-10-26  Julien Danjou  <julien@danjou.info>
1025
1026         * gnus-group.el (gnus-group-default-list-level): Add this function to
1027         compute the default list level.
1028         (gnus-group-default-list-level): Add possibility to use a function.
1029
1030 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1031
1032         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1033
1034         * gnus-group.el (gnus-group-completing-read)
1035         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1036         gnus-replace-in-string.
1037
1038 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1039
1040         * shr.el (shr-tag-div): Add.
1041
1042         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1043
1044 2010-10-25  Julien Danjou  <julien@danjou.info>
1045
1046         * gnus-util.el: Remove `gnus-with-local-quit'.
1047
1048         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1049
1050 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1051
1052         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1053         the original article buffer.
1054
1055 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1056
1057         * nnimap.el (nnimap-request-head): New function.
1058         (nnimap-request-move-article): Try to be slighly faster by not
1059         requesting the entire message when moving.
1060         (nnimap-transform-headers): Don't bug out on bodiless articles.
1061         (nnimap-send-command): Have no outstanding messages if the IMAP server
1062         doesn't support streaming.
1063         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1064
1065 2010-10-24  Julien Danjou  <julien@danjou.info>
1066
1067         * message.el (message-default-headers): Fix type.
1068
1069 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1070
1071         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1072         prefetching images.
1073
1074         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1075         backend for unknown groups.  This is mainly useful for nnimap groups.
1076
1077         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1078         group isn't covered by the agent.
1079
1080 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1081
1082         * nnir.el (nnir-method-default-engines): New variable.
1083         (nnir-run-query): Use it.
1084         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1085         (gnus-summary-nnir-goto-thread): Change group if needed.
1086
1087         * gnus-group.el (gnus-group-group-map): Add key binding for
1088         gnus-group-make-nnir-group.
1089
1090 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1091
1092         * shr.el (shr-tag-object): Add.
1093
1094         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1095         original article buffer live.
1096         (gnus-summary-select-article-buffer):
1097         Mention gnus-widen-article-buffer.
1098
1099 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1100
1101         * shr.el (shr-tag-strong): Add.
1102
1103 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1104
1105         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1106         group names.  They mess up the group buffer badly.
1107
1108         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1109
1110         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1111         instead of the summary one.
1112
1113 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1114
1115         * mml.el (mml-preview): Work properly when editing article.
1116
1117         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1118         gnus-have-read-active-file if it's already been in.
1119
1120 2010-10-22  Tom Tromey  <tromey@redhat.com>
1121
1122         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1123         gnus-group-completing-read.
1124
1125 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1126
1127         * message.el (message-mode-map): Don't bind M-; to comment region, to
1128         allow the global comment-dwim to work.
1129
1130 2010-10-21  Julien Danjou  <julien@danjou.info>
1131
1132         * message.el (message-setup-1): Allow message-default-headers to be a
1133         function.
1134
1135 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1136
1137         * shr.el (shr-tag-table): Simplify.
1138
1139 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1140
1141         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1142         to avoid trying to snarf invalid stuff.
1143
1144         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1145
1146         * gnus.el (gnus-message-archive-group): Quote value.
1147         (gnus-message-archive-group): Mark as changed.
1148
1149         * shr.el (shr-add-font): Don't put the font properties on the newline
1150         or the indentation.
1151
1152         * message.el (message-fix-before-sending): Change options when sending
1153         non-printable characters.
1154
1155         * gnus.el (gnus-message-archive-method): Change the default to
1156         monthly outgoing groups.
1157
1158         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1159         that have gotten new numbers.
1160
1161         * nnimap.el (nnimap-request-replace-article): New function.
1162
1163 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1164
1165         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1166         (nnrss-request-article): Don't use special html washing code.
1167
1168 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1169
1170         * shr.el (shr-tag-table): Remove useless nconc.
1171
1172 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1173
1174         * gnus-art.el (article-wash-html): Simplify and remove the charset
1175         stuff.  Use the normal html rendering code instead of the special html
1176         washing code.
1177
1178         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1179         `gnus-w3m' symbols.
1180         (mm-text-html-washer-alist): Remove.
1181
1182         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1183         (mm-inline-media-tests): Remove use.
1184         (mm-text-html-renderer): Change default to the `shr' symbol.
1185
1186         * mm-view.el (mm-inline-text-html): Remove use.
1187
1188         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1189         `gnus-blocked-images' to be a function.
1190         (gnus-article-wash-function): Remove.
1191
1192 2010-10-20  Julien Danjou  <julien@danjou.info>
1193
1194         * spam.el (spam-list-of-processors): Mark as obsolete.
1195
1196         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1197         (nnimap-insert-partial-structure): Fix boundary detection.
1198
1199 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1200
1201         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1202         run file-truename on remote files.  This can be expensive and even
1203         prevent one from editing drafts if some unrelated buffer has a stale
1204         connection.
1205
1206 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1207
1208         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1209         kinsoku-eol regardless of shr-kinsoku-shorten.
1210         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1211         (shr-tag-table): Support caption, thead, and tfoot.
1212
1213 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1214
1215         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1216         lines.
1217         (shr-save-contents): New command and keystroke.
1218
1219         * nndoc.el (nndoc-type-alist): Add git support.
1220         (nndoc-git-type-p): New function.
1221         (nndoc-transform-git-article): Ditto.
1222         (nndoc-transform-git-headers): Ditto.
1223         (nndoc-transform-git-headers): Generate Subject headers.
1224
1225         * shr.el (shr-parse-style): New function.
1226         (shr-tag-span): Ditto.
1227
1228         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1229         to `G G' to avoid collisions.
1230
1231 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1232
1233         * shr.el: Load kinsoku if necessary.
1234         (shr-kinsoku-shorten): New internal variable.
1235         (shr-find-fill-point): Make kinsoku shorten text line if
1236         shr-kinsoku-shorten is bound to non-nil.
1237         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1238         shr-indentation too when testing if table is wider than frame width.
1239         (shr-insert-table): Use `string-width' instead of `length' to measure
1240         text width.
1241         (shr-insert-table-ruler): Make sure indentation is done at bol.
1242
1243 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1244
1245         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1246         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1247         undecoded network data.
1248
1249 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1250
1251         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1252         name in the mode line spec so that the mode line menu works
1253         (bug #2431).
1254
1255         * message.el (message-get-reply-headers): If we're fed `to-address',
1256         then always use that.
1257
1258         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1259         aren't so wide as to need to switch off the edit menu.
1260
1261         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1262         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1263
1264         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1265         `M-g'.
1266         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1267         the permanent marks.
1268
1269 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1270
1271         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1272         Splitting according to references/in-reply-to obeys the ignore-groups
1273         variable, while splitting by sender and subject do not.
1274
1275 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1276
1277         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1278         alist, so that we can look for non-Unicode chars.
1279         (article-translate-strings): Allow both character and string maps.
1280
1281 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1282
1283         * shr.el (shr-insert): Don't insert space behind a wide character
1284         categorized as kinsoku-bol, or between characters both categorized as
1285         nospace.
1286
1287 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1288
1289         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1290         headers to gnus-newsgroup-headers.
1291
1292 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1293
1294         * shr.el (shr-tag-img): Don't align images -- since we're not
1295         rescaling, this often leads to ugly displays.
1296
1297 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1298
1299         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1300         duplicates.
1301
1302 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1303
1304         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1305         call.
1306
1307 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1308
1309         * gnus.el: Autoload gnus-html-show-images.
1310
1311         * nnimap.el: Use nnheader-message throughout.
1312
1313         * shr.el (shr-tag-img): Ignore images with no data.
1314
1315 2010-10-15  Julien Danjou  <julien@danjou.info>
1316
1317         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1318         a possibility to disable format=flow encoding when using hard newlines.
1319
1320 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1321
1322         * shr.el (shr-insert): Remove space inserted before or after a
1323         breakable character or at the beginning or the end of a line.
1324         (shr-find-fill-point): Do kinsoku; find the second best point or give
1325         it up if there's no breakable point.
1326
1327 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1328
1329         * nnimap.el (nnimap-open-connection): Message when opening connection
1330         for debugging purposes.
1331
1332         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1333         on every setup buffer call to allow this to change from article to
1334         article.
1335
1336         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1337         buffers where we have a wide table.
1338
1339 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1340
1341         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1342         uses *-request-thread.
1343
1344 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1345
1346         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1347         incantation, which is no longer valid.
1348
1349 2010-10-14  Julien Danjou  <julien@danjou.info>
1350
1351         * shr.el: Fix defcustom type (char -> character).
1352
1353 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1354
1355         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1356         programs.
1357
1358 2010-10-14  Julien Danjou  <julien@danjou.info>
1359
1360         * shr.el (shr-tag-a): Use url-link as widget type.
1361
1362         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1363         `gnus-group-get-icon'.
1364
1365 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1366
1367         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1368         This should make server editing work better.
1369
1370         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1371
1372         * tls.el (tls-program): Remove spurious %s from openssl.
1373
1374         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1375         (nnimap-parse-flags): Fix regexp.
1376
1377         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1378         probably work for CJVK text, too.
1379
1380         * nnimap.el (nnimap-extend-tls-programs): Remove.
1381         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1382
1383         * tls.el (tls-starttls-switches): Remove starttls hack.
1384         (open-tls-stream): Ditto.
1385         (tls-find-starttls-argument): Ditto.
1386
1387 2010-10-13  Julien Danjou  <julien@danjou.info>
1388
1389         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1390         responses.
1391
1392 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1393
1394         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1395
1396         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1397         anything in Emacs.
1398
1399         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1400
1401 2010-10-13  Julien Danjou  <julien@danjou.info>
1402
1403         * shr.el (shr-width): Make shr-width a defcustom with default to
1404         fill-column.
1405         (shr-tag-img): Use shr-width rather than fill-column.
1406
1407 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1408
1409         * dgnushack.el (byte-optimize-apply)
1410         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1411
1412         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1413         position when (X-)Faces exist.
1414         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1415         avatars when called interactively.
1416
1417 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1418
1419         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1420         gnus-article-x-face-too-ugly is bound.
1421
1422 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1423
1424         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1425
1426         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1427         mailbox that doesn't exist.
1428
1429 2010-10-12  Julien Danjou  <julien@danjou.info>
1430
1431         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1432         (shr-get-image-data): Encode URL properly when fetching from cache.
1433         (shr-tag-img): Use aligned-to spaces to align correctly images.
1434
1435         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1436         before inserting the Gravatar.
1437
1438         * shr.el (shr-tag-img): Add align attribute support for <img>.
1439
1440 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1441
1442         * gnus-gravatar.el (gnus-art): Require.
1443
1444         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1445         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1446         Remove long obsoleted functions.
1447
1448 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1449
1450         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1451
1452         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1453
1454         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1455         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1456         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1457         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1458         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1459         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1460         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1461
1462 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1463
1464         * nnimap.el (nnimap-request-rename-group): Select group read-only
1465         before renaming it.
1466
1467         * shr.el (shr-insert): Fix up the white space only regexp.
1468
1469         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1470         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1471
1472         * shr.el (shr-current-column): New function.
1473         (shr-find-fill-point): New function.
1474
1475 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1476
1477         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1478         numbers.
1479
1480 2010-10-11  Julien Danjou  <julien@danjou.info>
1481
1482         * shr.el (shr-hr-line): Add.
1483         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1484         display hr lines.
1485         (shr-max-columns): Do not change state to nil if we just inserting
1486         spaces.
1487
1488 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1489
1490         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1491         select the last group.
1492
1493 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1494
1495         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1496
1497 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1498
1499         * dig.el (dig-mode-map): Declare and define in one step.
1500
1501 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1502
1503         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1504         for Gnus.
1505         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1506         (nnimap-update-qresync-info): Mark \Seen articles as read.
1507
1508         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1509         non-variable, too.
1510
1511         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1512         available.
1513         (nnimap-update-info): Rely more on the current active than the param
1514         active to avoid marking articles as read too much.
1515
1516         * auth-source.el (auth-source-create): Use (user-login-name) for the
1517         user name default.
1518
1519         * nnimap.el (nnimap-update-info): If the server doesn't return any
1520         useful info, just use the previous info.
1521         (nnimap-update-info): Prefer old info over start-article.
1522         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1523
1524 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1525
1526         * nnir.el (autoload): Clean up autoloads.
1527         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1528         Use key rather than value.
1529         (nnir-imap-search-other): New variable.
1530         (nnir-read-parm): Use it.
1531         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1532         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1533
1534 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1535
1536         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1537         the process, too.
1538
1539 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1540
1541         * spam.el (gnus-summary-mode-map): Bind to "$".
1542         Suggested by Russ Allbery.
1543
1544         * shr.el: Rework the way things are indented by <li> slightly.
1545
1546         * gnus.el (gnus-group-set-parameter): Fix typo.
1547
1548         * nnimap.el: Start implementing QRESYNC support.
1549
1550 2010-10-09  Julien Danjou  <julien@danjou.info>
1551
1552         * nnir.el (nnir-engines): Fix too many arguments.
1553
1554 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1555
1556         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1557         group is the "last", so that the backends like nnfolder actually save
1558         their folders.
1559
1560         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1561         try to use that for the tls stream.
1562         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1563         UIDVALIDITY and find out which groups are read-only and not.
1564         (nnimap-get-flags): Use the same marks parsing code as the rest of
1565         nnimap.
1566
1567 2010-10-09  Julien Danjou  <julien@danjou.info>
1568
1569         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1570
1571         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1572         retrieving gravatars.
1573
1574         * shr.el (shr-table-corner): Add.
1575         (shr-table-line): Add.
1576         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1577
1578 2010-10-08  Julien Danjou  <julien@danjou.info>
1579
1580         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1581
1582 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1583
1584         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1585
1586         * gnus-sum.el (gnus-mark-article-as-unread)
1587         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1588         (gnus-summary-set-bookmark): Use it.
1589
1590         * gnus-msg.el (gnus-setup-message): Use it.
1591
1592         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1593
1594         * gnus.el (gnus-group-remove-parameter): Use it.
1595
1596         * gnus-group.el (gnus-group-make-web-group): Use it.
1597
1598         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1599
1600         * nnregistry.el: Update docs to mention manual.
1601
1602         * gnus-registry.el: Update docs to mention nnregistry.el.
1603         (gnus-registry-initialize): Don't install nnregistry refer method
1604         automatically.
1605         (gnus-registry-install-nnregistry): Remove it.
1606
1607 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1608
1609         * shr.el (shr-insert): Don't insert double spaces.
1610
1611 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1612
1613         * gnus-gravatar.el (gnus-treat-from-gravatar)
1614         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1615         called interactively.
1616
1617         * gnus-art.el (gnus-mime-view-part-externally)
1618         (gnus-mime-view-part-internally): Make predicate function passed to
1619         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1620         of a mime type.
1621
1622         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1623
1624 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1625
1626         * shr.el (require): Require cl when compiling.
1627         (shr-tag-hr): New function.
1628
1629         * nnimap.el (nnimap-update-info): Remove double setting of high.
1630         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1631         This makes nnimap work properly on Courier again.
1632
1633         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1634         the variable for backwards compatability.
1635
1636         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1637         the file name before using to avoid setting mm-default-directory to
1638         nil.
1639
1640         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1641         bidning gnus-agent variables.
1642
1643         * shr.el (shr-render-td): Use a cache for the table rendering function
1644         to avoid getting an exponential rendering behaviour in nested tables.
1645         (shr-insert): Rework the line-breaking algorithm.
1646         (shr-insert): Don't leave trailing spaces.
1647         (shr-insert-table): Also insert empty TDs.
1648         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1649
1650 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1651
1652         * gnus-sum.el (gnus-number): Rename from `number'.
1653         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1654         (gnus-summary-limit-children): Update uses correspondingly.
1655
1656 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1657
1658         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1659         (gnus-gravatar-transform-address): Don't show avatars of people of
1660         which mail addresses match gnus-gravatar-too-ugly.
1661
1662 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1663
1664         * shr.el (shr-table-widths): Expand TD elements to fill available
1665         space.
1666
1667 2010-10-07  Julien Danjou  <julien@danjou.info>
1668
1669         * nnimap.el (nnimap-request-rename-group): Add this method.
1670
1671 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1672
1673         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1674         name from XEmacs' function-arglist.
1675
1676         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1677         gravatar under XEmacs.
1678
1679 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1680
1681         * auth-source.el: Update docs with TODO items.
1682
1683         * gnus-sync.el: Update docs to explain state and plans.
1684
1685         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1686         Hooks for mark updates.
1687         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1688
1689         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1690         hooks with arguments, which is needed for mark update hooks.
1691
1692 2010-10-06  Julien Danjou  <julien@danjou.info>
1693
1694         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1695         was matched.
1696
1697         * sieve-manage.el: Update example in `Commentary'.
1698
1699         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1700
1701         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1702         not 2000.
1703         (sieve-manage-authenticate): Re-add function.
1704
1705 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1706
1707         * shr.el (shr-insert): Get 'space transition right.
1708         (shr-render-td): Only delete space at the end of the TD.
1709
1710         * nnimap.el (nnimap-open-connection): Prepare to support
1711         open-gnutls-stream.
1712
1713         * shr.el: Rearrange function order to be more logical.
1714
1715 2010-10-06  Julien Danjou  <julien@danjou.info>
1716
1717         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1718         (nnrss-discover-feed): Remove 404 URL in docstring.
1719
1720         * nnir.el: Fix Swish-E URL.
1721         Fix Namazu URL.
1722
1723         * message.el (message-change-subject): Remove 404 URL in a comment.
1724
1725 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1726
1727         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1728         called interactively.
1729
1730         * gnus-util.el (gnus-remove-if): Allow hash table.
1731         (gnus-remove-if-not): New function.
1732
1733         * gnus-art.el (gnus-mime-view-part-as-type)
1734         * gnus-score.el (gnus-summary-score-effect)
1735         * gnus-sum.el (gnus-read-move-group-name):
1736         Replace remove-if-not with gnus-remove-if-not.
1737
1738         * gnus-group.el (gnus-group-completing-read):
1739         Regard collection as a hash table if it is not a list.
1740
1741 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1742
1743         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1744
1745         * shr.el: Document the table-rendering algorithm.
1746
1747 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1748
1749         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1750         for Emacsen having no `libxml-parse-html-region' support.
1751
1752 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1753
1754         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1755         invalid URLs.
1756
1757         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1758         line-broken.
1759         (shr-tag-img): Ignore image fetching errors.
1760         (shr-overlays-in-region): Compute overlay positions correctly.
1761
1762         * mm-decode.el (mm-shr): Require shr.
1763
1764         * gnus-art.el (gnus-blocked-images): Move variable here.
1765
1766         * shr.el (shr-insert-table): Bind free variable.
1767
1768         * mm-decode.el (mm-shr): Bind shr-content-function.
1769
1770         * shr.el (shr-content-function): New variable.
1771
1772         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1773         added for symmetry.
1774
1775         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1776
1777         * gnus-group.el (gnus-group-make-group): Doc fix.
1778
1779         * nnimap.el (nnimap-request-newgroups): Return success.
1780
1781         * shr.el (shr-find-elements): New function.
1782         (shr-tag-table): Put all the images after the table.
1783         (shr-tag-table): Really inhibit images inside the table.
1784         (shr-collect-overlays): Copy over overlays from the TD elements to the
1785         main document.
1786
1787         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1788         gnus-blocked-images.
1789
1790 2010-10-05  Julien Danjou  <julien@danjou.info>
1791
1792         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1793
1794         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1795         (gnus-html-maximum-image-size): Add this function.
1796         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1797
1798         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1799         server-value of the capability is nil.
1800
1801 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1802
1803         * shr.el (shr-tag-em): Add <EM> tag.
1804
1805 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1806
1807         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1808         customizable.
1809
1810         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1811         handing broken links to browse-url.
1812
1813 2010-10-05  Julien Danjou  <julien@danjou.info>
1814
1815         * gnus-util.el (gnus-emacs-completing-read)
1816         (gnus-iswitchb-completing-read): Use autoload rather than require.
1817
1818 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1819
1820         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1821         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1822         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1823         iswitchb-temp-buflist for XEmacs.
1824
1825         * gnus-util.el (gnus-completing-read-function): Exclude
1826         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1827         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1828         XEmacs.
1829
1830         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1831         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1832
1833         * gnus-html.el: Don't require help-fns under XEmacs.
1834         (gnus-html-schedule-image-fetching): Work for XEmacs.
1835
1836         * mm-decode.el (mm-shr): Decode contents by charset.
1837
1838 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1839
1840         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1841         unknown.
1842
1843         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1844         (shr-get-image-data): Ensure against the cache file missing.
1845
1846         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1847         for data.
1848
1849         * spam-report.el (spam-report-url-ping-plain): Don't query about
1850         killing the process.
1851
1852         * shr.el (shr-render-td): Protect against too-wide text.
1853
1854 2010-10-04  Julien Danjou  <julien@danjou.info>
1855
1856         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1857         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1858
1859         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1860         retrieved.
1861
1862 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1863
1864         * shr.el (browse-url): Require.
1865         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1866         lines.
1867         (shr-show-alt-text, shr-browse-image): New commands.
1868         (shr-browse-url, shr-copy-url): New commands.
1869
1870         * gnus-sum.el (gnus-widen-article-window): New variable.
1871         (gnus-summary-select-article-buffer): Use it.
1872
1873         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1874         without @ signs.
1875
1876 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1877
1878         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1879
1880 2010-10-04  Julien Danjou  <julien@danjou.info>
1881
1882         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1883         for XEmacs.
1884
1885 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1886
1887         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1888
1889         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1890         (nnimap-close-server): Implement.
1891
1892         * dgnushack.el (iswitchb): Require to shut up the compiler.
1893
1894         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1895         (shr-insert): Tweak line breaking.
1896         (shr-insert): Handle <pre> better.
1897         (shr-tag-li): Get <li> indentation right.
1898         (shr-tag-li): Get <li> indentation even righter.
1899         (shr-tag-blockquote): Ensure paragraph start.
1900         (shr-make-table): Tweak table generation.
1901         (shr-make-table): Fix typo.
1902
1903         * shr.el: Implement table rendering.
1904
1905 2010-10-04  Julien Danjou  <julien@danjou.info>
1906
1907         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1908
1909 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1910
1911         * shr.el (shr-insert): Use string anchors instead of line anchors.
1912
1913 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1914
1915         * shr.el: Add headings.
1916         (shr-ensure-paragraph): Actually work.
1917         (shr-tag-li): Make <ul> prettier.
1918         (shr-insert): Get white space at the beginning/end of elements right.
1919         (shr-tag-p): Collapse subsequent <p>s.
1920         (shr-ensure-paragraph): Don't insert double line feeds after blank
1921         lines.
1922         (shr-insert): \t is also space.
1923         (shr-tag-s): Fix "s" tag name function.
1924         (shr-tag-s): Fix face prop name.
1925
1926 2010-10-03  Julien Danjou  <julien@danjou.info>
1927
1928         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1929
1930         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1931         gnus-window-inside-pixel-edges.
1932
1933         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1934         gnus-ems.
1935
1936         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1937
1938         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1939         function.
1940
1941         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1942         resize choice.
1943
1944 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1945
1946         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1947         beginning of the buffer.
1948
1949         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1950         article buffer again.
1951
1952         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
1953
1954         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1955         when it's at the start of the buffer.
1956
1957         * shr.el (shr-tag-blockquote): Convert name.
1958         (shr-rescale-image): Use the right image-size variant.
1959
1960         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1961         buffer isn't shown, then select the current article first instead of
1962         bugging out.
1963         (gnus-summary-select-article-buffer): Show both the article and summary
1964         buffers again.
1965
1966         * shr.el (shr-fontize-cont): Protect against regions with no text.
1967         Rename tag functions to shr-tag-* for enhanced security.
1968         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1969
1970 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1971
1972         * shr.el (shr-insert):
1973         * pop3.el (pop3-movemail):
1974         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1975         loaded.
1976
1977 2010-10-03  Glenn Morris  <rgm@gnu.org>
1978
1979         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1980
1981         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1982
1983         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1984
1985         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1986
1987         * gnus-util.el (gnus-make-local-hook): Simplify.
1988
1989 2010-10-02  Julien Danjou  <julien@danjou.info>
1990
1991         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1992         (gnus-ido-completing-read): New function.
1993         (gnus-emacs-completing-read): New function.
1994         (gnus-completing-read): Use gnus-completing-read-function.
1995         Add gnus-completing-read-function.
1996
1997 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1998
1999         * shr.el (shr-insert-document): Autoload.
2000         (shr-img): Be silent.
2001         (shr-insert): Add a newline after every picture before text.
2002         (shr-add-font): Use overlays for combining faces.
2003         (shr-insert): Pass upwards the text start point.
2004
2005         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2006         possible.
2007         (mm-shr): New function.
2008
2009 2010-10-02  Julien Danjou  <julien@danjou.info>
2010
2011         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2012         should go backward.
2013
2014 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2015
2016         * shr.el (shr): Fix typo in provide call.
2017
2018 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2019
2020         * shr.el: New file.
2021
2022         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2023
2024         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2025         completing read.
2026
2027 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2028
2029         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2030         we're being queried about.  Suggested by Dan Jacobson.
2031
2032         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2033         Suggested by Jason Eisner.
2034
2035         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2036         table, too.  Suggested by Stefan Wiens.
2037         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2038         the table unnecessary.  Suggested by Stefan Wiens.
2039
2040         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2041         longer needed, and probably doesn't work either, as pointed out by
2042         Stefan Wiens.
2043         (gnus-summary-exit): Remove call to the clearing function.
2044         (gnus-summary-exit-no-update): Ditto.
2045
2046         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2047         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2048         Reported by Stefan Monnier.
2049         (gnus-summary-save-in-rmail): Ditto.
2050
2051         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2052         article buffer, instead of both the article buffer and the summary
2053         buffer.  Sort of suggested by Dan Jacobson.
2054
2055         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2056
2057         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2058         Suggested by Dan Jacobson.
2059
2060         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2061         documentation clearer.
2062
2063         * message.el (message-shorten-references): Comment on the number "21".
2064         Suggested by Stefan Monnier.
2065
2066         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2067         Suggested by Dan Jacobson.
2068
2069         * gnus.el (gnus-large-newsgroup):
2070         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2071
2072         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2073         externalize attachments.  Bug reported by Steve Wen.
2074
2075         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2076         really message anything to the user.
2077
2078         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2079         directly.
2080
2081         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2082         messages in empty groups.
2083
2084 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2085
2086         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2087         non-UIDNEXT group.
2088
2089 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2090
2091         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2092         not the value from the collection.
2093
2094         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2095         values.  This sometimes happens on some groups that have no info.
2096         (nnimap-request-newgroups): New function.
2097
2098 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2099
2100         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2101         check into `gnus-registry-initialize'.
2102         (gnus-registry-initialize): Ditto.
2103         Fix and extend header docs.
2104
2105 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2106
2107         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2108         regexp backtrace overflows.
2109
2110         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2111         for starttls that tls.el implements; i.e. openssl.
2112
2113         * tls.el (tls-starttls-switches): Give up on using starttls with
2114         gnutls-cli.
2115         (tls-program): Add --insecure to be consistent with the defaults from
2116         openssl s_client.  Now all three commands are insecure.
2117
2118 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2119
2120         * lpath.el: Bind completion-styles-alist for XEmacs.
2121
2122         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2123         (gravatar-create-image): New function that's an alias to
2124         gnus-xmas-create-image, gnus-create-image, or create-image.
2125         (gravatar-data->image): Use it.
2126
2127 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2128
2129         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2130         install the nnregistry refer method.
2131         (gnus-registry-install-hooks): Use it.
2132         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2133         unfollowed groups.
2134
2135 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2136
2137         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2138         expanding threads.
2139
2140 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2141
2142         * nnir.el: Use the server names without suffixes (bug #7009).
2143
2144         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2145         unencrypted to STARTTLS, if possible.
2146
2147 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2148
2149         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2150         headers before superseding.
2151
2152 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2153
2154         * nnrss.el (nnrss-use-local): Add documentation.
2155
2156         * nnimap.el (nnimap-extend-tls-programs): New function.
2157         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2158         (nnimap-wait-for-connection): Accept the greeting from the stupid
2159         output from openssl s_client -starttls, too.
2160
2161         * tls.el (tls-starttls-switches): New variable.
2162         (tls-find-starttls-argument): Use it.
2163         (open-tls-stream): Ditto.
2164
2165         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2166         (netrc-machine): Ditto.
2167
2168         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2169         article number.
2170         (nnimap-split-fancy): New variable.
2171         (nnimap-split-incoming-mail): Use it.
2172
2173         * nntp.el (nntp-server-list-active-group): Document.
2174
2175         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2176         SELECT to get the message-id.
2177
2178         * mail-source.el (mail-sources): Remove webmail support.
2179         (defvar): Ditto.
2180         (mail-source-fetcher-alist): Ditto.
2181         (mail-source-fetch-webmail): Remove.
2182
2183         * webmail.el: Remove -- doesn't seem relevant any more.
2184
2185         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2186
2187         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2188         the \r.
2189
2190 2010-09-30  Julien Danjou  <julien@danjou.info>
2191
2192         * gnus-agent.el (gnus-agent-add-group): Fix call to
2193         gnus-completing-read.
2194
2195 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2196
2197         * nndoc.el (nndoc-retrieve-groups): New function.
2198
2199         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2200         `default', use nnmail-split-methods.
2201         (nnimap-request-article): Downcase the NILs so that they are nil.
2202
2203         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2204         symbol.
2205
2206         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2207         code, since if the user has requested network, that's what they ought
2208         to get.
2209         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2210         (nnimap-split-rule): Mark as obsolete.
2211
2212         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2213         New variable.
2214
2215         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2216         correct slot, too.
2217
2218 2010-09-29  Julien Danjou  <julien@danjou.info>
2219
2220         * gnus.el (gnus-local-domain): Declare variable obsolete.
2221
2222         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2223         Fix history computing.
2224         (gnus-ido-completing-read): Require ido.
2225
2226 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2227
2228         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2229         build Gnus.
2230
2231         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2232         when interpreting the structures.
2233         (nnimap-request-accept-article): Add \r\n to the lines to make this
2234         work with Cyrus.
2235
2236         * nndraft.el (nndraft-request-expire-articles): Use the group name
2237         instead if "nndraft".  Fix found by Nils Ackermann.
2238
2239 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2240
2241         * nnregistry.el: Add.
2242
2243 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2244
2245         * nnmail.el (group, group-art-list, group-art):
2246         Remove unneeded directives.
2247
2248 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2249
2250         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2251         (mm-mime-charset)
2252         * rfc2047.el (rfc2047-syntax-table)
2253         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2254
2255         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2256         rather than `insert-file-contents' and `eval-region'.
2257
2258         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2259         construction.
2260
2261         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2262
2263         * time-date.el: No need to require cl for Emacs 21.
2264
2265 2010-09-29  Julien Danjou  <julien@danjou.info>
2266
2267         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2268         replacement of `gnus-gravatar-relief' to mimic
2269         `gnus-faces-properties-alist'.
2270         Add :version property.
2271
2272 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2273
2274         * mail-source.el (mail-source-report-new-mail)
2275         * message.el (message-default-mail-headers)
2276         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2277
2278         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2279
2280 2010-09-28  Julien Danjou  <julien@danjou.info>
2281
2282         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2283         mail-address contains the same string as real-name.
2284
2285         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2286         non-blank in header, otherwise it'll get stripped.
2287
2288         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2289         real-name, and then for mail address rather than doing : or , search.
2290
2291 2010-09-27  Julien Danjou  <julien@danjou.info>
2292
2293         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2294         right completing-read function.
2295         (gnus-use-ido): New variable
2296         (gnus-completing-read-with-default): Remove.
2297         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2298         (gnus-agent-add-group):
2299         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2300         * mm-view.el (mm-view-pkcs7-decrypt):
2301         * mm-util.el (mm-codepage-setup):
2302         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2303         * mml-smime.el (mml-smime-openssl-sign-query):
2304         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2305         (mml-insert-multipart):
2306         * gnus-msg.el (gnus-summary-yank-message):
2307         * gnus-int.el (gnus-start-news-server):
2308         * mm-decode.el (mm-interactively-view-part):
2309         * gnus-dired.el (gnus-dired-attach):
2310         * gnus.el (gnus-read-method):
2311         * gnus-bookmark.el (gnus-bookmark-jump):
2312         * gnus-art.el (gnus-mime-view-part-as-type)
2313         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2314         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2315         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2316         * nnmairix.el (nnmairix-create-server-and-default-group)
2317         (nnmairix-update-groups, nnmairix-get-server)
2318         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2319         (nnmairix-get-group-from-file-path):
2320         * nnrss.el (nnrss-find-rss-via-syndic8):
2321         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2322         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2323         (gnus-group-browse-foreign-server):
2324         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2325         (gnus-summary-execute-command, gnus-summary-respool-article)
2326         (gnus-read-move-group-name):
2327         * gnus-score.el (gnus-summary-increase-score)
2328         (gnus-summary-score-effect):
2329         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2330
2331 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2332
2333         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2334         x-focus-frame.
2335
2336         * nnimap.el (auth-source-forget-user-or-password)
2337         (auth-source-user-or-password): Autoload.
2338
2339         * message.el (message-from-style, message-interactive)
2340         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2341         (message-yank-prefix, message-indentation-spaces, message-signature)
2342         (message-signature-file): Add comment.
2343
2344 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2345
2346         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2347         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2348         new articles.
2349
2350         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2351         parts.
2352         (nnimap-request-article): Work with the t setting, too.
2353
2354         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2355         that you don't get flashes of other buffers.
2356         (gnus-summary-show-complete-article): Intern before setting.
2357
2358 2010-09-27  David Engster  <dengste@eml.cc>
2359
2360         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2361         well as HEADERS.
2362         (nnmairix-retrieve-headers): Provide new argument for the above.
2363
2364 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2365
2366         * gnus-sum.el (gnus-summary-move-article): Don't alter
2367         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2368         group.
2369
2370         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2371
2372         * message.el (message-cite-prefix-regexp): Revert my last edit.
2373
2374         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2375         variable instead of the Gnus variable.
2376
2377         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2378
2379         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2380
2381         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2382         since some servers don't like it.
2383         (nnimap-open-connection): Forget credentials if the server says the
2384         password was wrong.
2385         (nnimap-parse-line): Protect against invalid data.
2386
2387         * gnus-sum.el (gnus-summary-move-article): Add comment.
2388         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2389         nothing alters it while scanning for new messages.
2390
2391         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2392         which may or may not help.
2393         (nnimap-open-connection): If we're doing a stream connection, and then
2394         discover we're on a STARTTLS-capable server, then open a STARTTLS
2395         connection instead.
2396
2397 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2398
2399         * nnimap.el (utf7): Require.
2400
2401         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2402         prefix.
2403
2404 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2405
2406         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2407
2408 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2409
2410         * nnimap.el (nnimap-request-accept-article): Message the error on
2411         error.
2412
2413 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2414
2415         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2416
2417 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2418
2419         * nndoc.el (nndoc-request-list): Return success always.
2420
2421         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2422         `fetch-old' -- we only want to fetch the articles we've requested.
2423         The rest are in the agent, probably.
2424         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2425         disappeared server" to something low.  It's not important.
2426
2427         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2428         arrived before the FETCH data.
2429
2430         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2431         target here, because we don't know the Gnus name of the group.
2432
2433         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2434         for the correct group.
2435
2436         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2437
2438         * gnus.el (gnus): Give a final warning after startup.
2439
2440         * gnus-util.el (gnus-action-message-log): New variable.
2441         (gnus-message): Use it.
2442         (gnus-final-warning): New function.
2443
2444         * nnimap.el (nnimap-open-connection): Record the greeting.
2445         (nnimap): Add greeting.
2446
2447 2010-09-26  Julien Danjou  <julien@danjou.info>
2448
2449         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2450         arguments.
2451         (gnus-html-wash-images): Fix spec computing to include start/end.
2452
2453         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2454
2455 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2456
2457         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2458         deletion.
2459         (nnimap-retrieve-headers): Don't select the group, because that's
2460         already done by nnimap-possibly-change-group.
2461
2462         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2463         (gnus-picon-transform-address): Use it.
2464
2465         * mail-source.el (mail-source-value): Revert previous patch.
2466
2467         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2468         on failure.
2469         (nnimap-open-connection): Look up both virtual and physical server name
2470         credentials.
2471
2472         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2473
2474 2009-02-07  Dave Love  <fx@gnu.org>
2475
2476         * tls.el (open-tls-stream): Don't query killing process.
2477
2478 2009-02-08  Dave Love  <fx@gnu.org>
2479
2480         * gnus-win.el (gnus-window-to-buffer-helper)
2481         (gnus-all-windows-visible-p): Function needn't be a symbol.
2482
2483         * mail-source.el (mail-source-value): Function needn't be a symbol.
2484
2485 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2486
2487         * message.el (message-cite-prefix-regexp): Remove } from the cite
2488         prefix.
2489
2490         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2491         highlight again, so that the highlight is correct.
2492
2493         * gnus-picon.el (gnus-picon): Remove again.
2494         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2495
2496         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2497         doing the header highlightling, so that the background colour of the
2498         picon is correct.
2499
2500         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2501         (gnus-picon): Ditto.
2502         (gnus-picon): Reinstate.  The background colour for picons is white.
2503         (gnus-picon-insert-glyph): Make the background white.
2504
2505         * nnml.el (nnml-open-nov): Don't return dead buffers.
2506
2507         * auth-source.el (auth-source-create): Query the user for whether to
2508         store the credentials.
2509
2510         * netrc.el (netrc-store-data): New function.
2511
2512         * auth-source.el (auth-source-user-or-password): Use the existing auth
2513         sources, if any, for creation.
2514
2515         * gnus.el (gnus-group-fast-parameter): Return the last matching
2516         parameter instead of the first matching parameter.
2517
2518 2010-09-26  Julien Danjou  <julien@danjou.info>
2519
2520         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2521
2522 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2523
2524         * mml2015.el (mml2015-use): Remove gpg support.
2525
2526         * mml1991.el (mml1991-function-alist): Remove gpg function.
2527         (mml1991-gpg-sign): Remove.
2528
2529 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2530
2531         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2532         (gnus-browse-unsubscribe-current-group): Document it.
2533         (gnus-browse-unsubscribe-group): Use it.
2534
2535 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2536
2537         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2538         address to the To list for easier response.
2539
2540         * gnus.el (gnus-play-startup-jingle): Remove.
2541         (gnus-splash): Don't play jingle.
2542         (gnus): Silence gnus-load message.
2543
2544         * gnus-art.el (gnus-treat-play-sounds): Remove.
2545
2546         * gnus.el (gnus-play-jingle): Remove audio support.
2547
2548         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2549
2550         * earcon.el: Remove -- no users.
2551
2552         * gnus-audio.el: Remove -- no users of this package.
2553
2554         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2555
2556         * gnus-start.el (gnus-setup-news): Remove nocem support.
2557
2558         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2559
2560         * gnus.el (gnus-use-nocem): Remove.
2561
2562         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2563         Remove.
2564
2565         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2566         uses NoCeM any more.
2567
2568         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2569         (gnus-button-ctan-handler): Ditto.
2570         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2571         (gnus-button-ctan-directory-regexp): Ditto.
2572         (gnus-button-handle-ctan): Ditto.
2573         (gnus-button-tex-level): Ditto.
2574         (gnus-button-alist): Remove CTAN stuff.
2575
2576 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2577
2578         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2579         nnimap-streaming test.
2580
2581         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2582         servers twice.
2583
2584         * nnimap.el (nnimap-open-connection): Add more error reporting when
2585         nnimap fails early.
2586
2587         * nnheader.el (nnheader-get-report-string): New function.
2588         (nnheader-get-report): Use it.
2589
2590         * gnus-int.el (gnus-check-server): Say what the error was when opening
2591         failed.
2592
2593         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2594         using streaming.
2595
2596 2010-09-25  Julien Danjou  <julien@danjou.info>
2597
2598         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2599         gnus-window-inside-pixel-edges.
2600
2601 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2602
2603         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2604
2605         * mm-decode.el (mm-save-part): Allow saving to other directories the
2606         normal Emacs way.
2607
2608         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2609         Suggested by Jay Berkenbilt.
2610
2611         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2612         there isn't a single byte.
2613
2614         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2615         just do it.  It doesn't really seem to matter what the user responds
2616         here, I think, so it's just a confusing question.
2617
2618         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2619         non-streaming case.
2620
2621         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2622         (gnus-article-encrypt-body): Use it.
2623
2624         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2625         keystroke.
2626
2627         * nnimap.el (nnimap-find-wanted-parts-1):
2628         Use gnus-fetch-partial-articles.
2629
2630         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2631
2632         * nnimap.el (nnimap-insert-partial-structure): New function.
2633         (nnimap-get-partial-article): New function.
2634         (nnimap-request-article): Use it.
2635         (nnimap-wait-for-response): Return whether the wait was successful.
2636         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2637         retrieval wasn't successful.
2638         (nnimap-retrieve-group-data-early): Allow throttling servers.
2639         (nnimap-streaming): New variable.
2640         (nnimap-fetch-partial-articles): Remove.
2641
2642         * mm-decode.el (mm-with-part): Protect against killed buffers.
2643
2644         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2645         for prettier summary display.
2646
2647 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2648
2649         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2650
2651 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2652
2653         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2654         apparently third-party libraries depend on it.
2655
2656         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2657         before starting negotiation.
2658
2659         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2660         privacy reasons.
2661         (gnus-treat-mail-gravatar): Ditto.
2662
2663         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2664         buffer when inserting images.  Inserting text into the headers, for
2665         instance, can make them invalid.
2666
2667 2010-09-25  Julien Danjou  <julien@danjou.info>
2668
2669         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2670         variables.
2671
2672         * nnheader.el: Remove useless variables news-reply-yank-from and
2673         news-reply-yank-message-id.
2674
2675         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2676         variables.
2677
2678         * mml1991.el: Remove useless mml1991-verbose.
2679
2680         * gnus.el: Remove useless variable gnus-use-generic-from.
2681         Remove obsolete variable gnus-topic-indentation.
2682
2683         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2684
2685         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2686
2687         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2688
2689         * gnus-group.el: Remove useless gnus-group-icon-cache.
2690         Remove useless gnus-ephemeral-group-server.
2691
2692         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2693
2694         * mml2015.el: Remove useless mml2015-verbose.
2695
2696         * mml-smime.el: Remove useless mml-smime-verbose.
2697
2698         * gnus.el: Remove useless gnus-local-domain.
2699
2700         * gnus-gravatar.el (gnus-gravatar-transform-address):
2701         Use gnus-gravatar-size.
2702
2703         * gnus-art.el: Remove useless gnus-treat-translate.
2704
2705 2010-09-24  Julien Danjou  <julien@danjou.info>
2706
2707         * gnus-sum.el: Add support for Gravatars.
2708
2709         * gnus-art.el: Add support for Gravatars.
2710
2711         * gnus-gravatar.el: Add this file.
2712
2713         * gravatar.el: Add this file.
2714
2715 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2716
2717         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2718
2719         * gnus-group.el (gnus-group-fetch-faq): Remove.
2720
2721         * gnus.el (gnus-group-faq-directory): Remove.
2722
2723         * gnus-group.el (gnus-group-fetch-charter): Remove.
2724
2725         * gnus.el (gnus-group-charter-alist): Remove.
2726
2727         * gnus-group.el (gnus-group-archive-directory): Remove.
2728         (gnus-group-recent-archive-directory): Ditto.
2729         (gnus-group-make-archive-group): Remove.
2730
2731         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2732
2733         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2734         use the same article number for all the cached articles.
2735
2736         * nnimap.el (nnimap-command): Register the last command time so
2737         that we can use it for idling NOOPs.
2738         (nnimap-open-connection): Start the keeplive timer.
2739         (nnimap-make-process-buffer): Store all the process buffers.
2740         (nnimap-keepalive): New function.
2741
2742         * starttls.el (starttls-open-stream): Add autoload cookie.
2743
2744 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2745
2746         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2747         handling.
2748
2749 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2750
2751         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2752         its data structures.
2753
2754         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2755         instead of the cl.el copy-list.
2756         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2757         equalp.
2758
2759 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2760
2761         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2762         and tool-bar-local-item-from-menu.
2763
2764         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2765         mode-line-highlight face for Emacs.
2766
2767         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2768         loading gnus-sum.elc; fix comment for canlock-verify.
2769         (gnus-article-jump-to-part): Use read-number.
2770         (gnus-insert-mime-button, gnus-insert-mime-security-button):
2771         Remove Emacs pre-21 compatible code for help-echo.
2772         (gnus-article-next-page-1): No need to adjust the number of lines.
2773         (gnus-article-describe-bindings): Always use help-buffer.
2774
2775         * gnus-audio.el (gnus-audio-inline-sound)
2776         * gnus-cus.el (gnus-custom-mode)
2777         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2778
2779         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2780
2781         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2782         compatible code.
2783
2784 2010-09-24  Glenn Morris  <rgm@gnu.org>
2785
2786         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2787         visiting the fcc file in rmail-mode.
2788
2789         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2790
2791 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2792
2793         * nnir.el: Silence the byte compiler.
2794
2795         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2796         alias to browse-url-url-encode-chars if any.
2797         (gnus-html-encode-url): Use it.
2798
2799 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2800
2801         * gnus-start.el (gnus-use-backend-marks): New variable.
2802         (gnus-get-unread-articles-in-group): Use it.
2803
2804         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2805         makeover.
2806
2807 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2808
2809         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2810
2811 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2812
2813         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2814         Remove.
2815         (gnus-setup-news-hook):
2816         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
2817
2818         * gnus-int.el (gnus-request-update-info): Protect against backends not
2819         having the function.
2820
2821         * nnimap.el (nnimap-stream): Mention starttls.
2822         (nnimap-open-connection): Add starttls support.
2823
2824 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2825
2826         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2827
2828 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2829
2830         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2831         BODYSTRUCTUREs.
2832         (nnimap-transform-headers): Unfold quoted {42} headers.
2833
2834         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2835         the info.
2836         (gnus-get-unread-articles): Only call updatep on backends that support
2837         it.
2838
2839         * nnweb.el (nnweb-request-update-info): NOOP.
2840
2841         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
2842
2843         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
2844         since it only deals with marks.
2845
2846         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
2847         gnus-request-marks, and make a new gnus-request-update-info.
2848
2849         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2850         the active instead of the high number, which is usually too low.
2851
2852 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2853
2854         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2855         * encrypt.el: Remove.
2856
2857 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2858
2859         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2860         server in symbolic form.
2861
2862         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
2863
2864 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2865
2866         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2867         (nnimap-update-info): Fix up code slightly.
2868
2869         * gnus-int.el (gnus-open-server): Add tracing for performance
2870         debugging.
2871
2872         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2873         (gnus-group-insert-group-line): Pass the real group name so that it
2874         gets the right data.
2875
2876         * gnus-start.el (gnus-get-unread-articles): Don't have
2877         `gnus-get-unread-articles-in-group' update info, since that can be
2878         really slow and doesn't seem to be needed?
2879
2880 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2881
2882         * time-date.el (date-to-time): Try using parse-time-string first before
2883         using the slower timezone-make-date-arpa-standard.
2884
2885 2010-09-22  Julien Danjou  <julien@danjou.info>
2886
2887         * gnus-group.el (gnus-group-insert-group-line):
2888         Call gnus-group-highlight-line.
2889         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2890         default hook list.
2891         (gnus-group-update-eval-form): Add new function.
2892         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2893         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2894
2895 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2896
2897         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2898         immediate, then expire all articles.
2899         (nnimap-update-info): Fix off-by-one errors.
2900         (nnimap-flags-to-marks): Would return no marks lists for group with no
2901         flags.  Instead return the other data.
2902
2903 2010-09-22  Julien Danjou  <julien@danjou.info>
2904
2905         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
2906         Only return an icon.
2907         (gnus-group-insert-group-line): Compute icon to return.
2908
2909         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
2910         (gnus-html-image-fetched): Only cache if
2911         gnus-html-image-automatic-caching is set.
2912         (gnus-html-image-fetched): Check for errors.
2913
2914 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2915
2916         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2917         once per method on `g'.  This ensures that backends like nnfolder don't
2918         open all their folders.
2919
2920         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2921         (nnimap-request-list): Nix out group in the correct buffer.
2922         (nnimap-parse-flags): Implement by using `read' instead of
2923         hand-parsing.
2924         (nnimap-flags-to-marks): Pass on permanent-flags.
2925         (nnimap-make-process-buffer): Record the server name.
2926         (nnimap-parse-flags): Fix typo.
2927         (nnimap-request-scan): Run split on the server in general, not just a
2928         single group.
2929
2930         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2931         parameter, and propagate this downwards.
2932
2933         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2934         since EXAMINE changes it on the server.
2935
2936         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2937         this command might take a while.
2938
2939 2010-09-22  Julien Danjou  <julien@danjou.info>
2940
2941         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
2942         harmful if you have 2 images side-by-side, they can't be properly
2943         update on text deletion.  Using text-property is safer here.
2944         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2945         data.
2946
2947 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2948
2949         * nnimap.el (nnimap-expunge-inbox): Remove.
2950         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2951         (nnimap-expunge): Flip default to t.
2952
2953         * gnus.el (gnus-method-to-server): Don't push things to the cache
2954         unless it's unique.
2955         (gnus-server-to-method): Ditto.
2956
2957 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2958
2959         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2960
2961 2010-09-22  Julien Danjou  <julien@danjou.info>
2962
2963         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2964         get the start of data.
2965         (gnus-html-encode-url): Add this function to encode special chars in
2966         URL.
2967         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2968         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2969
2970         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2971         default.
2972         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2973
2974         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2975         images alt-text.
2976         (gnus-html-put-image): Put alt-text as help-echo.
2977
2978 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2979
2980         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2981         * mm-util.el (mm-decompress-buffer)
2982         * nnir.el (nnir-run-find-grep)
2983         * pop3.el (pop3-list): Use 3rd arg of split-string.
2984
2985         * time-date.el (format-seconds): Comment fix.
2986
2987         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2988         and byte-optimize-form-code-walker.
2989         (dgnushack-make-auto-load): Don't advise make-autoload.
2990
2991         * lpath.el: Remove Emacs 21 stuff.
2992
2993 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2994
2995         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2996         outside the active range.  Suggested by Dan Christensen.
2997
2998         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2999         slightly later to avoid double-getting it.
3000
3001         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3002         previous patch.
3003
3004         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3005
3006 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3007
3008         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3009
3010 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3011
3012         * gnus-int.el (gnus-open-server): Give a better error message in the
3013         "go offline" case.
3014
3015         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3016         marks for nnimap, which is seldom the right thing to do.
3017
3018         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3019         (gnus-same-method-different-name): New function.
3020
3021         * nnimap.el (parse-time): Require.
3022
3023         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3024         method in the presence of many similar methods.
3025
3026         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3027
3028         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3029         nnml-inhibit-expiry.
3030
3031         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3032         find out whether methods are equal.
3033
3034         * nnimap.el (nnimap-find-expired-articles): New function.
3035         (nnimap-process-expiry-targets): New function.
3036         (nnimap-request-move-article): Request the article before looking at
3037         what the Message-ID is.  Fix found by Andrew Cohen.
3038         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3039
3040         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3041         for oldness in addition to being a predicate.
3042
3043         * nnimap.el (nnimap-request-group): When we have zero articles, return
3044         the right data to Gnus.
3045         (nnimap-request-expire-articles): Only delete articles immediately if
3046         the target is 'delete.
3047
3048         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3049         method, this would bug out.
3050
3051         * gnus-group.el (gnus-group-expunge-group): Rename from
3052         gnus-group-nnimap-expunge, and implemented as a normal interface
3053         function.
3054
3055         * gnus-int.el (gnus-request-expunge-group): New function.
3056
3057         * nnimap.el (nnimap-request-create-group): Implement.
3058         (nnimap-request-expunge-group): New function.
3059
3060 2010-09-21  Julien Danjou  <julien@danjou.info>
3061
3062         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3063         (gnus-html-cache-expired): Add new function.
3064         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3065         wethever we should display image for fetch it.
3066         Compute alt-text earlier to pass it to the fetching function too.
3067         (gnus-html-schedule-image-fetching): Change function argument to only
3068         get one image at a time, not a list.
3069         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3070         cache.
3071         (gnus-html-get-image-data): New function to retrieve image data from
3072         cache.
3073         (gnus-html-put-image): Change buffer argument to use image data rather
3074         than file, and place image above region rather than inserting a new
3075         one.  Do not take alt-text as argument, since it's useless now: we place
3076         the image above alt-text.
3077         (gnus-html-prune-cache): Remove.
3078         (gnus-html-show-images): Start to fetch image when we find one, do not
3079         push into a temporary list.
3080         (gnus-html-prefetch-images): Only fetch image if they have expired.
3081         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3082         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3083
3084 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3085
3086         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3087
3088 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3089
3090         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3091         spec inser "*" if the group isn't active instead of 0.
3092
3093         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3094         opening the server.
3095         (nnimap-request-delete-group): Implement group deletion.
3096         (nnimap-transform-headers): Return the size of the entire message in
3097         the Bytes header, not just the size of the first part.
3098         (nnimap-request-move-article): When moving an article from nnimap,
3099         request the article first so the accepting form has an article to
3100         accept.  Reported by Dan Christensen.
3101         (nnimap-command): Make sure that the error message doesn't error out.
3102
3103 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3104
3105         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3106         we haven't requested anything.
3107
3108 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3109
3110         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3111         "".  Fix found by Andrew Cohen.
3112
3113         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3114         instead of -encode-string.
3115
3116 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3117
3118         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3119
3120         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3121         by mm-subst-char-in-string.
3122
3123 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3124
3125         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3126         waiting for the connection string.
3127
3128         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3129         arriving.
3130
3131         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3132         bogus characters.  This allows selecting certain Gmail groups.
3133
3134         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3135         (nnimap-fetch-partial-articles): New variable.
3136         (nnimap-open-connection): When looking for credentials, also use the
3137         nnimap-server-port.
3138         (nnimap-request-article): Return the group/article number, so that Gnus
3139         `^' works as expected.
3140         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3141
3142         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3143         comments.
3144         (gnus-methods-sloppily-equal): New function.
3145         (gnus): When using the development version of Gnus, load the gnus-load
3146         file.
3147
3148         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3149         `gnus-open-server' on each method before trying to scan them etc.
3150         This ensures that all the backend parameters are set correctly.
3151
3152         * nnimap.el (nnimap-authenticator): New variable.
3153         (nnimap-open-connection): Allow anonymous login.
3154         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3155         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3156
3157         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3158         patch, found by Knut Anders Hatlen.
3159
3160 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3161
3162         * gnus-agent.el (gnus-agent-batch-confirmation)
3163         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3164         to gnus-message.
3165         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3166         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3167         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3168         * gnus-int.el (gnus-open-server): Likewise.
3169         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3170         (gnus-score-check-syntax): Likewise.
3171         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3172         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3173         Likewise.
3174         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3175
3176 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3177
3178         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3179         calling conventions so that prefetch doesn't bug out.
3180
3181 2010-09-19  Julien Danjou  <julien@danjou.info>
3182
3183         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3184         rather than `subst-char-in-region' in order to be able to replace ASCII
3185         char by UTF-8 ones.
3186
3187         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3188         than curl.
3189         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3190         the right URL and ALT text on images.
3191         (gnus-html-wash-tags): Fix tag case.
3192         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3193         (gnus-article-html): Add -o display_ins_del=2 option.
3194         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3195
3196 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3197
3198         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3199         the extra mail headers, which sometimes seem to happen for unknown
3200         reasons.
3201
3202         * mail-parse.el (mail-header-encode-parameter): Define as
3203         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3204         (or most, perhaps?) mail readers don't understand the latter, but do
3205         understand the former.
3206
3207         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3208         to nil, so that no methods are automatically agentized.  I think this
3209         is probably what most users want.
3210
3211         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3212         from url-retrieve, for instance about invalid URLs.
3213
3214         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3215         groups that have no articles.
3216         (nnimap-request-article): Check that we really got an article when we
3217         requested one.
3218
3219         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3220         doesn't exist.
3221
3222         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3223         nntp buffer so the agent can save it.
3224         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3225         that CRLF doesn't get translated to \n.
3226         (nnimap-open-connection): Don't make 'shell commands only send \n.
3227
3228 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3229
3230         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3231         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3232         Update var name.
3233         (nnml-generate-nov-file): Use dolist.
3234         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3235         Use with-current-buffer.
3236
3237 2010-09-18  Julien Danjou  <julien@danjou.info>
3238
3239         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3240         parallel.
3241
3242 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3243
3244         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3245         the range update right.
3246         (nnimap-request-group): Don't make `M-g' bug out on group with no
3247         marks.
3248         (nnoo): Require, so that other packages can require nnimap.
3249         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3250         command we're looking for.  This helps when the server sends more
3251         responses after we've gotten everything we expected.
3252         (nnimap): Add a `newlinep' field to keep track of end-of-line
3253         conventions.
3254         Don't send CRLF to things that don't want it.
3255         (nnimap-request-accept-article): Ditto.
3256
3257 2010-09-18  Julien Danjou  <julien@danjou.info>
3258
3259         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3260         than curl to retrieve images.
3261
3262 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3263
3264         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3265         the marks.
3266         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3267         (nnimap-wait-for-connection): New function.
3268         (nnimap-open-connection): If we have PREAUTH, don't query for login
3269         credentials.
3270         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3271         when doing a partial update.
3272
3273 2010-09-18  Julien Danjou  <julien@danjou.info>
3274
3275         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3276         tags.
3277
3278 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3279
3280         * nnimap.el (nnimap-credentials): New function.
3281         (nnimap-open-connection): Use the new function to look for credentials
3282         also on the numeric equivalents of "imap" and "imaps".
3283
3284         * gnus-start.el (gnus-activate-group): Send the info to
3285         gnus-request-group.
3286
3287         * nnimap.el (nnimap-request-group): Have the "check" version of the
3288         function parse flags and update the info, so that a `M-g' get a total
3289         resync of all flags from the group.
3290
3291         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3292         to allow backends to alter the info on group selection.  Also alter all
3293         the backend -request-group functions to take the parameter.
3294
3295         * nnimap.el (nnimap-store-info): New function.
3296         (nnimap-update-info): Store the info for later usage.
3297         (nnimap-request-group): Use the stored info for the dont-check case, so
3298         that we don't retrieve all marks when we enter a group.
3299
3300         * nnimap.el: Use deffoo instead of defun for interface functions.
3301
3302         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3303         update the group info.  This makes the nndraft groups, for instance, go
3304         back to their old behaviour.
3305
3306         * gnus-sum.el (gnus-select-newsgroup): Indent.
3307
3308         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3309         in.
3310         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3311         nothing.
3312
3313         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3314         from methods that are denied.
3315
3316         * gnus-int.el (gnus-method-denied-p): New function.
3317
3318         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3319         store the password instead of netrc.
3320         (nnimap-open-connection): Don't error out when we can't make a
3321         connections.
3322
3323         * auth-source.el (auth-source-create): In the password prompt, say what
3324         we're querying for.  Also prompt for user name if that hasn't been
3325         given.
3326
3327         * nnimap.el (nnimap-with-process-buffer): Remove.
3328
3329 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3330
3331         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3332         method when we're reading from the agent.
3333
3334         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3335
3336         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3337         that's probably most useful for users.
3338
3339         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3340         "failed" all the time.
3341
3342         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3343         ...)) with (with-current-buffer ... ).
3344
3345         * nntp.el (nntp-open-server): Return whether the open was successful or
3346         not.
3347
3348         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3349         select an unread unseen article first.
3350
3351         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3352         /etc/services, supply some sensible port defaults.
3353
3354         * dgnushack.el: Define netrc-credentials.
3355
3356 2010-09-17  Julien Danjou  <julien@danjou.info>
3357
3358         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3359
3360 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3361
3362         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3363         doesn't have any parameters.
3364
3365 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3366
3367         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3368         only upcased checks.
3369
3370         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3371
3372         * nnimap.el (nnimap-open-shell-stream): New function.
3373         (nnimap-open-connection): Use it.
3374         (nnimap-transform-headers): Get the number of lines in each message.
3375         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3376         number of lines.
3377         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3378         problem.
3379
3380         * utf7.el (utf7-encode): Autoload.
3381
3382         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3383         to allow the mail splitting to not return a default group.  This is
3384         useful for nnimap, which will leave unmatched mail in the inbox.
3385
3386         * nnimap.el: Rewritten.
3387
3388         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3389         nnimap usage.
3390
3391         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3392         if the move is internal, so that nnimap can do fast internal moves.
3393
3394         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3395         data.
3396         (gnus-read-active-for-groups): Support finishing the early retrieval of
3397         data.
3398
3399         * gnus-range.el (gnus-range-nconcat): New function.
3400
3401         * gnus-int.el (gnus-finish-retrieve-group-infos)
3402         (gnus-retrieve-group-data-early): New functions.
3403
3404 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3405
3406         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3407         (nnrss-retrieve-groups):
3408         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3409         (pop3-quit): Use with-current-buffer.
3410
3411 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3412
3413         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3414         instead of nnheader-accept-process-output.
3415
3416         * dgnushack.el (dgnushack-compile): Add comment.
3417
3418         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3419
3420         * gnus-html.el (gnus-html-schedule-image-fetching)
3421         (gnus-html-prefetch-images): Replace process-kill-without-query by
3422         gnus-set-process-query-on-exit-flag.
3423
3424 2010-09-16  Romain Francoise  <romain@orebokech.com>
3425
3426         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3427
3428 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3429
3430         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3431         parameter to unintern is mandatory-ish in Emacs 24.
3432
3433         * gnus-html.el (gnus-html-schedule-image-fetching)
3434         (gnus-html-prefetch-images): Check for curl before using it.
3435
3436         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3437         depend on curl, which isn't essential.
3438
3439         * imap.el: Revert back to version
3440         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3441         seem problematic.
3442
3443 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3444
3445         * gnus-registry.el (gnus-registry-install-shortcuts):
3446         Explicitly pass `obarray' to `unintern' to avoid a warning.
3447
3448 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3449
3450         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3451         change.
3452
3453         * nnrss.el (nnrss-request-list): Remove this function and related
3454         functions, including the moreover stuff.
3455
3456 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3457
3458         * nnrss.el (nnrss-retrieve-groups): New function.
3459
3460 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3461
3462         * .dir-locals.el: Add no-byte-compile cookie.
3463
3464 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3465
3466         * time-date.el (format-seconds): Comment fix.
3467
3468         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3469         for back end that doesn't support request-scan.
3470
3471 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3472
3473         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3474         then do request scans from the backends.
3475
3476         * netrc.el (netrc-credentials): New conveniency function.
3477
3478         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3479         avoid running a hook per line, since this takes a lot of time,
3480         profiling shows.
3481         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3482         directly if gnus-visual-p is true.
3483
3484 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3485
3486         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3487         groups; replace mapcar with dolist which is a bit faster; pass groups
3488         info to gnus-read-active-file-1.
3489         (gnus-read-active-file-1): Scan only specified groups if the new
3490         optional arg `infos' is given.
3491
3492 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3493
3494         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3495
3496         * pop3.el (pop3-movemail): Remove.
3497         (pop3-streaming-movemail): Rename to pop3-movemail.
3498
3499         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3500         don't restrict end-tag searches to the end of the line.
3501
3502 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3503
3504         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3505         articles of every unchecked group to t, which means unknown since the
3506         server has never been opened.
3507
3508 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3509
3510         * gnus-html.el (gnus-html-show-alt-text): New command.
3511         (gnus-html-browse-image): Ditto.
3512         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3513         to browse the image directly.
3514         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3515         better.
3516
3517         * gnus-async.el (gnus-async-article-callback):
3518         Call `gnus-html-prefetch-images' unconditionally.
3519
3520         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3521         before feeding URLs to curl.
3522
3523 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3524
3525         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3526         internal images as deletable by `W D D'.
3527
3528         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3529         (gnus-async-article-callback): Fix typo.
3530
3531 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3532
3533         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3534         current line to work around bugs in the output from w3m.
3535
3536         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3537         for groups that want that.
3538
3539         * nntp.el (nntp-wait-for-string): Supply a timeout for
3540         accept-process-output to ensure progress.
3541
3542         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3543         level to get unread articles from, then use that for foreign groups,
3544         too.
3545
3546         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3547         confuses the rest of the function.
3548
3549         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3550         for the methods that support -retrieve-groups, too.
3551
3552         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3553
3554 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3555
3556         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3557         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3558
3559         * pop3.el: Require cl when compiling.
3560         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3561
3562 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3563
3564         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3565         that aren't going to be activated.
3566         (gnus-get-unread-articles): Fix up the last commit.
3567
3568         * gnus-html.el (gnus-article-html): Allow calling without specifying
3569         the handle.  In that case, dissect the buffer first.
3570
3571         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3572
3573         * nnimap.el (nnimap-open-connection): Revert the change that would look
3574         into authinfo for imaps instead of imap.
3575
3576         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3577         say that you don't want to call gnus-request-group with don-check, but
3578         do check the reponse.  This is for virtual groups only.
3579         (gnus-get-unread-articles): Count the archive groups as secondary, so
3580         that they're activated the same way as before.
3581
3582         * imap.el (imap-message-map): Removed optional buffer parameter, since
3583         no callers use it.
3584         (imap-message-get): Ditto.
3585         (imap-message-put): Ditto.
3586         (imap-mailbox-map): Ditto.
3587         (imap-mailbox-put): Ditto.
3588         (imap-mailbox-get): Ditto.
3589         (imap-mailbox-get): Revert last change for this function.
3590
3591         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3592         case-insensitively.
3593         (nnimap-debug): Remove.
3594
3595         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3596         to use `imap-fetch' instead.  According to the comments, this should be
3597         safe, since all other IMAP clients use the 1:* syntax.
3598         (imap-enable-exchange-bug-workaround): Removed.
3599         (imap-debug): Removed -- doesn't seem very useful.
3600
3601         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3602         mail from a file, and the file doesn't exist.
3603
3604         * imap.el (imap-log): New convenience function used throughout instead
3605         of repeating the same code all over the place.
3606
3607         * pop3.el (pop3-streaming-movemail): Return t for success.
3608
3609         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3610         .authinfo if we're using ssl connection.
3611
3612         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3613         already have if we're in a main Gnus `g' run.
3614
3615         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3616
3617 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3618
3619         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3620
3621         * nnmh.el (nnmh-request-list-1): Bind `file'.
3622
3623         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3624         alias to set-process-query-on-exit-flag or process-kill-without-query.
3625         (pop3-open-server): Use it.
3626
3627 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3628
3629         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3630         box to the Incoming file.  Fixes mistake in previous checkin.
3631
3632         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3633         request loop (for debugging purposes) removed.
3634
3635         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3636         culprit is more visible.
3637         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3638         (nnml-add-incremental-nov): New functions to do "incremental" nov
3639         updates, where we just append to the end of the existing nov files
3640         without reading/writing them in full.
3641
3642         * mail-source.el (mail-source-delete-crash-box): Really only check the
3643         incoming files once in a while.
3644
3645         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3646
3647         * mail-source.el (mail-source-delete-crash-box): Only check the
3648         incoming files for deletion once per day to save a lot of file
3649         accesses.
3650
3651         * pop3.el (pop3-logon): Fix up unbound variable typo.
3652
3653         * mail-source.el (pop3-streaming-movemail): Autoload.
3654
3655         * pop3.el (pop3-streaming-movemail):
3656         Respect pop3-leave-mail-on-server.
3657
3658         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3659         retrieval.
3660
3661         * pop3.el (pop3-process-filter): Remove unused function.
3662         (pop3-streaming-movemail, pop3-send-streaming-command)
3663         (pop3-wait-for-messages, pop3-write-to-file)
3664         (pop3-number-of-responses): New functions for streaming pop3
3665         retrieval.
3666
3667         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3668         come from no known methods.
3669         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3670         list.
3671
3672         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3673         message sizes.
3674         (pop3-movemail): Use erase-buffer instead of looping and deleting
3675         regions, which seems rather odd.
3676
3677         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3678         file once per `g' run.
3679
3680         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3681         directories.  This makes the draft queue directory work.
3682
3683         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3684         data from the backends, so that we only request the list of groups from
3685         each method once.  This should speed things up considerably.
3686
3687         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3688         detect that it's not implemented.
3689
3690         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3691         we actually do recurse down into the tree, but don't stat all leaf
3692         nodes.
3693
3694         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3695         then say so instead of bugging out.
3696
3697         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3698         files exist before trying to read them.
3699
3700         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3701         around <pre_int>.
3702
3703         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3704
3705         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3706
3707 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3708
3709         * mm-util.el (mm-image-load-path): Just return the image directories,
3710         not all directories in the path in addition to the image directories.
3711         (mm-image-load-path): Maintain a cache of the image directories so that
3712         the `g' command in Gnus doesn't have to stat dozens of directories each
3713         time.
3714
3715         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3716         (gnus-html-wash-tags): Add a new `i' command to insert images.
3717         (gnus-html-insert-image): New command and keystroke.
3718         (gnus-html-redisplay-with-images): New command and keystroke.
3719         (gnus-html-show-images): Rename command.
3720         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3721         spacers.
3722         (gnus-html-wash-tags): Decode entities at the end, so that entities
3723         inside the tags don't mess up the rest of the "parsing".
3724
3725         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3726         so that nnimap methods aren't agentized by default.  There's apparently
3727         many problems related to agent/imap behaviour.
3728
3729         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3730
3731         * gnus-html.el: Doc fix.
3732
3733 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3734
3735         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3736         specifier-spec-list for Emacs 21.
3737
3738         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3739         glyph-width and glyph-height instead of display-graphic-p and
3740         image-size; make avoidance of displaying small images work for XEmacs.
3741
3742         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3743         for XEmacs.
3744
3745         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3746         of symbol that holds plist data.
3747         (gnus-process-plist): Remove plist of process after getting it.
3748
3749 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3750
3751         * message.el (message-generate-hashcash): Change default to
3752         'opportunistic if hashcash is installed.
3753
3754         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3755         (gnus-html-put-image): Only call image-size once, since it's somewhat
3756         time-consuming on remote X servers.
3757
3758 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3759
3760         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3761         type on data, not a file name.
3762
3763         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3764         window-pixel-edges for Emacs 21.
3765
3766         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3767         decoded contents.
3768         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3769
3770 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3771
3772         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3773         group line format, since it isn't very interesting.
3774
3775         * gnus-agent.el (gnus-agent-short-article),
3776         (gnus-agent-long-article): Increase values for these two variables,
3777         since most people are likely to have more network connection and
3778         storage than before.
3779
3780         * gnus.el (gnus-refer-article-method): Change default to 'current.
3781         When referring an article, the common behaviour is to refer it from the
3782         current select method, not the native select method.  The chances of
3783         the native select method having the message in question is rather slim
3784         these days.
3785
3786         * gnus-sum.el (gnus-auto-select-subject): Change default to
3787         `unseen-or-unread'.  I think it's likely that most people want to
3788         select an unseen article over a previously seen, but unread one.
3789
3790         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3791         means that in the article buffer none of the minor mode elements will
3792         be shown, usually, and this is not desirable in most cases.
3793
3794         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3795         that commands like `d' (and the like) go to the next line in the
3796         buffer, instead of the next unread article.  I think this is the
3797         behaviour that is most natural for most users.
3798         (gnus-single-article-buffer): Change default to nil, so that people can
3799         have as many article buffers open as they have summary buffer.  I think
3800         this is the most natural way for the groups to behave.
3801
3802         * message.el (message-generate-new-buffers): Change default to
3803         `unsent', so that all new message buffers start their names with the
3804         string "*unsent", and it's easier to find the buffers if you move from
3805         them.
3806
3807 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3808
3809         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3810         small.  They're probably tracking images.
3811         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3812         (gnus-html-rescale-image): Yet another try at getting the image sizing
3813         right.
3814
3815         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3816         nntp-marks-file-name is nil.
3817
3818 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3819
3820         * gnus-html.el (gnus-html-wash-tags)
3821         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3822         Better logging.
3823
3824 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3825
3826         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
3827
3828         * gnus-html.el (gnus-html-wash-tags): Check the value of
3829         gnus-blocked-images in the summary buffer.
3830
3831 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3832
3833         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3834
3835 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3836
3837         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3838         like "a", it seems like.
3839         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3840         since it needs to be picked from the correct buffer.
3841
3842         * nnwfm.el: Remove.
3843
3844         * nnlistserv.el: Remove.
3845
3846 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3847
3848         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3849         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3850
3851 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3852
3853         * nnkiboze.el: Remove.
3854
3855         * nndb.el: Remove.
3856
3857         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3858         alt text.
3859         (gnus-html-rescale-image): Try to get the rescaling logic right for
3860         images that are just wide and not tall.
3861
3862         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3863         overshadow variable bindings.
3864
3865 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3866
3867         * gnus-html.el (gnus-html-wash-tags)
3868         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
3869         Add extra logging.
3870
3871 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3872
3873         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3874         (gnus-max-image-proportion): New variable.
3875         (gnus-html-rescale-image): New function.
3876         (gnus-html-put-image): Rescale images.
3877
3878 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3879
3880         Fix up some byte-compiler warnings.
3881         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3882         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3883         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3884         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3885         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3886         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3887         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3888
3889 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3890
3891         * gnus-html.el (gnus-article-html): Decode contents by charset.
3892
3893 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3894
3895         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3896         (gnus-html-frame-width, gnus-blocked-images)
3897         * message.el (message-prune-recipient-rules): Add custom version.
3898         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3899
3900         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3901         functions.
3902
3903         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3904         gnus-process-get.
3905
3906 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3907
3908         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3909         instead of lsub directly.
3910
3911 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3912
3913         * nnwarchive.el: Remove.
3914
3915         * gnus-soup.el: Remove.
3916
3917         * nnsoup.el: Remove.
3918
3919         * nnultimate.el: Remove.
3920
3921         * gnus-html.el (gnus-blocked-images): New variable.
3922
3923         * message.el (message-prune-recipients): New function.
3924         (message-prune-recipient-rules): New variable.
3925
3926         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3927         guess whether a long line is natural text or not.
3928
3929         * gnus-html.el (gnus-html-schedule-image-fetching):
3930         Use gnus-process-plist and friends for compatibility.
3931
3932 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3933
3934         * gnus-html.el: Require packages that define macros used in this file.
3935         (gnus-article-mouse-face): Declare to silence byte-compiler.
3936         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3937         process-get.
3938         (gnus-html-put-image): Use plist-get to avoid getf.
3939         (gnus-html-prefetch-images): Use with-current-buffer.
3940
3941 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3942
3943         * gnus-ems.el: Provide compatibility functions for
3944         gnus-set-process-plist.
3945
3946         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3947         header-line-format for XEmacs 21.4.
3948
3949         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3950         * gnus.el (gnus-valid-select-methods)
3951         * message.el (message-send-mail-partially-limit)
3952         * mm-decode.el (mm-text-html-renderer)
3953         * mml.el (mml-insert-mime-headers-always)
3954         * smiley.el (smiley-regexp-alist): Bump custom version.
3955
3956 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3957
3958         * gnus-html.el: require mm-url.
3959         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3960         with the url to `url'.
3961         (gnus-html-wash-tags): Support cid: URLs/images.
3962
3963 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3964
3965         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3966         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3967         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3968
3969         * gnus-move.el: Remove file, since it doesn't really work.
3970
3971         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3972         UTF-8.  This seems to fix problems with some German web feeds.
3973
3974         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3975         at the top so that the proper colours are applied.
3976
3977         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3978         don't have dots in their names.
3979
3980         * gnus-art.el (gnus-article-view-part): Doc fix.
3981
3982         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3983         XEmacs-compatible.
3984         (gnus-html-put-image): Don't do images on non-graphic displays.
3985
3986         * nnslashdot.el: Remove this unused backend.
3987
3988         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3989         actions.
3990         (gnus-undo-register-1): Revert last change.
3991
3992         * gnus-group.el (gnus-group-completing-read): Protect against not
3993         having completion-styles bound.
3994
3995         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3996         make broken recipients happier.
3997
3998         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3999
4000         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4001         point parameter.
4002
4003         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4004
4005         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4006         completion-styles for group selection.
4007
4008 2009-02-04  Andreas Schwab  <schwab@suse.de>
4009
4010         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4011         headers and regexp-quote the match if necessary.
4012
4013 2009-03-24  Miles Bader  <miles@gnu.org>
4014
4015         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4016         the blinking smiley.
4017
4018 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4019
4020         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4021         blink smiley.
4022
4023 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4024
4025         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4026         where the dribbel file lives exists.
4027
4028         * message.el (message-send-mail-partially-limit): Change the default to
4029         nil, since most people don't want this.
4030
4031         * mm-url.el (mm-url-decode-entities): Also decode entities like
4032         &#x3212.
4033
4034 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4035
4036         * gnus-sum.el (gnus-summary-idna-message):
4037         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4038         Hyperlink urls in docstrings with URL `...'.
4039
4040 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4041
4042         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4043         functions.
4044
4045 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4046
4047         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4048         say what the mouseover text should be.
4049
4050         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4051         version of the mm-w3m-safe-url-regexp variable to only download images
4052         in the groups where we want that to happen.
4053
4054         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4055
4056         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4057         easier debugging.
4058         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4059         big pictures in the article buffer.
4060
4061         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4062         gnus-article-html.
4063         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4064         w3m.
4065
4066         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4067
4068 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4069
4070         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4071         which doesn't exist.
4072
4073         * message.el (message-inhibit-ecomplete): New variable to allow some
4074         function to inhibit ecomplete address storage.
4075         (message-resend): Disable ecomplete message storage when resending
4076         messages.
4077
4078         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4079
4080 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4081
4082         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4083         Save excursion while copying, moving, and deleting articles in order to
4084         prevent the cursor from jumping to unforeseen place.
4085
4086 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4087
4088         * lpath.el: No need to bind bookmark-current-buffer,
4089         bookmark-yank-point and bookmark-make-record-function.
4090
4091 2010-08-17  Glenn Morris  <rgm@gnu.org>
4092
4093         * gnus-sync.el: Require gnus components whose functions are used.
4094
4095         * gnus-art.el (bookmark-make-record-function):
4096         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4097         Declare for compiler.
4098
4099         * mm-url.el (mml-compute-boundary): Autoload.
4100
4101 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4102
4103         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4104
4105 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4106
4107         Typo fix "hoo4a" -> "hook".
4108
4109         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4110
4111 2010-08-14  Glenn Morris  <rgm@gnu.org>
4112
4113         * gnus-sync.el (gnus-sync): Fix defgroup version.
4114
4115 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4116
4117         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4118
4119         * gnus-sync.el: Fix docs.
4120         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4121         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4122
4123 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4124
4125         Optimizations for gnus-sync.el.
4126
4127         * gnus-sync.el: Add docs about gnus-sync-backend
4128         possibilities.
4129         (gnus-sync-save): Remove unnecessary message.
4130         (gnus-sync-read): Optimize and show what groups were skipped.
4131
4132 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4133
4134         Minor bug fixes for gnus-sync.el.
4135
4136         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4137         Don't read the sync on get-new-news.
4138
4139         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4140         quiet.
4141
4142         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4143         (fix typo).
4144
4145 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4146
4147         Make saving and restoring of hidden threads work with overlays.
4148         Patch applied by Ted Zlatanov.
4149
4150         * gnus-sum.el (gnus-hidden-threads-configuration)
4151         (gnus-restore-hidden-threads-configuration): Update to deal with text
4152         properties, rather than searching for a magic character.
4153
4154 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4155
4156         New gnus-sync.el library for synchronization of marks.
4157
4158         * gnus-sync.el: New library for synchronization of marks.
4159
4160         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4161         renamed from `gnus-registry-grep-in-list'.
4162
4163         * gnus-registry.el (gnus-registry-follow-group-p):
4164         Use `gnus-grep-in-list'.
4165
4166         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4167
4168 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4169
4170         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4171         determining charset of text fails.
4172
4173 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4174
4175         * nnmail.el (nnmail-get-new-mail-1): Revert.
4176
4177         * nnml.el (nnml-active-number): Make sure names of newly created groups
4178         in nnml-group-alist are encoded.
4179
4180 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4181
4182         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4183         containing non-ASCII characters in active file for nnml back end.
4184
4185 2010-07-24  David Engster  <dengste@eml.cc>
4186
4187         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4188         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4189
4190 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4191
4192         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4193         tag (Bug#6654).
4194
4195 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4196
4197         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4198         the article buffer, not the summary buffer.
4199
4200 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4201
4202         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4203         Emacs 23 as well.
4204
4205 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4206
4207         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4208         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4209
4210 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4211
4212         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4213         Patch applied by Karl Fogel.
4214
4215         * gnus-sum.el (gnus-summary-bookmark-make-record):
4216         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4217
4218 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4219
4220         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4221         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4222         C-w still not working correctly from Article buffers; Thierry's
4223         patch to fix that will be applied after this.
4224
4225         * gnus-art.el (bookmark-make-record-function): New local variable.
4226
4227         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4228         article buffer.
4229         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4230
4231 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4232
4233         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4234         on changes in bookmark.el.
4235
4236 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4237
4238         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4239         `no-log' instead of message not to log prompt string.
4240
4241 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4242
4243         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4244         the *other* type of HTML form submission.
4245
4246 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4247
4248         * auth-source.el (auth-source-pick): If choice does not contain a
4249         questioned keyword, set the check to t.
4250
4251 2010-06-12  Romain Francoise  <romain@orebokech.com>
4252
4253         * gnus-util.el (gnus-date-get-time): Move up before first use.
4254
4255 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4256
4257         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4258         (gnus-article-edit-part): Bind it to make last part that is substituted
4259         or deleted visible.
4260         (gnus-mime-display-single): Buttonize part of which id equals to
4261         gnus-mime-buttonized-part-id.
4262
4263 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4264
4265         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4266         (gnus-dd-mmm): Use gnus-date-get-time.
4267         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4268         simplify logic.
4269         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4270         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4271
4272 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4273
4274         * auth-source.el (top): Autoload `secrets-list-collections',
4275         `secrets-create-item', `secrets-delete-item'.
4276         (auth-sources): Fix tag string.
4277         (auth-get-source, auth-source-retrieve, auth-source-create)
4278         (auth-source-delete): New defuns.
4279         (auth-source-pick): Rewrite in order to avoid 2 passes.
4280         (auth-source-forget-user-or-password): New parameter USERNAME.
4281         (auth-source-user-or-password): New parameters CREATE-MISSING and
4282         DELETE-EXISTING.  Retrieve password interactively, if needed.
4283
4284 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4285
4286         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4287         deleting unused directories when gnus-expert-user is t.
4288
4289 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4290
4291         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4292         for each temp file when gnus-article-browse-delete-temp is ask.
4293
4294 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4295
4296         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4297         Lisp calls to delete-backward-char by calls to delete-char.
4298
4299 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4300
4301         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4302
4303 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4304
4305         * password-cache.el (password-cache-remove): Fix docstring.
4306
4307 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4308
4309         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4310         article unless decoding article to be saved.
4311
4312 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4313
4314         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4315         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4316         generated within the mm-with-unibyte-current-buffer macro.
4317
4318 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4319
4320         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4321         to nil when we're in a mml-preview buffer and no group is selected.
4322
4323 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4324
4325         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4326         when catching the `C-g'.  Reported by "Leo".
4327
4328 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4329
4330         * message.el (message-forward-make-body-plain)
4331         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4332         multibyte-string-p.
4333
4334         * lpath.el: Revert.
4335
4336 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4337
4338         * message.el (message-forward-make-body-mml): Assume original message
4339         is multibyte string; error on unibyte.
4340         (message-forward-make-body-plain): Ditto; don't add excessive newline
4341         in body end.
4342
4343         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4344
4345 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4346
4347         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4348         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4349
4350 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4351
4352         * mm-extern.el (mm-extern-url): Don't use
4353         mm-with-unibyte-current-buffer.
4354         (mm-extern-cache-contents): Use with-current-buffer instead of
4355         save-excursion + set-buffer.
4356
4357 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4358
4359         * mm-util.el (mm-emacs-mule): Remove.
4360
4361 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4362
4363         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4364         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4365         change.
4366
4367 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4368
4369         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4370         bind the default value of enable-multibyte-characters to nil.
4371
4372 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4373
4374         * message.el (message-forward-make-body-plain)
4375         (message-forward-make-body-mml):
4376         Don't use mm-with-unibyte-current-buffer.
4377
4378 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4379
4380         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4381
4382 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4383
4384         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4385         (Bug#5592).
4386
4387 2010-05-07  Julien Danjou  <julien@danjou.info>
4388
4389         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4390         it to mm-pipe-part.
4391
4392         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4393         it is given.
4394
4395 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4396
4397         * binhex.el (binhex-decode-region-internal)
4398         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4399         (dns-query)
4400         * nnweb.el (nnweb-gmane-search)
4401         * pgg-parse.el (pgg-parse-armor)
4402         * pgg.el (pgg-verify-region)
4403         * sha1.el (sha1-string-external)
4404         * uudecode.el (uudecode-decode-region-internal)
4405         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4406         XEmacs.
4407
4408         * gnus-art.el (gnus-article-browse-html-parts)
4409         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4410         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4411         make-temp-file.
4412
4413         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4414         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4415         compiling.
4416
4417         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4418         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4419         XEmacs when compiling.
4420
4421         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4422         gnus-pick-mode-off-hook for XEmacs when compiling.
4423         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4424         gnus-binary-mode-off-hook for XEmacs when compiling.
4425
4426         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4427         Return nil if char-charset is not available.
4428
4429         * imap.el (imap-disable-multibyte)
4430         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4431         macros.
4432
4433         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4434         instead of encode-coding-string.
4435
4436         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4437         'xemacs) instead of mm-emacs-mule to switch function definitions.
4438         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4439
4440         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4441         bind temporary-file-directory for XEmacs;
4442         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4443         timer-set-function for XEmacs 21.4 and SXEmacs;
4444         bind timer-list for XEmacs 21.4 and SXEmacs;
4445         fbind char-charset and find-charset-region for non-Mule XEmacs;
4446         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4447         encode-coding-region and encode-coding-string for XEmacs having no
4448         file-coding feature.
4449
4450 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4451
4452         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4453
4454 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4455
4456         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4457         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4458
4459 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4460
4461         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4462         alias `jka-compr-delete-temp-file' no longer exists.
4463
4464 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4465
4466         Use define-minor-mode in Gnus where applicable.
4467         * mml.el (mml-mode): Use define-minor-mode.
4468         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4469         (gnus-undo-mode): Use define-minor-mode.
4470         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4471         (gnus-dead-summary-mode): Use define-minor-mode.
4472         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4473         Initialize in declaration.
4474         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4475         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4476         (gnus-mailing-list-mode): Use define-minor-mode.
4477         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4478         (gnus-draft-mode): Use define-minor-mode.
4479         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4480         (gnus-dired-mode): Use define-minor-mode.
4481
4482 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4483
4484         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4485         handles on recursive mml-to-mime translation and check them for
4486         boundary delimiter collisions.  Reported by Greg Troxel.
4487
4488 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4489
4490         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4491
4492 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4493
4494         * mm-util.el (mm-find-buffer-file-coding-system):
4495         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4496
4497 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4498
4499         * message.el (message-generate-headers): Record insertion of optional
4500         headers as well.  Otherwise the check to prevent repeated insertion of
4501         optional headers is a no-op.
4502
4503 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4504
4505         * smime.el: Don't mention CVS.
4506
4507         * nnrss.el (nnrss-fetch): Don't mention CVS.
4508
4509         * nnir.el: Don't mention CVS.
4510
4511 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4512
4513         * gnus-sum.el (gnus-summary-bookmark-make-record):
4514         Add `location' field.
4515
4516 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4517
4518         * lpath.el: Fbind bookmark-default-handler,
4519         bookmark-get-bookmark-record, bookmark-make-record-default,
4520         bookmark-prop-get for Emacs <23 and XEmacs.
4521
4522 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4523
4524         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4525         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4526         Use with-current-buffer to silence the byte-compiler.
4527         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4528         bother to require `gnus'.
4529         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4530
4531 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4532
4533         * gnus-sum.el (gnus-summary-bookmark-make-record)
4534         (gnus-summary-bookmark-jump): New functions.
4535         (gnus-summary-mode): Setup bookmark support.
4536
4537 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4538
4539         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4540         if set.
4541
4542 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4543
4544         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4545         gnus-article-browse-html-save-cid-image; make it work recursively for
4546         forwarded messages as well.
4547         (gnus-article-browse-html-parts): Work when prefix arg is given.
4548         (gnus-article-browse-html-article): Doc fix.
4549
4550 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4551
4552         * message.el (message-default-mail-headers):
4553         (message-default-headers): Carry the value mail-default-headers over
4554         into message-default-mail-headers, rather than message-default-headers.
4555
4556 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4557
4558         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4559         charset.
4560
4561         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4562         charset into the <meta> tag when the article is encoded to utf-8.
4563
4564 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4565
4566         * gnus-art.el (gnus-article-browse-delete-temp-files):
4567         Delete directories as well.
4568         (gnus-article-browse-html-parts): Work for images that do not specify
4569         file names; delete temp directory when quitting; insert header at the
4570         right place; use file: scheme for image files.
4571
4572 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4573
4574         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4575         (gnus-article-browse-html-parts): Use it to make temporary cid image
4576         files in addition to html file so that browser may display them.
4577
4578 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4579
4580         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4581
4582 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4583
4584         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4585
4586 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4587
4588         * auth-source.el (auth-sources): Change default to be simpler.
4589         Explain about Secret Service API sources.  Improve Customize options.
4590         (auth-source-pick): Change to accept any number of search parameters.
4591         Implement fallbacks iteratively, not recursively.  Add scoring on the
4592         second pass and sort by score.  Call Secret Service API when needed.
4593         (auth-source-user-or-password): Use it.  Call Secret Service API
4594         directly when needed to get the user name and the password.
4595
4596 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4597
4598         * message.el (message-interactive): Doc fix.
4599         (message-qmail-inject-args): Reflow.
4600         (message-kill-to-signature): Fix typo in docstring.
4601
4602         * smiley.el (smiley-buffer): Fix typo in docstring.
4603
4604 2010-03-24  Glenn Morris  <rgm@gnu.org>
4605
4606         * mail-source.el (gnus-message): Declare.
4607         (mail-source-delete-old-incoming): Require gnus-util.
4608
4609 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4610
4611         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4612
4613         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4614
4615         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4616         password-cache's default if it is not bound.
4617         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4618         password-cache-expiry's default if it is not bound.
4619
4620         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4621         available in Emacs 21.
4622
4623         * lpath.el: Suppress compiler warnings for:
4624         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4625         XEmacs;
4626         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4627         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4628         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4629
4630 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4631
4632         * auth-source.el (auth-sources): Fix up definition so extra parameters
4633         are always inline.
4634
4635 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4636
4637         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4638         wasn't updated after mismatch.  Clear cached mailbox info correctly
4639         when uidvalidity changes.
4640         (nnimap-group-prefixed-name): New function to avoid some code
4641         duplication.
4642         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4643         (nnimap-request-group): Use it.
4644         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4645         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4646         with many imap folders.  This is done by caching the group status from
4647         the imap server persistently in a group parameter `imap-status'.  (This
4648         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4649         but not persistently, so every Gnus startup was still very slow.)
4650
4651 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4652
4653         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4654         delete the extra newline.  Otherwise editing of :string and :number
4655         types don't work.
4656
4657 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4658
4659         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4660         secrets.el dependency.
4661         (auth-sources): Add optional user name.  Add secrets.el configuration
4662         choice (unused right now).
4663
4664 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4665
4666         * gnus-sum.el (gnus-summary-make-menu-bar):
4667         Let `gnus-registry-install-shortcuts' fill in the functions.
4668
4669         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4670         warnings.
4671         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4672         (gnus-registry-install-shortcuts): Populate and use it in a
4673         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4674
4675 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4676
4677         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4678         In-place substitutions for the group name encoding/decoding.
4679         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4680         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4681         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4682         (nnimap-update-unseen, nnimap-request-list)
4683         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4684         (nnimap-request-set-mark, nnimap-split-to-groups)
4685         (nnimap-split-articles, nnimap-request-newgroups)
4686         (nnimap-request-create-group, nnimap-request-accept-article)
4687         (nnimap-request-delete-group, nnimap-request-rename-group)
4688         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4689         `encoded-mbx' for consistency.
4690         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4691         variable `imap-current-mailbox'.
4692
4693         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4694         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4695
4696 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4697
4698         * pop3.el (pop3-display-message-size-flag): Display message size byte
4699         counts during POP3 download.
4700         (pop3-movemail): Use it.
4701         (pop3-list): Implement listing of available messages.
4702
4703 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4704
4705         * nnir.el (nnir-get-article-nov-override-function): New function to
4706         override the normal NOV retrieval.
4707         (nnir-retrieve-headers): Use it.
4708
4709 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4710
4711         * auth-source.el (netrc-machine-user-or-password): Autoload.
4712
4713 2010-03-19  Glenn Morris  <rgm@gnu.org>
4714
4715         Stop message.el from loading about 40 libraries it doesn't always need.
4716         The general approach is to autoload rather than require, and to
4717         require in the specific functions rather than the file.  (Bug#5642)
4718
4719         * gmm-utils.el: Don't require wid-edit.
4720         (widget-create-child-value, widget-convert, widget-default-get):
4721         Autoload.
4722
4723         * gnus-util.el: Don't require time-date, netrc.
4724         (message-fetch-field, gnus-group-name-decode): Declare rather than
4725         autoloading.
4726         (gnus-fetch-field): Require message.
4727         (gnus-decode-newsgroups): Require gnus-group.
4728
4729         * ietf-drums.el: Don't require time-date.
4730
4731         * message.el: Don't require hashcash, canlock, ecomplete.
4732         Do require mail-utils.  Require nnheader only when compiling.
4733         (smtpmail-default-smtp-server): Remove declaration.
4734         (message-send-mail-function): Check smtpmail-default-smtp-server
4735         is bound rather than requiring smtpmail.
4736         (message-auto-save-directory, message-insert-signature):
4737         Use expand-file-name rather than nnheader-concat.
4738         (nnheader-insert-file-contents): Autoload.
4739         (hashcash-wait-async): Declare.
4740         (message-send-mail): Only call gnus-setup-posting-charset if
4741         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4742         (message-send-mail-with-sendmail): Require sendmail.
4743         (canlock-password, canlock-password-for-verify): Declare.
4744         (message-canlock-password): Require canlock.
4745         (nnheader-get-report): Autoload.
4746         (gnus-setup-posting-charset): Declare.
4747         (message-send-news): Require gnus-msg.
4748         (message-make-references, message-make-in-reply-to): Use mail-header-id
4749         rather than the alias mail-header-message-id.
4750         (ecomplete-add-item, ecomplete-save): Declare.
4751         (message-put-addresses-in-ecomplete): Require ecomplete.
4752         (ecomplete-display-matches): Autoload.
4753
4754         * mm-decode.el: Don't require mailcap, gnus-util.
4755         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4756         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4757         Autoload.
4758         (mailcap-mime-extensions): Declare.
4759
4760         * mm-encode.el: Don't require mailcap.
4761         (mailcap-extension-to-mime): Autoload.
4762
4763         * mml-sec.el: Don't require password-cache.
4764
4765         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4766         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4767         (mml-minibuffer-read-type): Require mailcap.
4768         (mml-preview): Require gnus-msg.
4769
4770         * mml1991.el: Require password-cache.
4771         (password-cache-expiry): Remove declaration.
4772
4773         * mml2015.el: Require password-cache.
4774         (password-cache-expiry): Remove declaration.
4775
4776         * nneething.el (mailcap): Require mailcap.
4777
4778         * nnheader.el (declare-function): Add compatibility stub.
4779         (message-remove-header): Declare rather than autoload.
4780         (nnheader-replace-header): Require message.
4781
4782         * nnimap.el (declare-function): Add compatibility stub.
4783         (netrc-parse, netrc-machine-user-or-password): Declare.
4784         (nnimap-open-connection): Require netrc.
4785
4786         * nntp.el (declare-function): Add compatibility stub.
4787         (netrc-parse, netrc-machine, netrc-get): Declare.
4788         (nntp-send-authinfo): Require netrc.
4789
4790         * rfc2047.el: Don't require qp.
4791         (quoted-printable-encode-region, quoted-printable-decode-string):
4792         Autoload.
4793
4794         * sieve-mode.el: Don't require easymenu.
4795         (easy-menu-add-item): Autoload it.
4796
4797         * spam-stat.el (time-to-number-of-days): Autoload it.
4798
4799 2010-03-19  Glenn Morris  <rgm@gnu.org>
4800
4801         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4802
4803 2010-03-18  Glenn Morris  <rgm@gnu.org>
4804
4805         * hashcash.el (declare-function): Remove duplicate definition.
4806
4807 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4808
4809         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4810         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4811         value if any backslash escapes).
4812
4813 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4814
4815         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4816         if it is available.  (bug#5647)
4817
4818         * lpath.el: Suppress compiler warning for coding-system-from-name for
4819         Emacs 21 and XEmacs.
4820
4821 2010-03-14  Juri Linkov  <juri@jurta.org>
4822
4823         * hmac-def.el:
4824         * hmac-md5.el:
4825         * netrc.el: Fix keywords.
4826
4827 2010-02-26  Glenn Morris  <rgm@gnu.org>
4828
4829         * message.el (message-send-mail-function): Change the default, so that
4830         it inherits from a customized send-mail-function.  (Bug#5643)
4831
4832 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4833
4834         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4835         shell-command-to-string signals an error (bug#5299).
4836
4837 2010-02-24  Glenn Morris  <rgm@gnu.org>
4838
4839         * message.el (message-smtpmail-send-it)
4840         (message-send-mail-with-mailclient): Doc fixes.
4841
4842 2010-02-16  Glenn Morris  <rgm@gnu.org>
4843
4844         * message.el (message-default-mail-headers): Change the default value
4845         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4846
4847 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4848
4849         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4850         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4851
4852 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4853
4854         * time-date.el (date-to-time): Doc fix (Bug#5408).
4855
4856 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4857
4858         * message.el (message-mail): Just pass yank-action on to message-setup.
4859         (message-setup): Handle (FUN . ARGS) form of yank-action.
4860         (message-with-reply-buffer, message-widen-reply)
4861         (message-yank-original): Handle non-buffer values of
4862         message-reply-buffer (Bug#4080).
4863         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4864
4865 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4866
4867         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4868         Fix typo in docstring.
4869
4870 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4871
4872         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4873         response.
4874
4875 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4876
4877         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4878
4879         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4880
4881         * message.el (message-check-news-header-syntax): Protect against a
4882         string that `rfc822-addresses' returns when parsing fails.
4883
4884 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4885
4886         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4887         (gnus-previous-char-property-change): New functions.
4888
4889         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4890
4891 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4892
4893         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4894         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4895
4896 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4897
4898         * message.el (message-exchange-point-and-mark): Rework last change to
4899         avoid using optional arg of exchange-point-and-mark, for backward
4900         compatibility.
4901
4902 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4903
4904         * message.el (message-exchange-point-and-mark):
4905         Call exchange-point-and-mark with an argument rather than setting
4906         mark-active by hand (Bug#5175).
4907
4908 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4909
4910         * nntp.el (nntp-service-to-port): Work for service expressed with
4911         numeric string; replace [:digit:] with [0-9] for XEmacs.
4912
4913 2009-12-17  Glenn Morris  <rgm@gnu.org>
4914
4915         * gnus-group.el (gnus-bug-group-download-format-alist):
4916         Change emacs entry to debbugs.gnu.org.  Bump :version.
4917
4918 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4919
4920         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4921
4922 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4923
4924         * message.el (message-info): Explain why we use `Info-goto-node'.
4925
4926 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4927
4928         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4929
4930 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4931
4932         * message.el (message-completion-in-region): New compatibility function.
4933         (message-expand-group): Use it.
4934
4935 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4936
4937         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4938         with no unread article should be listed if the 2nd arg `predicate' is
4939         given.
4940
4941 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4942
4943         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4944
4945 2009-11-29  Juri Linkov  <juri@jurta.org>
4946
4947         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4948         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4949         on `gnus-recenter'.  (Bug#4698, Bug#4981)
4950
4951 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4952
4953         * sha1.el (sha1-string-external): default-directory "/" in case
4954         otherwise non-existent.  process-connection-type pipe for touch of
4955         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4956
4957 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4958
4959         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4960         it's comms related and sgml-mode.el has "comm" on that basis too.
4961
4962 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4963
4964         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4965         containing tspecial characters if they have been already quoted.
4966
4967 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4968
4969         * dns-mode.el (auto-mode-alist): Purecopy string.
4970
4971 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4972
4973         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4974
4975 2009-10-24  Glenn Morris  <rgm@gnu.org>
4976
4977         * gnus-art.el (help-xref-stack-item): Define for compiler.
4978
4979 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4980
4981         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4982
4983 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4984
4985         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4986
4987 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4988
4989         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4990         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4991
4992 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4993
4994         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4995         (gnus-overlays-in): New alias to overlays-in.
4996
4997         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4998         gnus-overlay-get, and gnus-delete-overlay.
4999         (gnus-summary-show-thread): Make it work as well for systems in which
5000         next-single-char-property-change is not available.
5001         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5002
5003         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5004         (gnus-overlay-get): New alias to extent-property.
5005         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5006
5007         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5008         SXEmacs.
5009
5010         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5011         SXEmacs.
5012
5013 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5014
5015         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5016
5017 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5018
5019         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5020         and XEmacs that don't have `remove-overlays'.
5021
5022 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5023
5024         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5025         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5026         selective display.  Use overlays instead.
5027
5028 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5029
5030         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5031
5032 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5033
5034         * spam-stat.el (spam-stat-load): Fix typo in message.
5035
5036 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5037
5038         * dig.el (dig-invoke): Fix typo in docstring.
5039         (query-dig): Reflow docstring.
5040
5041 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5042
5043         * gnus-art.el (gnus-article-encrypt-body):
5044         * message.el (message-check-recipients):
5045         * mm-util.el (mm-codepage-setup):
5046         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5047         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5048
5049 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5050
5051         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5052         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5053         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5054         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5055         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5056
5057 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5058
5059         * dig.el: Add "Keywords: comm", as per net-utils.el.
5060
5061 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5062
5063         * dig.el (dig-mode): Use define-derived-mode.
5064
5065 2009-09-19  Glenn Morris  <rgm@gnu.org>
5066
5067         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5068
5069 2009-09-18  Glenn Morris  <rgm@gnu.org>
5070
5071         * gnus-diary.el (gnus-diary-check-message):
5072         * message.el (message-insert-formatted-citation-line):
5073         * nnbabyl.el (top-level):
5074         * nndiary.el (nndiary-schedule):
5075         Fix typos in condition-case handlers.
5076
5077 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5078
5079         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5080         configuration that provides the sole article window in a frame;
5081         position point correctly after deleting a part.
5082
5083 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5084
5085         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5086         (spam-resolve-registrations-routine): Use it to unregister articles
5087         that change status.
5088
5089 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5090
5091         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5092         with XEmacs.
5093         (parse-time-string-chars): Use it.
5094
5095 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5096
5097         * imap.el (imap-interactive-login): Better messages.
5098         (imap-open): Fix bug with renamed buffer on reconnect.
5099         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5100         for easier debugging and cleaner code.  On successful (guessed based on
5101         server capabilities) secondary authentication, set imap-state
5102         correctly.
5103         (imap-last-authenticator): Define imap-last-authenticator as a variable
5104         to avoid warnings.
5105
5106 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5107
5108         * nnrss.el (nnrss-request-article): Remove binding of
5109         default-enable-multibyte-characters that has gotten needless by
5110         the 2007-07-13 change in rfc2047-encode-message-header.
5111
5112         * mml.el (mml-insert-multipart): Error on the message header.
5113         (mml-insert-part): Error on the message header; position point at
5114         the end of a MIME tag.
5115
5116 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5117
5118         * time-date.el (autoload): Expand define-obsolete-function-alias into
5119         defalias and make-obsolete for old Emacsen that Gnus supports.
5120         (with-no-warnings): Define it for old Emacsen.
5121         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5122         is available.
5123         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5124         float-time is available; suppress compile warning for time-to-seconds.
5125
5126         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5127         (gnus-float-time): Alias to float-time if it exists.
5128
5129         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5130         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5131         float-time is available; suppress compile warning for time-to-seconds.
5132
5133         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5134         XEmacs.
5135
5136 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5137
5138         * imap.el (imap-message-map): Docstring fix.
5139
5140 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5141
5142         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5143         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5144         Add the optional argument `encoding' that overrides the default.
5145
5146         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5147         mm-encode-buffer.
5148
5149 2009-09-04  Glenn Morris  <rgm@gnu.org>
5150
5151         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5152         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5153         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5154         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5155         * mm-util.el (mm-with-unibyte-current-buffer)
5156         (mm-find-buffer-file-coding-system):
5157         * yenc.el (yenc-decode-region): Use default-value rather than
5158         default-enable-multibyte-characters.
5159
5160 2009-09-03  Glenn Morris  <rgm@gnu.org>
5161
5162         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5163         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5164         than default-enable-multibyte-characters.
5165
5166 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5167
5168         * gnus-art.el (gnus-article-read-summary-keys):
5169         Fix gnus-buffer-configuration's value temporarily used.
5170
5171 2009-09-02  Glenn Morris  <rgm@gnu.org>
5172
5173         * gnus-util.el (gnus-float-time): New function.
5174         * gnus-delay.el (gnus-delay-article):
5175         * gnus-sum.el (gnus-thread-latest-date):
5176         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5177         * nnspool.el (nnspool-request-newgroups):
5178         Use gnus-float-time rather than time-to-seconds.
5179         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5180
5181         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5182         (gnus-header-subject-face, gnus-header-newsgroups-face)
5183         (gnus-header-name-face, gnus-header-content-face):
5184         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5185         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5186         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5187         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5188         (gnus-cite-face-11):
5189         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5190         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5191         (gnus-server-closed-face, gnus-server-denied-face)
5192         (gnus-server-offline-face):
5193         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5194         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5195         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5196         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5197         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5198         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5199         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5200         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5201         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5202         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5203         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5204         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5205         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5206         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5207         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5208         (gnus-summary-high-undownloaded-face)
5209         (gnus-summary-low-undownloaded-face)
5210         (gnus-summary-normal-undownloaded-face)
5211         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5212         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5213         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5214         (gnus-splash-face):
5215         * message.el (message-header-to-face, message-header-cc-face)
5216         (message-header-subject-face, message-header-newsgroups-face)
5217         (message-header-other-face, message-header-name-face)
5218         (message-header-xheader-face, message-separator-face)
5219         (message-cited-text-face, message-mml-face):
5220         * sieve-mode.el (sieve-control-commands-face)
5221         (sieve-action-commands-face, sieve-test-commands-face)
5222         (sieve-tagged-arguments-face):
5223         * spam.el (spam-face):
5224         Mark face aliases with "-face" in the name as obsolete.
5225
5226 2009-09-01  Glenn Morris  <rgm@gnu.org>
5227
5228         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5229         than goto-line.
5230
5231 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5232
5233         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5234         Don't move point if the command is invoked inside the message header.
5235
5236 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5237
5238         * imap.el (imap-send-command): Simplify.
5239         (imap-wait-for-tag): point-max -> buffer-size.
5240
5241 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5242
5243         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5244         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5245         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5246         * nnir.el (nnir-swish-e-index-file):
5247         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5248         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5249         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5250         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5251         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5252         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5253
5254 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5255
5256         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5257         Don't save excursion.
5258
5259 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5260
5261         * nnheader.el (nnheader-find-file-noselect):
5262         * mm-util.el (mm-insert-file-contents):
5263         Use (default-value 'major-mode) instead of default-major-mode.
5264
5265 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5266
5267         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5268
5269 2009-08-26  Glenn Morris  <rgm@gnu.org>
5270
5271         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5272         than placing in files.el.
5273
5274 2009-08-25  Glenn Morris  <rgm@gnu.org>
5275
5276         * nnir.el (top-level): Don't require cl at run-time.
5277         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5278         Replace cl-function substitute with gnus-replace-in-string.
5279         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5280         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5281         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5282         simplified expansions.
5283
5284 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5285
5286         * dig.el (dig): Add autoload cookie.
5287
5288 2009-08-22  Glenn Morris  <rgm@gnu.org>
5289
5290         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5291         goto-line.
5292
5293 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5294
5295         * parse-time.el (parse-time-string-chars): Save match data.
5296
5297 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5298
5299         * parse-time.el (parse-time-string-chars): Compute using character
5300         classes, to handle non-ascii characters (Bug#3190).
5301
5302 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5303
5304         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5305
5306         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5307         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5308         (gnus-mm-display-part, gnus-mime-display-single)
5309         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5310         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5311
5312         * gnus-sum.el
5313         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5314         (gnus-summary-move-article): Add expirable mark to articles copied or
5315         moved to group that has auto-expire turned on if the option is non-nil.
5316
5317 2009-07-24  Glenn Morris  <rgm@gnu.org>
5318
5319         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5320         Fix typo.  (Bug#3903)
5321
5322 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5323
5324         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5325         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5326         that should not be used for draft articles.
5327         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5328         that has no concern in minor mode keys.
5329         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5330         Abolish.
5331
5332 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5333
5334         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5335         article without making inquiry to a user for unknown encoding.
5336
5337         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5338         (nnmaildir--scan): Assume i-node and device number that file-attributes
5339         returns might be cons-cell.
5340
5341         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5342
5343         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5344
5345 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5346
5347         * auth-source.el: Remove docs now in auth.texi.  Don't use
5348         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5349         `auth-source-hide-passwords' and use them.
5350
5351 2009-07-15  Glenn Morris  <rgm@gnu.org>
5352
5353         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5354
5355 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5356
5357         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5358         excessive whitespace from the default values of title and description.
5359
5360 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5361
5362         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5363         mail-fetch-field to fetch Content-Description header in order to
5364         exclude newlines.
5365
5366 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5367
5368         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5369         format used by GnuPG 2.0.11.
5370
5371 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5372
5373         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5374         to deleted part.
5375
5376 2009-05-30  David Engster  <dengste@eml.cc>
5377
5378         * nnmairix.el: Remove old documentation in the commentary block.
5379         (nnmairix-request-group): Do not update active file for nnml back ends.
5380         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5381         end so that overview files are ignored.
5382         (nnmairix-update-groups): Make updating the groups more robust by using
5383         marks.
5384         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5385         with dollar characters in message-id.
5386
5387 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5388
5389         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5390         2008-12-25 in dns.el.
5391
5392 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5393
5394         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5395         could happen if the text is only composed of spaces and/or tabs.
5396
5397 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5398
5399         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5400         when sending a queued message to avoid extra mml tags.
5401
5402 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5403
5404         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5405
5406 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5407
5408         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5409         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5410         rmail-toggle-header for XEmacs;
5411         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5412
5413 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5414
5415         * gnus-dired.el: Remove autoload for gnus-setup-message.
5416         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5417         displaying Gnus logo; always use compose-mail.
5418
5419 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5420
5421         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5422
5423 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5424
5425         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5426         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5427         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5428         available.
5429         (gnus-nocem-epg-verify): New function.
5430
5431 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5432
5433         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5434
5435 2009-02-15  Glenn Morris  <rgm@gnu.org>
5436
5437         * gnus-util.el (rmail-insert-rmail-file-header)
5438         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5439         autoloads.
5440         (rmail-default-rmail-file): Remove unnecessary declaration.
5441         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5442
5443 2009-02-14  Glenn Morris  <rgm@gnu.org>
5444
5445         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5446         variable (only used in gnus-util, which declares it anyway).
5447         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5448         which was only needed by gnus-art (changed to not use it any more).
5449         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5450         only used in gnus-util, which autoloads it itself.
5451         (rmail-update-summary): Fix autoload.
5452
5453         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5454         rather than rmail-output-to-rmail-file.
5455
5456 2009-02-07  Glenn Morris  <rgm@gnu.org>
5457
5458         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5459         autoload of function that no longer exists.
5460         (rmail-toggle-header): Declare.
5461         (message-forward-rmail-make-body): Handle mbox Rmail.
5462
5463 2009-01-31  Glenn Morris  <rgm@gnu.org>
5464
5465         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5466         2009-01-09 change.
5467
5468 2009-01-31  Dave Love  <fx@gnu.org>
5469
5470         * imap.el (imap-fetch-safe): Bind debug-on-error.
5471         (imap-debug): Add imap-fetch-safe.
5472
5473 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5474
5475         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5476         (auth-source-forget-all-cached): New convenience function.
5477         (auth-source-user-or-password): Accept list of modes or a single mode.
5478
5479         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5480         auth-source modes.
5481
5482         * netrc.el (netrc-machine-user-or-password): Use list of
5483         auth-source modes.
5484
5485         * nnimap.el (nnimap-open-connection): Use list of
5486         auth-source modes.
5487
5488         * nntp.el (nntp-send-authinfo): Use list of
5489         auth-source modes.
5490
5491 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5492
5493         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5494         now.
5495
5496 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5497
5498         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5499         coding system in XEmacs; add a workaround for XEmacs.
5500
5501         * lpath.el: Fbind coding-system-aliasee.
5502
5503 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5504
5505         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5506         of current-language-environment.
5507
5508 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5509
5510         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5511         available at runtime.
5512
5513 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5514
5515         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5516
5517 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5518
5519         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5520         the greatest positive fixnum value doesn't work under an XEmacs with
5521         bignum support; use the most-positive-fixnum constant instead,
5522         available since Emacs 21.1 with cl and XEmacs 21.1.
5523
5524 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5525
5526         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5527         XEmacs gets not to work.
5528
5529 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5530
5531         * mm-util.el (mm-coding-system-priorities): Allow the value like
5532         "Japanese (UTF-8)" of current-language-environment.
5533
5534 2009-01-09  Glenn Morris  <rgm@gnu.org>
5535
5536         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5537         with last-command-event.
5538
5539 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5540
5541         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5542         in the doc string.
5543
5544         * message.el (message-fix-before-sending): Amend comment.
5545
5546 2009-01-08  Dave Love  <fx@gnu.org>
5547
5548         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5549
5550 2009-01-07  David Engster  <dengste@eml.cc>
5551
5552         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5553         simplified server definitions by converting it via
5554         gnus-server-to-method.
5555
5556 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5557
5558         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5559         parameter's operands.
5560
5561 2009-01-06  David Engster  <dengste@eml.cc>
5562
5563         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5564         primary select method (for gnus-group-mark-article-as-read).
5565
5566 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5567
5568         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5569         `(gnus)Face', not `(gnus)X-Face'.
5570
5571 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5572
5573         * mm-util.el (mm-ucs-to-char): New function.
5574
5575         * mm-url.el (mm-url-decode-entities): Use it.
5576
5577         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5578         unicode-to-char.
5579
5580 2009-01-05  Dave Love  <fx@gnu.org>
5581
5582         * time-date.el: Require cl for `declare'.
5583
5584 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5585
5586         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5587         Dave Love.
5588
5589 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5590
5591         * message.el (message-fix-before-sending): Add `eight-bit' to
5592         illegible-text check.
5593
5594 2009-01-03  Michael Olson  <mwolson@gnu.org>
5595
5596         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5597         `headers' is nil.  This can occur if the IMAP server does not have
5598         permissions to read messages from a folder, but can write new messages
5599         to the folder.
5600         (nnimap-request-article-part): Do not insert `data' if it is nil.
5601
5602         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5603         characters which will confuse `read', so skip past them.
5604
5605 2009-01-01  Dave Love  <fx@gnu.org>
5606
5607         * imap.el (imap-string-to-integer): Fix typo.
5608         (imap-fetch-safe): New function.
5609         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5610
5611         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5612
5613         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5614         (imap-parse-greeting): Fix doc strings.
5615         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5616         (imap-parse-flag-list): Make messages unique.
5617         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5618
5619         * nnimap.el: Fix author email.
5620         (nnimap-split-rule): Add FIXME comment.
5621         (nnimap-debug): Fix doc string.
5622
5623 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5624
5625         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5626
5627 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5628
5629         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5630         nslookup if resolv.conf isn't available.
5631         (dns-query): Rename from query-dns.
5632         (dns-query-cached): Rename from query-dns-cached.
5633
5634 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5635
5636         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5637         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5638         to check if those variables exist (first appeared in Emacs 18.50).
5639
5640 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5641
5642         * mm-util.el (mm-line-number-at-pos): New function.
5643
5644         * spam-report.el (spam-report-process-queue): Use it.
5645
5646 2008-12-24  David Engster  <dengste@eml.cc>
5647
5648         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5649         parameters that haven't existed as variables as buffer-local variables.
5650
5651 2008-12-23  Dave Love  <fx@gnu.org>
5652
5653         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5654         cadar.
5655
5656         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5657         imap-starttls-p.
5658         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5659
5660 2008-12-22  Dave Love  <fx@gnu.org>
5661
5662         * imap.el: Fix author email.  Doc fixes.
5663         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5664         reply.
5665
5666 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5667
5668         * spam-report.el (spam-report-gmane-max-requests): New constant.
5669         (spam-report-gmane-wait): New variable.
5670         (spam-report-gmane-ham, spam-report-gmane-spam)
5671         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5672         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5673         the server.
5674
5675         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5676         Add explanations.
5677
5678         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5679         nnheader-accept-process-output and nnheader-read-timeout if available.
5680         (pop3-movemail): Use it.
5681
5682         * message.el (message-check-news-body-syntax): Fix signature check if
5683         there's an attachment.
5684
5685 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5686
5687         * mm-util.el: Add comments to the mm- emulating functions.
5688
5689 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5690
5691         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5692         Reported by Stephen Berman <stephen.berman@gmx.net>.
5693
5694 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5695
5696         * mm-util.el (mm-substring-no-properties): New function.
5697         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5698         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5699         (mm-string-to-multibyte): Doc fix.
5700
5701         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5702
5703 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5704
5705         * mml.el (mml-attach-file): Strip text properties from file name.
5706         (Bug#1574)
5707
5708 2008-12-16  Glenn Morris  <rgm@gnu.org>
5709
5710         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5711
5712 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5713
5714         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5715         knows since the charset specified might be a bogus alias that
5716         mm-charset-synonym-alist provides.
5717
5718 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5719
5720         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5721         "ISO_8859-1".
5722
5723         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5724
5725 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5726
5727         * mm-util.el (mm-charset-eval-alist):
5728         Define it before mm-charset-to-coding-system.
5729         (mm-charset-to-coding-system): Add optional argument `silent';
5730         define it before mm-charset-override-alist.
5731         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5732         default value if it can be used in Emacs currently running;
5733         silence mm-charset-to-coding-system.
5734
5735 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5736
5737         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5738         `allow-override' which says whether to use `mm-charset-override-alist'.
5739         (rfc2047-decode-encoded-words): Use it.
5740
5741         * mm-util.el (mm-charset-override-alist): Fix custom type;
5742         add `(gb2312 . gbk)' to choices.
5743
5744 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5745
5746         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5747         fast.
5748
5749         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5750
5751         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5752
5753 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5754
5755         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5756         on links.
5757
5758         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5759
5760 2008-12-03  Lute Kamstra  <lute@gnu.org>
5761
5762         * sha1.el: Remove leading * from docstrings of defcustoms,
5763         deffaces, defconsts and defuns.
5764
5765 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5766
5767         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5768         users' addresses that don't have domain parts.
5769         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5770         rather than message-narrow-to-head since there will be the message
5771         header separator.
5772
5773 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5774
5775         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5776         since the result is inserted in a unibyte buffer anyway.
5777         (nnimap-demule-use-string-to-multibyte): Remove.
5778         (nnimap-demule): Alias it to mm-string-to-multibyte.
5779
5780 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5781
5782         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5783         variable for debugging bug#464 and bug#1174.
5784         (nnimap-demule): Use it.
5785
5786 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5787
5788         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5789         score calculation correctly.
5790
5791 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5792
5793         * message.el (message-send-mail): Just set the buffer to unibyte
5794         rather than use mm-with-unibyte-current-buffer which does a lot more.
5795         (message-send-mail-partially): Don't bother with
5796         mm-with-unibyte-current-buffer since it's already been made unibyte by
5797         message-send-mail.
5798
5799 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5800
5801         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5802
5803 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5804
5805         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5806
5807 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5808
5809         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5810         require itself and to remove `with-no-warnings'.
5811
5812 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5813
5814         * starttls.el (starttls-any-program-available): Get the name of the
5815         available TLS layer program.
5816         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5817         well as the host name in the "opening" message.
5818
5819         * auth-source.el (auth-source-cache, auth-source-do-cache)
5820         (auth-source-user-or-password): Cache passwords and logins by default,
5821         allow override with `auth-source-do-cache'.
5822         (auth-source-forget-user-or-password): Allow users to remove cache
5823         entries if needed.
5824
5825 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5826
5827         * md4.el (md4-buffer): Fix typo in docstring.
5828         (md4, md4-64): Doc fixes.
5829         (md4-pack-int32): Reflow docstring.
5830
5831 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5832
5833         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5834         condition-case to only the forward-sexp call.
5835
5836 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5837
5838         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5839         quotes contained.  Make it more robust regardless by an extra
5840         condition-case wrapper.
5841
5842 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5843
5844         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5845
5846 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5847
5848         * nnml.el (nnml-request-expire-articles): Check if the function set to
5849         `nnmail-expiry-target' returns the symbol `delete'.
5850
5851         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5852
5853         * nnmail.el (nnmail-expiry-target): Fix custom type.
5854
5855 2008-10-02  Glenn Morris  <rgm@gnu.org>
5856
5857         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5858         Silence compiler warning.
5859
5860 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5861
5862         * tls.el (open-tls-stream): Show the actual command being
5863         executed, instead of the format string.
5864
5865 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5866
5867         * lpath.el: Fbind codepage-setup for Emacs 23.
5868
5869 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5870
5871         * mml.el (mml-menu): Don't assume mml2015 is bound.
5872
5873 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5874
5875         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5876         exists.
5877
5878 2008-09-27  Glenn Morris  <rgm@gnu.org>
5879
5880         * gnus-util.el (mail-header-remove-comments): Autoload it.
5881
5882 2008-09-27  Andreas Schwab  <schwab@suse.de>
5883
5884         * gnus-util.el (gnus-split-references): Strip comments.
5885         (gnus-parent-id): Likewise.
5886
5887 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5888
5889         * message.el (message-confirm-send): Fix version.
5890
5891 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5892
5893         * message.el (message-idna-to-ascii-rhs-1): Use
5894         mail-extract-address-components rather than mail-header-parse-addresses
5895         that is an alias by default to ietf-drums-parse-addresses that does not
5896         support non-ASCII names in headers' contents.
5897
5898 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5899
5900         * message.el (message-confirm-send): Fix variable documentation to
5901         avoid the "y/n" wording.
5902
5903 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5904
5905         * message.el (message-set-auto-save-file-name): Save to a different
5906         filename so multiple messages (especially drafts) can be recovered.
5907
5908 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5909
5910         * message.el (message-confirm-send): Add appropriate version.
5911
5912 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5913
5914         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5915         defvar.
5916
5917 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5918
5919         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5920         (mm-pkcs7-enveloped-magic): Ditto.
5921
5922 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5923
5924         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5925         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5926
5927 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5928
5929         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5930         default, it's better.
5931
5932 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5933
5934         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5935         summary line gnus-number property and ignore them (with a warning
5936         message).
5937
5938 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5939
5940         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5941         macro caddr in the interactive form since it won't be expanded.
5942
5943 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5944
5945         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5946         `charset'; fix name of function called recursively.
5947         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5948
5949 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5950
5951         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5952         (gnus-mime-set-charset-parameters): New function.
5953         (gnus-mime-view-part-as-charset): Use it to correctly display part
5954         specifying wrong charset.
5955
5956 2008-09-08  David Engster  <dengste@eml.cc>
5957
5958         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5959         in completing-read for back end server.
5960
5961 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5962
5963         * message.el (message-confirm-send): New variable to confirm sending a
5964         message.
5965         (message-send): Use it.
5966
5967 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5968
5969         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5970
5971 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5972
5973         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5974
5975 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5976
5977         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5978         prevent tracking too many groups.
5979         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5980         Use it.
5981
5982 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5983
5984         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5985         moving point to the bottom of the window in order to avoid recentering.
5986
5987 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5988
5989         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5990
5991         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5992         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5993         (gnus-article-beginning-of-window): Fix calculation.
5994
5995 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5996
5997         * gnus-msg.el (gnus-summary-supersede-article)
5998         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5999         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6000         message header.
6001
6002 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6003
6004         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6005         pending output coming after the status change.
6006
6007 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6008
6009         * message.el:
6010         * gnus-start.el:
6011         * gnus-registry.el: Remove VMS support.
6012
6013 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6014
6015         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6016         macro.
6017         (rfc2104-hash): Use it.
6018
6019 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6020
6021         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6022         (gnus-summary-sort-by-most-recent-date): New commands.
6023         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6024         and menu entries.
6025
6026 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6027
6028         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6029         don't redisplay article for raw contents; remove plural articles stuff.
6030
6031         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6032         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6033         on gnus-summary-save-article; display results properly.
6034
6035 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6036
6037         * lpath.el: No need to fbind ns-focus-frame.
6038
6039 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6040
6041         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6042
6043 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6044
6045         * gnus-art.el (gnus-summary-save-in-pipe):
6046         Consider gnus-save-all-headers.
6047
6048 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6049
6050         * gnus-util.el (ns-focus-frame): Remove declaration.
6051         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6052         like x.
6053
6054 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6055
6056         * rfc2104.el (rfc2104-zero): Delete defconst.
6057         (rfc2104-hex-alist): Likewise.
6058         (rfc2104-hex-to-int): Delete func.
6059         (rfc2104-hexstring-to-bitstring): Likewise.
6060         (rfc2104-nybbles): New defconst.
6061         (rfc2104-hash): Rewrite for speed.
6062
6063 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6064
6065         * tls.el (open-tls-stream): Make it work with the 2nd argument
6066         BUFFER that is a string but does not exist as a buffer object, as
6067         mentioned in the doc-string.
6068
6069 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6070
6071         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6072         SXEmacs.
6073
6074 2008-07-16  Glenn Morris  <rgm@gnu.org>
6075
6076         * gnus-util.el (ns-focus-frame): Declare for compiler.
6077
6078 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6079
6080         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6081         set as a group parameter.
6082         (gnus-summary-save-in-pipe): Work when it is called independently.
6083         (gnus-summary-pipe-to-muttprint): Don't modify
6084         gnus-summary-pipe-output-default-command.
6085
6086 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6087
6088         * message.el (message-send-mail-with-sendmail):
6089         Display the error message.
6090
6091 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6092
6093         * gnus-art.el (gnus-default-article-saver):
6094         Add gnus-summary-save-in-pipe to choices.
6095         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6096         gnus-summary-pipe-output-default-command as the default command.
6097         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6098         instead of gnus-last-shell-command.
6099
6100         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6101         New user option.
6102         (gnus-summary-muttprint-program): Mention the value will be changed.
6103         (gnus-summary-save-article): Force showing of all headers.
6104         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6105
6106 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6107
6108         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6109
6110 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6111
6112         * nnimap.el (nnimap-id):
6113         * sieve-manage.el (sieve-manage-open): Doc fixes.
6114
6115 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6116
6117         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6118         if available.
6119
6120 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6121
6122         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6123
6124         * nnkiboze.el (nnkiboze-generate-group):
6125         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6126
6127         * nnmairix.el: Require CL.
6128
6129 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6130
6131         * dgnushack.el: Autoload get-display-table and put-display-table for
6132         XEmacs 21.5.
6133
6134         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6135         21.4 and SXEmacs.
6136
6137 2008-06-15  David Engster  <dengste@eml.cc>
6138
6139         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6140
6141 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6142
6143         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6144         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6145         runtime choice under XEmacs.
6146
6147         * gnus-sum.el (gnus-summary-set-display-table):
6148         Use `gnus-put-display-table', `gnus-get-display-table',
6149         `gnus-set-display-table' for the display table, instead of `aset'.
6150
6151         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6152         Use `gnus-put-display-table', `gnus-get-display-table',
6153         `gnus-set-display-table' for the display table.
6154
6155 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6156
6157         * nnmairix.el: Add autoloads.
6158
6159 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6160
6161         * nnmairix.el (nnmairix-delete-recreate-group)
6162         (nnmairix-update-and-clear-marks): Fix error messages.
6163
6164 2008-06-14  David Engster  <dengste@eml.cc>
6165
6166         * nnmairix.el: Upgrade to version 0.6.
6167         (nnmairix-group-toggle-propmarks-this-group)
6168         (nnmairix-group-toggle-readmarks-this-group)
6169         (nnmairix-group-delete-recreate-this-group)
6170         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6171         (nnmairix-remove-tick-mark-original-article): New commands.
6172         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6173         (nnmairix-propagate-marks-to-nnmairix-groups)
6174         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6175         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6176         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6177         functions needed for marks propagation and manipulation of read marks.
6178         (nnmairix-update-groups): New function.
6179         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6180         (nnmairix-determine-original-group-from-registry)
6181         (nnmairix-determine-original-group-from-path)
6182         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6183         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6184         New helper functions.
6185         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6186         keystrokes for new commands.
6187         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6188         (nnmairix-request-group): Check allow-fast group parameter.
6189         (nnmairix-request-create-group): Set allow-fast group parameter if
6190         nnmairix-allowfast-default is set.
6191         (nnmairix-close-group): Propagate marks upon closing if needed.
6192         (nnmairix-group-toggle-threads-this-group): Use new.
6193         nnmairix-group-toggle-parameter helper function.
6194         (nnmairix-search): Better check for empty search result.
6195         (nnmairix-goto-original-article): Use new helper functions for
6196         determining original article.
6197         (nnmairix-show-original-article): Make sure message-id is in brackets.
6198         (nnmairix-call-mairix-binary): Change variable name.
6199         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6200         helper function.
6201         (nnmairix-widget-toggle-activate): Fix doc string.
6202
6203 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6204
6205         * nnir.el: Require edmacro when compiling with XEmacs.
6206         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6207         available in Emacs 21.
6208
6209 2008-06-11  Glenn Morris  <rgm@gnu.org>
6210
6211         * gnus-util.el (x-focus-frame):
6212         * gnus.el (image-size):
6213         * mm-decode.el (image-size): Declare.
6214
6215         * gnus-picon.el (declare-function): Add compat definition.
6216         (image-size): Declare.
6217
6218         * gnus-group.el (tool-bar-map):
6219         * gnus-sum.el (tool-bar-map): Define for compiler.
6220
6221         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6222
6223         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6224
6225         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6226         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6227         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6228         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6229         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6230         * sieve-manage.el, spam-report.el, spam.el:
6231         Remove unnecessary eval-and-compile of autoloads.
6232
6233 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6234
6235         * auth-source.el: Precise Tramp doc.
6236
6237 2008-06-07  Glenn Morris  <rgm@gnu.org>
6238
6239         * nnmairix.el: Remove unnecessary eval-when-compile.
6240
6241 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6242
6243         * lpath.el: Fbind propertize for XEmacs 21.4.
6244
6245 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6246
6247         * nnir.el: Move here from ../contrib.
6248
6249 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6250
6251         * gnus-util.el (gnus-read-shell-command): New function.
6252         * mm-decode.el (mm-pipe-part):
6253         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6254
6255 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6256
6257         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6258
6259 2008-06-03  Glenn Morris  <rgm@gnu.org>
6260
6261         * pop3.el (nnheader-accept-process-output): Autoload it.
6262
6263 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6264
6265         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6266         are not 2-digit hexadecimal characters that follow `%'s.
6267
6268 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6269
6270         * message.el (message-bogus-recipient-p): Fix type in doc string.
6271         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6272         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6273         Improve custom options.
6274         (message-bogus-recipient-p): Adjust accordingly.
6275
6276 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6277
6278         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6279         long-form month and day names.
6280
6281 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6282
6283         * dgnushack.el: Autoload debug, eudc-expand-inline and
6284         pgg-snarf-keys-region for XEmacs.
6285
6286         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6287
6288         * nnmairix.el: Require edmacro when compiling with XEmacs.
6289
6290 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6291
6292         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6293         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6294
6295 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6296
6297         * auth-source.el: Add more docs.
6298
6299         * netrc.el (netrc-machine): Always match if the port is not given.
6300
6301 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6302
6303         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6304         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6305         retrieval faster in some cases, but might make CPU usage larger.
6306         If this has any bad side effects, we might revert this change.
6307
6308         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6309         seems to make mail retrieval much, much faster.
6310         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6311         unconditionally.
6312
6313         * gnus-draft.el (gnus-group-send-queue):
6314         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6315
6316 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6317
6318         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6319
6320         * message.el (message-bogus-address-regexp): Fix and improve custom
6321         type.
6322         (message-setup-hook): Add message-check-recipients as custom option.
6323
6324 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6325
6326         * message.el (message-cite-function): Remove bogus autoload which crept
6327         in during merge from v5-10.
6328
6329 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6330
6331         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6332
6333         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6334
6335         * auth-source.el: Preliminary Tramp docs.
6336         (auth-sources): Change the default auth-sources to use
6337         EPA .gpg files.
6338
6339 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6340
6341         * nntp.el: Autoload `auth-source-user-or-password'.
6342         (nntp-send-authinfo): Use it.
6343
6344         * nnimap.el: Autoload `auth-source-user-or-password'.
6345         (nnimap-open-connection): Use it.
6346
6347         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6348         for the gnus-message function.
6349         (auth-source-user-or-password): Use it.
6350
6351 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6352
6353         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6354         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6355         (rfc2104-hash): Use it.
6356
6357 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6358
6359         * gnus-art.el (gnus-article-toggle-truncate-lines):
6360         Don't use `iff' in docstring.
6361
6362 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6363
6364         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6365
6366         * gnus-util.el (gnus-extract-address-component-name)
6367         (gnus-extract-address-component-email): Convenience functions around
6368         `gnus-extract-address-components'.
6369
6370         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6371         Use `gnus-extract-address-component-email' to fix bug of comparing full
6372         sender name to `user-mail-address'.
6373
6374 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6375
6376         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6377         catch/throw to optimize.
6378         (gnus-registry-find-keywords): Just use member to find a keyword.
6379
6380 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6381
6382         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6383         is current before calling gnus-server-prepare.
6384         (gnus-server-setup-buffer, gnus-server-update-server)
6385         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6386
6387 2008-05-04  Juri Linkov  <juri@jurta.org>
6388
6389         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6390         (mailcap-file-default-commands): Use mailcap-replace-in-string
6391         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6392         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6393
6394 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6395
6396         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6397
6398 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6399
6400         * gnus.el: Bump version to 0.11.
6401
6402 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6403
6404         * gnus.el: No Gnus v0.10 is released.
6405
6406 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6407
6408         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6409         hooks.
6410         (gnus-update-read-articles): Speed up non-marks-using users.
6411         (gnus-use-marks): Define gnus-use-marks.
6412         (gnus-propagate-marks): Rename variable to something more sensible.
6413
6414 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6415
6416         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6417         (gmm-image-load-path-for-library): Fix typos in docstrings.
6418         (gmm-message): Reflow docstring.
6419
6420 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6421
6422         * mail-source.el (mail-source-set-1, mail-source-bind):
6423         Move auth-source code out of the macro to clean it up and fix bugs.
6424
6425 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6426
6427         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6428         by sender if it's equal to user-mail-address, it's likely to be
6429         useless.
6430
6431         * mail-source.el (mail-source-bind): Don't use user or password if they
6432         are not bound.  Unintern them if they are nil.  Don't use server unless
6433         it's bound, and default it to empty string otherwise.
6434
6435 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6436
6437         * mail-source.el: Load auth-source.el.
6438         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6439         get user name or password, if auth-sources is set up.
6440
6441         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6442         strategy of splitting with parent.
6443         (gnus-registry-split-fancy-with-parent)
6444         (gnus-registry-post-process-groups): Use it and fix prior
6445         bug (returning a list as the split result).
6446
6447         * auth-source.el (auth-sources): Remove server parameter.
6448         (auth-source-pick, auth-source-user-or-password)
6449         (auth-source-user-or-password-imap)
6450         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6451         (auth-source-user-or-password-sftp)
6452         (auth-source-user-or-password-smtp): Remove server parameter.
6453
6454 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6455
6456         * smime.el (smime-sign-region, smime-encrypt-region)
6457         (smime-decrypt-region):
6458         Remove redundant calls to `generate-new-buffer-name'.
6459
6460 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6461
6462         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6463         Don't use QP for message/rfc822.
6464         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6465
6466 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6467
6468         * sieve-manage.el (sieve-string-bytes): Remove.
6469         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6470         correct byte-length only if the process's coding-system is the same as
6471         the one used internally by Emacs to represent strings.
6472
6473 2008-04-22  Juri Linkov  <juri@jurta.org>
6474
6475         * mailcap.el (mailcap-file-default-commands): New function.
6476
6477 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6478
6479         * message.el (message-signature-separator, message-cite-function):
6480         Change custom version.
6481
6482 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6483
6484         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6485         commands.
6486         (tls-checktrust): Ditto.
6487
6488 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6489
6490         * mm-decode.el (mm-display-external): Make temp file read-only.
6491
6492 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6493
6494         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6495         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6496         `C-c C-f d'.
6497
6498 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6499
6500         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6501
6502 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6503
6504         * gnus.el: Bump version to 0.9.
6505
6506 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6507
6508         * gnus.el: No Gnus v0.8 is released.
6509
6510 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6511
6512         * mail-source.el (mail-source-value):
6513         Prefer fboundp to functionp so it works with macros as well.
6514
6515 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6516
6517         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6518         Fix last change in case the element is not even a symbol.
6519
6520 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6521
6522         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6523         Prefer fboundp to functionp so it works with macros as well.
6524
6525 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6526
6527         * auth-source.el: Add docs.
6528         (auth-sources): Modify format to support server.
6529         (auth-source-pick, auth-source-user-or-password)
6530         (auth-source-user-or-password-imap)
6531         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6532         (auth-source-user-or-password-sftp)
6533         (auth-source-user-or-password-smtp): Add server parameter.
6534
6535 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6536
6537         * gnus-registry.el: Initialize the registry when gnus-registry-install
6538         is t.
6539
6540 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6541
6542         * compface.el (uncompface): Make buffer unibyte.
6543
6544 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6545
6546         * mail-source.el (mail-source-value):
6547         Prefer fboundp to functionp so it works with macros as well.
6548
6549 2008-04-05  Glenn Morris  <rgm@gnu.org>
6550
6551         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6552
6553 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6554
6555         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6556         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6557
6558         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6559         multibyteness after rather than before erasing it.
6560
6561         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6562         mm-with-multibyte.
6563         (gnus-request-article-this-buffer): Make sure the proper decoding is
6564         used if gnus-original-article-buffer happens to be unibyte.
6565
6566         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6567         default-enable-multibyte-characters.
6568
6569         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6570         default-enable-multibyte-characters.
6571
6572         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6573
6574         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6575
6576 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6577
6578         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6579         Fix last change in case the element is not even a symbol.
6580
6581 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6582
6583         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6584         (imap-message-copyuid-1): Use it.
6585         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6586         J. Williams in
6587         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6588
6589         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6590         imap-enable-exchange-bug-workaround.
6591         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6592
6593 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6594
6595         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6596         a 100 byte status-checks into a 2-3MB transfer for each group.
6597         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6598         to enable bug workaround or not.
6599         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6600
6601 2008-03-31  Glenn Morris  <rgm@gnu.org>
6602
6603         * message.el (mml2015-use): Declare for compiler.
6604         (message-info): Require mml2015 when appropriate.
6605
6606 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6607
6608         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6609         whitespace.
6610
6611 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6612
6613         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6614         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6615         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6616         (nntp-service-to-port): New function.
6617         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6618         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6619         (nntp-open-netcat-stream): New function.
6620         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6621
6622 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6623
6624         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6625
6626 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6627
6628         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6629
6630 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6631
6632         * dns.el (dns-write): Use set-buffer-multibyte.
6633
6634 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6635
6636         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6637
6638 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6639
6640         * message.el (message-signature-separator): Change default.
6641         Improve custom type.
6642         (message-cite-function): Change default to
6643         message-cite-original-without-signature.
6644
6645         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6646         toggle.
6647
6648         * message.el (message-check-news-body-syntax): Fix signature check.
6649         (message-setup-1): Mark buffer as unmodified _after_ running
6650         message-setup-hook and handling message-alternative-emails.
6651         (message-shorten-references): Be more strict when building list of
6652         valid references to comply with GNKSA.
6653
6654         * gnus-group.el (gnus-read-ephemeral-bug-group)
6655         (gnus-read-ephemeral-debian-bug-group)
6656         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6657
6658         * message.el (message-info): Don't use booleanp which isn't supported
6659         in Emacs 21 and XEmacs.
6660
6661 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6662
6663         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6664         gnus-group-gmane-group-download-format.
6665         (gnus-group-read-ephemeral-gmane-group): Rename from
6666         gnus-group-read-ephemeral-gmane-group.
6667         (gnus-read-ephemeral-gmane-group-url): Rename from
6668         gnus-group-read-ephemeral-gmane-group-url.
6669         (gnus-bug-group-download-format-alist): New variable.
6670         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6671         (gnus-read-ephemeral-emacs-bug-group): New commands.
6672
6673 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6674
6675         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6676         (gnus-visible-headers): Improve custom type.
6677
6678 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6679
6680         * mml.el (mml-menu): Add workarounds for XEmacs.
6681
6682         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6683         X-Boundary header.
6684
6685         * message.el (message-simplify-recipients): Fix previous commit.
6686
6687 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6688
6689         * mm-util.el (mm-set-buffer-multibyte): New function.
6690         * mm-decode.el (mm-copy-to-buffer): Use it.
6691
6692         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6693         Prefer fboundp to functionp so it works with macros as well.
6694
6695 2008-03-19  Glenn Morris  <rgm@gnu.org>
6696
6697         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6698         Accidentally removed in the sync process with Emacs.
6699
6700 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6701
6702         * message.el (message-alter-recipients-discard-bogus-full-name):
6703         New function.
6704         (message-alter-recipients-function): New variable.
6705         (message-get-reply-headers): Use it.
6706         (message-replace-header): New helper function.
6707         (message-recipients-without-full-name): New variable.
6708         (message-simplify-recipients): New command.
6709
6710         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6711
6712         * message.el (message-info): Handle EasyPG manual.
6713
6714         * mml.el (mml-menu): Add entry for EasyPG.
6715
6716 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6717
6718         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6719         parameter.
6720
6721         * message.el (message-disassociate-draft): Specify drafts group name
6722         fully.
6723
6724 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6725
6726         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6727         Eliminate unnecessary duplicates from the match list.
6728
6729 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6730
6731         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6732
6733         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6734
6735         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6736         args of `how-many' of which the XEmacs version doesn't take; declare
6737         Info-index-next as function.
6738
6739 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6740
6741         * gnus-score.el (gnus-score-headers): Fix handling of
6742         gnus-inhibit-slow-scoring.
6743
6744         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6745         string.
6746         (gnus-button-url-regexp): Improve handling of parenthesis.
6747         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6748         (gnus-button-handle-info-keystrokes): Handle index entries.
6749
6750 2008-03-15  Glenn Morris  <rgm@gnu.org>
6751
6752         * parse-time.el (parse-time-string): Simplify.
6753
6754 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6755
6756         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6757         Incoming* files.
6758
6759 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6760
6761         * auth-source.el (auth-sources): Rename from auth-source-choices.
6762         (auth-source-pick): Use it.
6763
6764 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6765
6766         * binhex.el (binhex-decode-region-internal):
6767         * uudecode.el (uudecode-decode-region-internal):
6768         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6769         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6770         setting default-enable-multibyte-characters.
6771
6772 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6773
6774         * auth-source.el (auth-source-protocols)
6775         (auth-source-protocols-customize, auth-source-choices): Add and
6776         modified variable customizations and defaults.
6777         (auth-source-pick, auth-source-user-or-password)
6778         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6779         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6780         (auth-source-user-or-password-sftp)
6781         (auth-source-user-or-password-smtp): Use new variables and provide an
6782         interface to netrc.el.
6783
6784 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6785
6786         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6787         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6788         Make sure the nntp port to specify is a string.
6789
6790 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6791
6792         * nntp.el: Use with-current-buffer.
6793         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6794         dubious mm-with-unibyte-current-buffer.
6795         (nntp-with-open-group-function): New function extracted from
6796         nntp-with-open-group macro.
6797         (nntp-with-open-group): Use the function, so it's easier to debug.
6798         Add indentation and debugging info.
6799         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6800         Recommend the use of the netcat alternatives.
6801
6802         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6803         Avoid mm-string-as-multibyte as well.
6804
6805         * nnweb.el (nnweb-insert-html):
6806         Remove use of nnheader-string-as-multibyte.
6807
6808         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6809         (nnheader-string-as-multibyte): Remove.
6810
6811         * mm-view.el: Use inhibit-read-only.
6812         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6813         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6814         or unibyte-string.
6815
6816         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6817         (mm-uu-yenc-extract): Use with-current-buffer.
6818
6819         * gnus-soup.el (gnus-soup-send-packet): Don't use
6820         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6821
6822         * nnmh.el: Use with-current-buffer.
6823         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6824         mm-string-as-multibyte on the output of mm-encode-coding-string.
6825
6826         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6827         (nnimap-request-move-article): Use with-current-buffer.
6828
6829         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6830         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6831         conversion uses string-make-unibyte rather than string-as-unibyte.
6832
6833         * gnus-msg.el: Use with-current-buffer.
6834
6835         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6836
6837 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6838
6839         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6840         string for caching if it is 'PIN.
6841
6842 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6843
6844         * lpath.el: Consider the case without Emacs/W3.
6845
6846 2008-03-08  Glenn Morris  <rgm@gnu.org>
6847
6848         * time-date.el (date-to-time, time-subtract, time-add)
6849         (safe-date-to-time): Doc fixes.
6850
6851 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6852
6853         * mail-source.el (mail-source-delete-old-incoming-confirm):
6854         Change default to nil.
6855         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6856
6857 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6858
6859         * lpath.el: Rearrange.
6860
6861         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6862         (gnus-article-goto-prev-page): Work for articles having ^L's.
6863
6864         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6865
6866         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6867
6868 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6869
6870         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6871         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6872         (gnus-bookmark-jump): Adjust some variable names.
6873
6874 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6875
6876         * auth-source.el: New package.
6877         (auth-source-choices): Add customization entry point variable.
6878
6879         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6880         bug.
6881
6882 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6883
6884         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6885         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6886         (gnus-registry-install-shortcuts): Rename from
6887         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6888         the `gnus-registry-mark-map' keymap dynamically from
6889         `gnus-registry-marks'.  The generated functions update the summary line
6890         when a registry mark is added or deleted, and will call
6891         `gnus-registry-install-p' (see the comments in the code).
6892         (gnus-registry-user-format-function-M): Use concat intelligently.
6893
6894         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6895         the registry mark functions.
6896
6897 2008-03-05  Glenn Morris  <rgm@gnu.org>
6898
6899         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6900         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6901         gnus-art.
6902         (top-level): No need to load own source when compiling.
6903
6904 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6905
6906         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6907         Suggested by <chris.anderton@zetnet.co.uk>.
6908
6909 2008-03-04  Glenn Morris  <rgm@gnu.org>
6910
6911         * gnus-sum.el (top-level): No need to require gnus when compiling,
6912         since unconditionally required near start of file.
6913         (gnus-summary-display-while-building): Move definition before use.
6914
6915 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6916
6917         * gnus-registry.el (gnus-registry-user-format-function-M):
6918         Add formatting function.
6919
6920 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6921
6922         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
6923         with plists.
6924         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6925         Use new format.
6926
6927 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6928
6929         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6930         `where-is-internal' that returns a range of key sequences.
6931
6932 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6933
6934         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6935
6936         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6937         (gnus-summary-jump-to-group): Consider windows on other displayed
6938         frames as well.  Similar changes might be needed elsewhere, but that's
6939         the one I've bumped into during my use.
6940
6941         * nndoc.el (nndoc-oe-dbx-type-p):
6942         * gnus-msg.el (gnus-debug):
6943         * gnus-group.el (gnus-update-group-mark-positions):
6944         Use mm-string-to-multibyte.
6945
6946 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6947
6948         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6949         doesn't handle NotDashEscaped.
6950
6951         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6952         (mml-dnd-attach-options): Fix typo in custom choice.
6953
6954         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
6955         Change nndoc-article-type to mbox.
6956         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6957
6958         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6959         to nil, instead of html2text.
6960
6961         * imap.el (imap-debug): Add `imap-ping-server'.
6962
6963         * gnus-bookmark.el: Add FIXMEs.
6964
6965         * message.el (message-form-letter-separator)
6966         (message-send-form-letter-delay): New variables.
6967         (message-send-form-letter): Use them.  New command to send form
6968         letters.  Requested by Uwe Siart.
6969         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6970
6971 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6972
6973         * Update copyright years.
6974
6975 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6976
6977         Sync from EMACS_22_BASE.
6978
6979         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6980
6981 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6982
6983         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6984         empty author.
6985
6986 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6987
6988         * gnus-registry.el (gnus-registry-marks): Add variable for
6989         customization of marks and their appearance.
6990         (gnus-registry-read-mark): Use it.
6991         (gnus-registry-do-marks): Add utility function to loop through
6992         `gnus-registry-marks'.
6993         (gnus-registry-install-shortcuts-and-menus): Add function to install
6994         shortcuts and menus.
6995         (gnus-registry-initialize): Use it.
6996         (gnus-registry-default-mark): Clarify documentation.
6997
6998 2008-02-29  Glenn Morris  <rgm@gnu.org>
6999
7000         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7001         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7002         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7003         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7004         Change defcustom :version from 23.0 to 23.1.
7005
7006 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7007
7008         * gnus-registry.el (gnus-registry-follow-group-p)
7009         (gnus-registry-post-process-groups): Add functions to aid registry
7010         splitting and improve logging.  Clarify behavior in function
7011         documentation.
7012         (gnus-registry-split-fancy-with-parent): Use them.
7013
7014 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7015
7016         * gnus-art.el: Use with-current-buffer.
7017
7018 2008-02-27  David Engster  <dengste@eml.cc>
7019
7020         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7021         Express real group name in the response.
7022
7023 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7024
7025         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7026         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7027         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7028         autoload gnus-registry-fetch-group when compiling.
7029         (nnmairix-request-group-with-article-number-correction):
7030         Remove unreferenced argument passed to nnmairix-call-backend.
7031
7032 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7033
7034         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7035         (mm-uu-extract): Improve face for low color ttys.
7036         Reported by Sascha Wilde.
7037
7038 2008-02-27  Glenn Morris  <rgm@gnu.org>
7039
7040         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7041         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7042         variables to defconsts.  Convert comments to doc-strings.
7043         (nnmairix-last-server, nnmairix-current-server): Convert from free
7044         variables to defvars.  Convert comments to doc-strings.
7045         (gnus-registry-fetch-group): Autoload.
7046         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7047         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7048         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7049         caddr.
7050         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7051         nnmairix-request-group-with-article-number-correction call.
7052         (nnmairix-fast, nnmairix-group): New, less general names, for free
7053         variables passed from nnmairix-request-group to
7054         nnmairix-request-group-with-article-number-correction.  Declare.
7055         (nnmairix-request-group-with-article-number-correction):
7056         Use nnmairix-fast, nnmairix-group rather than fast, group.
7057
7058 2008-02-26  David Engster  <dengste@eml.cc>
7059
7060         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7061         version 0.5.
7062
7063 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7064
7065         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7066         instead of making an extra function call.  Don't add the current group
7067         to articles only when they have the group.  Use
7068         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7069         Reported by David <de_bb@arcor.de>.
7070
7071 2008-02-24  Miles Bader  <miles@gnu.org>
7072
7073         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7074         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7075         (mm-find-mime-charset-region):
7076         * mm-bodies.el (mm-encode-body):
7077         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7078
7079 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7080
7081         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7082         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7083
7084 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7085
7086         * mail-source.el (mail-source-delete-incoming): Change default.
7087         Supplement doc string.
7088
7089         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7090
7091 2008-02-14  Glenn Morris  <rgm@gnu.org>
7092
7093         * time-date.el (format-seconds): New function.
7094
7095 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7096
7097         * nnmail.el (nnmail-message-id-cache-file): Derive from
7098         `gnus-home-directory'.
7099
7100 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7101
7102         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7103         Document negative prefix.
7104
7105         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7106
7107 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7108
7109         * message.el (message-unsent-separator): Add the Exim bounce
7110         separator.
7111
7112 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7113
7114         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7115         list.
7116         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7117         recipient/signer list.
7118
7119 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7120
7121         * Makefile.in (datarootdir): Define.
7122         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7123         name that might contain whitespace.
7124
7125 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7126
7127         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7128         fbound (Emacs 23 unicode), signal an error.
7129
7130 2008-02-08  Glenn Morris  <rgm@gnu.org>
7131
7132         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7133
7134 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7135
7136         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7137         ports to the calls to `netrc-machine-user-or-password' in addition to
7138         "imap" and "imaps".
7139
7140 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7141
7142         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7143
7144         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7145
7146 2008-02-01  Kenichi Handa  <handa@m17n.org>
7147
7148         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7149         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7150         (rfc2104-hash): Convert the result of concat to unibyte string.
7151
7152 2008-02-01  Dave Love  <fx@gnu.org>
7153
7154         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7155         coding-system-for-read.
7156         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7157
7158 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7159
7160         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7161         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7162         <hanche@math.ntnu.no>.
7163
7164 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7165
7166         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7167
7168         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7169
7170 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7171
7172         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7173         * message.el (message-beginning-of-line): Use featurep instead of bound
7174         tests in order to resolve conditionals at compile time.
7175
7176 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7177
7178         * mail-source.el (mail-sources): Add `group' choice.
7179
7180         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7181         parameter `in-group' to control into which group the articles go.
7182         Add treatment of `group' mail-source.
7183
7184 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7185
7186         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7187
7188         * mm-decode.el (mm-dissect-buffer): Decode description.
7189
7190         * mml.el (mml-to-mime): Encode message header first.
7191
7192 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7193
7194         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7195         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7196
7197         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7198         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7199
7200 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7201
7202         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7203
7204 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7205
7206         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7207         prefix keys.
7208         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7209         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7210         gnus-xmas.el.
7211
7212         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7213         (gnus-xmas-article-describe-bindings): New function.
7214         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7215         gnus-xmas-article-describe-bindings.
7216
7217         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7218
7219 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7220
7221         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7222         Add new variables for article mark management.
7223         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7224         list of extra data entries which, when present, will indicate that the
7225         article ID should not be trimmed from the registry.
7226         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7227         functions.
7228         (gnus-registry-read-mark): New function to read a mark name from the
7229         user.
7230         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7231         (gnus-registry-set-article-mark-internal): New functions to add and
7232         remove marks.
7233         (gnus-registry-get-article-marks): New function to show the marks for
7234         an article, or retrieve them for further use.
7235
7236 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7237
7238         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7239         keys when no argument is given.
7240
7241 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7242
7243         * imap.el (imap-ping-server): New variable.
7244         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7245         (imap-ping-server): Minor doc string fixes.
7246
7247 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7248
7249         * imap.el (imap-ping-server): New function.
7250         (imap-opened): Call imap-ping-server.
7251
7252 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7253
7254         * gnus-sum.el (gnus-article-sort-by-random)
7255         (gnus-thread-sort-by-random): Fix doc strings.
7256         Reported by jidanni@jidanni.org.
7257
7258 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7259
7260         * gnus-art.el (gnus-article-describe-bindings): New function.
7261         (gnus-article-read-summary-keys): Use it.
7262         (gnus-article-mode-map): Bind `C-h b' to it.
7263
7264 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7265
7266         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7267         XEmacs.
7268         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7269         Protect against non-character events.
7270
7271         * lpath.el: Fbind map-keymap for Emacs 21.
7272
7273 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7274
7275         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7276         New command.
7277         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7278         instead of END.  Change name of the temp file.
7279         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7280         customizable.
7281
7282 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7283
7284         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7285         bind `S W' to gnus-article-wide-reply-with-original; set default
7286         binding to gnus-article-read-summary-send-keys.
7287         (gnus-article-read-summary-keys): Fix the order of keys; display
7288         continuation keys correctly in the echo area; describe bindings
7289         correctly when keys end with `C-h'.
7290         (gnus-article-read-summary-send-keys): New function.
7291         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7292         Work for gnus-article-read-summary-send-keys; display continuation keys
7293         correctly in the echo area.
7294         (gnus-article-reply-with-original): Ignore prefix argument.
7295         (gnus-article-wide-reply-with-original): New function.
7296
7297         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7298         Emacs 21.
7299
7300 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7301
7302         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7303         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7304
7305 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7306
7307         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7308         (gnus-group-read-ephemeral-gmane-group): New command.
7309
7310 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7311
7312         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7313
7314 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7315
7316         * message.el (message-send-mail-function): Increase custom version.
7317
7318         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7319         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7320
7321 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7322
7323         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7324         for the cases where imap-authenticate is called with a nil buffer
7325         parameter.
7326
7327 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7328
7329         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7330         html parts correctly; support forwarded messages.
7331         (gnus-article-browse-html-article): Remove work buffers.
7332
7333         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7334         compiling.
7335         (netrc-bound-and-true-p): New macro.
7336         (netrc-parse): Use it instead of bound-and-true-p that is not available
7337         in XEmacs 21.4.
7338
7339 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7340
7341         * gnus-registry.el (gnus-registry-mark-article)
7342         (gnus-registry-article-marks): Add functionality to mark articles
7343         through the Gnus registry.
7344
7345         * encrypt.el: Clarify documentation for the new pgg method.
7346         (encrypt-file-alist): Add PGG option.
7347         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7348         functionality.  Abstract password key and messaging to external
7349         functions.
7350         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7351         (encrypt-message-method-and-cipher): Add new convenience external
7352         functions.
7353         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7354         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7355
7356         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7357         (netrc-parse): Use encrypt-file-alist to determine if
7358         encrypt-find-model or encrypt-insert-file-contents should be used.
7359
7360         * encrypt.el: Clarify documentation.  Load password-cache or
7361         password, whichever one is found first, instead of autoloading.
7362
7363 2007-12-19  Glenn Morris  <rgm@gnu.org>
7364
7365         * mml.el (message-options-set, message-narrow-to-head)
7366         (message-in-body-p, message-mail-p, message-encode-message-body):
7367         Autoload.
7368         (message-remove-header, message-narrow-to-headers-or-head)
7369         (message-subscribed-p, message-make-mail-followup-to)
7370         (message-position-on-field, message-news-p)
7371         (message-options-set-recipient, message-generate-headers)
7372         (message-sort-headers): Declare as functions.
7373
7374 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7375
7376         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7377         convention in doc string.
7378
7379 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7380
7381         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7382         title to html parts.
7383         (gnus-article-browse-html-article): Pass message header to it.
7384
7385         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7386
7387 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7388
7389         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7390         or password compatible with XEmacs.
7391
7392 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7393
7394         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7395         format document.
7396         (gnus-mime-delete-part): Don't write description line if empty.
7397         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7398
7399 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
7400
7401         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7402         (gnus-summary-mark-read-and-unread-as-read)
7403         (gnus-summary-mark-current-read-and-unread-as-read)
7404         (gnus-summary-mark-unread-as-ticked): Doc fix.
7405         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7406
7407 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7408
7409         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7410         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7411
7412 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7413
7414         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7415         yes-or-no-p.
7416
7417 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7418
7419         * mm-decode.el (mm-add-meta-html-tag): New function.
7420         (mm-save-part-to-file, mm-pipe-part): Use it.
7421
7422         * gnus-art.el (gnus-article-browse-delete-temp-files):
7423         Use gnus-y-or-n-p instead of y-or-n-p.
7424         (gnus-article-browse-html-parts): Work with message/external-body; use
7425         mm-add-meta-html-tag.
7426
7427 2007-12-11  Glenn Morris  <rgm@gnu.org>
7428
7429         * gnus-cache.el: Require gnus-sum not just when compiling.
7430
7431         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7432
7433         * gnus-int.el (gnus-server-opened, gnus-status-message):
7434         Move definitions before use.
7435
7436         * mm-decode.el: Require gnus-util.
7437         (mm-remove-part): Only call delete-annotation on XEmacs.
7438
7439         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7440
7441         * nnmail.el: Require gnus-int.
7442
7443         * spam.el: Move `require's before `eval-when-compile's.
7444
7445         * gnus-ems.el (gnus-alive-p):
7446         * gnus-fun.el (message-goto-eoh):
7447         * gnus-util.el (gnus-group-name-decode):
7448         * mail-source.el (gnus-compress-sequence):
7449         * message.el (Info-goto-node, format-spec):
7450         * mm-bodies.el (message-options-get):
7451         * mm-decode.el (mm-view-pkcs7):
7452         * mm-util.el (gmm-write-region):
7453         * mml-smime.el (mml-compute-boundary)
7454         (gnus-completing-read-with-default):
7455         * mml.el (widget-button-press, gnus-make-hashtable):
7456         * mml1991.el (mm-decode-content-transfer-encoding)
7457         (mm-encode-content-transfer-encoding)
7458         (message-options-get, message-options-set):
7459         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7460         * nnfolder.el (gnus-request-group):
7461         * nnheader.el (ietf-drums-unfold-fws):
7462         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7463         * smime.el (gnus-run-mode-hooks):
7464         * spam-stat.el (gnus-message): Autoload.
7465
7466         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7467         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7468         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7469         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7470         Add declare-function compatibility definition.
7471
7472         * gnus-cache.el (nnvirtual-find-group-art):
7473         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7474         (gnus-add-image, gnus-add-wash-type):
7475         * gnus-group.el (nnkiboze-score-file):
7476         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7477         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7478         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7479         (message-tokenize-header, gnus-get-buffer-create)
7480         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7481         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7482         * gnus.el (gnus-group-decoded-name):
7483         * mail-source.el (imap-capability):
7484         * mm-bodies.el (message-options-set):
7485         * mm-decode.el (gnus-configure-windows):
7486         * mm-extern.el (message-goto-body):
7487         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7488         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7489         (epg-sub-key-validity, message-options-set):
7490         * mml.el (widget-event-point, gnus-configure-windows):
7491         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7492         * mml2015.el (epg-check-configuration, epg-configuration)
7493         (message-options-set):
7494         * nndb.el (nndb-request-article):
7495         * nnfolder.el (gnus-request-create-group):
7496         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7497         * nnmaildir.el (gnus-group-mark-article-read):
7498         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7499         * rfc1843.el (message-fetch-field):
7500         * spam.el (gnus-extract-address-components):
7501         Declare as functions.
7502
7503 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7504
7505         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7506
7507         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7508
7509         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7510         bind show-trailing-whitespace for XEmacs.
7511
7512 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7513
7514         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7515         new no-op macro for backward compatibility.
7516
7517         * imap.el (imap-string-to-integer): New function.
7518
7519 2007-12-09  Glenn Morris  <rgm@gnu.org>
7520
7521         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7522
7523         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7524         * message.el, mm-view.el, sieve-manage.el, smime.el:
7525         Add declare-function compatibility definition.
7526
7527         * gnus-art.el (w3-region, w3m-region, Info-menu):
7528         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7529         * gnus-sum.el (gnus-get-predicate):
7530         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7531         * message.el (mail-abbrev-in-expansion-header-p):
7532         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7533         (w3m-detect-meta-charset, w3m-region):
7534         * sieve-manage.el (password-read, password-cache-add)
7535         (password-cache-remove):
7536         * smime.el (password-read-and-add): Declare as functions.
7537
7538 2007-12-08  David Kastrup  <dak@gnu.org>
7539
7540         * gnus-sum.el (gnus-summary-simplify-subject-query):
7541         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7542         `message'.
7543
7544 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7545
7546         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7547         it to bind idna-program, installation-directory, defined-colors, and
7548         face-attribute for XEmacs of the version that compiles defcustom forms.
7549
7550 2007-12-07  Glenn Morris  <rgm@gnu.org>
7551
7552         * gnus-art.el (article-make-date-line): Revert previous change.
7553
7554 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7555
7556         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7557
7558 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7559
7560         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7561         Call gnus-add-to-range ranges only once with a prepared article-list.
7562
7563 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7564
7565         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7566         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7567         group names with backslashes.
7568         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7569
7570 2007-12-06  Deepak Goel  <deego3@gmail.com>
7571
7572         * gnus-art.el (article-make-date-line):
7573         * gnus-start.el (gnus-load):
7574         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7575
7576 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7577
7578         * gnus-art.el (gnus-use-idna)
7579         * gnus-start.el (gnus-site-init-file)
7580         * message.el (message-use-idna)
7581         * mm-uu.el (mm-uu-hide-markers)
7582         * smiley.el (smiley-style): Revert changes that suppress warnings.
7583
7584 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7585
7586         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7587         specify charset to html source.
7588         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7589
7590 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7591
7592         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7593         idna-program in order to suppress byte compile warning issued by XEmacs
7594         that came to byte compile the default value section of defcustom forms
7595         recently.
7596
7597         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7598         value of installation-directory.
7599
7600         * message.el (message-use-idna): Don't directly refer to the value of
7601         idna-program.
7602
7603         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7604
7605         * smiley.el (smiley-style): Don't directly call face-attribute.
7606
7607 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7608
7609         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7610
7611         * gnus-dired.el: Reduce Gnus dependencies.
7612         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7613         Don't require.  Use autoloads instead.
7614         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7615         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7616         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7617         (gnus-dired-mode): Adjust doc string.
7618         (gnus-dired-mail-mode): New variable.
7619         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7620         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7621         (gnus-dired-mail-buffers): New function.  Return mail or message
7622         composition buffers.
7623         (gnus-dired-attach): Use it.
7624         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7625         NO-DECODE.
7626         (gnus-dired-print): Use `gnus-print-buffer' depending on
7627         `gnus-dired-mail-mode'.
7628
7629 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7630
7631         * rfc2047.el (rfc2047-encoded-word-regexp)
7632         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7633         explaining what regexp patterns are for.
7634
7635 2007-12-04  Glenn Morris  <rgm@gnu.org>
7636
7637         * password.el: Move to password-cache.el.
7638
7639         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7640         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7641         * mml-smime.el (password-read, password-cache-add)
7642         (password-cache-remove):
7643         No need to autoload, since mml-sec requires password.
7644
7645         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7646         * message.el (gnus-extract-address-components):
7647         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7648
7649         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7650         password.
7651
7652 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7653
7654         * mailcap.el: Reduce dependencies.
7655         (mail-header-parse-content-type): Autoload.
7656         (mailcap-delete-duplicates): New alias.
7657         (mailcap-mime-info): Add optional argument NO-DECODE.
7658         (mailcap-mime-types): Use mailcap-delete-duplicates.
7659
7660         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7661
7662 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7663
7664         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7665         (imap-parse-status): Upcase status-att for servers that sends them
7666         lower-case (e.g., MS Exchange 2007).
7667
7668 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7669
7670         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7671         function.
7672
7673         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7674         (gnus-uu-yenc-article): New function.
7675
7676         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7677
7678         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7679
7680 2007-12-02  Glenn Morris  <rgm@gnu.org>
7681
7682         * binhex.el (binhex): New custom group.
7683         (binhex-decoder-program, binhex-decoder-switches)
7684         (binhex-use-external): Move to the binhex custom group.
7685
7686         * uudecode.el (uudecode): New custom group.
7687         (uudecode-decoder-program, uudecode-decoder-switches)
7688         (uudecode-use-external): Move to the uudecode custom group.
7689
7690         * netrc.el (top-level): Don't load `encrypt' features.
7691         (netrc-parse): Don't use encrypt.
7692         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7693
7694         * encrypt.el: Remove file.
7695
7696 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7697
7698         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7699         matches on patches.
7700
7701         * gnus-art.el (gnus-article-browse-html-article):
7702         Mention `mm-text-html-renderer' in the doc string.
7703
7704         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7705         string.  Add comments.
7706
7707         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7708         if rhs is ASCII.
7709
7710 2007-12-01  Glenn Morris  <rgm@gnu.org>
7711
7712         * mail-source.el (top-level): Require format-spec before
7713         eval-when-compile.
7714
7715 2007-11-30  Glenn Morris  <rgm@gnu.org>
7716
7717         * encrypt.el: Require password, rather than autoloading password-read.
7718
7719 2007-11-29  Glenn Morris  <rgm@gnu.org>
7720
7721         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7722         (sasl-make-client, sasl-next-step, sasl-step-data)
7723         (sasl-step-set-data): Declare as functions.
7724
7725 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7726
7727         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7728
7729 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7730
7731         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7732         certs should be verified and what is to be done in the event of a
7733         verification failure.
7734
7735         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7736         caller can indicate whether the cache should be disregarded for this
7737         call.  This way the result of the call is reproducible at all times and
7738         can be considered a canonical server name for the supplied method.
7739         (gnus-agent-method-p): Canonicalize server names by pushing their
7740         method through `gnus-method-to-server' using the no-cache argument.
7741
7742         * gnus-srvr.el (gnus-server-insert-server-line):
7743         Call `gnus-method-to-server' with `no-cache' argument.
7744
7745         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7746         gnus-agent-possibly-synchronize-flags as this should be called when the
7747         server is actually being opened.
7748         (gnus-agent-possibly-synchronize-flags)
7749         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7750         flags file of an agentized server to the latter function.
7751
7752         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7753         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7754         after a connection has been established successfully.
7755
7756 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7757
7758         * gnus-art.el (article-display-face): Force to display face if called
7759         interactively; check if gnus-article-x-face-too-ugly matches author.
7760         (article-display-x-face): Display face even if From header is missing
7761         as article-display-face does.
7762
7763 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7764
7765         * hashcash.el (message-narrow-to-headers-or-head)
7766         (message-fetch-field, message-goto-eoh)
7767         (message-narrow-to-headers): Declare as functions.
7768
7769 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7770
7771         * mail-source.el (mail-sources): Default to fetch from file for
7772         compatibility with default of nnmail-spool-file.
7773
7774 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7775
7776         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7777         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7778         to look for encoded word that should be encoded again.
7779         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7780         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7781         encoding pattern.
7782         (rfc2047-decode-region): Switch strict regexp and loose one according
7783         to rfc2047-allow-irregular-q-encoded-words.
7784
7785 2007-11-25  Romain Francoise  <romain@orebokech.com>
7786
7787         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7788
7789 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7790
7791         * tls.el (tls-program): Provide more custom choices from
7792         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7793         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7794
7795 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7796
7797         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7798         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7799
7800         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7801         `nnmail-spool-file'.
7802
7803         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7804         `nnmail-spool-file'.
7805
7806         * gnus-move.el (gnus-change-server): Ditto.
7807
7808         * gnus-kill.el (gnus-batch-score): Ditto.
7809
7810         * gnus-cache.el (gnus-jog-cache): Ditto.
7811
7812         * gnus-msg.el (gnus-summary-reply):
7813         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7814
7815 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7816
7817         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7818         version.  Minor improvement to doc strings.
7819         (tls-program): Add comment.
7820
7821 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7822
7823         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7824         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7825         mismatch between the hostname provided in the certificate and the name
7826         of the host connnecting to.
7827         (open-tls-stream): Use them.  Check certificates against trusted root
7828         certificates.
7829
7830 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7831
7832         * gnus-cache.el (gnus-cache-generate-nov-databases):
7833         Use nnml-generate-nov-databases-directory instead of
7834         nnml-generate-nov-databases-1.
7835
7836 2007-11-24  Glenn Morris  <rgm@gnu.org>
7837
7838         * message.el (message-tool-bar-retro): Update for rename
7839         mail_send.xpm->mail-send.xpm.
7840
7841 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7842
7843         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7844         `smime-ldap-search' for Emacs 22 and up.
7845
7846 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7847
7848         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7849
7850         * message.el (message-send-mail-function): Fix error convention.
7851         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7852         (message-widen-reply, message-send-mail, message-talkative-question)
7853         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7854         (message-clone-locals, message-send-news): Use with-current-buffer.
7855         (message-insert-or-toggle-importance): Remove unused var `valid'.
7856         (message-make-references): Remove unused var `new-references'.
7857         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7858
7859 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7860
7861         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7862         (spam-split-symbolic-return-positive): Reflow docstring.
7863         (spam-backends, spam-summary-exit-behavior)
7864         (spam-mark-ham-unread-before-move-from-spam-group)
7865         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7866         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7867         (spam-clear-cache, spam-backend-check, spam-install-backend)
7868         (spam-install-statistical-backend, spam-list-of-processors)
7869         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7870         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7871         (spam-check-crm114, spam-initialize, spam-unload-hook):
7872         Fix typos in docstrings.
7873
7874 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7875
7876         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7877         been checked if they have never been read and those group levels are
7878         higher than the one that a user specified.
7879
7880 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7881
7882         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7883         foreign groups unless a group level is specified by a user.
7884         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7885
7886 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7887
7888         * message.el (message-send-mail-function): Require sendmail.
7889
7890 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7891
7892         * message.el (message-send-mail-function): Check for smtpmail too.
7893
7894         * utf7.el (utf7-encode, utf7-decode): Use coding system
7895         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7896
7897         * message.el (message-send-mail-function): New function.
7898         (message-send-mail-function): Set default using
7899         message-send-mail-function.  Adjust doc string.
7900         (message-send-mail-with-mailclient): New function.
7901
7902 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7903
7904         * smime.el (from):
7905         * rfc2047.el (message-posting-charset):
7906         * qp.el (mm-use-ultra-safe-encoding):
7907         * pop3.el (parse-time-months):
7908         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7909         * nnml.el (files):
7910         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7911         (jka-compr-compression-info-list, ange-ftp-path-format)
7912         (efs-path-regexp):
7913         * nndiary.el (files):
7914         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7915         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7916         (epg-digest-algorithm-alist, inhibit-redisplay)
7917         (password-cache-expiry):
7918         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7919         (pgg-output-buffer, password-cache-expiry):
7920         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7921         (efs-path-regexp):
7922         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7923         (inhibit-redisplay):
7924         * mm-uu.el (file-name, start-point, end-point, entry)
7925         (gnus-newsgroup-name, gnus-newsgroup-charset):
7926         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7927         (latin-unity-ucs-list):
7928         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7929         (mm-uu-binhex-decode-function):
7930         * message.el (gnus-message-group-art, gnus-list-identifiers)
7931         (rmail-enable-mime-composing, gnus-local-organization)
7932         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7933         (gnus-read-active-file, facemenu-add-face-function)
7934         (facemenu-remove-face-function, gnus-article-decoded-p)
7935         (tool-bar-mode):
7936         * mail-source.el (display-time-mail-function):
7937         * gnus-util.el (nnmail-pathname-coding-system)
7938         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7939         (gnus-original-article-buffer, gnus-user-agent)
7940         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7941         (xemacs-codename, sxemacs-codename, emacs-program-version):
7942         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7943         * gnus-start.el (gnus-agent-covered-methods)
7944         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7945         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7946         (gnus-newsgroup-headers, gnus-group-list-mode)
7947         (gnus-group-mark-positions, gnus-newsgroup-data)
7948         (gnus-newsgroup-unreads, nnoo-state-alist)
7949         (gnus-current-select-method, mail-sources)
7950         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7951         (nnmail-spool-file, gnus-cache-active-hashtb):
7952         * gnus-mh.el (mh-lib-progs):
7953         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7954         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7955         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7956         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7957         (gnus-group-buffer):
7958         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7959         (font-lock-set-defaults):
7960         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7961         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7962         (gnus-summary-post-menu, total-parts, type, condition, length):
7963         * gnus-agent.el (gnus-agent-read-agentview):
7964         * flow-fill.el (show-trailing-whitespace):
7965         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7966         eval-and-compile wrappers for byte compiler pacifiers.
7967
7968         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7969         (mm-display-inline-fontify): Check for featurep 'xemacs not
7970         extent-list.
7971
7972         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7973         itimer-list.
7974         (mm-create-image-xemacs): Only do something for XEmacs.
7975         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7976
7977         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7978
7979         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7980         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7981
7982 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7983
7984         * nnimap.el (nnimap-split-download-body):
7985         * gnus-demon.el (gnus-demon):
7986         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7987
7988 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7989
7990         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
7991         New macros.
7992         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7993         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7994         copy data from unibyte buffer to multibyte current buffer.
7995         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7996         to copy data from unibyte current buffer to multibyte buffer.
7997         (nntp-make-process-buffer): Make process buffer unibyte.
7998
7999         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8000
8001 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8002
8003         * pop3.el (pop3-open-server): Accept and process data more robustly at
8004         connexion start to avoid spurious "POP SSL connexion failed" errors.
8005
8006 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8007
8008         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8009         read group names.
8010
8011 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8012
8013         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8014
8015 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8016
8017         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8018         (nnmail-save-active): Use a unibyte buffer when saving active file,
8019         which may contain non-ASCII group names.
8020
8021         * nnml.el (nnml-request-group): Decode group names in messages.
8022
8023 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8024
8025         * message.el (message-citation-line-function)
8026         (message-insert-formatted-citation-line): Fix spelling of
8027         `message-insert-formated-citation-line'.
8028
8029 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8030
8031         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8032
8033 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8034
8035         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8036         nnmail-pathname-coding-system.
8037
8038         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8039         that a user enters; decode group names in messages.
8040
8041         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8042
8043 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8044
8045         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8046
8047         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8048
8049         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8050         risky local variable.
8051
8052         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8053
8054 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8055
8056         * encrypt.el: Improve documentation to fix function name typo.
8057         Reported by Daiki Ueno <ueno@unixuser.org>.
8058
8059 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8060
8061         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8062         even if the point is not in the last page of an article.
8063         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8064         back to the previous page.
8065
8066 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8067
8068         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8069
8070 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8071
8072         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8073
8074 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8075
8076         * message.el (message-check-news-body-syntax):
8077         Avoid mm-string-as-multibyte.
8078         (message-hide-headers): Don't assume (point-min)==1.
8079
8080 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8081
8082         * message.el (message-remove-blank-cited-lines): Fix if remove is
8083         given.
8084         (message-bogus-address-regexp): New variable.
8085         (message-bogus-recipient-p): New function.
8086         (message-check-recipients): New command.
8087         (message-syntax-checks): Add `bogus-recipient'.
8088         (message-fix-before-sending): Add `bogus-recipient'.
8089
8090         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8091         (gnus-treat-body-boundary): Don't test window-system.
8092
8093 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8094
8095         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8096
8097 2007-10-28  Miles Bader  <miles@gnu.org>
8098
8099         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8100         at compile-time too.
8101
8102 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8103
8104         * gnus-msg.el (gnus-message-setup-hook):
8105         Add `message-remove-blank-cited-lines' to options.
8106
8107 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8108
8109         * message.el (message-remove-blank-cited-lines): New function.
8110         Suggested by Karl Plästerer.
8111
8112 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8113
8114         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8115         mapc.
8116
8117         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8118         (top-level): Use mapc to set functions to be traced for debugging.
8119
8120         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8121         called for effect with while loop.
8122
8123         * message.el (message-talkative-question): Replace mapcar called for
8124         effect with mapc.
8125
8126         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8127         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8128         called for effect with dolist.
8129
8130         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8131
8132         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8133         gnus-extra-headers and nnmail-extra-headers.
8134
8135         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8136         called for effect with dolist.
8137         (top-level): Use mapc to set functions to be traced for debugging.
8138
8139         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8140         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8141         dolist.
8142
8143         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8144         Replace mapcar called for effect with mapc.
8145         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8146         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8147         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8148         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8149
8150         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8151         remove-if that's a cl function.
8152
8153         * webmail.el (webmail-debug): Replace mapcar called for effect with
8154         dolist.
8155
8156         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8157         with mapc.
8158
8159 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8160
8161         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8162         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8163         with while loop.
8164
8165         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8166         functions from article-* functions.
8167         (gnus-multi-decode-header): Replace mapcar called for effect with
8168         dolist.
8169
8170         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8171         (gnus-bookmark-show-details): Replace mapcar called for effect with
8172         while loop.
8173
8174         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8175         called for effect with while loop.
8176
8177         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8178         with dolist.
8179
8180         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8181         Replace mapcar called for effect with dolist.
8182
8183         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8184
8185         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8186         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8187         Replace mapcar called for effect with dolist.
8188         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8189         mapc.
8190
8191         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8192         Replace mapcar called for effect with dolist.
8193         (gnus-topic-list): Replace mapcar called for effect with mapc.
8194
8195         * gnus.el: Use mapc instead of mapcar to add autoloads.
8196
8197 2007-10-23  Richard Stallman  <rms@gnu.org>
8198
8199         * gnus-group.el (gnus-group-highlight): Mark as risky.
8200
8201 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8202
8203         * gnus.el (gnus-server-to-method): Return method found first in
8204         gnus-newsrc-alist.
8205
8206         * gnus-art.el (gnus-article-highlight-signature)
8207         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8208         button overlay without the front stickiness.
8209
8210 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8211
8212         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8213         overview buffer needed a catch to receive its throw.
8214         (gnus-agent-flush-cache): Declare as interactive to make this function
8215         easier to use.
8216
8217 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8218
8219         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8220         `next-line'.
8221
8222 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8223
8224         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8225         exclude address matching message-dont-reply-to-names.
8226
8227 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8228
8229         * gnus-util.el (gnus-string<): New function.
8230
8231         * gnus-sum.el (gnus-article-sort-by-author)
8232         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8233
8234 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8235
8236         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8237         the frame-focus tag is set in gnus-buffer-configuration.
8238
8239 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8240
8241         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8242         the front stickiness.
8243
8244 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8245
8246         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8247         url pattern; remove duplicate one.
8248         (gnus-article-extend-url-button): New function.
8249         (gnus-article-add-buttons): Use it.
8250         (gnus-button-push): Use concatenated url that it makes.
8251
8252 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8253
8254         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8255
8256 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8257
8258         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8259         Don't hardcode point-min==1.
8260
8261 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8262
8263         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8264         Fix comment about "iso8859-1".
8265
8266 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8267
8268         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8269         ones returned from the verify-function.
8270
8271         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8272         Call mml2015-extract-cleartext-signature if extraction failed.
8273
8274 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8275
8276         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8277         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8278         failed.
8279
8280 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8281
8282         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8283
8284 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8285
8286         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8287         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8288         recommends to use EasyPG instead of PGG.
8289
8290         * pgg.el: Revert to revision 6.23.2.16.
8291
8292         * pgg-def.el: Revert to revision 6.6.2.14.
8293
8294         * pgg-gpg.el: Revert to revision 6.23.2.34.
8295
8296 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8297
8298         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8299         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8300         thread for both the null and zero (kill/expire thread) universal prefix
8301         cases.
8302         (gnus-summary-expire-thread): Add new function to expire a thread,
8303         using gnus-summary-kill-thread.
8304         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8305         shortcuts for gnus-summary-expire-thread.
8306         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8307         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8308
8309 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8310
8311         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8312         extras value, so an extras entry can be deleted.
8313         (gnus-registry-delete-extra-entry): Use it.
8314         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8315         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8316         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8317         storage through the gnus-registry, and provide an appropriate API for
8318         it.
8319
8320 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8321
8322         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8323         Suggested by Leo <sdl.web@gmail.com>.
8324
8325         * gnus.el: Do.
8326
8327 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8328
8329         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8330         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8331
8332         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8333
8334         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8335         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8336
8337 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8338
8339         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8340         newline.
8341         (nnmbox-request-accept-article): Don't change article in source buffer;
8342         narrow to header to use message-fetch-field rather than
8343         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8344         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8345         as delimiters; make sure article ends with newline.
8346         (nnmbox-delete-mail): Correct last position of article to be deleted;
8347         ignore X-Gnus-Newsgroup header in article body.
8348         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8349         positions; make sure article ends with newline.
8350
8351         * message.el (message-display-abbrev): Don't infloop when a user
8352         inserts SPC in the beginning of header.
8353
8354         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8355         coding-system-for-read and coding-system-for-write for XEmacs having no
8356         file-coding feature.
8357
8358         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8359
8360 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8361
8362         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8363         list of groups not followed by default.  Fix type to be regexp.
8364         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8365
8366 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8367
8368         * hmac-def.el (define-hmac-function): Switch from old-style to
8369         new-style backquotes.
8370
8371         * md4.el (md4-make-step): Likewise.
8372
8373 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8374
8375         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8376         raw-text coding system when saving .newsrc file, which may contain
8377         non-ASCII group names.
8378
8379 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8380
8381         * gnus-cus.el (gnus-score-extra): New widget.
8382         (gnus-score-extra-convert): New function.
8383         (gnus-score-customize): Use it for Extra.
8384
8385 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8386
8387         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8388         (mml2015-mailcrypt-clear-verify): Use it.
8389         (mml2015-gpg-clear-verify): Use it.
8390         (mml2015-pgg-clear-verify): Use it.
8391         (mml2015-epg-clear-verify): Replace the current part with the output
8392         from GnuPG; don't extract the plaintext by itself.
8393
8394         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8395         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8396         mml2015-clear-verify-function; don't touch the armor headers or
8397         dash-escaped text here.
8398
8399 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8400
8401         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8402         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8403         parts, or application/octet-stream as a last resort.
8404         (gnus-mime-view-part-as-type): Don't toggle display.
8405         (gnus-mime-view-part-as-charset): Don't turn off display before
8406         querying charset.
8407
8408         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8409         stuff to undisplayer function in Emacs.
8410         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8411
8412         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8413         text/calendar parts.
8414
8415 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8416
8417         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8418         decoding text/calendar parts.
8419
8420         * message.el (message-forward-make-body-mime): Always mark body as
8421         having no illegible text; remove signed-or-encrypted argument.
8422         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8423
8424         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8425         (mml-generate-mime-1): Don't encode body if it is specified to be in
8426         raw form; don't make buffer be unibyte when inserting multibyte string.
8427
8428 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8429
8430         * sha1.el: Fix up comment style.
8431         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8432         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8433
8434         * hex-util.el: Fix up comment style.
8435         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8436
8437         * gnus-salt.el: Use with-current-buffer.
8438         (gnus-pick-setup-message): Fix long-standing typo.
8439
8440 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8441
8442         * imap.el (imap-logout-timeout): New variable.
8443         (imap-logout, imap-logout-wait): New functions.
8444         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8445
8446         * nnimap.el (nnimap-logout-timeout): New server variable.
8447         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8448         nnimap-logout-timeout.
8449
8450         * gnus-art.el (gnus-article-summary-command-nosave)
8451         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8452
8453 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8454
8455         * gnus.el (gnus-maximum-newsgroup): New variable.
8456
8457         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8458         according to gnus-maximum-newsgroup.
8459
8460         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8461         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8462         Limit the range of articles according to gnus-maximum-newsgroup.
8463
8464 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8465
8466         * gnus-art.el (gnus-sticky-article): Fix problems described in
8467         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8468         Don't perform gnus-configure-windows here; reuse existing sticky
8469         article buffer.
8470
8471         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8472         it doesn't exist in gnus-article-mode.
8473
8474 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8475
8476         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8477         (gnus-agent-decoded-group-name): New function.
8478         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8479         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8480
8481 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8482
8483         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8484         Add binding for gnus-sticky-article.
8485         (gnus-summary-exit): Don't kill sticky article buffers.
8486
8487         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8488         article buffer.
8489         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8490         (gnus-kill-sticky-article-buffers): New commands.
8491
8492 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8493
8494         * nntp.el (nntp-xref-number-is-evil): New server variable.
8495         (nntp-find-group-and-number): If it is non-nil, don't trust article
8496         numbers in the Xref header.
8497
8498 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8499
8500         * gnus-agent.el (gnus-agent-read-group): New function.
8501         (gnus-agent-flush-group, gnus-agent-expire-group)
8502         (gnus-agent-regenerate-group): Use it.
8503         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8504         nnmail-pathname-coding-system.
8505
8506 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8507
8508         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8509
8510         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8511         that are unread as unread, and also as selected so that information of
8512         marks having been changed by a user may be updated when exiting group.
8513
8514 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8515
8516         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8517
8518 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8519
8520         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8521         calculated ignoring signature parts to gnus-treat-article.
8522
8523 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8524
8525         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8526         a point here in order to keep the window start.
8527         (gnus-insert-mime-security-button): Make a button overlay without the
8528         front stickiness.
8529         (gnus-mime-display-security): Goto the end of a button.
8530
8531         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8532
8533 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8534
8535         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8536         group-name-at-point.
8537         (gnus-group-completing-read): New function that offers decoded
8538         non-ASCII group names for completion.
8539         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8540         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8541         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8542         (gnus-group-fetch-control): Use it.
8543         (gnus-fetch-group): Use group-name-at-point for the initial value
8544         rather than the default value; use gnus-alive-p.
8545
8546         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8547         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8548         (gnus-summary-post-news): Use gnus-group-completing-read.
8549
8550         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8551         (gnus-read-move-group-name): Decode group name for completion.
8552
8553 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8554
8555         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8556         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8557         Yamaoka slightly modified the code).
8558
8559 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8560
8561         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8562         (nnmail-split-incoming): Bind it.
8563
8564         * nnml.el (nnml-group-name-charset): New function.
8565         (nnml-decoded-group-name): Use it; don't decode group name if
8566         nnmail-group-names-not-encoded-p is non-nil.
8567         (nnml-encoded-group-name): New function.
8568         (nnml-group-pathname): Inline nnml-decoded-group-name.
8569         (nnml-request-expire-articles): Decode group name in message.
8570         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8571         nnmail-pathname-coding-system.
8572         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8573         not decoded ones according to nnmail-group-names-not-encoded-p.
8574         (nnml-generate-active-info): Use nnml-encoded-group-name.
8575
8576 2007-08-08  Glenn Morris  <rgm@gnu.org>
8577
8578         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8579         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8580         doc-strings and comments.
8581
8582 2007-07-25  Glenn Morris  <rgm@gnu.org>
8583
8584         * Relicense all FSF files to GPLv3 or later.
8585
8586 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8587
8588         * gnus-sum.el (gnus-summary-move-article):
8589         Make gnus-summary-respool-article work.
8590
8591 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8592
8593         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8594         string.
8595
8596 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8597
8598         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8599         that should be ignored when comparing distant RSS articles with local
8600         ones.
8601         (nnrss-make-hash-index): New function.  Create a hash index according
8602         to the ignored fields.
8603         (nnrss-check-group): Use it.
8604
8605 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8606
8607         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8608
8609         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8610
8611         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8612         the new optional argument ENCODED is non-nil.
8613         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8614         coding system for encoding group name.
8615         (gnus-group-make-rss-group): Pass un-encoded group name to
8616         gnus-group-make-group.
8617         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8618         encoded.
8619
8620         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8621         Encode group name to which articles are moved or copied.
8622         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8623         coding system for encoding Newsgroup, Followup-To and Xref headers.
8624
8625         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8626         marks; use nnheader-file-coding-system to write a file.
8627         (nnagent-retrieve-headers): Bind file-name-coding-system to
8628         nnmail-pathname-coding-system.
8629
8630         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8631
8632         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8633         (nnml-request-article, nnml-request-create-group)
8634         (nnml-request-rename-group, nnml-find-id)
8635         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8636         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8637         (nnml-save-marks): Use nnml-group-pathname instead of
8638         nnmail-group-pathname.
8639
8640         (nnml-request-create-group, nnml-request-expire-articles)
8641         (nnml-request-move-article, nnml-request-delete-group)
8642         (nnml-deletable-article-p, nnml-possibly-create-directory)
8643         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8644         (nnml-open-marks): Bind file-name-coding-system to
8645         nnmail-pathname-coding-system.
8646
8647         (nnml-request-article): Pass server argument to nnml-find-group-number.
8648         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8649         Pass server argument to nnml-possibly-create-directory.
8650         (nnml-request-accept-article): Pass server argument to
8651         nnml-active-number and nnml-save-mail.
8652         (nnml-find-group-number): Pass server argument to nnml-find-id.
8653         (nnml-request-update-info): Pass server argument to
8654         nnml-marks-changed-p.
8655
8656         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8657         (nnml-save-mail, nnml-active-number): Add server argument.
8658
8659         (nnml-request-delete-group): Warn if group is missing.
8660         (nnml-get-nov-buffer): Decode group name.
8661         (nnml-generate-active-info): Encode group name.
8662         (nnml-open-marks): Decode group name in messages.
8663
8664 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8665
8666         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8667         if it is not specified.
8668         (gnus-article-pipe-part, gnus-article-save-part)
8669         (gnus-article-interactively-view-part, gnus-article-copy-part)
8670         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8671         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8672         (gnus-article-replace-part, gnus-article-delete-part)
8673         (gnus-article-view-part-as-type): Pass raw prefix argument to
8674         gnus-article-part-wrapper.
8675
8676 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8677
8678         * gnus-agent.el (gnus-agent-save-active):
8679         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8680
8681         * gnus-cache.el (gnus-cache-save-buffers)
8682         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8683         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8684         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8685         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8686         (gnus-cache-generate-active, gnus-cache-rename-group)
8687         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8688         (gnus-cache-update-overview-total-fetched-for):
8689         Bind file-name-coding-system to nnmail-pathname-coding-system.
8690         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8691         New variables.
8692         (gnus-cache-decoded-group-name): New function.
8693         (gnus-cache-file-name): Use it.
8694         (gnus-cache-generate-active): Use non-decoded group name for active.
8695
8696         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8697         right place.
8698         (gnus-write-active-file): Don't break non-ASCII group names.
8699
8700         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8701         nnmail-pathname-coding-system.
8702
8703         * lpath.el: Bind default-file-name-coding-system,
8704         file-name-coding-system and language-info-alist for XEmacs.
8705
8706         * gnus-uu.el (gnus-uu-decode-save): Typo.
8707
8708 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8709
8710         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8711
8712 2007-07-14  David Kastrup  <dak@gnu.org>
8713
8714         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8715         finishing actions if we did not edit the article.
8716
8717 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8718
8719         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8720         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8721         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8722         (gnus-agent-flush-group, gnus-agent-flush-cache)
8723         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8724         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8725         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8726         (gnus-agent-regenerate-group)
8727         (gnus-agent-update-files-total-fetched-for)
8728         (gnus-agent-update-view-total-fetched-for):
8729         Bind file-name-coding-system to nnmail-pathname-coding-system.
8730         (gnus-agent-group-pathname): Don't encode file names by
8731         nnmail-pathname-coding-system.
8732         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8733         coding-system-for-write instead of buffer-file-coding-system to
8734         gnus-agent-file-coding-system.
8735
8736         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8737         Decode group name.
8738
8739         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8740
8741         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8742         (gnus-read-newsrc-el-file): Make group names unibyte.
8743
8744         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8745         nnmail-pathname-coding-system.
8746
8747         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8748         (nnrss-request-delete-group): Bind file-name-coding-system to
8749         nnmail-pathname-coding-system.
8750         (nnrss-read-server-data, nnrss-read-group-data):
8751         Bind file-name-coding-system correctly.
8752         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8753
8754         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8755         (nntp-server-to-method-cache): New variable.
8756         (nntp-group-pathname): New function that decodes non-ASCII group names.
8757         (nntp-possibly-create-directory, nntp-marks-changed-p)
8758         (nntp-save-marks, nntp-open-marks): Use it.
8759         (nntp-possibly-create-directory, nntp-open-marks):
8760         Bind file-name-coding-system to nnmail-pathname-coding-system.
8761         (nntp-open-marks): Decode group names when bootstrapping marks.
8762
8763         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8764         Newsgroups and Folowup-To headers.
8765
8766 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8767
8768         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8769         (gnus-server-closed-face, gnus-server-denied-face)
8770         (gnus-server-offline-face): Remove variable.
8771         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8772
8773         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8774         of modifying message-stack directly for XEmacs.
8775
8776         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8777         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8778         if the coding-system argument is nil for XEmacs.
8779
8780         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8781         mm-charset-override-alist.
8782
8783         * rfc2047.el: Don't require base64; require rfc2045 for the function
8784         rfc2045-encode-string.
8785         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8786         to quote the parameter value.
8787
8788 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8789
8790         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8791         form in gnus-group-name-charset-method-alist.
8792
8793         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8794         overrides the default layout edit-form.
8795
8796         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8797
8798         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8799
8800 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8801
8802         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8803         as unfetched articles.
8804
8805 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8806
8807         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8808
8809 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8810
8811         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8812         original back end that keeps marks in the local system.
8813
8814 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8815
8816         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8817         arg of pop-to-buffer for XEmacs.
8818         (gnus-article-read-summary-keys): Ditto; don't restore window
8819         configuration if summary command ends up with neither article buffer
8820         nor summary buffer; describe bindings if summary keys end with C-h.
8821
8822 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8823
8824         * message.el (message-fix-before-sending): Skip raw message part to be
8825         forwarded while checking illegible text.
8826         (message-forward-make-body-mime, message-forward-make-body):
8827         Mark signed or encrypted raw message as having no illegible text.
8828
8829 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8830
8831         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8832         (gnus-message-with-timestamp-1): New macro.
8833         (gnus-message-with-timestamp): New function.
8834         (gnus-message): Use them.
8835
8836         * nnheader.el (nnheader-message): Use them.
8837
8838 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8839
8840         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8841         .newsrc.eld file.
8842
8843 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8844
8845         * gnus-agent.el (gnus-agent-fetch-headers)
8846         (gnus-agent-retrieve-headers):
8847         Bind gnus-decode-encoded-address-function to identity.
8848
8849         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8850         available also when the server returns simply a dot.
8851
8852         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8853
8854 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8855
8856         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8857
8858 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8859
8860         * gnus-ems.el (gnus-x-splash): Make it work.
8861
8862         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8863         from being used.
8864
8865         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8866
8867 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8868
8869         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8870         4th and the 5th arguments.
8871
8872         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8873         the front stickiness.
8874         (gnus-article-summary-command-nosave): Correct the order of the
8875         arguments passed to pop-to-buffer.
8876         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8877         summary command ends up with the article buffer.
8878
8879         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8880         the same faces.
8881
8882 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8883
8884         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8885
8886 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8887
8888         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8889         * gnus-sum.el (gnus-summary-highlight):
8890         * pgg.el (pgg-sign-region, pgg-sign):
8891         * mail-source.el (mail-source-delete-old-incoming-confirm):
8892         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8893
8894 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8895
8896         * gnus-art.el (gnus-mime-view-part-externally)
8897         (gnus-mime-view-part-internally): Fix predicate function passed to
8898         completing-read.
8899
8900         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8901
8902         * gnus.el (gnus-update-message-archive-method): Add :version.
8903
8904 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8905
8906         * gnus.el (gnus-update-message-archive-method): New variable.
8907
8908         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8909         according to gnus-message-archive-method if
8910         gnus-update-message-archive-method is non-nil.
8911
8912 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8913
8914         * gnus-sum.el (gnus-summary-limit-to-address): New function.
8915         Suggested by Loic Dachary <loic@dachary.org>.
8916         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8917
8918 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8919
8920         * message.el (message-pop-to-buffer): Add switch-function argument.
8921         (message-mail): Pass switch-function argument to it.
8922
8923 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8924
8925         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8926         Improve doc string.
8927
8928 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8929
8930         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8931         (gnus-header-content)
8932         * gnus-cite.el (gnus-cite-10)
8933         * gnus-srvr.el (gnus-server-closed)
8934         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8935         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8936         (gnus-group-mail-3-empty, gnus-group-mail-low)
8937         (gnus-group-mail-low-empty, gnus-splash)
8938         * message.el (message-header-to, message-header-cc)
8939         (message-header-subject, message-header-other, message-header-name)
8940         (message-header-xheader, message-separator, message-cited-text)
8941         (message-mml): Lighten colors of faces used for dark background.
8942
8943 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8944
8945         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8946         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8947
8948 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8949
8950         * message.el (message-narrow-to-headers-or-head):
8951         Ignore mail-header-separator in the body.
8952
8953 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8954
8955         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8956         same as window size.
8957
8958 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8959
8960         * message.el (message-font-lock-keywords): Use message-header-xheader
8961         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8962         ahead of the anything pattern, to get it recognised.
8963
8964 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8965
8966         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8967         spam.el loads uses it in the compiled defadvice form.
8968
8969 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8970
8971         * gnus-sum.el (gnus-articles-to-read)
8972         (gnus-summary-insert-old-articles): Don't truncate group name for
8973         `read-string'.
8974
8975         * gnus-util.el (gnus-limit-string): Delete this function.
8976
8977         * gnus-sum.el (gnus-simplify-subject-fully):
8978         Use `truncate-string-to-width' instead.
8979
8980 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8981
8982         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
8983         Tell if, on summary exit, the next group has to be selected.
8984         (gnus-summary-exit): Use it.
8985
8986 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8987
8988         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8989         non-break space.
8990
8991 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8992
8993         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8994         Check if group is not a directory.
8995         (nnfolder-request-expire-articles): Don't delete articles if the target
8996         group is not available.
8997
8998         * nnml.el (nnml-request-create-group): Properly check if group is not a
8999         file.
9000         (nnml-request-expire-articles): Don't delete articles if the target
9001         group is not available.
9002
9003         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9004         Don't quote characters that are within parentheses.
9005
9006 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9007
9008         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9009         (gnus-handle-ephemeral-exit): Select article according to it.
9010
9011 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9012
9013         * message.el (message-insert-formated-citation-line): Remove newline.
9014         (message-citation-line-format): Add final \n here so that the user can
9015         avoid a blank line.
9016
9017 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9018
9019         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9020         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9021         Update lanl/arXiv support.
9022
9023 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9024
9025         * gnus.el: Bump version number.
9026
9027 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9028
9029         * gnus.el (gnus-version-number): Bump version.
9030
9031 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9032
9033         * gnus.el: No Gnus v0.6 is released.
9034
9035 2007-04-27  Didier Verna  <didier@xemacs.org>
9036
9037         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9038         * gmm-utils.el (gmm-regexp-concat): ... here.
9039         * message.el: Don't require 'gnus-util.
9040         (message-dont-reply-to-names): Handle name change above.
9041         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9042
9043 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9044
9045         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9046         since the initial value varies according to the system.
9047
9048 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9049
9050         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9051
9052 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9053
9054         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9055
9056 2007-04-24  Didier Verna  <didier@xemacs.org>
9057
9058         Improve the type of gnus-ignored-from-addresses.
9059         * gnus-util.el (gnus-orify-regexp): New function.
9060         * message.el (gnus-util): Require it.
9061         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9062         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9063         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9064
9065 2007-04-24  Didier Verna  <didier@xemacs.org>
9066
9067         * gnus-sum.el:
9068         * gnus-utils.el: Fix some trailing whitespaces.
9069
9070 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9071
9072         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9073         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9074         article's Message-ID; refer parent article in summary buffer.
9075
9076         * message.el (message-bounce): Call mime-to-mml.
9077
9078         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9079         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9080         optimize and/or forms properly.
9081
9082 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9083
9084         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9085         URL.
9086
9087 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9088
9089         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9090
9091 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9092
9093         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9094         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9095         displayed of multipart/alternative part if it is invoked from summary
9096         buffer.
9097
9098         * mm-view.el (mm-inline-text-html-render-with-w3m)
9099         (mm-inline-text-html-render-with-w3m-standalone)
9100         (mm-inline-render-with-function): Use mail-parse-charset by default.
9101
9102 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9103
9104         * parse-time.el (parse-time-string-chars): Check if CHAR
9105         is less than the length of parse-time-syntax.
9106
9107 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9108
9109         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9110         from gnus-newsgroup-processable.
9111
9112 2007-04-16  Didier Verna  <didier@xemacs.org>
9113
9114         * gnus-msg.el (gnus-configure-posting-styles):
9115         Handle message-signature-directory properly with :file syntax.
9116         Reported by "Leo".
9117
9118 2007-04-11  Didier Verna  <didier@xemacs.org>
9119
9120         New user option: message-signature-directory.
9121         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9122         * message.el (message-insert-signature): Ditto.
9123         * message.el (message-signature-file): Doc update.
9124         * message.el (message-signature-directory): New.
9125
9126 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9127
9128         * gnus-msg.el (gnus-inews-yank-articles):
9129         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9130
9131 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9132
9133         * message.el (message-yank-original): Make sure cited text ends with
9134         newline; don't exchange point and mark.
9135
9136 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9137
9138         * tls.el (open-tls-stream): Properly handle case where there
9139         is no associated buffer.
9140
9141 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9142
9143         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9144         message-yank-original, make sure (< mark TEXT point).
9145
9146 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9147
9148         * message.el (message-fill-column): New variable.
9149         (message-mode): Use it.  Add comment on a possible new hook.
9150
9151         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9152         (nnmail-get-new-mail): Reformat.
9153
9154         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9155
9156         * gmm-utils.el: Fix Commentary.
9157         (gmm-tool-bar-from-list): Fix typo in doc string.
9158
9159 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9160
9161         * message.el (message-yank-original): Don't switch point and mark
9162         unnecessarily to put point and mark as documented.
9163
9164 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9165
9166         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9167         from the message heads.
9168
9169 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9170
9171         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9172         article buffer does not have a window.  This may not be the best
9173         solution but is certainly better than setting the start of the null,
9174         that is the current, window.
9175
9176 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9177
9178         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9179         (gnus-draft-setup): Run it.
9180
9181         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9182         gnus-score-fast-scoring.  Allow regexp.
9183         (gnus-score-headers): Use it.
9184
9185         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9186         XEmacs.
9187
9188         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9189         string.
9190         (gnus-button-alist): Also catch `<f1> k ...'.
9191         (gnus-treat-display-x-face): Fix doc string.
9192
9193 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9194
9195         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9196         evaluation of gnus-extended-version to ensure correct generation of the
9197         User-Agent header when message-generate-headers-first is used.
9198
9199 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9200
9201         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9202         hashcash-path is nil.  Don't call callback with incorrect number of
9203         parameters if val is 0.
9204
9205 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9206
9207         * message.el (message-required-news-headers):
9208         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9209
9210 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9211
9212         * tls.el (open-tls-stream): In handshake-waiting loop,
9213         don't wait more if there is output available to process.
9214
9215 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9216
9217         * tls.el (tls-program): Doc fix.
9218
9219 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9220
9221         * message.el (message-generate-new-buffers): Change the meaning of the
9222         nil value; add `standard' to the choices; treat t as `unique'; improve
9223         doc string.
9224         (gnus-select-frame-set-input-focus): Autoload.
9225         (message-buffer-name): Search for the existing message buffer if
9226         message-generate-new-buffers is nil or `standard'; treat the value t of
9227         message-generate-new-buffers as `unique'.
9228         (message-pop-to-buffer): Raise the frame already displaying the message
9229         buffer; clear the echo area after querying.
9230         (message-setup): Pass the `continue' argument to compose-mail.
9231         (message-mail): Prefer `switch-function' if it is given; search for the
9232         existing message buffer if the `continue' argument is non-nil; pass
9233         continue and switch-function arguments to compose-mail by way of
9234         message-setup.
9235         (message-mail-other-window): Adjust argument of message-setup.
9236         (message-mail-other-frame): Ditto.
9237
9238 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9239
9240         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9241         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9242         to turn font-lock on when turning gnus-message-citation-mode on.
9243
9244 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9245
9246         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9247         (mml-smime-function-alist): New variable; add epg as the backend.
9248         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9249         mml-smime- functions instead.
9250         * mm-view.el: Require smime.
9251
9252 2007-03-05  Didier Verna  <didier@xemacs.org>
9253
9254         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9255         instead of just inheritance for posting styles.
9256         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9257
9258 2007-02-24  Chris Moore  <dooglus@gmail.com>
9259
9260         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9261         * pgg-pgp.el (pgg-pgp-encrypt-region):
9262         * pgg-gpg.el (pgg-gpg-encrypt-region):
9263         Check pgg-encrypt-for-me if no other recipients.
9264
9265 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9266
9267         * tls.el (tls-certtool-program): Fix custom type.
9268
9269 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9270
9271         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9272         and point-at-eol instead of line-(beginning|end)-position.
9273
9274         * assistant.el (assistant-parse-buffer): Ditto.
9275
9276         * netrc.el (netrc-parse-services): Ditto.
9277
9278 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9279
9280         * mml2015.el (mml2015-epg-find-usable-key): New function.
9281         (mml2015-epg-sign): Use it.
9282         (mml2015-epg-encrypt): Use it.
9283
9284 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9285
9286         * message.el (message-make-in-reply-to): Quote name containing
9287         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9288         if there are special characters.  Reported by NAKAJI Hiroyuki
9289         <nakaji@jp.freebsd.org>.
9290
9291 2007-02-27  Didier Verna  <didier@xemacs.org>
9292
9293         Include the group parameters as well as the topic ones in the
9294         inheritance filter process.
9295         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9296         argument GROUP-PARAMS-LIST.
9297         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9298
9299 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9300
9301         * nntp.el (nntp-never-echoes-commands)
9302         (nntp-open-connection-functions-never-echo-commands): New variables.
9303         (nntp-send-command): Use them.
9304
9305 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9306
9307         * mml2015.el (mml2015-epg-verify): Simplify.
9308
9309 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9310
9311         * mml.el (mml-content-disposition-alist): New user option.
9312         (mml-content-disposition): New function.
9313         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9314         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9315
9316 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9317
9318         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9319         verification.
9320
9321 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9322
9323         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9324         articles posted in the last 24 hours.
9325
9326 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9327
9328         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9329
9330 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9331
9332         * nntp.el (nntp-send-command): Don't wait for echoes when
9333         nntp-open-ssl-stream is used.
9334
9335 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9336
9337         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9338         (gnus-message-add-citation-keywords)
9339         (gnus-message-remove-citation-keywords): Remove.
9340         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9341         directly, make the variables in font-lock-defaults buffer-local, add
9342         gnus-message-citation-keywords to them and then update the value of
9343         font-lock-keywords.
9344
9345 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9346
9347         * message.el (message-cite-original-1): Don't call
9348         gnus-article-highlight-citation.
9349
9350         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9351         citations; fix line count.
9352
9353 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9354
9355         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9356         (gnus-message-add-citation-keywords)
9357         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9358         versions of font-lock-add-keywords and font-lock-remove-keywords to
9359         work with XEmacs correctly.
9360
9361 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9362
9363         * gnus-cite.el (gnus-cite-face-list): Set the values of
9364         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9365         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9366         (gnus-message-cite-prefix-regexp): New variable.
9367         (gnus-message-search-citation-line): Use it; protect against long
9368         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9369         the 0th match data for Emacs.
9370         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9371         (gnus-message-add-citation-keywords): Append keywords rather than
9372         prepending; emulate font-lock-add-keywords if it is not available.
9373         (gnus-message-remove-citation-keywords):
9374         Emulate font-lock-remove-keywords if it is not available.
9375
9376         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9377
9378         * message.el (message-cite-prefix-regexp): Set the value of
9379         gnus-message-cite-prefix-regexp.
9380
9381 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9382
9383         * nnweb.el (nnweb-google-parse-1): Update parser.
9384
9385 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9386
9387         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9388
9389 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9390
9391         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9392         regexp.
9393
9394 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9395
9396         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9397         string-to-multibyte.
9398         (uudecode-decode-region-internal): Use it.
9399
9400         * lpath.el: Fbind string-as-multibyte for XEmacs.
9401
9402 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9403
9404         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9405         Fix custom choice.
9406
9407         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9408
9409 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9410
9411         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9412
9413         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9414         `write-region' to respect `mm-inhibit-file-name-handlers'.
9415
9416 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9417
9418         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9419         Use gnus-home-directory instead of "~/" or "$HOME".
9420
9421 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9422
9423         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9424         to mention filename.
9425         Add comments at beginning regarding usage.
9426         (encrypt-write-file-contents): Change interactive so a string is
9427         acceptable.  If the file has no associated model, show an error instead
9428         of a nonsense prompt.
9429
9430 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9431
9432         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9433         Thanks to Yoshihiko Yamada for kind notification of this typo.
9434
9435 2007-01-12  Kenichi Handa  <handa@m17n.org>
9436
9437         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9438         multibyte buffer.
9439
9440 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9441
9442         * gnus-score.el (gnus-score-fast-scoring): New variable.
9443         (gnus-score-headers): Use it.
9444
9445         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9446
9447         * message.el (message-cite-original-1):
9448         Call gnus-article-highlight-citation if requested.
9449         (message-make-from): Allow name and address as optional arguments.
9450
9451         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9452
9453         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9454         bugs to doc string.
9455         (gnus-button-alist): Add mid\\|message-id.
9456         (gnus-button-fetch-group): Extend for use in
9457         `browse-url-browser-function'.
9458         (gnus-button-url-regexp): Try to catch paired parentheses like in
9459         Wikipedia URLs.
9460
9461         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9462         Suggested by Simon Krahnke <overlord@gmx.li>.
9463
9464 2007-01-13  Romain Francoise  <romain@orebokech.com>
9465
9466         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9467         Update copyright.
9468
9469 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9470
9471         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9472
9473 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9474
9475         * gnus-registry.el (gnus-registry-unfollowed-groups)
9476         (gnus-registry-split-fancy-with-parent): Fix documentation.
9477
9478 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9479
9480         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9481         from nnweb groups.
9482
9483 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9484
9485         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9486         Xref urls.  Erase buffer before requesting head.
9487
9488         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9489
9490 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9491
9492         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9493         customizable.
9494
9495 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9496
9497         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9498         no signing key is found.
9499         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9500         no encrypting and/or signing key is found.
9501
9502 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9503
9504         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9505
9506 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9507
9508         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9509         headers read from disk with the ones newly found in the current search.
9510         This should no longer cause problems, because the article numbers in
9511         Gmane's `nov.php' output are ignored since the previous change.
9512
9513 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9514
9515         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9516
9517 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9518
9519         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9520         replace-regexp-in-string; bind url-version; fbind display-images-p and
9521         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9522         find-face and set-itimer-function for Emacs; bind itimer-list for
9523         Emacs.
9524
9525         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9526
9527 2007-01-01  Romain Francoise  <romain@orebokech.com>
9528
9529         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9530
9531 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9532
9533         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9534         `define-minor-mode' macro definition expanded properly.
9535         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9536         exclude it there.
9537
9538         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9539         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9540         `fboundp' test.
9541         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9542         This is OK to autoload in (S)XEmacs now.
9543
9544 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9545
9546         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9547         keystroke.
9548         (gnus-summary-limit-to-singletons): Fix typo.
9549
9550         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9551         else fails.
9552
9553 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9554
9555         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9556         docstring.
9557
9558         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9559         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9560         (gnus-summary-insert-dormant-articles): Fix typo in message.
9561
9562 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9563
9564         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9565         nil for XEmacs.
9566         (gnus-message-citation-mode): Don't autoload in XEmacs.
9567
9568         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9569
9570 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9571
9572         * nnimap.el (nnimap-expunge-search-string):
9573         Mention nnimap-search-uids-not-since-is-evil in docstring.
9574
9575 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9576
9577         * spam.el: Revert to make-obsolete-variable because
9578         define-obsolete-variable-alias is not supported in Emacs 21.
9579
9580         * spam.el (spam-ifile-path, spam-ifile-database-path)
9581         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9582         make-obsolete-variable.
9583         (spam-bsfilter-path, spam-bsfilter-program)
9584         (spam-spamassassin-path, spam-spamassassin-program)
9585         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9586         Don't use "path" inappropriately.
9587         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9588         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9589         variable names.
9590
9591 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9592
9593         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9594         summary buffer.
9595
9596         * password.el (password-cache-remove): Use clear-string to burn
9597         password, if available.
9598
9599 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9600
9601         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9602
9603         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9604
9605         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9606         (gnus-message-highlight-citation): Move defcustom here from
9607         gnus-cite.el.
9608         (gnus-message-citation-mode): Autoload.
9609
9610         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9611         checks to make it compile with XEmacs.
9612         (gnus-message-citation-mode): New minor mode.
9613         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9614         (gnus-message-highlight-citation): New variables.
9615         (gnus-message-search-citation-line)
9616         (gnus-message-add-citation-keywords)
9617         (gnus-message-remove-citation-keywords)
9618         (turn-on-gnus-message-citation-mode)
9619         (turn-off-gnus-message-citation-mode): New functions.
9620
9621 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9622
9623         * gnus-cite.el: Enable highlighting of different citation levels in
9624         message-mode.
9625
9626 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9627
9628         * message.el (message-make-fqdn): Fix comment.
9629         (message-bogus-system-names): Add ".local".
9630
9631         * spam.el (spam-ifile-path, spam-ifile-program)
9632         (spam-ifile-database-path, spam-ifile-database)
9633         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9634         Don't use "path" inappropriately.
9635         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9636         strings.
9637         (spam-check-ifile, spam-ifile-register-with-ifile)
9638         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9639         Use new variable names.
9640
9641         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9642         (gnus-treat-display-smileys): Simplify using
9643         gnus-image-type-available-p.
9644
9645         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9646         available.
9647
9648         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9649         Use `display-images-p' if available.
9650
9651 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9652
9653         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9654         one after turning on the buffer's multibyteness instead of decoding
9655         them directly in the unibyte buffer that causes unexpected conversion
9656         in Emacs 23 (unicode).
9657
9658 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9659
9660         * message.el (message-generate-hashcash): Fix custom type.
9661
9662 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9663
9664         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9665
9666 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9667
9668         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9669         disconnect icons.  Add help text.
9670
9671 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9672
9673         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9674         negated to be consistent with the others we handle.
9675
9676 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9677
9678         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9679         version of gnus-summary-buffer to something, so that we can use two
9680         article buffers at the same time.
9681
9682 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9683
9684         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9685         trigger all the extra headers.
9686         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9687         sorting.
9688
9689 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9690
9691         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9692         solid groups.
9693
9694 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9695
9696         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9697
9698 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9699
9700         * legacy-gnus-agent.el: Add Copyright notice.
9701
9702 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9703
9704         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9705
9706 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9707
9708         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9709
9710         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9711         to make it work reliably in CVS Emacs.
9712         (gnus-summary-limit-strange-charsets-predicate)
9713         (gnus-summary-limit-to-predicate): New functions.
9714
9715 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9716
9717         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9718         specifying array size.
9719         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9720         array if it is too small.
9721         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9722         (gnus-sort-threads-loop): New function.
9723
9724 2006-12-06  Chris Moore  <dooglus@gmail.com>
9725
9726         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9727         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9728
9729 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9730
9731         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9732         options.
9733
9734 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9735
9736         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9737         DOS-ing the recipient.
9738
9739         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9740         the headers when creating the mapping to avoid mismappings.
9741         (nnweb-gmane-create-mapping): Always nix out old mapping.
9742
9743 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9744
9745         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9746         and mm-verify-option to never.
9747
9748 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9749
9750         * message.el (message-signed-or-encrypted-p): New function.
9751         (message-forward-make-body): Use it.
9752
9753         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9754         Replace encode-coding-string with mm-encode-coding-string.
9755
9756 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9757
9758         * nneething.el (nneething-decode-file-name):
9759         Replace decode-coding-string with mm-decode-coding-string.
9760
9761         * gnus-int.el (gnus-open-server): Say failed server's name.
9762
9763 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9764
9765         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9766         strings to a single string.  Quote `errors-file-name'.
9767         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9768         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9769         Adjust calls.  Use `shell-quote-argument'.
9770
9771 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9772
9773         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9774         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9775
9776         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9777         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9778         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9779         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9780         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9781         (gnus-subscribe-newsgroup, gnus-1):
9782         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9783         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9784         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9785         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9786
9787 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9788
9789         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9790         keystroke.
9791         (gnus-summary-limit-to-bodies): Implement headersp.
9792
9793 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9794
9795         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9796
9797 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9798
9799         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9800
9801 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9802
9803         * message.el (message-generate-hashcash): Expand range of values to
9804         include `opportunistic'.
9805         (message-send-mail): Use it.
9806
9807 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9808
9809         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9810         and comment it.
9811
9812         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9813
9814 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9815
9816         * gnus-util.el (gnus-extract-address-components): Improve comment.
9817
9818 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9819
9820         * gnus-util.el (gnus-extract-address-components): Work with address in
9821         which the name portion contains @.
9822
9823         * lpath.el: Fbind custom-autoload.
9824
9825 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9826
9827         * gnus.el (gnus-start): Move custom group up.
9828         (gnus-select-method): Don't autoload, but make it available for
9829         `customize-variable'.
9830         (gnus-getenv-nntpserver): Don't autoload.
9831
9832 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9833
9834         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9835
9836 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9837
9838         * message.el (message-sendmail-extra-arguments): New variable.
9839         (message-send-mail-with-sendmail): Use it.
9840
9841 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9842
9843         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9844         mm-with-unibyte-current-buffer to make string unibyte.
9845
9846         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9847         mm-string-as-multibyte.
9848
9849 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9850
9851         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9852         Reported by Werner Koch <wk@gnupg.org>.
9853
9854 2006-11-14  Daiki Ueno  <ueno@p360>
9855
9856         * mml2015.el: Autoload epa-select-keys when compiling.
9857
9858 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9859
9860         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9861         message-options.
9862         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9863
9864 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9865
9866         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9867         EasyPG (< 0.0.6).
9868         (mml2015-always-trust): New user option.
9869         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9870         prompt.
9871
9872 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9873
9874         * nntp.el (nntp-authinfo-force): New variable.
9875         (nntp-send-authinfo): Use it.
9876
9877 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9878
9879         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9880         decode encoded words.  Improve prompt.  Add comment about forwarding.
9881         (message-replacement-char): Move up.
9882
9883 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9884
9885         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9886         instead of gnus-intersection because arguments of gnus-sorted-nunion
9887         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9888
9889 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9890
9891         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9892         (message-simplify-subject-functions):
9893         Enable message-strip-subject-encoded-words by default.
9894
9895 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9896
9897         * message.el (message-strip-subject-encoded-words): New function.
9898         (message-simplify-subject-functions): New variable.
9899         (message-simplify-subject): Use it.  Fix typo in doc string.
9900         Support message-strip-subject-encoded-words.
9901
9902 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9903
9904         * gnus-diary.el (gnus-diary-delay-format-function):
9905         * nndiary.el (nndiary-reminders):
9906         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9907
9908 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9909
9910         * gnus-art.el (article-hide-boring-headers): Fetch date from
9911         gnus-original-article-buffer to avoid problems with localized date
9912         strings.
9913
9914 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9915
9916         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9917
9918 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9919
9920         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9921         New variables.
9922         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9923         (mm-charset-synonym-alist): Move some entries to
9924         mm-codepage-iso-8859-list.
9925         (mm-charset-synonym-alist, mm-charset-override-alist):
9926         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9927
9928 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9929
9930         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9931
9932 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9933
9934         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9935         with Emacs 21 and XEmacs.
9936
9937 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9938
9939         * spam.el (spam-parse-address): New function for better parsing,
9940         catching errors, etc.
9941         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9942
9943 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9944
9945         * mm-view.el: Add interactive arg to html2text autoload.
9946
9947 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9948
9949         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9950
9951 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9952
9953         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9954         New variables.
9955         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9956         (mm-charset-synonym-alist): Move some entries to
9957         mm-codepage-iso-8859-list.
9958
9959         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9960
9961 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9962
9963         * message.el (message-citation-line-format)
9964         (message-insert-formated-citation-line): Fix implementation of %E, %N
9965         and %n according to the doc string.
9966
9967 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9968
9969         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9970         Use car-safe to avoid bad parses.
9971
9972 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9973
9974         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9975         names.
9976
9977         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9978
9979 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9980
9981         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9982         header.
9983
9984         * message.el (message-draft-headers): Add Date.
9985         (message-headers-to-generate): Fix typo in docstring.
9986
9987         * nndraft.el (nndraft-required-headers): New variable.
9988         (nndraft-generate-headers): Use it.
9989
9990         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9991
9992 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9993
9994         * gnus-registry.el (gnus-registry-wash-for-keywords)
9995         (gnus-registry-find-keywords): New functions to allow easy searching of
9996         articles that are in the registry.
9997
9998 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9999
10000         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10001         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10002         Reported by Damien Elmes <damien@repose.cx>.
10003
10004 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10005
10006         * gnus.el (gnus-mime): Remove unused custom group.
10007
10008 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10009
10010         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10011         "blank line" when searching for end of armor headers.
10012
10013 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10014
10015         * gmm-utils.el (gmm-write-region): Fix variable name.
10016
10017 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10018
10019         * gmm-utils.el (gmm-write-region): New function based on compatibility
10020         code from `mm-make-temp-file'.
10021
10022         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10023
10024         * nnmaildir.el (nnmaildir--update-nov)
10025         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10026         Use `gmm-write-region'.
10027
10028 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10029
10030         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10031         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10032
10033         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10034
10035         * message.el (message-replacement-char): New variable.
10036         (message-fix-before-sending): Use it.
10037         (message-simplify-subject): New function to remove duplicate code.
10038         (message-reply, message-followup): Use it.
10039
10040         * gnus-sum.el (gnus-summary-make-menu-bar):
10041         Clarify gnus-summary-limit-to-articles.
10042
10043 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10044
10045         * gnus-util.el (gnus-with-local-quit): New macro.
10046
10047         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10048
10049 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10050
10051         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10052         ignore non-string data.
10053
10054 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10055
10056         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10057         non-string data (needs to be done in the registry too).
10058
10059 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10060
10061         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10062         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10063         (gnus-registry-split-fancy-with-parent)
10064         (gnus-registry-fetch-simplified-message-subject-fast)
10065         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10066         Remove text properties on ingress into the registry and when it's saved.
10067         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10068         registry from entries with no groups.
10069
10070 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10071
10072         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10073         function to remove string properties.
10074
10075 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10076
10077         * gmm-utils.el (gmm): Adjust custom version.
10078
10079         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10080         Adjust custom version.
10081
10082         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10083
10084 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10085
10086         * gnus-art.el (gnus-insert-prev-page-button)
10087         (gnus-insert-next-page-button): Simplify.  Reformat.
10088
10089 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10090
10091         * gnus-art.el (gnus-insert-prev-page-button)
10092         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10093
10094 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10095
10096         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10097
10098 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10099
10100         * gnus-art.el (gnus-insert-mime-button)
10101         (gnus-insert-mime-security-button):
10102         Apply gnus-article-button-face to MIME and security buttons.
10103
10104 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10105
10106         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10107         readable.
10108
10109 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10110
10111         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10112
10113 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10114
10115         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10116         `browse-url-of-file' instead of `browse-url'.
10117
10118 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10119
10120         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10121         regexp.  Articles containing quotation were cut prematurely.
10122
10123 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10124
10125         * message.el (message-cite-original-1): Use nobody by default for the
10126         value of From header.
10127         (message-reply): Ditto.
10128
10129 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10130
10131         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10132         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10133         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10134
10135 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10136
10137         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10138         mails in the doc string.  Add some URLs in comment.
10139         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10140
10141 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10142
10143         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10144         backslashes handling and the way to find boundaries of quoted strings.
10145
10146 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10147
10148         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10149         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10150         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10151         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10152
10153 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10154
10155         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10156         doc string.
10157         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10158
10159 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10160
10161         * lpath.el: Fbind epg-check-configuration.
10162
10163 2006-09-06  Simon Josefsson  <jas@extundo.com>
10164
10165         * mml2015.el (mml2015-use): Doc fix, mention epg.
10166
10167 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10168
10169         * mml2015.el (mml2015-use): Default to epg, if available.
10170
10171 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10172
10173         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10174         message-sender.
10175         (mml1991-epg-encrypt): Ditto.
10176         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10177         message-sender.
10178         (mml2015-epg-encrypt): Ditto.
10179
10180 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10181
10182         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10183         several common directories.
10184
10185 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10186
10187         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10188         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10189
10190 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10191
10192         * gnus-art.el (article-decode-encoded-words): Make it fast.
10193
10194 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10195
10196         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10197
10198         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10199         in quoted string into `\'.
10200
10201 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10202
10203         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10204         Use standard-syntax-table.
10205
10206 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10207
10208         * gnus-art.el (gnus-decode-address-function): New variable.
10209         (article-decode-encoded-words): Use it to decode headers which are
10210         assumed to contain addresses.
10211         (gnus-mime-delete-part): Remove useless `or'.
10212
10213         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10214         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10215         (gnus-nov-parse-line): Use it to decode From header.
10216         (gnus-get-newsgroup-headers): Ditto.
10217         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10218
10219         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10220         (mail-decode-encoded-address-string): New alias.
10221
10222         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10223         New function.
10224         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10225         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10226         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10227         (rfc2047-decode-string): Ditto.
10228         (rfc2047-decode-address-region): New function.
10229         (rfc2047-decode-address-string): New function.
10230
10231 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10232
10233         * message.el (message-caesar-buffer-body): Allow rotating headers.
10234
10235         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10236
10237         * message.el (message-insert-formated-citation-line): Fix %f.
10238         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10239
10240 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10241
10242         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10243         (gnus-bookmark-mouse-available-p): New macro.
10244         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10245         (gnus-bookmark-bmenu-show-infos): Use it.
10246         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10247         (gnus-bookmark-bmenu-hide-infos): Ditto.
10248         (gnus-bookmark-remove-properties): New function.
10249         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10250         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10251         (gnus-bookmark-write-file): Bind coding-system-for-write.
10252         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10253         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10254         group before selecting it.
10255         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10256         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10257         quit-window if it is not available; use gnus-mouse-2 and bind it to
10258         gnus-bookmark-bmenu-select-by-mouse.
10259         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10260         (gnus-bookmark-bmenu-select-by-mouse): New function.
10261
10262 2006-08-13  Romain Francoise  <romain@orebokech.com>
10263
10264         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10265         space.
10266
10267 2006-08-10  Romain Francoise  <romain@orebokech.com>
10268
10269         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10270         (dns-mode-soa-auto-increment-serial): New user option.
10271         (dns-mode-soa-maybe-increment-serial): New function.
10272         (dns-mode): Add the latter to `write-contents-functions'.
10273
10274 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10275
10276         * compface.el (uncompface): Use binary rather than raw-text-unix.
10277
10278 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10279
10280         * compface.el (uncompface): Make sure the eol conversion doesn't take
10281         place when communicating with the external programs.
10282         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10283
10284 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10285
10286         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10287
10288 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10289
10290         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10291         Make it more robust by parsing author and date independently.
10292
10293 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10294
10295         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10296
10297 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10298
10299         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10300         first matching secret key.
10301         (mml2015-epg-encrypt): Ditto.
10302
10303         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10304         first matching secret key.
10305         (mml1991-epg-encrypt): Ditto.
10306
10307         * mml2015.el (mml2015-encrypt-to-self): New user option.
10308         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10309         mml2015-epg-encrypt-to-self is set.
10310
10311         * mml1991.el (mml1991-encrypt-to-self): New variable.
10312         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10313         mml1991-epg-encrypt-to-self is set.
10314
10315         * mml2015.el (mml2015-signers): New user option.
10316         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10317         (mml2015-epg-encrypt): Allow to select signing keys.
10318
10319         * mml1991.el (mml1991-signers): New variable.
10320         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10321         (mml1991-epg-encrypt): Allow to select signing keys.
10322
10323 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10324
10325         * nnheader.el (nnheader-insert-head): Make it work even if the file
10326         uses CRLF for the line-break code.
10327
10328 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10329
10330         * mml2015.el: Require mml-sec instead of password.
10331         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10332         (mml2015-cache-passphrase): Inherit the default value from
10333         mml-secure-cache-passphrase.
10334         (mml2015-passphrase-cache-expiry): Inherit the default value from
10335         mml-secure-passphrase-cache-expiry.
10336
10337         * mml1991.el: Require mml-sec instead of password.
10338         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10339         (mml1991-cache-passphrase): Inherit the default value from
10340         mml-secure-cache-passphrase.
10341         (mml1991-passphrase-cache-expiry): Inherit the default value from
10342         mml-secure-passphrase-cache-expiry.
10343
10344         * mml-sec.el: Require password.
10345         (mml-secure-verbose): New user option.
10346         (mml-secure-cache-passphrase): New user option.
10347         (mml-secure-passphrase-cache-expiry): New user option.
10348
10349 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10350
10351         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10352         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10353         andreas@altroot.de (Andreas Vögele).
10354
10355         FIXME: Use `tiny change'?
10356
10357 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10358
10359         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10360         workaround for the url package included with Emacs.
10361
10362         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10363
10364 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10365
10366         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10367         correctly.  This fixes a bug caused by the 2006-05-12 change.
10368
10369 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10370
10371         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10372         some information about the error when saying that the `bogus' mail
10373         group will be used.
10374
10375 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10376
10377         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10378         string.
10379
10380 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10381
10382         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10383
10384 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10385
10386         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10387
10388 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10389
10390         * mml1991.el (mml1991-function-alist): Add epg.
10391         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10392         (mml1991-epg-encrypt): New functions.
10393
10394 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10395
10396         * mml2015.el (mml2015-verbose): New variable.
10397         (mml2015-cache-passphrase): Ditto.
10398         (mml2015-passphrase-cache-expiry): Ditto.
10399         (mml2015-function-alist): Add epg.
10400         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10401         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10402         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10403         New functions.
10404
10405 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10406
10407         * message.el (message-cite-original-1): Preserve region when removing
10408         quoted text due to X-No-Archive in order to avoid bogus attribution
10409         when citing multiple messages.
10410
10411 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10412
10413         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10414         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10415
10416 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10417
10418         * gnus-diary.el (gnus-user-format-function-d)
10419         (gnus-user-format-function-D): Autoload.
10420
10421         * imap.el (Commentary): Fix typo.
10422
10423         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10424         2006-04-22 contribution.
10425
10426 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10427
10428         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10429         It didn't really fix the bogosity I'm seeing with solid web groups.
10430
10431 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10432
10433         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10434         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10435         created using server names.  If we use the feature without declaring
10436         it, Gnus does not properly manage server and group state.
10437
10438         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10439         bound.
10440
10441 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10442
10443         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10444         looking up the method using GROUP's prefix before inventing a new one.
10445         It is used on killed/unknown groups in various places where returning
10446         an all-new method isn't expected by the caller.
10447
10448         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10449         and match semantics of gnus-group-real-prefix.
10450
10451 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10452
10453         * nnmail.el (nnmail-broken-references-mailers): New variable.
10454         (nnmail-ignore-broken-references): New function generalizing
10455         nnmail-fix-eudora-headers.
10456         (nnmail-fix-eudora-headers): Now obsolete.
10457
10458         * gnus-art.el (gnus-button-handle-custom):
10459         Support `customize-apropos*'.
10460
10461 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10462
10463         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10464
10465         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10466         articles.
10467
10468 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10469
10470         * message.el (message-cite-reply-above): New variable.
10471         (message-yank-original): Use it.
10472
10473 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10474
10475         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10476
10477 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10478
10479         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10480         as read.
10481
10482         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10483
10484 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10485
10486         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10487         (gnus-bookmark-default-file): Use gnus-directory.
10488         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10489         Remove "*" in doc string.
10490         (gnus-bookmark-write-file): Simplify.
10491         (gnus-bookmark-maybe-sort-alist): Use `when'.
10492         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10493         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10494         Add FIXME about Emacs 21 and XEmacs compatibility.
10495         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10496         compatibility.
10497         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10498         compatibility.
10499         (gnus-bookmark-menu-heading): Fix version.
10500
10501 2006-06-19  Bastien Guerry  <bzg@altern.org>
10502
10503         * gnus-bookmark.el: New file.
10504
10505 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10506
10507         * message.el (message-syntax-checks): Doc fix.
10508
10509 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10510
10511         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10512         unsubscribed groups as if they were killed ones.  It causes duplicate
10513         entries in gnus-newsrc-alist.
10514
10515 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10516
10517         * message.el (message-syntax-checks): Doc fix.
10518         (message-send-mail): Add check for continuation headers.
10519         (message-check-news-header-syntax): Fix regexp used to check for
10520         continuation headers.
10521
10522 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10523
10524         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10525
10526 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10527
10528         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10529
10530 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10531
10532         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10533         default-truncate-lines.
10534
10535 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10536
10537         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10538         to fill the utf-8 entry.
10539
10540         * lpath.el: Fbind unicode-precedence-list.
10541
10542 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10543
10544         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10545
10546 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10547
10548         * gnus-agent.el (directory-files-and-attributes): Move all the way
10549         forward (the third and final move).
10550         (gnus-agent-read-agentview): Trap reconstruction errors due to
10551         nonexistent directory.  Handle by returning nil.
10552
10553 2006-05-30  Didier Verna  <didier@xemacs.org>
10554
10555         * message.el (message-dont-reply-to-names): Update the custom type.
10556         * message.el (message-dont-reply-to-names): New defsubst: potentially
10557         convert a list of regexps into a single one.
10558         * message.el (message-get-reply-headers): Use it.
10559         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10560
10561 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10562
10563         * gnus-agent.el (directory-files-and-attributes): Move forward.
10564
10565 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10566
10567         * gnus-ml.el (gnus-mailing-list-subscribe)
10568         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10569         (gnus-mailing-list-message): Fix doc strings.
10570
10571 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10572
10573         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10574         of doing it manually.
10575
10576 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10577
10578         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10579         comment.
10580
10581 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10582
10583         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10584         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10585         (gnus-agent-read-local): All symbols allocated in my-obarray.
10586         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10587         (gnus-agent-regenerate-group): Check numeric names to see if they are
10588         messages or groups.
10589         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10590         better way of do this...)
10591
10592         * gnus-cache.el (gnus-agent-total-fetched-for):
10593         Ignore 'dummy.group' (there should be a better way of do this...)
10594
10595 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10596
10597         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10598         (gnus-saved-headers): Ditto.
10599         (gnus-default-article-saver): Mention functions may have properties.
10600         (gnus-article-save): Override gnus-save-all-headers and
10601         gnus-saved-headers by :headers property which saver function may have.
10602         (gnus-summary-save-in-file): Add :headers property.
10603         (gnus-summary-write-to-file): Ditto.
10604
10605         * gnus-sum.el (gnus-summary-save-article): Bind
10606         gnus-prompt-before-saving to t when saving many articles in a file;
10607         always show all headers.
10608
10609         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10610
10611 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10612
10613         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10614         marks.
10615
10616         * message.el (message-indent-citation): Add optional arguments to allow
10617         using it outside of message buffers.
10618
10619         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10620         (gnus-article-treat-unfold-headers): Use it.
10621         (gnus-article-truncate-lines): New variable.
10622         (gnus-article-mode): Use it.
10623         (gnus-article-toggle-truncate-lines): New function.
10624
10625         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10626         Add gnus-article-toggle-truncate-lines.
10627
10628         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10629         coding system in XEmacs, use binary.
10630
10631 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10632
10633         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10634         after-load-alist.
10635
10636         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10637         this function should save decoded articles.
10638         (gnus-summary-write-to-file): Use property to specify this function
10639         should save decoded articles and specify gnus-summary-save-in-file
10640         should be used to save articles other than the first one when saving
10641         many articles.
10642         (gnus-summary-save-body-in-file): Use property to specify this
10643         function should save decoded articles.
10644         (gnus-summary-write-body-to-file): Use property to specify this
10645         function should save decoded articles and specify
10646         gnus-summary-save-body-in-file should be used to save articles other
10647         than the first one when saving many articles.
10648
10649         * gnus-sum.el (gnus-summary-save-article): Simplify.
10650
10651 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10652
10653         * gnus-art.el (gnus-default-article-saver):
10654         Add gnus-summary-write-body-to-file.
10655         (gnus-article-save-coding-system): Don't use coding system object
10656         in XEmacs.
10657         (gnus-read-save-file-name): Add optional `dir-var' argument which
10658         specifies directory in which files are saved; work even if optional
10659         `variable' argument is not specified.
10660         (gnus-summary-write-to-file): Read file name.
10661         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10662         (gnus-summary-write-body-to-file): New function.
10663
10664         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10665         (gnus-summary-local-variables): Add it.
10666         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10667         (gnus-summary-save-article): Remove optional `decode' argument;
10668         determine whether to decode articles by the value of
10669         gnus-default-article-saver; when saving many files using
10670         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10671         it first and use gnus-summary-save-in-file or
10672         gnus-summary-save-body-in-file thereafter unless
10673         gnus-prompt-before-saving is always; move point to article which
10674         will be saved.
10675         (gnus-summary-save-article-file): Revert.
10676         (gnus-summary-write-article-file): Revert.
10677         (gnus-summary-save-article-body-file): Revert.
10678         (gnus-summary-write-article-body-file): New function.
10679
10680 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10681
10682         * gnus-art.el (gnus-default-article-saver): Doc fix.
10683         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10684         from gnus-summary-save-article-coding-system, and default to a
10685         certain coding system.
10686         (gnus-output-to-file): Add coding cookie and encode text according
10687         to gnus-article-save-coding-system; don't use mm-append-to-file.
10688
10689         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10690         gnus-art.el and rename to gnus-article-save-coding-system.
10691         (gnus-summary-save-article): Require gnus-art; don't show all
10692         headers if it decodes articles; don't add coding cookie here;
10693         don't bind mm-text-coding-system-for-write.
10694         (gnus-summary-save-article-file): Save decoded articles.
10695         (gnus-summary-write-article-file): When saving many files, use
10696         gnus-summary-write-to-file first and gnus-summary-save-in-file
10697         thereafter unless gnus-prompt-before-saving is always.
10698         (gnus-summary-save-article-body-file): Save decoded articles.
10699
10700         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10701
10702 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10703
10704         * nnrss.el (nnrss-check-group): Bind hash-index.
10705
10706 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10707
10708         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10709         its hash index.  Store this hash in `nnrss-group-data'.
10710         (nnrss-read-group-data): Update accordingly.
10711
10712 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10713
10714         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10715         entry.
10716
10717         * gnus-sum.el (gnus-summary-make-menu-bar):
10718         Add gnus-article-browse-html-article.
10719
10720 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10721
10722         * gnus-sum.el (gnus-summary-mime-map):
10723         Add gnus-article-browse-html-article.
10724
10725         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10726
10727 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10728
10729         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10730         suitable coding systems in customize.
10731
10732 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10733
10734         * mail-source.el (mail-sources): Fix custom type.
10735
10736 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10737
10738         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10739         (gnus-summary-expire-articles-now): Shorten prompt.
10740
10741         * gmm-utils.el (wid-edit): Require.
10742         (defun-gmm): Rename from `gmm-defun-compat'.
10743         (gmm-image-search-load-path): Use it.
10744         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10745
10746 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10747
10748         * gnus-sum.el (gnus-summary-save-article-coding-system):
10749         New variable.
10750         (gnus-summary-save-article): Add optional `decode' argument.
10751         If it is set and gnus-summary-save-article-coding-system is non-nil,
10752         save decoded article.
10753         (gnus-summary-write-article-file): Save decoded article if
10754         gnus-summary-save-article-coding-system is non-nil.
10755
10756         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10757         type.
10758
10759 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10760
10761         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10762
10763 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10764
10765         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10766         first to test gnus-single-article-buffer which may be buffer-local.
10767
10768         * gnus-sum.el (gnus-summary-setup-buffer):
10769         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10770         group; make gnus-article-buffer, gnus-article-current, and
10771         gnus-original-article-buffer always buffer-local.
10772         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10773         group.
10774         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10775
10776 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10777
10778         * nnml.el (nnml-request-compact-group): Compressed files might not
10779         have .gz extension.
10780
10781 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10782
10783         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10784         (mm-copy-to-buffer): Use with-current-buffer.
10785         (mm-display-part): Simplify.
10786         (mm-inlinable-p): Add optional arg `type'.
10787
10788 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10789
10790         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10791         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10792         Try harder to show the attachment internally or externally using
10793         gnus-mime-view-part-as-type.
10794
10795 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10796
10797         * message.el (message-from-style, message-signature-separator)
10798         (message-user-organization-file, message-send-mail-function)
10799         (message-citation-line-function, message-yank-prefix)
10800         (message-indent-citation-function, message-signature)
10801         (message-signature-file, message-signature-insert-empty-line):
10802         Remove autoloads.
10803
10804         * gnus-art.el (gnus-buttonized-mime-types):
10805         Remove "multipart/signed".  Revert 2006-04-26 change.
10806
10807 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10808
10809         * gnus.el (gnus-version-number): Bump version.
10810
10811 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10812
10813         * gnus.el: No Gnus v0.5 is released.
10814
10815 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10816
10817         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10818         fetching articles by message-id.
10819
10820 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10821
10822         * message.el (hashcash): Require hashcash as normal.
10823
10824         * ecomplete.el (ecomplete-highlight-match-line):
10825         Use point-at-eol.
10826         (ecomplete-highlight-match-line): Use `highlight', because that
10827         face exists in both Emacs and XEmacs.
10828
10829         * message.el (message-display-abbrev): Use point-at-bol.
10830
10831         * mail-source.el: Don't require timer/timer-funcs.
10832
10833         * gnus-async.el: Ditto.
10834
10835         * password.el: Ditto.
10836
10837         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10838
10839         * mm-url.el: Ditto.
10840
10841         * gnus-xmas.el: Don't require timer-funcs.
10842
10843         * mm-util.el: Require timer/timer-funcs.
10844
10845 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10846
10847         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10848         Close.
10849
10850 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10851
10852         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10853         unibyte after clear-decrypt function runs.
10854
10855         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10856         returns as a unibyte string.
10857
10858 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10859
10860         * lpath.el: Revert.
10861
10862         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10863         (pgg-gpg-process-sentinel): Revert.
10864
10865         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10866         (pgg-pgp-lookup-key): Revert.
10867
10868         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10869         (pgg-pgp5-lookup-key): Revert.
10870
10871         * pgg.el (pgg-fetch-key): Revert.
10872
10873 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10874
10875         * lpath.el: Fbind string-as-multibyte for XEmacs.
10876
10877         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10878         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10879         (mml1991-pgg-encrypt): Ditto.
10880
10881         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10882         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10883         a multibyte buffer.
10884
10885         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10886         (pgg-pgp-lookup-key): Ditto.
10887
10888         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10889         (pgg-pgp5-lookup-key): Ditto.
10890
10891         * pgg.el (pgg-fetch-key): Ditto.
10892
10893 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10894
10895         * message.el (message-user-organization-file): Check several
10896         locations of the organization file.
10897
10898         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10899         Add gnus-article-view-part-as-type.
10900
10901         * gnus-art.el (gnus-article-view-part-as-type): New function.
10902
10903         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10904         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10905
10906         * mml.el: Simplify autoload.
10907         (mml-mode): defvar dnd-protocol-alist instead of using
10908         symbol-value.
10909         (mml-default-directory): New variable.
10910         (mml-minibuffer-read-file): Use it.
10911         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10912
10913         * message.el (message-citation-line-format): New variable.
10914         (message-insert-formated-citation-line): New function.
10915         (message-citation-line-function):
10916         Add `message-insert-formated-citation-line' to custom type.
10917
10918         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10919         to doc string.
10920
10921         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10922         depending on mm-verify-option.
10923
10924 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10925
10926         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10927         binding pgg-* variables; reimplement the section which prevents
10928         MIME header from being signed.
10929         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10930         pgg-text-mode; remove a blank line at the top of body.
10931
10932         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10933         lines at the top of body; use gnus-newsgroup-charset if there's no
10934         Charset header.
10935
10936 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10937
10938         * message.el (message-self-insert-commands): Doc fix.
10939
10940         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10941         (mm-uu-pgp-encrypted-test): Ditto.
10942         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10943         between header and body; return application/pgp-encrypted handle
10944         if decryption failed; decode decrypted body by charset.
10945
10946         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10947         element match to application/pgp-*.
10948
10949 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10950
10951         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10952         HTML.
10953
10954 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10955
10956         * mail-source.el (mail-source-call-script): Message the error
10957         string.
10958
10959 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10960
10961         * gnus-util.el (gnus-byte-compile): Use it.
10962
10963 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10964
10965         * gnus-util.el (kill-empty-logs): New function.
10966
10967 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10968
10969         * message.el (message-mail-alias-type): Doc fix.
10970         (message-mail-alias-type-p): New function.
10971         (message-send): Use it.
10972         (message-mode): Ditto.
10973         (message-strip-forbidden-properties): Ditto.
10974
10975         * ecomplete.el (ecomplete-database-file-coding-system):
10976         New variable.
10977         (ecomplete-save): Use it.
10978         (ecomplete-setup): Use it.
10979
10980 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10981
10982         * message.el (message-self-insert-commands): New variable.
10983         (message-strip-forbidden-properties): Use it.
10984
10985 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10986
10987         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10988         that doesn't make XEmacs choke.
10989
10990 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10991
10992         * gnus-util.el (gnus-replace-in-string):
10993         Prefer replace-regexp-in-string over of replace-in-string.
10994
10995 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10996
10997         * gnus-util.el (gnus-select-frame-set-input-focus):
10998         Use select-frame-set-input-focus if it is available in XEmacs; use
10999         definition defined in Emacs 22 for old Emacsen.
11000
11001         * dgnushack.el: Autoload unmorse-region for XEmacs.
11002
11003         * lpath.el: Bind cursor-in-non-selected-windows and
11004         select-frame-set-input-focus for XEmacs.
11005
11006 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11007
11008         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11009
11010 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11011
11012         * gnus-registry.el (gnus-registry-cache-save): Remove text
11013         properties when saving via the temp buffer.
11014
11015 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11016
11017         * message.el (message-generate-hashcash): Honor custom type.
11018
11019 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11020
11021         * message.el (message-generate-hashcash): Default to non-nil when
11022         hashcash is found.
11023
11024         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11025         (gnus-refer-thread-limit): Increase default to 500.
11026
11027         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11028
11029         * flow-fill.el (fill-flowed): Allow delete-space.
11030
11031 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11032
11033         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11034         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11035         Remove autoloads.
11036
11037 2006-04-18  Simon Josefsson  <jas@extundo.com>
11038
11039         * message.el (message-generate-hashcash): Default to.
11040
11041 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11042
11043         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11044         concatenating segments rather than before concatenating them.
11045
11046 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11047
11048         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11049
11050 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11051
11052         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11053
11054         * message.el (message-forward-make-body-plain):
11055         Allow message-forward-ignored-headers to be a list.
11056         (message-remove-ignored-headers): Factor out into function.
11057         (message-forward-make-body-mml): Use it.
11058
11059         * imap.el (imap-quote-specials): New function.
11060         (imap-login-auth): Quote specials.
11061
11062         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11063         (rfc2231-parse-string): Allow concatanation of parameters that
11064         aren't contiguous.  The test case is
11065           (mail-header-parse-content-type "message/external-body;
11066             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11067             access-type=LOCAL-FILE;
11068             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11069
11070 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11071
11072         * nntp.el (nntp-accept-process-output): Return the value of
11073         `nnheader-accept-process-output'.
11074
11075 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11076
11077         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11078         (gnus-button-alist): Recognize more diff formats.
11079         (gnus-button-patch): Strip directory.
11080
11081 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11082
11083         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11084         Emacs 22 when setting focus.
11085
11086 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11087
11088         * gnus-art.el (gnus-article-treat-types): Do treatment of
11089         text/x-verbatim parts.
11090         (gnus-button-patch): New command.
11091
11092         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11093         addresses that contain invalid characters.
11094
11095 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11096
11097         * message.el (message-put-addresses-in-ecomplete):
11098         Use gnus-replace-in-string.
11099         (message-is-yours-p): Use the more correct
11100         mail-header-parse-address instead of
11101         mail-extract-address-components.
11102         (message-put-addresses-in-ecomplete): Fix typo.
11103
11104         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11105         keystroke.
11106
11107         * gnus-art.el (gnus-treatment-function-alist): Change order of
11108         newsgroups/generic header folding to avoid double-folding.
11109
11110         * message.el (message-hidden-headers): Add X-Draft-From.
11111
11112         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11113         New command.
11114         (gnus-summary-repeat-search-article-backward): New command.
11115
11116         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11117         groups in the parent topic.
11118
11119 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11120
11121         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11122         (spam-extra-header-to-number): Return the CRM114 number as a
11123         number instead of a string.
11124
11125 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11126
11127         * gnus-art.el (gnus-face-properties-alist): Move here from
11128         gnus-fun.
11129
11130         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11131
11132 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11133
11134         * message.el (message-strip-forbidden-properties): Only display on
11135         self-insert-command.
11136
11137         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11138         reindent.
11139         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11140
11141 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11142
11143         * smiley.el (smiley-style): Fix typo.
11144
11145 2006-03-23  Kenichi Handa  <handa@m17n.org>
11146
11147         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11148         instead of set-buffer-multibyte.
11149
11150 2006-03-23  Kenichi Handa  <handa@m17n.org>
11151
11152         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11153         buffer and then decode the buffer text if necessary.
11154         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11155         first, and after mm-encode-body, change the buffer to unibyte.
11156
11157 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11158
11159         * hashcash.el (hashcash-insert-payment-async-2):
11160         Use message-goto-eoh instead of doing it manually.
11161         (mail-add-payment): Use message-narrow-to-header instead of trying
11162         to do the same itself.
11163
11164         * message.el (message-hidden-headers): Add Face.
11165
11166         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11167         reparenting code.
11168         (gnus-summary-reparent-children): Refactored out code.
11169         (gnus-summary-thread-map): New keystroke.
11170         (gnus-summary-reparent-children): Make into command.
11171
11172         * smiley.el (smiley-style): Default to `medium' if using a large
11173         font.
11174
11175         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11176         does it itself.
11177
11178         * message.el (message-point-in-header-p): Simplify definition.
11179
11180 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11181
11182         * nnagent.el (nnagent-request-set-mark): Silence log file
11183         writing.
11184         (nnagent-request-set-mark): Use write-region instead of
11185         append-to-file.
11186
11187         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11188         strange select method.
11189
11190         * ecomplete.el (ecomplete-display-matches): Get highlightling
11191         right.
11192         (ecomplete-display-matches): Use literals.
11193         (ecomplete-display-matches): Disable message logging.
11194
11195         * message.el (message-display-abbrev): Small optimization.
11196
11197         * ecomplete.el (ecomplete-display-matches): Allow automatic
11198         display.
11199
11200         * message.el (message-strip-forbidden-properties):
11201         Display abbrevs.
11202         (message-display-abbrev): Get automatic display right.
11203
11204         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11205         keystrokes.
11206
11207 2006-04-13  Romain Francoise  <romain@orebokech.com>
11208
11209         TODO: Backport to v5-10!
11210
11211         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11212         Move here (and rename) from gnus-registry.el.
11213
11214         * gnus-registry.el: Require gnus-util.
11215         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11216
11217 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11218
11219         * gnus-group.el (gnus-group-catchup-current):
11220         Change if-then-else-if-then-else into cond.
11221         (gnus-group-catchup): Indent.
11222         (group-name-at-point): New function.
11223         (gnus-fetch-group): Provide default from thing at point.
11224
11225 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11226
11227         * message.el (message-display-abbrev): Fix regexp.
11228
11229         * ecomplete.el (ecomplete-highlight-match-line):
11230         Reimplement choosing.
11231         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11232         dead variables.
11233
11234         * message.el (message-newline-and-indent): Remove debugging.
11235         (message-display-abbrev): Use new implementation.
11236
11237 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11238
11239         * gnus-art.el (gnus-article-mode):
11240         Set cursor-in-non-selected-windows to nil.
11241
11242         * smiley.el: Revert previous change.
11243         (smiley-data-directory): defvar it before using it in the
11244         defcustom of `smiley-style'.
11245
11246 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11247
11248         * message.el (message-newline-and-indent): New function.
11249
11250         * ecomplete.el: Implement more bits.
11251
11252         * message.el (message-put-addresses-in-ecomplete): Clean up the
11253         string.
11254
11255         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11256
11257         * gnus-sum.el (gnus-summary-save-parts):
11258         Bind gnus-summary-save-parts-counter and use it to make unique file
11259         names.
11260
11261         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11262
11263         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11264         parameter to say whether to actually parse the individual
11265         addresses.
11266
11267         * message.el (message-put-addresses-in-ecomplete): New function.
11268         (ecomplete): Require.
11269         (message-mail-alias-type): Add ecomplete as an option.
11270
11271 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11272
11273         * flow-fill.el (fill-flowed): Remove trailing space from blank
11274         quoted lines.
11275
11276 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11277
11278         * smiley.el (smiley-style): Move definition later to avoid a
11279         compilation warning.
11280
11281 2006-04-12  Kenichi Handa  <handa@m17n.org>
11282
11283         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11284         buffer and then decode the buffer text if necessary.
11285         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11286         first, and after mm-encode-body, change the buffer to unibyte.
11287         Use mm-disable-multibyte instead of set-buffer-multibyte.
11288
11289 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11290
11291         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11292         Content-Type header instead of Content-Disposition header.
11293         (gnus-mime-inline-part): Ditto.
11294         (gnus-mime-view-part-as-charset): Ignore charset that the part
11295         specifies.
11296
11297         * mm-decode.el (mm-display-part): Work with external parts and
11298         usual parts similarly.
11299
11300         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11301         instead of gnus-display-mime.
11302
11303         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11304         instead of with-temp-buffer.
11305
11306         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11307         tag to summarized topics part in order to encode non-ASCII text.
11308
11309 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11310
11311         * smiley.el (smiley-style): New variable.
11312         (smiley-directory): New function.
11313         (smiley-data-directory): Derive from `smiley-style' using
11314         `smiley-directory'.
11315         (smiley-regexp-alist): Add new entries.
11316
11317         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11318         (gnus-article-browse-delete-temp): Add :version.
11319
11320 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11321
11322         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11323         the sieve region.
11324
11325 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11326
11327         * gnus.el (gnus-version-number): Bump version.
11328
11329 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11330
11331         * gnus.el: No Gnus v0.4 is released.
11332
11333 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11334
11335         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11336         layout.
11337
11338         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11339         unknown charset.
11340
11341         * message.el (message-header-synonyms): Add Original-To to the
11342         default.
11343
11344         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11345         optional parameter.
11346
11347 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11348
11349         * gnus-fun.el (gnus): Require it for gnus-directory.
11350
11351 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11352
11353         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11354
11355 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11356
11357         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11358
11359 2006-04-05  Simon Josefsson  <jas@extundo.com>
11360
11361         * password.el (password-reset): New function.
11362
11363 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11364
11365         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11366         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11367
11368 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11369
11370         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11371         Some whitespace was matched into the url, which broke browsing hits
11372         > 100 when mm-url-use-external was nil.
11373
11374 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11375
11376         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11377         Check gnus-extra-headers for 'Newsgroups.
11378
11379         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11380         bound.
11381
11382 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11383
11384         * pgg-gpg.el: Clean up process buffers every time gpg processes
11385         complete.
11386
11387 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11388
11389         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11390         doc string.
11391
11392 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11393
11394         * pgg-gpg.el (pgg-gpg-process-filter)
11395         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11396
11397         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11398         lines, temporary fix.
11399
11400 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11401
11402         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11403
11404 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11405
11406         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11407         default-enable-multibyte-characters.  This reverts the change from
11408         revision 6.17 which is no longer necessary because the passphrase
11409         is sent separately now.  GnuPG messages are unreadable under
11410         multibyte locales with default-enable-multibyte-characters set to
11411         nil.
11412
11413 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11414
11415         * message.el (message-tool-bar-gnome): Move "spell".
11416
11417 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11418
11419         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11420         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11421         instead.
11422
11423 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11424
11425         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11426         Improve newsgroups handling for NNTP overviews which don't include
11427         Newsgroups.
11428
11429 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11430
11431         * message.el (message-resend): Bind message-generate-hashcash to nil.
11432
11433 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11434
11435         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11436         when searching for already-paid recipients.
11437
11438 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11439
11440         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11441         passphrases when it is not needed.
11442         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11443         passphrase stuff from gpg, should only be necessary when you use
11444         gpg with a smartcard.
11445
11446 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11447
11448         * mml.el (mml-insert-mime): Ignore cached contents of
11449         message/external-body part.
11450
11451         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11452         (mm-insert-part): Ditto.
11453
11454 2006-03-23  Simon Josefsson  <jas@extundo.com>
11455
11456         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11457         Reiner.
11458         (pgg-gpg-use-agent-p): Use it again.
11459
11460 2006-03-23  Simon Josefsson  <jas@extundo.com>
11461
11462         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11463         older emacsen.
11464         (pgg-gpg-use-agent-p): Don't use it.
11465
11466 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11467
11468         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11469         if we can.
11470
11471 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11472
11473         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11474         (pgg-gpg-update-agent): New function.
11475         (pgg-gpg-use-agent-p): New function.
11476         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11477         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11478         (pgg-gpg-sign-region): Use it.
11479
11480 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11481
11482         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11483         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11484
11485 2006-03-21  Simon Josefsson  <jas@extundo.com>
11486
11487         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11488         <wilde@sha-bang.de>.
11489         (pgg-gpg-use-agent): New variable.
11490         (pgg-gpg-process-region): Use it.
11491         (pgg-gpg-encrypt-region): Likewise.
11492         (pgg-gpg-encrypt-symmetric-region): Likewise.
11493         (pgg-gpg-decrypt-region): Likewise.
11494         (pgg-gpg-sign-region): Likewise.
11495         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11496
11497 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11498
11499         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11500
11501         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11502         Add comment on version.
11503
11504 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11505
11506         * smiley.el: Add missing test smiley.
11507
11508 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11509
11510         * mm-decode.el (mm-with-part): New macro.
11511         (mm-get-part): Use it; work with message/external-body as well.
11512         (mm-save-part): Treat name and filename equally.
11513
11514         * mm-extern.el (mm-extern-cache-contents): New function.
11515         (mm-inline-external-body): Use it; force the part to be displayed;
11516         move undisplayer added to the cached handle to the parent.
11517
11518         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11519         (gnus-mime-view-part-as-type): Work with message/external-body.
11520
11521         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11522
11523 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11524
11525         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11526         images in image-load-path.  [Sync with image.el, revision 1.60, in
11527         Emacs.]
11528
11529 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11530
11531         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11532         path rather than symbol.  Always return list of directories.
11533         Guarantee that image directory comes first.  [Sync with image.el,
11534         revision 1.59, in Emacs.]
11535
11536         * message.el (message-make-tool-bar): Adjust to new API of
11537         `gmm-image-load-path-for-library'.
11538
11539         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11540
11541         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11542
11543 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11544
11545         * gnus-art.el (gnus-article-only-boring-p):
11546         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11547         intangible text.
11548         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11549
11550 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11551
11552         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11553         Use `defun' instead of `gmm-defun-compat'.
11554
11555 2006-03-14  Simon Josefsson  <jas@extundo.com>
11556
11557         * message.el (message-unique-id): Don't use message-number-base36
11558         if (user-uid) is a float.
11559         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11560
11561 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11562
11563         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11564
11565         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11566         empty line between a part and a message part.
11567
11568 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11569
11570         * smiley.el: Add more test smileys.
11571         (smiley-data-directory, smiley-regexp-alist)
11572         (gnus-smiley-file-types): Fix doc strings.
11573         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11574         adding new elements.
11575         (smiley-mouse-map): Unused code.  Make it a comment.
11576
11577 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11578
11579         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11580         scan latest NoCeM messages instead of old ones.
11581         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11582         delimiters that are recently used.
11583         (gnus-nocem-load-cache): Add autoload cookie.
11584
11585         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11586
11587         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11588         level which is larger than gnus-use-nocem is specified.
11589
11590         * gnus-group.el (gnus-group-get-new-news): Ditto.
11591
11592 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11593
11594         * gnus-util.el (gnus-tool-bar-update): New function.
11595
11596         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11597         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11598
11599         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11600
11601         * gnus-group.el (gnus-group-redraw-when-idle)
11602         (gnus-group-redraw-check): Remove.
11603         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11604
11605 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11606
11607         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11608         if optional last element is specified in splits (FIELD VALUE...).
11609
11610 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11611
11612         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11613         to gmm-image-load-path-for-library.  Call with no-error argument.
11614         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11615
11616         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11617
11618         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11619
11620         * gmm-utils.el (gmm-image-load-path): Remove alias.
11621
11622 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11623
11624         * gmm-utils.el (gmm-image-load-path): Add alias.
11625
11626         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11627         nnml-generate-nov-databases-1.
11628         (nnml-generate-nov-databases): Use it.
11629         (nnml-generate-nov-databases-directory): Document no-active
11630         argument.
11631
11632         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11633         directory if path is t.  Add no-error.
11634
11635         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11636         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11637
11638         * gnus-art.el (gnus-article-browse-delete-temp-files):
11639         Simplify resetting gnus-article-browse-html-temp-list.
11640
11641         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11642         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11643         Add example to docstring.  Rename local variables.  Move error
11644         checks to default case in cond and simplify.
11645
11646 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11647
11648         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11649         handle is multipart when calling it recursively.
11650         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11651
11652 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11653
11654         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11655         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11656
11657 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11658
11659         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11660         is loaded.
11661
11662         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11663         loaded.
11664
11665 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11666
11667         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11668         to "Emacs 23 (unicode)" in doc string.
11669
11670         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11671         "Emacs 23 (unicode)" in comment.
11672
11673 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11674
11675         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11676
11677         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11678         characters 160 through 255 in Emacs 23.
11679
11680 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11681
11682         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11683         gnus-article-browse-html-temp.
11684         (gnus-article-browse-delete-temp): Make it customizable.
11685         Add `file'.  Adjust doc string.
11686         (gnus-article-browse-delete-temp-files): Add argument.
11687         Allow query for each file.  Adjust doc string.
11688         (gnus-article-browse-html-parts):
11689         Add `gnus-article-browse-delete-temp-files' to
11690         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11691
11692 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11693
11694         * gnus-art.el (gnus-article-browse-html-temp)
11695         (gnus-article-browse-delete-temp): New variables.
11696         (gnus-article-browse-delete-temp-files): New function.
11697         (gnus-article-browse-html-parts): Use it.
11698
11699 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11700
11701         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11702
11703         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11704         string.
11705
11706         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11707         gnus-summary-insert-new-articles when unplugged.
11708         Remove gnus-summary-search-article-forward.
11709
11710         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11711         display-visual-class instead of display-color-cells.
11712
11713 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11714
11715         * dgnushack.el: Autoload customize-group for XEmacs.
11716
11717         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11718         message/* containing non-ASCII text properly.
11719
11720 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11721
11722         * message.el: Require gmm-utils, remove autoloads.
11723         (message-tool-bar): Set default based on
11724         gmm-tool-bar-style.
11725         (message-tool-bar-gnome): Add gmm-customize-mode.
11726
11727         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11728         gmm-tool-bar-style.
11729         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11730
11731         * gnus-group.el (gnus-group-tool-bar): Set default based on
11732         gmm-tool-bar-style.
11733         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11734
11735         * gmm-utils.el (gmm-image-directory): Rename variable from
11736         gmm-image-load-path.
11737         (gmm-image-load-path): Use gmm-image-directory.
11738         (gmm-customize-mode): New function.
11739         (gmm-tool-bar-style): New variable.
11740
11741         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11742         gnus-group-redraw-line-number.
11743         (gnus-group-redraw-check): Simplify.
11744         (gnus-group-tool-bar-update): Remove redraw check.
11745         (gnus-group-make-tool-bar): Add redraw check.
11746
11747 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11748
11749         * gnus-art.el (gnus-button): Add missing parentheses.
11750
11751 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11752
11753         * lpath.el: Fbind line-number-at-pos.
11754
11755 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11756
11757         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11758
11759 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11760
11761         * gnus-art.el (gnus-button): New face.
11762         (gnus-article-button-face): Use it.
11763
11764         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11765         Add gnus-summary-next-page.  Re-order.
11766
11767         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11768         next-node are now included.
11769         (gnus-group-redraw-line-number): New internal variable.
11770         (gnus-group-redraw-check): Helper function for updating the tool
11771         bar.
11772         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11773
11774         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11775
11776         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11777         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11778         Use it to match format of Spamassassin 3.0 and later.
11779         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11780         (spam-check-bogofilter)
11781         (spam-bogofilter-register-with-bogofilter): Fix args of
11782         `gnus-error' calls.
11783
11784 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11785
11786         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11787         unnecessary interaction when sending queued mails.
11788         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11789
11790 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11791
11792         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11793         first or last are nil.
11794
11795 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11796
11797         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11798
11799 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11800
11801         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11802
11803 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11804
11805         * dns.el (query-dns): Protect more against buggy tcp output.
11806
11807 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11808
11809         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11810         nov.php.
11811
11812 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11813
11814         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11815         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11816         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11817         output on the server side.
11818         (nnweb-google-create-mapping): Update regexps and add some
11819         progress indication.
11820
11821 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11822
11823         * gnus-group.el (gnus-group-tool-bar-gnome):
11824         Fix gnus-agent-toggle-plugged.  Re-order icons.
11825         (gnus-group-tool-bar-gnome):
11826         Add gnus-group-{prev,next}-unread-group.
11827         (gnus-group-tool-bar-gnome): Re-order icons.
11828
11829         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11830         Move gnus-summary-insert-new-articles.
11831
11832         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11833         Fix comments.
11834
11835         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11836         also available in Emacs 21.3.
11837
11838         * message.el (message-fix-before-sending): Change "Emacs 22" to
11839         "Emacs 23 (unicode)" in comment.
11840
11841         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11842         "Emacs 23 (unicode)" in comment.
11843
11844         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11845         comment.
11846         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11847
11848         * mm-view.el (mm-fill-flowed): Add :version.
11849
11850 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11851
11852         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11853         and load-path.
11854
11855 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11856
11857         * message.el: Autoload gmm-image-load-path.
11858         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11859         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11860         consitency.
11861
11862         * gmm-utils.el (gmm-image-load-path): Also search in
11863         "../etc/images".  Don't set gmm-image-load-path if we don't find
11864         the image.
11865
11866 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11867
11868         * gmm-utils.el (gmm-image-load-path): Don't make
11869         `gmm-image-load-path' include subdirectories which the second arg
11870         `image' might specify.
11871
11872         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11873         subdirectory to icon file names.
11874
11875         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11876
11877 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11878
11879         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11880         gmm-image-load-path calls.
11881
11882         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11883
11884         * message.el (message-make-tool-bar): Ditto.
11885
11886         * mml.el (mml-preview): Add comment concerning tool bar icons.
11887
11888         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11889         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11890
11891         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11892         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11893
11894         * message.el (message-tool-bar-gnome): Use new icon names.
11895         (message-make-tool-bar): Use `gmm-image-load-path'.
11896
11897         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11898         New functions from MH-E.
11899         (gmm-image-load-path): New variable from MH-E.
11900         (gmm-image-load-path): New function from MH-E.  Add arguments
11901         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11902         *-image-load-path-called-flag.
11903
11904 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11905
11906         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11907
11908 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11909
11910         * nnimap.el (nnimap-request-move-article): Change folder back to
11911         source group before deleting.
11912
11913 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11914
11915         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11916
11917         * gnus-art.el (mm-url-insert-file-contents-external):
11918         Autoload mm-url.
11919
11920         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11921
11922 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11923
11924         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11925         coding system which mm-charset-to-coding-system returns for a
11926         given charset is valid.
11927
11928 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11929
11930         * html2text.el (html2text-remove-tag-list):
11931         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11932
11933 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11934
11935         * gnus-cus.el: Revert 2005-10-17 change.
11936
11937 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11938
11939         * gnus-art.el (article-strip-banner):
11940         Call article-really-strip-banner only when the regexp match is made.
11941
11942 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11943
11944         * gnus-art.el (article-strip-banner):
11945         Use gnus-extract-address-components instead of
11946         mail-header-parse-addresses to make it work with non-ASCII text;
11947         remove mail-encode-encoded-word-string.
11948
11949         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11950         values which are surrounded with \"...\"; make it never cause a
11951         Lisp error; give up parsing of parameters if it failed in
11952         extracting type.
11953
11954 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11955
11956         * smime.el (smime-cert-by-ldap-1): Fix bug where
11957         `smime-ldap-search' returns results without userCertificates.
11958
11959 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11960
11961         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11962
11963 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11964
11965         * spam.el (spam-check-spamassassin-headers): Adapt format for
11966         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11967         <ari@mbf.ocn.ne.jp>.
11968         (spam-list-of-processors): Add spam-use-gmane.
11969
11970 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11971
11972         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11973         make-temp-file; make it work with XEmacs as well.
11974
11975         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11976         mm-make-temp-file.
11977
11978         * mm-decode.el (mm-display-external): Use the 3rd arg of
11979         mm-make-temp-file.
11980         (mm-create-image-xemacs): Ditto.
11981
11982 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11983
11984         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11985         with message-narrow-to-headers.
11986         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11987         (gnus-draft-check-draft-articles): New function.
11988         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11989
11990 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11991
11992         * gnus-art.el (gnus-article-browse-html-parts):
11993         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11994         Don't use suffix argument for mm-make-temp-file for Emacs 21
11995         compatibility.  Remove useless `format'.
11996
11997 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11998
11999         * nnweb.el (nnweb-google-wash-article): Update regexps.
12000         (nnweb-group-alist): Use defvoo instead of defvar.
12001
12002 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12003
12004         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12005         re-loading nn* modules.
12006
12007 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12008
12009         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12010         for `tool-bar-mode' and don't check it's default-value.
12011
12012         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12013
12014         * message.el (message-make-tool-bar): Ditto.
12015
12016         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12017         `substring'.  Shorten tmp-file name.
12018
12019         * gnus.el: Remove bogus comment.
12020
12021 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12022
12023         * gnus-art.el (gnus-article-browse-html-parts): New function.
12024         (gnus-article-browse-html-article): New function for viewing html
12025         articles with a browser.
12026
12027 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12028
12029         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
12030         in elisp.
12031         (pgg-gpg-encrypt-symmetric-region): Ditto.
12032         (pgg-gpg-sign-region): Ditto.
12033
12034         * pgg-def.el (pgg-text-mode): New variable.
12035
12036         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12037         (mml2015-pgg-encrypt): Ditto.
12038
12039         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12040         (mml1991-pgg-encrypt): Ditto.
12041
12042 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12043
12044         * nnfolder.el (nnfolder-insert-newsgroup-line):
12045         Use message-make-date instead of current-time-string.
12046
12047         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12048         to gnus-decoded which mm-uu might set.
12049
12050 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12051
12052         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12053         don't decode quoted parameters; remove misimported Emacs code.
12054         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12055         (rfc2231-decode-encoded-string): Don't use split-string which
12056         behaves differently according to Emacs version; use
12057         mm-decode-coding-region to convert charset to coding-system.
12058         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12059         (rfc2231-encode-string): Remove misimported Emacs code.
12060
12061 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12062
12063         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12064         when calling mail-header-parse-content-type.
12065         (article-de-quoted-unreadable): Ditto.
12066         (article-de-base64-unreadable): Ditto.
12067         (article-wash-html): Ditto.
12068
12069         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12070         calling mail-header-parse-content-type and
12071         mail-header-parse-content-disposition.
12072         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12073         mail-header-parse-content-type.
12074
12075         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12076         insert charset and format parameters; encode description after
12077         inserting it to buffer.
12078         (mml-insert-parameter): Fold lines properly even if a parameter is
12079         segmented into two or more lines; change the max column to 76.
12080
12081         * rfc1843.el (rfc1843-decode-article-body): Don't use
12082         ignore-errors when calling mail-header-parse-content-type.
12083
12084         * rfc2231.el (rfc2231-parse-string): Return at least type if
12085         possible; don't cause an error even if it fails in parsing of
12086         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12087         (rfc2231-encode-string): Don't break lines at the beginning, leave
12088         it to mml-insert-parameter.
12089
12090         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12091         calling mail-header-parse-content-type.
12092
12093 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12094
12095         * spam-report.el (spam-report-gmane-use-article-number):
12096         Improve doc string.
12097         (spam-report-gmane-internal): Check if a suitable header was found
12098         in the article.
12099
12100 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12101
12102         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12103         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12104
12105 2006-02-05  Romain Francoise  <romain@orebokech.com>
12106
12107         Update copyright notices of all files in the gnus directory.
12108
12109 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12110
12111         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12112
12113 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12114
12115         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12116         segmented lines of parameter value to cope with Thunderbird 1.5
12117         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12118         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12119         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12120
12121 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12122
12123         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12124         parts.
12125
12126 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12127
12128         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12129         there's only one active file for all servers.
12130         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12131         solid groups.  Gnus might have used a FAST request to select the group.
12132         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12133         and nnweb-search redundantly in the active file.
12134         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12135         (nnweb-request-create-group): Don't use ARGS.
12136         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12137         initialisations.  Let nnoo do the work.
12138
12139 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12140
12141         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12142         Say the part has been decoded.
12143
12144         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12145
12146 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12147
12148         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12149         mailcap-viewer-test-cache when there's no 'test clause, since that
12150         will invert the meaning of a "nil" test previously determined by
12151         mailcap-mailcap-entry-passes-test.
12152
12153 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12154
12155         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12156         compiling.
12157
12158         * gnus-sum.el: Ditto.
12159
12160         * message.el: Don't bind tool-bar-map when compiling.
12161
12162 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12163
12164         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12165
12166 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12167
12168         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12169         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12170         current Google Groups.
12171
12172 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12173
12174         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12175         and tool-bar-mode.
12176
12177         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12178         and tool-bar-mode.
12179
12180         * message.el (message-tool-bar-update): Simplify.
12181         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12182
12183         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12184         gnus-summary-buffer.
12185         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12186         gnus-summary-reply.
12187
12188         * gmm-utils.el (gmm): Add :version.
12189
12190 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12191
12192         * Makefile.in (clean): New rule.
12193         (distclean): Use it.
12194
12195 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12196
12197         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12198         Don't autoload.
12199
12200 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12201
12202         * gmm-utils.el (gmm-verbose): Add :group.
12203
12204 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12205
12206         * message.el: Change some comments WRT tool-bars.
12207
12208         * gnus-sum.el (gnus-summary-tool-bar)
12209         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12210         (gnus-summary-tool-bar-zap-list): New variables.
12211         (gnus-summary-make-tool-bar): Complete rewrite using
12212         `gmm-tool-bar-from-list'.
12213
12214         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12215         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12216         New variables.
12217         (gnus-group-make-tool-bar): Complete rewrite using
12218         `gmm-tool-bar-from-list'.
12219         (gnus-group-tool-bar-update): New function.
12220
12221         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12222
12223 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12224
12225         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12226         is dissected into a single part of which the type is the same as
12227         the given one; decode charset.
12228
12229 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12230
12231         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12232         into alists as symbol not string, since that's what
12233         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12234         look for.
12235
12236 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12237
12238         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12239         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12240
12241         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12242
12243 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12244
12245         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12246         (gnus-xmas-mime-security-button-menu): New function.
12247
12248         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12249         (gnus-mime-security-button-menu): New definition.
12250         (gnus-mime-security-button-map): Use them.
12251         (gnus-mime-security-button-menu): New function.
12252         (gnus-insert-mime-security-button): Addition to help echo.
12253         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12254         (gnus-mime-security-pipe-part): New functions.
12255
12256         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12257         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12258
12259         * mm-decode.el (mm-handle-set-disposition): Remove.
12260         (mm-handle-set-description): Remove.
12261
12262 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12263
12264         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12265         (mm-w3m-standalone-supports-m17n-p): New function.
12266         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12267         w3m usage.
12268
12269         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12270         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12271
12272 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12273
12274         * message.el (message-tool-bar-zap-list):
12275         Use gmm-tool-bar-zap-list as custom type.
12276         (message-tool-bar-update): New function.
12277         (message-tool-bar, message-tool-bar-gnome)
12278         (message-tool-bar-retro): Add message-tool-bar-update.
12279         (message-tool-bar-gnome): Add flyspell-buffer.
12280
12281         * gnus-util.el (gnus-error): Describe `args'.
12282
12283         * gmm-utils.el (gmm-error): Describe `args'.
12284         (gmm-tool-bar-zap-list): New widget.
12285         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12286
12287 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12288
12289         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12290         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12291         the number of recursive calls.
12292
12293         * mm-decode.el (mm-handle-set-disposition): New macro.
12294         (mm-handle-set-description): New macro.
12295
12296 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12297
12298         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12299         encoding.
12300
12301 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12302
12303         * message.el (message-tool-bar-zap-list, message-tool-bar)
12304         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12305         (message-tool-bar-local-item-from-menu): Remove.
12306         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12307         (message-make-tool-bar): New function.
12308         (message-mode): Use `message-make-tool-bar'.
12309
12310         * gmm-utils.el: New file.
12311         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12312         (gmm-lazy): New widget copied from `nnmail.el'.
12313         (gmm-tool-bar-from-list): New function for creating customizable
12314         tool bars.
12315         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12316         output.
12317         (gmm): Add :prefix to defgroup.
12318
12319 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12320
12321         * gmm-utils.el (gmm-widget-p): New function.
12322
12323 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12324
12325         * mml.el (mml-attach-file): Describe `description' in doc string.
12326         (mml-menu): Add Emacs MIME manual and PGG manual.
12327
12328 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12329
12330         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12331
12332 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12333
12334         * nntp.el (nntp-end-of-line): Doc fix.
12335
12336 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12337
12338         * imap.el (imap-open): Handle case where buffer is a buffer
12339         object.
12340
12341 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12342
12343         * gnus-delay.el (gnus-delay): Don't autoload.
12344         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12345         to be re-loaded when customizing the `gnus-delay' group.
12346
12347 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12348
12349         * message.el (message-insert-citation-line): Use newlines.
12350
12351 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12352
12353         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12354         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12355         these routines, so the passphrase can be managed externally and
12356         passed in to the system.
12357         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12358         pgg-add-passphrase-to-cache function.
12359
12360         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12361         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12362         these routines, so the passphrase can be managed externally and
12363         passed in to the system.
12364         (pgg-pgp5-sign-region): Use new name of
12365         pgg-add-passphrase-to-cache function.
12366
12367 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12368
12369         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12370         part of the decoded armor to find the key-identifier.
12371         (pgg-gpg-lookup-key-owner): New function to return the
12372         human-readable identifier of a key owner.
12373         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12374         itself.
12375         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12376         the key value) if we have a key and can match it against a secret
12377         key.  Also, added a note pointing out fact that the prompt only
12378         indicates the first matching key.
12379
12380         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12381         pgg-decrypt-region.
12382         (pgg-add-passphrase-to-cache): Rename from
12383         `pgg-add-passphrase-cache' to reduce confusion (all callers
12384         changed).
12385         (pgg-remove-passphrase-from-cache): Rename from
12386         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12387         changed).
12388         (pgg-read-passphrase, pgg-add-passphrase-cache)
12389         (pgg-remove-passphrase-cache): Add informative docstrings.
12390         (pgg-decrypt): Convey provided passphrase in subordinate call to
12391         pgg-decrypt-region.
12392
12393 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12394
12395         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12396         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12397         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12398         'passphrase' argument, so the passphrase can be managed externally
12399         and then passed in to the system.
12400
12401         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12402         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12403         so the passphrase cache can be used reliably with identifiers
12404         besides a pgp packet's key id.
12405
12406         * pgg-gpg.el (pgg-gpg-encrypt-region)
12407         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12408         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12409         these routines, so the passphrase can be managed externally and
12410         passed in to the system.
12411
12412         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12413         'notruncate' argument, so the passphrase cache can be used
12414         reliably with identifiers besides a pgp packet's key id.
12415
12416 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12417
12418         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12419         symmetric encryption.
12420         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12421         encrypted session key.
12422         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12423         message ask for the passphrase in a proper way.
12424
12425         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12426         New user commands for symmetric encryption.
12427
12428 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12429
12430         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12431
12432         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12433
12434 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12435
12436         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12437
12438 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12439
12440         * mm-decode.el (mm-inlined-types): Add application/pgp.
12441         (mm-automatic-display): Ditto.
12442
12443         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12444         part as text.
12445
12446 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12447
12448         * nnrss.el: Update copyright.
12449         (nnrss-opml-import): Query whether to subscribe to each entry.
12450
12451         * gnus-art.el:
12452         * gnus-sum.el:
12453         * gnus-xmas.el:
12454         * messagexmas.el:
12455         * mm-uu.el:
12456         * mm-view.el: Update copyright.
12457
12458 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12459
12460         * message.el (message-info): New function.
12461         (message-mode-menu): Add it.
12462         Update copyright.
12463
12464         * ChangeLog: Fix and update copyright.
12465
12466 2006-01-13  Romain Francoise  <romain@orebokech.com>
12467
12468         * message.el (message-forward-subject-name-subject): Prefer the
12469         address to 'nowhere' if the sender has no name.
12470         Fix typo.  Update copyright year.
12471
12472 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12473
12474         * gnus-art.el (article-wash-html):
12475         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12476         (gnus-article-wash-html-with-w3m-standalone): New function.
12477
12478         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12479         mm-inline-text-html-render-with-w3m-standalone.
12480         (mm-text-html-washer-alist): Map w3m-standalone to
12481         gnus-article-wash-html-with-w3m-standalone.
12482         (mm-inline-text-html-render-with-w3m-standalone): New function.
12483
12484 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12485
12486         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12487         Improve LaTeX.
12488
12489 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12490
12491         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12492         (nnrss-request-article): Render text/plain parts as HTML.
12493
12494         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12495         the buffer.
12496
12497 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12498
12499         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12500         custom definition of `gnus-posting-styles'.
12501
12502         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12503         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12504
12505 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12506
12507         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12508         Use nntp for bug archive.
12509
12510 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12511
12512         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12513         parts.
12514         (nnrss-normalize-date): New function converts ISO 8601 date into
12515         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12516         (nnrss-check-group): Use it.
12517
12518 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12519
12520         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12521
12522         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12523         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12524         (nnrss-insert-w3): Ditto.
12525
12526 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12527
12528         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12529         the articles to be forwarded including the case where neither a
12530         number of articles nor a region is specified.
12531
12532 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12533
12534         * nnrss.el (nnrss-request-article): Fix last change; fill
12535         text/plain parts.
12536
12537 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12538
12539         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12540         in text/plain part.
12541         (nnrss-check-group): Don't add excessive newline to dc:subject.
12542
12543 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12544
12545         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12546         article.
12547
12548 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12549
12550         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12551         (nnml-use-compressed-files, nnml-save-mail): Support other
12552         comression programs such as bzip2.
12553
12554 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12555
12556         * dns.el (query-dns): Make sure we check the buffer size before
12557         removing tcp headers.
12558
12559 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12560
12561         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12562         remove MIME buttons associated with multipart/alternative parts.
12563         (gnus-mime-display-alternative): Tag buttons using `article-type'
12564         text property.
12565
12566         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12567         associated with multipart/alternative parts.
12568
12569         * gnus-art.el (gnus-signature-separator): Fix custom type.
12570
12571         * mm-decode.el (mm-inlined-types): Fix custom type.
12572         (mm-keep-viewer-alive-types): Ditto.
12573         (mm-automatic-display): Ditto.
12574         (mm-attachment-override-types): Ditto.
12575         (mm-inline-override-types): Ditto.
12576         (mm-automatic-external-display): Ditto.
12577
12578 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12579
12580         * spam-report.el (spam-report-user-mail-address)
12581         (spam-report-user-agent): New variables.
12582         (spam-report-url-ping-plain): Use spam-report-user-agent.
12583
12584 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12585
12586         * gnus-art.el (gnus-button-handle-custom): Do not just use
12587         `customize-apropos' for any "M-x customize-*" button but the
12588         function called for.  Accept both the function name and its
12589         argument in order to achieve this.
12590         (gnus-button-alist): Remove support for "custom:" URL's.
12591         Pass function name to `gnus-button-handle-custom' in case of "M-x
12592         customize-*" buttons.
12593
12594 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12595
12596         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12597         multipart/alternative and add xref to mm-discouraged-alternatives
12598         in doc string.
12599
12600         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12601         gnus-buttonized-mime-types in doc string.
12602
12603 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12604
12605         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12606         Suggest image/.* in the doc string.
12607
12608 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12609
12610         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12611         message-marks (Debian bug #342521).
12612
12613 2005-12-12  Simon Josefsson  <jas@extundo.com>
12614
12615         * password.el (password-read-from-cache): Add.
12616         (password-read): Use it.
12617
12618 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12619
12620         * rfc2047.el (rfc2047-charset-to-coding-system):
12621         Recognize us-ascii as a MIME charset.
12622
12623         * mm-bodies.el (mm-decode-content-transfer-encoding):
12624         Protect against the case where the 2nd arg TYPE is nil.
12625
12626 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12627
12628         * pop3.el (pop3-stream-type): Fix custom version.
12629
12630         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12631
12632 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12633
12634         * mm-decode.el (mm-display-external): Add missing cdr.
12635
12636 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12637
12638         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12639         RFC1524) if it is in mailcap or add a suffix according to
12640         mailcap-mime-extensions when generating a temp filename; postpone
12641         deleting a temp file for 2 seconds for some wrappers, shell
12642         scripts, and so on, which might exit right after having started a
12643         viewer command as a background job.
12644
12645 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12646
12647         * nntp.el (nntp-marks-directory): Fix custom group.
12648
12649         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12650         steps when < 10.
12651
12652         * gnus-start.el (gnus-no-server-1):
12653         Mention `gnus-level-default-subscribed' in doc string.
12654
12655 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12656
12657         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12658         parens.
12659
12660 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12661
12662         * gnus-xmas.el (gnus-use-toolbar): Revert.
12663         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12664         gnus-use-toolbar is default.
12665
12666         * messagexmas.el (message-use-toolbar): Revert.
12667         (message-setup-toolbar): Use global default-toolbar if
12668         message-use-toolbar is default.
12669
12670 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12671
12672         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12673         according to default-toolbar-visible-p.
12674
12675         * messagexmas.el (message-use-toolbar): Ditto.
12676
12677 2005-11-26  Dave Love  <fx@gnu.org>
12678
12679         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12680         (tls-program, tls-success): Provide openssl alternative.
12681
12682         * starttls.el: Doc fixes.
12683         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12684         SERVICE to PORT.
12685
12686         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12687         port null or service name.
12688         (starttls-negotiate): Autoload.
12689
12690 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12691
12692         * message.el (message-kill-to-signature): Fix interactive spec.
12693
12694 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12695
12696         * pop3.el (pop3-open-server): Recognize a string as a service name.
12697
12698 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12699
12700         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12701
12702 2005-11-23  Dave Love  <fx@gnu.org>
12703
12704         Add pop3s, pop3/starttls.
12705
12706         * pop3.el (pop3-authentication-scheme): Clarify doc.
12707         (open-tls-stream, starttls-open-stream): Autoload.
12708         (pop3-stream-type): New.
12709         (pop3-open-server): Use it.
12710
12711         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12712         for POP.
12713         (mail-source-keyword-map): Add :stream for POP.
12714         (mail-source-fetch-pop): Use pop3-stream-type.
12715
12716 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12717
12718         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12719         of current-time-string.
12720
12721 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12722
12723         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12724         date header.
12725
12726 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12727
12728         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12729         it can seriously impact performance as it bypasses the agent's
12730         local caches.
12731
12732 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12733
12734         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12735         must be explicitly online rather than "not explicitly offline" for
12736         its flags to be synchronized.
12737
12738         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12739         that gnus-uu-unmark-thread will function correctly.
12740
12741         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12742         1024K is instead displayed as 1M.
12743
12744 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12745
12746         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12747
12748 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12749
12750         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12751
12752 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12753
12754         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12755         error message to display actual error condition.
12756         (gnus-agent-save-local): Avoid saving symbols that are bound to
12757         nil as they simply result in a warning message in
12758         gnus-agent-read-local.
12759
12760 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12761
12762         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12763         rather than make-variable-buffer-local for file-precious-flag.
12764
12765 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12766
12767         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12768         for duplicates which are removed.  The invalid sort check then
12769         triggers a rescan after the sort as sorting may have moved
12770         duplicate entries such that they can be cheaply detected.
12771
12772 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12773
12774         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12775
12776 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12777
12778         * gnus-agent.el (gnus-agent-article-alist-save-format):
12779         Change internal variable to a custom variable.  Change default value
12780         from compressed(2) to uncompressed(1).
12781         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12782         support for uncompressed agentview files.  Taken together, reading
12783         the agentview file should now be 6-7 times faster.
12784
12785 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12786
12787         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12788         as a buffer-local variable.  This avoids creating truncated
12789         dribble files as a result of a hang up, eg.
12790
12791 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12792
12793         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12794         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12795         XEmacs.
12796
12797 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12798
12799         * gnus-start.el (gnus-start-draft-setup):
12800         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12801
12802         * gnus.el (gnus-splash): Change custom group.
12803         (gnus-group-get-parameter, gnus-group-parameter-value):
12804         Describe allow-list argument.
12805
12806         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12807         string.
12808
12809 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12810
12811         * gnus-art.el (gnus-default-article-saver): Add user-defined
12812         `function' to custom type.
12813
12814 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12815
12816         * imap.el (imap-open): Handle case where buffer is a buffer
12817         object.
12818
12819 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12820
12821         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12822         long lines.
12823         (gnus-cache-delete-group): Wrap doc strings.
12824
12825         * gnus-agent.el (gnus-agent-rename-group)
12826         (gnus-agent-delete-group): Wrap doc strings.
12827
12828 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12829
12830         * messagexmas.el (message-use-toolbar): Change the valid values
12831         into default, top, bottom, left, and right.
12832         (message-toolbar-thickness): New variable.
12833         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12834         well.
12835         (message-setup-toolbar): Make it work.
12836
12837         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12838         (gnus-use-toolbar): Change the valid values into default, top,
12839         bottom, left, and right.
12840         (gnus-toolbar-thickness): New variable.
12841         (gnus-xmas-setup-toolbar): New function.
12842         (gnus-xmas-setup-group-toolbar): Use it.
12843         (gnus-xmas-setup-summary-toolbar): Use it.
12844
12845 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12846
12847         * gnus-start.el (gnus-1): Add "native" to
12848         gnus-predefined-server-alist.
12849
12850         * gnus.el (gnus-method-to-server): Don't add "native" to the
12851         lists here, because that leads to problems when
12852         gnus-select-method is bound.
12853
12854 2005-11-09  Simon Josefsson  <jas@extundo.com>
12855
12856         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12857         use (not sort-by-date) instead.
12858
12859 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12860
12861         * gnus-delay.el (gnus-delay-group): Don't autoload.
12862         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12863         to be re-loaded when customizing the `gnus-delay' group.
12864
12865 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12866
12867         * message.el: Revert last changes.
12868         (message-insert-citation-line): Use newlines.
12869
12870 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12871
12872         * message.el (message-courtesy-message)
12873         (message-mark-insert-begin, message-mark-insert-end)
12874         (message-elide-ellipsis, message-cancel-message)
12875         (message-add-header, message-change-subject)
12876         (message-cross-post-followup-to-header)
12877         (message-cross-post-insert-note, message-reduce-to-to-cc)
12878         (message-widen-reply, message-delete-not-region)
12879         (message-kill-to-signature, message-insert-signature)
12880         (message-insert-importance-high, message-insert-importance-low)
12881         (message-insert-or-toggle-importance)
12882         (message-insert-disposition-notification-to)
12883         (message-indent-citation, message-yank-original)
12884         (message-cite-original-without-signature, message-cite-original)
12885         (message-insert-citation-line, message-position-on-field)
12886         (message-fix-before-sending, message-send-mail-partially)
12887         (message-send-mail, message-send-mail-with-sendmail)
12888         (message-send-mail-with-qmail, message-send-news)
12889         (message-check-news-header-syntax, message-generate-headers)
12890         (message-insert-courtesy-copy, message-fill-address)
12891         (message-fill-header, message-shorten-references)
12892         (message-setup-1, message-cancel-news)
12893         (message-forward-make-body-plain, message-forward-make-body-mime)
12894         (message-forward-make-body-mml, message-encode-message-body)
12895         (message-forward-make-body-digest-plain)
12896         (message-forward-make-body-digest-mime)
12897         (message-use-alternative-email-as-from): Insert `hard-newline'
12898         instead of ordinary newlines.
12899
12900 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12901
12902         * message.el (message-generate-headers): Downcase the argument
12903         given to message-check-element.
12904
12905 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12906
12907         * nntp.el (nntp-authinfo-rejected): New error condition.
12908         (nntp-wait-for): Use new error condition to signal authentication
12909         error.
12910         (nntp-retrieve-data): Rethrow new error condition to break out of
12911         recursive call to nntp-send-authinfo.
12912
12913 2005-11-08  Romain Francoise  <romain@orebokech.com>
12914
12915         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12916         (gnus-summary-exit-map): Bind to `Z p'.
12917         (gnus-summary-make-menu-bar): Add menu item.
12918
12919 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12920
12921         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12922         (gnus-treat-*): Add `first' in all doc strings.
12923
12924         * gnus-group.el (gnus-group-compact-group): Fix typo.
12925
12926 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12927
12928         * gnus.el (gnus-parameters-case-fold-search): New variable.
12929         (gnus-parameters-get-parameter): Use it.
12930
12931         * gnus-score.el (gnus-home-score-file): Doc fix.
12932
12933 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12934
12935         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12936
12937 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12938
12939         * mm-util.el (mm-special-display-p): New function.
12940
12941         * mml.el (mml-preview): Use it; doc fix.
12942
12943 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12944
12945         * imap.el (imap-open): Handle case where buffer is a buffer object.
12946
12947 2005-10-29  Romain Francoise  <romain@orebokech.com>
12948
12949         * message.el (message-fix-before-sending): Fix comment.
12950
12951 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12952
12953         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12954
12955 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12956
12957         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12958         Used in gnus-score.el.
12959
12960 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12961
12962         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12963
12964 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12965
12966         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12967         whitespace removed in revision 7.8.  Use concatenated string to
12968         protect trailing whitespace.
12969
12970 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12971
12972         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12973         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12974         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12975         Courier IMAP ("some version from 2004").  Mostly based on similar
12976         code in the same function.
12977
12978 2005-10-26  Didier Verna  <didier@xemacs.org>
12979
12980         * gnus-group.el (gnus-group-compact-group): Invalidate original
12981         article buffer.
12982         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12983         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12984         NOV database and in article itself.
12985         Invalidate article backlog.
12986
12987 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12988
12989         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12990
12991 2005-10-26  Simon Josefsson  <jas@extundo.com>
12992
12993         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12994         part of 2004-07-25 change.
12995
12996 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12997
12998         * message.el (message-display-completion-list): New function.
12999         (message-expand-group): Use it; make sure the Completions buffer
13000         is modifiable.
13001 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13002
13003         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13004         user-mail-name is an empty string.
13005
13006 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13007
13008         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13009         depending on gnus-score-decay-constant.
13010
13011         * encrypt.el (encrypt-insert-file-contents)
13012         (encrypt-write-file-contents): Don't use `gnus-message'.
13013
13014         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13015         arguments.
13016         (mm-uu-type-alist): Add message-marks and insert-marks.
13017         Pass arguments to mm-uu-verbatim-marks-extract.
13018         (mm-uu-hide-markers): New variable.
13019         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13020
13021         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13022         (gnus-convert-image-to-face-command): Use "convert" by default to
13023         allow other input image formats.
13024         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13025         accordingly.
13026
13027 2005-10-23  Simon Josefsson  <jas@extundo.com>
13028
13029         * imap.el (imap-gssapi-program): Align command line parameters
13030         with latest GNU SASL.
13031         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13032
13033 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13034
13035         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13036         HTML.
13037         (nnslashdot-request-article): Ditto.
13038
13039         * lpath.el (featurep): Add nobreak-char-display.
13040
13041 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13042
13043         * mail-source.el (mail-source-fetch-pop): Require pop3.
13044         (mail-source-check-pop): Ditto.
13045
13046 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13047
13048         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13049         errors.
13050
13051 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13052
13053         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13054         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13055
13056         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13057
13058         * mm-bodies.el (mm-decode-string):
13059         Call `mm-charset-to-coding-system' with allow-override argument.
13060
13061 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13062
13063         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13064         (rfc2047-charset-to-coding-system): New function.
13065         (rfc2047-decode-encoded-words): New function.
13066         (rfc2047-decode-region): Use them.
13067         (rfc2047-decode-cte): Remove.
13068         (rfc2047-parse-and-decode): Remove.
13069         (rfc2047-decode): Remove.
13070
13071 2005-10-15  Kenichi Handa  <handa@m17n.org>
13072
13073         * rfc2047.el (rfc2047-decode-cte): New function.
13074         (rfc2047-decode-region): Change the way to decode successive
13075         encoded-words: decode B- or Q-encoding in each encoded-word,
13076         concatenate them, and decode it as charset.
13077
13078 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13079
13080         * lpath.el: Fbind codepage-setup for XEmacs.
13081
13082 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13083
13084         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13085         widget-move-and-invoke.
13086         (gnus-custom-mode): Use gnus-custom-map.
13087
13088 2005-10-15  Bill Wohler  <wohler@newt.com>
13089
13090         * message.el (message-tool-bar-map): Rename image file from
13091         mail_send to mail/send.
13092
13093 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13094
13095         * message.el (message-expand-group): Pass the common
13096         prefix substring of completion to `display-completion-list'.
13097
13098 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13099
13100         * mml-sec.el (mml-secure-method): New internal variable.
13101         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13102         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13103         New functions using mml-secure-method.
13104
13105         * mml.el (mml-mode-map): Add key bindings for those functions.
13106         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13107         Harder <harder@myrealbox.com>.
13108         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13109         Goto end of message if point is the headers of the message.
13110
13111         * message.el (message-in-body-p): New function.
13112
13113         * assistant.el: Autoload gnus-util and netrc.
13114
13115         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13116         Use `mm-charset-override-alist' only when decoding.
13117
13118         * mm-bodies.el (mm-decode-body):
13119         Call `mm-charset-to-coding-system' with allow-override argument.
13120
13121         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13122         `filename' from Content-Disposition if Content-Type doesn't
13123         provide `name'.
13124         (gnus-mime-view-part-as-type): Set default instead of
13125         initial-input.
13126
13127 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13128
13129         * format-spec.el (format-spec): Propagate text properties of % spec.
13130
13131 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13132
13133         * gnus-art.el (gnus-treat-predicate): Add `first'.
13134
13135 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13136
13137         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13138         (mm-charset-override-alist): New variable.
13139         (mm-charset-to-coding-system): Use it.
13140         (mm-codepage-setup): New helper function.
13141         (mm-charset-eval-alist): New variable.
13142         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13143         Warn about unknown charsets.
13144
13145         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13146
13147 2005-10-04  David Hansen  <david.hansen@gmx.net>
13148
13149         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13150         (nnrss-check-group): Ditto.
13151
13152 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13153
13154         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13155         Rename x-gnus-verbatim to x-verbatim.
13156         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13157
13158         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13159         x-verbatim.
13160
13161         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13162
13163         * gnus-util.el (gnus-remove-duplicates): Remove.
13164
13165         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13166         instead of gnus-remove-duplicates.
13167
13168         * message.el (message-remove-duplicates): Remove.
13169         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13170         message-remove-duplicates.
13171
13172         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13173         available, else use implementation from `delete-dups'.
13174
13175         * message.el (message-insert-expires): New function.
13176         (message-mode-map): Add key binding.
13177         (message-mode-field-menu): Add menu entry.
13178         (message-mode): Document it.
13179         (message-make-expires-date): Use `message-make-date'.
13180
13181 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13182
13183         * message.el (message-make-expires-date): New function.
13184
13185 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13186
13187         * Makefile.in (list-installed-shadows): New entry.
13188         (install): Use it.
13189         (remove-installed-shadows): New entry.
13190
13191         * dgnushack.el (dgnushack-default-load-path): New variable.
13192         (dgnushack-find-lisp-shadows): New function.
13193         (dgnushack-remove-lisp-shadows): New function.
13194
13195 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13196
13197         * Makefile.in (install-el-elc): New entry.
13198         (install): Use it so that .el files are necessarily installed.
13199
13200 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13201
13202         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13203
13204 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13205
13206         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13207         function rather than the diff-mode.el package.
13208         (mm-display-external): Use with-current-buffer.
13209         (mm-viewer-completion-map, mm-viewer-completion-map):
13210         Move initialization inside declaration.
13211
13212 2005-09-29  Simon Josefsson  <jas@extundo.com>
13213
13214         * spam.el: Load hashcash when compiling, to avoid warnings.
13215         Don't autoload mail-check-payment.
13216         (spam-check-hashcash): Define unconditionally, since hashcash.el
13217         is part of Gnus now.  Ignore errors from payment checking.
13218
13219 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13220
13221         * message.el (message-bold-region, message-unbold-region):
13222         Rename from `bold-region' and `unbold-region'.
13223
13224         * message.el: Remove useless autoloads.
13225
13226 2005-09-28  Simon Josefsson  <jas@extundo.com>
13227
13228         * message.el (message-use-idna): Default to t.
13229         (message-use-idna): Test whether encoding works too.  Doc fix.
13230
13231 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13232
13233         * nntp.el (nntp-warn-about-losing-connection): Remove.
13234
13235 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13236
13237         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13238         customizable.  Change default value.
13239         (mm-uu-diff-groups-regexp): Change default value.
13240         (mm-uu-type-alist): Add doc string.
13241         (mm-uu-configure): Add doc string.  Make it interactive.
13242         (mm-uu-tex-groups-regexp): New variable.
13243         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13244         (mm-uu-type-alist): Add LaTeX documents.
13245         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13246         of "text/verbatim".
13247         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13248
13249         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13250         instead of "text/verbatim".
13251
13252         * message.el (message-mark-inserted-region)
13253         (message-mark-insert-file): Use slrn style marks when called with
13254         prefix argument.
13255
13256 2005-09-27  Simon Josefsson  <jas@extundo.com>
13257
13258         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13259
13260 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13261
13262         * message.el (message-remove-duplicates): New function.
13263         Implementation borrowed from `gnus-remove-duplicates'.
13264         (message-idna-to-ascii-rhs): Also encode idna addresses in
13265         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13266         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13267         only ask about the same idna domain once per header and also tell
13268         in what header to replace the idna domain.
13269
13270         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13271         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13272         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13273         a header is decoded and not just the last one.
13274
13275 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13276
13277         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13278         has been decoded.
13279
13280         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13281         (mm-insert-part): Don't modify text if it has been decoded.
13282
13283         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13284         decoded.
13285
13286         * mm-view.el (mm-inline-text): Don't strip text props unless
13287         decoding enriched or richtext parts.
13288
13289 2005-09-25  Romain Francoise  <romain@orebokech.com>
13290
13291         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13292         * gnus-start.el (gnus-subscribe-interactively):
13293         * gnus-uu.el (gnus-uu-grab-articles):
13294         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13295         space.
13296
13297 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13298
13299         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13300         * mm-view.el (mm-view-pkcs7-decrypt):
13301         * gnus-sum.el (gnus-summary-limit-to-extra)
13302         (gnus-summary-respool-article, gnus-read-move-group-name):
13303         * gnus-score.el (gnus-summary-increase-score):
13304         * gnus-util.el (gnus-completing-read-with-default):
13305         * gnus-art.el (gnus-read-save-file-name)
13306         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13307         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13308         * message.el (message-check-news-header-syntax):
13309         Follow convention for reading with the minibuffer.
13310
13311 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13312
13313         * spam-report.el (spam-report-url-ping-plain):
13314         Use gnus-extended-version as User-Agent.
13315
13316         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13317         default value is nil.
13318
13319         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13320         (mm-uu-verbatim-marks-extract): New function.
13321         (mm-uu-extract): New face.
13322         (mm-uu-copy-to-buffer): Use it.
13323
13324         * spam-report.el (spam-report-gmane-ham): Rename from
13325         `spam-report-gmane-unspam'.
13326         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13327         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13328
13329         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13330         Autoload.
13331         (spam-report-gmane-unregister-routine):
13332         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13333
13334 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13335
13336         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13337         (spam-report-gmane-unregister-routine): Add support for gmane
13338         unregistration.
13339
13340         * spam-report.el (spam-report-gmane-unspam)
13341         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13342         (spam-report-gmane): Change to take a single article and do unspam
13343         registration.
13344
13345 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13346
13347         * mm-url.el (mm-url-decode-entities): Fix regexp.
13348
13349 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13350
13351         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13352         default to nil, to be able to use Gnus at all.  If the default
13353         switches to something else, then the function should be fixed not
13354         be exceedingly slow.
13355
13356 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13357
13358         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13359         fail hard.
13360
13361         * spam-report.el: Add better Keywords line.
13362
13363         * spam.el: Add Maintainer and better Keywords line.
13364
13365 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13366
13367         * gnus-art.el (gnus-article-replace-part)
13368         (gnus-mime-replace-part): New functions.
13369         (gnus-mime-action-alist, gnus-mime-button-commands)
13370         (gnus-mime-save-part-and-strip): Add file argument.
13371         (gnus-article-part-wrapper): Add interactive argument.
13372
13373         * gnus-sum.el (gnus-summary-mime-map):
13374         Add `gnus-article-replace-part'.
13375
13376 2005-09-19  Didier Verna  <didier@xemacs.org>
13377
13378         The nnml compaction feature:
13379         * nnml.el (nnml-request-compact-group): New function.
13380         * nnml.el (nnml-request-compact): New function.
13381         * gnus-int.el (gnus-request-compact-group): New function.
13382         * gnus-int.el (gnus-request-compact): New function.
13383         * gnus-group.el (gnus-group-compact-group): New function.
13384         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13385         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13386         * gnus-srvr.el (gnus-server-compact-server): New function.
13387         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13388         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13389
13390 2005-09-18  Deepak Goel  <deego@gnufans.org>
13391
13392         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13393         format spec.
13394
13395 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13396
13397         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13398
13399 2005-09-15  Romain Francoise  <romain@orebokech.com>
13400
13401         * message.el (message-fill-paragraph): Clarify docstring.
13402
13403 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13404
13405         * gnus-art.el (gnus-mime-display-part): Protect against broken
13406         MIME messages.
13407
13408 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13409
13410         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13411         before parsing header.
13412
13413 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13414
13415         * html2text.el (html2text-replace-list): Add new entities.
13416
13417 2005-09-11  Romain Francoise  <romain@orebokech.com>
13418
13419         * message.el (message-alternative-emails): Improve docstring.
13420         (message-setup-1): Call `message-use-alternative-email-as-from'
13421         after `message-setup-hook' to give it precedence over posting
13422         styles, etc.
13423         (message-use-alternative-email-as-from): Add docstring.
13424         Remove the original From header if present.
13425
13426         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13427         (nnml-save-mail): Use it.
13428
13429         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13430         articles.  Add new argument `silent'.
13431         (gnus-uu-mark-all): Report the total number of marked articles.
13432
13433 2005-09-10  Romain Francoise  <romain@orebokech.com>
13434
13435         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13436         (gnus-uu-mark-series): Likewise.
13437
13438 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13439
13440         * spam-report.el (spam-report-gmane): Fix generation of spam
13441         report URL.
13442
13443 2005-09-10  Simon Josefsson  <jas@extundo.com>
13444
13445         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13446         t, based on discussion on the ding list with Robert Epprecht
13447         <epprecht@solnet.ch>.
13448
13449 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13450
13451         * spam-report.el (spam-report-gmane): Make it work without
13452         X-Report-Spam header.  Gmane now only provides Archived-At.
13453         This is only used if `spam-report-gmane-use-article-number' is nil.
13454         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13455
13456         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13457         make `gnus-summary-sort-by-recipient' work with threading.
13458
13459         * nnweb.el (nnweb-google-wash-article): Print a message if article
13460         is not available.
13461
13462 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13463
13464         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13465         change.  Decode text/* parts content before displaying.
13466
13467 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13468
13469         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13470
13471 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13472
13473         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13474
13475         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13476         url-package-name, url-package-version,
13477         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13478         w3m-display-inline-images, and w3m-minor-mode-map.
13479
13480 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13481
13482         * message.el (message-tab-body-function): Fix mismatched custom type.
13483
13484         * gnus.el (gnus-group-change-level-function): Ditto.
13485
13486         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13487
13488         * gnus-art.el (gnus-signature-limit)
13489         (gnus-article-mime-part-function): Ditto.
13490
13491 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13492
13493         * mml.el (mml-mode): Silence the byte compiler.
13494
13495         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13496         using `(sit-for 0)' before moving the point to the specified part;
13497         skip unbuttonized parts.
13498         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13499         return to the summary window if gnus-auto-select-part is non-nil.
13500
13501 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13502
13503         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13504         New variables.
13505         (mml-dnd-attach-file, mml-mode): Use them.
13506
13507         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13508         Make fetching article by MID work again for Google Groups.
13509         Add FIXME concerning gnus-group-make-web-group.
13510
13511         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13512         Don't depend on Gnus by using mail-extract-address-components if
13513         gnus-extract-address-components is not bound.
13514
13515 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13516
13517         * gnus-art.el (gnus-mime-display-security): Don't display the
13518         signature, but only the signed part.
13519
13520 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13521
13522         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13523
13524         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13525         list, not listp.
13526
13527 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13528
13529         * mm-encode.el (mm-encode-content-transfer-encoding):
13530         Likewise when encoding.
13531
13532         * mm-bodies.el (mm-decode-content-transfer-encoding):
13533         De-canonicalize CRLF for all text content types, not just
13534         text/plain.
13535
13536 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13537
13538         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13539         valid article; point arrow and cursor at the MIME button.
13540
13541 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13542
13543         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13544         Suggested by Dan Christensen <jdc@uwo.ca>.
13545
13546         * mm-decode.el (mm-save-part): Enable change of prompt.
13547
13548 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13549
13550         * gnus-msg.el (gnus-inews-add-send-actions):
13551         Make `message-post-method' lambda parameter ARG `&optional'.
13552
13553 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13554
13555         * gnus-sum.el (gnus-summary-mime-map):
13556         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13557         gnus-article-jump-to-part.
13558
13559         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13560         (gnus-article-edit-part): Use it.
13561         (gnus-article-part-wrapper): Add no-handle argument.
13562         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13563         New functions.
13564
13565 2005-08-29  Romain Francoise  <romain@orebokech.com>
13566
13567         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13568         docstring.
13569         (gnus-face-from-file): Likewise.
13570
13571 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13572
13573         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13574         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13575         non-nil.
13576         (gnus-auto-select-part): New variable.
13577         (gnus-article-jump-to-part): New function.
13578         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13579         (gnus-mime-delete-part): Allow selecting specified part after
13580         deleting or stripping parts.
13581         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13582         part if argument is bogus.
13583
13584 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13585
13586         * gnus-art.el (w3m-minor-mode-map):
13587         * gnus-spec.el (gnus-newsrc-file-version):
13588         * gnus-util.el (nnmail-active-file-coding-system)
13589         (gnus-original-article-buffer, gnus-user-agent):
13590         * gnus.el (gnus-ham-process-destinations)
13591         (gnus-parameter-ham-marks-alist)
13592         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13593         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13594         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13595         * mm-decode.el (gnus-current-window-configuration):
13596         * mm-extern.el (gnus-article-mime-handles):
13597         * mm-url.el (url-current-object, url-package-name)
13598         (url-package-version):
13599         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13600         (smime-keys, w3m-cid-retrieve-function-alist)
13601         (w3m-current-buffer, w3m-display-inline-images)
13602         (w3m-minor-mode-map):
13603         * mml-smime.el (gnus-extract-address-components):
13604         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13605         (gnus-newsrc-hashtb, message-default-charset)
13606         (message-deletable-headers, message-options)
13607         (message-posting-charset, message-required-mail-headers)
13608         (message-required-news-headers):
13609         * mml1991.el (mc-pgp-always-sign):
13610         * mml2015.el (mc-pgp-always-sign):
13611         * nnheader.el (nnmail-extra-headers):
13612         * rfc1843.el (gnus-decode-encoded-word-function)
13613         (gnus-decode-header-function, gnus-newsgroup-name):
13614         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13615
13616 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13617
13618         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13619         the end of the date treatments.
13620
13621 2005-08-15  Simon Josefsson  <jas@extundo.com>
13622
13623         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13624         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13625         Capello and Romain Francoise.
13626         (pgg-fetch-key-function): Remove, not used?
13627         (pgg-insert-url-with-w3): Require url, to get
13628         url-insert-file-contents regardless of where it is defined.
13629
13630 2005-08-13  Romain Francoise  <romain@orebokech.com>
13631
13632         * message.el (message-cite-original-1): New function.
13633         (message-cite-original): Use it.
13634         (message-cite-original-without-signature): Ditto.
13635
13636 2005-08-08  Romain Francoise  <romain@orebokech.com>
13637
13638         * message.el (message-yank-empty-prefix): New variable.
13639         (message-indent-citation): Use it.
13640         (message-cite-original-without-signature): Respect X-No-Archive.
13641
13642 2005-08-08  Simon Josefsson  <jas@extundo.com>
13643
13644         * pgg.el: Autoload url-insert-file-contents instead of loading
13645         w3/url.
13646         (pgg-insert-url-with-w3): Don't load url here.
13647
13648 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13649
13650         * message.el (message-kill-to-signature): Don't insert newline at
13651         bol.
13652         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13653
13654 2005-08-06  Romain Francoise  <romain@orebokech.com>
13655
13656         * message.el (message-user-fqdn): Fix typo in docstring.
13657
13658 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13659
13660         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13661
13662         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13663
13664 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13665
13666         * mm-bodies.el (mm-encode-body): Use coding system rather than
13667         charset to encode text.
13668
13669         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13670         number of charsets if utf-8 is available (XEmacs).
13671
13672 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13673
13674         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13675         taken from `gnus-button-mid-or-mail-regexp'.
13676         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13677         (gnus-button-alist): Improve regexp for domain part of the MIDs
13678         for news:localpart@domain buttons.
13679         (gnus-button-ctan-directory-regexp): Update.
13680
13681 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13682
13683         * sieve-manage.el (sieve-manage-interactive-login):
13684         Use make-local-variable rather than make-variable-buffer-local.
13685         (sieve-manage-open): Ditto.
13686         (sieve-manage-authenticate): Ditto.
13687
13688         * mml.el (mml-generate-mime-1): Make the content type default to
13689         text/plain if the filename is not specified.
13690
13691 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13692
13693         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13694         instead of insert-buffer.
13695
13696         * message.el (message-yank-original): Ditto; set the mark at the
13697         end of the yanked message.
13698
13699 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13700
13701         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13702         lines to scroll rather than to stop it.
13703
13704         * mml.el (mml-generate-default-type): Add doc string.
13705         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13706         default to application/octet-stream when determining the content
13707         type if it is not specified for the part or the mml contents; add
13708         a comment about mml-generate-default-type.
13709
13710 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13711
13712         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13713         make it default to application/octet-stream when determining the
13714         content type if it is not specified for the external contents.
13715
13716 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13717
13718         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13719         segmented parameter but also other parameters might be there.
13720
13721 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13722
13723         * mm-decode.el (mm-display-external): Delete temp file, directory
13724         and buffer immediately if the external process is exited.
13725
13726 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13727
13728         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13729         fewer lines than that of scroll-margin.
13730         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13731
13732 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13733
13734         * gnus-art.el (gnus-article-next-page): Revert.
13735         (gnus-article-beginning-of-window): New macro.
13736         (gnus-article-next-page-1): Use it.
13737         (gnus-article-prev-page): Ditto.
13738         (gnus-article-edit-part): Use insert-buffer-substring instead of
13739         insert-buffer.
13740         (gnus-article-edit-exit): Ditto.
13741
13742         * gnus-util.el (gnus-beginning-of-window): Remove.
13743         (gnus-end-of-window): Remove.
13744
13745         * lpath.el: Don't bind header-line-format and scroll-margin.
13746
13747 2005-07-25  Simon Josefsson  <jas@extundo.com>
13748
13749         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13750         to have the url package without w3.  Reported by Daiki Ueno
13751         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13752
13753 2005-07-20  Didier Verna  <didier@xemacs.org>
13754
13755         * gnus-diary.el: Remove the description comment (nndiary is now
13756         properly documented in the Gnus manual).
13757         Fix the spelling of "Back End".
13758         * nndiary.el: Ditto.
13759         Fix the copyright notice.
13760
13761 2005-07-18  Romain Francoise  <romain@orebokech.com>
13762
13763         * gnus-sum.el (gnus-summary-to-prefix)
13764         (gnus-summary-newsgroup-prefix): New variables.
13765         (gnus-summary-from-or-to-or-newsgroups): Use them.
13766
13767 2005-07-17  Romain Francoise  <romain@orebokech.com>
13768
13769         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13770         space as it's generally not especially interesting to the user.
13771
13772 2005-07-16  Romain Francoise  <romain@orebokech.com>
13773
13774         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13775         nil to avoid prompting and file modification if one of the
13776         messages at the top of the nnfolder file contains a copyright
13777         notice.
13778         Update copyright notice.
13779
13780         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13781         instead of `current-time-string' as the latter creates a time
13782         string that is not RFC 2822 compliant (it lacks the zone).
13783         Update copyright notice.
13784
13785 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13786
13787         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13788         for text/rtf.  Display default in prompt.  Pass default for M-n.
13789
13790         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13791
13792 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13793
13794         * gnus-msg.el (gnus-button-mailto):
13795         Remove save-selected-window-window hackery because it relies on
13796         save-selected-window internals.
13797
13798 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13799
13800         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13801         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13802         (gnus-article-prev-page): Ditto.
13803
13804         * gnus-util.el (gnus-beginning-of-window): New function.
13805         (gnus-end-of-window): New function.
13806
13807         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13808
13809 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13810
13811         * gnus-score.el (gnus-score-edit-all-score):
13812         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13813         gnus-message.
13814
13815 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13816
13817         * gnus-msg.el (gnus-button-mailto):
13818         Remove save-selected-window-window hackery because it relies on
13819         save-selected-window internals.
13820
13821 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13822
13823         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13824         add-minor-mode.
13825         (gnus-binary-mode): Ditto.
13826
13827         * gnus-topic.el (gnus-topic-mode): Ditto.
13828
13829 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13830
13831         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13832         (gnus-article-prev-page): Take scroll-margin into consideration.
13833
13834 2005-07-04  Lute Kamstra  <lute@gnu.org>
13835
13836         Update FSF's address in GPL notices.
13837
13838 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13839
13840         * gnus.el (gnus-exit):
13841         * gnus-group.el (gnus-group-icons):
13842         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13843
13844         * gnus-nocem.el (gnus-nocem):
13845         * message.el (message-various, message-buffers, message-sending)
13846         (message-interface, message-forwarding, message-insertion)
13847         (message-headers, message-news, message-mail):
13848         * pgg-gpg.el (pgg-gpg):
13849         * pgg-parse.el (pgg-parse):
13850         * pgg-pgp.el (pgg-pgp):
13851         * pgg-pgp5.el (pgg-pgp5):
13852         * pop3.el (pop3): Finish `defgroup' description with period.
13853
13854 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13855
13856         * gnus-art.el (article-display-face): Improve the efficiency.
13857         (article-display-x-face): Ditto; remove grey x-face stuff.
13858
13859 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13860
13861         * gnus-art.el (article-display-face): Correct the position in
13862         which Faces are inserted.
13863
13864 2005-06-29  Didier Verna  <didier@xemacs.org>
13865
13866         * gnus-art.el (article-display-face): Display faces in correct
13867         order.
13868
13869 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13870
13871         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13872         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13873         (gnus-nocem-check-article): Fetch the Type header.
13874         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13875         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13876         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13877         make sure gnus-nocem-hashtb is initialized.
13878         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13879         (gnus-nocem-unwanted-article-p): Ditto.
13880
13881         * pgg.el (pgg-verify): Return the verification result.
13882
13883 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13884
13885         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13886         is ascii.
13887
13888 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13889
13890         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13891         `show-nonbreak-escape'.
13892
13893 2005-06-23  Lute Kamstra  <lute@gnu.org>
13894
13895         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13896
13897         * dig.el (dig-mode):
13898         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13899
13900 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13901
13902         * nnimap.el (nnimap-split-download-body): Fix spellings.
13903
13904 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13905
13906         * gnus-art.el (gnus-article-encrypt-body):
13907         * gnus-cus.el (gnus-score-customize):
13908         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13909         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13910
13911 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13912
13913         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13914         header by looking for magic "MII" at the beginnig.
13915
13916 2005-06-16  Miles Bader  <miles@gnu.org>
13917
13918         * gnus-xmas.el (gnus-xmas-group-startup-message):
13919         Use renamed gnus-splash face.
13920
13921         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13922         (assistant-field-face): New backward-compatibility alias for renamed
13923         face.
13924         (assistant-render-text): Use renamed assistant-field face.
13925
13926         * spam.el (spam): Remove "-face" suffix from face name.
13927         (spam-face): New backward-compatibility alias for renamed face.
13928         (spam-face, spam-initialize): Use renamed spam face.
13929
13930         * message.el (message-header-to, message-header-cc)
13931         (message-header-subject, message-header-newsgroups)
13932         (message-header-other, message-header-name)
13933         (message-header-xheader, message-separator, message-cited-text)
13934         (message-mml): Remove "-face" suffix from face names.
13935         (message-header-to-face, message-header-cc-face)
13936         (message-header-subject-face, message-header-newsgroups-face)
13937         (message-header-other-face, message-header-name-face)
13938         (message-header-xheader-face, message-separator-face)
13939         (message-cited-text-face, message-mml-face):
13940         New backward-compatibility aliases for renamed faces.
13941         (message-font-lock-keywords): Use renamed message faces.
13942
13943         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13944         (sieve-test-commands, sieve-tagged-arguments):
13945         Remove "-face" suffix from face names.
13946         (sieve-control-commands-face, sieve-action-commands-face)
13947         (sieve-test-commands-face, sieve-tagged-arguments-face):
13948         New backward-compatibility aliases for renamed faces.
13949         (sieve-control-commands-face, sieve-action-commands-face)
13950         (sieve-test-commands-face, sieve-tagged-arguments-face):
13951         Use renamed sieve faces.
13952
13953         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13954         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13955         (gnus-group-news-3-empty, gnus-group-news-4)
13956         (gnus-group-news-4-empty, gnus-group-news-5)
13957         (gnus-group-news-5-empty, gnus-group-news-6)
13958         (gnus-group-news-6-empty, gnus-group-news-low)
13959         (gnus-group-news-low-empty, gnus-group-mail-1)
13960         (gnus-group-mail-1-empty, gnus-group-mail-2)
13961         (gnus-group-mail-2-empty, gnus-group-mail-3)
13962         (gnus-group-mail-3-empty, gnus-group-mail-low)
13963         (gnus-group-mail-low-empty, gnus-summary-selected)
13964         (gnus-summary-cancelled, gnus-summary-high-ticked)
13965         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13966         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13967         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13968         (gnus-summary-low-undownloaded)
13969         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13970         (gnus-summary-low-unread, gnus-summary-normal-unread)
13971         (gnus-summary-high-read, gnus-summary-low-read)
13972         (gnus-summary-normal-read, gnus-splash):
13973         Remove "-face" suffix from face names.
13974         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13975         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13976         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13977         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13978         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13979         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13980         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13981         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13982         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13983         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13984         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13985         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13986         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13987         (gnus-summary-normal-ticked-face)
13988         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13989         (gnus-summary-normal-ancient-face)
13990         (gnus-summary-high-undownloaded-face)
13991         (gnus-summary-low-undownloaded-face)
13992         (gnus-summary-normal-undownloaded-face)
13993         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13994         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13995         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13996         (gnus-splash-face):
13997         New backward-compatibility aliases for renamed faces.
13998         (gnus-group-startup-message): Use renamed gnus faces.
13999
14000         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14001         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14002         (gnus-server-agent): Remove "-face" suffix from face names.
14003         (gnus-server-agent-face, gnus-server-opened-face)
14004         (gnus-server-closed-face, gnus-server-denied-face)
14005         (gnus-server-offline-face):
14006         New backward-compatibility aliases for renamed faces.
14007         (gnus-server-agent-face, gnus-server-opened-face)
14008         (gnus-server-closed-face, gnus-server-denied-face)
14009         (gnus-server-offline-face): Use renamed gnus faces.
14010
14011         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14012         Remove "-face" suffix from face names.
14013         (gnus-picon-xbm-face, gnus-picon-face):
14014         New backward-compatibility aliases for renamed faces.
14015
14016         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14017         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14018         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14019         (gnus-cite-11): Remove "-face" suffix from face names.
14020         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14021         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14022         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14023         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14024         New backward-compatibility aliases for renamed faces.
14025         (gnus-cite-attribution-face, gnus-cite-face-list)
14026         (gnus-article-boring-faces): Use renamed gnus faces.
14027
14028         * gnus-art.el (gnus-signature, gnus-header-from)
14029         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14030         (gnus-header-content): Remove "-face" suffix from face names.
14031         (gnus-signature-face, gnus-header-from-face)
14032         (gnus-header-subject-face, gnus-header-newsgroups-face)
14033         (gnus-header-name-face, gnus-header-content-face):
14034         New backward-compatibility aliases for renamed faces.
14035         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14036
14037         * gnus-sum.el (gnus-summary-selected-face)
14038         (gnus-summary-highlight): Use renamed gnus faces.
14039         * gnus-group.el (gnus-group-highlight): Likewise.
14040
14041 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14042
14043         * gnus-sieve.el (gnus-sieve-article-add-rule):
14044         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14045         * spam-stat.el (spam-stat-buffer-change-to-spam)
14046         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14047
14048         * message.el (message-is-yours-p):
14049         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14050
14051 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14052
14053         * mm-view.el (mm-inline-text): Withdraw the last change.
14054
14055 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14056
14057         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14058         executing enriched-decode.
14059
14060 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14061
14062         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14063         charset of tar files.
14064
14065 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14066
14067         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14068
14069 2005-06-04  Lute Kamstra  <lute@gnu.org>
14070
14071         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14072         information is never recorded.
14073
14074 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14075
14076         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14077
14078 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14079
14080         * pop3.el (pop3-apop): Run md5 in the binary mode.
14081
14082         * starttls.el (starttls-set-process-query-on-exit-flag):
14083         Use eval-and-compile.
14084
14085 2005-05-31  Simon Josefsson  <jas@extundo.com>
14086
14087         * smime.el (smime-replace-in-string): Define.
14088         (smime-cert-by-ldap-1): Use it.
14089
14090 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14091
14092         * gnus-art.el (article-display-x-face): Replace
14093         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14094
14095         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14096         set-process-query-on-exit-flag or process-kill-without-query.
14097
14098         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14099         loop instead of replace-regexp.
14100
14101         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14102         instead of process-kill-without-query if it is available.
14103
14104         * lpath.el: Fbind ldap-search-entries.
14105
14106         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14107         instead of find-file-hooks if it is available.
14108
14109         * mml1991.el: Bind pgg-default-user-id when compiling.
14110
14111         * mml2015.el: Bind pgg-default-user-id when compiling.
14112
14113         * nndraft.el (nndraft-request-associate-buffer):
14114         Use write-contents-functions instead of write-contents-hooks if it is
14115         available.
14116
14117         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14118         instead of find-file-hooks if it is available.
14119
14120         * nntp.el (nntp-open-connection): Replace
14121         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14122         (nntp-open-ssl-stream): Ditto.
14123         (nntp-open-tls-stream): Ditto.
14124
14125         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14126         set-process-query-on-exit-flag or process-kill-without-query.
14127         (starttls-open-stream-gnutls): Use it instead of
14128         process-kill-without-query.
14129         (starttls-open-stream): Ditto.
14130
14131 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14132
14133         * smime.el (smime-cert-by-ldap-1): Don't use
14134         replace-regexp-in-string.
14135
14136 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14137
14138         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14139
14140         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14141         in PEM format.  Adjust to the XEmacs compability.
14142
14143 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14144
14145         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14146         by `string-to-number'.
14147         * gnus-agent.el (gnus-agent-regenerate-group)
14148         (gnus-agent-fetch-articles): Ditto.
14149         * gnus-art.el (gnus-button-fetch-group): Ditto.
14150         * gnus-cache.el (gnus-cache-generate-active)
14151         (gnus-cache-articles-in-group): Ditto.
14152         * gnus-group.el (gnus-group-set-current-level)
14153         (gnus-group-insert-group-line): Ditto.
14154         * gnus-score.el (gnus-score-set-expunge-below)
14155         (gnus-score-set-mark-below, gnus-summary-score-effect)
14156         (gnus-summary-score-entry): Ditto.
14157         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14158         (gnus-soup-pack): Ditto.
14159         * gnus-spec.el (gnus-xmas-format): Ditto.
14160         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14161         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14162         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14163         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14164         * nndb.el (nndb-get-remote-expire-response): Ditto.
14165         * nndiary.el (nndiary-parse-schedule-value)
14166         (nndiary-string-to-number, nndiary-request-replace-article)
14167         (nndiary-request-article): Ditto.
14168         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14169         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14170         * nneething.el (nneething-make-head): Ditto.
14171         * nnfolder.el (nnfolder-request-article)
14172         (nnfolder-retrieve-headers): Ditto.
14173         * nnheader.el (nnheader-file-to-number): Ditto.
14174         * nnkiboze.el (nnkiboze-request-article): Ditto.
14175         * nnmail.el (nnmail-process-unix-mail-format)
14176         (nnmail-process-babyl-mail-format): Ditto.
14177         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14178         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14179         (nnmh-request-create-group, nnmh-request-list-1)
14180         (nnmh-request-group, nnmh-request-article): Ditto.
14181         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14182         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14183         * nnsoup.el (nnsoup-make-active): Ditto.
14184         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14185         * nntp.el (nntp-find-group-and-number)
14186         (nntp-retrieve-headers-with-xover): Ditto.
14187         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14188         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14189         (pgg-format-key-identifier): Ditto.
14190         * pop3.el (pop3-last, pop3-stat): Ditto.
14191         * qp.el (quoted-printable-decode-region): Ditto.
14192
14193         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14194         of concat.
14195
14196 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14197
14198         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14199
14200         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14201
14202         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14203
14204         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14205
14206         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14207
14208         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14209
14210         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14211         (gnus-carpal-mode): Ditto.
14212
14213         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14214         (gnus-browse-mode): Ditto.
14215
14216         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14217
14218         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14219
14220 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14221
14222         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14223
14224 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14225
14226         * gnus-util.el (gnus-run-mode-hooks): New function.
14227
14228         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14229
14230         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14231         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14232
14233 2005-05-27  Lute Kamstra  <lute@gnu.org>
14234
14235         * dns-mode.el (dns-mode): Specify customization group.
14236
14237 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14238
14239         * gnus-agent.el (gnus-agent-make-mode-line-string):
14240         Use mode-line-highlight as mouse-face.
14241
14242 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14243
14244         * canlock.el (canlock): Change the parent group to news.
14245
14246         * deuglify.el (gnus-outlook-deuglify): Add :group.
14247
14248         * dig.el (dig): Add :group.
14249
14250         * dns-mode.el (dns-mode): Add :group.
14251
14252         * encrypt.el (encrypt): Add :group.
14253
14254         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14255         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14256         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14257         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14258         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14259
14260         * gnus-diary.el (gnus-diary): Add :group.
14261
14262         * gnus.el (gnus-group-news-1-face): Add :group.
14263         (gnus-group-news-1-empty-face): Ditto.
14264         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14265         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14266         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14267         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14268         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14269         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14270         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14271         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14272         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14273         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14274         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14275         (gnus-summary-high-ticked-face): Ditto.
14276         (gnus-summary-low-ticked-face): Ditto.
14277         (gnus-summary-normal-ticked-face): Ditto.
14278         (gnus-summary-high-ancient-face): Ditto.
14279         (gnus-summary-low-ancient-face): Ditto.
14280         (gnus-summary-normal-ancient-face): Ditto.
14281         (gnus-summary-high-undownloaded-face): Ditto.
14282         (gnus-summary-low-undownloaded-face): Ditto.
14283         (gnus-summary-normal-undownloaded-face): Ditto.
14284         (gnus-summary-high-unread-face): Ditto.
14285         (gnus-summary-low-unread-face): Ditto.
14286         (gnus-summary-normal-unread-face): Ditto.
14287         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14288         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14289
14290         * hashcash.el (hashcash): New custom group.
14291         (hashcash-default-payment): Add :group.
14292         (hashcash-payment-alist): Ditto.
14293         (hashcash-default-accept-payment): Ditto.
14294         (hashcash-accept-resources): Ditto.
14295         (hashcash-path): Ditto.
14296         (hashcash-extra-generate-parameters): Ditto.
14297         (hashcash-double-spend-database): Ditto.
14298         (hashcash-in-news): Ditto.
14299
14300         * message.el (message-minibuffer-local-map): Add :group.
14301
14302         * netrc.el (netrc): Add :group.
14303
14304         * sieve-manage.el (sieve-manage-log): Add :group.
14305         (sieve-manage-default-user): Diito.
14306         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14307         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14308         (sieve-manage-authenticators): Ditto.
14309         (sieve-manage-authenticator-alist): Ditto.
14310         (sieve-manage-default-port): Ditto.
14311
14312         * sieve-mode.el (sieve-control-commands-face): Add :group.
14313         (sieve-action-commands-face): Ditto.
14314         (sieve-test-commands-face): Ditto.
14315         (sieve-tagged-arguments-face): Ditto.
14316
14317         * smime.el (smime): Add :group.
14318
14319         * spam-report.el (spam-report): Add :group.
14320
14321         * spam.el (spam, spam-face): Add :group.
14322
14323 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14324
14325         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14326         return \n.\n.\n at the end of articles.  Protect against that.
14327         (nntp-with-open-group): Allow debugging.
14328
14329         * nnheader.el (mail-header-set-extra): Make into a function
14330         because I just could't understand how to quote the list properly.
14331
14332         * dns.el (query-dns-cached): New function.
14333
14334 2005-05-26  Lute Kamstra  <lute@gnu.org>
14335
14336         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14337
14338 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14339
14340         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14341
14342         * gnus-art.el: Don't autoload mail-extract-address-components.
14343
14344         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14345         eval-and-compile to evaluate it.
14346
14347         * hashcash.el: Don't autoload executable-find.
14348
14349         * nndb.el: Don't declare the nndb back end two or more times; don't
14350         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14351
14352         * nntp.el: Autoload format-spec instead of format; use
14353         eval-and-compile to evaluate autoload forms.
14354
14355 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14356
14357         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14358
14359 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14360
14361         * gnus.el (gnus-version-number): Bump version.
14362
14363 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14364
14365         * gnus.el: No Gnus v0.3 is released.
14366
14367 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14368
14369         * lpath.el (featurep): Bind show-nonbreak-escape.
14370
14371 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14372
14373         * gnus-art.el (gnus-article-edit-part): Disable undo.
14374
14375 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14376
14377         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14378         gnus-article-date-lapsed-new-header is t if date timer is active;
14379         skip headers in which the original date value is empty.
14380         (gnus-article-save-original-date): Redefine it as a macro.
14381         (gnus-display-mime): Use it.
14382
14383 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14384
14385         * gnus-art.el (article-date-ut): Support converting date in
14386         forwarded parts as well.
14387         (gnus-article-save-original-date): New function.
14388         (gnus-display-mime): Use it.
14389
14390 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14391
14392         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14393         enclosure element of <item>.
14394
14395 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14396
14397         * message.el (message-kill-buffer-query): Rename from
14398         `message-kill-buffer-query-if-modified'.  Add :version.
14399
14400 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14401
14402         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14403         window layout.
14404
14405 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14406
14407         * mml.el: Autoload dnd when compiling.
14408
14409 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14410
14411         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14412         x-dnd-*.
14413
14414 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14415
14416         * qp.el (quoted-printable-encode-region): Save excursion.
14417
14418 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14419
14420         * message.el (message-kill-buffer-query-if-modified): Add new variable
14421         so the user can kill a modified message buffer quickly.
14422         (message-kill-buffer): Use it.
14423
14424 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14425
14426         * lpath.el: Fbind display-time-event-handler; don't fbind
14427         string-to-multibyte.
14428
14429         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14430
14431 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14432
14433         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14434         contained in text because xml.el decodes entities) with LFs.
14435
14436 2005-04-11  Lute Kamstra  <lute@gnu.org>
14437
14438         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14439         differently.
14440
14441 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14442
14443         * mm-util.el (mm-detect-coding-region): Typo.
14444
14445 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14446
14447         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14448
14449 2005-04-06  Deepak Goel  <deego@gnufans.org>
14450
14451         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14452         user-function allow user modifications of the scores.
14453         (spam-stat-score-buffer-user): New function, to allow
14454         user-computed modifications to the score.
14455         (spam-stat-score-buffer-user-functions): List of additional
14456         scoring functions.
14457         (spam-stat-error-holder): Global temporary error holder.
14458         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14459         variable.
14460
14461 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14462
14463         * gnus-registry.el (gnus-registry-clean-empty-function)
14464         (gnus-registry-trim, gnus-registry-fetch-groups)
14465         (gnus-registry-delete-group): Groups that match
14466         `gnus-registry-ignored-groups' are removed from the registry
14467         entries, not just ignored for splitting.  This helps clean up the
14468         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14469         to get all the groups a message ID is in.
14470
14471         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14472         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14473         (spam-stat-score-buffer-user-functions): Add :number custom type.
14474
14475 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14476
14477         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14478         argument in XEmacs.
14479
14480         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14481         (nnrss-request-group): Decode group name first.
14482         (nnrss-request-article): Make a text/plain article if mml-to-mime
14483         failed.
14484         (nnrss-get-encoding): Return a compatible encoding according to
14485         nnrss-compatible-encoding-alist.
14486         (nnrss-find-el): Use consp instead of listp.
14487         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14488
14489 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14490
14491         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14492         which Emacs 20 doesn't support.
14493         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14494
14495 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14496
14497         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14498         silence the byte compiler inside the defun.
14499
14500         * gnus-demon.el (parse-time-string): Add autoload.
14501
14502         * gnus-delay.el (parse-time-string): Add autoload.
14503
14504         * gnus-art.el (parse-time-string): Add autoload.
14505
14506         * nnultimate.el (parse-time): Require for `parse-time-string'.
14507
14508 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14509
14510         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14511
14512         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14513
14514         * smime.el (smime-ldap-host-list): Add :version.
14515
14516 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14517
14518         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14519         pass it to `gnus-browse-read-group'.
14520         (gnus-browse-read-group): Add NUMBER argument and pass it to
14521         `gnus-group-read-ephemeral-group'.
14522
14523         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14524         argument and pass it to `gnus-group-read-group'.
14525
14526 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14527
14528         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14529         mm-xemacs-find-mime-charset-1 if we have the mule feature
14530         available at runtime.
14531
14532 2005-03-25  Werner Lemberg  <wl@gnu.org>
14533
14534         * nnmaildir.el: Replace `illegal' with `invalid'.
14535
14536 2005-03-23  Lute Kamstra  <lute@gnu.org>
14537
14538         * time-date.el: Add comment on time value formats.
14539         Don't require parse-time.
14540         (with-decoded-time-value): New macro.
14541         (encode-time-value): New function.
14542         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14543         (days-to-time): Return a valid time value when arg is huge.
14544         (time-since): Use time-subtract.
14545         (time-to-number-of-days): Use time-to-seconds.
14546
14547 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14548
14549         * gnus-start.el (gnus-display-time-event-handler):
14550         Check display-time-timer at runtime rather than only at load time
14551         in case display-time-mode is turned off in the mean time.
14552
14553 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14554
14555         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14556         used.
14557
14558         * nneething.el (nneething-map-file-directory): Derive from
14559         `gnus-directory'.
14560
14561         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14562         the To/Cc button.
14563
14564 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14565
14566         * nnmaildir.el (nnmaildir-request-accept-article):
14567         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14568
14569 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14570
14571         * gnus-async.el: Require timer-funcs at compile time when in
14572         XEmacs for `run-with-idle-timer'.
14573
14574 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14575
14576         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14577         autoloaded function.
14578
14579 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14580
14581         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14582
14583 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14584
14585         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14586
14587 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14588
14589         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14590         Add gnus-expert-user to default.
14591
14592 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14593
14594         * nnimap.el (nnimap-open-server): Ditto.
14595
14596         * imap.el (imap-authenticate): Fix typo.
14597
14598 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14599
14600         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14601         buffer (since IMAP server might return FETCH response out of
14602         order, and the nntp buffer must be sorted).
14603
14604 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14605
14606         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14607         comparison on string.
14608
14609         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14610         (gnus-agent-score): Rename category keywords to match gnus-cus.
14611         (gnus-agent-summary-fetch-series): Modify to protect against
14612         gnus-agent-summary-fetch-group clearing processable flags.
14613         (gnus-agent-synchronize-group-flags): Update live group buffer as
14614         synchronization may occur due to the user toggle the plugged
14615         status.
14616         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14617         successfully downloaded.
14618         (gnus-agent-expire-group-1): Avoid using markers when the overview
14619         is in ascending order; greatly improves performance.
14620         (gnus-agent-regenerate-group):
14621         Use gnus-agent-synchronize-group-flags to reset read status in both
14622         gnus and server.
14623         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14624
14625 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14626
14627         * message.el: Don't autoload former message-utils variables.
14628         (message-strip-subject-trailing-was): Change doc string.
14629
14630         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14631         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14632         (nnweb-google-search): Add "hl=en" here.
14633         (nnweb-google-parse-1, nnweb-google-create-mapping):
14634         Don't hardcode URL.
14635
14636 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14637
14638         * message.el (message-get-reply-headers, message-followup):
14639         Mention related variables `message-use-followup-to' and
14640         `message-use-mail-followup-to', in the information buffer.
14641
14642         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14643         of broken groups(-beta).google.com.
14644
14645 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14646
14647         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14648         parameter to invoked gnus-request-move-article; remove the
14649         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14650         all at once instead of once per article.
14651         (gnus-summary-remove-process-mark): Accept a list of articles as
14652         well as a single article for processing.
14653
14654         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14655         parameter.
14656
14657         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14658
14659         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14660
14661         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14662         parameter.
14663
14664         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14665         parameter.
14666
14667         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14668         parameter and remove the gnus-sum-hint-move-is-internal variable.
14669
14670         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14671         parameter.
14672
14673         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14674         parameter.
14675
14676         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14677         parameter.
14678
14679         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14680
14681         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14682         parameter.
14683
14684         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14685         parameter.
14686
14687 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14688
14689         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14690         a more conservative way.
14691
14692 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14693
14694         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14695         buffer, so it moves the window's cursor.
14696
14697 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14698
14699         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14700         `mm-dissect-multipart' and receive the from field as an (optional)
14701         argument from `mm-dissect-multipart'.
14702         (mm-dissect-multipart): Receive the from field as an argument and
14703         pass it on when we call `mm-dissect-buffer' on MIME parts.
14704         Fixes verification/decryption of signed/encrypted MIME parts.
14705
14706 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14707
14708         * gnus-sum.el (gnus-summary-move-article):
14709         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14710         whatever it calls (right now, only nnimap-request-move article
14711         respects it).
14712
14713         * nnimap.el (nnimap-request-move-article):
14714         When gnus-sum-hint-move-is-internal is set, don't do the extra
14715         nnimap-request-article.
14716
14717 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14718
14719         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14720
14721         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14722         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14723
14724         * gnus-sum.el (gnus-summary-caesar-message):
14725         Apply `gnus-treat-article' after rotation.
14726
14727         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14728         doc string.
14729
14730 2005-02-22  Simon Josefsson  <jas@extundo.com>
14731
14732         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14733         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14734         <arne@arnested.dk>.
14735         (encrypt): Add password-cache and password-cache-expiry as group
14736         members.
14737
14738 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14739
14740         * smime.el (smime-ldap-host-list): Doc fix.
14741         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14742         cache) password.
14743         (smime-sign-region): Use it.
14744         (smime-decrypt-region): Use it.
14745         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14746         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14747         fails.
14748         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14749         certificate from DER to PEM format rather than calling openssl.
14750
14751         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14752
14753         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14754         for signing/encryption.
14755
14756         * mml.el (mml-parse-1): Use them.
14757
14758 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14759
14760         * nnrss.el (nnrss-verbose): Remove.
14761         (nnrss-request-group): Use `nnheader-message' instead.
14762
14763 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14764
14765         * nnrss.el (nnrss-verbose): New variable.
14766         (nnrss-request-group): Make it say nnrss is requesting a group.
14767
14768 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14769
14770         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14771         Handle news URL with given port correctly.
14772
14773 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14774
14775         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14776         containing special characters.
14777
14778         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14779
14780         * mml.el (mime-to-mml): Ditto.
14781
14782         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14783         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14784         (rfc2047-decode-region): Quote decoded words containing special
14785         characters when rfc2047-quote-decoded-words-containing-tspecials
14786         is non-nil.
14787
14788 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14789
14790         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14791
14792         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14793
14794 2005-02-15  Simon Josefsson  <jas@extundo.com>
14795
14796         * nnimap.el (nnimap-debug): Doc fix.
14797
14798         * imap.el (imap-debug): Doc fix.
14799
14800 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14801
14802         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14803
14804 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14805
14806         * gnus.el (spam-contents): Improve docs for spam-contents
14807         parameter in its variable incarnation.
14808
14809 2005-02-14  Simon Josefsson  <jas@extundo.com>
14810
14811         * smime-ldap.el: Use require instead of load-library for ldap.
14812         (smime-ldap-search): Indent.
14813         (smime-ldap-search-internal): Shorten line.
14814
14815         * smime.el (smime-cert-by-dns): Add doc-string.
14816         (smime-cert-by-ldap-1): Indent.
14817
14818         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14819         mml-smime-get-dns-ldap.
14820         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14821
14822 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14823
14824         * smime.el: Require smime-ldap.
14825         (smime-ldap-host-list): New variable.
14826         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14827
14828         * mml-smime.el (mml-smime-encrypt-query): New function.
14829         (mml-smime-encrypt-query): Use it.
14830
14831         * smime-ldap.el: New file.
14832
14833 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14834
14835         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14836
14837 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14838
14839         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14840         argument in doc string.  Make query for type more clear.
14841
14842 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14843
14844         * gnus.el (gnus-group-startup-message): Search for gnus images in
14845         etc/images/gnus.
14846         * mm-util.el (mm-image-load-path): Likewise.
14847         * smiley.el (smiley-data-directory): Search for smilies in
14848         etc/images/smilies.
14849
14850 2005-02-09  Kim F. Storm  <storm@cua.dk>
14851
14852         Change Emacs release version from 21.4 to 22.1 throughout.
14853         Change Emacs development version from 21.3.50 to 22.0.50.
14854
14855 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14856
14857         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14858
14859         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14860         non-Mule XEmacs as well.
14861         (mm-decompress-buffer): Signal an error intentionally if it does
14862         not decompress compressed data because auto-compression-mode is
14863         disabled.
14864
14865 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14866
14867         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14868         an ID in the registry even if it has no groups.
14869
14870 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14871
14872         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14873         merge it into mm-decompress-buffer.
14874         (gnus-mime-copy-part): Use the MIME part charset, the value which
14875         a user specified or gnus-newsgroup-charset for decoding, like
14876         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14877         save-buffer what was used.  Suggested by Kevin Ryde
14878         <user42@zip.com.au>.
14879         (gnus-mime-inline-part): Allow the name parameter as well as the
14880         filename parameter; force decompressing of compressed data; always
14881         display contents being not decoded as unibyte.
14882
14883         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14884         as well as the filename parameter.
14885
14886         * mm-util.el (mm-decompress-buffer):
14887         Merge gnus-mime-jka-compr-maybe-uncompress.
14888         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14889         of compressed data.
14890
14891 2005-02-08  Simon Josefsson  <jas@extundo.com>
14892
14893         * imap.el (imap-log): Doc fix.
14894
14895 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14896
14897         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14898         the coding cookies; decompress compressed parts.
14899
14900         * mml.el (mml-generate-mime-1): Add the charset parameter according
14901         to the value which a user specified manually or the coding cookie.
14902
14903         * mm-util.el (mm-string-to-multibyte): New function.
14904         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14905         (mm-coding-system-to-mime-charset): New function.
14906         (mm-decompress-buffer): New function.
14907         (mm-find-buffer-file-coding-system): New function.
14908
14909         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14910         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14911         parts.
14912
14913 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14914
14915         * mm-view.el (mm-display-inline-fontify): Decode a part according
14916         to the charset parameter.
14917
14918 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14919
14920         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14921         prefix arg is neither nil nor a number, as info specifies.
14922
14923 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14924
14925         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14926         timestamps.
14927
14928 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14929
14930         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14931         groups error checking and notify user.
14932
14933 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14934
14935         * message.el (message-send-mail-function): Check existence of
14936         sendmail-program first before using default value
14937         `message-send-mail-with-sendmail'.  Otherwise use more generic
14938         `smtpmail-send-it'.
14939
14940 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14941
14942         * nntp.el (nntp-request-update-info): Always return nil.
14943
14944 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14945
14946         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14947
14948 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14949
14950         * message.el (message-beginning-of-line): Change the behavior when
14951         invoked between BOL and : so that it first moves backward.
14952
14953 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14954
14955         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14956         article buffer when editing of the article is discarded.
14957         (gnus-article-prepare): Revert.
14958
14959 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14960
14961         * gnus-art.el (gnus-article-prepare):
14962         Remove message-strip-forbidden-properties from the local hook.
14963
14964 2005-01-27  Simon Josefsson  <jas@extundo.com>
14965
14966         * password.el (password-cache-add): Only start one timer per key.
14967         Reported by Derek Atkins <warlord@MIT.EDU>.
14968
14969 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14970
14971         * run-at-time.el: Remove.  It is no longer needed as
14972         timer-funcs.el in the xemacs-base package has a working version of
14973         `run-at-time'.
14974
14975         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14976
14977         * password.el: Require timer-funcs instead of run-at-time in
14978         XEmacs.
14979         Remove `password-run-at-time' macro.
14980         (password-cache-add): Use `run-at-time' instead of
14981         `password-run-at-time'.
14982
14983         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14984         Remove `nnheader-cancel-function-timers' alias,
14985         `cancel-function-timers' exists in XEmacs in timer-funcs.
14986
14987         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14988         for `run-with-idle-timer'.
14989
14990         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14991         for `run-at-time'.
14992
14993         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14994         for `with-timeout'.
14995
14996         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14997         the same as for XEmacs 21.4.
14998         No need to ignore `run-with-idle-timer', this function exists in
14999         XEmacs now in timer-funcs.el in the xemacs-base package.
15000         (dgnushack-compile): No need to delete
15001         run-at-time.el from the list of files to compile because it
15002         doesn't exist anymore.
15003
15004 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15005
15006         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15007         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15008
15009 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15010
15011         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15012         sensitively.
15013
15014 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15015
15016         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15017
15018 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15019
15020         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15021         which will be inserted according to the multibyteness of a buffer
15022         rather than the type of contents.  Suggested by ARISAWA Akihiro
15023         <ari@mbf.ocn.ne.jp>.
15024
15025         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15026         of string which old xml.el may return rather than a string.
15027
15028 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15029
15030         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15031
15032 2005-01-16  Simon Josefsson  <jas@extundo.com>
15033
15034         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15035         idn/idna.el isn't available.
15036         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15037         <michael@waxrat.com>.
15038
15039         * hashcash.el: Remove non-FSF copyright header.
15040
15041         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15042         (hashcash-generate-payment): Use it.
15043         (hashcash-generate-payment-async): Use it.
15044
15045 2005-01-15  Simon Josefsson  <jas@extundo.com>
15046
15047         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15048         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15049
15050         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15051         gnus-summary-idna-message.
15052         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15053         (gnus-summary-idna-message): New function.
15054
15055 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15056
15057         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15058         gnus-novice-user.
15059
15060 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15061
15062         * nnrss.el (nnrss-request-delete-group): Delete entries in
15063         nnrss-group-alist as well.
15064         (nnrss-save-server-data): Insert newline.
15065
15066 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15067
15068         * gnus.el (gnus-user-agent): Use list of symbols instead of
15069         symbols.  Display full version number for (S)XEmacs.
15070         Optionally display (S)XEmacs codename.
15071
15072         * gnus-util.el (gnus-emacs-version): Update for new
15073         `gnus-user-agent'.
15074
15075         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15076         Gnus version.
15077
15078 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15079
15080         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15081         which is unreadable in some setups.
15082
15083 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15084
15085         * gnus-spec.el (gnus-update-format-specifications): Flush the
15086         group format spec cache if it doesn't support decoded group names.
15087
15088 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15089
15090         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15091         Allow to apply decay on score files matching a regexp.
15092
15093 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15094
15095         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15096         compatibility in %g and %c.
15097
15098 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15099
15100         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15101         name for only %g and %c.
15102         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15103         of gnus-tmp-group to decoded group name.
15104         (gnus-group-make-rss-group): Exclude `/'s from group names.
15105
15106 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15107
15108         * nnrss.el (nnrss-get-encoding): Fix regexp.
15109
15110 2004-12-27  Simon Josefsson  <jas@extundo.com>
15111
15112         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15113         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15114         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15115
15116 2004-12-17  Kim F. Storm  <storm@cua.dk>
15117
15118         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15119
15120         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15121
15122 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15123
15124         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15125
15126 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15127
15128         * nnrss.el: Require rfc2047 and mml.
15129         (nnrss-file-coding-system): New variable.
15130         (nnrss-format-string): Redefine it as an inline function.
15131         (nnrss-decode-group-name): New function.
15132         (nnrss-string-as-multibyte): Remove.
15133         (nnrss-retrieve-headers): Decode group name; don't use
15134         nnrss-format-string.
15135         (nnrss-request-group): Decode group name.
15136         (nnrss-request-article): Decode group name; allow a Message-ID as
15137         well as an article number; don't use nnrss-format-string; encode a
15138         Message-ID string which may contain non-ASCII characters; use
15139         mml-to-mime to compose a MIME article.
15140         (nnrss-request-expire-articles): Decode group name.
15141         (nnrss-request-delete-group): Decode group name.
15142         (nnrss-fetch): Clarify error message.
15143         (nnrss-read-server-data): Use insert-file-contents instead of load;
15144         bind file-name-coding-system; use multibyte buffer.
15145         (nnrss-save-server-data): Bind coding-system-for-write to the
15146         value of nnrss-file-coding-system; bind file-name-coding-system;
15147         add coding cookie.
15148         (nnrss-read-group-data): Use insert-file-contents instead of load;
15149         bind file-name-coding-system; use multibyte buffer.
15150         (nnrss-save-group-data): Bind coding-system-for-write to the
15151         value of nnrss-file-coding-system; bind file-name-coding-system.
15152         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15153         make it work with non-ASCII text.
15154         (nnrss-find-el): Make it work with old xml.el as well.
15155
15156 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15157
15158         * nnrss.el (nnrss-get-encoding): New function.
15159         (nnrss-fetch): Use unibyte buffer initially; bind
15160         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15161         decode contents according to the encoding attribute.
15162         (nnrss-save-group-data): Add coding cookie.
15163         (nnrss-mime-encode-string): New function.
15164         (nnrss-check-group): Use it to encode subject and author.
15165
15166 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15167
15168         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15169         imaginary variable.
15170
15171 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15172
15173         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15174         correctly even if there are wide characters.
15175
15176 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15177
15178         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15179         downcased symbol names; make a new cache instead of reusing
15180         bbdb-hashtable.
15181
15182 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15183
15184         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15185         concatenating segments rather than before concatenating them.
15186         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15187
15188         * message.el (message-get-reply-headers): Bind `extra'.
15189
15190 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15191
15192         * message.el (message-extra-wide-headers): New variable.
15193         (message-get-reply-headers): Use it.
15194
15195 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15196
15197         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15198         (gnus-agent-group-pathname): Ditto.
15199
15200         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15201
15202         * gnus-group.el (gnus-group-make-group): Decode group name.
15203         (gnus-group-make-rss-group): Register the group data after opening
15204         the nnrss group.
15205
15206 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15207
15208         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15209         by expiry now get marked as read.
15210
15211 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15212
15213         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15214
15215 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15216
15217         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15218         unify Latin characters in XEmacs.
15219         (mm-find-mime-charset-region): Use it.
15220
15221 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15222
15223         * gnus-util.el (gnus-delete-directory): New function.
15224
15225         * gnus-agent.el (gnus-agent-delete-group): Use it.
15226
15227         * gnus-cache.el (gnus-cache-delete-group): Use it.
15228
15229 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15230
15231         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15232         names.
15233
15234 2004-12-16  Simon Josefsson  <jas@extundo.com>
15235
15236         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15237
15238 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15239
15240         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15241
15242         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15243         (gnus-group-set-current-level): Decode group name.
15244
15245 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15246
15247         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15248         failed.
15249
15250 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15251
15252         * gnus-group.el (gnus-group-delete-group): Decode group name.
15253         (gnus-group-make-rss-group): Encode group name.
15254         (gnus-group-catchup-current): Decode group name.
15255         (gnus-group-kill-group): Decode group name.
15256
15257 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15258
15259         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15260
15261 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15262
15263         * gnus-group.el (gnus-group-make-rss-group):
15264         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15265
15266         * gnus-start.el (gnus-setup-news): Honor user's setting to
15267         gnus-message-archive-method.  Suggested by Lute Kamstra
15268         <lute@gnu.org>.
15269
15270 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15271
15272         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15273         global counterparts of the buffer-local variables.
15274
15275 2004-11-16  Romain Francoise  <romain@orebokech.com>
15276
15277         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15278         counterparts of the buffer-local variables.
15279
15280 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15281
15282         * message.el (message-forbidden-properties): Fix typo in doc
15283         string.
15284
15285 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15286
15287         * gnus-util.el (gnus-replace-in-string): Add doc string.
15288
15289         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15290         to avoid problems when splitting mails with many recipients.
15291
15292 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15293
15294         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15295         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15296
15297 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15298
15299         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15300         if there is no hashtable in memory or file modification time is
15301         newer than cached timestamp.
15302
15303 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15304
15305         * gnus-sum.el (gnus-summary-limit-to-recipient):
15306         Implement not-matching option.
15307
15308 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15309
15310         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15311         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15312         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15313         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15314         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15315         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15316
15317 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15318
15319         * message.el (message-forward-make-body-mml): Remove headers
15320         according to message-forward-ignored-headers if a message is decoded.
15321
15322 2004-12-02  Romain Francoise  <romain@orebokech.com>
15323
15324         * message.el (message-forward-make-body-plain): Always remove
15325         headers according to message-forward-ignored-headers.
15326
15327 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15328
15329         * spam.el (spam-summary-prepare-exit): Remove the
15330         gnus-summary-limit pop for now, it has problems with ham marks for
15331         me.
15332
15333 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15334
15335         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15336         correctly.
15337
15338 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15339
15340         * format-spec.el (format-spec): Message the char.
15341
15342 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15343
15344         * gnus-art.el (gnus-split-methods): Reformat comments.
15345
15346         * spam.el (spam-summary-prepare-exit): Remove article limits
15347         before exiting the summary buffer.
15348
15349 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15350
15351         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15352         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15353
15354         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15355         order to silence the byte compiler.
15356
15357         * spam.el: Fix the way to silence the byte compiler, which
15358         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15359         bbdb-search-simple, spam-BBDB-register-routine,
15360         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15361         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15362         spam-stat-buffer-is-spam, spam-stat-load,
15363         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15364         spam-stat-save and spam-stat-split-fancy.
15365
15366 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15367
15368         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15369         which may confuse users.
15370         (canlock-password-for-verify): Ditto.
15371
15372         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15373
15374         * gnus-art.el (gnus-emphasis-alist): Ditto.
15375
15376         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15377
15378         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15379
15380         * gnus-start.el (gnus-save-killed-list): Ditto.
15381
15382         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15383         (gnus-sum-thread-tree-root): Ditto.
15384         (gnus-sum-thread-tree-false-root): Ditto.
15385         (gnus-sum-thread-tree-single-indent): Ditto.
15386
15387         * message.el (message-courtesy-message): Ditto.
15388         (message-archive-note): Ditto.
15389         (message-subscribed-address-file): Ditto.
15390         (message-user-fqdn): Ditto.
15391
15392         * spam-report.el (spam-report-gmane-regex): Ditto.
15393
15394         * spam.el (spam-blackhole-good-server-regex): Ditto.
15395
15396 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15397
15398         * mml.el (mml-preview): Widen the message buffer before copying
15399         the contents to the preview buffer; sort headers before previewing.
15400
15401         * message.el (message-hidden-headers): Fix the way to avoid a bug
15402         in the `repeat' widget in Emacs 21.3 or earlier.
15403
15404 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15405
15406         * message.el (message-hidden-headers): Default to "^References:".
15407         Improve customization type.  Suggested by Reiner Steib
15408         <Reiner.Steib@gmx.de>.
15409
15410 2004-11-25  Romain Francoise  <romain@orebokech.com>
15411
15412         * message.el (message-strip-forbidden-properties): Remove check for
15413         obsolete `message-hidden' text property, hidden headers are not
15414         accessible in the buffer anymore.
15415
15416 2004-11-22  Romain Francoise  <romain@orebokech.com>
15417
15418         * message.el (message-header-format-alist): Add `From' in list
15419         so that it can be sorted.
15420         (message-fix-before-sending): Widen and sort headers before
15421         sending.
15422         (message-hide-headers): Use narrowing to hide headers by moving
15423         them to the top of the buffer and narrowing to the region
15424         underneath.
15425
15426 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15427
15428         * message.el (message-strip-forbidden-properties):
15429         Bind buffer-read-only (etc) to nil.
15430
15431 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15432
15433         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15434         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15435
15436 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15437
15438         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15439
15440 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15441
15442         * dns.el (query-dns): Use sit-for to time instead of
15443         accept-process-output, since that doesn't seem to work on udp
15444         sockets.
15445
15446 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15447
15448         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15449
15450 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15451
15452         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15453         doc string.  Improve doc string.
15454
15455 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15456
15457         * nntp.el (nntp-request-update-info): Return nil if
15458         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15459         may not call gnus-activate-group which uselessly issues the GROUP
15460         commands for all nntp groups and wastes time.  Reported by Romain
15461         Francoise <romain@orebokech.com>.
15462
15463         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15464
15465 2004-11-15  Simon Josefsson  <jas@extundo.com>
15466
15467         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15468         headers separately.
15469         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15470         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15471
15472 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15473
15474         * gnus-start.el (gnus-convert-old-newsrc):
15475         Assign legacy-gnus-agent to 5.10.7.
15476
15477 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15478
15479         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15480         start of the lines.
15481
15482 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15483
15484         * hashcash.el (hashcash-default-payment): Change default to 20.
15485         (hashcash-default-accept-payment): Change default to 20.
15486         (hashcash-process-alist): New variable.
15487         (hashcash-generate-payment-async): Add.
15488         (hashcash-already-paid-p): Add.
15489         (hashcash-insert-payment): Don't generate payments twice.
15490         (hashcash-insert-payment-async): Add.
15491         (hashcash-insert-payment-async-2): Add.
15492         (hashcash-cancel-async): Add.
15493         (hashcash-wait-async): Add.
15494         (hashcash-processes-running-p): Add.
15495         (hashcash-wait-or-cancel): Add.
15496         (mail-add-payment): New optional argument.  Conditionally start
15497         asynchronous calculation.
15498         (mail-add-payment-async): Add.
15499
15500         * message.el (message-send-mail): Wait for asynchronous hashcash
15501         results.  Don't clobber existing X-Hashcash headers.
15502         (message-setup-1): Call mail-add-payment-async when
15503         message-generate-hashcash is non-nil.
15504
15505 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15506
15507         * message.el (message-use-alternative-email-as-from): Examine the
15508         From header as well; use message-make-from in order to include a
15509         user's full name.
15510
15511 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15512
15513         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15514         default; improve customization type.
15515         (gnus-emphasis-custom-with-format): New macro.
15516         (gnus-emphasis-custom-value-to-external): New function.
15517         (gnus-emphasis-custom-value-to-internal): New function.
15518
15519 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15520
15521         * dns.el (query-dns): Resolve reverse addresses.
15522
15523 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15524
15525         * gnus-group.el (gnus-group-get-new-news): Use it.
15526
15527         * gnus-start.el (gnus-check-reasonable-setup): New function.
15528
15529 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15530
15531         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15532         "Args out of range" error.  Reported by Arnaud Giersch
15533         <arnaud.giersch@free.fr>.
15534
15535 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15536
15537         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15538
15539 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15540
15541         * spam.el (spam group): Add :version.
15542
15543         * pgg-def.el (pgg group): Add :version.
15544
15545 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15546
15547         * gnus-art.el (gnus-article-edit-article): Don't associate the
15548         article buffer with a draft file.  This is a temporary measure
15549         against the 2004-08-22 change to gnus-article-edit-mode.
15550
15551 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15552
15553         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15554         (html2text-format-tags): Remove unused variable `attr'.
15555
15556 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15557
15558         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15559
15560         * tls.el (tls-process-connection-type, tls-success)
15561         (tls-certtool-program): Add :version.
15562
15563         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15564         (starttls-extra-arguments, starttls-process-connection-type)
15565         (starttls-connect, starttls-failure, starttls-success): Add :version.
15566
15567         * spam-stat.el (spam-stat): Add :version.
15568
15569         * sieve.el (sieve): Add :version.
15570
15571         * sha1.el (sha1): Add :version.
15572         (sha1-use-external): Remove redundant version.
15573
15574         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15575         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15576         (nnmail-split-fancy-match-partial-words)
15577         (nnmail-split-lowercase-expanded): Add :version.
15578
15579         * nndiary.el (nndiary): Add :version.
15580
15581         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15582
15583         * mml-sec.el (mml-default-sign-method)
15584         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15585         Add :version.
15586
15587         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15588
15589         * mm-url.el (mm-url-use-external, mm-url-program)
15590         (mm-url-arguments): Add :version.
15591
15592         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15593         (mm-attachment-file-modes, mm-decrypt-option)
15594         (mm-w3m-safe-url-regexp): Add :version.
15595
15596         * message.el (message-cite-prefix-regexp)
15597         (message-sendmail-envelope-from, message-minibuffer-local-map)
15598         (message-user-fqdn, message-completion-alist): Add :version.
15599
15600         * gnus-win.el (gnus-configure-windows-hook)
15601         (gnus-use-frames-on-any-display): Add :version.
15602
15603         * gnus-art.el (gnus-article-address-banner-alist)
15604         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15605         (gnus-treat-from-picon, gnus-treat-mail-picon)
15606         (gnus-treat-x-pgp-sig): Add :version.
15607
15608         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15609         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15610         (gnus-summary-article-delete-hook)
15611         (gnus-summary-display-while-building): Add :version.
15612
15613         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15614         (gnus-get-top-new-news-hook): Add :version.
15615
15616         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15617         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15618
15619         * gnus-registry.el (gnus-registry): Add :version.
15620
15621         * gnus-spec.el (gnus-use-correct-string-widths)
15622         (gnus-make-format-preserve-properties): Add :version.
15623
15624         * gnus.el (gnus-group-charter-alist)
15625         (gnus-group-fetch-control-use-browse-url)
15626         (gnus-install-group-spam-parameters): Add :version.
15627
15628         * gnus-diary.el (gnus-diary): Add :version.
15629
15630         * gnus-delay.el (gnus-delay): Add :version.
15631
15632         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15633         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15634         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15635         Add :version.
15636
15637         * gnus-agent.el (gnus-agent-max-fetch-size)
15638         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15639         (gnus-agent-prompt-send-queue): Add :version.
15640
15641         * deuglify.el (gnus-outlook-deuglify): Add :version.
15642
15643         * html2text.el: Beautify code.  Improve doc strings.
15644         Some checkdoc cleanup.
15645         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15646
15647 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15648
15649         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15650
15651 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15652
15653         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15654         when package is loaded.
15655
15656         * spam.el (spam-summary-score-preferred-header): Add global preference
15657         for people who want to override the default SpamAssassin over
15658         Bogofilter preference (when both are set).
15659         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15660         (spam-user-format-function-S):
15661         Check spam-summary-score-preferred-header.
15662         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15663         (spam-user-format-function-S): Format the score correctly.
15664
15665 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15666
15667         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15668         signature file.  Suggested by Manoj Srivastava
15669         <srivasta@golden-gryphon.com>.
15670
15671         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15672         iso-2022-jp even in the Japanese language environment.
15673         Suggested by Jason Rumney <jasonr@gnu.org>.
15674
15675 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15676
15677         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15678         use the same characters as the dummy marks; make it free from
15679         getting affected by the language environment.
15680         (gnus-summary-read-group-1): Update mark positions only when the
15681         format spec is updated.
15682
15683         * gnus-spec.el (gnus-update-format-specifications): Return a list
15684         of updated types.
15685
15686 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15687
15688         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15689         of boundp to check if display-warning is available.
15690
15691 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15692
15693         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15694
15695 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15696
15697         * nnspool.el (nnspool-spool-directory): Use news-path if the
15698         news-directory variable is not bound.
15699
15700         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15701         function instead of display-warning if it is not available.
15702
15703 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15704
15705         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15706         v5-10: Use `point-at-bol'.
15707
15708 2004-10-26  Simon Josefsson  <jas@extundo.com>
15709
15710         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15711         <chenggao@gmail.com>.
15712
15713 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15714
15715         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15716         instead.
15717
15718 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15719
15720         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15721         to remove a server from the nnimap-server-buffer-alist.
15722         (nnimap-open-connection, nnimap-close-server): Use it.
15723
15724         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15725
15726 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15727
15728         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15729         running the major-mode function.
15730
15731 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15732
15733         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15734         dummy marks in the right way.
15735
15736 2004-10-18  David Edmondson  <dme@dme.org>
15737
15738         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15739         excessively.
15740
15741 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15742
15743         * gnus-util.el (gnus-split-references): Accept a nil references
15744         string and go on blissfully.
15745
15746         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15747         cases where the references string is non-nil but has no references.
15748
15749         * encrypt.el: Add autoload tags.
15750
15751         * spam.el (spam-resolve-registrations-routine): Remove article
15752         from unregistration list too.  Reported by David Hanak
15753         <dhanak@isis.vanderbilt.edu>
15754
15755 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15756
15757         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15758         nil.  Change custom type.
15759
15760 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15761
15762         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15763
15764         * gnus-sum.el (gnus-summary-move-article): Use it.
15765
15766 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15767
15768         * encrypt.el: Add autoload cookies.
15769
15770         * spam.el (spam-backend-article-list-property)
15771         (spam-backend-get-article-todo-list)
15772         (spam-backend-put-article-todo-list)
15773         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15774         Resolve registrations separately.
15775         (spam-register-routine): Format comments.
15776         (spam-unregister-routine, spam-register-routine): Always call with
15777         specific-articles, no default list.
15778         (spam-summary-prepare-exit): Use the spam-classifications function.
15779
15780         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15781         gnus-encrypt.el.
15782
15783         * encrypt.el: Copied from gnus-encrypt.el.
15784
15785         * gnus-encrypt.el: Commented that it's obsolete.
15786
15787 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15788
15789         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15790         (gnus-score-save): Use it.
15791
15792         * message.el (message-bury): Use `window-dedicated-p'.
15793
15794 2004-10-15  Simon Josefsson  <jas@extundo.com>
15795
15796         * pop3.el (top-level): Don't require nnheader.
15797         (pop3-read-timeout): Add.
15798         (pop3-accept-process-output): Add.
15799         (pop3-read-response, pop3-retr): Use it.
15800
15801 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15802
15803         * spam.el (spam-register-routine): Move comment.
15804         (spam-verify-bogofilter): Use 'unknown for the initial
15805         spam-bogofilter-valid state, not 'never.
15806
15807         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15808         for netrc-machine.
15809
15810         * nnimap.el (nnimap-open-connection):
15811         Use netrc-machine-user-or-password.
15812
15813 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15814
15815         * gnus-registry.el (gnus-registry-unload-hook):
15816         Set as a variable with add-hook.
15817
15818         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15819         of news-path.
15820
15821         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15822
15823         * spam.el: Delete duplicate `provide'.
15824         (spam-unload-hook): Set as a variable with add-hook.
15825
15826 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15827
15828         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15829         in the doc string.
15830
15831         * message.el (message-ignored-news-headers)
15832         (message-ignored-supersedes-headers)
15833         (message-ignored-resent-headers)
15834         (message-forward-ignored-headers): Improve custom type.
15835
15836 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15837
15838         * message.el (message-tokenize-header): Fix 2004-09-06 change
15839         which used point-min in the wrong place.
15840
15841 2004-10-12  Simon Josefsson  <jas@extundo.com>
15842
15843         * tls.el (tls-certtool-program): New variable.
15844         (tls-certificate-information): New function, based on
15845         ssl-certificate-information.
15846
15847 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15848
15849         * compface.el: Move the version of ELisp-based uncompface program
15850         to the contrib directory because of the copyright problem.
15851
15852 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15853
15854         * message.el (message-kill-buffer): Raise the current frame.
15855
15856 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15857
15858         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15859
15860         * gnus.el (message-y-or-n-p): Autoload.
15861
15862         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15863         (pop3-password-required, pop3-authentication-scheme)
15864         (pop3-leave-mail-on-server): Make customizable.
15865         (pop3): New custom group.
15866         (pop3-retr): Remove `sleep-for' statements.
15867         Suggested by Dave Love <fx@gnu.org>.
15868
15869         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15870         Windows/DOS.
15871
15872         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15873         (imap-parse-body): Fix incorrect use of `assert'.
15874         Suggested by Dave Love <fx@gnu.org>.
15875
15876         * mml.el (mml-minibuffer-read-disposition): Require match.
15877         Suggested by Dave Love <fx@gnu.org>.
15878
15879 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15880
15881         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15882         doc string.
15883
15884 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15885
15886         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15887
15888 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15889
15890         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15891         instead of calling `mm-insert-inline', to decode text/* parts
15892         before displaying them.
15893
15894 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15895
15896         * mm-uu.el (mm-uu-text-plain-type): New variable.
15897         (mm-uu-pgp-signed-extract-1): Use it.
15898         (mm-uu-pgp-encrypted-extract-1): Use it.
15899         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15900         bind mm-uu-text-plain-type with that value.
15901         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15902         mm-uu-dissect.
15903
15904 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15905
15906         * gnus-group.el (gnus-update-group-mark-positions):
15907         * gnus-sum.el (gnus-update-summary-mark-positions):
15908         * message.el (message-check-news-body-syntax):
15909         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15910         of string-as-multibyte.
15911
15912 2004-10-05  Juri Linkov  <juri@jurta.org>
15913
15914         * gnus-group.el (gnus-update-group-mark-positions):
15915         * gnus-sum.el (gnus-update-summary-mark-positions):
15916         * message.el (message-check-news-body-syntax):
15917         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15918         8-bit unibyte values to a multibyte string for search functions.
15919
15920 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15921
15922         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15923         (mm-uu-dissect-text-parts): New function.
15924
15925         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15926         dissect text parts.
15927
15928         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15929         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15930
15931         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15932
15933         * gnus-topic.el (gnus-topic-hierarchical-parameters):
15934         Use gnus-current-topics instead of gnus-current-topic.
15935
15936 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15937
15938         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15939
15940 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15941
15942         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15943         where approriate.
15944
15945         * nnml.el (nnml-generate-active-info): do.
15946
15947         * nndiary.el (nndiary-generate-active-info): do.
15948
15949         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15950         (gnus-topic-move): do.
15951
15952         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15953         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15954
15955         * gnus-srvr.el (gnus-server-prepare)
15956         (gnus-server-open-all-servers): do.
15957
15958         * gnus-msg.el (gnus-summary-cancel-article)
15959         (gnus-summary-resend-message)
15960         (gnus-summary-mail-crosspost-complaint): do.
15961
15962         * gnus-move.el (gnus-change-server): do.
15963
15964         * gnus-group.el (gnus-group-unmark-all-groups)
15965         (gnus-group-set-current-level): do.
15966
15967 2004-10-04  Simon Josefsson  <jas@extundo.com>
15968
15969         * message.el (message-generate-hashcash): Doc fix.
15970
15971 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15972
15973         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15974         avoid infinite recursion via gnus-get-function.
15975
15976 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15977
15978         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15979
15980         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15981
15982         * nnmail.el (nnmail-split-history): do.
15983
15984         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15985         (nnml-request-delete-group): do.
15986
15987         * nnslashdot.el (nnslashdot-read-groups): do.
15988
15989         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15990         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15991
15992         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15993         (nnspool-sift-nov-with-sed): Use last.
15994         (nnspool-retrieve-headers-with-nov): Use mapc.
15995         (nnspool-request-newgroups): Use dolist.
15996         (nnspool-request-group): Use last.
15997
15998         * nntp.el (nntp-read-server-type): Use dolist.
15999
16000         * nnvirtual.el (nnvirtual-create-mapping)
16001         (nnvirtual-update-read-and-marked): Use dolist.
16002         (nnvirtual-convert-headers): Simplify.
16003
16004 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16005
16006         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16007         Add support for sync'ing tick marks.
16008
16009 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16010
16011         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16012         there's no visible header.
16013
16014 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16015
16016         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16017         When necessary, pass full group name to gnus-request-set-marks.
16018
16019 2004-10-01  Simon Josefsson  <jas@extundo.com>
16020
16021         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16022         acroread.
16023
16024 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16025
16026         * spam-report.el (spam-report-gmane): Fix interactive.
16027
16028         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16029
16030         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16031         when writing file.
16032         (gnus-agent-synchronize-flags): Don't default to being
16033         interactive.
16034
16035 2004-09-30  Simon Josefsson  <jas@extundo.com>
16036
16037         * message.el (message-generate-hashcash): Add.
16038         (message-send-mail): Use it, call mail-add-payment.
16039
16040 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16041
16042         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16043
16044 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16045
16046         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16047         gnus-requst-update-info with explicit code to sync the in-memory
16048         info read flags with the marks being sync'd to the backend.
16049
16050         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16051
16052 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16053
16054         * spam.el (spam-verify-bogofilter): Add new function.
16055         (spam-check-bogofilter)
16056         (spam-bogofilter-register-with-bogofilter): Use it.
16057         (spam-verify-bogofilter): Add small fixes.
16058
16059 2004-09-28  Simon Josefsson  <jas@extundo.com>
16060
16061         * hashcash.el (hashcash-generate-payment): Revert.
16062
16063 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16064
16065         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16066         Use gnus-extract-references instead of gnus-split-references.
16067
16068         * gnus-util.el (gnus-extract-references): Add new function, analogous
16069         to gnus-split-references but extracts only the message-ID without
16070         anything extra.
16071
16072         * hashcash.el (hashcash-generate-payment)
16073         (hashcash-check-payment): Do the right thing if hashcash-path is
16074         nil (because the hashcash program could not be found).
16075
16076         * spam.el (spam-use-hashcash): Remove comment.
16077
16078 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16079
16080         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16081         (gnus-cache-enter-article, gnus-cache-remove-article)
16082         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16083
16084         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16085
16086         * gnus-art.el (article-hide-boring-headers)
16087         (article-translate-strings, article-display-face)
16088         (gnus-article-mime-match-handle-first)
16089         (gnus-article-highlight-headers)
16090         (gnus-article-add-buttons-to-head): do.
16091
16092 2004-09-27  Simon Josefsson  <jas@extundo.com>
16093
16094         * hashcash.el: New version, from
16095         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16096         ../contrib/.
16097
16098 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16099
16100         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16101
16102 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16103
16104         * gnus-dup.el (gnus-dup-open): Use mapc.
16105         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16106
16107         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16108         Reported by Stefan Wiens <s.wi@gmx.net>.
16109
16110         * gnus.el (gnus-shutdown): Use dolist.
16111
16112         * gnus-undo.el (gnus-undo): Use mapc.
16113
16114         * nnrss.el (nnrss-generate-active): do.
16115
16116         * message.el (message-cite-original-without-signature)
16117         (message-cite-original): Use mapc.
16118         (message-do-actions, message-make-forward-subject): Use dolist.
16119
16120 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16121
16122         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16123         deletion to remove entire duplicate line.  Fixes merged article
16124         number bug.
16125
16126 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16127
16128         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16129         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16130         first ask if you want to open a server and then, even when you
16131         responded with no, asking if you want to synchronize the server's
16132         flags.
16133         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16134         multi-line expressions.
16135         (gnus-agent-synchronize-group-flags): New internal function.
16136         Updates marks in memory (in the info structure) AND in the
16137         backend.
16138
16139         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16140
16141         * nnagent.el (nnagent-request-set-mark):
16142         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16143         method, to ensure that synchronization updates marks in the
16144         backend and in the info (in memory) structure.
16145
16146 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16147
16148         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16149         convention fully; don't miss the root article of a thread; make
16150         the X-Draft-From header with correct article numbers.
16151
16152 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16153
16154         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16155         unless plugged.  Disable the agent so that an open failure causes
16156         an error.
16157
16158         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16159         Revert 2004-09-21 change.  The backend must be opened while
16160         synchronizing flags even when the backend stores the flags
16161         locally.
16162
16163 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16164
16165         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16166         in `header' match.  Reported by Svend Tollak Munkejord.
16167
16168         * message.el (message-cite-original): Fix use of
16169         `message-cite-articles-with-x-no-archive'.
16170
16171 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16172
16173         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16174         (gnus-window-to-buffer): Ditto.
16175
16176         * mml.el (mml-preview-buffer): New variable.
16177         (mml-preview): Manage window layout with gnus-buffer-configuration.
16178
16179         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16180         X-Draft-From header even if those articles aren't quoted.
16181
16182 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16183
16184         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16185         (gnus-request-set-mark, gnus-request-update-mark): Use new
16186         g-s-t-u-l-m to decide to use backend even when unplugged.
16187
16188 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16189
16190         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16191         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16192
16193 2004-09-20  Simon Josefsson  <jas@extundo.com>
16194
16195         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16196         "utf-16-le".
16197
16198 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16199
16200         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16201
16202 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16203
16204         * uudecode.el (uudecode-use-external): Add :version.
16205
16206         * smime.el (smime-CA-file, smime-encrypt-cipher)
16207         (smime-dns-server): Add :version.
16208
16209         * smiley.el (gnus-smiley-file-types): Add :version.
16210
16211         * sha1.el (sha1-use-external): Add :version.
16212
16213         * pgg-def.el (pgg-query-keyserver): Add :version.
16214
16215         * nnmail.el (nnmail-fancy-expiry-targets)
16216         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16217         Add :version.
16218
16219         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16220         (nnimap-retrieve-groups-asynchronous): Add :version.
16221         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16222
16223         * mml.el (mml-content-disposition-parameters)
16224         (mml-insert-mime-headers-always): Add :version.
16225
16226         * mm-util.el (mm-coding-system-priorities): Add :version.
16227
16228         * mm-decode.el (mm-inline-text-html-with-images)
16229         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16230         (mm-verify-option): Add :version.
16231         (mm-text-html-renderer): Change :version.
16232
16233         * message.el (message-fcc-externalize-attachments)
16234         (message-required-headers, message-draft-headers)
16235         (message-subject-trailing-was-query)
16236         (message-subject-trailing-was-ask-regexp)
16237         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16238         (message-mark-insert-end, message-archive-header)
16239         (message-archive-note, message-cross-post-default)
16240         (message-cross-post-note, message-followup-to-note)
16241         (message-cross-post-note-function, message-use-mail-followup-to)
16242         (message-subscribed-address-functions)
16243         (message-subscribed-address-file, message-subscribed-addresses)
16244         (message-subscribed-regexps, message-allow-no-recipients)
16245         (message-yank-cited-prefix, message-signature-insert-empty-line)
16246         (message-hidden-headers, message-hierarchical-addresses)
16247         (message-mail-user-agent, message-use-idna)
16248         (message-valid-fqdn-regexp)
16249         (message-strip-special-text-properties, message-header-synonyms)
16250         (message-beginning-of-line, message-tab-body-function): Add :version.
16251         (message-insert-canlock, message-wide-reply-confirm-recipients):
16252         Change :version.
16253
16254         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16255         and :version.
16256         (mail-source-delete-old-incoming-confirm)
16257         (mail-source-movemail-program): Add :version.
16258
16259         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16260         (gnus-agent-cache, gnus-agent): Change :version.
16261
16262         * gnus-util.el (gnus-use-byte-compile): Change :version.
16263
16264         * gnus-sum.el (gnus-summary-make-false-root-always)
16265         (gnus-summary-default-high-score)
16266         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16267         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16268         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16269         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16270         (gnus-sum-thread-tree-single-indent)
16271         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16272         (gnus-sum-thread-tree-leaf-with-other)
16273         (gnus-sum-thread-tree-single-leaf): Add :version.
16274         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16275         (gnus-article-loose-mime): Change :version.
16276
16277         * gnus-start.el (gnus-backup-startup-file)
16278         (gnus-save-startup-file-via-temp-buffer): Add :version.
16279
16280         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16281         (gnus-server-offline-face): Add :version.
16282
16283         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16284
16285         * gnus-msg.el (gnus-gcc-externalize-attachments)
16286         (gnus-debug-files, gnus-debug-exclude-variables)
16287         (gnus-discouraged-post-methods): Change :version.
16288         (gnus-confirm-mail-reply-to-news)
16289         (gnus-confirm-treat-mail-like-news): Add :version.
16290
16291         * gnus-int.el (gnus-server-unopen-status): Add :version.
16292
16293         * gnus-group.el (gnus-group-jump-to-group-prompt)
16294         (gnus-large-ephemeral-newsgroup)
16295         (gnus-fetch-old-ephemeral-headers): Add :version.
16296
16297         * gnus-fun.el (gnus-x-face-directory)
16298         (gnus-convert-pbm-to-x-face-command)
16299         (gnus-convert-image-to-x-face-command)
16300         (gnus-convert-image-to-face-command): Add :version.
16301
16302         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16303
16304         * gnus-cite.el (gnus-cite-blank-line-after-header)
16305         (gnus-article-boring-faces): Add :version.
16306
16307         * gnus-art.el (gnus-buttonized-mime-types)
16308         (gnus-inhibit-mime-unbuttonizing)
16309         (gnus-treat-display-face)
16310         (gnus-treat-body-boundary): Change :version.
16311         (gnus-body-boundary-delimiter, gnus-picon-databases)
16312         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16313         (gnus-treat-date-english, gnus-treat-fold-headers)
16314         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16315         (gnus-treat-mail-picon, gnus-treat-wash-html)
16316         (gnus-article-encrypt-protocol)
16317         (gnus-use-idna, gnus-article-over-scroll)
16318         (gnus-mime-display-multipart-alternative-as-mixed)
16319         (gnus-mime-display-multipart-related-as-mixed)
16320         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16321         (gnus-ctan-url, gnus-button-ctan-handler)
16322         (gnus-button-handle-ctan-bogus-regexp)
16323         (gnus-button-ctan-directory-regexp)
16324         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16325         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16326         (gnus-button-man-level, gnus-button-emacs-level)
16327         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16328
16329         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16330         (gnus-agent-go-online): Change :version.
16331         (gnus-agent-expire-unagentized-dirs)
16332         (gnus-agent-auto-agentize-methods): Add :version.
16333
16334         * flow-fill.el (fill-flowed-display-column)
16335         (fill-flowed-encode-column): Add :version.
16336
16337         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16338         (gnus-outlook-deuglify-unwrap-max)
16339         (gnus-outlook-deuglify-cite-marks)
16340         (gnus-outlook-deuglify-unwrap-stop-chars)
16341         (gnus-outlook-deuglify-no-wrap-chars)
16342         (gnus-outlook-deuglify-attrib-cut-regexp)
16343         (gnus-outlook-deuglify-attrib-verb-regexp)
16344         (gnus-outlook-deuglify-attrib-end-regexp)
16345         (gnus-outlook-display-hook): Add :version.
16346
16347         * binhex.el (binhex-use-external): Add :version.
16348
16349 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16350
16351         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16352         and `invisible'.
16353
16354 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16355
16356         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16357         in gnus-registry-trim.
16358
16359 2004-09-13  Simon Josefsson  <jas@extundo.com>
16360
16361         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16362
16363         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16364
16365         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16366         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16367         <yamaoka@jpl.org>.
16368         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16369         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16370         <yamaoka@jpl.org>.
16371
16372         * sieve.el (sieve-manage-mode): Ditto.
16373
16374 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16375
16376         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16377
16378 2004-09-11  Simon Josefsson  <jas@extundo.com>
16379
16380         * dns-mode.el: Add.
16381
16382         * mm-view.el (mm-display-dns-inline): Add.
16383
16384         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16385         (mm-automatic-display): Ditto.
16386
16387         * mailcap.el (mailcap-mime-data): Add text/dns.
16388         (mailcap-mime-extensions): Map .soa to text/dns.
16389
16390 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16391
16392         * gnus-art.el (article-decode-mime-words, article-babel)
16393         (gnus-article-highlight-signature, gnus-article-add-buttons)
16394         (gnus-signature-toggle): Remove unnecessary bindings of
16395         `inhibit-read-only' inherited from v5.10 merge.
16396
16397 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16398
16399         * nntp.el (nntp): New customization group.
16400         (nntp-authinfo-file): Add customization group.
16401
16402         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16403
16404         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16405
16406         * gnus.el (to-address, to-list, subscribed)
16407         (large-newsgroup-initial): Ditto.
16408
16409         * flow-fill.el (fill-flowed-display-column)
16410         (fill-flowed-encode-column): Ditto.
16411
16412 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16413
16414         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16415         Use point-min rather than 1.
16416         (message-send-mail): Use buffer-size rather than point-max.
16417
16418         * gnus-sum.el (gnus-summary-search-article-forward):
16419         Signal a specific `search-failed' rather than a generic `error'.
16420
16421         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16422         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16423         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16424
16425 2004-09-10  Simon Josefsson  <jas@extundo.com>
16426
16427         * nndb.el (require): Remove tcp and duplicate cl.
16428
16429 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16430
16431         * gnus-agent.el (directory-files-and-attributes): Move forward.
16432
16433 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16434
16435         * gnus-agent.el (directory-files-and-attributes):
16436         Optionally defined to support XEmacs.
16437
16438 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16439
16440         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16441         to avoid run-time CL dependencies.
16442         (gnus-agent-unfetch-articles): New function.
16443         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16444         article numbers even when local .overview file is missing.
16445         (gnus-agent-read-article-number): New function.  Only accepts
16446         27-bit article numbers.
16447         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16448         Use gnus-agent-read-article-number.
16449         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16450         from backend while recognizing that article numbers in .overview
16451         must be valid.
16452         (gnus-agent-update-files-total-fetched-for):
16453         Use directory-files-and-attributes to improve performance.
16454         * gnus-int.el (gnus-request-move-article):
16455         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16456         improve performance.
16457
16458         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16459         some users confused by references to .newsrc when they only have a
16460         .newsrc.eld file.
16461         (gnus-convert-mark-converter-prompt)
16462         (gnus-convert-converter-needs-prompt): Fix use of property list.
16463         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16464         New function.  Used internally to only display 'gnus converting
16465         files' message when actually necessary.
16466
16467         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16468         methods now autoloaded.
16469
16470 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16471
16472         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16473         identifiers.
16474
16475 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16476
16477         * gnus-picon.el: Fix indentation and closing parenthesis.
16478
16479 2004-09-01  Simon Josefsson  <jas@extundo.com>
16480
16481         * message.el (message-canlock-generate): Require sha1, not
16482         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16483         to require within a function.  Sadly, if sha1.el isn't loaded, the
16484         let binding in m-c-g will hide the defcustom definition, which is
16485         bad.)
16486
16487         * canlock.el: Require sha1, not sha1-el.
16488
16489         * message.el: Don't autoload sha1 (there is a autoload cookie in
16490         sha1.el).
16491
16492         * sha1-el.el: Rename to sha1.el.
16493
16494 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16495
16496         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16497
16498 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16499
16500         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16501
16502 2004-08-30  Kim F. Storm  <storm@cua.dk>
16503
16504         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16505
16506         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16507         Add :group 'nnimap.
16508
16509 2004-08-30  Andreas Schwab  <schwab@suse.de>
16510
16511         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16512         ?* and ?\;.
16513
16514         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16515         and ?\' to symbol instead of whitespace.
16516
16517 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16518
16519         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16520
16521         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16522         instead of re-search-forward.
16523
16524         * gnus-uu.el (gnus-uu-save-article): Ditto.
16525         (gnus-uu-post-encode-uuencode): Ditto.
16526
16527         * html2text.el (html2text-clean-list-items): Ditto.
16528         (html2text-clean-dtdd): Ditto.
16529         (html2text-format-tags): Ditto.
16530
16531         * message.el (message-send-mail-with-sendmail): Fix regexp.
16532         (message-fill-field-general): Use search-forward instead of
16533         re-search-forward.
16534         (unbold-region): Ditto.
16535
16536         * nnrss.el (nnrss-request-article): Ditto.
16537
16538         * nnslashdot.el (nnslashdot-request-article): Ditto.
16539
16540         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16541
16542         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16543         "Unrecognized menu descriptor" error in XEmacs.
16544
16545 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16546
16547         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16548         parent article of a sparse article in the thread hashtb.
16549
16550 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16551
16552         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16553         (nnmail-expand-newtext): Lowercase expanded entries if
16554         nnmail-split-lowercase-expanded is non-nil.
16555
16556 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16557
16558         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16559
16560         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16561         of gnus-tmp-news-method into string under XEmacs.  It will be
16562         passed to gnus-correct-length which takes only a string argument.
16563
16564 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16565
16566         * gnus-util.el (gnus-bind-print-variables): New macro.
16567         (gnus-prin1): Use it.
16568         (gnus-prin1-to-string): Use it.
16569         (gnus-pp): New function.
16570         (gnus-pp-to-string): New function.
16571
16572         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16573         Replace pp-to-string with gnus-pp-to-string.
16574         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16575         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16576         * gnus-msg.el (gnus-debug): Ditto.
16577         * gnus-score.el (gnus-score-save): Ditto.
16578         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16579         gnus-pp-to-string.
16580         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16581         with gnus-pp.
16582         * score-mode.el (gnus-score-pretty-print): Ditto.
16583         * webmail.el (webmail-debug): Ditto.
16584
16585 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16586
16587         * gnus-art.el (article-display-face, article-display-x-face):
16588         Use buffer-read-only.
16589
16590 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16591
16592         * gnus-art.el (article-hide-list-identifiers):
16593         Bind inhibit-read-only as t.
16594
16595 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16596
16597         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16598
16599 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16600
16601         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16602         (gnus-narrow-to-page): Don't assume point-min == 1.
16603         (gnus-article-edit-mode): Derive from message-mode.
16604
16605         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16606         point-min == 1.
16607
16608         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16609         Disable incorrect use of `assert'.
16610
16611         * message.el (message-mode): Set comment-start-skip.
16612
16613
16614 2004-08-22  Sam Steingold  <sds@gnu.org>
16615
16616         * pop3.el (pop3-leave-mail-on-server): New user variable.
16617         (pop3-movemail): Delete mail only when it is nil.
16618
16619 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16620
16621         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16622
16623         * mml.el (mml-preview): Use `pop-to-buffer'.
16624
16625         * message.el (message-goto-mail-followup-to): Insert after "To".
16626         (message-carefully-insert-headers): Add comment.
16627
16628         * gnus.el: Remove unused variable `gnus-article-check-size'.
16629
16630         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16631
16632         * gnus-art.el (gnus-button-alist):
16633         Improve `gnus-button-handle-library' entry.
16634
16635 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16636
16637         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16638         Use downcase, since XEmacs capitalizes error messages differently.
16639
16640 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16641
16642         * nntp.el: Add (require 'gnus) due to reference to
16643         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16644
16645 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16646
16647         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16648         Bind `mm-fill-flowed'.
16649
16650         * mm-decode.el (mm-dissect-singlepart): Check it.
16651
16652 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16653
16654         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16655         'imap' for netrc parsing.
16656
16657 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16658
16659         * mailcap.el (mailcap-mime-data): Mark as risky.
16660
16661 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16662
16663         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16664         may be included in the encoded word.
16665         (rfc2047-encode): Don't append a space if the encoded word
16666         includes close parenthesis.
16667
16668 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16669
16670         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16671         of text within parentheses.
16672
16673 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16674
16675         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16676         (gnus-encrypt-write-file-contents): Make the password key the file
16677         name PLUS the cipher, not just the cipher.  Also remove failed
16678         passwords from the cache.
16679
16680 2004-08-06  Simon Josefsson  <jas@extundo.com>
16681
16682         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16683         Doc fix.
16684
16685 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16686
16687         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16688         LWSP.
16689
16690 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16691
16692         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16693         Try to append in-reply-to: data to the references: header.
16694
16695         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16696         (netrc-parse): Use gnus-encrypt.el functions.
16697
16698         * gnus-encrypt.el: Add new file for encryption support; currently
16699         does only a few GPG ciphers and an internal XOR cipher.
16700
16701         * password.el: Add comments on using password-read-and-add.
16702         (password-read-and-add): Add function to read and add the
16703         password to the cache at once.
16704
16705 2004-07-28  Simon Josefsson  <jas@extundo.com>
16706
16707         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16708         parameter (but don't use it, for now).
16709
16710         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16711         instead of hard coding to nil.
16712
16713 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16714
16715         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16716         as mm-inline-image-xemacs does.
16717
16718 2004-07-26  Simon Josefsson  <jas@extundo.com>
16719
16720         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16721         Revert part of 2004-07-17 change below.
16722
16723 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16724
16725         * rfc2047.el (rfc2047-encode-region): Don't infloop.
16726         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16727
16728 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16729
16730         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16731         quotes that actually start with ">" at the beginning of the
16732         lines.
16733
16734 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16735
16736         * rfc2047.el (rfc2047-encode-region): Fix last change.
16737         (rfc2047-encode-parameter): Remove useless concat.
16738
16739 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16740
16741         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16742         encode special characters; fix some kind of misconfigured headers;
16743         signal a real error if debug-on-quit or debug-on-error is non-nil.
16744         (rfc2047-encode-max-chars): New variable.
16745         (rfc2047-encode-1): Use it.
16746         (rfc2047-encode-parameter): New function.
16747
16748         * mml.el (mml-insert-parameter): Remove an excessive space.
16749
16750 2004-07-17  Simon Josefsson  <jas@extundo.com>
16751
16752         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16753         Kai Grossjohann <kai@emptydomain.de>.
16754         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16755         (gnus-group-make-menu-bar): Ditto.
16756
16757         * gnus-util.el (gnus-group-server): Add.
16758
16759 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16760
16761         * message.el (message-clone-locals): Clone sendmail and smtp
16762         variables.
16763
16764 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16765
16766         * rfc2047.el (rfc2047-encode-region): Fix last change.
16767
16768 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16769
16770         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16771         characters as non-special.
16772
16773 2004-07-09  Simon Josefsson  <jas@extundo.com>
16774
16775         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16776         Users will lose all flag changes made while unplugged with
16777         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16778         good default.  See numerous reports on ding mailing list.
16779
16780 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16781
16782         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16783         add generate-head-function and generate-article-function to the
16784         rfc822-forward entry.
16785         (nndoc-rfc822-forward-generate-article): New function.
16786         (nndoc-rfc822-forward-generate-head): New function.
16787
16788         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16789
16790 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16791
16792         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16793         respect display group parameter and gnus-summary-expunge-below.
16794         (gnus-articles-to-read): Remove unused reference to display group
16795         parameter.
16796
16797 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16798
16799         * nnheader.el (nnheader-uniquify-message-id): New experimental
16800         variable.
16801         (nnheader-nov-read-message-id): Use it.
16802
16803         * spam-report.el (spam-report-gmane): Add interactive.
16804
16805 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16806
16807         * mm-encode.el (mm-content-transfer-encoding-defaults):
16808         Use qp-or-base64 for the application/* types.
16809
16810 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16811
16812         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16813
16814 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16815
16816         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16817         trim value.
16818
16819 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16820
16821         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16822         New macro and function.
16823         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16824
16825 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16826
16827         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16828         after-load-alist.
16829
16830 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16831
16832         * gnus-group.el (gnus-group-get-new-news-this-group):
16833         Don't update info that isn't there.
16834
16835 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16836
16837         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16838         entry.
16839
16840 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16841
16842         * mm-view.el (mm-inline-render-with-function): Use multibyte
16843         buffer; decode html source by charset.
16844
16845         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16846
16847         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16848         Mule-UCS is loaded under XEmacs.
16849         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16850
16851 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16852
16853         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16854
16855 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16856
16857         * mm-util.el (mm-coding-system-p): Return a coding-system.
16858         (mm-mime-mule-charset-alist): Use shift_jis instead of
16859         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16860         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16861         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16862         instead of japanese-shift-jis and iso-latin-1 respectively in
16863         order to share the default value with both Emacs and XEmacs-mule.
16864         (mm-mule-charset-to-mime-charset):
16865         Make mm-coding-system-priorities effective.
16866         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16867         while predicating of candidates upon the priorities.
16868
16869 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16870
16871         * gnus-sum.el (gnus-summary-make-menu-bar):
16872         Add gnus-uu-invert-processable.
16873
16874         * gnus.el: Autoload gnus-uu-invert-processable.
16875
16876 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16877
16878         * mm-util.el (mm-with-multibyte-buffer): New macro.
16879
16880         * rfc2047.el (rfc2047-encode-string): Use it.
16881         (rfc2047-encode-region): Move point to the end of the region after
16882         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16883
16884 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16885
16886         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16887         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16888
16889 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16890
16891         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16892         (gnus-cite-parse): Ignore quoted envelope From_.
16893         Suggested by Karl Chen <quarl@nospam.quarl.org>.
16894
16895 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16896
16897         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16898         invalid addresses.
16899
16900 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16901
16902         * spam.el: Change section markers, revise TODO list.
16903         (spam-backends): Make new master list of all installed backends.
16904         (spam-summary-exit-behavior): Add new variable to determine how
16905         messages moves are done at summary exit.
16906         (spam-move-spam-nonspam-groups-only)
16907         (spam-process-ham-in-nonham-groups)
16908         (spam-process-ham-in-spam-groups): Remove variables, the
16909         spam-summary-exit-behavior variable should be used to manage this
16910         behavior.
16911         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16912         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16913         and spam-old-spam-articles.
16914         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16915         Add empty variables, placeholders for the backends they represent.
16916         (spam-set-difference): Move, unchanged.
16917         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16918         unless the user has a processor variable.
16919         (spam-classifications, spam-classification-valid-p)
16920         (spam-backend-properties, spam-backend-property-valid-p)
16921         (spam-backend-function-type-valid-p)
16922         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16923         (spam-report-articles-gmane, spam-report-articles-resend):
16924         Remove functions, they are not needed.
16925         (spam-install-backend-super, spam-backend-list)
16926         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16927         (spam-backend-function, spam-backend-ham-registration-function)
16928         (spam-backend-spam-registration-function)
16929         (spam-backend-ham-unregistration-function)
16930         (spam-backend-spam-unregistration-function)
16931         (spam-backend-statistical-p, spam-backend-mover-p)
16932         (spam-install-backend-alias, spam-install-checkonly-backend)
16933         (spam-install-mover-backend, spam-install-nocheck-backend)
16934         (spam-install-backend, spam-install-statistical-backend)
16935         (spam-install-statistical-checkonly-backend): Add backend installation
16936         support.
16937         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16938         (spam-group-processor-p): Use the new backend code and respect the
16939         summary exit behavior.
16940         (spam-mark-spam-as-expired-and-move-routine): Remove.
16941         (spam-summary-prepare): Change to use the new spam-old-articles
16942         variable.
16943         (spam-copy-or-move-routine, spam-copy-spam-routine)
16944         (spam-move-spam-routine, spam-copy-ham-routine)
16945         (spam-move-ham-routine): Add code to copy/move ham or spam.
16946         (spam-fetch-field-fast): Improve doc and code, plus allow the
16947         'number request.
16948         (spam-list-of-checks, spam-list-of-statistical-checks):
16949         Remove variables.
16950         (spam-split, spam-find-spam): Use the new backend code.
16951         (spam-registration-functions): Remove variable.
16952         (spam-unregister-routine): Add convenience wrapper.
16953         (spam-log-undo-registration, spam-register-routine)
16954         (spam-log-processing-to-registry)
16955         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16956         where possible.
16957         (spam-check-gmane-xref, spam-check-regex-headers)
16958         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16959         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16960         (spam-check-bogofilter-headers, spam-check-spamoracle)
16961         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16962         (spam-check-crm114-headers): Use the spam-split-group that
16963         spam-split prepares, no need to determine it every time.
16964
16965         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16966         to the nnheader-parse-naked-head call.
16967
16968         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16969
16970         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16971         the nnheader-nov-read-message-id call.
16972
16973 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16974
16975         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16976         gnus-activate-group twice.  Suggested by Markus Peter
16977         <warp@spin.de>.
16978
16979 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16980
16981         * gnus-art.el (gnus-article-time-format): Exchange the order of
16982         day and month in the default value; fix customization type.
16983         (article-date-ut): Use add-text-properties.
16984         (article-make-date-line): Use message-make-date instead of
16985         current-time-string.
16986
16987         * message.el (message-fetch-field): Don't use set-text-properties.
16988         (message-make-date): Simplify.
16989
16990         * messagexmas.el (message-xmas-make-date): New function.
16991         (message-xmas-redefine): Defalias message-make-date to it.
16992
16993 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16994
16995         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16996         (rfc2047-encode-region): Treat text within parentheses as special;
16997         show the original text when error has occurred.
16998
16999         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17000         already-computed method to gnus-activate-group.
17001
17002         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17003         same select-methods identical Lisp objects.
17004
17005         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17006         object when modifying the info.
17007
17008 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17009
17010         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17011         gnus-opened-servers since it has never been opened with the new
17012         configuration yet.
17013
17014 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17015
17016         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17017         arg to nnheader-generate-fake-message-id.
17018
17019 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17020
17021         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17022         number and build a fake message ID localized to a group and
17023         article number (so it's repeatable from that point on).
17024         (nnheader-fake-message-id-p): Change regex to accomodate new fake
17025         ID format.
17026
17027         * gnus-sum.el (gnus-get-newsgroup-headers):
17028         Call nnheader-generate-fake-message-id with the article number.
17029
17030 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17031
17032         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17033         end-of-buffer.
17034
17035 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17036
17037         * message.el (message-ignored-supersedes-headers): Add Approved.
17038
17039 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17040
17041         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17042         goto-char.
17043         (rfc2047-encode): Fold the line before encoding.
17044
17045 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17046
17047         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17048         folding -- not all headers can be folded, and this should be done
17049         by the message composition mode.  Probably.  I think.
17050
17051 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17052
17053         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17054         fast.
17055
17056         * gnus-ems.el (gnus-remove-image): Don't use
17057         message-text-with-property; remove only the image found first.
17058
17059         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17060         found first.
17061
17062 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17063
17064         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17065
17066 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17067
17068         * message.el (message-text-with-property): Make it fast and accept
17069         optional arguments.
17070         (message-strip-forbidden-properties): Use it.
17071         (message-fix-before-sending): Follow the m-t-w-p change.
17072
17073         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17074
17075 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17076
17077         * gnus-art.el (article-hide-headers): Don't change the buffer
17078         mistakenly when performing mml-preview even if
17079         gnus-single-article-buffer is nil.
17080
17081 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17082
17083         * message.el (message-expand-name-databases): New user option.
17084         (message-expand-name): Use it.
17085
17086 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17087
17088         * spam.el (spam-report-articles-resend)
17089         (spam-report-resend-register-routine): Allow ham reporting.
17090         (spam-report-resend-register-ham-routine): Add wrapper.
17091         (spam-registration-functions): Add ham resending functions.
17092         (spam-list-of-processors): Add ham resend processor.
17093
17094         * gnus.el (ham-resend-to): Add new group parameter.
17095         (spam-process): Add ham resend option.
17096
17097         * spam-report.el (spam-report-resend): Allow reporting ham.
17098         (spam-report-resend-ham): Add wrapper.
17099
17100 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17101
17102         * message.el (message-cite-articles-with-x-no-archive):
17103         New variable.
17104         (message-cite-original): Use it.
17105
17106 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17107
17108         * message.el (message-cite-original): Respect X-No-Archive.
17109
17110 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17111
17112         * gnus-art.el (article-hide-headers): Refer to the values for
17113         gnus-ignored-headers and gnus-visible-headers in the summary
17114         buffer since a user may have set them as group parameters.
17115
17116 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17117
17118         * assistant.el (assistant-node-name): Add convenience function.
17119         (assistant-render-text, assistant-render-node): Add error handling,
17120         plus handle multiple next nodes.
17121         (assistant-find-next-node): Comment out for now.
17122         (assistant-find-next-nodes): Add function, returns list of next
17123         nodes.
17124
17125 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17126
17127         * mail-source.el (mail-source-directory): Fix doc-string.
17128
17129 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17130
17131         * assistant.el (assistant-render-text, assistant-eval): Add :set
17132         widget type, which is different because it takes and returns a
17133         list.  Much hilarity ensues.
17134
17135 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17136
17137         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17138
17139         * gnus-group.el (gnus-group-get-new-news-this-group):
17140         Add doc-string.
17141
17142         * gnus-start.el (gnus-activate-group): Add doc-string.
17143
17144 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17145
17146         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17147
17148 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17149
17150         * assistant.el (assistant-render-text): Try to add a :set
17151         widget, more to come.
17152
17153         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17154         strings.
17155         (spam-report-articles-resend)
17156         (spam-register-routine): Do registration iff any articles warrant
17157         it.
17158         (spam-summary-prepare-exit): Change log message for nil group
17159         destinations.
17160
17161 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17162
17163         * spam.el (spam-report-resend-register-routine):
17164         Allow spam-report-resend-to to be a group parameter or a global value.
17165
17166 2004-05-26  Simon Josefsson  <jas@extundo.com>
17167
17168         * starttls.el: Merge with my GNUTLS based starttls.el.
17169         (starttls-gnutls-program, starttls-use-gnutls)
17170         (starttls-extra-arguments, starttls-process-connection-type)
17171         (starttls-connect, starttls-failure, starttls-success):
17172         New variables.
17173         (starttls-program, starttls-extra-args): Doc fix.
17174         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17175         New functions.
17176         (starttls-negotiate, starttls-open-stream):
17177         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17178         function if it is set.
17179
17180 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17181
17182         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17183         structured fields.
17184
17185 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17186
17187         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17188
17189 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17190
17191         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17192         Add variable.
17193         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17194         assigning the spam-mark to new messages.
17195
17196 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17197
17198         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17199
17200 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17201
17202         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17203
17204         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17205         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17206         default.
17207
17208 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17209
17210         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17211         correct data.
17212
17213 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17214
17215         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17216         (spam-group-processor-p): Fix function.
17217         (spam-group-processor-multiple-p)
17218         (spam-group-spam-processor-report-gmane-p)
17219         (spam-group-spam-processor-report-resend-p)
17220         (spam-group-spam-processor-bogofilter-p)
17221         (spam-group-spam-processor-blacklist-p)
17222         (spam-group-spam-processor-ifile-p)
17223         (spam-group-ham-processor-ifile-p)
17224         (spam-group-spam-processor-spamoracle-p)
17225         (spam-group-spam-processor-crm114-p)
17226         (spam-group-ham-processor-bogofilter-p)
17227         (spam-group-spam-processor-stat-p)
17228         (spam-group-ham-processor-stat-p)
17229         (spam-group-ham-processor-whitelist-p)
17230         (spam-group-ham-processor-BBDB-p)
17231         (spam-group-ham-processor-spamoracle-p)
17232         (spam-group-ham-processor-copy-p): Remove functions with some
17233         prejudice against unneeded code.
17234         (spam-report-articles-resend)
17235         (spam-report-resend-register-routine): Allow the group/topic
17236         spam-resend-to value to override spam-report-resend-to.
17237         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17238         properly now.
17239
17240         * gnus.el (spam-resend-to): Add group/topic parameter.
17241         (spam-process): Move the OBSOLETE processors to the end of the
17242         choices.
17243
17244 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17245
17246         * spam-report.el (spam-report-resend-to, spam-report-resend):
17247         Start with resend-to set to nil, and then ask the user if necessary.
17248         (spam-report-resend): spam-report-resend takes a list of articles, not
17249         separate article numbers.
17250
17251 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17252
17253         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17254         addition to emacs-w3m.
17255
17256 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17257
17258         * assistant.el (assistant-authinfo-data): New function.
17259         (assistant-eval): Eval for entire assistant.
17260
17261         * netrc.el (netrc-services-file): New variable.
17262         (netrc-parse-services): New function.
17263         (netrc-find-service-name): New function.
17264         (netrc-find-service-number): New function.
17265         (netrc-port-equal): New function.
17266         (netrc-machine): Use it.
17267
17268         * nnimap.el (nnimap-open-connection): Use netrc.
17269
17270         * gnus-util.el (gnus-netrc-get): Remove aliases.
17271
17272         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17273
17274         * assistant.el (wid-edit): Fix compilation.
17275
17276         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17277
17278 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17279
17280         * gnus-util.el (gnus-set-file-modes): New function.  (small
17281         patch).
17282
17283 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17284
17285         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17286
17287         * assistant.el (assistant-render-node): Fix up rendering and
17288         read-only text.
17289         (assistant-render-node): Reset.
17290         (assistant-make-read-only): Not sticky.
17291
17292 2004-05-20  Danny Siu  <dsiu@adobe.com>
17293
17294         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17295         centered even when gnus-auto-center-summary is t.
17296
17297 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17298
17299         * dns.el (dns-get-txt-answer): New function.
17300         (dns-read-txt): Ditto.
17301         (query-dns): Use it.
17302
17303 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17304
17305         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17306         active for foreign groups even if the group level is higher than
17307         the specified value.
17308
17309 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17310
17311         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17312         non-active groups.
17313
17314         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17315
17316 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17317
17318         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17319
17320 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17321
17322         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17323         (spam-crm114-header, spam-crm114-spam-switch)
17324         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17325         (spam-crm114-positive-spam-header)
17326         (spam-crm114-database-directory, spam-list-of-processors)
17327         (spam-group-spam-processor-crm114-p)
17328         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17329         (spam-generic-score, spam-list-of-checks)
17330         (spam-list-of-statistical-checks, spam-registration-functions)
17331         (spam-check-crm114-headers, spam-crm114-score)
17332         (spam-check-crm114, spam-crm114-register-with-crm114)
17333         (spam-crm114-register-spam-routine)
17334         (spam-crm114-unregister-spam-routine)
17335         (spam-crm114-register-ham-routine)
17336         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17337         From asjo@koldfront.dk (Adam Sjøgren).
17338
17339         * gnus.el: Add spam-use-crm114.
17340
17341         * spam.el (spam-list-of-processors, spam-registration-functions):
17342         Add spam-use-resend.
17343         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17344         (spam-report-articles-gmane): Add doc fix.
17345         (spam-report-articles-resend, spam-report-resend-register-routine):
17346         Add wrappers around spam-report-resend-to.
17347
17348         * spam-report.el (spam-report-resend-to, spam-report-resend):
17349         Add support for resending spam.
17350         (spam-report-gmane): Fix line length >80.
17351
17352         * gnus.el (spam-process): Add spam-use-resend.
17353
17354 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17355
17356         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17357         number of processed spam messages.
17358         (spam-ham-copy-or-move-routine): Return the number of processed
17359         ham messages.
17360         (spam-summary-prepare-exit): Use the above values to decide
17361         whether status messages shouled be displayed.
17362
17363 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17364
17365         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17366         `rfc2047-encoding-function-alist' in order to avoid conflicting
17367         with the old version.
17368         (rfc2047-encode-region): Concatenate words containing non-ASCII
17369         characters in structured fields; don't encode space-delimited
17370         ASCII words even in unstructured fields; don't break words at
17371         char-category boundaries.
17372         (rfc2047-encode-1): New function.
17373         (rfc2047-encode): Use it; encode text so that it occupies the
17374         maximum width within 76-column; work correctly on Q encoding for
17375         iso-2022-* charsets.
17376         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17377         sure not to break a line just after the header name.
17378         (rfc2047-b-encode-region): Remove.
17379         (rfc2047-b-encode-string): New function.
17380         (rfc2047-q-encode-region): Remove.
17381         (rfc2047-q-encode-string): New function.
17382
17383         * mm-util.el (mm-replace-in-string): New function.
17384
17385 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17386
17387         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17388         Really get it right.
17389         (gnus-inews-make-draft): Really.
17390
17391 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17392
17393         * nnmh.el (nnmh-request-list-1): Don't check the link count
17394         before descending.  (small patch)
17395
17396 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17397
17398         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17399         stuff.
17400
17401         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17402         Match on real group name.
17403
17404         * gnus-art.el (gnus-signature-limit): Doc fix.
17405
17406         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17407
17408         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17409
17410 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17411
17412         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17413         isn't a string.
17414
17415 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17416
17417         * gnus-draft.el (gnus-draft-send):
17418         Bind rfc2047-encode-encoded-words.
17419
17420         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17421         (rfc2047-encodable-p): Say that =? needs encoding.
17422         (rfc2047-encode-encoded-words): New variable.
17423
17424         * gnus-group.el (gnus-group-select-group): Doc fix.
17425
17426         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17427
17428         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17429         to nil.
17430
17431         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17432
17433         * nnheader.el (nnheader-get-lines-and-char): New function.
17434
17435 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17436
17437         * gnus-msg.el (gnus-summary-followup-with-original):
17438         Document yanking of region when active.
17439
17440 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17441
17442         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17443         groups if the group level is higher than the specified value.
17444
17445 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17446
17447         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17448         (gnus-group-jump-to-group): Add prefix argument using
17449         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17450         non-active group.
17451
17452         * compface.el (uncompface): Be verbose when changing
17453         `uncompface-use-external'.
17454
17455         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17456         handle manual section.
17457
17458 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17459
17460         * gnus-art.el (gnus-button-alist): Revert previous change.
17461
17462 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17463
17464         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17465
17466 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17467
17468         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17469         whether backend can accept message.
17470
17471         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17472
17473 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17474
17475         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17476         Avoid creating directory when nntp-marks-is-evil is true.
17477         Reported by Reiner Steib.
17478
17479 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17480
17481         * gnus-picon.el (gnus-picon-style): New variable.
17482         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17483         (gnus-picon-transform-address): Support `gnus-picon-style'.
17484         From Jesper Harder <harder@ifa.au.dk>.
17485
17486 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17487
17488         * message.el (message-fill-field): Return point.
17489         (message-generate-headers): Go to end of field.
17490
17491         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17492         stuff for non-living groups.
17493
17494 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17495
17496         * gnus-art.el (gnus-article-followup-with-original)
17497         (gnus-article-reply-with-original): gnus-mark-active-p ->
17498         gnus-region-active-p.
17499
17500 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17501
17502         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17503         only when there is spam or ham to be processed.
17504
17505 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17506
17507         * mail-source.el (mail-source-delete-crash-box): Refactor.
17508         (mail-source-fetch): Use it.
17509         (mail-source-fetch-file): Ditto.
17510         (mail-source-fetch-directory): Run postscript in loop.
17511         (mail-source-fetch-pop): Delete.
17512         (mail-source-fetch-maildir): Ditto.
17513         (mail-source-fetch-imap): Ditto.
17514
17515         * imap.el (imap-authenticators): Comment out sasl.
17516
17517         * message.el (message-skip-to-next-address): New function.
17518         (message-fill-header-address): Refactor.
17519         (message-fill-address): Use it.
17520         (message-delete-address): Use it.
17521         (message-fill-header-general): Refactor.
17522         (message-fill-field-address): Rename.
17523         (message-narrow-to-field): Find the start of the header.
17524         (message-header-format-alist): Don't pre-fill.
17525         (message-fill-header): Remove.
17526         (message-insert-header): New function.
17527         (message-shorten-references): Use it.
17528
17529         * rfc2047.el (rfc2047-field-value): Strip props.
17530
17531         * mail-parse.el (mail-header-make-address): New alias.
17532
17533         * ietf-drums.el (ietf-drums-make-address): New function.
17534
17535         * imap.el: Add compiler directives.
17536
17537         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17538
17539         * gnus-art.el (article-decode-idna-rhs): Don't use
17540         message-idna-inside-rhs-p.
17541
17542 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17543
17544         * message.el (message-idna-inside-rhs-p): Remove.
17545         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17546
17547         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17548         false positives.
17549
17550 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17551
17552         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17553
17554 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17555
17556         * nneething.el (nneething-file-name): Don't create spurious
17557         files.
17558
17559         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17560         (gnus-inews-do-gcc): Remove sleep.
17561
17562         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17563         part under point.
17564
17565         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17566         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17567
17568 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17569
17570         * spam.el (spam-summary-prepare-exit): Fix (length).
17571
17572 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17573
17574         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17575         as expired without moving it" message when there are spam
17576         messages left.
17577
17578 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17579
17580         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17581         header is not nil.
17582
17583 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17584
17585         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17586         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17587         (nntp-marks-changed-p): New arg SERVER.
17588         (nntp-request-update-info): Adjust caller.
17589
17590 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17591
17592         * nntp.el (nntp-save-marks): Pass missing arg.
17593
17594 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17595
17596         * nntp.el: Support marks.
17597         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17598         (nntp-marks-modtime, nntp-marks-directory): New variables.
17599         (nntp-request-set-mark, nntp-request-update-info)
17600         (nntp-possibly-create-directory, nntp-marks-changed-p)
17601         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17602         New functions.
17603
17604 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17605
17606         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17607         (gnus-xmas-redefine): Rename.
17608
17609         * gnus-score.el (gnus-score-insert-help):
17610         Use gnus-select-lowest-window.
17611
17612         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17613         appt-select-lowest-window and rename to gnus-select-lowest-window.
17614
17615         * gnus.el: do.
17616
17617 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17618
17619         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17620         encodings of MIME-encoded words, in order to improve
17621         interoperability with several broken MUAs.
17622
17623 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17624
17625         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17626         tags, only when charsets are not specified in headers.
17627         (mm-inline-text-html-render-with-w3m): Ditto.
17628
17629         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17630         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17631
17632 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17633
17634         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17635         instead of MIME-decoded from fields when checking
17636         `gnus-article-address-banner-alist'.
17637
17638 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17639
17640         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17641         description rather than subject.
17642
17643 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17644
17645         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17646
17647 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17648
17649         * gnus.el (gnus-version-number): Bump.
17650
17651 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17652
17653         * gnus.el: No Gnus v0.2 is released.
17654
17655 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17656
17657         * gnus-agent.el (gnus-agent-read-agentview):
17658         Inline gnus-uncompress-range.
17659
17660 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17661
17662         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17663         `exec-installed-p'.
17664
17665 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17666
17667         * gnus.el (spam-process, spam-autodetect-methods):
17668         Add bsfilter and bsfilter-headers.
17669
17670         * spam.el (spam-bsfilter): New customize group.
17671         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17672         (spam-bsfilter-header, spam-bsfilter-probability-header)
17673         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17674         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17675         (spam-bsfilter-database-directory): New options.
17676         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17677         (spam-list-of-statistical-checks, spam-registration-functions):
17678         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17679         (spam-bsfilter-score): New command.
17680         (spam-check-bsfilter-headers, spam-check-bsfilter)
17681         (spam-bsfilter-register-with-bsfilter)
17682         (spam-bsfilter-register-spam-routine)
17683         (spam-bsfilter-unregister-spam-routine)
17684         (spam-bsfilter-register-ham-routine)
17685         (spam-bsfilter-unregister-ham-routine): New functions.
17686         (spam-generic-score): Support bsfilter; Accept an optional argument
17687         to recalcurate spam score even if scoring header has already been
17688         added.
17689         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17690         optional argument to recalcurate spam score even if scoring header
17691         has already been added.
17692
17693 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17694
17695         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17696         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17697         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17698         link is missing.
17699
17700 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17701
17702         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17703         (html2text-get-attr): Rewrite.
17704
17705         * message.el (message-setup-1): Remove redundant put-text-property
17706         on mail-header-separator.
17707
17708 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17709
17710         * gnus-registry.el (gnus-registry-cache-whitespace)
17711         (gnus-registry-action, gnus-registry-spool-action)
17712         (gnus-registry-split-fancy-with-parent): Change message levels
17713         from 5 to 3 or 7, as needed.
17714
17715         * spam.el (spam-summary-prepare-exit)
17716         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17717         (spam-split, spam-find-spam, spam-log-undo-registration)
17718         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17719         level from 5 to 6.
17720
17721 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17722
17723         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17724         2004-03-04 change).
17725
17726 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17727
17728         * sieve-manage.el (sieve-manage-open):
17729         * nnweb.el (nnweb-insert-html):
17730         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17731         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17732         * nnspool.el (nnspool-request-group):
17733         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17734         * nnml.el (nnml-request-update-info):
17735         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17736         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17737         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17738         (nnimap-request-set-mark):
17739         * nnfolder.el (nnfolder-request-update-info):
17740         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17741         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17742         * gnus-uu.el (gnus-uu-find-articles-matching):
17743         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17744         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17745         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17746         * gnus-nocem.el (gnus-nocem-scan-groups):
17747         * gnus-int.el (gnus-start-news-server):
17748         * gnus-group.el (gnus-group-make-kiboze-group)
17749         (gnus-group-browse-foreign-server):
17750         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17751         Use mapc when appropriate.
17752
17753 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17754
17755         FIXME: Make separate entries for each person.
17756
17757         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17758         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17759         <shields@msrl.com>:
17760
17761         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17762         may need for spam sorting and scoring.
17763         (spam-user-format-function-S): Add user format function suitable for
17764         general use.
17765         (spam-article-sort-by-spam-status): Add sorting function for summary
17766         sorting.
17767         (spam-extra-header-to-number): Add function to get a score from a
17768         header.
17769         (spam-summary-score): Add function to get a numeric score from the
17770         headers.
17771         (spam-generic-score): Fix function doc, was in wrong place.
17772         (spam-initialize): Take symbols when it's run, and install the
17773         extra headers that spam-necessary-extra-headers thinks we need.
17774
17775 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17776
17777         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17778         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17779
17780 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17781
17782         * gnus-sum.el (gnus-set-global-variables)
17783         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17784         (gnus-article-get-xrefs, gnus-summary-best-group)
17785         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17786         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17787         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17788         Use with-current-buffer.
17789
17790 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17791
17792         * spam.el (spam-summary-prepare-exit): Simplify logic.
17793         (spam-fetch-article-header): Read the article header if it's not
17794         available.
17795         (spam-list-articles): Simplify logic.
17796         (spam-filelist-register-routine): Fix bug with unregister-list.
17797
17798         * gnus-registry.el: Fix comments at beginning.
17799
17800 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17801
17802         * message.el (message-cater-to-broken-inn): Remove.
17803         (message-shorten-references): Make sure the total folded length of
17804         References is shorter than 998 characters to cater to a bug in INN
17805         2.3.  Also, don't pretend that references aren't folded -- this
17806         hasn't worked for a while.
17807
17808 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17809
17810         * gnus-agent.el (gnus-agentize):
17811         gnus-agent-send-mail-real-function no longer set to current value
17812         of message-send-mail-function but rather a lambda that calls
17813         message-send-mail-function.  The change makes the agent real-time
17814         responsive to user changes to message-send-mail-function.
17815
17816 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17817
17818         * legacy-gnus-agent.el
17819         (gnus-agent-convert-to-compressed-agentview): Fix typos with
17820         help from Florian Weimer <fw@deneb.enyo.de>
17821
17822 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17823
17824         * nnmail.el (nnmail-cache-insert): Revert last change.
17825
17826 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17827
17828         * nnmail.el (nnmail-cache-insert): Always check whether
17829         nnmail-cache-ignore-groups matches a group name.
17830
17831 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17832
17833         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17834         (spam-find-spam, spam-log-processing-to-registry)
17835         (spam-log-registered-p, spam-log-unregistration-needed-p)
17836         (spam-log-undo-registration): Use gnus-message instead of
17837         gnus-error, none of these errors are fatal.
17838
17839         * gnus-registry.el (gnus-registry-clean-empty-function)
17840         (gnus-registry-clean-empty): Remove only empty entries without
17841         extra data.
17842
17843 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17844
17845         * spam-stat.el (spam-stat-buffer-change-to-spam)
17846         (spam-stat-buffer-change-to-non-spam): Change (error) to
17847         (gnus-message 8) invocation.
17848
17849 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17850
17851         * nntp.el (nntp-via-netcat-command): New variable.
17852         (nntp-via-netcat-switches): New variable.
17853         (nntp-open-via-rlogin-and-netcat): New function.
17854         (nntp-open-connection-function): Doc fix.
17855         (nntp-telnet-command): Doc fix.
17856         (nntp-end-of-line): Doc fix.
17857         (nntp-via-rlogin-command): Doc fix.
17858         (nntp-via-user-name): Doc fix.
17859         (nntp-via-address): Doc fix.
17860
17861 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17862
17863         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17864         error in Emacs 21.1.
17865
17866 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17867
17868         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17869
17870 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17871
17872         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17873         (gnus-agent-with-refreshed-group): New macro.
17874         (gnus-agent-rename-group): New function.
17875         (gnus-agent-delete-group): New function.
17876         (gnus-agent-save-group-info): Use gnus-command-method when
17877         `method' parameter is nil.  Don't write nil entries into the
17878         active file.
17879         (gnus-agent-get-group-info): New function.
17880         (gnus-agent-fetch-articles):
17881         Use gnus-agent-update-files-total-fetched-for to increment disk space
17882         used.
17883         (gnus-agent-fetch-headers, gnus-agent-save-alist):
17884         Use gnus-agent-update-view-total-fetched-for to increment disk space
17885         used.
17886         (gnus-agent-get-local): Add optional parameters to avoid calling
17887         gnus-group-real-name and gnus-find-method-for-group.
17888         (gnus-agent-set-local): Delete stored entry if either min, or max,
17889         are nil.
17890         (gnus-agent-fetch-session): Reworded error/quit messages.
17891         On quit, use gnus-agent-regenerate-group to record existance of any
17892         articles fetched to disk before the quit occurred.
17893         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17894         gnus-agent-update-view-total-fetched-for, and
17895         gnus-agent-update-files-total-fetched-for to decrement disk space
17896         used.
17897         (gnus-agent-retrieve-headers):
17898         Use gnus-agent-update-view-total-fetched-for to increment disk space
17899         used.
17900         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17901         with gnus-agent-update-files-total-fetched-for to decrement disk
17902         space and fresh group buffer.
17903         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17904         (gnus-agent-need-update-total-fetched-for): New variable.
17905         (gnus-agent-update-files-total-fetched-for): New function.
17906         (gnus-agent-update-view-total-fetched-for): New function.
17907         (gnus-agent-total-fetched-for): New function.
17908
17909         * gnus-cache.el (gnus-cache-save-buffers):
17910         Use gnus-cache-update-overview-total-fetched-for to change disk space
17911         used by this group.
17912         (gnus-cache-possibly-enter-article):
17913         Use gnus-cache-update-file-total-fetched-for to increment disk space
17914         used by this group.
17915         (gnus-cache-possibly-remove-article):
17916         Use gnus-cache-update-file-total-fetched-for to decrement disk space
17917         used by this group.
17918         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17919         (gnus-cache-rename-group): New function.
17920         (gnus-cache-delete-group): New function.
17921         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17922         (gnus-cache-need-update-total-fetched-for): New variable.
17923         (gnus-cache-with-refreshed-group): New macro.
17924         (gnus-cache-update-file-total-fetched-for): New function.
17925         (gnus-cache-update-overview-total-fetched-for): New function.
17926         (gnus-cache-rename-group-total-fetched-for): New function.
17927         (gnus-cache-delete-group-total-fetched-for): New function.
17928         (gnus-cache-total-fetched-for): New function.
17929
17930         * gnus-group.el: Require gnus-sum and autoload functions to
17931         resolve warnings when gnus-group.el compiled alone.
17932         (gnus-group-line-format): Documented new %F.
17933         (size of Fetched data) group line format; identifies disk space
17934         used by agent and cache.
17935         (gnus-group-line-format-alist): Defined new F format.
17936         (gnus-total-fetched-for): New function.
17937         (gnus-group-delete-group): No longer update
17938         gnus-cache-active-altered as gnus-request-delete-group now keeps
17939         the cache in sync.
17940         (gnus-group-list-active): Let the agent store a server's active
17941         list if currently plugged.
17942
17943         * gnus-int.el (gnus-request-delete-group):
17944         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17945         local disk in sync with the server.
17946         (gnus-request-rename-group):
17947         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17948         local disk in sync with the server.
17949
17950         * gnus-start.el (gnus-get-unread-articles):
17951         Cosmetic simplification to logic.
17952
17953         * gnus-util.el (gnus-rename-file): New function.
17954
17955 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17956
17957         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17958
17959 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17960
17961         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17962         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17963
17964 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17965
17966         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17967         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17968
17969 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17970
17971         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17972
17973 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17974
17975         * spam.el (spam-set-difference): Add function to replace
17976         gnus-set-difference in spam.el.
17977         (spam-summary-prepare-exit): Use spam-set-difference.
17978
17979 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17980
17981         * gnus-registry.el (gnus-registry-cache-file): Update to use
17982         gnus-dribble-directory OR gnus-home-directory OR ~.
17983         (gnus-registry-split-fancy-with-parent): Fix doc.
17984
17985 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17986
17987         * message.el (message-exchange-point-and-mark):
17988         Use message-mark-active-p.  Suggested by Jesper Harder
17989         <harder@ifa.au.dk>.
17990
17991 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17992
17993         * message.el (message-exchange-point-and-mark): Don't activate
17994         region if it was inactive.  Suggested by Hiroshi Fujishima
17995         <pooh@nature.tsukuba.ac.jp>.
17996
17997 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17998
17999         * gnus-art.el (article-display-face): Display Faces in the same
18000         order as X-Faces.
18001
18002 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18003
18004         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18005
18006 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18007
18008         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18009         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18010         (gnus-article-mime-hierarchy): Remove.
18011         (gnus-article-mime-hierarchy-next): Remove.
18012         (gnus-article-mode): Revert 2004-03-19 change.
18013         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18014         (gnus-insert-mime-button): Revert 2004-03-19 change.
18015         (gnus-mime-accumulate-hierarchy): Remove.
18016         (gnus-mime-enter-multipart): Remove.
18017         (gnus-mime-leave-multipart): Remove.
18018         (gnus-mime-display-part): Revert 2004-03-19 change.
18019         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18020
18021         * mml.el (mml-preview): Revert 2004-03-19 change.
18022
18023 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18024
18025         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18026
18027 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18028
18029         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18030         t while entering a file name using the mm-with-multibyte macro.
18031         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18032
18033         * mm-util.el (mm-with-multibyte): New macro.
18034
18035 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18036
18037         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18038         New user option.
18039         (gnus-mime-multipart-functions): Doc and customization fix.
18040         (gnus-article-mime-hierarchy): New variable.
18041         (gnus-article-mime-hierarchy-next): New variable.
18042         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18043         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18044         gnus-article-mime-hierarchy-next to nil.
18045         (gnus-insert-mime-button): Show hierarchy numbers.
18046         (gnus-mime-accumulate-hierarchy): New function.
18047         (gnus-mime-enter-multipart): New function.
18048         (gnus-mime-leave-multipart): New function.
18049         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18050         (gnus-mime-display-alternative): Show hierarchy numbers.
18051
18052         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18053         gnus-article-mime-hierarchy-next to nil.
18054
18055 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18056
18057         * dns.el: Don't require gnus-xmas.
18058
18059 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18060
18061         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18062         inline PGP.
18063         (mml-menu): Disable mml-quote-region if mark is inactive.
18064
18065 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18066
18067         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18068         when the group's active is not available.
18069
18070 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18071
18072         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18073         error.
18074
18075 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18076
18077         * imap.el (imap-store-password): New variable.
18078         (imap-interactive-login): Use it.
18079         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18080
18081 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18082
18083         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18084         window-start and hscroll to summary window.
18085
18086 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18087
18088         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18089         conversion message to newsrc-dribble when an actual conversion is
18090         performed.
18091
18092 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18093
18094         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18095
18096 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18097
18098         * mm-decode.el (mm-complicated-handles): New function reviving
18099         former definition of mm-multiple-handles.
18100
18101         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18102         (gnus-mime-delete-part): Use it.
18103
18104 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18105
18106         * gnus-agent.el (gnus-agent-read-local):
18107         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18108         avoid the implicit assumption that they will always be equal.
18109         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18110         coding-system-for-write, as the with-temp-file macro first prints
18111         to a buffer then saves the buffer.
18112
18113 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18114
18115         * gnus-art.el (gnus-article-edit-part): New function.
18116         (gnus-mime-save-part-and-strip): Use it; do query instead of
18117         signaling an error; don't use mm-multiple-handles.
18118         (gnus-mime-delete-part): Ditto.
18119
18120 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18121
18122         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18123         old file versions.
18124         (gnus-group-prepare-hook): Remove function that converted list
18125         form of gnus-agent-expire-days to group properties.
18126
18127         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18128         (gnus-request-accept-article): Re-indented.
18129
18130         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18131         converters to handle old agent file formats.  Add logic for a
18132         "backup before upgrading warning".
18133         (gnus-convert-mark-converter-prompt): Developers can mark
18134         functions as needing (default), or not needing,
18135         gnus-convert-old-newsrc's "backup before upgrading warning".
18136         (gnus-convert-converter-needs-prompt): Tests whether the user
18137         should be protected from potentially irreversable changes by the
18138         function.
18139
18140         * legacy-gnus-agent.el: New.  Provides converters that are only
18141         loaded when gnus-convert-old-newsrc needs to call them.
18142
18143 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18144
18145         * mail-source.el (mail-source-touch-pop): Doc fix.
18146
18147         * message.el (message-smtpmail-send-it): Doc fix.
18148
18149 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18150
18151         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18152
18153         * nnmail.el (nnmail-split-fancy): do.
18154
18155         * gnus-kill.el (gnus-kill, gnus-execute): do.
18156
18157 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18158
18159         * gnus-sum.el (gnus-widget-reversible-match)
18160         (gnus-widget-reversible-to-internal)
18161         (gnus-widget-reversible-to-external): New functions.
18162         (gnus-widget-reversible): New widget.
18163         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18164
18165 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18166
18167         * gnus-sum.el (gnus-thread-sort-functions)
18168         (gnus-article-sort-functions): Document `(not F)' items.
18169
18170 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18171
18172         * spam.el (spam-use-gmane-xref): Add new backend.
18173         (spam-gmane-xref-spam-group): Add variable to control the name of the
18174         Gmane spam group.
18175         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18176         (spam-regex-headers-spam, spam-regex-headers-ham)
18177         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18178         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18179         backends and checks.
18180         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18181
18182         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18183         an autodetect method.
18184
18185 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18186
18187         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18188         articles are being added to a group.
18189         (gnus-request-replace-article): Inform the agent that articles
18190         need to be uncached as the cached contents are no longer valid.
18191
18192 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18193
18194         * binhex.el: Don't autoload executable-find.
18195
18196         * canlock.el: Don't autoload mail-fetch-field.
18197
18198         * dgnushack.el: Autoload c-mode for XEmacs.
18199
18200         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18201
18202         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18203         rmail-dont-reply-to and rmail-output.
18204
18205         * gnus-score.el: Don't autoload ffap-string-at-point.
18206
18207         * gnus-setup.el: Don't autoload sc-cite-original.
18208
18209         * imap.el: Don't autoload base64-decode-string,
18210         base64-encode-string and md5.
18211
18212         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18213         and rmail-msg-restore-non-pruned-header.
18214
18215         * mm-decode.el: Don't autoload executable-find.
18216
18217         * mm-url.el: Don't autoload executable-find.
18218
18219         * mm-view.el: Don't autoload diff-mode.
18220
18221         * nndb.el: Don't autoload news-reply-mode, news-setup,
18222         cancel-timer and telnet.
18223
18224         * password.el: Don't autoload run-at-time for Emacs.
18225
18226         * sha1-el.el: Don't autoload executable-find.
18227
18228         * sieve-mode.el: Don't autoload c-mode.
18229
18230         * uudecode.el: Don't autoload executable-find.
18231
18232 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18233
18234         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18235         (gnus-agent-possibly-alter-active): Avoid null in numeric
18236         comparison.
18237         (gnus-agent-set-local): Refuse to save null in local object table.
18238         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18239         list of articles that will be marked as unread.
18240
18241 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18242
18243         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18244
18245 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18246
18247         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18248         language tags.
18249
18250 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18251
18252         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18253         Don't bind "obarray".
18254
18255         * gnus-sum.el (gnus-thread-sort-functions):
18256         Add `gnus-thread-sort-by-most-recent-number' and
18257         `gnus-thread-sort-by-most-recent-date'.
18258         Reported by Kai Grossjohann <kai@emptydomain.de>.
18259
18260 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18261
18262         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18263
18264 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18265
18266         * gnus-cus.el (gnus-agent-customize-category):
18267         Remove ignore-errors macro reference that required cl to be loaded at
18268         run-time.
18269
18270         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18271         single-interval range of the form (min . max).  Previously the
18272         range had to look like ((min . max)).  Likewise, return
18273         (min . max) rather than ((min . max)).
18274         (gnus-range-map): Use gnus-range-normalize to accept
18275         single-interval range.
18276
18277         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18278         the cache, but not the agent, now appear with their usual face.
18279
18280         * dgnushack.el (loaddir): New variable that is bound to the
18281         directory containing the dgnushack.el file. Use loaddir, rather
18282         than srcdir, to update load-path. Change lets dgnushack compile
18283         code in directories other than GNUS/lisp.
18284
18285 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18286
18287         * lpath.el: Don't bind w3m-safe-url-regexp.
18288
18289         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18290         w3m-safe-url-regexp variable buffer-local.
18291
18292         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18293
18294 2004-02-27  Simon Josefsson  <jas@extundo.com>
18295
18296         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18297         gnus-group-real-prefix.
18298         (gnus-summary-move-article): Use it, instead of
18299         gnus-group-real-prefix.
18300
18301 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18302
18303         * lpath.el: Bind w3m-safe-url-regexp.
18304
18305         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18306         w3m-safe-url-regexp variable buffer-local and set it as the value
18307         of mm-w3m-safe-url-regexp.
18308
18309         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18310
18311         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18312         parsing gnus-posting-styles when the message is not for replying.
18313
18314         * dgnushack.el: Autoload sgml-mode for XEmacs.
18315
18316         * nnrss.el (nnrss-opml-export):
18317         Use mm-set-buffer-file-coding-system instead of
18318         set-buffer-file-coding-system.
18319
18320 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18321
18322         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18323         of checkdoc.el).
18324         * nnrss.el: do.
18325         * gnus-mlspl.el: do.
18326         * gnus-ml.el: do.
18327         * gnus-srvr.el: do.
18328
18329         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18330
18331 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18332
18333         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18334         Corrections to custom-manual links.
18335
18336         * gnus-art.el (gnus-article): Ditto.
18337
18338         * mm-decode.el (mime-display, mime-security): Ditto.
18339
18340 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18341
18342         * flow-fill.el: Typo.
18343
18344 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18345
18346         * spam-wash.el: New file.
18347
18348 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18349
18350         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18351
18352 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18353
18354         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18355         to be run with new-articles as LIST1, not LIST2.
18356         (spam-registration-functions): Add spam-use-ham-copy as a nil
18357         registration backend.
18358
18359 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18360
18361         * spam-stat.el (spam-stat-washing-hook): New option.
18362         (spam-stat-buffer-words): Use it.
18363         (spam-stat-process-directory, spam-stat-test-directory):
18364         Use insert-file-contents-literally.
18365         (spam-stat-coding-system): New variable.
18366         (spam-stat-load, spam-stat-save): Use it.
18367
18368 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18369
18370         * spam-report.el (spam-report-plug-agent):
18371         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18372
18373 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18374
18375         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18376         Allow / in mailto URLs.
18377
18378 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18379
18380         * spam-report.el (spam-report-process-queue): Fix interactive use.
18381         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18382         (spam-report-unplug-agent): Doc fixes.
18383         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18384         (spam-report-agentize, spam-report-deagentize): Autoload.
18385
18386 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18387
18388         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18389
18390         * message.el (message-setup-fill-variables): Add mml tags to
18391         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18392         <ajk@iu.edu>.
18393         (message-mode): Don't modify paragraph-separate there.
18394
18395 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18396
18397         * compface.el (uncompface-use-external): Default to undecided.
18398         (uncompface-use-external-threshold): New variable.
18399         (uncompface-float-time): New macro.
18400         (uncompface): Determine whether to use the external decoder if
18401         uncompface-use-external is undecided.
18402
18403 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18404
18405         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18406         after images.
18407
18408         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18409
18410 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18411
18412         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18413
18414         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18415
18416         * gnus-sum.el (gnus-summary-limit-to-age)
18417         (gnus-summary-limit-children): do.
18418
18419         * gnus-int.el (gnus-request-scan): do.
18420
18421         * gnus-group.el (gnus-group-suspend): do.
18422
18423         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18424
18425         * gnus-cite.el (gnus-cite-parse-attributions): do.
18426
18427         * gnus-agent.el (gnus-summary-set-agent-mark)
18428         (gnus-agent-regenerate-group): do.
18429
18430         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18431
18432         * binhex.el (binhex-decode-region-internal): do.
18433
18434 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18435
18436         * gnus-fun.el (gnus-face-properties-alist): New user option.
18437         (gnus-display-x-face-in-from): Use it.
18438
18439         * gnus-art.el (article-display-face): Ditto.
18440
18441         * compface.el (uncompface-use-external): Default to nil.
18442
18443 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18444
18445         * nntp.el (nntp-erase-buffer): New function.
18446         (nntp-retrieve-data, nntp-send-command)
18447         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18448         (nntp-possibly-change-group): Use it.
18449
18450         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18451         Use with-current-buffer.
18452
18453 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18454
18455         * compface.el: Merge the ELisp-based uncompface program.
18456         (compface): New customization group.
18457         (uncompface-use-external): New user option.
18458         (uncompface): Call uncompface-internal if uncompface-use-external
18459         is nil.
18460         (uncompface-internal): New function.  Note that there are also
18461         some other functions and variables added for this function.
18462
18463 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18464
18465         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18466         if necessary.
18467
18468 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18469
18470         * spam-report.el (spam-report-unplug-agent)
18471         (spam-report-plug-agent, spam-report-deagentize)
18472         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18473         Add support for the Agent in spam-report: when unplugged, report to a
18474         file; when plugged, submit all the requests.
18475
18476         * spam.el (spam-register-routine): Fix message about
18477         registration.
18478
18479 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18480
18481         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18482         dependencies.
18483         (rfc2047-encode): Use it.
18484
18485         * gnus-art.el (gnus-button-marker-list): Move before first
18486         reference.
18487
18488         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18489         (imap-parse-body): Fix format string mismatch.
18490
18491         * gnus-score.el (gnus-summary-increase-score): do.
18492
18493         * nnrss.el (nnrss-close): New function.
18494
18495 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18496
18497         * nnrss.el (nnrss-make-filename): New function.
18498         (nnrss-request-delete-group, nnrss-read-server-data)
18499         (nnrss-save-server-data, nnrss-read-group-data)
18500         (nnrss-save-group-data): Use it.
18501         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18502         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18503         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18504
18505 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18506
18507         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18508
18509 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18510
18511         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18512         files.
18513
18514         * message.el (message-generate-headers-first): Don't quote nil
18515         and t in docstrings.
18516
18517         * imap.el (imap-id): do.
18518
18519         * gnus-agent.el (gnus-agent-consider-all-articles)
18520         (gnus-agent-queue-mail): do.
18521
18522 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18523
18524         * spam-report.el (spam-report-process-queue): New function.
18525         Process requests from `spam-report-requests-file'.
18526         (spam-report-process-queue): Doc fix.
18527
18528 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18529
18530         * spam.el (spam-register-routine)
18531         (spam-log-processing-to-registry, spam-log-registered-p)
18532         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18533         Change "check" to "spam-check" for semi-clarity.
18534
18535 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18536
18537         * pop3.el: Require nnheader.
18538
18539         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18540
18541         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18542
18543         * gnus-picon.el: Require cl.
18544
18545         * gnus-fun.el: Require gnus-ems and gnus-util.
18546
18547         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18548
18549         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18550
18551         * gnus-art.el (gnus-article-edit-mode): Define before first
18552         reference.
18553
18554 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18555
18556         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18557         (gnus-uu-post-encoded): Use point-at-bol.
18558
18559         * gnus-topic.el (gnus-group-active-topic-p): do.
18560
18561         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18562
18563         * gnus-group.el (gnus-group-kill-region): do.
18564
18565         * gnus-art.el (article-date-ut): do.
18566
18567         * message.el (message-fetch-field): Remove redundant
18568         case-fold-search binding.
18569         (message-narrow-to-field): Simplify.
18570
18571 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18572
18573         * spam.el (spam-directory): Derive from `gnus-directory'.
18574
18575         * spam-report.el (spam-report-url-to-file)
18576         (spam-report-requests-file): New function and variable for offline
18577         reporting.
18578         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18579         and user defined function.
18580         (spam-report-url-ping-mm-url): Remove doubled slash.
18581
18582 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18583
18584         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18585
18586 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18587
18588         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18589         Fix format string mismatch.
18590
18591         * sieve.el (sieve-deactivate-all): do.
18592
18593         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18594
18595         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18596
18597         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18598
18599         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18600
18601 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18602
18603         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18604         the list of checks.
18605
18606 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18607
18608         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18609         padding.
18610
18611 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18612
18613         * mm-view.el (mm-fill-flowed): New variable.
18614         (mm-inline-text): Use it.
18615
18616 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18617
18618         * spam.el (spam-spamassassin-register-ham-routine)
18619         (spam-spamassassin-register-spam-routine): Fix function names.
18620
18621 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18622
18623         * gnus.el (gnus-tmp-grouplens): Remove.
18624         (gnus-summary-line-format): Remove grouplens.
18625
18626         * gnus-group.el (gnus-group-line-format): Ditto.
18627
18628         * gnus-spec.el (gnus-format-specs): Ditto.
18629         (gnus-update-format-specifications): Flush the group format spec
18630         cache if there's the grouplens stuff.
18631         (gnus-parse-simple-format): Replace %l with the empty string.
18632
18633 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18634
18635         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18636         omission.
18637
18638 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18639
18640         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18641         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18642
18643 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18644
18645         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18646         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18647         New macros and functions.
18648         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18649         Handle > NLINK_MAX messages.
18650         * nnmaildir.el (nnmaildir-request-set-mark):
18651         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18652
18653 2004-01-25  Alex Schroeder  <alex@gnu.org>
18654
18655         * spam-stat.el (spam-stat-process-directory-age): New option.
18656         (spam-stat-process-directory): Use it.
18657
18658 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18659
18660         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18661         (spam-stat-save): Accept prefix argument.
18662
18663 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18664
18665         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18666         links" error.
18667
18668 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18669
18670         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18671         the rest of the and/or forms.
18672
18673 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18674
18675         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18676         compatibility with old .newsrc.eld files.
18677
18678         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18679
18680         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18681
18682         * gnus-start.el (gnus-1): do.
18683
18684         * gnus-group.el (gnus-group-line-format-alist): do.
18685
18686         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18687
18688         * gnus-gl.el: Remove.
18689
18690 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18691
18692         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18693         marks consisting of a single range {for example, (3 . 5)} rather
18694         than a list of a single range { ((3 . 5)) }.
18695
18696 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18697
18698         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18699         Use with-current-buffer.
18700         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18701         avoid consing a string.
18702
18703         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18704         Remove obsolete entries for big5 and gb2312.
18705
18706 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18707
18708         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18709         uncompressed list.
18710
18711 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18712
18713         * spam-stat.el (spam-stat-strip-xref): New function.
18714         (spam-stat-process-directory): Use it.
18715
18716         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18717         here -- it's done in message-fetch-field.
18718
18719 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18720
18721         * gnus-agent.el (gnus-agent-queue-mail)
18722         (gnus-agent-prompt-send-queue): New variables.
18723         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18724         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18725         "nndraft:queue" along to gnus-draft-send.
18726         Use gnus-agent-prompt-send-queue.
18727         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18728         is "nndraft:queue".  Suggested by Gaute Strokkenes
18729         <gs234@srcf.ucam.org>
18730
18731         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18732         (agent-enable-undownloaded-faces): Add.
18733         (gnus-agent-cat-groups): Use eval-and-compile, not
18734         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18735         method of gnus-agent-cat-groups even when the buffer has been
18736         evaled.
18737         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18738         delete gnus-agent-save-active-1.
18739         (gnus-agent-save-groups): Delete.  Identical to
18740         gnus-agent-save-active.
18741         (gnus-agent-write-active): No longer adjust agent's copy of active
18742         file as agent's adjustments are now stored in their own
18743         file.  Remove optional parameter.
18744         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18745         servers.  Add use of min/max range limits from server's local
18746         file.
18747         (gnus-agent-save-alist): Remove unused optional argument.
18748         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18749         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18750         (gnus-agent-set-local): A per-server file that keeps min/max range
18751         limits for articles known to the agent.  Provides a fast mechanism
18752         for altering many active ranges.
18753         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18754         active file (local makes it unnecessary).
18755         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18756
18757         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18758         (agent-enable-undownloaded-faces): Add.
18759
18760         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18761         disable it when sending to "nndraft:queue".
18762         (gnus-group-send-queue): Add safety check to avoid sending queue
18763         when unplugged.
18764
18765         * gnus-group.el (gnus-group-catchup): Use new
18766         gnus-sequence-of-unread-articles, not
18767         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18768         numbers of articles.  Use gnus-range-map to avoid having to
18769         uncompress the unread list.
18770         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18771         Fix invalid ange-ftp reference.
18772
18773         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18774         (gnus-sorted-range-intersection): Intersection of two ranges
18775         without requiring that they first be uncompressed.
18776
18777         * gnus-start.el (gnus-activate-group): Unless blocked by the
18778         caller, possibly expand the active range to include both cached
18779         and agentized articles.
18780         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18781         multiple version-dependent converters.
18782         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18783         gnus-agent-save-active.
18784         (gnus-save-newsrc-file): Save dirty agent range limits.
18785
18786         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18787         gnus-agent-possibly-alter-active.
18788         (gnus-adjust-marked-articles): Faster handling of simple lists.
18789
18790 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18791
18792         * spam-stat.el (spam-stat-test-directory): New optional argument
18793         displays a list of files detected.  Suggested by Andrew Cohen
18794         <cohen@andy.bu.edu>.
18795         (spam-stat-buffer-words-with-scores): Don't narrow and change
18796         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18797
18798 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18799
18800         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18801         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18802         (spam-spamassassin-arguments)
18803         (spam-spamassassin-spam-flag-header)
18804         (spam-spamassassin-positive-spam-flag-header)
18805         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18806         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18807         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18808         (spam-list-of-processors, spam-list-of-checks)
18809         (spam-list-of-statistical-checks, spam-registration-functions)
18810         (spam-check-spamassassin-headers, spam-check-spamassassin)
18811         (spam-spamassassin-score)
18812         (spam-spamassassin-register-with-sa-learn)
18813         (spam-spamassassin-register-spam-routine)
18814         (spam-spamassassin-register-ham-routine)
18815         (spam-assassin-register-spam-routine)
18816         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18817         (spam-bogofilter-score): Fix to show article before scoring.
18818
18819 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18820
18821         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18822         default scoring function.
18823         (spam-generic-score): Call spam-spamassassin-score if
18824         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18825         spam-bogofilter-score otherwise.
18826
18827         * gnus.el (spam-process, spam-autodetect-methods):
18828         Add spamassassin and spamassassin-headers.
18829
18830 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18831
18832         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18833         Suppress unnecessary messages.
18834
18835 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18836
18837         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18838         make-hash-table.
18839
18840 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18841
18842         * canlock.el (base64-encode-string): Don't autoload it.
18843
18844 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18845
18846         * run-at-time.el: Remove useless (require 'itimer),
18847         eval-and-compile and (featurep 'xemacs).
18848
18849 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18850
18851         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18852         GROUP is a virtual group.
18853
18854 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18855
18856         * gnus.el: Autoload `message-y-or-n-p'.
18857
18858 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18859
18860         * pgg-parse.el: Remove unnecessary (require 'custom).
18861
18862         * pgg-def.el: do.
18863
18864         * nnmail.el: do.
18865
18866         * gnus-undo.el: do.
18867
18868         * gnus-picon.el: do.
18869
18870         * gnus-util.el: do.
18871
18872 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18873
18874         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18875
18876 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18877
18878         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18879         handle, as well as a list.
18880
18881         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18882         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18883         (mm-w3m-cid-retrieve): Simplify.
18884
18885 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18886
18887         * message.el (message-kill-to-signature): Allow prefix arg to
18888         specify number of lines to keep before signature.
18889
18890 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18891
18892         * message.el (message-kill-to-signature): Change docstring.
18893
18894 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18895
18896         * canlock.el: Always require sha1-el.
18897         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18898
18899         * message.el: Autoload sha1 only when compiling.
18900
18901         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18902         eudc-expand-inline for XEmacs.
18903
18904 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18905
18906         * message.el (message-canlock-generate): Require sha1-el.
18907
18908 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18909
18910         * message.el (message-expand-name): Silence the byte compiler.
18911
18912         * lpath.el: Add detect-coding-system.
18913
18914         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18915         cus-edit.
18916
18917 2004-01-13  Simon Josefsson  <jas@extundo.com>
18918
18919         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18920         Invoke gnus-score-mode.
18921         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18922
18923         * gnus-range.el (gnus-compress-sequence): Doc fix.
18924         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
18925
18926 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18927
18928         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18929
18930 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18931
18932         * spam.el (spam-get-article-as-string): Update to use
18933         gnus-request-article-this-buffer, much simpler.
18934         (spam-get-article-as-buffer): Remove.
18935
18936 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18937
18938         * message.el (message-expand-name): Use EUDC if the user uses that.
18939
18940 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18941
18942         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18943         character for the encoding to avoid consing a string.
18944
18945         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18946         unnecessarily.
18947
18948         * mm-util.el (mm-replace-chars-in-string): Remove.
18949
18950         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18951         of mm-replace-chars-in-string.
18952
18953 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18954
18955         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18956
18957         * mm-util.el (mm-subst-char-in-string): Support inplace.
18958
18959         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18960         a new string in every iteration.  Use shy groups.
18961
18962 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18963
18964         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18965         * gnus-soup.el (gnus-soup-group-brew):
18966         * gnus-msg.el (gnus-put-message):
18967         * gnus-move.el (gnus-group-move-group-to-server):
18968         * gnus-kill.el (gnus-batch-score):
18969         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18970         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18971         (gnus-group-update-group, gnus-group-read-group)
18972         (gnus-group-make-group, gnus-group-make-help-group)
18973         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18974         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18975         (gnus-group-sort-by-unread, gnus-group-catchup)
18976         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18977         (gnus-group-yank-group, gnus-group-set-info)
18978         (gnus-group-list-groups):
18979         * gnus.el (gnus-generate-new-group-name):
18980         * gnus-delay.el (gnus-delay-send-queue):
18981         * nnvirtual.el (nnvirtual-catchup-group):
18982         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18983         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18984         (gnus-group-prepare-topics, gnus-topic-check-topology):
18985         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18986         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18987         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18988         (gnus-group-make-articles-read):
18989         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18990         (gnus-group-change-level, gnus-kill-newsgroup)
18991         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18992         (gnus-get-unread-articles, gnus-make-articles-unread)
18993         (gnus-make-ascending-articles-unread): Use accessor
18994         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18995         to get group information for improved readability.
18996
18997
18998 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18999
19000         * gnus-art.el (article-decode-mime-words, article-babel)
19001         (gnus-article-highlight-signature, gnus-article-add-buttons)
19002         (gnus-signature-toggle): Use gnus-with-article-buffer.
19003
19004         * gnus-art.el (gnus-article-highlight-headers)
19005         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19006
19007         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19008         (gnus-article-set-globals, gnus-request-article-this-buffer)
19009         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19010         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19011         (gnus-mime-display-alternative): Use with-current-buffer.
19012
19013 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19014
19015         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19016         also under 80 char limit, and call gnus-error if needed.
19017         (spam-fetch-article-header): Fix - it was a
19018         buffer-local variable (gnus-newsgroup-data).
19019         (spam-find-spam): Use spam-generate-fake-headers, forget about
19020         spam-insert-fake-headers.
19021         (spam-insert-fake-headers): Remove.
19022
19023 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19024
19025         * deuglify.el (gnus-article-outlook-unwrap-lines)
19026         (gnus-outlook-rearrange-article)
19027         (gnus-outlook-repair-attribution-outlook)
19028         (gnus-outlook-repair-attribution-block)
19029         (gnus-outlook-repair-attribution-other): Remove redundant
19030         save-excursion.
19031
19032 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19033
19034         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19035         (spam-fetch-field-subject-fast)
19036         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19037         (spam-fetch-article-header): Add functions to deal with Gnus
19038         internals for fast retrieval of article header data.
19039         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19040
19041 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19042
19043         * pop3.el (pop3-md5): Remove.
19044         (pop3-apop): Replace pop3-md5 with md5.
19045
19046         * mm-bodies.el: base64 is always built-in.
19047
19048         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19049         Use with-current-buffer.
19050
19051 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19052
19053         * canlock.el (canlock-insert-header): Remove excessive grouping in
19054         regexp.
19055
19056         * gnus-sum.el (gnus-summary-read-document): Ditto.
19057
19058         * gnus-uu.el (gnus-uu-part-number): Ditto.
19059
19060         * html2text.el (html2text-remove-tags): Ditto.
19061         (html2text-format-tags): Ditto.
19062         (html2text-format-single-elements): Ditto.
19063
19064         * mml.el (mml-parse-1): Ditto.
19065
19066 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19067
19068         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19069
19070         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19071
19072         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19073
19074         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19075
19076 2003-11-15  Simon Josefsson  <jas@extundo.com>
19077
19078         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19079         (pgg-gpg-lookup-key): Use regexp match instead of
19080         split-string (split-string is different between emacs 21.2 and
19081         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19082
19083 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19084
19085         * gnus-art.el (gnus-mime-view-all-parts)
19086         (gnus-article-part-wrapper, gnus-article-view-part):
19087         Use with-current-buffer.
19088
19089 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19090
19091         * spam.el (spam-disable-spam-split-during-ham-respool)
19092         (spam-spamoracle-database, spam-cache-lookups)
19093         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19094         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19095         (spam-group-ham-marks, spam-group-spam-marks)
19096         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19097         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19098         also add spam-use-blackholes to the statistical checks.
19099         (spam-fetch-field-fast): Add interface to fetching fields, may
19100         become a macro.
19101         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19102         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19103         (spam-insert-fake-headers): Fake an article when needed.
19104         (spam-find-spam): Fake article when possible.
19105         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19106         (spam-check-bogofilter-headers): Use message-fetch-field instead
19107         of nnmail-fetch-field.
19108
19109 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19110
19111         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19112
19113 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19114
19115         * spam.el (spam-split): Do not require spam-use-CHECK to be
19116         enabled if that check is passed to spam-split explicitly; also
19117         fix so 'spam doesn't get converted to spam-split-group when
19118         spam-split-symbolic-return is t.
19119         (spam-find-spam): Find registrations of the article and use those
19120         instead of re-running spam-split to find the spam/ham
19121         classification of the article.
19122         (spam-log-processing-to-registry, spam-log-registered-p)
19123         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19124         Use gnus-error instead of gnus-message.
19125         (spam-log-registration-type): Add function to determine the
19126         classification of a message based on registry entries; will
19127         return nil if both 'spam and 'ham are found.
19128         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19129         a reasonably fast local cache without the loading errors.
19130         (spam-cache-lookups): Set to t by default.
19131         (spam-find-spam): Don't try to guess spam-cache-lookups.
19132         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19133         spam-caches entry.
19134         (spam-filelist-build-cache, spam-filelist-check-cache):
19135         Fix caching of whitelist/blacklist entries.
19136         (spam-check-whitelist, spam-check-blacklist):
19137         Invoke spam-from-listed-p with a type, not a cache variable.
19138         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19139
19140 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19141
19142         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19143
19144         * nnmail.el (nnmail-split-fancy): do.
19145
19146         * mml.el (mml-parse): do.
19147
19148         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19149         (gnus-score-adaptive): do.
19150
19151 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19152
19153         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19154         (gnus-mime-button-map): Don't set keymap parent.
19155         (gnus-button-ctan-directory-regexp): Use shy grouping.
19156         (gnus-prev-page-map): Don't set keymap parent.
19157         (gnus-prev-page-map): Remove duplicated one.
19158         (gnus-next-page-map): Don't set keymap parent.
19159         (gnus-mime-security-button-map): Ditto.
19160
19161         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19162         version number.
19163
19164         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19165
19166 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19167
19168         * canlock.el (canlock-sha1-function): Remove.
19169         (canlock-sha1-function-for-verify): Remove.
19170         (canlock-openssl-program): Remove.
19171         (canlock-openssl-args): Remove.
19172         (canlock-ignore-errors): Remove.
19173         (canlock-sha1-with-openssl): Remove.
19174         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19175         (canlock-verify): Don't use canlock-ignore-errors.
19176
19177         * sha1-el.el (sha1-string-external): Make it can return a string
19178         in binary form.
19179         (sha1-region-external): Ditto.
19180         (sha1-string-internal): Ditto.
19181         (sha1-region-internal): Ditto.
19182         (sha1-region): Ditto.
19183         (sha1-string): Ditto.
19184         (sha1): Ditto.
19185
19186 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19187
19188         * spam.el (spam-report-articles-gmane): New command.
19189
19190 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19191
19192         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19193
19194         * run-at-time.el (run-at-time-saved): Remove.
19195         (run-at-time): Doc fix.
19196
19197 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19198
19199         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19200         (gnus-summary-limit-map): Add it.
19201         (gnus-summary-make-menu-bar): do.
19202
19203 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19204
19205         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19206         Make attempt at some caching support (done for BBDB only now).
19207         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19208         addresses to be checked.
19209         (spam-clear-cache-BBDB): Add function, to be invoked by
19210         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19211         (spam-check-BBDB): Check and use the caches, if
19212         spam-cache-lookups is on, remove superfluous (provide).
19213
19214 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19215
19216         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19217
19218 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19219
19220         * run-at-time.el (run-at-time-saved): Move to after the definition
19221         of `run-at-time'.
19222
19223         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19224
19225 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19226
19227         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19228         mm-w3m-local-map-property.
19229
19230         * mm-view.el (mm-w3m-mode-map): Remove.
19231         (mm-w3m-local-map-property): Remove.
19232         (mm-inline-text-html-render-with-w3m): Don't use
19233         mm-w3m-local-map-property.
19234
19235 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19236
19237         * run-at-time.el: New file.
19238
19239         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19240         under Emacs.
19241
19242         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19243         of gnus-set-text-properties.
19244
19245         * gnus-uu.el (gnus-uu-save-article): Ditto.
19246
19247         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19248
19249         * gnus-cite.el (gnus-cite-parse): Ditto.
19250
19251         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19252         of gnus-.
19253
19254         * gnus-xmas.el (run-at-time): Require run-at-time.
19255
19256         * gnus.el: Change calls to nnheader-run-at-time and
19257         password-run-at-time throughout to use run-at-time directly.
19258
19259         * password.el: Remove definition of run-at-time.
19260
19261         * nnheaderxm.el: Remove definition of run-at-time.
19262
19263 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19264
19265         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19266         in prompt.
19267
19268 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19269
19270         * messagexmas.el (message-xmas-redefine): Alias
19271         `message-make-caesar-translation-table' to
19272         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19273         version.
19274
19275         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19276         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19277         `gnus-xmas-set-text-properties'.
19278         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19279         `gnus-xmas-completing-read'.
19280         (gnus-xmas-completing-read): Removed.
19281         (gnus-xmas-open-network-stream): Removed.
19282
19283         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19284         XEmacs version.
19285
19286         * dns.el (dns-make-network-process): Use `open-network-stream'
19287         instead of `gnus-xmas-open-network-stream'.
19288
19289         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19290
19291         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19292
19293 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19294
19295         * gnus-art.el (gnus-mime-display-alternative)
19296         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19297         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19298         Don't use gnus-local-map-property.
19299
19300         * gnus-util.el (gnus-local-map-property): Remove.
19301
19302         * mm-view.el (mm-view-pkcs7-decrypt):
19303         Replace gnus-completing-read-maybe-default with completing-read.
19304
19305         * gnus-util.el (gnus-completing-read): do.
19306         (gnus-completing-read-maybe-default): Remove.
19307
19308 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19309
19310         * password.el: Only autoload `run-at-time' if not XEmacs.
19311         Only autoload the itimer functions if XEmacs.
19312
19313 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19314
19315         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19316         XEmacsen.
19317
19318         * dgnushack.el: Autoload executable-find for XEmacs.
19319
19320 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19321
19322         * gnus-art.el (gnus-read-string): Remove.
19323         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19324         read-string.
19325
19326 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19327
19328         * netrc.el: Autoload password-read.
19329         (netrc): Add configuration group.
19330         (netrc-encoding-method, netrc-openssl-path):
19331         Add variables for encoding and decoding of files with symmetric
19332         ciphers.
19333         (netrc-encode): Add assistant function to encode a file with
19334         netrc-encoding-method.
19335         (netrc-parse): Add interactive parameter, added optional
19336         decoding if netrc-encoding-method is non-nil but otherwise
19337         behavior is standard.
19338         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19339         Do s/encode/encrypt/ everywhere.
19340
19341         * spam.el: Remove executable-find autoload.
19342
19343 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19344
19345         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19346
19347         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19348
19349 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19350
19351         * gnus-art.el (gnus-treat-ansi-sequences)
19352         (article-treat-ansi-sequences): New variable and function.
19353         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19354
19355         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19356         Use it.
19357
19358 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19359
19360         * mm-util.el (mm-quote-arg): Remove.
19361
19362         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19363         shell-quote-argument.
19364
19365         * gnus-uu.el (gnus-uu-command): do.
19366
19367         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19368
19369         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19370         with make-char.
19371
19372         * mm-util.el (mm-make-char): Remove.
19373
19374         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19375         add-minor-mode.
19376
19377         * gnus-undo.el (gnus-undo-mode): do.
19378
19379         * gnus-topic.el (gnus-topic-mode): do.
19380
19381         * gnus-sum.el (gnus-dead-summary-mode): do.
19382
19383         * gnus-start.el (gnus-slave-mode): do.
19384
19385         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19386
19387         * gnus-ml.el (gnus-mailing-list-mode): do.
19388
19389         * gnus-gl.el (gnus-grouplens-mode): do.
19390
19391         * gnus-draft.el (gnus-draft-mode): do.
19392
19393         * gnus-dired.el (gnus-dired-mode): do.
19394
19395         * gnus-ems.el (gnus-add-minor-mode): Remove.
19396
19397         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19398         Replace gnus-char-width with char-width.
19399
19400         * gnus-ems.el (gnus-char-width): Remove.
19401
19402         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19403         Replace gnus-char-width with char-width.
19404
19405         * gnus-ems.el (gnus-char-width): Remove.
19406
19407         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19408         definition.
19409         Remove Emacs 20 hash table compatibility code.
19410
19411         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19412         20 compatibility code.
19413
19414         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19415
19416         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19417
19418         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19419         Replace with point-at-{eol,bol}.
19420
19421         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19422
19423         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19424
19425         * flow-fill.el (fill-flowed-point-at-bol)
19426         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19427
19428         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19429         Replace with point-at-{eol,bol} throughout all files.
19430
19431 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19432
19433         * ntlm.el (ntlm-string-as-unibyte): New macro.
19434         (ntlm-build-auth-response): Use it.
19435
19436         Remove Emacs 20 stuff:
19437         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19438         (butlast, mapc, remove): Remove the compiler macros.
19439         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19440         of delq and copy-sequence.
19441         * gnus-art.el (popup-menu): Remove the compiler macro.
19442         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19443         Emacs 20.
19444
19445 2004-01-05  Simon Josefsson  <jas@extundo.com>
19446
19447         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19448         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19449         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19450         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19451         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19452         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19453         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19454         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19455         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19456         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19457         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19458         string-xor into ntlm-string-xor.
19459         Suggested by Jesper Harder <harder@myrealbox.com>.
19460
19461         * ntlm.el: Don't include poem.
19462
19463         * md4.el (print-int32, print-string-hexa): Remove.
19464         Suggested by Jesper Harder <harder@myrealbox.com>.
19465
19466         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19467
19468         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19469         probably breaks emacs with DL patch, but do we care? Is anyone
19470         still using the DL stuff?)
19471
19472         * sieve-manage.el: Use the password package.
19473         (sieve-manage-read-passwd): Remove.
19474         (sieve-manage-interactive-login): Use password.  Re-add
19475         condition-case around loop.
19476
19477         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19478         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19479         Use the password package.
19480
19481 2003-02-19  Simon Josefsson  <jas@extundo.com>
19482
19483         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19484         token.
19485
19486 2002-08-07  Simon Josefsson  <jas@extundo.com>
19487
19488         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19489         (sieve-manage-authenticators):
19490         (sieve-manage-authenticator-alist): Add some SASL mechs.
19491         (sieve-sasl-auth): New function.
19492         (sieve-manage-cram-md5-auth):
19493         (sieve-manage-plain-auth): Rewrite using SASL library.
19494         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19495         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19496         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19497         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19498
19499 2004-01-05  Simon Josefsson  <jas@extundo.com>
19500
19501         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19502         New files.
19503
19504 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19505
19506         * gnus-group.el (gnus-no-groups-message): Update.
19507
19508         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19509
19510 2003-11-09  Simon Josefsson  <jas@extundo.com>
19511
19512         * imap.el: Support for ID IMAP extension (RFC 2971).
19513         (imap-local-variables): Add imap-id.
19514         (imap-id): New variable.
19515         (imap-id): New function.
19516         (imap-parse-response): Parse untagged ID response.
19517         * nnimap.el (nnimap-id): New variable.
19518         (nnimap-open-connection): Use it.
19519
19520 2003-12-28  Simon Josefsson  <jas@extundo.com>
19521
19522         * gnus-score.el (gnus-score-edit-all-score): New.
19523         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19524
19525 2004-01-04  Simon Josefsson  <jas@extundo.com>
19526
19527         * password.el: Add.
19528
19529 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19530
19531         * dns.el (dns-query-types): Fix typo.
19532         (dns-query-types): New function.
19533         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19534         PTR and SOA replies, see RFC 1035.
19535
19536 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19537
19538         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19539
19540         * Move to Changelog.2.
19541
19542 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19543
19544         * gnus.el (gnus-version-number): Bump version.
19545
19546 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19547
19548         * gnus.el: No Gnus v0.1 is released.
19549
19550 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19551
19552         * gnus.el: No Gnus v0.0 is released.
19553
19554 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19555
19556         * gnus.el (gnus-version-number): Bump.
19557         (gnus-version): No.
19558
19559 See ChangeLog.2 for earlier changes.
19560
19561     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19562       Free Software Foundation, Inc.
19563
19564   This file is part of GNU Emacs.
19565
19566   GNU Emacs is free software: you can redistribute it and/or modify
19567   it under the terms of the GNU General Public License as published by
19568   the Free Software Foundation, either version 3 of the License, or
19569   (at your option) any later version.
19570
19571   GNU Emacs is distributed in the hope that it will be useful,
19572   but WITHOUT ANY WARRANTY; without even the implied warranty of
19573   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19574   GNU General Public License for more details.
19575
19576   You should have received a copy of the GNU General Public License
19577   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19578
19579 ;; Local Variables:
19580 ;; coding: utf-8
19581 ;; fill-column: 79
19582 ;; add-log-time-zone-rule: t
19583 ;; End: