(open-protocol-stream): All starttls connections are handled by the network handler.
[gnus] / lisp / ChangeLog
1 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * proto-stream.el (open-protocol-stream): All starttls connections are
4         handled by the network handler.
5
6 2010-11-30  Julien Danjou  <julien@danjou.info>
7
8         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
9         (nnimap-open-connection-1): Fix PREAUTH.
10
11         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
12
13 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14
15         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
16         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
17         (shr-insert): Use them.
18         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
19
20 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
21
22         * nnir.el (nnir-request-move-article): Bail out if original group
23         doesn't support article moves.
24         (nnir-get-active): Improve active list retrieval.
25
26 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27
28         * shr.el (shr-find-fill-point): Don't break before apostrophes.
29
30 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
31
32         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
33         seem to accept strings-with-numbers as port numbers,
34
35 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
36
37         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
38         change the registry.
39
40 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
41
42         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
43         delete-dups that is not available in XEmacs 21.4.
44
45         * mm-util.el (mm-delete-duplicates): Add comment.
46
47 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
48
49         * nnir.el (nnir-ignored-newsgroups): New variable.
50         (nnir-get-active): Use it.
51
52 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
53
54         * proto-stream.el (proto-stream-open-network): Add some comments.
55
56         * nntp.el (nntp-open-connection): Provide a :success condition.
57
58         * nnimap.el (nnimap-open-connection-1): Ditto.
59
60         * proto-stream.el (proto-stream-open-network): See what the response to
61         the STARTTLS command is.
62
63         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
64         backwards compatibility).
65         (nnimap-open-connection-1): Really respect nnimap-server-port.
66
67         * proto-stream.el (proto-stream-open-network): When doing opportunistic
68         TLS upgrades we don't really care about the identity of the peer.
69         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
70         that what we've checked for.
71         (proto-stream-always-use-starttls): Only default to t if
72         open-gnutls-stream exists.
73         (proto-stream-open-network): If STARTTLS failed, then just open a
74         normal connection.
75         (proto-stream-open-network): Wait until the greeting before doing
76         STARTTLS.
77
78         * nntp.el (nntp-open-connection): Report what the connection error is.
79
80         * proto-stream.el (open-protocol-stream): Renamed from
81         open-proto-stream.
82
83 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
84
85         * nnimap.el (nnimap-stream): Change default to `undecided'.
86         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
87         first, and then network.
88         (nnimap-open-connection-1): Respect nnimap-server-port.
89         (nnimap-open-connection): Be more backwards-compatible.
90
91         * proto-stream.el (proto-stream-always-use-starttls): New variable.
92         (proto-stream-open-starttls): De-duplicate the starttls code.
93         (proto-stream-open-starttls): Folded back into the main function.
94         (proto-stream-open-network): Fix typo in the gnutls path.
95         (proto-stream-command): Refactor out.
96
97         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
98
99         * proto-stream.el (proto-stream-open-starttls): Actually implement the
100         starttls.el STARTTLS.
101
102         * color.el (color-lab->srgb): Fix function call name.
103
104         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
105         if we're using tls.el.
106         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
107         built in, then don't try to establish a STARTTLS connection.
108
109         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
110         servers.
111
112         * proto-stream.el (open-proto-stream): Use network, not stream.
113         (open-proto-stream): Add a way to specify what the end of a command is.
114
115         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
116         connections types.
117         (nntp-open-network-stream): Remove.
118         (nntp-open-ssl-stream): Remove.
119         (nntp-open-tls-stream): Remove.
120         (nntp-ssl-program): Remove.
121
122         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
123
124 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
125
126         * nnir.el: Fix typos.
127         (nnir-retrieve-headers-override-function): Rename variable to reflect
128         new semantics.
129         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
130         macros.
131         (nnir-request-article, nnir-request-move-article): Use them.
132         (nnir-categorize): New function.
133         (nnir-run-query): Use it.
134         (nnir-retrieve-headers): Rewrite to batch header retrieval.
135         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
136         sorted.
137         (nnir-group-full-name): Use gnus-group-full-name instead.
138         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
139         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
140
141 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
142
143         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
144
145         * proto-stream.el: New library to provide protocol-specific
146         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
147         protocols.
148         (open-proto-stream): Complete the documentation.
149         (proto-stream-open-network): Fix some typos.
150
151         * nnimap.el (nnimap-open-connection): Use it.
152
153 2010-11-26  Julien Danjou  <julien@danjou.info>
154
155         * color.el: Rename various rgb functions to srgb.
156
157 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
158
159         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
160         names.
161
162 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
163
164         * shr.el (shr-insert): Revert last change.
165         (shr-find-fill-point): Never leave point being at bol;
166         relax the kinsoku limitation when rendering tables.
167
168 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
169
170         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
171         results from -accept-article.
172
173         * shr-color.el: Require cl when compiling.
174
175         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
176         checkin.
177
178         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
179
180         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
181
182         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
183         'add and 'delete to set backend marks.
184
185         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
186
187         * nnheader.el (nnheader-update-marks-actions): Refactor out.
188
189         * nntp.el (nntp-request-set-mark): Use it.
190
191         * nnfolder.el (nnfolder-request-set-mark): Ditto.
192
193         * nnml.el (nnml-request-set-mark): Ditto.
194
195         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
196         introduces regressions in article selection.
197         (nnimap-find-uid-response): New function.
198         (nnimap-request-accept-article): Use the UID returned, if any.
199         (nnimap-request-move-article): Use the UID returned, if any.
200         (nnimap-get-groups): Reimplement to work with folded lines.
201         (nnimap-find-uid-response): The UID is the last element in the list.
202         (nnimap-request-set-mark): Extend syntax with 'set.
203
204         * nnml.el (nnml-request-set-mark): Ditto.
205
206         * nnfolder.el (nnfolder-request-set-mark): Ditto.
207
208         * nntp.el (nntp-request-set-mark): Ditto.
209
210 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
211
212         * message.el (message-called-interactively-p): A temporary macro.
213         (message-goto-body): Use it temporarily.
214
215 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
216
217         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
218         (nnimap-last-response-string): Unfold quoted lines, if they exist.
219         (nnimap-last-response-string): Fix last unfolding fix.
220
221 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
222
223         * shr.el (shr-insert): Fix the way to fold lines.
224
225 2010-11-25  Julien Danjou  <julien@danjou.info>
226
227         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
228
229         * color.el: Rename from color-lab.el
230         (color-rgb->hex): Add.
231         (color-complement): Add.
232         (color-complement-hex): Add.
233
234         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
235
236 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
237
238         * shr-color.el (shr-color-visible): Don't bug out if the colour names
239         don't exist.
240
241 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
242
243         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
244         assuming that article displaying or another mml-preview may be
245         interrupted for an error or for the like.
246
247         * shr.el (shr-get-background): Fix argument name.
248
249 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
250
251         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
252
253         * gnus-sum.el (gnus-summary-include-articles): New function.
254
255         * message.el (message-goto-body): called-interactively-p needs a
256         parameter, so use `any'.
257
258         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
259         clear marks before moving, since they're synced from the Gnus side
260         first.
261
262         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
263         (gnus-summary-move-article): Copy over all marks before moving, so that
264         IMAP doesn't think a new article has arrived.
265
266 2010-11-24  Julien Danjou  <julien@danjou.info>
267
268         * shr.el (shr-insert-background-overlay): Fix typo.
269         (shr-render-td): Copy the background before rendering.
270
271         * shr-color.el (shr-color-visible): Fix docstring.
272
273         * shr.el (shr-tag-table): Add bgcolor support.
274         (shr-render-td): Add bgcolor support.
275         (shr-get-background): Add.
276         (shr-insert-foreground-overlay): Use shr-get-background.
277
278         * message.el (message-goto-body): Use called-interactively-p.
279         (message-in-body-p): message-goto-body returns point.
280
281 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
282
283         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
284         Fixes something or other in Emacs 23, and is backwards compatible.
285
286         * message.el (message-goto-body): Remove the <#secure special-casing,
287         which is too special.
288
289         * shr.el (shr-parse-style): Drop !important from styles.
290
291 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
292
293         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
294         this function to return incorrect results when calling it with an
295         explicit article argument different from
296         (gnus-summary-article-number).
297
298 2010-11-24  Julien Danjou  <julien@danjou.info>
299
300         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
301         (shr-tag-body): Add background support.
302         (shr-descend): Add background support.
303         (shr-tag-title): Add.
304
305         * shr-color.el (shr-color-visible): Really return original background
306         if fixed.
307
308 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
309
310         * shr.el (shr-color-check): Protect against non-existant colour names.
311
312 2010-11-24  Julien Danjou  <julien@danjou.info>
313
314         * color-lab.el: Require 'cl when compiling.
315
316         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
317
318         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
319         matched part.
320
321         * color-lab.el: Fix all expt calls to use float type.
322
323 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
324
325         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
326         expression to shr-color-check as is.
327
328         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
329
330         * color-lab.el: Add coding cookie.
331         (float-pi): Use eval-and-compile.
332
333         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
334         compiled for Emacsen having no `libxml-parse-html-region' support.
335
336 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
337
338         * shr.el (shr-insert-color-overlay): Split stuff like
339         "#444444 !important" to find the real colour.
340         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
341         parse <font color="red"> entries.
342
343 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
344
345         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
346         point when parsing headers.
347
348         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
349         is positioned properly when parsing headers.
350
351 2010-11-23  Julien Danjou  <julien@danjou.info>
352
353         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
354
355         * shr-color.el (shr-color->hexadecimal): Add support for color names.
356
357         * shr.el (shr-parse-style): Replace \n with space in style parsing.
358
359         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
360         shr-color-hue-to-rgb.
361         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
362
363 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
364
365         * shr.el (shr-color->hexadecimal): Autoload.
366         (shr-descend): Add color to all tags.
367
368 2010-11-22  Julien Danjou  <julien@danjou.info>
369
370         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
371         shr-color->hexadecimal.
372
373         * shr-color.el (shr-color->hexadecimal): Add converting functions for
374         RGB() or HSL() color representation.
375
376         * shr.el (shr-tag-font): Add.
377         (shr-tag-color-check): New function to get better colors.
378         (shr-tag-insert-color-overlay): Factorize code between tag-font and
379         tag-span.
380
381         * shr-color.el: New file.
382
383         * color-lab.el: New file.
384
385         * gnus-art.el (gnus-url-mailto): Do not downcase args.
386
387 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
388
389         * nnir.el: Fix typo in comments.
390         (nnir-run-imap): Simplify code. No need to reverse artlist.
391         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
392
393 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
394
395         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
396
397         * nnimap.el (nnimap-get-capabilities): Refactor out.
398         (nnimap-open-connection): Re-request capabilities after STARTTLS.
399
400 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
401
402         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
403         appearing when `mm-uu-hide-markers' is nil.
404
405 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
406
407         * nnimap.el (nnimap-unselect-group): Make into its own function.
408         (nnimap-request-rename-group): Unselect group before renaming.
409         This had gotten lost somewhere.
410         (nnimap-request-accept-article): Keep track of examined groups, and
411         unselect the group before APPENDing to read-only groups.
412         (nnimap-request-move-article): Clear flags before moving so that they
413         can be re-set later.
414
415 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
416
417         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
418         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
419
420 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
421
422         * gnus-art.el (gnus-mime-display-single)
423         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
424         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
425         parameter.
426
427 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
428
429         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
430         (shr-table-vertical-line): New variable.
431         (shr-insert-table): Use it.
432
433 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
434
435         * gnus-html.el (gnus-html-wash-images): Don't display images if
436         gnus-inhibit-images is non-nil; register displayer for cid images.
437         (gnus-html-display-image): Work for cid image.
438         (gnus-html-insert-image): Allow arguments.
439         (gnus-html-put-image): Inhibit read-only.
440         (gnus-html-prefetch-images): Don't prefetch images if
441         gnus-inhibit-images is non-nil.
442
443 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
444
445         * shr.el (shr-put-image): Break lines when inserting big pictures.
446
447 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
448
449         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
450         sender, thanks Katsumi Yamaoka.
451
452 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
453
454         * nnir.el (nnir-run-imap): Reverse the article list for each group
455         rather than the whole list.
456
457 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
458
459         * shr.el (shr-image-displayer): Protect function against non-existent
460         image source.
461
462         * gnus-art.el (gnus-inhibit-images): New user option.
463         (gnus-mime-display-single): Don't display image if it is non-nil.
464
465         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
466         gnus-inhibit-images.
467
468         * shr.el (shr-image-displayer): New function.
469         (shr-tag-img): Use it.
470
471 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
472
473         * mml2015.el (mml2015-epg-sign): Use From header.
474
475 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
476
477         * gnus-html.el (gnus-html-wash-images): Register a displayer.
478
479         * gnus-util.el (gnus-find-text-property-region): Return markers.
480
481         * shr.el (shr-tag-img): Put a displayer in the text property.
482
483         * gnus-util.el (gnus-find-text-property-region): New utility function.
484
485         * gnus-html.el (gnus-html-display-image): Make the alt optional.
486         (gnus-html-show-images): Remove.
487
488         * gnus-art.el (gnus-article-show-images): New, more general function.
489
490         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
491         image url text properties.
492
493         * shr.el: Ditto.
494
495         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
496         gnus-agent-auto-agentize-methods is set.  Which it isn't.
497
498 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
499
500         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
501         work for two or more articles.
502
503 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
504
505         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
506         divide an image that's in an html article to two or more when washing
507         non-ASCII characters in alt text of it.
508
509 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
510
511         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
512         smime-decrypt-region using function argument.
513         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
514
515         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
516
517         * smime.el (smime-decrypt-region): Catch it.
518
519 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
520
521         * smime.el (smime-mode-map): Move initialization into declaration.
522         (gnus-run-mode-hooks): Don't autoload.
523         (smime-mode): Use define-derived-mode.
524
525 2010-11-11  Glenn Morris  <rgm@gnu.org>
526
527         * smime.el (from): Restrict declaration to XEmacs.
528
529         * nnir.el (gnus-group-topic-name): Autoload.
530
531 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
532
533         * shr.el (shr-insert): Don't break long line if it is because of
534         kinsoku-bol characters in the line end.
535
536 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
537
538         * nnir.el (nnir-request-move-article): Fix to provide original group
539         and subject.
540         (nnir-warp-to-article): Don't fail on articles whose headers haven't
541         been retrieved.
542
543         * gnus-sum.el (gnus-summary-move-article): Use original group and
544         subject for virtual articles such as those in an nnir summary buffer.
545
546 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
547
548         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
549         least 21.5).
550
551         * smime.el (from): Declare it again for XEmacs.
552
553 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
554
555         * message.el (message-resend): Don't disable encoding unless it's
556         already encoded.
557
558         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
559         low-numbered articles.
560
561 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
562
563         * rfc2047.el (rfc2047-syntax-table): Simplify.
564
565         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
566
567         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
568         set-char-table-range for XEmacs.
569
570 2010-11-10  Glenn Morris  <rgm@gnu.org>
571
572         * time-date.el (time-to-seconds): Always an alias on Emacs,
573         never a real function.
574         (with-no-warnings): Remove compat stub, now unused.
575         (time-less-p): Doc fix.
576         (time-to-number-of-days): Simplify.
577
578         * smime.el (from): Remove unused declaration.
579
580         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
581         (gnus-float-time): On Emacs, always an alias.
582
583         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
584         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
585
586 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
587
588         * dgnushack.el: Don't use ignore-errors in the top level form since it
589         is unavailable in XEmacs even if cl is loaded.
590
591         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
592
593 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
594
595         * shr.el (browse-url-mailto): Autoload.
596
597         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
598
599         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
600         regexp doesn't need quoting.
601
602 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
603
604         * message.el (message-subject-trailing-was-ask-regexp)
605         (message-subject-trailing-was-regexp): Match was: in addition to was.
606
607 2010-11-09  Glenn Morris  <rgm@gnu.org>
608
609         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
610         (nnbabyl-check-mbox): Use point-at-bol.
611
612 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
613
614         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
615
616         * message.el (message-mailto): New function.
617         (message-mailto): Should accept other parameters.
618         (message-mailto): Remove since it duplicates browse-url-mailto
619         functionality.
620
621 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
622
623         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
624         methods.
625         (gnus-read-active-file): Ditto.
626
627         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
628         ": " from the prompt.
629         (gnus-group-make-group): Ditto.
630
631 2010-11-07  Glenn Morris  <rgm@gnu.org>
632
633         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
634         (gnus-bookmark-kill-line): Use point-at-eol.
635
636 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
637
638         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
639         asterisks in From header.
640
641 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
642
643         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
644         string to avoid making the From headers syntactically invalid.
645
646         * message.el (message-send-mail): Don't insert courtesy messages if the
647         message already has List-Post and List-ID messages.
648
649 2010-11-06  Glenn Morris  <rgm@gnu.org>
650
651         * gnus-art.el (gnus-treat-article): Give dynamic local variables
652         `condition', `type', `length' a prefix.
653         (gnus-treat-predicate): Update for above name changes.
654
655 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
656
657         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
658         binding.  Handled by `gnus-summary-refer-thread' instead.
659         (nnir-warp-to-article): New backend function.
660
661         * nnimap.el (nnimap-request-thread): Force dependency updating.
662
663         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
664         (gnus-summary-refer-thread): Rework to improve thread-referral.
665
666         * gnus-int.el (gnus-warp-to-article): New function.
667
668         * gnus-sum.el (gnus-summary-article-map): Bind it.
669
670 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
671
672         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
673         gnus-summary-refer-thread.
674
675         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
676         headers.
677         (gnus-summary-limit-include-thread): Prevent articles in thread from
678         being cut in gnus-cut-threads.
679         (gnus-summary-refer-thread): Limit retrieved headers to those in
680         thread.
681
682 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
683
684         * message.el (message-send-mail): Use the value of
685         message-courtesy-message from the message buffer.
686
687         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
688
689         * shr.el (shr-browse-url): Implement mailto: URLs.
690
691         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
692         "raw".
693
694         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
695         if it's already selected.
696
697         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
698
699 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
700
701         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
702         to measure the length and truncate alt text.
703
704 2010-11-03  Glenn Morris  <rgm@gnu.org>
705
706         * nndiary.el (nndiary-generate-nov-databases-1)
707         (nndiary-generate-active-info): Rename dynamic variable `files' to
708         something less generic.
709
710 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
711
712         * nnir.el (nnir-request-move-article): Call the underlying backend to
713         move articles from nnir.
714
715 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
716
717         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
718
719 2010-11-02  Julien Danjou  <julien@danjou.info>
720
721         * nnir.el: Remove wais support.
722
723 2010-11-02  Glenn Morris  <rgm@gnu.org>
724
725         * gnus-html.el: Reorder requirements to quieten compiler.
726
727 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
728
729         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
730         properly for XEmacs as well.
731         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
732         (gnus-article-natural-long-line-p): Use window-width rather than
733         frame-width.
734
735 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
736
737         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
738         (nnir-read-parms): Don't modify query.
739         (nnir-run-query): Add ability to search topic on current line.
740         (nnir-get-active): Clean up.
741
742 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
743
744         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
745         degenerate articles.
746
747         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
748         (gnus-print-buffer): Just print the buffer as is, without any copying
749         to a buffer and then re-highlighting.
750
751         * nnimap.el (nnimap-request-group): Store the new updated info.
752         (nnimap-request-group): Select the group when we don't know whether it
753         exists or not.
754
755         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
756         groups.
757
758         * gnus-group.el (gnus-group-find-new-groups): Display all the new
759         groups.
760
761         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
762         groups.
763
764         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
765         long-lines case by only filling the long lines.
766
767         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
768         (bug #7311).
769
770 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
771
772         * shr.el: No need to declare `declare-function' since shr.el is for
773         only Emacsen that provide `libxml-parse-html-region'.
774
775         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
776         effective only in a file it is referred to.
777
778 2010-11-01  Glenn Morris  <rgm@gnu.org>
779
780         * mm-util.el (gnus-completing-read): Autoload.
781         (mm-read-coding-system): Simplify Emacs definition.
782
783         * nnmail.el (gnus-activate-group):
784         * nnimap.el (gnutls-negotiate):
785         * nntp.el (netrc-parse): Fix declarations.
786
787 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
788
789         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
790         string-match-p in Emacs >=23.
791
792         * gnus-msg.el (gnus-configure-posting-styles)
793         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
794
795 2010-11-01  Glenn Morris  <rgm@gnu.org>
796
797         * nnir.el (declare-function): Add compat stub.
798         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
799         (nnir-run-gmane): Require 'mm-url.
800
801         * mm-util.el (mm-string-to-multibyte): Simplify.
802
803         * shr.el (declare-function): Add compat stub.
804         (url-cache-create-filename): Declare.
805         (mm-disable-multibyte, widget-convert-button): Autoload.
806
807         * smime.el (ldap-search): Declare.
808         (smime-cert-by-ldap-1): Require ldap on Emacs.
809
810         * nnimap.el: Require nnmail, and gnus-sum when compiling.
811         (nnimap-keepalive): Use gnus-float-time.
812
813         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
814         (mail-source-delete-crash-box): Use gnus-float-time.
815
816         * gnus-dired.el (gnus-completing-read): Autoload.
817
818         * mm-view.el (gnus-rescale-image): Autoload.
819
820         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
821
822         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
823
824         * sieve-manage.el: Require 'cl when compiling.
825
826         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
827         (gnus-iswitchb-completing-read): Require iswitchb.
828         (gnus-select-frame-set-input-focus): Silence compiler.
829
830 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
831
832         * message.el (message-subject-trailing-was-query): Change default to t,
833         since I think that's what most people want.
834
835         * nnimap.el (nnimap-request-accept-article): Erase buffer before
836         appending for easier debugging.
837         (nnimap-wait-for-connection): Take a regexp.
838         (nnimap-request-accept-article): Wait for the continuation line before
839         sending anything unless we're streaming.
840
841         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
842         leave the header washing to take place.
843
844 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
845
846         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
847         regular expression match and replace in posting styles.
848
849 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
850
851         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
852         an entire server.
853         (nnir-get-active): New function.
854         (nnir-run-imap): Use it.
855         (nnir-run-gmane): Who knew, gmane search returns an article score!
856
857         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
858         server on the current line with nnir.
859
860 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
861
862         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
863         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
864         left edge.
865         (gnus-article-foldable-buffer): Skip past the prefix when determining
866         raggedness.
867
868         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
869         the raw article, and change `C-u g' to show the article without doing
870         treatments.
871
872         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
873         on to `gnus-treat-article'.
874         (gnus-inhibit-article-treatments): New variable.
875
876         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
877
878         * gnus-art.el (gnus-treatment-function-alist): Have
879         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
880         (gnus-treat-fill-long-lines): Change default to fill all text/plain
881         sections.
882
883         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
884         parameter.
885         (gnus-article-fill-cited-long-lines): New function.
886         (gnus-article-fill-cited-article): Allow filling only long sections.
887
888         * shr.el (shr-find-fill-point): Don't break lines between punctuation
889         and non-punctuation (like after the apostrophe in "'We").
890
891         * gnus-sum.el (gnus-summary-select-article): Make sure
892         gnus-original-article-buffer is alive.
893
894         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
895         reflect the order they're in in the digest.
896
897         * gnus.el (gnus-group-startup-message): Move point to the start of the
898         buffer.
899
900         * nnimap.el (nnimap-capability): New function.
901         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
902         is set.
903
904 2010-10-31  David Engster  <dengste@eml.cc>
905
906         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
907         conform with changes to gnus-completing-read.
908
909 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
910
911         * shr.el (shr-tag-img): Output "*" instead of "[img]".
912
913 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
914
915         * nnir.el: Move defvar, defcustom around to keep file organized
916         and keep byte-compiler quiet.
917         (nnir-read-parms): Accept search-engine as arg.
918         (nnir-run-query): Pass search-engine as arg.
919         (nnir-search-engine): Remove.
920
921 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
922
923         * shr.el (shr-generic): The text nodes should be text, not :text.
924
925         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
926         later in the file.
927
928 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
929
930         * nnir.el: General clean up.  Allow searching with multiple engines.
931         Allow separate extra-parameters for each engine.
932         Batch queries when possible.
933         (nnir-imap-default-search-key,nnir-method-default-engines):
934         Add customize interface.
935         (nnir-run-gmane): New engine.
936         (nnir-engines): Use it.  Qualify all prompts with engine name.
937         (nnir-search-engine): Remove global variable.
938         (nnir-run-hyrex): Restore for now.
939         (nnir-extra-parms,nnir-search-history): New variables.
940         (gnus-group-make-nnir-group): Use them.
941         (nnir-group-server): Remove in favor of gnus-group-server.
942         (nnir-request-group): Avoid searching twice.
943         (nnir-sort-groups-by-server): New function.
944
945 2010-10-30  Julien Danjou  <julien@danjou.info>
946
947         * gnus-group.el: Remove gnus-group-fetch-control.
948
949         * gnus-start.el (gnus-find-new-newsgroups):
950         Remove gnus-check-first-time-used.
951
952         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
953
954 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
955
956         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
957         set on groups that don't have \* permanentflags.
958
959 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
960
961         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
962         control the background color.
963         (shr-tag-img): Ignore very small web bug type images.
964         (shr-put-image): Add help-echo alt texts to the images.
965         (shr-tag-video): Show the video poster image.
966
967 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
968
969         * shr.el (shr-table-depth): New variable.
970         (shr-tag-table-1): Only insert the images after the top-level table.
971
972         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
973
974         * gnus-util.el (gnus-list-memq-of-list): New function.
975
976         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
977         selected.
978         (nnimap-unsplittable-articles): New slot.
979         (nnimap-new-articles): Use it.
980
981 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
982
983         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
984         move to the previous line on `M-g'.
985
986 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
987
988         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
989         *-request-group, which seems unnecessary.
990
991         * nnimap.el (nnimap-quote-specials): Function copied over from
992         imap.el.
993         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
994         they support that.  Suggested by Tom Regner.
995
996 2010-10-29  Julien Danjou  <julien@danjou.info>
997
998         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
999         defalias.
1000         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1001
1002         * gnus.el: Remove `gnus-nntp-service' variable.
1003         (gnus-secondary-servers): Make obsolete.
1004         (gnus-nntp-server): Make obsolete.
1005
1006         * gnus-start.el (gnus-1): Remove x-splash calls.
1007
1008         * gnus-ems.el (gnus-x-splash): Remove.
1009
1010         * gnus.el (gnus-group-startup-message): Simplify/update code.
1011
1012         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1013         definition.
1014
1015         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1016         capability before doing anything.
1017         (gnus-group-insert-group-line): Remove useless
1018         gnus-group-remove-excess-properties.
1019
1020 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1021
1022         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1023
1024 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1025
1026         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1027         config after reselecting.
1028
1029 2010-10-28  Julien Danjou  <julien@danjou.info>
1030
1031         * shr.el (shr-put-image): Use point even if only inserting text.
1032         (shr-put-image): Save excursion when inserting alt text on non-graphic
1033         display, so the behaviour is the same when we are on a graphic display.
1034
1035         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1036
1037 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1038
1039         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1040         (gnus-mime-copy-part): Check coding system, not charset.
1041         (gnus-mime-view-part-externally): Never remove part.
1042         (gnus-mime-view-part-internally): Don't remove part here.
1043         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1044         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1045         multipart/alternative.
1046
1047         * mm-decode.el (mm-display-part): Take optional arg `force'.
1048
1049 2010-10-26  Julien Danjou  <julien@danjou.info>
1050
1051         * gnus-group.el (gnus-group-default-list-level): Add this function to
1052         compute the default list level.
1053         (gnus-group-default-list-level): Add possibility to use a function.
1054
1055 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1056
1057         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1058
1059         * gnus-group.el (gnus-group-completing-read)
1060         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1061         gnus-replace-in-string.
1062
1063 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1064
1065         * shr.el (shr-tag-div): Add.
1066
1067         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1068
1069 2010-10-25  Julien Danjou  <julien@danjou.info>
1070
1071         * gnus-util.el: Remove `gnus-with-local-quit'.
1072
1073         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1074
1075 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1076
1077         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1078         the original article buffer.
1079
1080 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1081
1082         * nnimap.el (nnimap-request-head): New function.
1083         (nnimap-request-move-article): Try to be slighly faster by not
1084         requesting the entire message when moving.
1085         (nnimap-transform-headers): Don't bug out on bodiless articles.
1086         (nnimap-send-command): Have no outstanding messages if the IMAP server
1087         doesn't support streaming.
1088         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1089
1090 2010-10-24  Julien Danjou  <julien@danjou.info>
1091
1092         * message.el (message-default-headers): Fix type.
1093
1094 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1095
1096         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1097         prefetching images.
1098
1099         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1100         backend for unknown groups.  This is mainly useful for nnimap groups.
1101
1102         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1103         group isn't covered by the agent.
1104
1105 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1106
1107         * nnir.el (nnir-method-default-engines): New variable.
1108         (nnir-run-query): Use it.
1109         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1110         (gnus-summary-nnir-goto-thread): Change group if needed.
1111
1112         * gnus-group.el (gnus-group-group-map): Add key binding for
1113         gnus-group-make-nnir-group.
1114
1115 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1116
1117         * shr.el (shr-tag-object): Add.
1118
1119         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1120         original article buffer live.
1121         (gnus-summary-select-article-buffer):
1122         Mention gnus-widen-article-buffer.
1123
1124 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1125
1126         * shr.el (shr-tag-strong): Add.
1127
1128 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1129
1130         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1131         group names.  They mess up the group buffer badly.
1132
1133         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1134
1135         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1136         instead of the summary one.
1137
1138 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1139
1140         * mml.el (mml-preview): Work properly when editing article.
1141
1142         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1143         gnus-have-read-active-file if it's already been in.
1144
1145 2010-10-22  Tom Tromey  <tromey@redhat.com>
1146
1147         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1148         gnus-group-completing-read.
1149
1150 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1151
1152         * message.el (message-mode-map): Don't bind M-; to comment region, to
1153         allow the global comment-dwim to work.
1154
1155 2010-10-21  Julien Danjou  <julien@danjou.info>
1156
1157         * message.el (message-setup-1): Allow message-default-headers to be a
1158         function.
1159
1160 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1161
1162         * shr.el (shr-tag-table): Simplify.
1163
1164 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1165
1166         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1167         to avoid trying to snarf invalid stuff.
1168
1169         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1170
1171         * gnus.el (gnus-message-archive-group): Quote value.
1172         (gnus-message-archive-group): Mark as changed.
1173
1174         * shr.el (shr-add-font): Don't put the font properties on the newline
1175         or the indentation.
1176
1177         * message.el (message-fix-before-sending): Change options when sending
1178         non-printable characters.
1179
1180         * gnus.el (gnus-message-archive-method): Change the default to
1181         monthly outgoing groups.
1182
1183         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1184         that have gotten new numbers.
1185
1186         * nnimap.el (nnimap-request-replace-article): New function.
1187
1188 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1189
1190         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1191         (nnrss-request-article): Don't use special html washing code.
1192
1193 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1194
1195         * shr.el (shr-tag-table): Remove useless nconc.
1196
1197 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1198
1199         * gnus-art.el (article-wash-html): Simplify and remove the charset
1200         stuff.  Use the normal html rendering code instead of the special html
1201         washing code.
1202
1203         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1204         `gnus-w3m' symbols.
1205         (mm-text-html-washer-alist): Remove.
1206
1207         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1208         (mm-inline-media-tests): Remove use.
1209         (mm-text-html-renderer): Change default to the `shr' symbol.
1210
1211         * mm-view.el (mm-inline-text-html): Remove use.
1212
1213         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1214         `gnus-blocked-images' to be a function.
1215         (gnus-article-wash-function): Remove.
1216
1217 2010-10-20  Julien Danjou  <julien@danjou.info>
1218
1219         * spam.el (spam-list-of-processors): Mark as obsolete.
1220
1221         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1222         (nnimap-insert-partial-structure): Fix boundary detection.
1223
1224 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1225
1226         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1227         run file-truename on remote files.  This can be expensive and even
1228         prevent one from editing drafts if some unrelated buffer has a stale
1229         connection.
1230
1231 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1232
1233         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1234         kinsoku-eol regardless of shr-kinsoku-shorten.
1235         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1236         (shr-tag-table): Support caption, thead, and tfoot.
1237
1238 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1239
1240         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1241         lines.
1242         (shr-save-contents): New command and keystroke.
1243
1244         * nndoc.el (nndoc-type-alist): Add git support.
1245         (nndoc-git-type-p): New function.
1246         (nndoc-transform-git-article): Ditto.
1247         (nndoc-transform-git-headers): Ditto.
1248         (nndoc-transform-git-headers): Generate Subject headers.
1249
1250         * shr.el (shr-parse-style): New function.
1251         (shr-tag-span): Ditto.
1252
1253         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1254         to `G G' to avoid collisions.
1255
1256 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1257
1258         * shr.el: Load kinsoku if necessary.
1259         (shr-kinsoku-shorten): New internal variable.
1260         (shr-find-fill-point): Make kinsoku shorten text line if
1261         shr-kinsoku-shorten is bound to non-nil.
1262         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1263         shr-indentation too when testing if table is wider than frame width.
1264         (shr-insert-table): Use `string-width' instead of `length' to measure
1265         text width.
1266         (shr-insert-table-ruler): Make sure indentation is done at bol.
1267
1268 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1269
1270         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1271         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1272         undecoded network data.
1273
1274 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1275
1276         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1277         name in the mode line spec so that the mode line menu works
1278         (bug #2431).
1279
1280         * message.el (message-get-reply-headers): If we're fed `to-address',
1281         then always use that.
1282
1283         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1284         aren't so wide as to need to switch off the edit menu.
1285
1286         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1287         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1288
1289         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1290         `M-g'.
1291         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1292         the permanent marks.
1293
1294 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1295
1296         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1297         Splitting according to references/in-reply-to obeys the ignore-groups
1298         variable, while splitting by sender and subject do not.
1299
1300 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1301
1302         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1303         alist, so that we can look for non-Unicode chars.
1304         (article-translate-strings): Allow both character and string maps.
1305
1306 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1307
1308         * shr.el (shr-insert): Don't insert space behind a wide character
1309         categorized as kinsoku-bol, or between characters both categorized as
1310         nospace.
1311
1312 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1313
1314         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1315         headers to gnus-newsgroup-headers.
1316
1317 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1318
1319         * shr.el (shr-tag-img): Don't align images -- since we're not
1320         rescaling, this often leads to ugly displays.
1321
1322 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1323
1324         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1325         duplicates.
1326
1327 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1328
1329         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1330         call.
1331
1332 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1333
1334         * gnus.el: Autoload gnus-html-show-images.
1335
1336         * nnimap.el: Use nnheader-message throughout.
1337
1338         * shr.el (shr-tag-img): Ignore images with no data.
1339
1340 2010-10-15  Julien Danjou  <julien@danjou.info>
1341
1342         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1343         a possibility to disable format=flow encoding when using hard newlines.
1344
1345 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1346
1347         * shr.el (shr-insert): Remove space inserted before or after a
1348         breakable character or at the beginning or the end of a line.
1349         (shr-find-fill-point): Do kinsoku; find the second best point or give
1350         it up if there's no breakable point.
1351
1352 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1353
1354         * nnimap.el (nnimap-open-connection): Message when opening connection
1355         for debugging purposes.
1356
1357         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1358         on every setup buffer call to allow this to change from article to
1359         article.
1360
1361         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1362         buffers where we have a wide table.
1363
1364 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1365
1366         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1367         uses *-request-thread.
1368
1369 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1370
1371         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1372         incantation, which is no longer valid.
1373
1374 2010-10-14  Julien Danjou  <julien@danjou.info>
1375
1376         * shr.el: Fix defcustom type (char -> character).
1377
1378 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1379
1380         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1381         programs.
1382
1383 2010-10-14  Julien Danjou  <julien@danjou.info>
1384
1385         * shr.el (shr-tag-a): Use url-link as widget type.
1386
1387         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1388         `gnus-group-get-icon'.
1389
1390 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1391
1392         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1393         This should make server editing work better.
1394
1395         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1396
1397         * tls.el (tls-program): Remove spurious %s from openssl.
1398
1399         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1400         (nnimap-parse-flags): Fix regexp.
1401
1402         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1403         probably work for CJVK text, too.
1404
1405         * nnimap.el (nnimap-extend-tls-programs): Remove.
1406         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1407
1408         * tls.el (tls-starttls-switches): Remove starttls hack.
1409         (open-tls-stream): Ditto.
1410         (tls-find-starttls-argument): Ditto.
1411
1412 2010-10-13  Julien Danjou  <julien@danjou.info>
1413
1414         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1415         responses.
1416
1417 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1418
1419         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1420
1421         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1422         anything in Emacs.
1423
1424         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1425
1426 2010-10-13  Julien Danjou  <julien@danjou.info>
1427
1428         * shr.el (shr-width): Make shr-width a defcustom with default to
1429         fill-column.
1430         (shr-tag-img): Use shr-width rather than fill-column.
1431
1432 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1433
1434         * dgnushack.el (byte-optimize-apply)
1435         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1436
1437         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1438         position when (X-)Faces exist.
1439         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1440         avatars when called interactively.
1441
1442 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1443
1444         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1445         gnus-article-x-face-too-ugly is bound.
1446
1447 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1448
1449         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1450
1451         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1452         mailbox that doesn't exist.
1453
1454 2010-10-12  Julien Danjou  <julien@danjou.info>
1455
1456         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1457         (shr-get-image-data): Encode URL properly when fetching from cache.
1458         (shr-tag-img): Use aligned-to spaces to align correctly images.
1459
1460         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1461         before inserting the Gravatar.
1462
1463         * shr.el (shr-tag-img): Add align attribute support for <img>.
1464
1465 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1466
1467         * gnus-gravatar.el (gnus-art): Require.
1468
1469         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1470         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1471         Remove long obsoleted functions.
1472
1473 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1474
1475         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1476
1477         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1478
1479         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1480         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1481         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1482         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1483         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1484         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1485         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1486
1487 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1488
1489         * nnimap.el (nnimap-request-rename-group): Select group read-only
1490         before renaming it.
1491
1492         * shr.el (shr-insert): Fix up the white space only regexp.
1493
1494         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1495         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1496
1497         * shr.el (shr-current-column): New function.
1498         (shr-find-fill-point): New function.
1499
1500 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1501
1502         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1503         numbers.
1504
1505 2010-10-11  Julien Danjou  <julien@danjou.info>
1506
1507         * shr.el (shr-hr-line): Add.
1508         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1509         display hr lines.
1510         (shr-max-columns): Do not change state to nil if we just inserting
1511         spaces.
1512
1513 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1514
1515         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1516         select the last group.
1517
1518 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1519
1520         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1521
1522 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1523
1524         * dig.el (dig-mode-map): Declare and define in one step.
1525
1526 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1527
1528         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1529         for Gnus.
1530         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1531         (nnimap-update-qresync-info): Mark \Seen articles as read.
1532
1533         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1534         non-variable, too.
1535
1536         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1537         available.
1538         (nnimap-update-info): Rely more on the current active than the param
1539         active to avoid marking articles as read too much.
1540
1541         * auth-source.el (auth-source-create): Use (user-login-name) for the
1542         user name default.
1543
1544         * nnimap.el (nnimap-update-info): If the server doesn't return any
1545         useful info, just use the previous info.
1546         (nnimap-update-info): Prefer old info over start-article.
1547         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1548
1549 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1550
1551         * nnir.el (autoload): Clean up autoloads.
1552         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1553         Use key rather than value.
1554         (nnir-imap-search-other): New variable.
1555         (nnir-read-parm): Use it.
1556         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1557         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1558
1559 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1560
1561         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1562         the process, too.
1563
1564 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1565
1566         * spam.el (gnus-summary-mode-map): Bind to "$".
1567         Suggested by Russ Allbery.
1568
1569         * shr.el: Rework the way things are indented by <li> slightly.
1570
1571         * gnus.el (gnus-group-set-parameter): Fix typo.
1572
1573         * nnimap.el: Start implementing QRESYNC support.
1574
1575 2010-10-09  Julien Danjou  <julien@danjou.info>
1576
1577         * nnir.el (nnir-engines): Fix too many arguments.
1578
1579 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1580
1581         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1582         group is the "last", so that the backends like nnfolder actually save
1583         their folders.
1584
1585         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1586         try to use that for the tls stream.
1587         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1588         UIDVALIDITY and find out which groups are read-only and not.
1589         (nnimap-get-flags): Use the same marks parsing code as the rest of
1590         nnimap.
1591
1592 2010-10-09  Julien Danjou  <julien@danjou.info>
1593
1594         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1595
1596         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1597         retrieving gravatars.
1598
1599         * shr.el (shr-table-corner): Add.
1600         (shr-table-line): Add.
1601         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1602
1603 2010-10-08  Julien Danjou  <julien@danjou.info>
1604
1605         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1606
1607 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1608
1609         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1610
1611         * gnus-sum.el (gnus-mark-article-as-unread)
1612         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1613         (gnus-summary-set-bookmark): Use it.
1614
1615         * gnus-msg.el (gnus-setup-message): Use it.
1616
1617         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1618
1619         * gnus.el (gnus-group-remove-parameter): Use it.
1620
1621         * gnus-group.el (gnus-group-make-web-group): Use it.
1622
1623         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1624
1625         * nnregistry.el: Update docs to mention manual.
1626
1627         * gnus-registry.el: Update docs to mention nnregistry.el.
1628         (gnus-registry-initialize): Don't install nnregistry refer method
1629         automatically.
1630         (gnus-registry-install-nnregistry): Remove it.
1631
1632 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1633
1634         * shr.el (shr-insert): Don't insert double spaces.
1635
1636 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1637
1638         * gnus-gravatar.el (gnus-treat-from-gravatar)
1639         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1640         called interactively.
1641
1642         * gnus-art.el (gnus-mime-view-part-externally)
1643         (gnus-mime-view-part-internally): Make predicate function passed to
1644         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1645         of a mime type.
1646
1647         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1648
1649 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1650
1651         * shr.el (require): Require cl when compiling.
1652         (shr-tag-hr): New function.
1653
1654         * nnimap.el (nnimap-update-info): Remove double setting of high.
1655         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1656         This makes nnimap work properly on Courier again.
1657
1658         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1659         the variable for backwards compatability.
1660
1661         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1662         the file name before using to avoid setting mm-default-directory to
1663         nil.
1664
1665         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1666         bidning gnus-agent variables.
1667
1668         * shr.el (shr-render-td): Use a cache for the table rendering function
1669         to avoid getting an exponential rendering behaviour in nested tables.
1670         (shr-insert): Rework the line-breaking algorithm.
1671         (shr-insert): Don't leave trailing spaces.
1672         (shr-insert-table): Also insert empty TDs.
1673         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1674
1675 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1676
1677         * gnus-sum.el (gnus-number): Rename from `number'.
1678         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1679         (gnus-summary-limit-children): Update uses correspondingly.
1680
1681 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1682
1683         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1684         (gnus-gravatar-transform-address): Don't show avatars of people of
1685         which mail addresses match gnus-gravatar-too-ugly.
1686
1687 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1688
1689         * shr.el (shr-table-widths): Expand TD elements to fill available
1690         space.
1691
1692 2010-10-07  Julien Danjou  <julien@danjou.info>
1693
1694         * nnimap.el (nnimap-request-rename-group): Add this method.
1695
1696 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1697
1698         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1699         name from XEmacs' function-arglist.
1700
1701         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1702         gravatar under XEmacs.
1703
1704 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1705
1706         * auth-source.el: Update docs with TODO items.
1707
1708         * gnus-sync.el: Update docs to explain state and plans.
1709
1710         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1711         Hooks for mark updates.
1712         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1713
1714         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1715         hooks with arguments, which is needed for mark update hooks.
1716
1717 2010-10-06  Julien Danjou  <julien@danjou.info>
1718
1719         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1720         was matched.
1721
1722         * sieve-manage.el: Update example in `Commentary'.
1723
1724         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1725
1726         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1727         not 2000.
1728         (sieve-manage-authenticate): Re-add function.
1729
1730 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1731
1732         * shr.el (shr-insert): Get 'space transition right.
1733         (shr-render-td): Only delete space at the end of the TD.
1734
1735         * nnimap.el (nnimap-open-connection): Prepare to support
1736         open-gnutls-stream.
1737
1738         * shr.el: Rearrange function order to be more logical.
1739
1740 2010-10-06  Julien Danjou  <julien@danjou.info>
1741
1742         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1743         (nnrss-discover-feed): Remove 404 URL in docstring.
1744
1745         * nnir.el: Fix Swish-E URL.
1746         Fix Namazu URL.
1747
1748         * message.el (message-change-subject): Remove 404 URL in a comment.
1749
1750 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1751
1752         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1753         called interactively.
1754
1755         * gnus-util.el (gnus-remove-if): Allow hash table.
1756         (gnus-remove-if-not): New function.
1757
1758         * gnus-art.el (gnus-mime-view-part-as-type)
1759         * gnus-score.el (gnus-summary-score-effect)
1760         * gnus-sum.el (gnus-read-move-group-name):
1761         Replace remove-if-not with gnus-remove-if-not.
1762
1763         * gnus-group.el (gnus-group-completing-read):
1764         Regard collection as a hash table if it is not a list.
1765
1766 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1767
1768         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1769
1770         * shr.el: Document the table-rendering algorithm.
1771
1772 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1773
1774         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1775         for Emacsen having no `libxml-parse-html-region' support.
1776
1777 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1778
1779         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1780         invalid URLs.
1781
1782         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1783         line-broken.
1784         (shr-tag-img): Ignore image fetching errors.
1785         (shr-overlays-in-region): Compute overlay positions correctly.
1786
1787         * mm-decode.el (mm-shr): Require shr.
1788
1789         * gnus-art.el (gnus-blocked-images): Move variable here.
1790
1791         * shr.el (shr-insert-table): Bind free variable.
1792
1793         * mm-decode.el (mm-shr): Bind shr-content-function.
1794
1795         * shr.el (shr-content-function): New variable.
1796
1797         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1798         added for symmetry.
1799
1800         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1801
1802         * gnus-group.el (gnus-group-make-group): Doc fix.
1803
1804         * nnimap.el (nnimap-request-newgroups): Return success.
1805
1806         * shr.el (shr-find-elements): New function.
1807         (shr-tag-table): Put all the images after the table.
1808         (shr-tag-table): Really inhibit images inside the table.
1809         (shr-collect-overlays): Copy over overlays from the TD elements to the
1810         main document.
1811
1812         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1813         gnus-blocked-images.
1814
1815 2010-10-05  Julien Danjou  <julien@danjou.info>
1816
1817         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1818
1819         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1820         (gnus-html-maximum-image-size): Add this function.
1821         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1822
1823         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1824         server-value of the capability is nil.
1825
1826 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1827
1828         * shr.el (shr-tag-em): Add <EM> tag.
1829
1830 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1831
1832         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1833         customizable.
1834
1835         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1836         handing broken links to browse-url.
1837
1838 2010-10-05  Julien Danjou  <julien@danjou.info>
1839
1840         * gnus-util.el (gnus-emacs-completing-read)
1841         (gnus-iswitchb-completing-read): Use autoload rather than require.
1842
1843 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1844
1845         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1846         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1847         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1848         iswitchb-temp-buflist for XEmacs.
1849
1850         * gnus-util.el (gnus-completing-read-function): Exclude
1851         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1852         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1853         XEmacs.
1854
1855         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1856         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1857
1858         * gnus-html.el: Don't require help-fns under XEmacs.
1859         (gnus-html-schedule-image-fetching): Work for XEmacs.
1860
1861         * mm-decode.el (mm-shr): Decode contents by charset.
1862
1863 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1864
1865         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1866         unknown.
1867
1868         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1869         (shr-get-image-data): Ensure against the cache file missing.
1870
1871         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1872         for data.
1873
1874         * spam-report.el (spam-report-url-ping-plain): Don't query about
1875         killing the process.
1876
1877         * shr.el (shr-render-td): Protect against too-wide text.
1878
1879 2010-10-04  Julien Danjou  <julien@danjou.info>
1880
1881         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1882         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1883
1884         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1885         retrieved.
1886
1887 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1888
1889         * shr.el (browse-url): Require.
1890         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1891         lines.
1892         (shr-show-alt-text, shr-browse-image): New commands.
1893         (shr-browse-url, shr-copy-url): New commands.
1894
1895         * gnus-sum.el (gnus-widen-article-window): New variable.
1896         (gnus-summary-select-article-buffer): Use it.
1897
1898         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1899         without @ signs.
1900
1901 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1902
1903         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1904
1905 2010-10-04  Julien Danjou  <julien@danjou.info>
1906
1907         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1908         for XEmacs.
1909
1910 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1911
1912         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1913
1914         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1915         (nnimap-close-server): Implement.
1916
1917         * dgnushack.el (iswitchb): Require to shut up the compiler.
1918
1919         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1920         (shr-insert): Tweak line breaking.
1921         (shr-insert): Handle <pre> better.
1922         (shr-tag-li): Get <li> indentation right.
1923         (shr-tag-li): Get <li> indentation even righter.
1924         (shr-tag-blockquote): Ensure paragraph start.
1925         (shr-make-table): Tweak table generation.
1926         (shr-make-table): Fix typo.
1927
1928         * shr.el: Implement table rendering.
1929
1930 2010-10-04  Julien Danjou  <julien@danjou.info>
1931
1932         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1933
1934 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1935
1936         * shr.el (shr-insert): Use string anchors instead of line anchors.
1937
1938 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1939
1940         * shr.el: Add headings.
1941         (shr-ensure-paragraph): Actually work.
1942         (shr-tag-li): Make <ul> prettier.
1943         (shr-insert): Get white space at the beginning/end of elements right.
1944         (shr-tag-p): Collapse subsequent <p>s.
1945         (shr-ensure-paragraph): Don't insert double line feeds after blank
1946         lines.
1947         (shr-insert): \t is also space.
1948         (shr-tag-s): Fix "s" tag name function.
1949         (shr-tag-s): Fix face prop name.
1950
1951 2010-10-03  Julien Danjou  <julien@danjou.info>
1952
1953         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1954
1955         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1956         gnus-window-inside-pixel-edges.
1957
1958         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1959         gnus-ems.
1960
1961         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1962
1963         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1964         function.
1965
1966         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1967         resize choice.
1968
1969 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1970
1971         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1972         beginning of the buffer.
1973
1974         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1975         article buffer again.
1976
1977         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
1978
1979         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1980         when it's at the start of the buffer.
1981
1982         * shr.el (shr-tag-blockquote): Convert name.
1983         (shr-rescale-image): Use the right image-size variant.
1984
1985         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1986         buffer isn't shown, then select the current article first instead of
1987         bugging out.
1988         (gnus-summary-select-article-buffer): Show both the article and summary
1989         buffers again.
1990
1991         * shr.el (shr-fontize-cont): Protect against regions with no text.
1992         Rename tag functions to shr-tag-* for enhanced security.
1993         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1994
1995 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1996
1997         * shr.el (shr-insert):
1998         * pop3.el (pop3-movemail):
1999         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2000         loaded.
2001
2002 2010-10-03  Glenn Morris  <rgm@gnu.org>
2003
2004         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2005
2006         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2007
2008         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2009
2010         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2011
2012         * gnus-util.el (gnus-make-local-hook): Simplify.
2013
2014 2010-10-02  Julien Danjou  <julien@danjou.info>
2015
2016         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2017         (gnus-ido-completing-read): New function.
2018         (gnus-emacs-completing-read): New function.
2019         (gnus-completing-read): Use gnus-completing-read-function.
2020         Add gnus-completing-read-function.
2021
2022 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2023
2024         * shr.el (shr-insert-document): Autoload.
2025         (shr-img): Be silent.
2026         (shr-insert): Add a newline after every picture before text.
2027         (shr-add-font): Use overlays for combining faces.
2028         (shr-insert): Pass upwards the text start point.
2029
2030         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2031         possible.
2032         (mm-shr): New function.
2033
2034 2010-10-02  Julien Danjou  <julien@danjou.info>
2035
2036         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2037         should go backward.
2038
2039 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2040
2041         * shr.el (shr): Fix typo in provide call.
2042
2043 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2044
2045         * shr.el: New file.
2046
2047         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2048
2049         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2050         completing read.
2051
2052 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2053
2054         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2055         we're being queried about.  Suggested by Dan Jacobson.
2056
2057         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2058         Suggested by Jason Eisner.
2059
2060         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2061         table, too.  Suggested by Stefan Wiens.
2062         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2063         the table unnecessary.  Suggested by Stefan Wiens.
2064
2065         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2066         longer needed, and probably doesn't work either, as pointed out by
2067         Stefan Wiens.
2068         (gnus-summary-exit): Remove call to the clearing function.
2069         (gnus-summary-exit-no-update): Ditto.
2070
2071         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2072         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2073         Reported by Stefan Monnier.
2074         (gnus-summary-save-in-rmail): Ditto.
2075
2076         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2077         article buffer, instead of both the article buffer and the summary
2078         buffer.  Sort of suggested by Dan Jacobson.
2079
2080         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2081
2082         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2083         Suggested by Dan Jacobson.
2084
2085         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2086         documentation clearer.
2087
2088         * message.el (message-shorten-references): Comment on the number "21".
2089         Suggested by Stefan Monnier.
2090
2091         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2092         Suggested by Dan Jacobson.
2093
2094         * gnus.el (gnus-large-newsgroup):
2095         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2096
2097         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2098         externalize attachments.  Bug reported by Steve Wen.
2099
2100         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2101         really message anything to the user.
2102
2103         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2104         directly.
2105
2106         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2107         messages in empty groups.
2108
2109 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2110
2111         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2112         non-UIDNEXT group.
2113
2114 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2115
2116         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2117         not the value from the collection.
2118
2119         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2120         values.  This sometimes happens on some groups that have no info.
2121         (nnimap-request-newgroups): New function.
2122
2123 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2124
2125         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2126         check into `gnus-registry-initialize'.
2127         (gnus-registry-initialize): Ditto.
2128         Fix and extend header docs.
2129
2130 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2131
2132         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2133         regexp backtrace overflows.
2134
2135         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2136         for starttls that tls.el implements; i.e. openssl.
2137
2138         * tls.el (tls-starttls-switches): Give up on using starttls with
2139         gnutls-cli.
2140         (tls-program): Add --insecure to be consistent with the defaults from
2141         openssl s_client.  Now all three commands are insecure.
2142
2143 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2144
2145         * lpath.el: Bind completion-styles-alist for XEmacs.
2146
2147         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2148         (gravatar-create-image): New function that's an alias to
2149         gnus-xmas-create-image, gnus-create-image, or create-image.
2150         (gravatar-data->image): Use it.
2151
2152 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2153
2154         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2155         install the nnregistry refer method.
2156         (gnus-registry-install-hooks): Use it.
2157         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2158         unfollowed groups.
2159
2160 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2161
2162         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2163         expanding threads.
2164
2165 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2166
2167         * nnir.el: Use the server names without suffixes (bug #7009).
2168
2169         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2170         unencrypted to STARTTLS, if possible.
2171
2172 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2173
2174         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2175         headers before superseding.
2176
2177 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2178
2179         * nnrss.el (nnrss-use-local): Add documentation.
2180
2181         * nnimap.el (nnimap-extend-tls-programs): New function.
2182         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2183         (nnimap-wait-for-connection): Accept the greeting from the stupid
2184         output from openssl s_client -starttls, too.
2185
2186         * tls.el (tls-starttls-switches): New variable.
2187         (tls-find-starttls-argument): Use it.
2188         (open-tls-stream): Ditto.
2189
2190         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2191         (netrc-machine): Ditto.
2192
2193         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2194         article number.
2195         (nnimap-split-fancy): New variable.
2196         (nnimap-split-incoming-mail): Use it.
2197
2198         * nntp.el (nntp-server-list-active-group): Document.
2199
2200         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2201         SELECT to get the message-id.
2202
2203         * mail-source.el (mail-sources): Remove webmail support.
2204         (defvar): Ditto.
2205         (mail-source-fetcher-alist): Ditto.
2206         (mail-source-fetch-webmail): Remove.
2207
2208         * webmail.el: Remove -- doesn't seem relevant any more.
2209
2210         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2211
2212         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2213         the \r.
2214
2215 2010-09-30  Julien Danjou  <julien@danjou.info>
2216
2217         * gnus-agent.el (gnus-agent-add-group): Fix call to
2218         gnus-completing-read.
2219
2220 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2221
2222         * nndoc.el (nndoc-retrieve-groups): New function.
2223
2224         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2225         `default', use nnmail-split-methods.
2226         (nnimap-request-article): Downcase the NILs so that they are nil.
2227
2228         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2229         symbol.
2230
2231         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2232         code, since if the user has requested network, that's what they ought
2233         to get.
2234         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2235         (nnimap-split-rule): Mark as obsolete.
2236
2237         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2238         New variable.
2239
2240         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2241         correct slot, too.
2242
2243 2010-09-29  Julien Danjou  <julien@danjou.info>
2244
2245         * gnus.el (gnus-local-domain): Declare variable obsolete.
2246
2247         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2248         Fix history computing.
2249         (gnus-ido-completing-read): Require ido.
2250
2251 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2252
2253         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2254         build Gnus.
2255
2256         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2257         when interpreting the structures.
2258         (nnimap-request-accept-article): Add \r\n to the lines to make this
2259         work with Cyrus.
2260
2261         * nndraft.el (nndraft-request-expire-articles): Use the group name
2262         instead if "nndraft".  Fix found by Nils Ackermann.
2263
2264 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2265
2266         * nnregistry.el: Add.
2267
2268 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2269
2270         * nnmail.el (group, group-art-list, group-art):
2271         Remove unneeded directives.
2272
2273 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2274
2275         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2276         (mm-mime-charset)
2277         * rfc2047.el (rfc2047-syntax-table)
2278         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2279
2280         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2281         rather than `insert-file-contents' and `eval-region'.
2282
2283         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2284         construction.
2285
2286         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2287
2288         * time-date.el: No need to require cl for Emacs 21.
2289
2290 2010-09-29  Julien Danjou  <julien@danjou.info>
2291
2292         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2293         replacement of `gnus-gravatar-relief' to mimic
2294         `gnus-faces-properties-alist'.
2295         Add :version property.
2296
2297 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2298
2299         * mail-source.el (mail-source-report-new-mail)
2300         * message.el (message-default-mail-headers)
2301         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2302
2303         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2304
2305 2010-09-28  Julien Danjou  <julien@danjou.info>
2306
2307         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2308         mail-address contains the same string as real-name.
2309
2310         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2311         non-blank in header, otherwise it'll get stripped.
2312
2313         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2314         real-name, and then for mail address rather than doing : or , search.
2315
2316 2010-09-27  Julien Danjou  <julien@danjou.info>
2317
2318         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2319         right completing-read function.
2320         (gnus-use-ido): New variable
2321         (gnus-completing-read-with-default): Remove.
2322         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2323         (gnus-agent-add-group):
2324         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2325         * mm-view.el (mm-view-pkcs7-decrypt):
2326         * mm-util.el (mm-codepage-setup):
2327         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2328         * mml-smime.el (mml-smime-openssl-sign-query):
2329         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2330         (mml-insert-multipart):
2331         * gnus-msg.el (gnus-summary-yank-message):
2332         * gnus-int.el (gnus-start-news-server):
2333         * mm-decode.el (mm-interactively-view-part):
2334         * gnus-dired.el (gnus-dired-attach):
2335         * gnus.el (gnus-read-method):
2336         * gnus-bookmark.el (gnus-bookmark-jump):
2337         * gnus-art.el (gnus-mime-view-part-as-type)
2338         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2339         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2340         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2341         * nnmairix.el (nnmairix-create-server-and-default-group)
2342         (nnmairix-update-groups, nnmairix-get-server)
2343         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2344         (nnmairix-get-group-from-file-path):
2345         * nnrss.el (nnrss-find-rss-via-syndic8):
2346         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2347         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2348         (gnus-group-browse-foreign-server):
2349         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2350         (gnus-summary-execute-command, gnus-summary-respool-article)
2351         (gnus-read-move-group-name):
2352         * gnus-score.el (gnus-summary-increase-score)
2353         (gnus-summary-score-effect):
2354         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2355
2356 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2357
2358         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2359         x-focus-frame.
2360
2361         * nnimap.el (auth-source-forget-user-or-password)
2362         (auth-source-user-or-password): Autoload.
2363
2364         * message.el (message-from-style, message-interactive)
2365         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2366         (message-yank-prefix, message-indentation-spaces, message-signature)
2367         (message-signature-file): Add comment.
2368
2369 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2370
2371         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2372         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2373         new articles.
2374
2375         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2376         parts.
2377         (nnimap-request-article): Work with the t setting, too.
2378
2379         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2380         that you don't get flashes of other buffers.
2381         (gnus-summary-show-complete-article): Intern before setting.
2382
2383 2010-09-27  David Engster  <dengste@eml.cc>
2384
2385         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2386         well as HEADERS.
2387         (nnmairix-retrieve-headers): Provide new argument for the above.
2388
2389 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2390
2391         * gnus-sum.el (gnus-summary-move-article): Don't alter
2392         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2393         group.
2394
2395         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2396
2397         * message.el (message-cite-prefix-regexp): Revert my last edit.
2398
2399         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2400         variable instead of the Gnus variable.
2401
2402         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2403
2404         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2405
2406         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2407         since some servers don't like it.
2408         (nnimap-open-connection): Forget credentials if the server says the
2409         password was wrong.
2410         (nnimap-parse-line): Protect against invalid data.
2411
2412         * gnus-sum.el (gnus-summary-move-article): Add comment.
2413         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2414         nothing alters it while scanning for new messages.
2415
2416         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2417         which may or may not help.
2418         (nnimap-open-connection): If we're doing a stream connection, and then
2419         discover we're on a STARTTLS-capable server, then open a STARTTLS
2420         connection instead.
2421
2422 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2423
2424         * nnimap.el (utf7): Require.
2425
2426         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2427         prefix.
2428
2429 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2430
2431         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2432
2433 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2434
2435         * nnimap.el (nnimap-request-accept-article): Message the error on
2436         error.
2437
2438 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2439
2440         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2441
2442 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2443
2444         * nndoc.el (nndoc-request-list): Return success always.
2445
2446         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2447         `fetch-old' -- we only want to fetch the articles we've requested.
2448         The rest are in the agent, probably.
2449         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2450         disappeared server" to something low.  It's not important.
2451
2452         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2453         arrived before the FETCH data.
2454
2455         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2456         target here, because we don't know the Gnus name of the group.
2457
2458         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2459         for the correct group.
2460
2461         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2462
2463         * gnus.el (gnus): Give a final warning after startup.
2464
2465         * gnus-util.el (gnus-action-message-log): New variable.
2466         (gnus-message): Use it.
2467         (gnus-final-warning): New function.
2468
2469         * nnimap.el (nnimap-open-connection): Record the greeting.
2470         (nnimap): Add greeting.
2471
2472 2010-09-26  Julien Danjou  <julien@danjou.info>
2473
2474         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2475         arguments.
2476         (gnus-html-wash-images): Fix spec computing to include start/end.
2477
2478         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2479
2480 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2481
2482         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2483         deletion.
2484         (nnimap-retrieve-headers): Don't select the group, because that's
2485         already done by nnimap-possibly-change-group.
2486
2487         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2488         (gnus-picon-transform-address): Use it.
2489
2490         * mail-source.el (mail-source-value): Revert previous patch.
2491
2492         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2493         on failure.
2494         (nnimap-open-connection): Look up both virtual and physical server name
2495         credentials.
2496
2497         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2498
2499 2009-02-07  Dave Love  <fx@gnu.org>
2500
2501         * tls.el (open-tls-stream): Don't query killing process.
2502
2503 2009-02-08  Dave Love  <fx@gnu.org>
2504
2505         * gnus-win.el (gnus-window-to-buffer-helper)
2506         (gnus-all-windows-visible-p): Function needn't be a symbol.
2507
2508         * mail-source.el (mail-source-value): Function needn't be a symbol.
2509
2510 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2511
2512         * message.el (message-cite-prefix-regexp): Remove } from the cite
2513         prefix.
2514
2515         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2516         highlight again, so that the highlight is correct.
2517
2518         * gnus-picon.el (gnus-picon): Remove again.
2519         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2520
2521         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2522         doing the header highlightling, so that the background colour of the
2523         picon is correct.
2524
2525         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2526         (gnus-picon): Ditto.
2527         (gnus-picon): Reinstate.  The background colour for picons is white.
2528         (gnus-picon-insert-glyph): Make the background white.
2529
2530         * nnml.el (nnml-open-nov): Don't return dead buffers.
2531
2532         * auth-source.el (auth-source-create): Query the user for whether to
2533         store the credentials.
2534
2535         * netrc.el (netrc-store-data): New function.
2536
2537         * auth-source.el (auth-source-user-or-password): Use the existing auth
2538         sources, if any, for creation.
2539
2540         * gnus.el (gnus-group-fast-parameter): Return the last matching
2541         parameter instead of the first matching parameter.
2542
2543 2010-09-26  Julien Danjou  <julien@danjou.info>
2544
2545         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2546
2547 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2548
2549         * mml2015.el (mml2015-use): Remove gpg support.
2550
2551         * mml1991.el (mml1991-function-alist): Remove gpg function.
2552         (mml1991-gpg-sign): Remove.
2553
2554 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2555
2556         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2557         (gnus-browse-unsubscribe-current-group): Document it.
2558         (gnus-browse-unsubscribe-group): Use it.
2559
2560 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2561
2562         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2563         address to the To list for easier response.
2564
2565         * gnus.el (gnus-play-startup-jingle): Remove.
2566         (gnus-splash): Don't play jingle.
2567         (gnus): Silence gnus-load message.
2568
2569         * gnus-art.el (gnus-treat-play-sounds): Remove.
2570
2571         * gnus.el (gnus-play-jingle): Remove audio support.
2572
2573         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2574
2575         * earcon.el: Remove -- no users.
2576
2577         * gnus-audio.el: Remove -- no users of this package.
2578
2579         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2580
2581         * gnus-start.el (gnus-setup-news): Remove nocem support.
2582
2583         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2584
2585         * gnus.el (gnus-use-nocem): Remove.
2586
2587         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2588         Remove.
2589
2590         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2591         uses NoCeM any more.
2592
2593         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2594         (gnus-button-ctan-handler): Ditto.
2595         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2596         (gnus-button-ctan-directory-regexp): Ditto.
2597         (gnus-button-handle-ctan): Ditto.
2598         (gnus-button-tex-level): Ditto.
2599         (gnus-button-alist): Remove CTAN stuff.
2600
2601 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2602
2603         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2604         nnimap-streaming test.
2605
2606         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2607         servers twice.
2608
2609         * nnimap.el (nnimap-open-connection): Add more error reporting when
2610         nnimap fails early.
2611
2612         * nnheader.el (nnheader-get-report-string): New function.
2613         (nnheader-get-report): Use it.
2614
2615         * gnus-int.el (gnus-check-server): Say what the error was when opening
2616         failed.
2617
2618         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2619         using streaming.
2620
2621 2010-09-25  Julien Danjou  <julien@danjou.info>
2622
2623         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2624         gnus-window-inside-pixel-edges.
2625
2626 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2627
2628         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2629
2630         * mm-decode.el (mm-save-part): Allow saving to other directories the
2631         normal Emacs way.
2632
2633         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2634         Suggested by Jay Berkenbilt.
2635
2636         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2637         there isn't a single byte.
2638
2639         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2640         just do it.  It doesn't really seem to matter what the user responds
2641         here, I think, so it's just a confusing question.
2642
2643         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2644         non-streaming case.
2645
2646         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2647         (gnus-article-encrypt-body): Use it.
2648
2649         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2650         keystroke.
2651
2652         * nnimap.el (nnimap-find-wanted-parts-1):
2653         Use gnus-fetch-partial-articles.
2654
2655         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2656
2657         * nnimap.el (nnimap-insert-partial-structure): New function.
2658         (nnimap-get-partial-article): New function.
2659         (nnimap-request-article): Use it.
2660         (nnimap-wait-for-response): Return whether the wait was successful.
2661         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2662         retrieval wasn't successful.
2663         (nnimap-retrieve-group-data-early): Allow throttling servers.
2664         (nnimap-streaming): New variable.
2665         (nnimap-fetch-partial-articles): Remove.
2666
2667         * mm-decode.el (mm-with-part): Protect against killed buffers.
2668
2669         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2670         for prettier summary display.
2671
2672 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2673
2674         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2675
2676 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2677
2678         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2679         apparently third-party libraries depend on it.
2680
2681         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2682         before starting negotiation.
2683
2684         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2685         privacy reasons.
2686         (gnus-treat-mail-gravatar): Ditto.
2687
2688         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2689         buffer when inserting images.  Inserting text into the headers, for
2690         instance, can make them invalid.
2691
2692 2010-09-25  Julien Danjou  <julien@danjou.info>
2693
2694         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2695         variables.
2696
2697         * nnheader.el: Remove useless variables news-reply-yank-from and
2698         news-reply-yank-message-id.
2699
2700         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2701         variables.
2702
2703         * mml1991.el: Remove useless mml1991-verbose.
2704
2705         * gnus.el: Remove useless variable gnus-use-generic-from.
2706         Remove obsolete variable gnus-topic-indentation.
2707
2708         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2709
2710         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2711
2712         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2713
2714         * gnus-group.el: Remove useless gnus-group-icon-cache.
2715         Remove useless gnus-ephemeral-group-server.
2716
2717         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2718
2719         * mml2015.el: Remove useless mml2015-verbose.
2720
2721         * mml-smime.el: Remove useless mml-smime-verbose.
2722
2723         * gnus.el: Remove useless gnus-local-domain.
2724
2725         * gnus-gravatar.el (gnus-gravatar-transform-address):
2726         Use gnus-gravatar-size.
2727
2728         * gnus-art.el: Remove useless gnus-treat-translate.
2729
2730 2010-09-24  Julien Danjou  <julien@danjou.info>
2731
2732         * gnus-sum.el: Add support for Gravatars.
2733
2734         * gnus-art.el: Add support for Gravatars.
2735
2736         * gnus-gravatar.el: Add this file.
2737
2738         * gravatar.el: Add this file.
2739
2740 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2741
2742         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2743
2744         * gnus-group.el (gnus-group-fetch-faq): Remove.
2745
2746         * gnus.el (gnus-group-faq-directory): Remove.
2747
2748         * gnus-group.el (gnus-group-fetch-charter): Remove.
2749
2750         * gnus.el (gnus-group-charter-alist): Remove.
2751
2752         * gnus-group.el (gnus-group-archive-directory): Remove.
2753         (gnus-group-recent-archive-directory): Ditto.
2754         (gnus-group-make-archive-group): Remove.
2755
2756         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2757
2758         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2759         use the same article number for all the cached articles.
2760
2761         * nnimap.el (nnimap-command): Register the last command time so
2762         that we can use it for idling NOOPs.
2763         (nnimap-open-connection): Start the keeplive timer.
2764         (nnimap-make-process-buffer): Store all the process buffers.
2765         (nnimap-keepalive): New function.
2766
2767         * starttls.el (starttls-open-stream): Add autoload cookie.
2768
2769 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2770
2771         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2772         handling.
2773
2774 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2775
2776         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2777         its data structures.
2778
2779         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2780         instead of the cl.el copy-list.
2781         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2782         equalp.
2783
2784 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2785
2786         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2787         and tool-bar-local-item-from-menu.
2788
2789         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2790         mode-line-highlight face for Emacs.
2791
2792         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2793         loading gnus-sum.elc; fix comment for canlock-verify.
2794         (gnus-article-jump-to-part): Use read-number.
2795         (gnus-insert-mime-button, gnus-insert-mime-security-button):
2796         Remove Emacs pre-21 compatible code for help-echo.
2797         (gnus-article-next-page-1): No need to adjust the number of lines.
2798         (gnus-article-describe-bindings): Always use help-buffer.
2799
2800         * gnus-audio.el (gnus-audio-inline-sound)
2801         * gnus-cus.el (gnus-custom-mode)
2802         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2803
2804         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2805
2806         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2807         compatible code.
2808
2809 2010-09-24  Glenn Morris  <rgm@gnu.org>
2810
2811         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2812         visiting the fcc file in rmail-mode.
2813
2814         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2815
2816 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2817
2818         * nnir.el: Silence the byte compiler.
2819
2820         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2821         alias to browse-url-url-encode-chars if any.
2822         (gnus-html-encode-url): Use it.
2823
2824 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2825
2826         * gnus-start.el (gnus-use-backend-marks): New variable.
2827         (gnus-get-unread-articles-in-group): Use it.
2828
2829         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2830         makeover.
2831
2832 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2833
2834         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2835
2836 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2837
2838         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2839         Remove.
2840         (gnus-setup-news-hook):
2841         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
2842
2843         * gnus-int.el (gnus-request-update-info): Protect against backends not
2844         having the function.
2845
2846         * nnimap.el (nnimap-stream): Mention starttls.
2847         (nnimap-open-connection): Add starttls support.
2848
2849 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2850
2851         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2852
2853 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2854
2855         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2856         BODYSTRUCTUREs.
2857         (nnimap-transform-headers): Unfold quoted {42} headers.
2858
2859         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2860         the info.
2861         (gnus-get-unread-articles): Only call updatep on backends that support
2862         it.
2863
2864         * nnweb.el (nnweb-request-update-info): NOOP.
2865
2866         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
2867
2868         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
2869         since it only deals with marks.
2870
2871         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
2872         gnus-request-marks, and make a new gnus-request-update-info.
2873
2874         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2875         the active instead of the high number, which is usually too low.
2876
2877 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2878
2879         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2880         * encrypt.el: Remove.
2881
2882 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2883
2884         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2885         server in symbolic form.
2886
2887         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
2888
2889 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2890
2891         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2892         (nnimap-update-info): Fix up code slightly.
2893
2894         * gnus-int.el (gnus-open-server): Add tracing for performance
2895         debugging.
2896
2897         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2898         (gnus-group-insert-group-line): Pass the real group name so that it
2899         gets the right data.
2900
2901         * gnus-start.el (gnus-get-unread-articles): Don't have
2902         `gnus-get-unread-articles-in-group' update info, since that can be
2903         really slow and doesn't seem to be needed?
2904
2905 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2906
2907         * time-date.el (date-to-time): Try using parse-time-string first before
2908         using the slower timezone-make-date-arpa-standard.
2909
2910 2010-09-22  Julien Danjou  <julien@danjou.info>
2911
2912         * gnus-group.el (gnus-group-insert-group-line):
2913         Call gnus-group-highlight-line.
2914         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2915         default hook list.
2916         (gnus-group-update-eval-form): Add new function.
2917         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2918         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2919
2920 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2921
2922         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2923         immediate, then expire all articles.
2924         (nnimap-update-info): Fix off-by-one errors.
2925         (nnimap-flags-to-marks): Would return no marks lists for group with no
2926         flags.  Instead return the other data.
2927
2928 2010-09-22  Julien Danjou  <julien@danjou.info>
2929
2930         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
2931         Only return an icon.
2932         (gnus-group-insert-group-line): Compute icon to return.
2933
2934         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
2935         (gnus-html-image-fetched): Only cache if
2936         gnus-html-image-automatic-caching is set.
2937         (gnus-html-image-fetched): Check for errors.
2938
2939 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2940
2941         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2942         once per method on `g'.  This ensures that backends like nnfolder don't
2943         open all their folders.
2944
2945         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2946         (nnimap-request-list): Nix out group in the correct buffer.
2947         (nnimap-parse-flags): Implement by using `read' instead of
2948         hand-parsing.
2949         (nnimap-flags-to-marks): Pass on permanent-flags.
2950         (nnimap-make-process-buffer): Record the server name.
2951         (nnimap-parse-flags): Fix typo.
2952         (nnimap-request-scan): Run split on the server in general, not just a
2953         single group.
2954
2955         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2956         parameter, and propagate this downwards.
2957
2958         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2959         since EXAMINE changes it on the server.
2960
2961         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2962         this command might take a while.
2963
2964 2010-09-22  Julien Danjou  <julien@danjou.info>
2965
2966         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
2967         harmful if you have 2 images side-by-side, they can't be properly
2968         update on text deletion.  Using text-property is safer here.
2969         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2970         data.
2971
2972 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2973
2974         * nnimap.el (nnimap-expunge-inbox): Remove.
2975         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2976         (nnimap-expunge): Flip default to t.
2977
2978         * gnus.el (gnus-method-to-server): Don't push things to the cache
2979         unless it's unique.
2980         (gnus-server-to-method): Ditto.
2981
2982 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2983
2984         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2985
2986 2010-09-22  Julien Danjou  <julien@danjou.info>
2987
2988         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2989         get the start of data.
2990         (gnus-html-encode-url): Add this function to encode special chars in
2991         URL.
2992         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2993         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2994
2995         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2996         default.
2997         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2998
2999         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3000         images alt-text.
3001         (gnus-html-put-image): Put alt-text as help-echo.
3002
3003 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3004
3005         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3006         * mm-util.el (mm-decompress-buffer)
3007         * nnir.el (nnir-run-find-grep)
3008         * pop3.el (pop3-list): Use 3rd arg of split-string.
3009
3010         * time-date.el (format-seconds): Comment fix.
3011
3012         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
3013         and byte-optimize-form-code-walker.
3014         (dgnushack-make-auto-load): Don't advise make-autoload.
3015
3016         * lpath.el: Remove Emacs 21 stuff.
3017
3018 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3019
3020         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3021         outside the active range.  Suggested by Dan Christensen.
3022
3023         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3024         slightly later to avoid double-getting it.
3025
3026         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3027         previous patch.
3028
3029         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3030
3031 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3032
3033         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3034
3035 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3036
3037         * gnus-int.el (gnus-open-server): Give a better error message in the
3038         "go offline" case.
3039
3040         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3041         marks for nnimap, which is seldom the right thing to do.
3042
3043         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3044         (gnus-same-method-different-name): New function.
3045
3046         * nnimap.el (parse-time): Require.
3047
3048         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3049         method in the presence of many similar methods.
3050
3051         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3052
3053         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3054         nnml-inhibit-expiry.
3055
3056         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3057         find out whether methods are equal.
3058
3059         * nnimap.el (nnimap-find-expired-articles): New function.
3060         (nnimap-process-expiry-targets): New function.
3061         (nnimap-request-move-article): Request the article before looking at
3062         what the Message-ID is.  Fix found by Andrew Cohen.
3063         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3064
3065         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3066         for oldness in addition to being a predicate.
3067
3068         * nnimap.el (nnimap-request-group): When we have zero articles, return
3069         the right data to Gnus.
3070         (nnimap-request-expire-articles): Only delete articles immediately if
3071         the target is 'delete.
3072
3073         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3074         method, this would bug out.
3075
3076         * gnus-group.el (gnus-group-expunge-group): Rename from
3077         gnus-group-nnimap-expunge, and implemented as a normal interface
3078         function.
3079
3080         * gnus-int.el (gnus-request-expunge-group): New function.
3081
3082         * nnimap.el (nnimap-request-create-group): Implement.
3083         (nnimap-request-expunge-group): New function.
3084
3085 2010-09-21  Julien Danjou  <julien@danjou.info>
3086
3087         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3088         (gnus-html-cache-expired): Add new function.
3089         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3090         wethever we should display image for fetch it.
3091         Compute alt-text earlier to pass it to the fetching function too.
3092         (gnus-html-schedule-image-fetching): Change function argument to only
3093         get one image at a time, not a list.
3094         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3095         cache.
3096         (gnus-html-get-image-data): New function to retrieve image data from
3097         cache.
3098         (gnus-html-put-image): Change buffer argument to use image data rather
3099         than file, and place image above region rather than inserting a new
3100         one.  Do not take alt-text as argument, since it's useless now: we place
3101         the image above alt-text.
3102         (gnus-html-prune-cache): Remove.
3103         (gnus-html-show-images): Start to fetch image when we find one, do not
3104         push into a temporary list.
3105         (gnus-html-prefetch-images): Only fetch image if they have expired.
3106         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3107         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3108
3109 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3110
3111         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3112
3113 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3114
3115         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3116         spec inser "*" if the group isn't active instead of 0.
3117
3118         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3119         opening the server.
3120         (nnimap-request-delete-group): Implement group deletion.
3121         (nnimap-transform-headers): Return the size of the entire message in
3122         the Bytes header, not just the size of the first part.
3123         (nnimap-request-move-article): When moving an article from nnimap,
3124         request the article first so the accepting form has an article to
3125         accept.  Reported by Dan Christensen.
3126         (nnimap-command): Make sure that the error message doesn't error out.
3127
3128 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3129
3130         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3131         we haven't requested anything.
3132
3133 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3134
3135         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3136         "".  Fix found by Andrew Cohen.
3137
3138         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3139         instead of -encode-string.
3140
3141 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3142
3143         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3144
3145         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3146         by mm-subst-char-in-string.
3147
3148 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3149
3150         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3151         waiting for the connection string.
3152
3153         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3154         arriving.
3155
3156         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3157         bogus characters.  This allows selecting certain Gmail groups.
3158
3159         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3160         (nnimap-fetch-partial-articles): New variable.
3161         (nnimap-open-connection): When looking for credentials, also use the
3162         nnimap-server-port.
3163         (nnimap-request-article): Return the group/article number, so that Gnus
3164         `^' works as expected.
3165         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3166
3167         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3168         comments.
3169         (gnus-methods-sloppily-equal): New function.
3170         (gnus): When using the development version of Gnus, load the gnus-load
3171         file.
3172
3173         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3174         `gnus-open-server' on each method before trying to scan them etc.
3175         This ensures that all the backend parameters are set correctly.
3176
3177         * nnimap.el (nnimap-authenticator): New variable.
3178         (nnimap-open-connection): Allow anonymous login.
3179         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3180         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3181
3182         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3183         patch, found by Knut Anders Hatlen.
3184
3185 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3186
3187         * gnus-agent.el (gnus-agent-batch-confirmation)
3188         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3189         to gnus-message.
3190         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3191         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3192         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3193         * gnus-int.el (gnus-open-server): Likewise.
3194         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3195         (gnus-score-check-syntax): Likewise.
3196         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3197         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3198         Likewise.
3199         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3200
3201 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3202
3203         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3204         calling conventions so that prefetch doesn't bug out.
3205
3206 2010-09-19  Julien Danjou  <julien@danjou.info>
3207
3208         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3209         rather than `subst-char-in-region' in order to be able to replace ASCII
3210         char by UTF-8 ones.
3211
3212         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3213         than curl.
3214         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3215         the right URL and ALT text on images.
3216         (gnus-html-wash-tags): Fix tag case.
3217         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3218         (gnus-article-html): Add -o display_ins_del=2 option.
3219         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3220
3221 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3222
3223         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3224         the extra mail headers, which sometimes seem to happen for unknown
3225         reasons.
3226
3227         * mail-parse.el (mail-header-encode-parameter): Define as
3228         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3229         (or most, perhaps?) mail readers don't understand the latter, but do
3230         understand the former.
3231
3232         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3233         to nil, so that no methods are automatically agentized.  I think this
3234         is probably what most users want.
3235
3236         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3237         from url-retrieve, for instance about invalid URLs.
3238
3239         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3240         groups that have no articles.
3241         (nnimap-request-article): Check that we really got an article when we
3242         requested one.
3243
3244         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3245         doesn't exist.
3246
3247         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3248         nntp buffer so the agent can save it.
3249         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3250         that CRLF doesn't get translated to \n.
3251         (nnimap-open-connection): Don't make 'shell commands only send \n.
3252
3253 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3254
3255         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3256         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3257         Update var name.
3258         (nnml-generate-nov-file): Use dolist.
3259         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3260         Use with-current-buffer.
3261
3262 2010-09-18  Julien Danjou  <julien@danjou.info>
3263
3264         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3265         parallel.
3266
3267 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3268
3269         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3270         the range update right.
3271         (nnimap-request-group): Don't make `M-g' bug out on group with no
3272         marks.
3273         (nnoo): Require, so that other packages can require nnimap.
3274         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3275         command we're looking for.  This helps when the server sends more
3276         responses after we've gotten everything we expected.
3277         (nnimap): Add a `newlinep' field to keep track of end-of-line
3278         conventions.
3279         Don't send CRLF to things that don't want it.
3280         (nnimap-request-accept-article): Ditto.
3281
3282 2010-09-18  Julien Danjou  <julien@danjou.info>
3283
3284         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3285         than curl to retrieve images.
3286
3287 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3288
3289         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3290         the marks.
3291         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3292         (nnimap-wait-for-connection): New function.
3293         (nnimap-open-connection): If we have PREAUTH, don't query for login
3294         credentials.
3295         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3296         when doing a partial update.
3297
3298 2010-09-18  Julien Danjou  <julien@danjou.info>
3299
3300         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3301         tags.
3302
3303 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3304
3305         * nnimap.el (nnimap-credentials): New function.
3306         (nnimap-open-connection): Use the new function to look for credentials
3307         also on the numeric equivalents of "imap" and "imaps".
3308
3309         * gnus-start.el (gnus-activate-group): Send the info to
3310         gnus-request-group.
3311
3312         * nnimap.el (nnimap-request-group): Have the "check" version of the
3313         function parse flags and update the info, so that a `M-g' get a total
3314         resync of all flags from the group.
3315
3316         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3317         to allow backends to alter the info on group selection.  Also alter all
3318         the backend -request-group functions to take the parameter.
3319
3320         * nnimap.el (nnimap-store-info): New function.
3321         (nnimap-update-info): Store the info for later usage.
3322         (nnimap-request-group): Use the stored info for the dont-check case, so
3323         that we don't retrieve all marks when we enter a group.
3324
3325         * nnimap.el: Use deffoo instead of defun for interface functions.
3326
3327         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3328         update the group info.  This makes the nndraft groups, for instance, go
3329         back to their old behaviour.
3330
3331         * gnus-sum.el (gnus-select-newsgroup): Indent.
3332
3333         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3334         in.
3335         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3336         nothing.
3337
3338         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3339         from methods that are denied.
3340
3341         * gnus-int.el (gnus-method-denied-p): New function.
3342
3343         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3344         store the password instead of netrc.
3345         (nnimap-open-connection): Don't error out when we can't make a
3346         connections.
3347
3348         * auth-source.el (auth-source-create): In the password prompt, say what
3349         we're querying for.  Also prompt for user name if that hasn't been
3350         given.
3351
3352         * nnimap.el (nnimap-with-process-buffer): Remove.
3353
3354 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3355
3356         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3357         method when we're reading from the agent.
3358
3359         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3360
3361         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3362         that's probably most useful for users.
3363
3364         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3365         "failed" all the time.
3366
3367         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3368         ...)) with (with-current-buffer ... ).
3369
3370         * nntp.el (nntp-open-server): Return whether the open was successful or
3371         not.
3372
3373         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3374         select an unread unseen article first.
3375
3376         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3377         /etc/services, supply some sensible port defaults.
3378
3379         * dgnushack.el: Define netrc-credentials.
3380
3381 2010-09-17  Julien Danjou  <julien@danjou.info>
3382
3383         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3384
3385 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3386
3387         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3388         doesn't have any parameters.
3389
3390 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3391
3392         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3393         only upcased checks.
3394
3395         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3396
3397         * nnimap.el (nnimap-open-shell-stream): New function.
3398         (nnimap-open-connection): Use it.
3399         (nnimap-transform-headers): Get the number of lines in each message.
3400         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3401         number of lines.
3402         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3403         problem.
3404
3405         * utf7.el (utf7-encode): Autoload.
3406
3407         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3408         to allow the mail splitting to not return a default group.  This is
3409         useful for nnimap, which will leave unmatched mail in the inbox.
3410
3411         * nnimap.el: Rewritten.
3412
3413         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3414         nnimap usage.
3415
3416         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3417         if the move is internal, so that nnimap can do fast internal moves.
3418
3419         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3420         data.
3421         (gnus-read-active-for-groups): Support finishing the early retrieval of
3422         data.
3423
3424         * gnus-range.el (gnus-range-nconcat): New function.
3425
3426         * gnus-int.el (gnus-finish-retrieve-group-infos)
3427         (gnus-retrieve-group-data-early): New functions.
3428
3429 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3430
3431         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3432         (nnrss-retrieve-groups):
3433         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3434         (pop3-quit): Use with-current-buffer.
3435
3436 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3437
3438         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3439         instead of nnheader-accept-process-output.
3440
3441         * dgnushack.el (dgnushack-compile): Add comment.
3442
3443         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3444
3445         * gnus-html.el (gnus-html-schedule-image-fetching)
3446         (gnus-html-prefetch-images): Replace process-kill-without-query by
3447         gnus-set-process-query-on-exit-flag.
3448
3449 2010-09-16  Romain Francoise  <romain@orebokech.com>
3450
3451         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3452
3453 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3454
3455         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3456         parameter to unintern is mandatory-ish in Emacs 24.
3457
3458         * gnus-html.el (gnus-html-schedule-image-fetching)
3459         (gnus-html-prefetch-images): Check for curl before using it.
3460
3461         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3462         depend on curl, which isn't essential.
3463
3464         * imap.el: Revert back to version
3465         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3466         seem problematic.
3467
3468 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3469
3470         * gnus-registry.el (gnus-registry-install-shortcuts):
3471         Explicitly pass `obarray' to `unintern' to avoid a warning.
3472
3473 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3474
3475         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3476         change.
3477
3478         * nnrss.el (nnrss-request-list): Remove this function and related
3479         functions, including the moreover stuff.
3480
3481 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3482
3483         * nnrss.el (nnrss-retrieve-groups): New function.
3484
3485 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3486
3487         * .dir-locals.el: Add no-byte-compile cookie.
3488
3489 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3490
3491         * time-date.el (format-seconds): Comment fix.
3492
3493         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3494         for back end that doesn't support request-scan.
3495
3496 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3497
3498         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3499         then do request scans from the backends.
3500
3501         * netrc.el (netrc-credentials): New conveniency function.
3502
3503         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3504         avoid running a hook per line, since this takes a lot of time,
3505         profiling shows.
3506         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3507         directly if gnus-visual-p is true.
3508
3509 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3510
3511         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3512         groups; replace mapcar with dolist which is a bit faster; pass groups
3513         info to gnus-read-active-file-1.
3514         (gnus-read-active-file-1): Scan only specified groups if the new
3515         optional arg `infos' is given.
3516
3517 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3518
3519         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3520
3521         * pop3.el (pop3-movemail): Remove.
3522         (pop3-streaming-movemail): Rename to pop3-movemail.
3523
3524         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3525         don't restrict end-tag searches to the end of the line.
3526
3527 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3528
3529         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3530         articles of every unchecked group to t, which means unknown since the
3531         server has never been opened.
3532
3533 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3534
3535         * gnus-html.el (gnus-html-show-alt-text): New command.
3536         (gnus-html-browse-image): Ditto.
3537         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3538         to browse the image directly.
3539         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3540         better.
3541
3542         * gnus-async.el (gnus-async-article-callback):
3543         Call `gnus-html-prefetch-images' unconditionally.
3544
3545         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3546         before feeding URLs to curl.
3547
3548 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3549
3550         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3551         internal images as deletable by `W D D'.
3552
3553         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3554         (gnus-async-article-callback): Fix typo.
3555
3556 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3557
3558         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3559         current line to work around bugs in the output from w3m.
3560
3561         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3562         for groups that want that.
3563
3564         * nntp.el (nntp-wait-for-string): Supply a timeout for
3565         accept-process-output to ensure progress.
3566
3567         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3568         level to get unread articles from, then use that for foreign groups,
3569         too.
3570
3571         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3572         confuses the rest of the function.
3573
3574         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3575         for the methods that support -retrieve-groups, too.
3576
3577         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3578
3579 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3580
3581         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3582         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3583
3584         * pop3.el: Require cl when compiling.
3585         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3586
3587 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3588
3589         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3590         that aren't going to be activated.
3591         (gnus-get-unread-articles): Fix up the last commit.
3592
3593         * gnus-html.el (gnus-article-html): Allow calling without specifying
3594         the handle.  In that case, dissect the buffer first.
3595
3596         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3597
3598         * nnimap.el (nnimap-open-connection): Revert the change that would look
3599         into authinfo for imaps instead of imap.
3600
3601         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3602         say that you don't want to call gnus-request-group with don-check, but
3603         do check the reponse.  This is for virtual groups only.
3604         (gnus-get-unread-articles): Count the archive groups as secondary, so
3605         that they're activated the same way as before.
3606
3607         * imap.el (imap-message-map): Removed optional buffer parameter, since
3608         no callers use it.
3609         (imap-message-get): Ditto.
3610         (imap-message-put): Ditto.
3611         (imap-mailbox-map): Ditto.
3612         (imap-mailbox-put): Ditto.
3613         (imap-mailbox-get): Ditto.
3614         (imap-mailbox-get): Revert last change for this function.
3615
3616         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3617         case-insensitively.
3618         (nnimap-debug): Remove.
3619
3620         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3621         to use `imap-fetch' instead.  According to the comments, this should be
3622         safe, since all other IMAP clients use the 1:* syntax.
3623         (imap-enable-exchange-bug-workaround): Removed.
3624         (imap-debug): Removed -- doesn't seem very useful.
3625
3626         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3627         mail from a file, and the file doesn't exist.
3628
3629         * imap.el (imap-log): New convenience function used throughout instead
3630         of repeating the same code all over the place.
3631
3632         * pop3.el (pop3-streaming-movemail): Return t for success.
3633
3634         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3635         .authinfo if we're using ssl connection.
3636
3637         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3638         already have if we're in a main Gnus `g' run.
3639
3640         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3641
3642 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3643
3644         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3645
3646         * nnmh.el (nnmh-request-list-1): Bind `file'.
3647
3648         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3649         alias to set-process-query-on-exit-flag or process-kill-without-query.
3650         (pop3-open-server): Use it.
3651
3652 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3653
3654         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3655         box to the Incoming file.  Fixes mistake in previous checkin.
3656
3657         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3658         request loop (for debugging purposes) removed.
3659
3660         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3661         culprit is more visible.
3662         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3663         (nnml-add-incremental-nov): New functions to do "incremental" nov
3664         updates, where we just append to the end of the existing nov files
3665         without reading/writing them in full.
3666
3667         * mail-source.el (mail-source-delete-crash-box): Really only check the
3668         incoming files once in a while.
3669
3670         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3671
3672         * mail-source.el (mail-source-delete-crash-box): Only check the
3673         incoming files for deletion once per day to save a lot of file
3674         accesses.
3675
3676         * pop3.el (pop3-logon): Fix up unbound variable typo.
3677
3678         * mail-source.el (pop3-streaming-movemail): Autoload.
3679
3680         * pop3.el (pop3-streaming-movemail):
3681         Respect pop3-leave-mail-on-server.
3682
3683         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3684         retrieval.
3685
3686         * pop3.el (pop3-process-filter): Remove unused function.
3687         (pop3-streaming-movemail, pop3-send-streaming-command)
3688         (pop3-wait-for-messages, pop3-write-to-file)
3689         (pop3-number-of-responses): New functions for streaming pop3
3690         retrieval.
3691
3692         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3693         come from no known methods.
3694         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3695         list.
3696
3697         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3698         message sizes.
3699         (pop3-movemail): Use erase-buffer instead of looping and deleting
3700         regions, which seems rather odd.
3701
3702         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3703         file once per `g' run.
3704
3705         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3706         directories.  This makes the draft queue directory work.
3707
3708         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3709         data from the backends, so that we only request the list of groups from
3710         each method once.  This should speed things up considerably.
3711
3712         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3713         detect that it's not implemented.
3714
3715         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3716         we actually do recurse down into the tree, but don't stat all leaf
3717         nodes.
3718
3719         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3720         then say so instead of bugging out.
3721
3722         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3723         files exist before trying to read them.
3724
3725         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3726         around <pre_int>.
3727
3728         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3729
3730         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3731
3732 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3733
3734         * mm-util.el (mm-image-load-path): Just return the image directories,
3735         not all directories in the path in addition to the image directories.
3736         (mm-image-load-path): Maintain a cache of the image directories so that
3737         the `g' command in Gnus doesn't have to stat dozens of directories each
3738         time.
3739
3740         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3741         (gnus-html-wash-tags): Add a new `i' command to insert images.
3742         (gnus-html-insert-image): New command and keystroke.
3743         (gnus-html-redisplay-with-images): New command and keystroke.
3744         (gnus-html-show-images): Rename command.
3745         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3746         spacers.
3747         (gnus-html-wash-tags): Decode entities at the end, so that entities
3748         inside the tags don't mess up the rest of the "parsing".
3749
3750         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3751         so that nnimap methods aren't agentized by default.  There's apparently
3752         many problems related to agent/imap behaviour.
3753
3754         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3755
3756         * gnus-html.el: Doc fix.
3757
3758 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3759
3760         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3761         specifier-spec-list for Emacs 21.
3762
3763         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3764         glyph-width and glyph-height instead of display-graphic-p and
3765         image-size; make avoidance of displaying small images work for XEmacs.
3766
3767         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3768         for XEmacs.
3769
3770         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3771         of symbol that holds plist data.
3772         (gnus-process-plist): Remove plist of process after getting it.
3773
3774 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3775
3776         * message.el (message-generate-hashcash): Change default to
3777         'opportunistic if hashcash is installed.
3778
3779         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3780         (gnus-html-put-image): Only call image-size once, since it's somewhat
3781         time-consuming on remote X servers.
3782
3783 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3784
3785         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3786         type on data, not a file name.
3787
3788         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3789         window-pixel-edges for Emacs 21.
3790
3791         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3792         decoded contents.
3793         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3794
3795 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3796
3797         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3798         group line format, since it isn't very interesting.
3799
3800         * gnus-agent.el (gnus-agent-short-article),
3801         (gnus-agent-long-article): Increase values for these two variables,
3802         since most people are likely to have more network connection and
3803         storage than before.
3804
3805         * gnus.el (gnus-refer-article-method): Change default to 'current.
3806         When referring an article, the common behaviour is to refer it from the
3807         current select method, not the native select method.  The chances of
3808         the native select method having the message in question is rather slim
3809         these days.
3810
3811         * gnus-sum.el (gnus-auto-select-subject): Change default to
3812         `unseen-or-unread'.  I think it's likely that most people want to
3813         select an unseen article over a previously seen, but unread one.
3814
3815         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3816         means that in the article buffer none of the minor mode elements will
3817         be shown, usually, and this is not desirable in most cases.
3818
3819         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3820         that commands like `d' (and the like) go to the next line in the
3821         buffer, instead of the next unread article.  I think this is the
3822         behaviour that is most natural for most users.
3823         (gnus-single-article-buffer): Change default to nil, so that people can
3824         have as many article buffers open as they have summary buffer.  I think
3825         this is the most natural way for the groups to behave.
3826
3827         * message.el (message-generate-new-buffers): Change default to
3828         `unsent', so that all new message buffers start their names with the
3829         string "*unsent", and it's easier to find the buffers if you move from
3830         them.
3831
3832 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3833
3834         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3835         small.  They're probably tracking images.
3836         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3837         (gnus-html-rescale-image): Yet another try at getting the image sizing
3838         right.
3839
3840         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3841         nntp-marks-file-name is nil.
3842
3843 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3844
3845         * gnus-html.el (gnus-html-wash-tags)
3846         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3847         Better logging.
3848
3849 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3850
3851         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
3852
3853         * gnus-html.el (gnus-html-wash-tags): Check the value of
3854         gnus-blocked-images in the summary buffer.
3855
3856 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3857
3858         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3859
3860 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3861
3862         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3863         like "a", it seems like.
3864         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3865         since it needs to be picked from the correct buffer.
3866
3867         * nnwfm.el: Remove.
3868
3869         * nnlistserv.el: Remove.
3870
3871 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3872
3873         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3874         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3875
3876 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3877
3878         * nnkiboze.el: Remove.
3879
3880         * nndb.el: Remove.
3881
3882         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3883         alt text.
3884         (gnus-html-rescale-image): Try to get the rescaling logic right for
3885         images that are just wide and not tall.
3886
3887         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3888         overshadow variable bindings.
3889
3890 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3891
3892         * gnus-html.el (gnus-html-wash-tags)
3893         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
3894         Add extra logging.
3895
3896 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3897
3898         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3899         (gnus-max-image-proportion): New variable.
3900         (gnus-html-rescale-image): New function.
3901         (gnus-html-put-image): Rescale images.
3902
3903 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3904
3905         Fix up some byte-compiler warnings.
3906         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3907         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3908         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3909         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3910         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3911         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3912         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3913
3914 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3915
3916         * gnus-html.el (gnus-article-html): Decode contents by charset.
3917
3918 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3919
3920         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3921         (gnus-html-frame-width, gnus-blocked-images)
3922         * message.el (message-prune-recipient-rules): Add custom version.
3923         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3924
3925         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3926         functions.
3927
3928         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3929         gnus-process-get.
3930
3931 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3932
3933         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3934         instead of lsub directly.
3935
3936 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3937
3938         * nnwarchive.el: Remove.
3939
3940         * gnus-soup.el: Remove.
3941
3942         * nnsoup.el: Remove.
3943
3944         * nnultimate.el: Remove.
3945
3946         * gnus-html.el (gnus-blocked-images): New variable.
3947
3948         * message.el (message-prune-recipients): New function.
3949         (message-prune-recipient-rules): New variable.
3950
3951         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3952         guess whether a long line is natural text or not.
3953
3954         * gnus-html.el (gnus-html-schedule-image-fetching):
3955         Use gnus-process-plist and friends for compatibility.
3956
3957 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3958
3959         * gnus-html.el: Require packages that define macros used in this file.
3960         (gnus-article-mouse-face): Declare to silence byte-compiler.
3961         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3962         process-get.
3963         (gnus-html-put-image): Use plist-get to avoid getf.
3964         (gnus-html-prefetch-images): Use with-current-buffer.
3965
3966 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3967
3968         * gnus-ems.el: Provide compatibility functions for
3969         gnus-set-process-plist.
3970
3971         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3972         header-line-format for XEmacs 21.4.
3973
3974         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3975         * gnus.el (gnus-valid-select-methods)
3976         * message.el (message-send-mail-partially-limit)
3977         * mm-decode.el (mm-text-html-renderer)
3978         * mml.el (mml-insert-mime-headers-always)
3979         * smiley.el (smiley-regexp-alist): Bump custom version.
3980
3981 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3982
3983         * gnus-html.el: require mm-url.
3984         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3985         with the url to `url'.
3986         (gnus-html-wash-tags): Support cid: URLs/images.
3987
3988 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3989
3990         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3991         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3992         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3993
3994         * gnus-move.el: Remove file, since it doesn't really work.
3995
3996         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3997         UTF-8.  This seems to fix problems with some German web feeds.
3998
3999         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4000         at the top so that the proper colours are applied.
4001
4002         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
4003         don't have dots in their names.
4004
4005         * gnus-art.el (gnus-article-view-part): Doc fix.
4006
4007         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4008         XEmacs-compatible.
4009         (gnus-html-put-image): Don't do images on non-graphic displays.
4010
4011         * nnslashdot.el: Remove this unused backend.
4012
4013         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4014         actions.
4015         (gnus-undo-register-1): Revert last change.
4016
4017         * gnus-group.el (gnus-group-completing-read): Protect against not
4018         having completion-styles bound.
4019
4020         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4021         make broken recipients happier.
4022
4023         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4024
4025         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4026         point parameter.
4027
4028         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4029
4030         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4031         completion-styles for group selection.
4032
4033 2009-02-04  Andreas Schwab  <schwab@suse.de>
4034
4035         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4036         headers and regexp-quote the match if necessary.
4037
4038 2009-03-24  Miles Bader  <miles@gnu.org>
4039
4040         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4041         the blinking smiley.
4042
4043 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4044
4045         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4046         blink smiley.
4047
4048 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4049
4050         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4051         where the dribbel file lives exists.
4052
4053         * message.el (message-send-mail-partially-limit): Change the default to
4054         nil, since most people don't want this.
4055
4056         * mm-url.el (mm-url-decode-entities): Also decode entities like
4057         &#x3212.
4058
4059 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4060
4061         * gnus-sum.el (gnus-summary-idna-message):
4062         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4063         Hyperlink urls in docstrings with URL `...'.
4064
4065 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4066
4067         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4068         functions.
4069
4070 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4071
4072         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4073         say what the mouseover text should be.
4074
4075         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4076         version of the mm-w3m-safe-url-regexp variable to only download images
4077         in the groups where we want that to happen.
4078
4079         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4080
4081         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4082         easier debugging.
4083         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4084         big pictures in the article buffer.
4085
4086         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4087         gnus-article-html.
4088         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4089         w3m.
4090
4091         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4092
4093 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4094
4095         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4096         which doesn't exist.
4097
4098         * message.el (message-inhibit-ecomplete): New variable to allow some
4099         function to inhibit ecomplete address storage.
4100         (message-resend): Disable ecomplete message storage when resending
4101         messages.
4102
4103         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4104
4105 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4106
4107         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4108         Save excursion while copying, moving, and deleting articles in order to
4109         prevent the cursor from jumping to unforeseen place.
4110
4111 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4112
4113         * lpath.el: No need to bind bookmark-current-buffer,
4114         bookmark-yank-point and bookmark-make-record-function.
4115
4116 2010-08-17  Glenn Morris  <rgm@gnu.org>
4117
4118         * gnus-sync.el: Require gnus components whose functions are used.
4119
4120         * gnus-art.el (bookmark-make-record-function):
4121         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4122         Declare for compiler.
4123
4124         * mm-url.el (mml-compute-boundary): Autoload.
4125
4126 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4127
4128         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4129
4130 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4131
4132         Typo fix "hoo4a" -> "hook".
4133
4134         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4135
4136 2010-08-14  Glenn Morris  <rgm@gnu.org>
4137
4138         * gnus-sync.el (gnus-sync): Fix defgroup version.
4139
4140 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4141
4142         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4143
4144         * gnus-sync.el: Fix docs.
4145         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4146         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4147
4148 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4149
4150         Optimizations for gnus-sync.el.
4151
4152         * gnus-sync.el: Add docs about gnus-sync-backend
4153         possibilities.
4154         (gnus-sync-save): Remove unnecessary message.
4155         (gnus-sync-read): Optimize and show what groups were skipped.
4156
4157 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4158
4159         Minor bug fixes for gnus-sync.el.
4160
4161         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4162         Don't read the sync on get-new-news.
4163
4164         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4165         quiet.
4166
4167         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4168         (fix typo).
4169
4170 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4171
4172         Make saving and restoring of hidden threads work with overlays.
4173         Patch applied by Ted Zlatanov.
4174
4175         * gnus-sum.el (gnus-hidden-threads-configuration)
4176         (gnus-restore-hidden-threads-configuration): Update to deal with text
4177         properties, rather than searching for a magic character.
4178
4179 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4180
4181         New gnus-sync.el library for synchronization of marks.
4182
4183         * gnus-sync.el: New library for synchronization of marks.
4184
4185         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4186         renamed from `gnus-registry-grep-in-list'.
4187
4188         * gnus-registry.el (gnus-registry-follow-group-p):
4189         Use `gnus-grep-in-list'.
4190
4191         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4192
4193 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4194
4195         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4196         determining charset of text fails.
4197
4198 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4199
4200         * nnmail.el (nnmail-get-new-mail-1): Revert.
4201
4202         * nnml.el (nnml-active-number): Make sure names of newly created groups
4203         in nnml-group-alist are encoded.
4204
4205 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4206
4207         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4208         containing non-ASCII characters in active file for nnml back end.
4209
4210 2010-07-24  David Engster  <dengste@eml.cc>
4211
4212         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4213         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4214
4215 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4216
4217         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4218         tag (Bug#6654).
4219
4220 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4221
4222         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4223         the article buffer, not the summary buffer.
4224
4225 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4226
4227         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4228         Emacs 23 as well.
4229
4230 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4231
4232         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4233         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4234
4235 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4236
4237         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4238         Patch applied by Karl Fogel.
4239
4240         * gnus-sum.el (gnus-summary-bookmark-make-record):
4241         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4242
4243 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4244
4245         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4246         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4247         C-w still not working correctly from Article buffers; Thierry's
4248         patch to fix that will be applied after this.
4249
4250         * gnus-art.el (bookmark-make-record-function): New local variable.
4251
4252         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4253         article buffer.
4254         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4255
4256 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4257
4258         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4259         on changes in bookmark.el.
4260
4261 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4262
4263         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4264         `no-log' instead of message not to log prompt string.
4265
4266 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4267
4268         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4269         the *other* type of HTML form submission.
4270
4271 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4272
4273         * auth-source.el (auth-source-pick): If choice does not contain a
4274         questioned keyword, set the check to t.
4275
4276 2010-06-12  Romain Francoise  <romain@orebokech.com>
4277
4278         * gnus-util.el (gnus-date-get-time): Move up before first use.
4279
4280 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4281
4282         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4283         (gnus-article-edit-part): Bind it to make last part that is substituted
4284         or deleted visible.
4285         (gnus-mime-display-single): Buttonize part of which id equals to
4286         gnus-mime-buttonized-part-id.
4287
4288 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4289
4290         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4291         (gnus-dd-mmm): Use gnus-date-get-time.
4292         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4293         simplify logic.
4294         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4295         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4296
4297 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4298
4299         * auth-source.el (top): Autoload `secrets-list-collections',
4300         `secrets-create-item', `secrets-delete-item'.
4301         (auth-sources): Fix tag string.
4302         (auth-get-source, auth-source-retrieve, auth-source-create)
4303         (auth-source-delete): New defuns.
4304         (auth-source-pick): Rewrite in order to avoid 2 passes.
4305         (auth-source-forget-user-or-password): New parameter USERNAME.
4306         (auth-source-user-or-password): New parameters CREATE-MISSING and
4307         DELETE-EXISTING.  Retrieve password interactively, if needed.
4308
4309 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4310
4311         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4312         deleting unused directories when gnus-expert-user is t.
4313
4314 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4315
4316         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4317         for each temp file when gnus-article-browse-delete-temp is ask.
4318
4319 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4320
4321         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4322         Lisp calls to delete-backward-char by calls to delete-char.
4323
4324 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4325
4326         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4327
4328 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4329
4330         * password-cache.el (password-cache-remove): Fix docstring.
4331
4332 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4333
4334         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4335         article unless decoding article to be saved.
4336
4337 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4338
4339         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4340         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4341         generated within the mm-with-unibyte-current-buffer macro.
4342
4343 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4344
4345         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4346         to nil when we're in a mml-preview buffer and no group is selected.
4347
4348 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4349
4350         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4351         when catching the `C-g'.  Reported by "Leo".
4352
4353 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4354
4355         * message.el (message-forward-make-body-plain)
4356         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4357         multibyte-string-p.
4358
4359         * lpath.el: Revert.
4360
4361 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4362
4363         * message.el (message-forward-make-body-mml): Assume original message
4364         is multibyte string; error on unibyte.
4365         (message-forward-make-body-plain): Ditto; don't add excessive newline
4366         in body end.
4367
4368         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4369
4370 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4371
4372         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4373         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4374
4375 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4376
4377         * mm-extern.el (mm-extern-url): Don't use
4378         mm-with-unibyte-current-buffer.
4379         (mm-extern-cache-contents): Use with-current-buffer instead of
4380         save-excursion + set-buffer.
4381
4382 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4383
4384         * mm-util.el (mm-emacs-mule): Remove.
4385
4386 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4387
4388         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4389         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4390         change.
4391
4392 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4393
4394         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4395         bind the default value of enable-multibyte-characters to nil.
4396
4397 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4398
4399         * message.el (message-forward-make-body-plain)
4400         (message-forward-make-body-mml):
4401         Don't use mm-with-unibyte-current-buffer.
4402
4403 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4404
4405         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4406
4407 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4408
4409         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4410         (Bug#5592).
4411
4412 2010-05-07  Julien Danjou  <julien@danjou.info>
4413
4414         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4415         it to mm-pipe-part.
4416
4417         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4418         it is given.
4419
4420 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4421
4422         * binhex.el (binhex-decode-region-internal)
4423         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4424         (dns-query)
4425         * nnweb.el (nnweb-gmane-search)
4426         * pgg-parse.el (pgg-parse-armor)
4427         * pgg.el (pgg-verify-region)
4428         * sha1.el (sha1-string-external)
4429         * uudecode.el (uudecode-decode-region-internal)
4430         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4431         XEmacs.
4432
4433         * gnus-art.el (gnus-article-browse-html-parts)
4434         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4435         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4436         make-temp-file.
4437
4438         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4439         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4440         compiling.
4441
4442         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4443         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4444         XEmacs when compiling.
4445
4446         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4447         gnus-pick-mode-off-hook for XEmacs when compiling.
4448         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4449         gnus-binary-mode-off-hook for XEmacs when compiling.
4450
4451         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4452         Return nil if char-charset is not available.
4453
4454         * imap.el (imap-disable-multibyte)
4455         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4456         macros.
4457
4458         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4459         instead of encode-coding-string.
4460
4461         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4462         'xemacs) instead of mm-emacs-mule to switch function definitions.
4463         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4464
4465         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4466         bind temporary-file-directory for XEmacs;
4467         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4468         timer-set-function for XEmacs 21.4 and SXEmacs;
4469         bind timer-list for XEmacs 21.4 and SXEmacs;
4470         fbind char-charset and find-charset-region for non-Mule XEmacs;
4471         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4472         encode-coding-region and encode-coding-string for XEmacs having no
4473         file-coding feature.
4474
4475 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4476
4477         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4478
4479 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4480
4481         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4482         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4483
4484 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4485
4486         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4487         alias `jka-compr-delete-temp-file' no longer exists.
4488
4489 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4490
4491         Use define-minor-mode in Gnus where applicable.
4492         * mml.el (mml-mode): Use define-minor-mode.
4493         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4494         (gnus-undo-mode): Use define-minor-mode.
4495         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4496         (gnus-dead-summary-mode): Use define-minor-mode.
4497         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4498         Initialize in declaration.
4499         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4500         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4501         (gnus-mailing-list-mode): Use define-minor-mode.
4502         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4503         (gnus-draft-mode): Use define-minor-mode.
4504         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4505         (gnus-dired-mode): Use define-minor-mode.
4506
4507 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4508
4509         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4510         handles on recursive mml-to-mime translation and check them for
4511         boundary delimiter collisions.  Reported by Greg Troxel.
4512
4513 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4514
4515         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4516
4517 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4518
4519         * mm-util.el (mm-find-buffer-file-coding-system):
4520         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4521
4522 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4523
4524         * message.el (message-generate-headers): Record insertion of optional
4525         headers as well.  Otherwise the check to prevent repeated insertion of
4526         optional headers is a no-op.
4527
4528 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4529
4530         * smime.el: Don't mention CVS.
4531
4532         * nnrss.el (nnrss-fetch): Don't mention CVS.
4533
4534         * nnir.el: Don't mention CVS.
4535
4536 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4537
4538         * gnus-sum.el (gnus-summary-bookmark-make-record):
4539         Add `location' field.
4540
4541 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4542
4543         * lpath.el: Fbind bookmark-default-handler,
4544         bookmark-get-bookmark-record, bookmark-make-record-default,
4545         bookmark-prop-get for Emacs <23 and XEmacs.
4546
4547 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4548
4549         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4550         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4551         Use with-current-buffer to silence the byte-compiler.
4552         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4553         bother to require `gnus'.
4554         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4555
4556 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4557
4558         * gnus-sum.el (gnus-summary-bookmark-make-record)
4559         (gnus-summary-bookmark-jump): New functions.
4560         (gnus-summary-mode): Setup bookmark support.
4561
4562 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4563
4564         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4565         if set.
4566
4567 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4568
4569         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4570         gnus-article-browse-html-save-cid-image; make it work recursively for
4571         forwarded messages as well.
4572         (gnus-article-browse-html-parts): Work when prefix arg is given.
4573         (gnus-article-browse-html-article): Doc fix.
4574
4575 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4576
4577         * message.el (message-default-mail-headers):
4578         (message-default-headers): Carry the value mail-default-headers over
4579         into message-default-mail-headers, rather than message-default-headers.
4580
4581 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4582
4583         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4584         charset.
4585
4586         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4587         charset into the <meta> tag when the article is encoded to utf-8.
4588
4589 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4590
4591         * gnus-art.el (gnus-article-browse-delete-temp-files):
4592         Delete directories as well.
4593         (gnus-article-browse-html-parts): Work for images that do not specify
4594         file names; delete temp directory when quitting; insert header at the
4595         right place; use file: scheme for image files.
4596
4597 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4598
4599         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4600         (gnus-article-browse-html-parts): Use it to make temporary cid image
4601         files in addition to html file so that browser may display them.
4602
4603 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4604
4605         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4606
4607 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4608
4609         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4610
4611 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4612
4613         * auth-source.el (auth-sources): Change default to be simpler.
4614         Explain about Secret Service API sources.  Improve Customize options.
4615         (auth-source-pick): Change to accept any number of search parameters.
4616         Implement fallbacks iteratively, not recursively.  Add scoring on the
4617         second pass and sort by score.  Call Secret Service API when needed.
4618         (auth-source-user-or-password): Use it.  Call Secret Service API
4619         directly when needed to get the user name and the password.
4620
4621 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4622
4623         * message.el (message-interactive): Doc fix.
4624         (message-qmail-inject-args): Reflow.
4625         (message-kill-to-signature): Fix typo in docstring.
4626
4627         * smiley.el (smiley-buffer): Fix typo in docstring.
4628
4629 2010-03-24  Glenn Morris  <rgm@gnu.org>
4630
4631         * mail-source.el (gnus-message): Declare.
4632         (mail-source-delete-old-incoming): Require gnus-util.
4633
4634 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4635
4636         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4637
4638         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4639
4640         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4641         password-cache's default if it is not bound.
4642         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4643         password-cache-expiry's default if it is not bound.
4644
4645         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4646         available in Emacs 21.
4647
4648         * lpath.el: Suppress compiler warnings for:
4649         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4650         XEmacs;
4651         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4652         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4653         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4654
4655 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4656
4657         * auth-source.el (auth-sources): Fix up definition so extra parameters
4658         are always inline.
4659
4660 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4661
4662         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4663         wasn't updated after mismatch.  Clear cached mailbox info correctly
4664         when uidvalidity changes.
4665         (nnimap-group-prefixed-name): New function to avoid some code
4666         duplication.
4667         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4668         (nnimap-request-group): Use it.
4669         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4670         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4671         with many imap folders.  This is done by caching the group status from
4672         the imap server persistently in a group parameter `imap-status'.  (This
4673         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4674         but not persistently, so every Gnus startup was still very slow.)
4675
4676 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4677
4678         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4679         delete the extra newline.  Otherwise editing of :string and :number
4680         types don't work.
4681
4682 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4683
4684         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4685         secrets.el dependency.
4686         (auth-sources): Add optional user name.  Add secrets.el configuration
4687         choice (unused right now).
4688
4689 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4690
4691         * gnus-sum.el (gnus-summary-make-menu-bar):
4692         Let `gnus-registry-install-shortcuts' fill in the functions.
4693
4694         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4695         warnings.
4696         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4697         (gnus-registry-install-shortcuts): Populate and use it in a
4698         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4699
4700 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4701
4702         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4703         In-place substitutions for the group name encoding/decoding.
4704         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4705         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4706         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4707         (nnimap-update-unseen, nnimap-request-list)
4708         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4709         (nnimap-request-set-mark, nnimap-split-to-groups)
4710         (nnimap-split-articles, nnimap-request-newgroups)
4711         (nnimap-request-create-group, nnimap-request-accept-article)
4712         (nnimap-request-delete-group, nnimap-request-rename-group)
4713         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4714         `encoded-mbx' for consistency.
4715         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4716         variable `imap-current-mailbox'.
4717
4718         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4719         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4720
4721 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4722
4723         * pop3.el (pop3-display-message-size-flag): Display message size byte
4724         counts during POP3 download.
4725         (pop3-movemail): Use it.
4726         (pop3-list): Implement listing of available messages.
4727
4728 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4729
4730         * nnir.el (nnir-get-article-nov-override-function): New function to
4731         override the normal NOV retrieval.
4732         (nnir-retrieve-headers): Use it.
4733
4734 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4735
4736         * auth-source.el (netrc-machine-user-or-password): Autoload.
4737
4738 2010-03-19  Glenn Morris  <rgm@gnu.org>
4739
4740         Stop message.el from loading about 40 libraries it doesn't always need.
4741         The general approach is to autoload rather than require, and to
4742         require in the specific functions rather than the file.  (Bug#5642)
4743
4744         * gmm-utils.el: Don't require wid-edit.
4745         (widget-create-child-value, widget-convert, widget-default-get):
4746         Autoload.
4747
4748         * gnus-util.el: Don't require time-date, netrc.
4749         (message-fetch-field, gnus-group-name-decode): Declare rather than
4750         autoloading.
4751         (gnus-fetch-field): Require message.
4752         (gnus-decode-newsgroups): Require gnus-group.
4753
4754         * ietf-drums.el: Don't require time-date.
4755
4756         * message.el: Don't require hashcash, canlock, ecomplete.
4757         Do require mail-utils.  Require nnheader only when compiling.
4758         (smtpmail-default-smtp-server): Remove declaration.
4759         (message-send-mail-function): Check smtpmail-default-smtp-server
4760         is bound rather than requiring smtpmail.
4761         (message-auto-save-directory, message-insert-signature):
4762         Use expand-file-name rather than nnheader-concat.
4763         (nnheader-insert-file-contents): Autoload.
4764         (hashcash-wait-async): Declare.
4765         (message-send-mail): Only call gnus-setup-posting-charset if
4766         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4767         (message-send-mail-with-sendmail): Require sendmail.
4768         (canlock-password, canlock-password-for-verify): Declare.
4769         (message-canlock-password): Require canlock.
4770         (nnheader-get-report): Autoload.
4771         (gnus-setup-posting-charset): Declare.
4772         (message-send-news): Require gnus-msg.
4773         (message-make-references, message-make-in-reply-to): Use mail-header-id
4774         rather than the alias mail-header-message-id.
4775         (ecomplete-add-item, ecomplete-save): Declare.
4776         (message-put-addresses-in-ecomplete): Require ecomplete.
4777         (ecomplete-display-matches): Autoload.
4778
4779         * mm-decode.el: Don't require mailcap, gnus-util.
4780         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4781         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4782         Autoload.
4783         (mailcap-mime-extensions): Declare.
4784
4785         * mm-encode.el: Don't require mailcap.
4786         (mailcap-extension-to-mime): Autoload.
4787
4788         * mml-sec.el: Don't require password-cache.
4789
4790         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4791         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4792         (mml-minibuffer-read-type): Require mailcap.
4793         (mml-preview): Require gnus-msg.
4794
4795         * mml1991.el: Require password-cache.
4796         (password-cache-expiry): Remove declaration.
4797
4798         * mml2015.el: Require password-cache.
4799         (password-cache-expiry): Remove declaration.
4800
4801         * nneething.el (mailcap): Require mailcap.
4802
4803         * nnheader.el (declare-function): Add compatibility stub.
4804         (message-remove-header): Declare rather than autoload.
4805         (nnheader-replace-header): Require message.
4806
4807         * nnimap.el (declare-function): Add compatibility stub.
4808         (netrc-parse, netrc-machine-user-or-password): Declare.
4809         (nnimap-open-connection): Require netrc.
4810
4811         * nntp.el (declare-function): Add compatibility stub.
4812         (netrc-parse, netrc-machine, netrc-get): Declare.
4813         (nntp-send-authinfo): Require netrc.
4814
4815         * rfc2047.el: Don't require qp.
4816         (quoted-printable-encode-region, quoted-printable-decode-string):
4817         Autoload.
4818
4819         * sieve-mode.el: Don't require easymenu.
4820         (easy-menu-add-item): Autoload it.
4821
4822         * spam-stat.el (time-to-number-of-days): Autoload it.
4823
4824 2010-03-19  Glenn Morris  <rgm@gnu.org>
4825
4826         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4827
4828 2010-03-18  Glenn Morris  <rgm@gnu.org>
4829
4830         * hashcash.el (declare-function): Remove duplicate definition.
4831
4832 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4833
4834         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4835         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4836         value if any backslash escapes).
4837
4838 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4839
4840         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4841         if it is available.  (bug#5647)
4842
4843         * lpath.el: Suppress compiler warning for coding-system-from-name for
4844         Emacs 21 and XEmacs.
4845
4846 2010-03-14  Juri Linkov  <juri@jurta.org>
4847
4848         * hmac-def.el:
4849         * hmac-md5.el:
4850         * netrc.el: Fix keywords.
4851
4852 2010-02-26  Glenn Morris  <rgm@gnu.org>
4853
4854         * message.el (message-send-mail-function): Change the default, so that
4855         it inherits from a customized send-mail-function.  (Bug#5643)
4856
4857 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4858
4859         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4860         shell-command-to-string signals an error (bug#5299).
4861
4862 2010-02-24  Glenn Morris  <rgm@gnu.org>
4863
4864         * message.el (message-smtpmail-send-it)
4865         (message-send-mail-with-mailclient): Doc fixes.
4866
4867 2010-02-16  Glenn Morris  <rgm@gnu.org>
4868
4869         * message.el (message-default-mail-headers): Change the default value
4870         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4871
4872 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4873
4874         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4875         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4876
4877 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4878
4879         * time-date.el (date-to-time): Doc fix (Bug#5408).
4880
4881 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4882
4883         * message.el (message-mail): Just pass yank-action on to message-setup.
4884         (message-setup): Handle (FUN . ARGS) form of yank-action.
4885         (message-with-reply-buffer, message-widen-reply)
4886         (message-yank-original): Handle non-buffer values of
4887         message-reply-buffer (Bug#4080).
4888         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4889
4890 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4891
4892         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4893         Fix typo in docstring.
4894
4895 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4896
4897         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4898         response.
4899
4900 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4901
4902         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4903
4904         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4905
4906         * message.el (message-check-news-header-syntax): Protect against a
4907         string that `rfc822-addresses' returns when parsing fails.
4908
4909 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4910
4911         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4912         (gnus-previous-char-property-change): New functions.
4913
4914         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4915
4916 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4917
4918         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4919         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4920
4921 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4922
4923         * message.el (message-exchange-point-and-mark): Rework last change to
4924         avoid using optional arg of exchange-point-and-mark, for backward
4925         compatibility.
4926
4927 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4928
4929         * message.el (message-exchange-point-and-mark):
4930         Call exchange-point-and-mark with an argument rather than setting
4931         mark-active by hand (Bug#5175).
4932
4933 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4934
4935         * nntp.el (nntp-service-to-port): Work for service expressed with
4936         numeric string; replace [:digit:] with [0-9] for XEmacs.
4937
4938 2009-12-17  Glenn Morris  <rgm@gnu.org>
4939
4940         * gnus-group.el (gnus-bug-group-download-format-alist):
4941         Change emacs entry to debbugs.gnu.org.  Bump :version.
4942
4943 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4944
4945         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4946
4947 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4948
4949         * message.el (message-info): Explain why we use `Info-goto-node'.
4950
4951 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4952
4953         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4954
4955 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4956
4957         * message.el (message-completion-in-region): New compatibility function.
4958         (message-expand-group): Use it.
4959
4960 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4961
4962         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4963         with no unread article should be listed if the 2nd arg `predicate' is
4964         given.
4965
4966 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4967
4968         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4969
4970 2009-11-29  Juri Linkov  <juri@jurta.org>
4971
4972         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4973         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4974         on `gnus-recenter'.  (Bug#4698, Bug#4981)
4975
4976 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4977
4978         * sha1.el (sha1-string-external): default-directory "/" in case
4979         otherwise non-existent.  process-connection-type pipe for touch of
4980         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4981
4982 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4983
4984         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4985         it's comms related and sgml-mode.el has "comm" on that basis too.
4986
4987 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4988
4989         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4990         containing tspecial characters if they have been already quoted.
4991
4992 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4993
4994         * dns-mode.el (auto-mode-alist): Purecopy string.
4995
4996 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4997
4998         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4999
5000 2009-10-24  Glenn Morris  <rgm@gnu.org>
5001
5002         * gnus-art.el (help-xref-stack-item): Define for compiler.
5003
5004 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5005
5006         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5007
5008 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5009
5010         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5011
5012 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5013
5014         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5015         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5016
5017 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5018
5019         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5020         (gnus-overlays-in): New alias to overlays-in.
5021
5022         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5023         gnus-overlay-get, and gnus-delete-overlay.
5024         (gnus-summary-show-thread): Make it work as well for systems in which
5025         next-single-char-property-change is not available.
5026         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5027
5028         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5029         (gnus-overlay-get): New alias to extent-property.
5030         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5031
5032         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5033         SXEmacs.
5034
5035         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5036         SXEmacs.
5037
5038 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5039
5040         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5041
5042 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5043
5044         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5045         and XEmacs that don't have `remove-overlays'.
5046
5047 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5048
5049         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5050         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5051         selective display.  Use overlays instead.
5052
5053 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5054
5055         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5056
5057 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5058
5059         * spam-stat.el (spam-stat-load): Fix typo in message.
5060
5061 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5062
5063         * dig.el (dig-invoke): Fix typo in docstring.
5064         (query-dig): Reflow docstring.
5065
5066 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5067
5068         * gnus-art.el (gnus-article-encrypt-body):
5069         * message.el (message-check-recipients):
5070         * mm-util.el (mm-codepage-setup):
5071         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5072         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5073
5074 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5075
5076         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5077         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5078         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5079         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5080         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5081
5082 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5083
5084         * dig.el: Add "Keywords: comm", as per net-utils.el.
5085
5086 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5087
5088         * dig.el (dig-mode): Use define-derived-mode.
5089
5090 2009-09-19  Glenn Morris  <rgm@gnu.org>
5091
5092         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5093
5094 2009-09-18  Glenn Morris  <rgm@gnu.org>
5095
5096         * gnus-diary.el (gnus-diary-check-message):
5097         * message.el (message-insert-formatted-citation-line):
5098         * nnbabyl.el (top-level):
5099         * nndiary.el (nndiary-schedule):
5100         Fix typos in condition-case handlers.
5101
5102 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5103
5104         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5105         configuration that provides the sole article window in a frame;
5106         position point correctly after deleting a part.
5107
5108 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5109
5110         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5111         (spam-resolve-registrations-routine): Use it to unregister articles
5112         that change status.
5113
5114 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5115
5116         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5117         with XEmacs.
5118         (parse-time-string-chars): Use it.
5119
5120 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5121
5122         * imap.el (imap-interactive-login): Better messages.
5123         (imap-open): Fix bug with renamed buffer on reconnect.
5124         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5125         for easier debugging and cleaner code.  On successful (guessed based on
5126         server capabilities) secondary authentication, set imap-state
5127         correctly.
5128         (imap-last-authenticator): Define imap-last-authenticator as a variable
5129         to avoid warnings.
5130
5131 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5132
5133         * nnrss.el (nnrss-request-article): Remove binding of
5134         default-enable-multibyte-characters that has gotten needless by
5135         the 2007-07-13 change in rfc2047-encode-message-header.
5136
5137         * mml.el (mml-insert-multipart): Error on the message header.
5138         (mml-insert-part): Error on the message header; position point at
5139         the end of a MIME tag.
5140
5141 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5142
5143         * time-date.el (autoload): Expand define-obsolete-function-alias into
5144         defalias and make-obsolete for old Emacsen that Gnus supports.
5145         (with-no-warnings): Define it for old Emacsen.
5146         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5147         is available.
5148         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5149         float-time is available; suppress compile warning for time-to-seconds.
5150
5151         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5152         (gnus-float-time): Alias to float-time if it exists.
5153
5154         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5155         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5156         float-time is available; suppress compile warning for time-to-seconds.
5157
5158         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5159         XEmacs.
5160
5161 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5162
5163         * imap.el (imap-message-map): Docstring fix.
5164
5165 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5166
5167         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5168         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5169         Add the optional argument `encoding' that overrides the default.
5170
5171         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5172         mm-encode-buffer.
5173
5174 2009-09-04  Glenn Morris  <rgm@gnu.org>
5175
5176         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5177         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5178         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5179         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5180         * mm-util.el (mm-with-unibyte-current-buffer)
5181         (mm-find-buffer-file-coding-system):
5182         * yenc.el (yenc-decode-region): Use default-value rather than
5183         default-enable-multibyte-characters.
5184
5185 2009-09-03  Glenn Morris  <rgm@gnu.org>
5186
5187         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5188         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5189         than default-enable-multibyte-characters.
5190
5191 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5192
5193         * gnus-art.el (gnus-article-read-summary-keys):
5194         Fix gnus-buffer-configuration's value temporarily used.
5195
5196 2009-09-02  Glenn Morris  <rgm@gnu.org>
5197
5198         * gnus-util.el (gnus-float-time): New function.
5199         * gnus-delay.el (gnus-delay-article):
5200         * gnus-sum.el (gnus-thread-latest-date):
5201         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5202         * nnspool.el (nnspool-request-newgroups):
5203         Use gnus-float-time rather than time-to-seconds.
5204         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5205
5206         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5207         (gnus-header-subject-face, gnus-header-newsgroups-face)
5208         (gnus-header-name-face, gnus-header-content-face):
5209         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5210         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5211         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5212         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5213         (gnus-cite-face-11):
5214         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5215         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5216         (gnus-server-closed-face, gnus-server-denied-face)
5217         (gnus-server-offline-face):
5218         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5219         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5220         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5221         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5222         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5223         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5224         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5225         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5226         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5227         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5228         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5229         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5230         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5231         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5232         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5233         (gnus-summary-high-undownloaded-face)
5234         (gnus-summary-low-undownloaded-face)
5235         (gnus-summary-normal-undownloaded-face)
5236         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5237         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5238         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5239         (gnus-splash-face):
5240         * message.el (message-header-to-face, message-header-cc-face)
5241         (message-header-subject-face, message-header-newsgroups-face)
5242         (message-header-other-face, message-header-name-face)
5243         (message-header-xheader-face, message-separator-face)
5244         (message-cited-text-face, message-mml-face):
5245         * sieve-mode.el (sieve-control-commands-face)
5246         (sieve-action-commands-face, sieve-test-commands-face)
5247         (sieve-tagged-arguments-face):
5248         * spam.el (spam-face):
5249         Mark face aliases with "-face" in the name as obsolete.
5250
5251 2009-09-01  Glenn Morris  <rgm@gnu.org>
5252
5253         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5254         than goto-line.
5255
5256 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5257
5258         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5259         Don't move point if the command is invoked inside the message header.
5260
5261 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5262
5263         * imap.el (imap-send-command): Simplify.
5264         (imap-wait-for-tag): point-max -> buffer-size.
5265
5266 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5267
5268         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5269         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5270         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5271         * nnir.el (nnir-swish-e-index-file):
5272         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5273         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5274         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5275         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5276         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5277         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5278
5279 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5280
5281         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5282         Don't save excursion.
5283
5284 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5285
5286         * nnheader.el (nnheader-find-file-noselect):
5287         * mm-util.el (mm-insert-file-contents):
5288         Use (default-value 'major-mode) instead of default-major-mode.
5289
5290 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5291
5292         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5293
5294 2009-08-26  Glenn Morris  <rgm@gnu.org>
5295
5296         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5297         than placing in files.el.
5298
5299 2009-08-25  Glenn Morris  <rgm@gnu.org>
5300
5301         * nnir.el (top-level): Don't require cl at run-time.
5302         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5303         Replace cl-function substitute with gnus-replace-in-string.
5304         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5305         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5306         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5307         simplified expansions.
5308
5309 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5310
5311         * dig.el (dig): Add autoload cookie.
5312
5313 2009-08-22  Glenn Morris  <rgm@gnu.org>
5314
5315         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5316         goto-line.
5317
5318 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5319
5320         * parse-time.el (parse-time-string-chars): Save match data.
5321
5322 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5323
5324         * parse-time.el (parse-time-string-chars): Compute using character
5325         classes, to handle non-ascii characters (Bug#3190).
5326
5327 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5328
5329         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5330
5331         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5332         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5333         (gnus-mm-display-part, gnus-mime-display-single)
5334         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5335         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5336
5337         * gnus-sum.el
5338         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5339         (gnus-summary-move-article): Add expirable mark to articles copied or
5340         moved to group that has auto-expire turned on if the option is non-nil.
5341
5342 2009-07-24  Glenn Morris  <rgm@gnu.org>
5343
5344         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5345         Fix typo.  (Bug#3903)
5346
5347 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5348
5349         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5350         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5351         that should not be used for draft articles.
5352         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5353         that has no concern in minor mode keys.
5354         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5355         Abolish.
5356
5357 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5358
5359         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5360         article without making inquiry to a user for unknown encoding.
5361
5362         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5363         (nnmaildir--scan): Assume i-node and device number that file-attributes
5364         returns might be cons-cell.
5365
5366         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5367
5368         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5369
5370 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5371
5372         * auth-source.el: Remove docs now in auth.texi.  Don't use
5373         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5374         `auth-source-hide-passwords' and use them.
5375
5376 2009-07-15  Glenn Morris  <rgm@gnu.org>
5377
5378         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5379
5380 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5381
5382         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5383         excessive whitespace from the default values of title and description.
5384
5385 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5386
5387         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5388         mail-fetch-field to fetch Content-Description header in order to
5389         exclude newlines.
5390
5391 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5392
5393         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5394         format used by GnuPG 2.0.11.
5395
5396 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5397
5398         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5399         to deleted part.
5400
5401 2009-05-30  David Engster  <dengste@eml.cc>
5402
5403         * nnmairix.el: Remove old documentation in the commentary block.
5404         (nnmairix-request-group): Do not update active file for nnml back ends.
5405         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5406         end so that overview files are ignored.
5407         (nnmairix-update-groups): Make updating the groups more robust by using
5408         marks.
5409         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5410         with dollar characters in message-id.
5411
5412 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5413
5414         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5415         2008-12-25 in dns.el.
5416
5417 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5418
5419         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5420         could happen if the text is only composed of spaces and/or tabs.
5421
5422 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5423
5424         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5425         when sending a queued message to avoid extra mml tags.
5426
5427 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5428
5429         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5430
5431 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5432
5433         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5434         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5435         rmail-toggle-header for XEmacs;
5436         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5437
5438 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5439
5440         * gnus-dired.el: Remove autoload for gnus-setup-message.
5441         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5442         displaying Gnus logo; always use compose-mail.
5443
5444 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5445
5446         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5447
5448 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5449
5450         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5451         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5452         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5453         available.
5454         (gnus-nocem-epg-verify): New function.
5455
5456 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5457
5458         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5459
5460 2009-02-15  Glenn Morris  <rgm@gnu.org>
5461
5462         * gnus-util.el (rmail-insert-rmail-file-header)
5463         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5464         autoloads.
5465         (rmail-default-rmail-file): Remove unnecessary declaration.
5466         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5467
5468 2009-02-14  Glenn Morris  <rgm@gnu.org>
5469
5470         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5471         variable (only used in gnus-util, which declares it anyway).
5472         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5473         which was only needed by gnus-art (changed to not use it any more).
5474         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5475         only used in gnus-util, which autoloads it itself.
5476         (rmail-update-summary): Fix autoload.
5477
5478         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5479         rather than rmail-output-to-rmail-file.
5480
5481 2009-02-07  Glenn Morris  <rgm@gnu.org>
5482
5483         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5484         autoload of function that no longer exists.
5485         (rmail-toggle-header): Declare.
5486         (message-forward-rmail-make-body): Handle mbox Rmail.
5487
5488 2009-01-31  Glenn Morris  <rgm@gnu.org>
5489
5490         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5491         2009-01-09 change.
5492
5493 2009-01-31  Dave Love  <fx@gnu.org>
5494
5495         * imap.el (imap-fetch-safe): Bind debug-on-error.
5496         (imap-debug): Add imap-fetch-safe.
5497
5498 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5499
5500         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5501         (auth-source-forget-all-cached): New convenience function.
5502         (auth-source-user-or-password): Accept list of modes or a single mode.
5503
5504         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5505         auth-source modes.
5506
5507         * netrc.el (netrc-machine-user-or-password): Use list of
5508         auth-source modes.
5509
5510         * nnimap.el (nnimap-open-connection): Use list of
5511         auth-source modes.
5512
5513         * nntp.el (nntp-send-authinfo): Use list of
5514         auth-source modes.
5515
5516 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5517
5518         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5519         now.
5520
5521 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5522
5523         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5524         coding system in XEmacs; add a workaround for XEmacs.
5525
5526         * lpath.el: Fbind coding-system-aliasee.
5527
5528 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5529
5530         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5531         of current-language-environment.
5532
5533 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5534
5535         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5536         available at runtime.
5537
5538 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5539
5540         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5541
5542 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5543
5544         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5545         the greatest positive fixnum value doesn't work under an XEmacs with
5546         bignum support; use the most-positive-fixnum constant instead,
5547         available since Emacs 21.1 with cl and XEmacs 21.1.
5548
5549 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5550
5551         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5552         XEmacs gets not to work.
5553
5554 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5555
5556         * mm-util.el (mm-coding-system-priorities): Allow the value like
5557         "Japanese (UTF-8)" of current-language-environment.
5558
5559 2009-01-09  Glenn Morris  <rgm@gnu.org>
5560
5561         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5562         with last-command-event.
5563
5564 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5565
5566         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5567         in the doc string.
5568
5569         * message.el (message-fix-before-sending): Amend comment.
5570
5571 2009-01-08  Dave Love  <fx@gnu.org>
5572
5573         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5574
5575 2009-01-07  David Engster  <dengste@eml.cc>
5576
5577         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5578         simplified server definitions by converting it via
5579         gnus-server-to-method.
5580
5581 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5582
5583         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5584         parameter's operands.
5585
5586 2009-01-06  David Engster  <dengste@eml.cc>
5587
5588         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5589         primary select method (for gnus-group-mark-article-as-read).
5590
5591 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5592
5593         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5594         `(gnus)Face', not `(gnus)X-Face'.
5595
5596 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5597
5598         * mm-util.el (mm-ucs-to-char): New function.
5599
5600         * mm-url.el (mm-url-decode-entities): Use it.
5601
5602         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5603         unicode-to-char.
5604
5605 2009-01-05  Dave Love  <fx@gnu.org>
5606
5607         * time-date.el: Require cl for `declare'.
5608
5609 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5610
5611         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5612         Dave Love.
5613
5614 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5615
5616         * message.el (message-fix-before-sending): Add `eight-bit' to
5617         illegible-text check.
5618
5619 2009-01-03  Michael Olson  <mwolson@gnu.org>
5620
5621         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5622         `headers' is nil.  This can occur if the IMAP server does not have
5623         permissions to read messages from a folder, but can write new messages
5624         to the folder.
5625         (nnimap-request-article-part): Do not insert `data' if it is nil.
5626
5627         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5628         characters which will confuse `read', so skip past them.
5629
5630 2009-01-01  Dave Love  <fx@gnu.org>
5631
5632         * imap.el (imap-string-to-integer): Fix typo.
5633         (imap-fetch-safe): New function.
5634         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5635
5636         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5637
5638         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5639         (imap-parse-greeting): Fix doc strings.
5640         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5641         (imap-parse-flag-list): Make messages unique.
5642         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5643
5644         * nnimap.el: Fix author email.
5645         (nnimap-split-rule): Add FIXME comment.
5646         (nnimap-debug): Fix doc string.
5647
5648 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5649
5650         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5651
5652 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5653
5654         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5655         nslookup if resolv.conf isn't available.
5656         (dns-query): Rename from query-dns.
5657         (dns-query-cached): Rename from query-dns-cached.
5658
5659 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5660
5661         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5662         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5663         to check if those variables exist (first appeared in Emacs 18.50).
5664
5665 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5666
5667         * mm-util.el (mm-line-number-at-pos): New function.
5668
5669         * spam-report.el (spam-report-process-queue): Use it.
5670
5671 2008-12-24  David Engster  <dengste@eml.cc>
5672
5673         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5674         parameters that haven't existed as variables as buffer-local variables.
5675
5676 2008-12-23  Dave Love  <fx@gnu.org>
5677
5678         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5679         cadar.
5680
5681         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5682         imap-starttls-p.
5683         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5684
5685 2008-12-22  Dave Love  <fx@gnu.org>
5686
5687         * imap.el: Fix author email.  Doc fixes.
5688         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5689         reply.
5690
5691 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5692
5693         * spam-report.el (spam-report-gmane-max-requests): New constant.
5694         (spam-report-gmane-wait): New variable.
5695         (spam-report-gmane-ham, spam-report-gmane-spam)
5696         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5697         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5698         the server.
5699
5700         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5701         Add explanations.
5702
5703         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5704         nnheader-accept-process-output and nnheader-read-timeout if available.
5705         (pop3-movemail): Use it.
5706
5707         * message.el (message-check-news-body-syntax): Fix signature check if
5708         there's an attachment.
5709
5710 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5711
5712         * mm-util.el: Add comments to the mm- emulating functions.
5713
5714 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5715
5716         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5717         Reported by Stephen Berman <stephen.berman@gmx.net>.
5718
5719 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5720
5721         * mm-util.el (mm-substring-no-properties): New function.
5722         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5723         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5724         (mm-string-to-multibyte): Doc fix.
5725
5726         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5727
5728 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5729
5730         * mml.el (mml-attach-file): Strip text properties from file name.
5731         (Bug#1574)
5732
5733 2008-12-16  Glenn Morris  <rgm@gnu.org>
5734
5735         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5736
5737 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5738
5739         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5740         knows since the charset specified might be a bogus alias that
5741         mm-charset-synonym-alist provides.
5742
5743 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5744
5745         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5746         "ISO_8859-1".
5747
5748         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5749
5750 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5751
5752         * mm-util.el (mm-charset-eval-alist):
5753         Define it before mm-charset-to-coding-system.
5754         (mm-charset-to-coding-system): Add optional argument `silent';
5755         define it before mm-charset-override-alist.
5756         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5757         default value if it can be used in Emacs currently running;
5758         silence mm-charset-to-coding-system.
5759
5760 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5761
5762         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5763         `allow-override' which says whether to use `mm-charset-override-alist'.
5764         (rfc2047-decode-encoded-words): Use it.
5765
5766         * mm-util.el (mm-charset-override-alist): Fix custom type;
5767         add `(gb2312 . gbk)' to choices.
5768
5769 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5770
5771         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5772         fast.
5773
5774         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5775
5776         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5777
5778 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5779
5780         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5781         on links.
5782
5783         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5784
5785 2008-12-03  Lute Kamstra  <lute@gnu.org>
5786
5787         * sha1.el: Remove leading * from docstrings of defcustoms,
5788         deffaces, defconsts and defuns.
5789
5790 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5791
5792         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5793         users' addresses that don't have domain parts.
5794         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5795         rather than message-narrow-to-head since there will be the message
5796         header separator.
5797
5798 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5799
5800         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5801         since the result is inserted in a unibyte buffer anyway.
5802         (nnimap-demule-use-string-to-multibyte): Remove.
5803         (nnimap-demule): Alias it to mm-string-to-multibyte.
5804
5805 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5806
5807         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5808         variable for debugging bug#464 and bug#1174.
5809         (nnimap-demule): Use it.
5810
5811 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5812
5813         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5814         score calculation correctly.
5815
5816 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5817
5818         * message.el (message-send-mail): Just set the buffer to unibyte
5819         rather than use mm-with-unibyte-current-buffer which does a lot more.
5820         (message-send-mail-partially): Don't bother with
5821         mm-with-unibyte-current-buffer since it's already been made unibyte by
5822         message-send-mail.
5823
5824 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5825
5826         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5827
5828 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5829
5830         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5831
5832 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5833
5834         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5835         require itself and to remove `with-no-warnings'.
5836
5837 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5838
5839         * starttls.el (starttls-any-program-available): Get the name of the
5840         available TLS layer program.
5841         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5842         well as the host name in the "opening" message.
5843
5844         * auth-source.el (auth-source-cache, auth-source-do-cache)
5845         (auth-source-user-or-password): Cache passwords and logins by default,
5846         allow override with `auth-source-do-cache'.
5847         (auth-source-forget-user-or-password): Allow users to remove cache
5848         entries if needed.
5849
5850 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5851
5852         * md4.el (md4-buffer): Fix typo in docstring.
5853         (md4, md4-64): Doc fixes.
5854         (md4-pack-int32): Reflow docstring.
5855
5856 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5857
5858         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5859         condition-case to only the forward-sexp call.
5860
5861 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5862
5863         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5864         quotes contained.  Make it more robust regardless by an extra
5865         condition-case wrapper.
5866
5867 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5868
5869         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5870
5871 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5872
5873         * nnml.el (nnml-request-expire-articles): Check if the function set to
5874         `nnmail-expiry-target' returns the symbol `delete'.
5875
5876         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5877
5878         * nnmail.el (nnmail-expiry-target): Fix custom type.
5879
5880 2008-10-02  Glenn Morris  <rgm@gnu.org>
5881
5882         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5883         Silence compiler warning.
5884
5885 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5886
5887         * tls.el (open-tls-stream): Show the actual command being
5888         executed, instead of the format string.
5889
5890 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5891
5892         * lpath.el: Fbind codepage-setup for Emacs 23.
5893
5894 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5895
5896         * mml.el (mml-menu): Don't assume mml2015 is bound.
5897
5898 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5899
5900         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5901         exists.
5902
5903 2008-09-27  Glenn Morris  <rgm@gnu.org>
5904
5905         * gnus-util.el (mail-header-remove-comments): Autoload it.
5906
5907 2008-09-27  Andreas Schwab  <schwab@suse.de>
5908
5909         * gnus-util.el (gnus-split-references): Strip comments.
5910         (gnus-parent-id): Likewise.
5911
5912 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5913
5914         * message.el (message-confirm-send): Fix version.
5915
5916 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5917
5918         * message.el (message-idna-to-ascii-rhs-1): Use
5919         mail-extract-address-components rather than mail-header-parse-addresses
5920         that is an alias by default to ietf-drums-parse-addresses that does not
5921         support non-ASCII names in headers' contents.
5922
5923 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5924
5925         * message.el (message-confirm-send): Fix variable documentation to
5926         avoid the "y/n" wording.
5927
5928 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5929
5930         * message.el (message-set-auto-save-file-name): Save to a different
5931         filename so multiple messages (especially drafts) can be recovered.
5932
5933 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5934
5935         * message.el (message-confirm-send): Add appropriate version.
5936
5937 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5938
5939         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5940         defvar.
5941
5942 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5943
5944         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5945         (mm-pkcs7-enveloped-magic): Ditto.
5946
5947 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5948
5949         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5950         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5951
5952 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5953
5954         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5955         default, it's better.
5956
5957 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5958
5959         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5960         summary line gnus-number property and ignore them (with a warning
5961         message).
5962
5963 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5964
5965         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5966         macro caddr in the interactive form since it won't be expanded.
5967
5968 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5969
5970         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5971         `charset'; fix name of function called recursively.
5972         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5973
5974 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5975
5976         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5977         (gnus-mime-set-charset-parameters): New function.
5978         (gnus-mime-view-part-as-charset): Use it to correctly display part
5979         specifying wrong charset.
5980
5981 2008-09-08  David Engster  <dengste@eml.cc>
5982
5983         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5984         in completing-read for back end server.
5985
5986 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5987
5988         * message.el (message-confirm-send): New variable to confirm sending a
5989         message.
5990         (message-send): Use it.
5991
5992 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5993
5994         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5995
5996 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5997
5998         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5999
6000 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6001
6002         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6003         prevent tracking too many groups.
6004         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6005         Use it.
6006
6007 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6008
6009         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6010         moving point to the bottom of the window in order to avoid recentering.
6011
6012 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6013
6014         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
6015
6016         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6017         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6018         (gnus-article-beginning-of-window): Fix calculation.
6019
6020 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6021
6022         * gnus-msg.el (gnus-summary-supersede-article)
6023         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6024         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6025         message header.
6026
6027 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6028
6029         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6030         pending output coming after the status change.
6031
6032 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6033
6034         * message.el:
6035         * gnus-start.el:
6036         * gnus-registry.el: Remove VMS support.
6037
6038 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6039
6040         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6041         macro.
6042         (rfc2104-hash): Use it.
6043
6044 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6045
6046         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6047         (gnus-summary-sort-by-most-recent-date): New commands.
6048         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6049         and menu entries.
6050
6051 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6052
6053         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6054         don't redisplay article for raw contents; remove plural articles stuff.
6055
6056         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6057         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6058         on gnus-summary-save-article; display results properly.
6059
6060 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6061
6062         * lpath.el: No need to fbind ns-focus-frame.
6063
6064 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6065
6066         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6067
6068 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6069
6070         * gnus-art.el (gnus-summary-save-in-pipe):
6071         Consider gnus-save-all-headers.
6072
6073 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6074
6075         * gnus-util.el (ns-focus-frame): Remove declaration.
6076         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6077         like x.
6078
6079 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6080
6081         * rfc2104.el (rfc2104-zero): Delete defconst.
6082         (rfc2104-hex-alist): Likewise.
6083         (rfc2104-hex-to-int): Delete func.
6084         (rfc2104-hexstring-to-bitstring): Likewise.
6085         (rfc2104-nybbles): New defconst.
6086         (rfc2104-hash): Rewrite for speed.
6087
6088 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6089
6090         * tls.el (open-tls-stream): Make it work with the 2nd argument
6091         BUFFER that is a string but does not exist as a buffer object, as
6092         mentioned in the doc-string.
6093
6094 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6095
6096         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6097         SXEmacs.
6098
6099 2008-07-16  Glenn Morris  <rgm@gnu.org>
6100
6101         * gnus-util.el (ns-focus-frame): Declare for compiler.
6102
6103 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6104
6105         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6106         set as a group parameter.
6107         (gnus-summary-save-in-pipe): Work when it is called independently.
6108         (gnus-summary-pipe-to-muttprint): Don't modify
6109         gnus-summary-pipe-output-default-command.
6110
6111 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6112
6113         * message.el (message-send-mail-with-sendmail):
6114         Display the error message.
6115
6116 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6117
6118         * gnus-art.el (gnus-default-article-saver):
6119         Add gnus-summary-save-in-pipe to choices.
6120         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6121         gnus-summary-pipe-output-default-command as the default command.
6122         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6123         instead of gnus-last-shell-command.
6124
6125         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6126         New user option.
6127         (gnus-summary-muttprint-program): Mention the value will be changed.
6128         (gnus-summary-save-article): Force showing of all headers.
6129         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6130
6131 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6132
6133         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6134
6135 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6136
6137         * nnimap.el (nnimap-id):
6138         * sieve-manage.el (sieve-manage-open): Doc fixes.
6139
6140 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6141
6142         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6143         if available.
6144
6145 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6146
6147         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6148
6149         * nnkiboze.el (nnkiboze-generate-group):
6150         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6151
6152         * nnmairix.el: Require CL.
6153
6154 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6155
6156         * dgnushack.el: Autoload get-display-table and put-display-table for
6157         XEmacs 21.5.
6158
6159         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6160         21.4 and SXEmacs.
6161
6162 2008-06-15  David Engster  <dengste@eml.cc>
6163
6164         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6165
6166 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6167
6168         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6169         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6170         runtime choice under XEmacs.
6171
6172         * gnus-sum.el (gnus-summary-set-display-table):
6173         Use `gnus-put-display-table', `gnus-get-display-table',
6174         `gnus-set-display-table' for the display table, instead of `aset'.
6175
6176         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6177         Use `gnus-put-display-table', `gnus-get-display-table',
6178         `gnus-set-display-table' for the display table.
6179
6180 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6181
6182         * nnmairix.el: Add autoloads.
6183
6184 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6185
6186         * nnmairix.el (nnmairix-delete-recreate-group)
6187         (nnmairix-update-and-clear-marks): Fix error messages.
6188
6189 2008-06-14  David Engster  <dengste@eml.cc>
6190
6191         * nnmairix.el: Upgrade to version 0.6.
6192         (nnmairix-group-toggle-propmarks-this-group)
6193         (nnmairix-group-toggle-readmarks-this-group)
6194         (nnmairix-group-delete-recreate-this-group)
6195         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6196         (nnmairix-remove-tick-mark-original-article): New commands.
6197         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6198         (nnmairix-propagate-marks-to-nnmairix-groups)
6199         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6200         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6201         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6202         functions needed for marks propagation and manipulation of read marks.
6203         (nnmairix-update-groups): New function.
6204         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6205         (nnmairix-determine-original-group-from-registry)
6206         (nnmairix-determine-original-group-from-path)
6207         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6208         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6209         New helper functions.
6210         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6211         keystrokes for new commands.
6212         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6213         (nnmairix-request-group): Check allow-fast group parameter.
6214         (nnmairix-request-create-group): Set allow-fast group parameter if
6215         nnmairix-allowfast-default is set.
6216         (nnmairix-close-group): Propagate marks upon closing if needed.
6217         (nnmairix-group-toggle-threads-this-group): Use new.
6218         nnmairix-group-toggle-parameter helper function.
6219         (nnmairix-search): Better check for empty search result.
6220         (nnmairix-goto-original-article): Use new helper functions for
6221         determining original article.
6222         (nnmairix-show-original-article): Make sure message-id is in brackets.
6223         (nnmairix-call-mairix-binary): Change variable name.
6224         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6225         helper function.
6226         (nnmairix-widget-toggle-activate): Fix doc string.
6227
6228 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6229
6230         * nnir.el: Require edmacro when compiling with XEmacs.
6231         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6232         available in Emacs 21.
6233
6234 2008-06-11  Glenn Morris  <rgm@gnu.org>
6235
6236         * gnus-util.el (x-focus-frame):
6237         * gnus.el (image-size):
6238         * mm-decode.el (image-size): Declare.
6239
6240         * gnus-picon.el (declare-function): Add compat definition.
6241         (image-size): Declare.
6242
6243         * gnus-group.el (tool-bar-map):
6244         * gnus-sum.el (tool-bar-map): Define for compiler.
6245
6246         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6247
6248         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6249
6250         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6251         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6252         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6253         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6254         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6255         * sieve-manage.el, spam-report.el, spam.el:
6256         Remove unnecessary eval-and-compile of autoloads.
6257
6258 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6259
6260         * auth-source.el: Precise Tramp doc.
6261
6262 2008-06-07  Glenn Morris  <rgm@gnu.org>
6263
6264         * nnmairix.el: Remove unnecessary eval-when-compile.
6265
6266 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6267
6268         * lpath.el: Fbind propertize for XEmacs 21.4.
6269
6270 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6271
6272         * nnir.el: Move here from ../contrib.
6273
6274 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6275
6276         * gnus-util.el (gnus-read-shell-command): New function.
6277         * mm-decode.el (mm-pipe-part):
6278         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6279
6280 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6281
6282         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6283
6284 2008-06-03  Glenn Morris  <rgm@gnu.org>
6285
6286         * pop3.el (nnheader-accept-process-output): Autoload it.
6287
6288 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6289
6290         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6291         are not 2-digit hexadecimal characters that follow `%'s.
6292
6293 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6294
6295         * message.el (message-bogus-recipient-p): Fix type in doc string.
6296         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6297         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6298         Improve custom options.
6299         (message-bogus-recipient-p): Adjust accordingly.
6300
6301 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6302
6303         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6304         long-form month and day names.
6305
6306 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6307
6308         * dgnushack.el: Autoload debug, eudc-expand-inline and
6309         pgg-snarf-keys-region for XEmacs.
6310
6311         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6312
6313         * nnmairix.el: Require edmacro when compiling with XEmacs.
6314
6315 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6316
6317         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6318         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6319
6320 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6321
6322         * auth-source.el: Add more docs.
6323
6324         * netrc.el (netrc-machine): Always match if the port is not given.
6325
6326 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6327
6328         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6329         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6330         retrieval faster in some cases, but might make CPU usage larger.
6331         If this has any bad side effects, we might revert this change.
6332
6333         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6334         seems to make mail retrieval much, much faster.
6335         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6336         unconditionally.
6337
6338         * gnus-draft.el (gnus-group-send-queue):
6339         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6340
6341 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6342
6343         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6344
6345         * message.el (message-bogus-address-regexp): Fix and improve custom
6346         type.
6347         (message-setup-hook): Add message-check-recipients as custom option.
6348
6349 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6350
6351         * message.el (message-cite-function): Remove bogus autoload which crept
6352         in during merge from v5-10.
6353
6354 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6355
6356         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6357
6358         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6359
6360         * auth-source.el: Preliminary Tramp docs.
6361         (auth-sources): Change the default auth-sources to use
6362         EPA .gpg files.
6363
6364 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6365
6366         * nntp.el: Autoload `auth-source-user-or-password'.
6367         (nntp-send-authinfo): Use it.
6368
6369         * nnimap.el: Autoload `auth-source-user-or-password'.
6370         (nnimap-open-connection): Use it.
6371
6372         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6373         for the gnus-message function.
6374         (auth-source-user-or-password): Use it.
6375
6376 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6377
6378         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6379         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6380         (rfc2104-hash): Use it.
6381
6382 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6383
6384         * gnus-art.el (gnus-article-toggle-truncate-lines):
6385         Don't use `iff' in docstring.
6386
6387 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6388
6389         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6390
6391         * gnus-util.el (gnus-extract-address-component-name)
6392         (gnus-extract-address-component-email): Convenience functions around
6393         `gnus-extract-address-components'.
6394
6395         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6396         Use `gnus-extract-address-component-email' to fix bug of comparing full
6397         sender name to `user-mail-address'.
6398
6399 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6400
6401         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6402         catch/throw to optimize.
6403         (gnus-registry-find-keywords): Just use member to find a keyword.
6404
6405 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6406
6407         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6408         is current before calling gnus-server-prepare.
6409         (gnus-server-setup-buffer, gnus-server-update-server)
6410         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6411
6412 2008-05-04  Juri Linkov  <juri@jurta.org>
6413
6414         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6415         (mailcap-file-default-commands): Use mailcap-replace-in-string
6416         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6417         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6418
6419 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6420
6421         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6422
6423 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6424
6425         * gnus.el: Bump version to 0.11.
6426
6427 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6428
6429         * gnus.el: No Gnus v0.10 is released.
6430
6431 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6432
6433         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6434         hooks.
6435         (gnus-update-read-articles): Speed up non-marks-using users.
6436         (gnus-use-marks): Define gnus-use-marks.
6437         (gnus-propagate-marks): Rename variable to something more sensible.
6438
6439 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6440
6441         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6442         (gmm-image-load-path-for-library): Fix typos in docstrings.
6443         (gmm-message): Reflow docstring.
6444
6445 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6446
6447         * mail-source.el (mail-source-set-1, mail-source-bind):
6448         Move auth-source code out of the macro to clean it up and fix bugs.
6449
6450 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6451
6452         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6453         by sender if it's equal to user-mail-address, it's likely to be
6454         useless.
6455
6456         * mail-source.el (mail-source-bind): Don't use user or password if they
6457         are not bound.  Unintern them if they are nil.  Don't use server unless
6458         it's bound, and default it to empty string otherwise.
6459
6460 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6461
6462         * mail-source.el: Load auth-source.el.
6463         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6464         get user name or password, if auth-sources is set up.
6465
6466         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6467         strategy of splitting with parent.
6468         (gnus-registry-split-fancy-with-parent)
6469         (gnus-registry-post-process-groups): Use it and fix prior
6470         bug (returning a list as the split result).
6471
6472         * auth-source.el (auth-sources): Remove server parameter.
6473         (auth-source-pick, auth-source-user-or-password)
6474         (auth-source-user-or-password-imap)
6475         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6476         (auth-source-user-or-password-sftp)
6477         (auth-source-user-or-password-smtp): Remove server parameter.
6478
6479 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6480
6481         * smime.el (smime-sign-region, smime-encrypt-region)
6482         (smime-decrypt-region):
6483         Remove redundant calls to `generate-new-buffer-name'.
6484
6485 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6486
6487         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6488         Don't use QP for message/rfc822.
6489         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6490
6491 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6492
6493         * sieve-manage.el (sieve-string-bytes): Remove.
6494         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6495         correct byte-length only if the process's coding-system is the same as
6496         the one used internally by Emacs to represent strings.
6497
6498 2008-04-22  Juri Linkov  <juri@jurta.org>
6499
6500         * mailcap.el (mailcap-file-default-commands): New function.
6501
6502 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6503
6504         * message.el (message-signature-separator, message-cite-function):
6505         Change custom version.
6506
6507 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6508
6509         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6510         commands.
6511         (tls-checktrust): Ditto.
6512
6513 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6514
6515         * mm-decode.el (mm-display-external): Make temp file read-only.
6516
6517 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6518
6519         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6520         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6521         `C-c C-f d'.
6522
6523 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6524
6525         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6526
6527 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6528
6529         * gnus.el: Bump version to 0.9.
6530
6531 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6532
6533         * gnus.el: No Gnus v0.8 is released.
6534
6535 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6536
6537         * mail-source.el (mail-source-value):
6538         Prefer fboundp to functionp so it works with macros as well.
6539
6540 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6541
6542         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6543         Fix last change in case the element is not even a symbol.
6544
6545 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6546
6547         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6548         Prefer fboundp to functionp so it works with macros as well.
6549
6550 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6551
6552         * auth-source.el: Add docs.
6553         (auth-sources): Modify format to support server.
6554         (auth-source-pick, auth-source-user-or-password)
6555         (auth-source-user-or-password-imap)
6556         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6557         (auth-source-user-or-password-sftp)
6558         (auth-source-user-or-password-smtp): Add server parameter.
6559
6560 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6561
6562         * gnus-registry.el: Initialize the registry when gnus-registry-install
6563         is t.
6564
6565 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6566
6567         * compface.el (uncompface): Make buffer unibyte.
6568
6569 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6570
6571         * mail-source.el (mail-source-value):
6572         Prefer fboundp to functionp so it works with macros as well.
6573
6574 2008-04-05  Glenn Morris  <rgm@gnu.org>
6575
6576         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6577
6578 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6579
6580         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6581         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6582
6583         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6584         multibyteness after rather than before erasing it.
6585
6586         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6587         mm-with-multibyte.
6588         (gnus-request-article-this-buffer): Make sure the proper decoding is
6589         used if gnus-original-article-buffer happens to be unibyte.
6590
6591         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6592         default-enable-multibyte-characters.
6593
6594         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6595         default-enable-multibyte-characters.
6596
6597         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6598
6599         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6600
6601 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6602
6603         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6604         Fix last change in case the element is not even a symbol.
6605
6606 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6607
6608         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6609         (imap-message-copyuid-1): Use it.
6610         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6611         J. Williams in
6612         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6613
6614         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6615         imap-enable-exchange-bug-workaround.
6616         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6617
6618 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6619
6620         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6621         a 100 byte status-checks into a 2-3MB transfer for each group.
6622         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6623         to enable bug workaround or not.
6624         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6625
6626 2008-03-31  Glenn Morris  <rgm@gnu.org>
6627
6628         * message.el (mml2015-use): Declare for compiler.
6629         (message-info): Require mml2015 when appropriate.
6630
6631 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6632
6633         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6634         whitespace.
6635
6636 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6637
6638         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6639         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6640         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6641         (nntp-service-to-port): New function.
6642         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6643         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6644         (nntp-open-netcat-stream): New function.
6645         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6646
6647 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6648
6649         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6650
6651 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6652
6653         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6654
6655 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6656
6657         * dns.el (dns-write): Use set-buffer-multibyte.
6658
6659 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6660
6661         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6662
6663 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6664
6665         * message.el (message-signature-separator): Change default.
6666         Improve custom type.
6667         (message-cite-function): Change default to
6668         message-cite-original-without-signature.
6669
6670         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6671         toggle.
6672
6673         * message.el (message-check-news-body-syntax): Fix signature check.
6674         (message-setup-1): Mark buffer as unmodified _after_ running
6675         message-setup-hook and handling message-alternative-emails.
6676         (message-shorten-references): Be more strict when building list of
6677         valid references to comply with GNKSA.
6678
6679         * gnus-group.el (gnus-read-ephemeral-bug-group)
6680         (gnus-read-ephemeral-debian-bug-group)
6681         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6682
6683         * message.el (message-info): Don't use booleanp which isn't supported
6684         in Emacs 21 and XEmacs.
6685
6686 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6687
6688         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6689         gnus-group-gmane-group-download-format.
6690         (gnus-group-read-ephemeral-gmane-group): Rename from
6691         gnus-group-read-ephemeral-gmane-group.
6692         (gnus-read-ephemeral-gmane-group-url): Rename from
6693         gnus-group-read-ephemeral-gmane-group-url.
6694         (gnus-bug-group-download-format-alist): New variable.
6695         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6696         (gnus-read-ephemeral-emacs-bug-group): New commands.
6697
6698 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6699
6700         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6701         (gnus-visible-headers): Improve custom type.
6702
6703 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6704
6705         * mml.el (mml-menu): Add workarounds for XEmacs.
6706
6707         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6708         X-Boundary header.
6709
6710         * message.el (message-simplify-recipients): Fix previous commit.
6711
6712 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6713
6714         * mm-util.el (mm-set-buffer-multibyte): New function.
6715         * mm-decode.el (mm-copy-to-buffer): Use it.
6716
6717         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6718         Prefer fboundp to functionp so it works with macros as well.
6719
6720 2008-03-19  Glenn Morris  <rgm@gnu.org>
6721
6722         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6723         Accidentally removed in the sync process with Emacs.
6724
6725 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6726
6727         * message.el (message-alter-recipients-discard-bogus-full-name):
6728         New function.
6729         (message-alter-recipients-function): New variable.
6730         (message-get-reply-headers): Use it.
6731         (message-replace-header): New helper function.
6732         (message-recipients-without-full-name): New variable.
6733         (message-simplify-recipients): New command.
6734
6735         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6736
6737         * message.el (message-info): Handle EasyPG manual.
6738
6739         * mml.el (mml-menu): Add entry for EasyPG.
6740
6741 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6742
6743         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6744         parameter.
6745
6746         * message.el (message-disassociate-draft): Specify drafts group name
6747         fully.
6748
6749 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6750
6751         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6752         Eliminate unnecessary duplicates from the match list.
6753
6754 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6755
6756         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6757
6758         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6759
6760         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6761         args of `how-many' of which the XEmacs version doesn't take; declare
6762         Info-index-next as function.
6763
6764 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6765
6766         * gnus-score.el (gnus-score-headers): Fix handling of
6767         gnus-inhibit-slow-scoring.
6768
6769         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6770         string.
6771         (gnus-button-url-regexp): Improve handling of parenthesis.
6772         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6773         (gnus-button-handle-info-keystrokes): Handle index entries.
6774
6775 2008-03-15  Glenn Morris  <rgm@gnu.org>
6776
6777         * parse-time.el (parse-time-string): Simplify.
6778
6779 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6780
6781         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6782         Incoming* files.
6783
6784 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6785
6786         * auth-source.el (auth-sources): Rename from auth-source-choices.
6787         (auth-source-pick): Use it.
6788
6789 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6790
6791         * binhex.el (binhex-decode-region-internal):
6792         * uudecode.el (uudecode-decode-region-internal):
6793         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6794         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6795         setting default-enable-multibyte-characters.
6796
6797 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6798
6799         * auth-source.el (auth-source-protocols)
6800         (auth-source-protocols-customize, auth-source-choices): Add and
6801         modified variable customizations and defaults.
6802         (auth-source-pick, auth-source-user-or-password)
6803         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6804         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6805         (auth-source-user-or-password-sftp)
6806         (auth-source-user-or-password-smtp): Use new variables and provide an
6807         interface to netrc.el.
6808
6809 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6810
6811         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6812         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6813         Make sure the nntp port to specify is a string.
6814
6815 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6816
6817         * nntp.el: Use with-current-buffer.
6818         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6819         dubious mm-with-unibyte-current-buffer.
6820         (nntp-with-open-group-function): New function extracted from
6821         nntp-with-open-group macro.
6822         (nntp-with-open-group): Use the function, so it's easier to debug.
6823         Add indentation and debugging info.
6824         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6825         Recommend the use of the netcat alternatives.
6826
6827         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6828         Avoid mm-string-as-multibyte as well.
6829
6830         * nnweb.el (nnweb-insert-html):
6831         Remove use of nnheader-string-as-multibyte.
6832
6833         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6834         (nnheader-string-as-multibyte): Remove.
6835
6836         * mm-view.el: Use inhibit-read-only.
6837         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6838         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6839         or unibyte-string.
6840
6841         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6842         (mm-uu-yenc-extract): Use with-current-buffer.
6843
6844         * gnus-soup.el (gnus-soup-send-packet): Don't use
6845         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6846
6847         * nnmh.el: Use with-current-buffer.
6848         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6849         mm-string-as-multibyte on the output of mm-encode-coding-string.
6850
6851         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6852         (nnimap-request-move-article): Use with-current-buffer.
6853
6854         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6855         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6856         conversion uses string-make-unibyte rather than string-as-unibyte.
6857
6858         * gnus-msg.el: Use with-current-buffer.
6859
6860         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6861
6862 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6863
6864         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6865         string for caching if it is 'PIN.
6866
6867 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6868
6869         * lpath.el: Consider the case without Emacs/W3.
6870
6871 2008-03-08  Glenn Morris  <rgm@gnu.org>
6872
6873         * time-date.el (date-to-time, time-subtract, time-add)
6874         (safe-date-to-time): Doc fixes.
6875
6876 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6877
6878         * mail-source.el (mail-source-delete-old-incoming-confirm):
6879         Change default to nil.
6880         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6881
6882 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6883
6884         * lpath.el: Rearrange.
6885
6886         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6887         (gnus-article-goto-prev-page): Work for articles having ^L's.
6888
6889         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6890
6891         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6892
6893 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6894
6895         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6896         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6897         (gnus-bookmark-jump): Adjust some variable names.
6898
6899 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6900
6901         * auth-source.el: New package.
6902         (auth-source-choices): Add customization entry point variable.
6903
6904         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6905         bug.
6906
6907 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6908
6909         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6910         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6911         (gnus-registry-install-shortcuts): Rename from
6912         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6913         the `gnus-registry-mark-map' keymap dynamically from
6914         `gnus-registry-marks'.  The generated functions update the summary line
6915         when a registry mark is added or deleted, and will call
6916         `gnus-registry-install-p' (see the comments in the code).
6917         (gnus-registry-user-format-function-M): Use concat intelligently.
6918
6919         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6920         the registry mark functions.
6921
6922 2008-03-05  Glenn Morris  <rgm@gnu.org>
6923
6924         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6925         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6926         gnus-art.
6927         (top-level): No need to load own source when compiling.
6928
6929 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6930
6931         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6932         Suggested by <chris.anderton@zetnet.co.uk>.
6933
6934 2008-03-04  Glenn Morris  <rgm@gnu.org>
6935
6936         * gnus-sum.el (top-level): No need to require gnus when compiling,
6937         since unconditionally required near start of file.
6938         (gnus-summary-display-while-building): Move definition before use.
6939
6940 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6941
6942         * gnus-registry.el (gnus-registry-user-format-function-M):
6943         Add formatting function.
6944
6945 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6946
6947         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
6948         with plists.
6949         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6950         Use new format.
6951
6952 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6953
6954         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6955         `where-is-internal' that returns a range of key sequences.
6956
6957 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6958
6959         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6960
6961         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6962         (gnus-summary-jump-to-group): Consider windows on other displayed
6963         frames as well.  Similar changes might be needed elsewhere, but that's
6964         the one I've bumped into during my use.
6965
6966         * nndoc.el (nndoc-oe-dbx-type-p):
6967         * gnus-msg.el (gnus-debug):
6968         * gnus-group.el (gnus-update-group-mark-positions):
6969         Use mm-string-to-multibyte.
6970
6971 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6972
6973         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6974         doesn't handle NotDashEscaped.
6975
6976         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6977         (mml-dnd-attach-options): Fix typo in custom choice.
6978
6979         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
6980         Change nndoc-article-type to mbox.
6981         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6982
6983         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6984         to nil, instead of html2text.
6985
6986         * imap.el (imap-debug): Add `imap-ping-server'.
6987
6988         * gnus-bookmark.el: Add FIXMEs.
6989
6990         * message.el (message-form-letter-separator)
6991         (message-send-form-letter-delay): New variables.
6992         (message-send-form-letter): Use them.  New command to send form
6993         letters.  Requested by Uwe Siart.
6994         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6995
6996 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6997
6998         * Update copyright years.
6999
7000 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7001
7002         Sync from EMACS_22_BASE.
7003
7004         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
7005
7006 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7007
7008         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7009         empty author.
7010
7011 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7012
7013         * gnus-registry.el (gnus-registry-marks): Add variable for
7014         customization of marks and their appearance.
7015         (gnus-registry-read-mark): Use it.
7016         (gnus-registry-do-marks): Add utility function to loop through
7017         `gnus-registry-marks'.
7018         (gnus-registry-install-shortcuts-and-menus): Add function to install
7019         shortcuts and menus.
7020         (gnus-registry-initialize): Use it.
7021         (gnus-registry-default-mark): Clarify documentation.
7022
7023 2008-02-29  Glenn Morris  <rgm@gnu.org>
7024
7025         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7026         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7027         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7028         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7029         Change defcustom :version from 23.0 to 23.1.
7030
7031 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7032
7033         * gnus-registry.el (gnus-registry-follow-group-p)
7034         (gnus-registry-post-process-groups): Add functions to aid registry
7035         splitting and improve logging.  Clarify behavior in function
7036         documentation.
7037         (gnus-registry-split-fancy-with-parent): Use them.
7038
7039 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7040
7041         * gnus-art.el: Use with-current-buffer.
7042
7043 2008-02-27  David Engster  <dengste@eml.cc>
7044
7045         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7046         Express real group name in the response.
7047
7048 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7049
7050         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7051         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7052         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7053         autoload gnus-registry-fetch-group when compiling.
7054         (nnmairix-request-group-with-article-number-correction):
7055         Remove unreferenced argument passed to nnmairix-call-backend.
7056
7057 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7058
7059         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7060         (mm-uu-extract): Improve face for low color ttys.
7061         Reported by Sascha Wilde.
7062
7063 2008-02-27  Glenn Morris  <rgm@gnu.org>
7064
7065         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7066         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7067         variables to defconsts.  Convert comments to doc-strings.
7068         (nnmairix-last-server, nnmairix-current-server): Convert from free
7069         variables to defvars.  Convert comments to doc-strings.
7070         (gnus-registry-fetch-group): Autoload.
7071         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7072         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7073         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7074         caddr.
7075         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7076         nnmairix-request-group-with-article-number-correction call.
7077         (nnmairix-fast, nnmairix-group): New, less general names, for free
7078         variables passed from nnmairix-request-group to
7079         nnmairix-request-group-with-article-number-correction.  Declare.
7080         (nnmairix-request-group-with-article-number-correction):
7081         Use nnmairix-fast, nnmairix-group rather than fast, group.
7082
7083 2008-02-26  David Engster  <dengste@eml.cc>
7084
7085         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7086         version 0.5.
7087
7088 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7089
7090         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7091         instead of making an extra function call.  Don't add the current group
7092         to articles only when they have the group.  Use
7093         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7094         Reported by David <de_bb@arcor.de>.
7095
7096 2008-02-24  Miles Bader  <miles@gnu.org>
7097
7098         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7099         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7100         (mm-find-mime-charset-region):
7101         * mm-bodies.el (mm-encode-body):
7102         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7103
7104 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7105
7106         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7107         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7108
7109 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7110
7111         * mail-source.el (mail-source-delete-incoming): Change default.
7112         Supplement doc string.
7113
7114         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7115
7116 2008-02-14  Glenn Morris  <rgm@gnu.org>
7117
7118         * time-date.el (format-seconds): New function.
7119
7120 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7121
7122         * nnmail.el (nnmail-message-id-cache-file): Derive from
7123         `gnus-home-directory'.
7124
7125 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7126
7127         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7128         Document negative prefix.
7129
7130         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7131
7132 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7133
7134         * message.el (message-unsent-separator): Add the Exim bounce
7135         separator.
7136
7137 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7138
7139         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7140         list.
7141         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7142         recipient/signer list.
7143
7144 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7145
7146         * Makefile.in (datarootdir): Define.
7147         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7148         name that might contain whitespace.
7149
7150 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7151
7152         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7153         fbound (Emacs 23 unicode), signal an error.
7154
7155 2008-02-08  Glenn Morris  <rgm@gnu.org>
7156
7157         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7158
7159 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7160
7161         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7162         ports to the calls to `netrc-machine-user-or-password' in addition to
7163         "imap" and "imaps".
7164
7165 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7166
7167         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7168
7169         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7170
7171 2008-02-01  Kenichi Handa  <handa@m17n.org>
7172
7173         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7174         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7175         (rfc2104-hash): Convert the result of concat to unibyte string.
7176
7177 2008-02-01  Dave Love  <fx@gnu.org>
7178
7179         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7180         coding-system-for-read.
7181         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7182
7183 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7184
7185         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7186         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7187         <hanche@math.ntnu.no>.
7188
7189 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7190
7191         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7192
7193         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7194
7195 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7196
7197         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7198         * message.el (message-beginning-of-line): Use featurep instead of bound
7199         tests in order to resolve conditionals at compile time.
7200
7201 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7202
7203         * mail-source.el (mail-sources): Add `group' choice.
7204
7205         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7206         parameter `in-group' to control into which group the articles go.
7207         Add treatment of `group' mail-source.
7208
7209 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7210
7211         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7212
7213         * mm-decode.el (mm-dissect-buffer): Decode description.
7214
7215         * mml.el (mml-to-mime): Encode message header first.
7216
7217 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7218
7219         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7220         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7221
7222         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7223         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7224
7225 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7226
7227         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7228
7229 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7230
7231         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7232         prefix keys.
7233         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7234         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7235         gnus-xmas.el.
7236
7237         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7238         (gnus-xmas-article-describe-bindings): New function.
7239         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7240         gnus-xmas-article-describe-bindings.
7241
7242         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7243
7244 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7245
7246         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7247         Add new variables for article mark management.
7248         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7249         list of extra data entries which, when present, will indicate that the
7250         article ID should not be trimmed from the registry.
7251         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7252         functions.
7253         (gnus-registry-read-mark): New function to read a mark name from the
7254         user.
7255         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7256         (gnus-registry-set-article-mark-internal): New functions to add and
7257         remove marks.
7258         (gnus-registry-get-article-marks): New function to show the marks for
7259         an article, or retrieve them for further use.
7260
7261 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7262
7263         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7264         keys when no argument is given.
7265
7266 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7267
7268         * imap.el (imap-ping-server): New variable.
7269         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7270         (imap-ping-server): Minor doc string fixes.
7271
7272 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7273
7274         * imap.el (imap-ping-server): New function.
7275         (imap-opened): Call imap-ping-server.
7276
7277 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7278
7279         * gnus-sum.el (gnus-article-sort-by-random)
7280         (gnus-thread-sort-by-random): Fix doc strings.
7281         Reported by jidanni@jidanni.org.
7282
7283 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7284
7285         * gnus-art.el (gnus-article-describe-bindings): New function.
7286         (gnus-article-read-summary-keys): Use it.
7287         (gnus-article-mode-map): Bind `C-h b' to it.
7288
7289 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7290
7291         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7292         XEmacs.
7293         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7294         Protect against non-character events.
7295
7296         * lpath.el: Fbind map-keymap for Emacs 21.
7297
7298 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7299
7300         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7301         New command.
7302         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7303         instead of END.  Change name of the temp file.
7304         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7305         customizable.
7306
7307 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7308
7309         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7310         bind `S W' to gnus-article-wide-reply-with-original; set default
7311         binding to gnus-article-read-summary-send-keys.
7312         (gnus-article-read-summary-keys): Fix the order of keys; display
7313         continuation keys correctly in the echo area; describe bindings
7314         correctly when keys end with `C-h'.
7315         (gnus-article-read-summary-send-keys): New function.
7316         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7317         Work for gnus-article-read-summary-send-keys; display continuation keys
7318         correctly in the echo area.
7319         (gnus-article-reply-with-original): Ignore prefix argument.
7320         (gnus-article-wide-reply-with-original): New function.
7321
7322         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7323         Emacs 21.
7324
7325 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7326
7327         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7328         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7329
7330 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7331
7332         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7333         (gnus-group-read-ephemeral-gmane-group): New command.
7334
7335 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7336
7337         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7338
7339 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7340
7341         * message.el (message-send-mail-function): Increase custom version.
7342
7343         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7344         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7345
7346 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7347
7348         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7349         for the cases where imap-authenticate is called with a nil buffer
7350         parameter.
7351
7352 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7353
7354         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7355         html parts correctly; support forwarded messages.
7356         (gnus-article-browse-html-article): Remove work buffers.
7357
7358         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7359         compiling.
7360         (netrc-bound-and-true-p): New macro.
7361         (netrc-parse): Use it instead of bound-and-true-p that is not available
7362         in XEmacs 21.4.
7363
7364 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7365
7366         * gnus-registry.el (gnus-registry-mark-article)
7367         (gnus-registry-article-marks): Add functionality to mark articles
7368         through the Gnus registry.
7369
7370         * encrypt.el: Clarify documentation for the new pgg method.
7371         (encrypt-file-alist): Add PGG option.
7372         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7373         functionality.  Abstract password key and messaging to external
7374         functions.
7375         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7376         (encrypt-message-method-and-cipher): Add new convenience external
7377         functions.
7378         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7379         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7380
7381         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7382         (netrc-parse): Use encrypt-file-alist to determine if
7383         encrypt-find-model or encrypt-insert-file-contents should be used.
7384
7385         * encrypt.el: Clarify documentation.  Load password-cache or
7386         password, whichever one is found first, instead of autoloading.
7387
7388 2007-12-19  Glenn Morris  <rgm@gnu.org>
7389
7390         * mml.el (message-options-set, message-narrow-to-head)
7391         (message-in-body-p, message-mail-p, message-encode-message-body):
7392         Autoload.
7393         (message-remove-header, message-narrow-to-headers-or-head)
7394         (message-subscribed-p, message-make-mail-followup-to)
7395         (message-position-on-field, message-news-p)
7396         (message-options-set-recipient, message-generate-headers)
7397         (message-sort-headers): Declare as functions.
7398
7399 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7400
7401         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7402         convention in doc string.
7403
7404 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7405
7406         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7407         title to html parts.
7408         (gnus-article-browse-html-article): Pass message header to it.
7409
7410         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7411
7412 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7413
7414         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7415         or password compatible with XEmacs.
7416
7417 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7418
7419         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7420         format document.
7421         (gnus-mime-delete-part): Don't write description line if empty.
7422         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7423
7424 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
7425
7426         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7427         (gnus-summary-mark-read-and-unread-as-read)
7428         (gnus-summary-mark-current-read-and-unread-as-read)
7429         (gnus-summary-mark-unread-as-ticked): Doc fix.
7430         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7431
7432 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7433
7434         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7435         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7436
7437 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7438
7439         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7440         yes-or-no-p.
7441
7442 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7443
7444         * mm-decode.el (mm-add-meta-html-tag): New function.
7445         (mm-save-part-to-file, mm-pipe-part): Use it.
7446
7447         * gnus-art.el (gnus-article-browse-delete-temp-files):
7448         Use gnus-y-or-n-p instead of y-or-n-p.
7449         (gnus-article-browse-html-parts): Work with message/external-body; use
7450         mm-add-meta-html-tag.
7451
7452 2007-12-11  Glenn Morris  <rgm@gnu.org>
7453
7454         * gnus-cache.el: Require gnus-sum not just when compiling.
7455
7456         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7457
7458         * gnus-int.el (gnus-server-opened, gnus-status-message):
7459         Move definitions before use.
7460
7461         * mm-decode.el: Require gnus-util.
7462         (mm-remove-part): Only call delete-annotation on XEmacs.
7463
7464         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7465
7466         * nnmail.el: Require gnus-int.
7467
7468         * spam.el: Move `require's before `eval-when-compile's.
7469
7470         * gnus-ems.el (gnus-alive-p):
7471         * gnus-fun.el (message-goto-eoh):
7472         * gnus-util.el (gnus-group-name-decode):
7473         * mail-source.el (gnus-compress-sequence):
7474         * message.el (Info-goto-node, format-spec):
7475         * mm-bodies.el (message-options-get):
7476         * mm-decode.el (mm-view-pkcs7):
7477         * mm-util.el (gmm-write-region):
7478         * mml-smime.el (mml-compute-boundary)
7479         (gnus-completing-read-with-default):
7480         * mml.el (widget-button-press, gnus-make-hashtable):
7481         * mml1991.el (mm-decode-content-transfer-encoding)
7482         (mm-encode-content-transfer-encoding)
7483         (message-options-get, message-options-set):
7484         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7485         * nnfolder.el (gnus-request-group):
7486         * nnheader.el (ietf-drums-unfold-fws):
7487         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7488         * smime.el (gnus-run-mode-hooks):
7489         * spam-stat.el (gnus-message): Autoload.
7490
7491         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7492         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7493         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7494         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7495         Add declare-function compatibility definition.
7496
7497         * gnus-cache.el (nnvirtual-find-group-art):
7498         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7499         (gnus-add-image, gnus-add-wash-type):
7500         * gnus-group.el (nnkiboze-score-file):
7501         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7502         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7503         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7504         (message-tokenize-header, gnus-get-buffer-create)
7505         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7506         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7507         * gnus.el (gnus-group-decoded-name):
7508         * mail-source.el (imap-capability):
7509         * mm-bodies.el (message-options-set):
7510         * mm-decode.el (gnus-configure-windows):
7511         * mm-extern.el (message-goto-body):
7512         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7513         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7514         (epg-sub-key-validity, message-options-set):
7515         * mml.el (widget-event-point, gnus-configure-windows):
7516         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7517         * mml2015.el (epg-check-configuration, epg-configuration)
7518         (message-options-set):
7519         * nndb.el (nndb-request-article):
7520         * nnfolder.el (gnus-request-create-group):
7521         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7522         * nnmaildir.el (gnus-group-mark-article-read):
7523         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7524         * rfc1843.el (message-fetch-field):
7525         * spam.el (gnus-extract-address-components):
7526         Declare as functions.
7527
7528 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7529
7530         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7531
7532         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7533
7534         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7535         bind show-trailing-whitespace for XEmacs.
7536
7537 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7538
7539         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7540         new no-op macro for backward compatibility.
7541
7542         * imap.el (imap-string-to-integer): New function.
7543
7544 2007-12-09  Glenn Morris  <rgm@gnu.org>
7545
7546         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7547
7548         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7549         * message.el, mm-view.el, sieve-manage.el, smime.el:
7550         Add declare-function compatibility definition.
7551
7552         * gnus-art.el (w3-region, w3m-region, Info-menu):
7553         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7554         * gnus-sum.el (gnus-get-predicate):
7555         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7556         * message.el (mail-abbrev-in-expansion-header-p):
7557         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7558         (w3m-detect-meta-charset, w3m-region):
7559         * sieve-manage.el (password-read, password-cache-add)
7560         (password-cache-remove):
7561         * smime.el (password-read-and-add): Declare as functions.
7562
7563 2007-12-08  David Kastrup  <dak@gnu.org>
7564
7565         * gnus-sum.el (gnus-summary-simplify-subject-query):
7566         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7567         `message'.
7568
7569 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7570
7571         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7572         it to bind idna-program, installation-directory, defined-colors, and
7573         face-attribute for XEmacs of the version that compiles defcustom forms.
7574
7575 2007-12-07  Glenn Morris  <rgm@gnu.org>
7576
7577         * gnus-art.el (article-make-date-line): Revert previous change.
7578
7579 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7580
7581         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7582
7583 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7584
7585         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7586         Call gnus-add-to-range ranges only once with a prepared article-list.
7587
7588 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7589
7590         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7591         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7592         group names with backslashes.
7593         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7594
7595 2007-12-06  Deepak Goel  <deego3@gmail.com>
7596
7597         * gnus-art.el (article-make-date-line):
7598         * gnus-start.el (gnus-load):
7599         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7600
7601 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7602
7603         * gnus-art.el (gnus-use-idna)
7604         * gnus-start.el (gnus-site-init-file)
7605         * message.el (message-use-idna)
7606         * mm-uu.el (mm-uu-hide-markers)
7607         * smiley.el (smiley-style): Revert changes that suppress warnings.
7608
7609 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7610
7611         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7612         specify charset to html source.
7613         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7614
7615 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7616
7617         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7618         idna-program in order to suppress byte compile warning issued by XEmacs
7619         that came to byte compile the default value section of defcustom forms
7620         recently.
7621
7622         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7623         value of installation-directory.
7624
7625         * message.el (message-use-idna): Don't directly refer to the value of
7626         idna-program.
7627
7628         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7629
7630         * smiley.el (smiley-style): Don't directly call face-attribute.
7631
7632 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7633
7634         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7635
7636         * gnus-dired.el: Reduce Gnus dependencies.
7637         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7638         Don't require.  Use autoloads instead.
7639         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7640         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7641         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7642         (gnus-dired-mode): Adjust doc string.
7643         (gnus-dired-mail-mode): New variable.
7644         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7645         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7646         (gnus-dired-mail-buffers): New function.  Return mail or message
7647         composition buffers.
7648         (gnus-dired-attach): Use it.
7649         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7650         NO-DECODE.
7651         (gnus-dired-print): Use `gnus-print-buffer' depending on
7652         `gnus-dired-mail-mode'.
7653
7654 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7655
7656         * rfc2047.el (rfc2047-encoded-word-regexp)
7657         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7658         explaining what regexp patterns are for.
7659
7660 2007-12-04  Glenn Morris  <rgm@gnu.org>
7661
7662         * password.el: Move to password-cache.el.
7663
7664         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7665         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7666         * mml-smime.el (password-read, password-cache-add)
7667         (password-cache-remove):
7668         No need to autoload, since mml-sec requires password.
7669
7670         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7671         * message.el (gnus-extract-address-components):
7672         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7673
7674         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7675         password.
7676
7677 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7678
7679         * mailcap.el: Reduce dependencies.
7680         (mail-header-parse-content-type): Autoload.
7681         (mailcap-delete-duplicates): New alias.
7682         (mailcap-mime-info): Add optional argument NO-DECODE.
7683         (mailcap-mime-types): Use mailcap-delete-duplicates.
7684
7685         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7686
7687 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7688
7689         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7690         (imap-parse-status): Upcase status-att for servers that sends them
7691         lower-case (e.g., MS Exchange 2007).
7692
7693 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7694
7695         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7696         function.
7697
7698         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7699         (gnus-uu-yenc-article): New function.
7700
7701         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7702
7703         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7704
7705 2007-12-02  Glenn Morris  <rgm@gnu.org>
7706
7707         * binhex.el (binhex): New custom group.
7708         (binhex-decoder-program, binhex-decoder-switches)
7709         (binhex-use-external): Move to the binhex custom group.
7710
7711         * uudecode.el (uudecode): New custom group.
7712         (uudecode-decoder-program, uudecode-decoder-switches)
7713         (uudecode-use-external): Move to the uudecode custom group.
7714
7715         * netrc.el (top-level): Don't load `encrypt' features.
7716         (netrc-parse): Don't use encrypt.
7717         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7718
7719         * encrypt.el: Remove file.
7720
7721 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7722
7723         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7724         matches on patches.
7725
7726         * gnus-art.el (gnus-article-browse-html-article):
7727         Mention `mm-text-html-renderer' in the doc string.
7728
7729         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7730         string.  Add comments.
7731
7732         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7733         if rhs is ASCII.
7734
7735 2007-12-01  Glenn Morris  <rgm@gnu.org>
7736
7737         * mail-source.el (top-level): Require format-spec before
7738         eval-when-compile.
7739
7740 2007-11-30  Glenn Morris  <rgm@gnu.org>
7741
7742         * encrypt.el: Require password, rather than autoloading password-read.
7743
7744 2007-11-29  Glenn Morris  <rgm@gnu.org>
7745
7746         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7747         (sasl-make-client, sasl-next-step, sasl-step-data)
7748         (sasl-step-set-data): Declare as functions.
7749
7750 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7751
7752         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7753
7754 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7755
7756         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7757         certs should be verified and what is to be done in the event of a
7758         verification failure.
7759
7760         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7761         caller can indicate whether the cache should be disregarded for this
7762         call.  This way the result of the call is reproducible at all times and
7763         can be considered a canonical server name for the supplied method.
7764         (gnus-agent-method-p): Canonicalize server names by pushing their
7765         method through `gnus-method-to-server' using the no-cache argument.
7766
7767         * gnus-srvr.el (gnus-server-insert-server-line):
7768         Call `gnus-method-to-server' with `no-cache' argument.
7769
7770         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7771         gnus-agent-possibly-synchronize-flags as this should be called when the
7772         server is actually being opened.
7773         (gnus-agent-possibly-synchronize-flags)
7774         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7775         flags file of an agentized server to the latter function.
7776
7777         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7778         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7779         after a connection has been established successfully.
7780
7781 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7782
7783         * gnus-art.el (article-display-face): Force to display face if called
7784         interactively; check if gnus-article-x-face-too-ugly matches author.
7785         (article-display-x-face): Display face even if From header is missing
7786         as article-display-face does.
7787
7788 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7789
7790         * hashcash.el (message-narrow-to-headers-or-head)
7791         (message-fetch-field, message-goto-eoh)
7792         (message-narrow-to-headers): Declare as functions.
7793
7794 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7795
7796         * mail-source.el (mail-sources): Default to fetch from file for
7797         compatibility with default of nnmail-spool-file.
7798
7799 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7800
7801         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7802         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7803         to look for encoded word that should be encoded again.
7804         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7805         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7806         encoding pattern.
7807         (rfc2047-decode-region): Switch strict regexp and loose one according
7808         to rfc2047-allow-irregular-q-encoded-words.
7809
7810 2007-11-25  Romain Francoise  <romain@orebokech.com>
7811
7812         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7813
7814 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7815
7816         * tls.el (tls-program): Provide more custom choices from
7817         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7818         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7819
7820 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7821
7822         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7823         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7824
7825         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7826         `nnmail-spool-file'.
7827
7828         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7829         `nnmail-spool-file'.
7830
7831         * gnus-move.el (gnus-change-server): Ditto.
7832
7833         * gnus-kill.el (gnus-batch-score): Ditto.
7834
7835         * gnus-cache.el (gnus-jog-cache): Ditto.
7836
7837         * gnus-msg.el (gnus-summary-reply):
7838         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7839
7840 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7841
7842         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7843         version.  Minor improvement to doc strings.
7844         (tls-program): Add comment.
7845
7846 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7847
7848         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7849         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7850         mismatch between the hostname provided in the certificate and the name
7851         of the host connnecting to.
7852         (open-tls-stream): Use them.  Check certificates against trusted root
7853         certificates.
7854
7855 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7856
7857         * gnus-cache.el (gnus-cache-generate-nov-databases):
7858         Use nnml-generate-nov-databases-directory instead of
7859         nnml-generate-nov-databases-1.
7860
7861 2007-11-24  Glenn Morris  <rgm@gnu.org>
7862
7863         * message.el (message-tool-bar-retro): Update for rename
7864         mail_send.xpm->mail-send.xpm.
7865
7866 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7867
7868         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7869         `smime-ldap-search' for Emacs 22 and up.
7870
7871 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7872
7873         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7874
7875         * message.el (message-send-mail-function): Fix error convention.
7876         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7877         (message-widen-reply, message-send-mail, message-talkative-question)
7878         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7879         (message-clone-locals, message-send-news): Use with-current-buffer.
7880         (message-insert-or-toggle-importance): Remove unused var `valid'.
7881         (message-make-references): Remove unused var `new-references'.
7882         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7883
7884 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7885
7886         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7887         (spam-split-symbolic-return-positive): Reflow docstring.
7888         (spam-backends, spam-summary-exit-behavior)
7889         (spam-mark-ham-unread-before-move-from-spam-group)
7890         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7891         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7892         (spam-clear-cache, spam-backend-check, spam-install-backend)
7893         (spam-install-statistical-backend, spam-list-of-processors)
7894         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7895         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7896         (spam-check-crm114, spam-initialize, spam-unload-hook):
7897         Fix typos in docstrings.
7898
7899 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7900
7901         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7902         been checked if they have never been read and those group levels are
7903         higher than the one that a user specified.
7904
7905 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7906
7907         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7908         foreign groups unless a group level is specified by a user.
7909         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7910
7911 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7912
7913         * message.el (message-send-mail-function): Require sendmail.
7914
7915 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7916
7917         * message.el (message-send-mail-function): Check for smtpmail too.
7918
7919         * utf7.el (utf7-encode, utf7-decode): Use coding system
7920         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7921
7922         * message.el (message-send-mail-function): New function.
7923         (message-send-mail-function): Set default using
7924         message-send-mail-function.  Adjust doc string.
7925         (message-send-mail-with-mailclient): New function.
7926
7927 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7928
7929         * smime.el (from):
7930         * rfc2047.el (message-posting-charset):
7931         * qp.el (mm-use-ultra-safe-encoding):
7932         * pop3.el (parse-time-months):
7933         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7934         * nnml.el (files):
7935         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7936         (jka-compr-compression-info-list, ange-ftp-path-format)
7937         (efs-path-regexp):
7938         * nndiary.el (files):
7939         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7940         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7941         (epg-digest-algorithm-alist, inhibit-redisplay)
7942         (password-cache-expiry):
7943         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7944         (pgg-output-buffer, password-cache-expiry):
7945         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7946         (efs-path-regexp):
7947         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7948         (inhibit-redisplay):
7949         * mm-uu.el (file-name, start-point, end-point, entry)
7950         (gnus-newsgroup-name, gnus-newsgroup-charset):
7951         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7952         (latin-unity-ucs-list):
7953         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7954         (mm-uu-binhex-decode-function):
7955         * message.el (gnus-message-group-art, gnus-list-identifiers)
7956         (rmail-enable-mime-composing, gnus-local-organization)
7957         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7958         (gnus-read-active-file, facemenu-add-face-function)
7959         (facemenu-remove-face-function, gnus-article-decoded-p)
7960         (tool-bar-mode):
7961         * mail-source.el (display-time-mail-function):
7962         * gnus-util.el (nnmail-pathname-coding-system)
7963         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7964         (gnus-original-article-buffer, gnus-user-agent)
7965         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7966         (xemacs-codename, sxemacs-codename, emacs-program-version):
7967         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7968         * gnus-start.el (gnus-agent-covered-methods)
7969         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7970         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7971         (gnus-newsgroup-headers, gnus-group-list-mode)
7972         (gnus-group-mark-positions, gnus-newsgroup-data)
7973         (gnus-newsgroup-unreads, nnoo-state-alist)
7974         (gnus-current-select-method, mail-sources)
7975         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7976         (nnmail-spool-file, gnus-cache-active-hashtb):
7977         * gnus-mh.el (mh-lib-progs):
7978         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7979         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7980         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7981         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7982         (gnus-group-buffer):
7983         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7984         (font-lock-set-defaults):
7985         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7986         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7987         (gnus-summary-post-menu, total-parts, type, condition, length):
7988         * gnus-agent.el (gnus-agent-read-agentview):
7989         * flow-fill.el (show-trailing-whitespace):
7990         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7991         eval-and-compile wrappers for byte compiler pacifiers.
7992
7993         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7994         (mm-display-inline-fontify): Check for featurep 'xemacs not
7995         extent-list.
7996
7997         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7998         itimer-list.
7999         (mm-create-image-xemacs): Only do something for XEmacs.
8000         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8001
8002         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8003
8004         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8005         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8006
8007 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8008
8009         * nnimap.el (nnimap-split-download-body):
8010         * gnus-demon.el (gnus-demon):
8011         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8012
8013 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8014
8015         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8016         New macros.
8017         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8018         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8019         copy data from unibyte buffer to multibyte current buffer.
8020         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8021         to copy data from unibyte current buffer to multibyte buffer.
8022         (nntp-make-process-buffer): Make process buffer unibyte.
8023
8024         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8025
8026 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8027
8028         * pop3.el (pop3-open-server): Accept and process data more robustly at
8029         connexion start to avoid spurious "POP SSL connexion failed" errors.
8030
8031 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8032
8033         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8034         read group names.
8035
8036 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8037
8038         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8039
8040 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8041
8042         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8043         (nnmail-save-active): Use a unibyte buffer when saving active file,
8044         which may contain non-ASCII group names.
8045
8046         * nnml.el (nnml-request-group): Decode group names in messages.
8047
8048 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8049
8050         * message.el (message-citation-line-function)
8051         (message-insert-formatted-citation-line): Fix spelling of
8052         `message-insert-formated-citation-line'.
8053
8054 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8055
8056         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8057
8058 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8059
8060         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8061         nnmail-pathname-coding-system.
8062
8063         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8064         that a user enters; decode group names in messages.
8065
8066         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8067
8068 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8069
8070         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8071
8072         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8073
8074         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8075         risky local variable.
8076
8077         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8078
8079 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8080
8081         * encrypt.el: Improve documentation to fix function name typo.
8082         Reported by Daiki Ueno <ueno@unixuser.org>.
8083
8084 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8085
8086         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8087         even if the point is not in the last page of an article.
8088         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8089         back to the previous page.
8090
8091 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8092
8093         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8094
8095 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8096
8097         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8098
8099 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8100
8101         * message.el (message-check-news-body-syntax):
8102         Avoid mm-string-as-multibyte.
8103         (message-hide-headers): Don't assume (point-min)==1.
8104
8105 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8106
8107         * message.el (message-remove-blank-cited-lines): Fix if remove is
8108         given.
8109         (message-bogus-address-regexp): New variable.
8110         (message-bogus-recipient-p): New function.
8111         (message-check-recipients): New command.
8112         (message-syntax-checks): Add `bogus-recipient'.
8113         (message-fix-before-sending): Add `bogus-recipient'.
8114
8115         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8116         (gnus-treat-body-boundary): Don't test window-system.
8117
8118 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8119
8120         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8121
8122 2007-10-28  Miles Bader  <miles@gnu.org>
8123
8124         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8125         at compile-time too.
8126
8127 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8128
8129         * gnus-msg.el (gnus-message-setup-hook):
8130         Add `message-remove-blank-cited-lines' to options.
8131
8132 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8133
8134         * message.el (message-remove-blank-cited-lines): New function.
8135         Suggested by Karl Plästerer.
8136
8137 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8138
8139         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8140         mapc.
8141
8142         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8143         (top-level): Use mapc to set functions to be traced for debugging.
8144
8145         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8146         called for effect with while loop.
8147
8148         * message.el (message-talkative-question): Replace mapcar called for
8149         effect with mapc.
8150
8151         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8152         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8153         called for effect with dolist.
8154
8155         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8156
8157         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8158         gnus-extra-headers and nnmail-extra-headers.
8159
8160         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8161         called for effect with dolist.
8162         (top-level): Use mapc to set functions to be traced for debugging.
8163
8164         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8165         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8166         dolist.
8167
8168         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8169         Replace mapcar called for effect with mapc.
8170         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8171         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8172         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8173         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8174
8175         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8176         remove-if that's a cl function.
8177
8178         * webmail.el (webmail-debug): Replace mapcar called for effect with
8179         dolist.
8180
8181         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8182         with mapc.
8183
8184 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8185
8186         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8187         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8188         with while loop.
8189
8190         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8191         functions from article-* functions.
8192         (gnus-multi-decode-header): Replace mapcar called for effect with
8193         dolist.
8194
8195         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8196         (gnus-bookmark-show-details): Replace mapcar called for effect with
8197         while loop.
8198
8199         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8200         called for effect with while loop.
8201
8202         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8203         with dolist.
8204
8205         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8206         Replace mapcar called for effect with dolist.
8207
8208         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8209
8210         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8211         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8212         Replace mapcar called for effect with dolist.
8213         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8214         mapc.
8215
8216         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8217         Replace mapcar called for effect with dolist.
8218         (gnus-topic-list): Replace mapcar called for effect with mapc.
8219
8220         * gnus.el: Use mapc instead of mapcar to add autoloads.
8221
8222 2007-10-23  Richard Stallman  <rms@gnu.org>
8223
8224         * gnus-group.el (gnus-group-highlight): Mark as risky.
8225
8226 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8227
8228         * gnus.el (gnus-server-to-method): Return method found first in
8229         gnus-newsrc-alist.
8230
8231         * gnus-art.el (gnus-article-highlight-signature)
8232         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8233         button overlay without the front stickiness.
8234
8235 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8236
8237         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8238         overview buffer needed a catch to receive its throw.
8239         (gnus-agent-flush-cache): Declare as interactive to make this function
8240         easier to use.
8241
8242 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8243
8244         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8245         `next-line'.
8246
8247 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8248
8249         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8250         exclude address matching message-dont-reply-to-names.
8251
8252 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8253
8254         * gnus-util.el (gnus-string<): New function.
8255
8256         * gnus-sum.el (gnus-article-sort-by-author)
8257         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8258
8259 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8260
8261         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8262         the frame-focus tag is set in gnus-buffer-configuration.
8263
8264 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8265
8266         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8267         the front stickiness.
8268
8269 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8270
8271         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8272         url pattern; remove duplicate one.
8273         (gnus-article-extend-url-button): New function.
8274         (gnus-article-add-buttons): Use it.
8275         (gnus-button-push): Use concatenated url that it makes.
8276
8277 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8278
8279         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8280
8281 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8282
8283         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8284         Don't hardcode point-min==1.
8285
8286 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8287
8288         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8289         Fix comment about "iso8859-1".
8290
8291 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8292
8293         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8294         ones returned from the verify-function.
8295
8296         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8297         Call mml2015-extract-cleartext-signature if extraction failed.
8298
8299 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8300
8301         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8302         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8303         failed.
8304
8305 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8306
8307         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8308
8309 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8310
8311         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8312         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8313         recommends to use EasyPG instead of PGG.
8314
8315         * pgg.el: Revert to revision 6.23.2.16.
8316
8317         * pgg-def.el: Revert to revision 6.6.2.14.
8318
8319         * pgg-gpg.el: Revert to revision 6.23.2.34.
8320
8321 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8322
8323         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8324         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8325         thread for both the null and zero (kill/expire thread) universal prefix
8326         cases.
8327         (gnus-summary-expire-thread): Add new function to expire a thread,
8328         using gnus-summary-kill-thread.
8329         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8330         shortcuts for gnus-summary-expire-thread.
8331         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8332         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8333
8334 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8335
8336         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8337         extras value, so an extras entry can be deleted.
8338         (gnus-registry-delete-extra-entry): Use it.
8339         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8340         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8341         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8342         storage through the gnus-registry, and provide an appropriate API for
8343         it.
8344
8345 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8346
8347         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8348         Suggested by Leo <sdl.web@gmail.com>.
8349
8350         * gnus.el: Do.
8351
8352 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8353
8354         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8355         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8356
8357         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8358
8359         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8360         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8361
8362 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8363
8364         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8365         newline.
8366         (nnmbox-request-accept-article): Don't change article in source buffer;
8367         narrow to header to use message-fetch-field rather than
8368         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8369         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8370         as delimiters; make sure article ends with newline.
8371         (nnmbox-delete-mail): Correct last position of article to be deleted;
8372         ignore X-Gnus-Newsgroup header in article body.
8373         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8374         positions; make sure article ends with newline.
8375
8376         * message.el (message-display-abbrev): Don't infloop when a user
8377         inserts SPC in the beginning of header.
8378
8379         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8380         coding-system-for-read and coding-system-for-write for XEmacs having no
8381         file-coding feature.
8382
8383         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8384
8385 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8386
8387         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8388         list of groups not followed by default.  Fix type to be regexp.
8389         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8390
8391 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8392
8393         * hmac-def.el (define-hmac-function): Switch from old-style to
8394         new-style backquotes.
8395
8396         * md4.el (md4-make-step): Likewise.
8397
8398 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8399
8400         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8401         raw-text coding system when saving .newsrc file, which may contain
8402         non-ASCII group names.
8403
8404 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8405
8406         * gnus-cus.el (gnus-score-extra): New widget.
8407         (gnus-score-extra-convert): New function.
8408         (gnus-score-customize): Use it for Extra.
8409
8410 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8411
8412         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8413         (mml2015-mailcrypt-clear-verify): Use it.
8414         (mml2015-gpg-clear-verify): Use it.
8415         (mml2015-pgg-clear-verify): Use it.
8416         (mml2015-epg-clear-verify): Replace the current part with the output
8417         from GnuPG; don't extract the plaintext by itself.
8418
8419         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8420         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8421         mml2015-clear-verify-function; don't touch the armor headers or
8422         dash-escaped text here.
8423
8424 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8425
8426         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8427         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8428         parts, or application/octet-stream as a last resort.
8429         (gnus-mime-view-part-as-type): Don't toggle display.
8430         (gnus-mime-view-part-as-charset): Don't turn off display before
8431         querying charset.
8432
8433         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8434         stuff to undisplayer function in Emacs.
8435         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8436
8437         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8438         text/calendar parts.
8439
8440 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8441
8442         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8443         decoding text/calendar parts.
8444
8445         * message.el (message-forward-make-body-mime): Always mark body as
8446         having no illegible text; remove signed-or-encrypted argument.
8447         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8448
8449         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8450         (mml-generate-mime-1): Don't encode body if it is specified to be in
8451         raw form; don't make buffer be unibyte when inserting multibyte string.
8452
8453 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8454
8455         * sha1.el: Fix up comment style.
8456         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8457         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8458
8459         * hex-util.el: Fix up comment style.
8460         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8461
8462         * gnus-salt.el: Use with-current-buffer.
8463         (gnus-pick-setup-message): Fix long-standing typo.
8464
8465 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8466
8467         * imap.el (imap-logout-timeout): New variable.
8468         (imap-logout, imap-logout-wait): New functions.
8469         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8470
8471         * nnimap.el (nnimap-logout-timeout): New server variable.
8472         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8473         nnimap-logout-timeout.
8474
8475         * gnus-art.el (gnus-article-summary-command-nosave)
8476         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8477
8478 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8479
8480         * gnus.el (gnus-maximum-newsgroup): New variable.
8481
8482         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8483         according to gnus-maximum-newsgroup.
8484
8485         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8486         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8487         Limit the range of articles according to gnus-maximum-newsgroup.
8488
8489 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8490
8491         * gnus-art.el (gnus-sticky-article): Fix problems described in
8492         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8493         Don't perform gnus-configure-windows here; reuse existing sticky
8494         article buffer.
8495
8496         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8497         it doesn't exist in gnus-article-mode.
8498
8499 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8500
8501         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8502         (gnus-agent-decoded-group-name): New function.
8503         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8504         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8505
8506 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8507
8508         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8509         Add binding for gnus-sticky-article.
8510         (gnus-summary-exit): Don't kill sticky article buffers.
8511
8512         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8513         article buffer.
8514         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8515         (gnus-kill-sticky-article-buffers): New commands.
8516
8517 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8518
8519         * nntp.el (nntp-xref-number-is-evil): New server variable.
8520         (nntp-find-group-and-number): If it is non-nil, don't trust article
8521         numbers in the Xref header.
8522
8523 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8524
8525         * gnus-agent.el (gnus-agent-read-group): New function.
8526         (gnus-agent-flush-group, gnus-agent-expire-group)
8527         (gnus-agent-regenerate-group): Use it.
8528         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8529         nnmail-pathname-coding-system.
8530
8531 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8532
8533         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8534
8535         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8536         that are unread as unread, and also as selected so that information of
8537         marks having been changed by a user may be updated when exiting group.
8538
8539 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8540
8541         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8542
8543 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8544
8545         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8546         calculated ignoring signature parts to gnus-treat-article.
8547
8548 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8549
8550         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8551         a point here in order to keep the window start.
8552         (gnus-insert-mime-security-button): Make a button overlay without the
8553         front stickiness.
8554         (gnus-mime-display-security): Goto the end of a button.
8555
8556         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8557
8558 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8559
8560         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8561         group-name-at-point.
8562         (gnus-group-completing-read): New function that offers decoded
8563         non-ASCII group names for completion.
8564         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8565         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8566         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8567         (gnus-group-fetch-control): Use it.
8568         (gnus-fetch-group): Use group-name-at-point for the initial value
8569         rather than the default value; use gnus-alive-p.
8570
8571         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8572         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8573         (gnus-summary-post-news): Use gnus-group-completing-read.
8574
8575         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8576         (gnus-read-move-group-name): Decode group name for completion.
8577
8578 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8579
8580         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8581         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8582         Yamaoka slightly modified the code).
8583
8584 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8585
8586         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8587         (nnmail-split-incoming): Bind it.
8588
8589         * nnml.el (nnml-group-name-charset): New function.
8590         (nnml-decoded-group-name): Use it; don't decode group name if
8591         nnmail-group-names-not-encoded-p is non-nil.
8592         (nnml-encoded-group-name): New function.
8593         (nnml-group-pathname): Inline nnml-decoded-group-name.
8594         (nnml-request-expire-articles): Decode group name in message.
8595         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8596         nnmail-pathname-coding-system.
8597         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8598         not decoded ones according to nnmail-group-names-not-encoded-p.
8599         (nnml-generate-active-info): Use nnml-encoded-group-name.
8600
8601 2007-08-08  Glenn Morris  <rgm@gnu.org>
8602
8603         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8604         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8605         doc-strings and comments.
8606
8607 2007-07-25  Glenn Morris  <rgm@gnu.org>
8608
8609         * Relicense all FSF files to GPLv3 or later.
8610
8611 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8612
8613         * gnus-sum.el (gnus-summary-move-article):
8614         Make gnus-summary-respool-article work.
8615
8616 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8617
8618         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8619         string.
8620
8621 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8622
8623         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8624         that should be ignored when comparing distant RSS articles with local
8625         ones.
8626         (nnrss-make-hash-index): New function.  Create a hash index according
8627         to the ignored fields.
8628         (nnrss-check-group): Use it.
8629
8630 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8631
8632         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8633
8634         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8635
8636         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8637         the new optional argument ENCODED is non-nil.
8638         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8639         coding system for encoding group name.
8640         (gnus-group-make-rss-group): Pass un-encoded group name to
8641         gnus-group-make-group.
8642         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8643         encoded.
8644
8645         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8646         Encode group name to which articles are moved or copied.
8647         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8648         coding system for encoding Newsgroup, Followup-To and Xref headers.
8649
8650         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8651         marks; use nnheader-file-coding-system to write a file.
8652         (nnagent-retrieve-headers): Bind file-name-coding-system to
8653         nnmail-pathname-coding-system.
8654
8655         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8656
8657         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8658         (nnml-request-article, nnml-request-create-group)
8659         (nnml-request-rename-group, nnml-find-id)
8660         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8661         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8662         (nnml-save-marks): Use nnml-group-pathname instead of
8663         nnmail-group-pathname.
8664
8665         (nnml-request-create-group, nnml-request-expire-articles)
8666         (nnml-request-move-article, nnml-request-delete-group)
8667         (nnml-deletable-article-p, nnml-possibly-create-directory)
8668         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8669         (nnml-open-marks): Bind file-name-coding-system to
8670         nnmail-pathname-coding-system.
8671
8672         (nnml-request-article): Pass server argument to nnml-find-group-number.
8673         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8674         Pass server argument to nnml-possibly-create-directory.
8675         (nnml-request-accept-article): Pass server argument to
8676         nnml-active-number and nnml-save-mail.
8677         (nnml-find-group-number): Pass server argument to nnml-find-id.
8678         (nnml-request-update-info): Pass server argument to
8679         nnml-marks-changed-p.
8680
8681         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8682         (nnml-save-mail, nnml-active-number): Add server argument.
8683
8684         (nnml-request-delete-group): Warn if group is missing.
8685         (nnml-get-nov-buffer): Decode group name.
8686         (nnml-generate-active-info): Encode group name.
8687         (nnml-open-marks): Decode group name in messages.
8688
8689 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8690
8691         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8692         if it is not specified.
8693         (gnus-article-pipe-part, gnus-article-save-part)
8694         (gnus-article-interactively-view-part, gnus-article-copy-part)
8695         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8696         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8697         (gnus-article-replace-part, gnus-article-delete-part)
8698         (gnus-article-view-part-as-type): Pass raw prefix argument to
8699         gnus-article-part-wrapper.
8700
8701 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8702
8703         * gnus-agent.el (gnus-agent-save-active):
8704         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8705
8706         * gnus-cache.el (gnus-cache-save-buffers)
8707         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8708         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8709         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8710         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8711         (gnus-cache-generate-active, gnus-cache-rename-group)
8712         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8713         (gnus-cache-update-overview-total-fetched-for):
8714         Bind file-name-coding-system to nnmail-pathname-coding-system.
8715         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8716         New variables.
8717         (gnus-cache-decoded-group-name): New function.
8718         (gnus-cache-file-name): Use it.
8719         (gnus-cache-generate-active): Use non-decoded group name for active.
8720
8721         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8722         right place.
8723         (gnus-write-active-file): Don't break non-ASCII group names.
8724
8725         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8726         nnmail-pathname-coding-system.
8727
8728         * lpath.el: Bind default-file-name-coding-system,
8729         file-name-coding-system and language-info-alist for XEmacs.
8730
8731         * gnus-uu.el (gnus-uu-decode-save): Typo.
8732
8733 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8734
8735         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8736
8737 2007-07-14  David Kastrup  <dak@gnu.org>
8738
8739         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8740         finishing actions if we did not edit the article.
8741
8742 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8743
8744         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8745         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8746         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8747         (gnus-agent-flush-group, gnus-agent-flush-cache)
8748         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8749         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8750         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8751         (gnus-agent-regenerate-group)
8752         (gnus-agent-update-files-total-fetched-for)
8753         (gnus-agent-update-view-total-fetched-for):
8754         Bind file-name-coding-system to nnmail-pathname-coding-system.
8755         (gnus-agent-group-pathname): Don't encode file names by
8756         nnmail-pathname-coding-system.
8757         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8758         coding-system-for-write instead of buffer-file-coding-system to
8759         gnus-agent-file-coding-system.
8760
8761         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8762         Decode group name.
8763
8764         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8765
8766         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8767         (gnus-read-newsrc-el-file): Make group names unibyte.
8768
8769         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8770         nnmail-pathname-coding-system.
8771
8772         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8773         (nnrss-request-delete-group): Bind file-name-coding-system to
8774         nnmail-pathname-coding-system.
8775         (nnrss-read-server-data, nnrss-read-group-data):
8776         Bind file-name-coding-system correctly.
8777         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8778
8779         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8780         (nntp-server-to-method-cache): New variable.
8781         (nntp-group-pathname): New function that decodes non-ASCII group names.
8782         (nntp-possibly-create-directory, nntp-marks-changed-p)
8783         (nntp-save-marks, nntp-open-marks): Use it.
8784         (nntp-possibly-create-directory, nntp-open-marks):
8785         Bind file-name-coding-system to nnmail-pathname-coding-system.
8786         (nntp-open-marks): Decode group names when bootstrapping marks.
8787
8788         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8789         Newsgroups and Folowup-To headers.
8790
8791 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8792
8793         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8794         (gnus-server-closed-face, gnus-server-denied-face)
8795         (gnus-server-offline-face): Remove variable.
8796         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8797
8798         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8799         of modifying message-stack directly for XEmacs.
8800
8801         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8802         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8803         if the coding-system argument is nil for XEmacs.
8804
8805         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8806         mm-charset-override-alist.
8807
8808         * rfc2047.el: Don't require base64; require rfc2045 for the function
8809         rfc2045-encode-string.
8810         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8811         to quote the parameter value.
8812
8813 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8814
8815         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8816         form in gnus-group-name-charset-method-alist.
8817
8818         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8819         overrides the default layout edit-form.
8820
8821         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8822
8823         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8824
8825 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8826
8827         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8828         as unfetched articles.
8829
8830 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8831
8832         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8833
8834 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8835
8836         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8837         original back end that keeps marks in the local system.
8838
8839 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8840
8841         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8842         arg of pop-to-buffer for XEmacs.
8843         (gnus-article-read-summary-keys): Ditto; don't restore window
8844         configuration if summary command ends up with neither article buffer
8845         nor summary buffer; describe bindings if summary keys end with C-h.
8846
8847 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8848
8849         * message.el (message-fix-before-sending): Skip raw message part to be
8850         forwarded while checking illegible text.
8851         (message-forward-make-body-mime, message-forward-make-body):
8852         Mark signed or encrypted raw message as having no illegible text.
8853
8854 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8855
8856         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8857         (gnus-message-with-timestamp-1): New macro.
8858         (gnus-message-with-timestamp): New function.
8859         (gnus-message): Use them.
8860
8861         * nnheader.el (nnheader-message): Use them.
8862
8863 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8864
8865         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8866         .newsrc.eld file.
8867
8868 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8869
8870         * gnus-agent.el (gnus-agent-fetch-headers)
8871         (gnus-agent-retrieve-headers):
8872         Bind gnus-decode-encoded-address-function to identity.
8873
8874         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8875         available also when the server returns simply a dot.
8876
8877         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8878
8879 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8880
8881         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8882
8883 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8884
8885         * gnus-ems.el (gnus-x-splash): Make it work.
8886
8887         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8888         from being used.
8889
8890         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8891
8892 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8893
8894         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8895         4th and the 5th arguments.
8896
8897         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8898         the front stickiness.
8899         (gnus-article-summary-command-nosave): Correct the order of the
8900         arguments passed to pop-to-buffer.
8901         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8902         summary command ends up with the article buffer.
8903
8904         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8905         the same faces.
8906
8907 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8908
8909         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8910
8911 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8912
8913         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8914         * gnus-sum.el (gnus-summary-highlight):
8915         * pgg.el (pgg-sign-region, pgg-sign):
8916         * mail-source.el (mail-source-delete-old-incoming-confirm):
8917         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8918
8919 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8920
8921         * gnus-art.el (gnus-mime-view-part-externally)
8922         (gnus-mime-view-part-internally): Fix predicate function passed to
8923         completing-read.
8924
8925         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8926
8927         * gnus.el (gnus-update-message-archive-method): Add :version.
8928
8929 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8930
8931         * gnus.el (gnus-update-message-archive-method): New variable.
8932
8933         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8934         according to gnus-message-archive-method if
8935         gnus-update-message-archive-method is non-nil.
8936
8937 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8938
8939         * gnus-sum.el (gnus-summary-limit-to-address): New function.
8940         Suggested by Loic Dachary <loic@dachary.org>.
8941         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8942
8943 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8944
8945         * message.el (message-pop-to-buffer): Add switch-function argument.
8946         (message-mail): Pass switch-function argument to it.
8947
8948 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8949
8950         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8951         Improve doc string.
8952
8953 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8954
8955         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8956         (gnus-header-content)
8957         * gnus-cite.el (gnus-cite-10)
8958         * gnus-srvr.el (gnus-server-closed)
8959         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8960         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8961         (gnus-group-mail-3-empty, gnus-group-mail-low)
8962         (gnus-group-mail-low-empty, gnus-splash)
8963         * message.el (message-header-to, message-header-cc)
8964         (message-header-subject, message-header-other, message-header-name)
8965         (message-header-xheader, message-separator, message-cited-text)
8966         (message-mml): Lighten colors of faces used for dark background.
8967
8968 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8969
8970         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8971         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8972
8973 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8974
8975         * message.el (message-narrow-to-headers-or-head):
8976         Ignore mail-header-separator in the body.
8977
8978 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8979
8980         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8981         same as window size.
8982
8983 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8984
8985         * message.el (message-font-lock-keywords): Use message-header-xheader
8986         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8987         ahead of the anything pattern, to get it recognised.
8988
8989 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8990
8991         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8992         spam.el loads uses it in the compiled defadvice form.
8993
8994 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8995
8996         * gnus-sum.el (gnus-articles-to-read)
8997         (gnus-summary-insert-old-articles): Don't truncate group name for
8998         `read-string'.
8999
9000         * gnus-util.el (gnus-limit-string): Delete this function.
9001
9002         * gnus-sum.el (gnus-simplify-subject-fully):
9003         Use `truncate-string-to-width' instead.
9004
9005 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9006
9007         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9008         Tell if, on summary exit, the next group has to be selected.
9009         (gnus-summary-exit): Use it.
9010
9011 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9012
9013         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9014         non-break space.
9015
9016 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9017
9018         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9019         Check if group is not a directory.
9020         (nnfolder-request-expire-articles): Don't delete articles if the target
9021         group is not available.
9022
9023         * nnml.el (nnml-request-create-group): Properly check if group is not a
9024         file.
9025         (nnml-request-expire-articles): Don't delete articles if the target
9026         group is not available.
9027
9028         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9029         Don't quote characters that are within parentheses.
9030
9031 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9032
9033         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9034         (gnus-handle-ephemeral-exit): Select article according to it.
9035
9036 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9037
9038         * message.el (message-insert-formated-citation-line): Remove newline.
9039         (message-citation-line-format): Add final \n here so that the user can
9040         avoid a blank line.
9041
9042 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9043
9044         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9045         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9046         Update lanl/arXiv support.
9047
9048 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9049
9050         * gnus.el: Bump version number.
9051
9052 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9053
9054         * gnus.el (gnus-version-number): Bump version.
9055
9056 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9057
9058         * gnus.el: No Gnus v0.6 is released.
9059
9060 2007-04-27  Didier Verna  <didier@xemacs.org>
9061
9062         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9063         * gmm-utils.el (gmm-regexp-concat): ... here.
9064         * message.el: Don't require 'gnus-util.
9065         (message-dont-reply-to-names): Handle name change above.
9066         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9067
9068 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9069
9070         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9071         since the initial value varies according to the system.
9072
9073 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9074
9075         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9076
9077 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9078
9079         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9080
9081 2007-04-24  Didier Verna  <didier@xemacs.org>
9082
9083         Improve the type of gnus-ignored-from-addresses.
9084         * gnus-util.el (gnus-orify-regexp): New function.
9085         * message.el (gnus-util): Require it.
9086         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9087         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9088         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9089
9090 2007-04-24  Didier Verna  <didier@xemacs.org>
9091
9092         * gnus-sum.el:
9093         * gnus-utils.el: Fix some trailing whitespaces.
9094
9095 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9096
9097         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9098         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9099         article's Message-ID; refer parent article in summary buffer.
9100
9101         * message.el (message-bounce): Call mime-to-mml.
9102
9103         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9104         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9105         optimize and/or forms properly.
9106
9107 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9108
9109         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9110         URL.
9111
9112 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9113
9114         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9115
9116 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9117
9118         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9119         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9120         displayed of multipart/alternative part if it is invoked from summary
9121         buffer.
9122
9123         * mm-view.el (mm-inline-text-html-render-with-w3m)
9124         (mm-inline-text-html-render-with-w3m-standalone)
9125         (mm-inline-render-with-function): Use mail-parse-charset by default.
9126
9127 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9128
9129         * parse-time.el (parse-time-string-chars): Check if CHAR
9130         is less than the length of parse-time-syntax.
9131
9132 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9133
9134         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9135         from gnus-newsgroup-processable.
9136
9137 2007-04-16  Didier Verna  <didier@xemacs.org>
9138
9139         * gnus-msg.el (gnus-configure-posting-styles):
9140         Handle message-signature-directory properly with :file syntax.
9141         Reported by "Leo".
9142
9143 2007-04-11  Didier Verna  <didier@xemacs.org>
9144
9145         New user option: message-signature-directory.
9146         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9147         * message.el (message-insert-signature): Ditto.
9148         * message.el (message-signature-file): Doc update.
9149         * message.el (message-signature-directory): New.
9150
9151 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9152
9153         * gnus-msg.el (gnus-inews-yank-articles):
9154         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9155
9156 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9157
9158         * message.el (message-yank-original): Make sure cited text ends with
9159         newline; don't exchange point and mark.
9160
9161 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9162
9163         * tls.el (open-tls-stream): Properly handle case where there
9164         is no associated buffer.
9165
9166 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9167
9168         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9169         message-yank-original, make sure (< mark TEXT point).
9170
9171 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9172
9173         * message.el (message-fill-column): New variable.
9174         (message-mode): Use it.  Add comment on a possible new hook.
9175
9176         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9177         (nnmail-get-new-mail): Reformat.
9178
9179         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9180
9181         * gmm-utils.el: Fix Commentary.
9182         (gmm-tool-bar-from-list): Fix typo in doc string.
9183
9184 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9185
9186         * message.el (message-yank-original): Don't switch point and mark
9187         unnecessarily to put point and mark as documented.
9188
9189 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9190
9191         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9192         from the message heads.
9193
9194 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9195
9196         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9197         article buffer does not have a window.  This may not be the best
9198         solution but is certainly better than setting the start of the null,
9199         that is the current, window.
9200
9201 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9202
9203         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9204         (gnus-draft-setup): Run it.
9205
9206         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9207         gnus-score-fast-scoring.  Allow regexp.
9208         (gnus-score-headers): Use it.
9209
9210         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9211         XEmacs.
9212
9213         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9214         string.
9215         (gnus-button-alist): Also catch `<f1> k ...'.
9216         (gnus-treat-display-x-face): Fix doc string.
9217
9218 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9219
9220         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9221         evaluation of gnus-extended-version to ensure correct generation of the
9222         User-Agent header when message-generate-headers-first is used.
9223
9224 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9225
9226         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9227         hashcash-path is nil.  Don't call callback with incorrect number of
9228         parameters if val is 0.
9229
9230 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9231
9232         * message.el (message-required-news-headers):
9233         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9234
9235 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9236
9237         * tls.el (open-tls-stream): In handshake-waiting loop,
9238         don't wait more if there is output available to process.
9239
9240 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9241
9242         * tls.el (tls-program): Doc fix.
9243
9244 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9245
9246         * message.el (message-generate-new-buffers): Change the meaning of the
9247         nil value; add `standard' to the choices; treat t as `unique'; improve
9248         doc string.
9249         (gnus-select-frame-set-input-focus): Autoload.
9250         (message-buffer-name): Search for the existing message buffer if
9251         message-generate-new-buffers is nil or `standard'; treat the value t of
9252         message-generate-new-buffers as `unique'.
9253         (message-pop-to-buffer): Raise the frame already displaying the message
9254         buffer; clear the echo area after querying.
9255         (message-setup): Pass the `continue' argument to compose-mail.
9256         (message-mail): Prefer `switch-function' if it is given; search for the
9257         existing message buffer if the `continue' argument is non-nil; pass
9258         continue and switch-function arguments to compose-mail by way of
9259         message-setup.
9260         (message-mail-other-window): Adjust argument of message-setup.
9261         (message-mail-other-frame): Ditto.
9262
9263 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9264
9265         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9266         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9267         to turn font-lock on when turning gnus-message-citation-mode on.
9268
9269 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9270
9271         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9272         (mml-smime-function-alist): New variable; add epg as the backend.
9273         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9274         mml-smime- functions instead.
9275         * mm-view.el: Require smime.
9276
9277 2007-03-05  Didier Verna  <didier@xemacs.org>
9278
9279         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9280         instead of just inheritance for posting styles.
9281         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9282
9283 2007-02-24  Chris Moore  <dooglus@gmail.com>
9284
9285         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9286         * pgg-pgp.el (pgg-pgp-encrypt-region):
9287         * pgg-gpg.el (pgg-gpg-encrypt-region):
9288         Check pgg-encrypt-for-me if no other recipients.
9289
9290 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9291
9292         * tls.el (tls-certtool-program): Fix custom type.
9293
9294 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9295
9296         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9297         and point-at-eol instead of line-(beginning|end)-position.
9298
9299         * assistant.el (assistant-parse-buffer): Ditto.
9300
9301         * netrc.el (netrc-parse-services): Ditto.
9302
9303 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9304
9305         * mml2015.el (mml2015-epg-find-usable-key): New function.
9306         (mml2015-epg-sign): Use it.
9307         (mml2015-epg-encrypt): Use it.
9308
9309 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9310
9311         * message.el (message-make-in-reply-to): Quote name containing
9312         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9313         if there are special characters.  Reported by NAKAJI Hiroyuki
9314         <nakaji@jp.freebsd.org>.
9315
9316 2007-02-27  Didier Verna  <didier@xemacs.org>
9317
9318         Include the group parameters as well as the topic ones in the
9319         inheritance filter process.
9320         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9321         argument GROUP-PARAMS-LIST.
9322         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9323
9324 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9325
9326         * nntp.el (nntp-never-echoes-commands)
9327         (nntp-open-connection-functions-never-echo-commands): New variables.
9328         (nntp-send-command): Use them.
9329
9330 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9331
9332         * mml2015.el (mml2015-epg-verify): Simplify.
9333
9334 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9335
9336         * mml.el (mml-content-disposition-alist): New user option.
9337         (mml-content-disposition): New function.
9338         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9339         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9340
9341 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9342
9343         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9344         verification.
9345
9346 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9347
9348         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9349         articles posted in the last 24 hours.
9350
9351 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9352
9353         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9354
9355 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9356
9357         * nntp.el (nntp-send-command): Don't wait for echoes when
9358         nntp-open-ssl-stream is used.
9359
9360 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9361
9362         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9363         (gnus-message-add-citation-keywords)
9364         (gnus-message-remove-citation-keywords): Remove.
9365         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9366         directly, make the variables in font-lock-defaults buffer-local, add
9367         gnus-message-citation-keywords to them and then update the value of
9368         font-lock-keywords.
9369
9370 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9371
9372         * message.el (message-cite-original-1): Don't call
9373         gnus-article-highlight-citation.
9374
9375         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9376         citations; fix line count.
9377
9378 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9379
9380         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9381         (gnus-message-add-citation-keywords)
9382         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9383         versions of font-lock-add-keywords and font-lock-remove-keywords to
9384         work with XEmacs correctly.
9385
9386 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9387
9388         * gnus-cite.el (gnus-cite-face-list): Set the values of
9389         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9390         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9391         (gnus-message-cite-prefix-regexp): New variable.
9392         (gnus-message-search-citation-line): Use it; protect against long
9393         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9394         the 0th match data for Emacs.
9395         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9396         (gnus-message-add-citation-keywords): Append keywords rather than
9397         prepending; emulate font-lock-add-keywords if it is not available.
9398         (gnus-message-remove-citation-keywords):
9399         Emulate font-lock-remove-keywords if it is not available.
9400
9401         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9402
9403         * message.el (message-cite-prefix-regexp): Set the value of
9404         gnus-message-cite-prefix-regexp.
9405
9406 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9407
9408         * nnweb.el (nnweb-google-parse-1): Update parser.
9409
9410 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9411
9412         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9413
9414 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9415
9416         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9417         regexp.
9418
9419 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9420
9421         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9422         string-to-multibyte.
9423         (uudecode-decode-region-internal): Use it.
9424
9425         * lpath.el: Fbind string-as-multibyte for XEmacs.
9426
9427 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9428
9429         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9430         Fix custom choice.
9431
9432         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9433
9434 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9435
9436         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9437
9438         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9439         `write-region' to respect `mm-inhibit-file-name-handlers'.
9440
9441 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9442
9443         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9444         Use gnus-home-directory instead of "~/" or "$HOME".
9445
9446 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9447
9448         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9449         to mention filename.
9450         Add comments at beginning regarding usage.
9451         (encrypt-write-file-contents): Change interactive so a string is
9452         acceptable.  If the file has no associated model, show an error instead
9453         of a nonsense prompt.
9454
9455 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9456
9457         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9458         Thanks to Yoshihiko Yamada for kind notification of this typo.
9459
9460 2007-01-12  Kenichi Handa  <handa@m17n.org>
9461
9462         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9463         multibyte buffer.
9464
9465 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9466
9467         * gnus-score.el (gnus-score-fast-scoring): New variable.
9468         (gnus-score-headers): Use it.
9469
9470         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9471
9472         * message.el (message-cite-original-1):
9473         Call gnus-article-highlight-citation if requested.
9474         (message-make-from): Allow name and address as optional arguments.
9475
9476         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9477
9478         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9479         bugs to doc string.
9480         (gnus-button-alist): Add mid\\|message-id.
9481         (gnus-button-fetch-group): Extend for use in
9482         `browse-url-browser-function'.
9483         (gnus-button-url-regexp): Try to catch paired parentheses like in
9484         Wikipedia URLs.
9485
9486         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9487         Suggested by Simon Krahnke <overlord@gmx.li>.
9488
9489 2007-01-13  Romain Francoise  <romain@orebokech.com>
9490
9491         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9492         Update copyright.
9493
9494 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9495
9496         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9497
9498 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9499
9500         * gnus-registry.el (gnus-registry-unfollowed-groups)
9501         (gnus-registry-split-fancy-with-parent): Fix documentation.
9502
9503 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9504
9505         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9506         from nnweb groups.
9507
9508 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9509
9510         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9511         Xref urls.  Erase buffer before requesting head.
9512
9513         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9514
9515 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9516
9517         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9518         customizable.
9519
9520 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9521
9522         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9523         no signing key is found.
9524         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9525         no encrypting and/or signing key is found.
9526
9527 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9528
9529         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9530
9531 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9532
9533         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9534         headers read from disk with the ones newly found in the current search.
9535         This should no longer cause problems, because the article numbers in
9536         Gmane's `nov.php' output are ignored since the previous change.
9537
9538 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9539
9540         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9541
9542 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9543
9544         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9545         replace-regexp-in-string; bind url-version; fbind display-images-p and
9546         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9547         find-face and set-itimer-function for Emacs; bind itimer-list for
9548         Emacs.
9549
9550         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9551
9552 2007-01-01  Romain Francoise  <romain@orebokech.com>
9553
9554         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9555
9556 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9557
9558         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9559         `define-minor-mode' macro definition expanded properly.
9560         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9561         exclude it there.
9562
9563         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9564         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9565         `fboundp' test.
9566         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9567         This is OK to autoload in (S)XEmacs now.
9568
9569 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9570
9571         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9572         keystroke.
9573         (gnus-summary-limit-to-singletons): Fix typo.
9574
9575         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9576         else fails.
9577
9578 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9579
9580         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9581         docstring.
9582
9583         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9584         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9585         (gnus-summary-insert-dormant-articles): Fix typo in message.
9586
9587 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9588
9589         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9590         nil for XEmacs.
9591         (gnus-message-citation-mode): Don't autoload in XEmacs.
9592
9593         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9594
9595 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9596
9597         * nnimap.el (nnimap-expunge-search-string):
9598         Mention nnimap-search-uids-not-since-is-evil in docstring.
9599
9600 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9601
9602         * spam.el: Revert to make-obsolete-variable because
9603         define-obsolete-variable-alias is not supported in Emacs 21.
9604
9605         * spam.el (spam-ifile-path, spam-ifile-database-path)
9606         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9607         make-obsolete-variable.
9608         (spam-bsfilter-path, spam-bsfilter-program)
9609         (spam-spamassassin-path, spam-spamassassin-program)
9610         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9611         Don't use "path" inappropriately.
9612         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9613         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9614         variable names.
9615
9616 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9617
9618         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9619         summary buffer.
9620
9621         * password.el (password-cache-remove): Use clear-string to burn
9622         password, if available.
9623
9624 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9625
9626         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9627
9628         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9629
9630         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9631         (gnus-message-highlight-citation): Move defcustom here from
9632         gnus-cite.el.
9633         (gnus-message-citation-mode): Autoload.
9634
9635         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9636         checks to make it compile with XEmacs.
9637         (gnus-message-citation-mode): New minor mode.
9638         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9639         (gnus-message-highlight-citation): New variables.
9640         (gnus-message-search-citation-line)
9641         (gnus-message-add-citation-keywords)
9642         (gnus-message-remove-citation-keywords)
9643         (turn-on-gnus-message-citation-mode)
9644         (turn-off-gnus-message-citation-mode): New functions.
9645
9646 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9647
9648         * gnus-cite.el: Enable highlighting of different citation levels in
9649         message-mode.
9650
9651 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9652
9653         * message.el (message-make-fqdn): Fix comment.
9654         (message-bogus-system-names): Add ".local".
9655
9656         * spam.el (spam-ifile-path, spam-ifile-program)
9657         (spam-ifile-database-path, spam-ifile-database)
9658         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9659         Don't use "path" inappropriately.
9660         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9661         strings.
9662         (spam-check-ifile, spam-ifile-register-with-ifile)
9663         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9664         Use new variable names.
9665
9666         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9667         (gnus-treat-display-smileys): Simplify using
9668         gnus-image-type-available-p.
9669
9670         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9671         available.
9672
9673         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9674         Use `display-images-p' if available.
9675
9676 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9677
9678         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9679         one after turning on the buffer's multibyteness instead of decoding
9680         them directly in the unibyte buffer that causes unexpected conversion
9681         in Emacs 23 (unicode).
9682
9683 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9684
9685         * message.el (message-generate-hashcash): Fix custom type.
9686
9687 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9688
9689         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9690
9691 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9692
9693         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9694         disconnect icons.  Add help text.
9695
9696 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9697
9698         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9699         negated to be consistent with the others we handle.
9700
9701 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9702
9703         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9704         version of gnus-summary-buffer to something, so that we can use two
9705         article buffers at the same time.
9706
9707 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9708
9709         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9710         trigger all the extra headers.
9711         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9712         sorting.
9713
9714 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9715
9716         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9717         solid groups.
9718
9719 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9720
9721         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9722
9723 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9724
9725         * legacy-gnus-agent.el: Add Copyright notice.
9726
9727 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9728
9729         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9730
9731 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9732
9733         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9734
9735         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9736         to make it work reliably in CVS Emacs.
9737         (gnus-summary-limit-strange-charsets-predicate)
9738         (gnus-summary-limit-to-predicate): New functions.
9739
9740 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9741
9742         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9743         specifying array size.
9744         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9745         array if it is too small.
9746         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9747         (gnus-sort-threads-loop): New function.
9748
9749 2006-12-06  Chris Moore  <dooglus@gmail.com>
9750
9751         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9752         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9753
9754 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9755
9756         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9757         options.
9758
9759 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9760
9761         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9762         DOS-ing the recipient.
9763
9764         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9765         the headers when creating the mapping to avoid mismappings.
9766         (nnweb-gmane-create-mapping): Always nix out old mapping.
9767
9768 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9769
9770         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9771         and mm-verify-option to never.
9772
9773 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9774
9775         * message.el (message-signed-or-encrypted-p): New function.
9776         (message-forward-make-body): Use it.
9777
9778         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9779         Replace encode-coding-string with mm-encode-coding-string.
9780
9781 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9782
9783         * nneething.el (nneething-decode-file-name):
9784         Replace decode-coding-string with mm-decode-coding-string.
9785
9786         * gnus-int.el (gnus-open-server): Say failed server's name.
9787
9788 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9789
9790         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9791         strings to a single string.  Quote `errors-file-name'.
9792         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9793         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9794         Adjust calls.  Use `shell-quote-argument'.
9795
9796 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9797
9798         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9799         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9800
9801         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9802         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9803         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9804         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9805         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9806         (gnus-subscribe-newsgroup, gnus-1):
9807         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9808         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9809         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9810         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9811
9812 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9813
9814         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9815         keystroke.
9816         (gnus-summary-limit-to-bodies): Implement headersp.
9817
9818 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9819
9820         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9821
9822 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9823
9824         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9825
9826 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9827
9828         * message.el (message-generate-hashcash): Expand range of values to
9829         include `opportunistic'.
9830         (message-send-mail): Use it.
9831
9832 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9833
9834         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9835         and comment it.
9836
9837         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9838
9839 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9840
9841         * gnus-util.el (gnus-extract-address-components): Improve comment.
9842
9843 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9844
9845         * gnus-util.el (gnus-extract-address-components): Work with address in
9846         which the name portion contains @.
9847
9848         * lpath.el: Fbind custom-autoload.
9849
9850 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9851
9852         * gnus.el (gnus-start): Move custom group up.
9853         (gnus-select-method): Don't autoload, but make it available for
9854         `customize-variable'.
9855         (gnus-getenv-nntpserver): Don't autoload.
9856
9857 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9858
9859         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9860
9861 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9862
9863         * message.el (message-sendmail-extra-arguments): New variable.
9864         (message-send-mail-with-sendmail): Use it.
9865
9866 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9867
9868         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9869         mm-with-unibyte-current-buffer to make string unibyte.
9870
9871         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9872         mm-string-as-multibyte.
9873
9874 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9875
9876         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9877         Reported by Werner Koch <wk@gnupg.org>.
9878
9879 2006-11-14  Daiki Ueno  <ueno@p360>
9880
9881         * mml2015.el: Autoload epa-select-keys when compiling.
9882
9883 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9884
9885         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9886         message-options.
9887         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9888
9889 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9890
9891         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9892         EasyPG (< 0.0.6).
9893         (mml2015-always-trust): New user option.
9894         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9895         prompt.
9896
9897 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9898
9899         * nntp.el (nntp-authinfo-force): New variable.
9900         (nntp-send-authinfo): Use it.
9901
9902 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9903
9904         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9905         decode encoded words.  Improve prompt.  Add comment about forwarding.
9906         (message-replacement-char): Move up.
9907
9908 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9909
9910         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9911         instead of gnus-intersection because arguments of gnus-sorted-nunion
9912         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9913
9914 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9915
9916         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9917         (message-simplify-subject-functions):
9918         Enable message-strip-subject-encoded-words by default.
9919
9920 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9921
9922         * message.el (message-strip-subject-encoded-words): New function.
9923         (message-simplify-subject-functions): New variable.
9924         (message-simplify-subject): Use it.  Fix typo in doc string.
9925         Support message-strip-subject-encoded-words.
9926
9927 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9928
9929         * gnus-diary.el (gnus-diary-delay-format-function):
9930         * nndiary.el (nndiary-reminders):
9931         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9932
9933 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9934
9935         * gnus-art.el (article-hide-boring-headers): Fetch date from
9936         gnus-original-article-buffer to avoid problems with localized date
9937         strings.
9938
9939 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9940
9941         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9942
9943 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9944
9945         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9946         New variables.
9947         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9948         (mm-charset-synonym-alist): Move some entries to
9949         mm-codepage-iso-8859-list.
9950         (mm-charset-synonym-alist, mm-charset-override-alist):
9951         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9952
9953 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9954
9955         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9956
9957 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9958
9959         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9960         with Emacs 21 and XEmacs.
9961
9962 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9963
9964         * spam.el (spam-parse-address): New function for better parsing,
9965         catching errors, etc.
9966         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9967
9968 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9969
9970         * mm-view.el: Add interactive arg to html2text autoload.
9971
9972 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9973
9974         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9975
9976 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9977
9978         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9979         New variables.
9980         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9981         (mm-charset-synonym-alist): Move some entries to
9982         mm-codepage-iso-8859-list.
9983
9984         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9985
9986 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9987
9988         * message.el (message-citation-line-format)
9989         (message-insert-formated-citation-line): Fix implementation of %E, %N
9990         and %n according to the doc string.
9991
9992 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9993
9994         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9995         Use car-safe to avoid bad parses.
9996
9997 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9998
9999         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10000         names.
10001
10002         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10003
10004 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10005
10006         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10007         header.
10008
10009         * message.el (message-draft-headers): Add Date.
10010         (message-headers-to-generate): Fix typo in docstring.
10011
10012         * nndraft.el (nndraft-required-headers): New variable.
10013         (nndraft-generate-headers): Use it.
10014
10015         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10016
10017 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10018
10019         * gnus-registry.el (gnus-registry-wash-for-keywords)
10020         (gnus-registry-find-keywords): New functions to allow easy searching of
10021         articles that are in the registry.
10022
10023 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10024
10025         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10026         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10027         Reported by Damien Elmes <damien@repose.cx>.
10028
10029 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10030
10031         * gnus.el (gnus-mime): Remove unused custom group.
10032
10033 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10034
10035         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10036         "blank line" when searching for end of armor headers.
10037
10038 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10039
10040         * gmm-utils.el (gmm-write-region): Fix variable name.
10041
10042 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10043
10044         * gmm-utils.el (gmm-write-region): New function based on compatibility
10045         code from `mm-make-temp-file'.
10046
10047         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10048
10049         * nnmaildir.el (nnmaildir--update-nov)
10050         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10051         Use `gmm-write-region'.
10052
10053 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10054
10055         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10056         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10057
10058         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10059
10060         * message.el (message-replacement-char): New variable.
10061         (message-fix-before-sending): Use it.
10062         (message-simplify-subject): New function to remove duplicate code.
10063         (message-reply, message-followup): Use it.
10064
10065         * gnus-sum.el (gnus-summary-make-menu-bar):
10066         Clarify gnus-summary-limit-to-articles.
10067
10068 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10069
10070         * gnus-util.el (gnus-with-local-quit): New macro.
10071
10072         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10073
10074 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10075
10076         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10077         ignore non-string data.
10078
10079 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10080
10081         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10082         non-string data (needs to be done in the registry too).
10083
10084 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10085
10086         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10087         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10088         (gnus-registry-split-fancy-with-parent)
10089         (gnus-registry-fetch-simplified-message-subject-fast)
10090         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10091         Remove text properties on ingress into the registry and when it's saved.
10092         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10093         registry from entries with no groups.
10094
10095 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10096
10097         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10098         function to remove string properties.
10099
10100 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10101
10102         * gmm-utils.el (gmm): Adjust custom version.
10103
10104         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10105         Adjust custom version.
10106
10107         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10108
10109 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10110
10111         * gnus-art.el (gnus-insert-prev-page-button)
10112         (gnus-insert-next-page-button): Simplify.  Reformat.
10113
10114 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10115
10116         * gnus-art.el (gnus-insert-prev-page-button)
10117         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10118
10119 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10120
10121         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10122
10123 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10124
10125         * gnus-art.el (gnus-insert-mime-button)
10126         (gnus-insert-mime-security-button):
10127         Apply gnus-article-button-face to MIME and security buttons.
10128
10129 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10130
10131         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10132         readable.
10133
10134 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10135
10136         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10137
10138 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10139
10140         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10141         `browse-url-of-file' instead of `browse-url'.
10142
10143 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10144
10145         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10146         regexp.  Articles containing quotation were cut prematurely.
10147
10148 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10149
10150         * message.el (message-cite-original-1): Use nobody by default for the
10151         value of From header.
10152         (message-reply): Ditto.
10153
10154 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10155
10156         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10157         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10158         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10159
10160 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10161
10162         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10163         mails in the doc string.  Add some URLs in comment.
10164         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10165
10166 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10167
10168         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10169         backslashes handling and the way to find boundaries of quoted strings.
10170
10171 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10172
10173         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10174         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10175         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10176         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10177
10178 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10179
10180         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10181         doc string.
10182         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10183
10184 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10185
10186         * lpath.el: Fbind epg-check-configuration.
10187
10188 2006-09-06  Simon Josefsson  <jas@extundo.com>
10189
10190         * mml2015.el (mml2015-use): Doc fix, mention epg.
10191
10192 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10193
10194         * mml2015.el (mml2015-use): Default to epg, if available.
10195
10196 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10197
10198         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10199         message-sender.
10200         (mml1991-epg-encrypt): Ditto.
10201         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10202         message-sender.
10203         (mml2015-epg-encrypt): Ditto.
10204
10205 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10206
10207         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10208         several common directories.
10209
10210 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10211
10212         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10213         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10214
10215 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10216
10217         * gnus-art.el (article-decode-encoded-words): Make it fast.
10218
10219 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10220
10221         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10222
10223         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10224         in quoted string into `\'.
10225
10226 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10227
10228         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10229         Use standard-syntax-table.
10230
10231 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10232
10233         * gnus-art.el (gnus-decode-address-function): New variable.
10234         (article-decode-encoded-words): Use it to decode headers which are
10235         assumed to contain addresses.
10236         (gnus-mime-delete-part): Remove useless `or'.
10237
10238         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10239         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10240         (gnus-nov-parse-line): Use it to decode From header.
10241         (gnus-get-newsgroup-headers): Ditto.
10242         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10243
10244         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10245         (mail-decode-encoded-address-string): New alias.
10246
10247         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10248         New function.
10249         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10250         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10251         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10252         (rfc2047-decode-string): Ditto.
10253         (rfc2047-decode-address-region): New function.
10254         (rfc2047-decode-address-string): New function.
10255
10256 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10257
10258         * message.el (message-caesar-buffer-body): Allow rotating headers.
10259
10260         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10261
10262         * message.el (message-insert-formated-citation-line): Fix %f.
10263         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10264
10265 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10266
10267         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10268         (gnus-bookmark-mouse-available-p): New macro.
10269         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10270         (gnus-bookmark-bmenu-show-infos): Use it.
10271         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10272         (gnus-bookmark-bmenu-hide-infos): Ditto.
10273         (gnus-bookmark-remove-properties): New function.
10274         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10275         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10276         (gnus-bookmark-write-file): Bind coding-system-for-write.
10277         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10278         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10279         group before selecting it.
10280         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10281         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10282         quit-window if it is not available; use gnus-mouse-2 and bind it to
10283         gnus-bookmark-bmenu-select-by-mouse.
10284         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10285         (gnus-bookmark-bmenu-select-by-mouse): New function.
10286
10287 2006-08-13  Romain Francoise  <romain@orebokech.com>
10288
10289         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10290         space.
10291
10292 2006-08-10  Romain Francoise  <romain@orebokech.com>
10293
10294         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10295         (dns-mode-soa-auto-increment-serial): New user option.
10296         (dns-mode-soa-maybe-increment-serial): New function.
10297         (dns-mode): Add the latter to `write-contents-functions'.
10298
10299 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10300
10301         * compface.el (uncompface): Use binary rather than raw-text-unix.
10302
10303 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10304
10305         * compface.el (uncompface): Make sure the eol conversion doesn't take
10306         place when communicating with the external programs.
10307         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10308
10309 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10310
10311         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10312
10313 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10314
10315         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10316         Make it more robust by parsing author and date independently.
10317
10318 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10319
10320         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10321
10322 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10323
10324         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10325         first matching secret key.
10326         (mml2015-epg-encrypt): Ditto.
10327
10328         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10329         first matching secret key.
10330         (mml1991-epg-encrypt): Ditto.
10331
10332         * mml2015.el (mml2015-encrypt-to-self): New user option.
10333         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10334         mml2015-epg-encrypt-to-self is set.
10335
10336         * mml1991.el (mml1991-encrypt-to-self): New variable.
10337         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10338         mml1991-epg-encrypt-to-self is set.
10339
10340         * mml2015.el (mml2015-signers): New user option.
10341         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10342         (mml2015-epg-encrypt): Allow to select signing keys.
10343
10344         * mml1991.el (mml1991-signers): New variable.
10345         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10346         (mml1991-epg-encrypt): Allow to select signing keys.
10347
10348 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10349
10350         * nnheader.el (nnheader-insert-head): Make it work even if the file
10351         uses CRLF for the line-break code.
10352
10353 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10354
10355         * mml2015.el: Require mml-sec instead of password.
10356         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10357         (mml2015-cache-passphrase): Inherit the default value from
10358         mml-secure-cache-passphrase.
10359         (mml2015-passphrase-cache-expiry): Inherit the default value from
10360         mml-secure-passphrase-cache-expiry.
10361
10362         * mml1991.el: Require mml-sec instead of password.
10363         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10364         (mml1991-cache-passphrase): Inherit the default value from
10365         mml-secure-cache-passphrase.
10366         (mml1991-passphrase-cache-expiry): Inherit the default value from
10367         mml-secure-passphrase-cache-expiry.
10368
10369         * mml-sec.el: Require password.
10370         (mml-secure-verbose): New user option.
10371         (mml-secure-cache-passphrase): New user option.
10372         (mml-secure-passphrase-cache-expiry): New user option.
10373
10374 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10375
10376         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10377         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10378         andreas@altroot.de (Andreas Vögele).
10379
10380         FIXME: Use `tiny change'?
10381
10382 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10383
10384         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10385         workaround for the url package included with Emacs.
10386
10387         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10388
10389 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10390
10391         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10392         correctly.  This fixes a bug caused by the 2006-05-12 change.
10393
10394 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10395
10396         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10397         some information about the error when saying that the `bogus' mail
10398         group will be used.
10399
10400 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10401
10402         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10403         string.
10404
10405 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10406
10407         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10408
10409 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10410
10411         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10412
10413 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10414
10415         * mml1991.el (mml1991-function-alist): Add epg.
10416         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10417         (mml1991-epg-encrypt): New functions.
10418
10419 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10420
10421         * mml2015.el (mml2015-verbose): New variable.
10422         (mml2015-cache-passphrase): Ditto.
10423         (mml2015-passphrase-cache-expiry): Ditto.
10424         (mml2015-function-alist): Add epg.
10425         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10426         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10427         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10428         New functions.
10429
10430 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10431
10432         * message.el (message-cite-original-1): Preserve region when removing
10433         quoted text due to X-No-Archive in order to avoid bogus attribution
10434         when citing multiple messages.
10435
10436 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10437
10438         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10439         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10440
10441 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10442
10443         * gnus-diary.el (gnus-user-format-function-d)
10444         (gnus-user-format-function-D): Autoload.
10445
10446         * imap.el (Commentary): Fix typo.
10447
10448         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10449         2006-04-22 contribution.
10450
10451 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10452
10453         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10454         It didn't really fix the bogosity I'm seeing with solid web groups.
10455
10456 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10457
10458         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10459         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10460         created using server names.  If we use the feature without declaring
10461         it, Gnus does not properly manage server and group state.
10462
10463         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10464         bound.
10465
10466 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10467
10468         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10469         looking up the method using GROUP's prefix before inventing a new one.
10470         It is used on killed/unknown groups in various places where returning
10471         an all-new method isn't expected by the caller.
10472
10473         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10474         and match semantics of gnus-group-real-prefix.
10475
10476 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10477
10478         * nnmail.el (nnmail-broken-references-mailers): New variable.
10479         (nnmail-ignore-broken-references): New function generalizing
10480         nnmail-fix-eudora-headers.
10481         (nnmail-fix-eudora-headers): Now obsolete.
10482
10483         * gnus-art.el (gnus-button-handle-custom):
10484         Support `customize-apropos*'.
10485
10486 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10487
10488         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10489
10490         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10491         articles.
10492
10493 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10494
10495         * message.el (message-cite-reply-above): New variable.
10496         (message-yank-original): Use it.
10497
10498 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10499
10500         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10501
10502 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10503
10504         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10505         as read.
10506
10507         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10508
10509 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10510
10511         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10512         (gnus-bookmark-default-file): Use gnus-directory.
10513         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10514         Remove "*" in doc string.
10515         (gnus-bookmark-write-file): Simplify.
10516         (gnus-bookmark-maybe-sort-alist): Use `when'.
10517         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10518         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10519         Add FIXME about Emacs 21 and XEmacs compatibility.
10520         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10521         compatibility.
10522         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10523         compatibility.
10524         (gnus-bookmark-menu-heading): Fix version.
10525
10526 2006-06-19  Bastien Guerry  <bzg@altern.org>
10527
10528         * gnus-bookmark.el: New file.
10529
10530 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10531
10532         * message.el (message-syntax-checks): Doc fix.
10533
10534 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10535
10536         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10537         unsubscribed groups as if they were killed ones.  It causes duplicate
10538         entries in gnus-newsrc-alist.
10539
10540 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10541
10542         * message.el (message-syntax-checks): Doc fix.
10543         (message-send-mail): Add check for continuation headers.
10544         (message-check-news-header-syntax): Fix regexp used to check for
10545         continuation headers.
10546
10547 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10548
10549         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10550
10551 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10552
10553         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10554
10555 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10556
10557         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10558         default-truncate-lines.
10559
10560 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10561
10562         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10563         to fill the utf-8 entry.
10564
10565         * lpath.el: Fbind unicode-precedence-list.
10566
10567 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10568
10569         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10570
10571 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10572
10573         * gnus-agent.el (directory-files-and-attributes): Move all the way
10574         forward (the third and final move).
10575         (gnus-agent-read-agentview): Trap reconstruction errors due to
10576         nonexistent directory.  Handle by returning nil.
10577
10578 2006-05-30  Didier Verna  <didier@xemacs.org>
10579
10580         * message.el (message-dont-reply-to-names): Update the custom type.
10581         * message.el (message-dont-reply-to-names): New defsubst: potentially
10582         convert a list of regexps into a single one.
10583         * message.el (message-get-reply-headers): Use it.
10584         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10585
10586 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10587
10588         * gnus-agent.el (directory-files-and-attributes): Move forward.
10589
10590 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10591
10592         * gnus-ml.el (gnus-mailing-list-subscribe)
10593         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10594         (gnus-mailing-list-message): Fix doc strings.
10595
10596 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10597
10598         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10599         of doing it manually.
10600
10601 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10602
10603         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10604         comment.
10605
10606 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10607
10608         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10609         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10610         (gnus-agent-read-local): All symbols allocated in my-obarray.
10611         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10612         (gnus-agent-regenerate-group): Check numeric names to see if they are
10613         messages or groups.
10614         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10615         better way of do this...)
10616
10617         * gnus-cache.el (gnus-agent-total-fetched-for):
10618         Ignore 'dummy.group' (there should be a better way of do this...)
10619
10620 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10621
10622         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10623         (gnus-saved-headers): Ditto.
10624         (gnus-default-article-saver): Mention functions may have properties.
10625         (gnus-article-save): Override gnus-save-all-headers and
10626         gnus-saved-headers by :headers property which saver function may have.
10627         (gnus-summary-save-in-file): Add :headers property.
10628         (gnus-summary-write-to-file): Ditto.
10629
10630         * gnus-sum.el (gnus-summary-save-article): Bind
10631         gnus-prompt-before-saving to t when saving many articles in a file;
10632         always show all headers.
10633
10634         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10635
10636 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10637
10638         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10639         marks.
10640
10641         * message.el (message-indent-citation): Add optional arguments to allow
10642         using it outside of message buffers.
10643
10644         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10645         (gnus-article-treat-unfold-headers): Use it.
10646         (gnus-article-truncate-lines): New variable.
10647         (gnus-article-mode): Use it.
10648         (gnus-article-toggle-truncate-lines): New function.
10649
10650         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10651         Add gnus-article-toggle-truncate-lines.
10652
10653         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10654         coding system in XEmacs, use binary.
10655
10656 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10657
10658         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10659         after-load-alist.
10660
10661         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10662         this function should save decoded articles.
10663         (gnus-summary-write-to-file): Use property to specify this function
10664         should save decoded articles and specify gnus-summary-save-in-file
10665         should be used to save articles other than the first one when saving
10666         many articles.
10667         (gnus-summary-save-body-in-file): Use property to specify this
10668         function should save decoded articles.
10669         (gnus-summary-write-body-to-file): Use property to specify this
10670         function should save decoded articles and specify
10671         gnus-summary-save-body-in-file should be used to save articles other
10672         than the first one when saving many articles.
10673
10674         * gnus-sum.el (gnus-summary-save-article): Simplify.
10675
10676 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10677
10678         * gnus-art.el (gnus-default-article-saver):
10679         Add gnus-summary-write-body-to-file.
10680         (gnus-article-save-coding-system): Don't use coding system object
10681         in XEmacs.
10682         (gnus-read-save-file-name): Add optional `dir-var' argument which
10683         specifies directory in which files are saved; work even if optional
10684         `variable' argument is not specified.
10685         (gnus-summary-write-to-file): Read file name.
10686         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10687         (gnus-summary-write-body-to-file): New function.
10688
10689         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10690         (gnus-summary-local-variables): Add it.
10691         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10692         (gnus-summary-save-article): Remove optional `decode' argument;
10693         determine whether to decode articles by the value of
10694         gnus-default-article-saver; when saving many files using
10695         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10696         it first and use gnus-summary-save-in-file or
10697         gnus-summary-save-body-in-file thereafter unless
10698         gnus-prompt-before-saving is always; move point to article which
10699         will be saved.
10700         (gnus-summary-save-article-file): Revert.
10701         (gnus-summary-write-article-file): Revert.
10702         (gnus-summary-save-article-body-file): Revert.
10703         (gnus-summary-write-article-body-file): New function.
10704
10705 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10706
10707         * gnus-art.el (gnus-default-article-saver): Doc fix.
10708         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10709         from gnus-summary-save-article-coding-system, and default to a
10710         certain coding system.
10711         (gnus-output-to-file): Add coding cookie and encode text according
10712         to gnus-article-save-coding-system; don't use mm-append-to-file.
10713
10714         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10715         gnus-art.el and rename to gnus-article-save-coding-system.
10716         (gnus-summary-save-article): Require gnus-art; don't show all
10717         headers if it decodes articles; don't add coding cookie here;
10718         don't bind mm-text-coding-system-for-write.
10719         (gnus-summary-save-article-file): Save decoded articles.
10720         (gnus-summary-write-article-file): When saving many files, use
10721         gnus-summary-write-to-file first and gnus-summary-save-in-file
10722         thereafter unless gnus-prompt-before-saving is always.
10723         (gnus-summary-save-article-body-file): Save decoded articles.
10724
10725         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10726
10727 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10728
10729         * nnrss.el (nnrss-check-group): Bind hash-index.
10730
10731 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10732
10733         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10734         its hash index.  Store this hash in `nnrss-group-data'.
10735         (nnrss-read-group-data): Update accordingly.
10736
10737 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10738
10739         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10740         entry.
10741
10742         * gnus-sum.el (gnus-summary-make-menu-bar):
10743         Add gnus-article-browse-html-article.
10744
10745 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10746
10747         * gnus-sum.el (gnus-summary-mime-map):
10748         Add gnus-article-browse-html-article.
10749
10750         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10751
10752 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10753
10754         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10755         suitable coding systems in customize.
10756
10757 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10758
10759         * mail-source.el (mail-sources): Fix custom type.
10760
10761 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10762
10763         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10764         (gnus-summary-expire-articles-now): Shorten prompt.
10765
10766         * gmm-utils.el (wid-edit): Require.
10767         (defun-gmm): Rename from `gmm-defun-compat'.
10768         (gmm-image-search-load-path): Use it.
10769         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10770
10771 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10772
10773         * gnus-sum.el (gnus-summary-save-article-coding-system):
10774         New variable.
10775         (gnus-summary-save-article): Add optional `decode' argument.
10776         If it is set and gnus-summary-save-article-coding-system is non-nil,
10777         save decoded article.
10778         (gnus-summary-write-article-file): Save decoded article if
10779         gnus-summary-save-article-coding-system is non-nil.
10780
10781         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10782         type.
10783
10784 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10785
10786         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10787
10788 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10789
10790         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10791         first to test gnus-single-article-buffer which may be buffer-local.
10792
10793         * gnus-sum.el (gnus-summary-setup-buffer):
10794         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10795         group; make gnus-article-buffer, gnus-article-current, and
10796         gnus-original-article-buffer always buffer-local.
10797         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10798         group.
10799         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10800
10801 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10802
10803         * nnml.el (nnml-request-compact-group): Compressed files might not
10804         have .gz extension.
10805
10806 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10807
10808         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10809         (mm-copy-to-buffer): Use with-current-buffer.
10810         (mm-display-part): Simplify.
10811         (mm-inlinable-p): Add optional arg `type'.
10812
10813 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10814
10815         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10816         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10817         Try harder to show the attachment internally or externally using
10818         gnus-mime-view-part-as-type.
10819
10820 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10821
10822         * message.el (message-from-style, message-signature-separator)
10823         (message-user-organization-file, message-send-mail-function)
10824         (message-citation-line-function, message-yank-prefix)
10825         (message-indent-citation-function, message-signature)
10826         (message-signature-file, message-signature-insert-empty-line):
10827         Remove autoloads.
10828
10829         * gnus-art.el (gnus-buttonized-mime-types):
10830         Remove "multipart/signed".  Revert 2006-04-26 change.
10831
10832 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10833
10834         * gnus.el (gnus-version-number): Bump version.
10835
10836 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10837
10838         * gnus.el: No Gnus v0.5 is released.
10839
10840 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10841
10842         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10843         fetching articles by message-id.
10844
10845 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10846
10847         * message.el (hashcash): Require hashcash as normal.
10848
10849         * ecomplete.el (ecomplete-highlight-match-line):
10850         Use point-at-eol.
10851         (ecomplete-highlight-match-line): Use `highlight', because that
10852         face exists in both Emacs and XEmacs.
10853
10854         * message.el (message-display-abbrev): Use point-at-bol.
10855
10856         * mail-source.el: Don't require timer/timer-funcs.
10857
10858         * gnus-async.el: Ditto.
10859
10860         * password.el: Ditto.
10861
10862         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10863
10864         * mm-url.el: Ditto.
10865
10866         * gnus-xmas.el: Don't require timer-funcs.
10867
10868         * mm-util.el: Require timer/timer-funcs.
10869
10870 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10871
10872         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10873         Close.
10874
10875 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10876
10877         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10878         unibyte after clear-decrypt function runs.
10879
10880         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10881         returns as a unibyte string.
10882
10883 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10884
10885         * lpath.el: Revert.
10886
10887         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10888         (pgg-gpg-process-sentinel): Revert.
10889
10890         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10891         (pgg-pgp-lookup-key): Revert.
10892
10893         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10894         (pgg-pgp5-lookup-key): Revert.
10895
10896         * pgg.el (pgg-fetch-key): Revert.
10897
10898 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10899
10900         * lpath.el: Fbind string-as-multibyte for XEmacs.
10901
10902         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10903         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10904         (mml1991-pgg-encrypt): Ditto.
10905
10906         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10907         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10908         a multibyte buffer.
10909
10910         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10911         (pgg-pgp-lookup-key): Ditto.
10912
10913         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10914         (pgg-pgp5-lookup-key): Ditto.
10915
10916         * pgg.el (pgg-fetch-key): Ditto.
10917
10918 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10919
10920         * message.el (message-user-organization-file): Check several
10921         locations of the organization file.
10922
10923         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10924         Add gnus-article-view-part-as-type.
10925
10926         * gnus-art.el (gnus-article-view-part-as-type): New function.
10927
10928         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10929         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10930
10931         * mml.el: Simplify autoload.
10932         (mml-mode): defvar dnd-protocol-alist instead of using
10933         symbol-value.
10934         (mml-default-directory): New variable.
10935         (mml-minibuffer-read-file): Use it.
10936         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10937
10938         * message.el (message-citation-line-format): New variable.
10939         (message-insert-formated-citation-line): New function.
10940         (message-citation-line-function):
10941         Add `message-insert-formated-citation-line' to custom type.
10942
10943         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10944         to doc string.
10945
10946         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10947         depending on mm-verify-option.
10948
10949 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10950
10951         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10952         binding pgg-* variables; reimplement the section which prevents
10953         MIME header from being signed.
10954         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10955         pgg-text-mode; remove a blank line at the top of body.
10956
10957         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10958         lines at the top of body; use gnus-newsgroup-charset if there's no
10959         Charset header.
10960
10961 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10962
10963         * message.el (message-self-insert-commands): Doc fix.
10964
10965         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10966         (mm-uu-pgp-encrypted-test): Ditto.
10967         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10968         between header and body; return application/pgp-encrypted handle
10969         if decryption failed; decode decrypted body by charset.
10970
10971         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10972         element match to application/pgp-*.
10973
10974 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10975
10976         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10977         HTML.
10978
10979 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10980
10981         * mail-source.el (mail-source-call-script): Message the error
10982         string.
10983
10984 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10985
10986         * gnus-util.el (gnus-byte-compile): Use it.
10987
10988 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10989
10990         * gnus-util.el (kill-empty-logs): New function.
10991
10992 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10993
10994         * message.el (message-mail-alias-type): Doc fix.
10995         (message-mail-alias-type-p): New function.
10996         (message-send): Use it.
10997         (message-mode): Ditto.
10998         (message-strip-forbidden-properties): Ditto.
10999
11000         * ecomplete.el (ecomplete-database-file-coding-system):
11001         New variable.
11002         (ecomplete-save): Use it.
11003         (ecomplete-setup): Use it.
11004
11005 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11006
11007         * message.el (message-self-insert-commands): New variable.
11008         (message-strip-forbidden-properties): Use it.
11009
11010 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11011
11012         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11013         that doesn't make XEmacs choke.
11014
11015 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11016
11017         * gnus-util.el (gnus-replace-in-string):
11018         Prefer replace-regexp-in-string over of replace-in-string.
11019
11020 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11021
11022         * gnus-util.el (gnus-select-frame-set-input-focus):
11023         Use select-frame-set-input-focus if it is available in XEmacs; use
11024         definition defined in Emacs 22 for old Emacsen.
11025
11026         * dgnushack.el: Autoload unmorse-region for XEmacs.
11027
11028         * lpath.el: Bind cursor-in-non-selected-windows and
11029         select-frame-set-input-focus for XEmacs.
11030
11031 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11032
11033         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11034
11035 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11036
11037         * gnus-registry.el (gnus-registry-cache-save): Remove text
11038         properties when saving via the temp buffer.
11039
11040 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11041
11042         * message.el (message-generate-hashcash): Honor custom type.
11043
11044 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11045
11046         * message.el (message-generate-hashcash): Default to non-nil when
11047         hashcash is found.
11048
11049         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11050         (gnus-refer-thread-limit): Increase default to 500.
11051
11052         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11053
11054         * flow-fill.el (fill-flowed): Allow delete-space.
11055
11056 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11057
11058         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11059         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11060         Remove autoloads.
11061
11062 2006-04-18  Simon Josefsson  <jas@extundo.com>
11063
11064         * message.el (message-generate-hashcash): Default to.
11065
11066 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11067
11068         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11069         concatenating segments rather than before concatenating them.
11070
11071 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11072
11073         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11074
11075 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11076
11077         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11078
11079         * message.el (message-forward-make-body-plain):
11080         Allow message-forward-ignored-headers to be a list.
11081         (message-remove-ignored-headers): Factor out into function.
11082         (message-forward-make-body-mml): Use it.
11083
11084         * imap.el (imap-quote-specials): New function.
11085         (imap-login-auth): Quote specials.
11086
11087         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11088         (rfc2231-parse-string): Allow concatanation of parameters that
11089         aren't contiguous.  The test case is
11090           (mail-header-parse-content-type "message/external-body;
11091             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11092             access-type=LOCAL-FILE;
11093             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11094
11095 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11096
11097         * nntp.el (nntp-accept-process-output): Return the value of
11098         `nnheader-accept-process-output'.
11099
11100 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11101
11102         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11103         (gnus-button-alist): Recognize more diff formats.
11104         (gnus-button-patch): Strip directory.
11105
11106 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11107
11108         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11109         Emacs 22 when setting focus.
11110
11111 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11112
11113         * gnus-art.el (gnus-article-treat-types): Do treatment of
11114         text/x-verbatim parts.
11115         (gnus-button-patch): New command.
11116
11117         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11118         addresses that contain invalid characters.
11119
11120 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11121
11122         * message.el (message-put-addresses-in-ecomplete):
11123         Use gnus-replace-in-string.
11124         (message-is-yours-p): Use the more correct
11125         mail-header-parse-address instead of
11126         mail-extract-address-components.
11127         (message-put-addresses-in-ecomplete): Fix typo.
11128
11129         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11130         keystroke.
11131
11132         * gnus-art.el (gnus-treatment-function-alist): Change order of
11133         newsgroups/generic header folding to avoid double-folding.
11134
11135         * message.el (message-hidden-headers): Add X-Draft-From.
11136
11137         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11138         New command.
11139         (gnus-summary-repeat-search-article-backward): New command.
11140
11141         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11142         groups in the parent topic.
11143
11144 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11145
11146         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11147         (spam-extra-header-to-number): Return the CRM114 number as a
11148         number instead of a string.
11149
11150 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11151
11152         * gnus-art.el (gnus-face-properties-alist): Move here from
11153         gnus-fun.
11154
11155         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11156
11157 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11158
11159         * message.el (message-strip-forbidden-properties): Only display on
11160         self-insert-command.
11161
11162         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11163         reindent.
11164         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11165
11166 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11167
11168         * smiley.el (smiley-style): Fix typo.
11169
11170 2006-03-23  Kenichi Handa  <handa@m17n.org>
11171
11172         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11173         instead of set-buffer-multibyte.
11174
11175 2006-03-23  Kenichi Handa  <handa@m17n.org>
11176
11177         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11178         buffer and then decode the buffer text if necessary.
11179         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11180         first, and after mm-encode-body, change the buffer to unibyte.
11181
11182 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11183
11184         * hashcash.el (hashcash-insert-payment-async-2):
11185         Use message-goto-eoh instead of doing it manually.
11186         (mail-add-payment): Use message-narrow-to-header instead of trying
11187         to do the same itself.
11188
11189         * message.el (message-hidden-headers): Add Face.
11190
11191         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11192         reparenting code.
11193         (gnus-summary-reparent-children): Refactored out code.
11194         (gnus-summary-thread-map): New keystroke.
11195         (gnus-summary-reparent-children): Make into command.
11196
11197         * smiley.el (smiley-style): Default to `medium' if using a large
11198         font.
11199
11200         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11201         does it itself.
11202
11203         * message.el (message-point-in-header-p): Simplify definition.
11204
11205 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11206
11207         * nnagent.el (nnagent-request-set-mark): Silence log file
11208         writing.
11209         (nnagent-request-set-mark): Use write-region instead of
11210         append-to-file.
11211
11212         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11213         strange select method.
11214
11215         * ecomplete.el (ecomplete-display-matches): Get highlightling
11216         right.
11217         (ecomplete-display-matches): Use literals.
11218         (ecomplete-display-matches): Disable message logging.
11219
11220         * message.el (message-display-abbrev): Small optimization.
11221
11222         * ecomplete.el (ecomplete-display-matches): Allow automatic
11223         display.
11224
11225         * message.el (message-strip-forbidden-properties):
11226         Display abbrevs.
11227         (message-display-abbrev): Get automatic display right.
11228
11229         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11230         keystrokes.
11231
11232 2006-04-13  Romain Francoise  <romain@orebokech.com>
11233
11234         TODO: Backport to v5-10!
11235
11236         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11237         Move here (and rename) from gnus-registry.el.
11238
11239         * gnus-registry.el: Require gnus-util.
11240         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11241
11242 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11243
11244         * gnus-group.el (gnus-group-catchup-current):
11245         Change if-then-else-if-then-else into cond.
11246         (gnus-group-catchup): Indent.
11247         (group-name-at-point): New function.
11248         (gnus-fetch-group): Provide default from thing at point.
11249
11250 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11251
11252         * message.el (message-display-abbrev): Fix regexp.
11253
11254         * ecomplete.el (ecomplete-highlight-match-line):
11255         Reimplement choosing.
11256         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11257         dead variables.
11258
11259         * message.el (message-newline-and-indent): Remove debugging.
11260         (message-display-abbrev): Use new implementation.
11261
11262 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11263
11264         * gnus-art.el (gnus-article-mode):
11265         Set cursor-in-non-selected-windows to nil.
11266
11267         * smiley.el: Revert previous change.
11268         (smiley-data-directory): defvar it before using it in the
11269         defcustom of `smiley-style'.
11270
11271 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11272
11273         * message.el (message-newline-and-indent): New function.
11274
11275         * ecomplete.el: Implement more bits.
11276
11277         * message.el (message-put-addresses-in-ecomplete): Clean up the
11278         string.
11279
11280         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11281
11282         * gnus-sum.el (gnus-summary-save-parts):
11283         Bind gnus-summary-save-parts-counter and use it to make unique file
11284         names.
11285
11286         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11287
11288         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11289         parameter to say whether to actually parse the individual
11290         addresses.
11291
11292         * message.el (message-put-addresses-in-ecomplete): New function.
11293         (ecomplete): Require.
11294         (message-mail-alias-type): Add ecomplete as an option.
11295
11296 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11297
11298         * flow-fill.el (fill-flowed): Remove trailing space from blank
11299         quoted lines.
11300
11301 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11302
11303         * smiley.el (smiley-style): Move definition later to avoid a
11304         compilation warning.
11305
11306 2006-04-12  Kenichi Handa  <handa@m17n.org>
11307
11308         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11309         buffer and then decode the buffer text if necessary.
11310         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11311         first, and after mm-encode-body, change the buffer to unibyte.
11312         Use mm-disable-multibyte instead of set-buffer-multibyte.
11313
11314 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11315
11316         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11317         Content-Type header instead of Content-Disposition header.
11318         (gnus-mime-inline-part): Ditto.
11319         (gnus-mime-view-part-as-charset): Ignore charset that the part
11320         specifies.
11321
11322         * mm-decode.el (mm-display-part): Work with external parts and
11323         usual parts similarly.
11324
11325         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11326         instead of gnus-display-mime.
11327
11328         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11329         instead of with-temp-buffer.
11330
11331         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11332         tag to summarized topics part in order to encode non-ASCII text.
11333
11334 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11335
11336         * smiley.el (smiley-style): New variable.
11337         (smiley-directory): New function.
11338         (smiley-data-directory): Derive from `smiley-style' using
11339         `smiley-directory'.
11340         (smiley-regexp-alist): Add new entries.
11341
11342         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11343         (gnus-article-browse-delete-temp): Add :version.
11344
11345 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11346
11347         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11348         the sieve region.
11349
11350 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11351
11352         * gnus.el (gnus-version-number): Bump version.
11353
11354 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11355
11356         * gnus.el: No Gnus v0.4 is released.
11357
11358 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11359
11360         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11361         layout.
11362
11363         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11364         unknown charset.
11365
11366         * message.el (message-header-synonyms): Add Original-To to the
11367         default.
11368
11369         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11370         optional parameter.
11371
11372 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11373
11374         * gnus-fun.el (gnus): Require it for gnus-directory.
11375
11376 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11377
11378         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11379
11380 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11381
11382         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11383
11384 2006-04-05  Simon Josefsson  <jas@extundo.com>
11385
11386         * password.el (password-reset): New function.
11387
11388 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11389
11390         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11391         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11392
11393 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11394
11395         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11396         Some whitespace was matched into the url, which broke browsing hits
11397         > 100 when mm-url-use-external was nil.
11398
11399 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11400
11401         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11402         Check gnus-extra-headers for 'Newsgroups.
11403
11404         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11405         bound.
11406
11407 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11408
11409         * pgg-gpg.el: Clean up process buffers every time gpg processes
11410         complete.
11411
11412 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11413
11414         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11415         doc string.
11416
11417 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11418
11419         * pgg-gpg.el (pgg-gpg-process-filter)
11420         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11421
11422         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11423         lines, temporary fix.
11424
11425 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11426
11427         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11428
11429 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11430
11431         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11432         default-enable-multibyte-characters.  This reverts the change from
11433         revision 6.17 which is no longer necessary because the passphrase
11434         is sent separately now.  GnuPG messages are unreadable under
11435         multibyte locales with default-enable-multibyte-characters set to
11436         nil.
11437
11438 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11439
11440         * message.el (message-tool-bar-gnome): Move "spell".
11441
11442 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11443
11444         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11445         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11446         instead.
11447
11448 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11449
11450         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11451         Improve newsgroups handling for NNTP overviews which don't include
11452         Newsgroups.
11453
11454 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11455
11456         * message.el (message-resend): Bind message-generate-hashcash to nil.
11457
11458 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11459
11460         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11461         when searching for already-paid recipients.
11462
11463 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11464
11465         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11466         passphrases when it is not needed.
11467         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11468         passphrase stuff from gpg, should only be necessary when you use
11469         gpg with a smartcard.
11470
11471 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11472
11473         * mml.el (mml-insert-mime): Ignore cached contents of
11474         message/external-body part.
11475
11476         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11477         (mm-insert-part): Ditto.
11478
11479 2006-03-23  Simon Josefsson  <jas@extundo.com>
11480
11481         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11482         Reiner.
11483         (pgg-gpg-use-agent-p): Use it again.
11484
11485 2006-03-23  Simon Josefsson  <jas@extundo.com>
11486
11487         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11488         older emacsen.
11489         (pgg-gpg-use-agent-p): Don't use it.
11490
11491 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11492
11493         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11494         if we can.
11495
11496 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11497
11498         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11499         (pgg-gpg-update-agent): New function.
11500         (pgg-gpg-use-agent-p): New function.
11501         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11502         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11503         (pgg-gpg-sign-region): Use it.
11504
11505 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11506
11507         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11508         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11509
11510 2006-03-21  Simon Josefsson  <jas@extundo.com>
11511
11512         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11513         <wilde@sha-bang.de>.
11514         (pgg-gpg-use-agent): New variable.
11515         (pgg-gpg-process-region): Use it.
11516         (pgg-gpg-encrypt-region): Likewise.
11517         (pgg-gpg-encrypt-symmetric-region): Likewise.
11518         (pgg-gpg-decrypt-region): Likewise.
11519         (pgg-gpg-sign-region): Likewise.
11520         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11521
11522 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11523
11524         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11525
11526         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11527         Add comment on version.
11528
11529 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11530
11531         * smiley.el: Add missing test smiley.
11532
11533 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11534
11535         * mm-decode.el (mm-with-part): New macro.
11536         (mm-get-part): Use it; work with message/external-body as well.
11537         (mm-save-part): Treat name and filename equally.
11538
11539         * mm-extern.el (mm-extern-cache-contents): New function.
11540         (mm-inline-external-body): Use it; force the part to be displayed;
11541         move undisplayer added to the cached handle to the parent.
11542
11543         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11544         (gnus-mime-view-part-as-type): Work with message/external-body.
11545
11546         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11547
11548 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11549
11550         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11551         images in image-load-path.  [Sync with image.el, revision 1.60, in
11552         Emacs.]
11553
11554 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11555
11556         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11557         path rather than symbol.  Always return list of directories.
11558         Guarantee that image directory comes first.  [Sync with image.el,
11559         revision 1.59, in Emacs.]
11560
11561         * message.el (message-make-tool-bar): Adjust to new API of
11562         `gmm-image-load-path-for-library'.
11563
11564         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11565
11566         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11567
11568 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11569
11570         * gnus-art.el (gnus-article-only-boring-p):
11571         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11572         intangible text.
11573         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11574
11575 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11576
11577         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11578         Use `defun' instead of `gmm-defun-compat'.
11579
11580 2006-03-14  Simon Josefsson  <jas@extundo.com>
11581
11582         * message.el (message-unique-id): Don't use message-number-base36
11583         if (user-uid) is a float.
11584         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11585
11586 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11587
11588         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11589
11590         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11591         empty line between a part and a message part.
11592
11593 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11594
11595         * smiley.el: Add more test smileys.
11596         (smiley-data-directory, smiley-regexp-alist)
11597         (gnus-smiley-file-types): Fix doc strings.
11598         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11599         adding new elements.
11600         (smiley-mouse-map): Unused code.  Make it a comment.
11601
11602 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11603
11604         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11605         scan latest NoCeM messages instead of old ones.
11606         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11607         delimiters that are recently used.
11608         (gnus-nocem-load-cache): Add autoload cookie.
11609
11610         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11611
11612         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11613         level which is larger than gnus-use-nocem is specified.
11614
11615         * gnus-group.el (gnus-group-get-new-news): Ditto.
11616
11617 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11618
11619         * gnus-util.el (gnus-tool-bar-update): New function.
11620
11621         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11622         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11623
11624         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11625
11626         * gnus-group.el (gnus-group-redraw-when-idle)
11627         (gnus-group-redraw-check): Remove.
11628         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11629
11630 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11631
11632         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11633         if optional last element is specified in splits (FIELD VALUE...).
11634
11635 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11636
11637         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11638         to gmm-image-load-path-for-library.  Call with no-error argument.
11639         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11640
11641         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11642
11643         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11644
11645         * gmm-utils.el (gmm-image-load-path): Remove alias.
11646
11647 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11648
11649         * gmm-utils.el (gmm-image-load-path): Add alias.
11650
11651         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11652         nnml-generate-nov-databases-1.
11653         (nnml-generate-nov-databases): Use it.
11654         (nnml-generate-nov-databases-directory): Document no-active
11655         argument.
11656
11657         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11658         directory if path is t.  Add no-error.
11659
11660         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11661         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11662
11663         * gnus-art.el (gnus-article-browse-delete-temp-files):
11664         Simplify resetting gnus-article-browse-html-temp-list.
11665
11666         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11667         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11668         Add example to docstring.  Rename local variables.  Move error
11669         checks to default case in cond and simplify.
11670
11671 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11672
11673         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11674         handle is multipart when calling it recursively.
11675         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11676
11677 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11678
11679         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11680         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11681
11682 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11683
11684         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11685         is loaded.
11686
11687         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11688         loaded.
11689
11690 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11691
11692         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11693         to "Emacs 23 (unicode)" in doc string.
11694
11695         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11696         "Emacs 23 (unicode)" in comment.
11697
11698 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11699
11700         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11701
11702         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11703         characters 160 through 255 in Emacs 23.
11704
11705 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11706
11707         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11708         gnus-article-browse-html-temp.
11709         (gnus-article-browse-delete-temp): Make it customizable.
11710         Add `file'.  Adjust doc string.
11711         (gnus-article-browse-delete-temp-files): Add argument.
11712         Allow query for each file.  Adjust doc string.
11713         (gnus-article-browse-html-parts):
11714         Add `gnus-article-browse-delete-temp-files' to
11715         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11716
11717 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11718
11719         * gnus-art.el (gnus-article-browse-html-temp)
11720         (gnus-article-browse-delete-temp): New variables.
11721         (gnus-article-browse-delete-temp-files): New function.
11722         (gnus-article-browse-html-parts): Use it.
11723
11724 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11725
11726         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11727
11728         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11729         string.
11730
11731         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11732         gnus-summary-insert-new-articles when unplugged.
11733         Remove gnus-summary-search-article-forward.
11734
11735         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11736         display-visual-class instead of display-color-cells.
11737
11738 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11739
11740         * dgnushack.el: Autoload customize-group for XEmacs.
11741
11742         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11743         message/* containing non-ASCII text properly.
11744
11745 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11746
11747         * message.el: Require gmm-utils, remove autoloads.
11748         (message-tool-bar): Set default based on
11749         gmm-tool-bar-style.
11750         (message-tool-bar-gnome): Add gmm-customize-mode.
11751
11752         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11753         gmm-tool-bar-style.
11754         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11755
11756         * gnus-group.el (gnus-group-tool-bar): Set default based on
11757         gmm-tool-bar-style.
11758         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11759
11760         * gmm-utils.el (gmm-image-directory): Rename variable from
11761         gmm-image-load-path.
11762         (gmm-image-load-path): Use gmm-image-directory.
11763         (gmm-customize-mode): New function.
11764         (gmm-tool-bar-style): New variable.
11765
11766         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11767         gnus-group-redraw-line-number.
11768         (gnus-group-redraw-check): Simplify.
11769         (gnus-group-tool-bar-update): Remove redraw check.
11770         (gnus-group-make-tool-bar): Add redraw check.
11771
11772 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11773
11774         * gnus-art.el (gnus-button): Add missing parentheses.
11775
11776 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11777
11778         * lpath.el: Fbind line-number-at-pos.
11779
11780 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11781
11782         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11783
11784 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11785
11786         * gnus-art.el (gnus-button): New face.
11787         (gnus-article-button-face): Use it.
11788
11789         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11790         Add gnus-summary-next-page.  Re-order.
11791
11792         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11793         next-node are now included.
11794         (gnus-group-redraw-line-number): New internal variable.
11795         (gnus-group-redraw-check): Helper function for updating the tool
11796         bar.
11797         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11798
11799         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11800
11801         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11802         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11803         Use it to match format of Spamassassin 3.0 and later.
11804         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11805         (spam-check-bogofilter)
11806         (spam-bogofilter-register-with-bogofilter): Fix args of
11807         `gnus-error' calls.
11808
11809 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11810
11811         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11812         unnecessary interaction when sending queued mails.
11813         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11814
11815 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11816
11817         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11818         first or last are nil.
11819
11820 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11821
11822         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11823
11824 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11825
11826         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11827
11828 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11829
11830         * dns.el (query-dns): Protect more against buggy tcp output.
11831
11832 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11833
11834         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11835         nov.php.
11836
11837 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11838
11839         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11840         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11841         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11842         output on the server side.
11843         (nnweb-google-create-mapping): Update regexps and add some
11844         progress indication.
11845
11846 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11847
11848         * gnus-group.el (gnus-group-tool-bar-gnome):
11849         Fix gnus-agent-toggle-plugged.  Re-order icons.
11850         (gnus-group-tool-bar-gnome):
11851         Add gnus-group-{prev,next}-unread-group.
11852         (gnus-group-tool-bar-gnome): Re-order icons.
11853
11854         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11855         Move gnus-summary-insert-new-articles.
11856
11857         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11858         Fix comments.
11859
11860         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11861         also available in Emacs 21.3.
11862
11863         * message.el (message-fix-before-sending): Change "Emacs 22" to
11864         "Emacs 23 (unicode)" in comment.
11865
11866         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11867         "Emacs 23 (unicode)" in comment.
11868
11869         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11870         comment.
11871         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11872
11873         * mm-view.el (mm-fill-flowed): Add :version.
11874
11875 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11876
11877         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11878         and load-path.
11879
11880 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11881
11882         * message.el: Autoload gmm-image-load-path.
11883         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11884         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11885         consitency.
11886
11887         * gmm-utils.el (gmm-image-load-path): Also search in
11888         "../etc/images".  Don't set gmm-image-load-path if we don't find
11889         the image.
11890
11891 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11892
11893         * gmm-utils.el (gmm-image-load-path): Don't make
11894         `gmm-image-load-path' include subdirectories which the second arg
11895         `image' might specify.
11896
11897         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11898         subdirectory to icon file names.
11899
11900         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11901
11902 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11903
11904         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11905         gmm-image-load-path calls.
11906
11907         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11908
11909         * message.el (message-make-tool-bar): Ditto.
11910
11911         * mml.el (mml-preview): Add comment concerning tool bar icons.
11912
11913         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11914         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11915
11916         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11917         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11918
11919         * message.el (message-tool-bar-gnome): Use new icon names.
11920         (message-make-tool-bar): Use `gmm-image-load-path'.
11921
11922         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11923         New functions from MH-E.
11924         (gmm-image-load-path): New variable from MH-E.
11925         (gmm-image-load-path): New function from MH-E.  Add arguments
11926         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11927         *-image-load-path-called-flag.
11928
11929 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11930
11931         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11932
11933 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11934
11935         * nnimap.el (nnimap-request-move-article): Change folder back to
11936         source group before deleting.
11937
11938 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11939
11940         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11941
11942         * gnus-art.el (mm-url-insert-file-contents-external):
11943         Autoload mm-url.
11944
11945         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11946
11947 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11948
11949         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11950         coding system which mm-charset-to-coding-system returns for a
11951         given charset is valid.
11952
11953 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11954
11955         * html2text.el (html2text-remove-tag-list):
11956         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11957
11958 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11959
11960         * gnus-cus.el: Revert 2005-10-17 change.
11961
11962 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11963
11964         * gnus-art.el (article-strip-banner):
11965         Call article-really-strip-banner only when the regexp match is made.
11966
11967 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11968
11969         * gnus-art.el (article-strip-banner):
11970         Use gnus-extract-address-components instead of
11971         mail-header-parse-addresses to make it work with non-ASCII text;
11972         remove mail-encode-encoded-word-string.
11973
11974         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11975         values which are surrounded with \"...\"; make it never cause a
11976         Lisp error; give up parsing of parameters if it failed in
11977         extracting type.
11978
11979 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11980
11981         * smime.el (smime-cert-by-ldap-1): Fix bug where
11982         `smime-ldap-search' returns results without userCertificates.
11983
11984 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11985
11986         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11987
11988 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11989
11990         * spam.el (spam-check-spamassassin-headers): Adapt format for
11991         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11992         <ari@mbf.ocn.ne.jp>.
11993         (spam-list-of-processors): Add spam-use-gmane.
11994
11995 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11996
11997         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11998         make-temp-file; make it work with XEmacs as well.
11999
12000         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12001         mm-make-temp-file.
12002
12003         * mm-decode.el (mm-display-external): Use the 3rd arg of
12004         mm-make-temp-file.
12005         (mm-create-image-xemacs): Ditto.
12006
12007 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12008
12009         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12010         with message-narrow-to-headers.
12011         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12012         (gnus-draft-check-draft-articles): New function.
12013         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12014
12015 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12016
12017         * gnus-art.el (gnus-article-browse-html-parts):
12018         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12019         Don't use suffix argument for mm-make-temp-file for Emacs 21
12020         compatibility.  Remove useless `format'.
12021
12022 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12023
12024         * nnweb.el (nnweb-google-wash-article): Update regexps.
12025         (nnweb-group-alist): Use defvoo instead of defvar.
12026
12027 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12028
12029         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12030         re-loading nn* modules.
12031
12032 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12033
12034         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12035         for `tool-bar-mode' and don't check it's default-value.
12036
12037         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12038
12039         * message.el (message-make-tool-bar): Ditto.
12040
12041         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12042         `substring'.  Shorten tmp-file name.
12043
12044         * gnus.el: Remove bogus comment.
12045
12046 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12047
12048         * gnus-art.el (gnus-article-browse-html-parts): New function.
12049         (gnus-article-browse-html-article): New function for viewing html
12050         articles with a browser.
12051
12052 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12053
12054         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
12055         in elisp.
12056         (pgg-gpg-encrypt-symmetric-region): Ditto.
12057         (pgg-gpg-sign-region): Ditto.
12058
12059         * pgg-def.el (pgg-text-mode): New variable.
12060
12061         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12062         (mml2015-pgg-encrypt): Ditto.
12063
12064         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12065         (mml1991-pgg-encrypt): Ditto.
12066
12067 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12068
12069         * nnfolder.el (nnfolder-insert-newsgroup-line):
12070         Use message-make-date instead of current-time-string.
12071
12072         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12073         to gnus-decoded which mm-uu might set.
12074
12075 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12076
12077         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12078         don't decode quoted parameters; remove misimported Emacs code.
12079         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12080         (rfc2231-decode-encoded-string): Don't use split-string which
12081         behaves differently according to Emacs version; use
12082         mm-decode-coding-region to convert charset to coding-system.
12083         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12084         (rfc2231-encode-string): Remove misimported Emacs code.
12085
12086 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12087
12088         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12089         when calling mail-header-parse-content-type.
12090         (article-de-quoted-unreadable): Ditto.
12091         (article-de-base64-unreadable): Ditto.
12092         (article-wash-html): Ditto.
12093
12094         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12095         calling mail-header-parse-content-type and
12096         mail-header-parse-content-disposition.
12097         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12098         mail-header-parse-content-type.
12099
12100         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12101         insert charset and format parameters; encode description after
12102         inserting it to buffer.
12103         (mml-insert-parameter): Fold lines properly even if a parameter is
12104         segmented into two or more lines; change the max column to 76.
12105
12106         * rfc1843.el (rfc1843-decode-article-body): Don't use
12107         ignore-errors when calling mail-header-parse-content-type.
12108
12109         * rfc2231.el (rfc2231-parse-string): Return at least type if
12110         possible; don't cause an error even if it fails in parsing of
12111         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12112         (rfc2231-encode-string): Don't break lines at the beginning, leave
12113         it to mml-insert-parameter.
12114
12115         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12116         calling mail-header-parse-content-type.
12117
12118 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12119
12120         * spam-report.el (spam-report-gmane-use-article-number):
12121         Improve doc string.
12122         (spam-report-gmane-internal): Check if a suitable header was found
12123         in the article.
12124
12125 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12126
12127         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12128         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12129
12130 2006-02-05  Romain Francoise  <romain@orebokech.com>
12131
12132         Update copyright notices of all files in the gnus directory.
12133
12134 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12135
12136         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12137
12138 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12139
12140         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12141         segmented lines of parameter value to cope with Thunderbird 1.5
12142         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12143         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12144         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12145
12146 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12147
12148         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12149         parts.
12150
12151 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12152
12153         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12154         there's only one active file for all servers.
12155         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12156         solid groups.  Gnus might have used a FAST request to select the group.
12157         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12158         and nnweb-search redundantly in the active file.
12159         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12160         (nnweb-request-create-group): Don't use ARGS.
12161         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12162         initialisations.  Let nnoo do the work.
12163
12164 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12165
12166         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12167         Say the part has been decoded.
12168
12169         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12170
12171 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12172
12173         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12174         mailcap-viewer-test-cache when there's no 'test clause, since that
12175         will invert the meaning of a "nil" test previously determined by
12176         mailcap-mailcap-entry-passes-test.
12177
12178 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12179
12180         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12181         compiling.
12182
12183         * gnus-sum.el: Ditto.
12184
12185         * message.el: Don't bind tool-bar-map when compiling.
12186
12187 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12188
12189         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12190
12191 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12192
12193         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12194         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12195         current Google Groups.
12196
12197 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12198
12199         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12200         and tool-bar-mode.
12201
12202         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12203         and tool-bar-mode.
12204
12205         * message.el (message-tool-bar-update): Simplify.
12206         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12207
12208         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12209         gnus-summary-buffer.
12210         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12211         gnus-summary-reply.
12212
12213         * gmm-utils.el (gmm): Add :version.
12214
12215 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12216
12217         * Makefile.in (clean): New rule.
12218         (distclean): Use it.
12219
12220 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12221
12222         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12223         Don't autoload.
12224
12225 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12226
12227         * gmm-utils.el (gmm-verbose): Add :group.
12228
12229 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12230
12231         * message.el: Change some comments WRT tool-bars.
12232
12233         * gnus-sum.el (gnus-summary-tool-bar)
12234         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12235         (gnus-summary-tool-bar-zap-list): New variables.
12236         (gnus-summary-make-tool-bar): Complete rewrite using
12237         `gmm-tool-bar-from-list'.
12238
12239         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12240         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12241         New variables.
12242         (gnus-group-make-tool-bar): Complete rewrite using
12243         `gmm-tool-bar-from-list'.
12244         (gnus-group-tool-bar-update): New function.
12245
12246         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12247
12248 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12249
12250         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12251         is dissected into a single part of which the type is the same as
12252         the given one; decode charset.
12253
12254 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12255
12256         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12257         into alists as symbol not string, since that's what
12258         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12259         look for.
12260
12261 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12262
12263         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12264         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12265
12266         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12267
12268 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12269
12270         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12271         (gnus-xmas-mime-security-button-menu): New function.
12272
12273         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12274         (gnus-mime-security-button-menu): New definition.
12275         (gnus-mime-security-button-map): Use them.
12276         (gnus-mime-security-button-menu): New function.
12277         (gnus-insert-mime-security-button): Addition to help echo.
12278         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12279         (gnus-mime-security-pipe-part): New functions.
12280
12281         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12282         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12283
12284         * mm-decode.el (mm-handle-set-disposition): Remove.
12285         (mm-handle-set-description): Remove.
12286
12287 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12288
12289         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12290         (mm-w3m-standalone-supports-m17n-p): New function.
12291         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12292         w3m usage.
12293
12294         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12295         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12296
12297 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12298
12299         * message.el (message-tool-bar-zap-list):
12300         Use gmm-tool-bar-zap-list as custom type.
12301         (message-tool-bar-update): New function.
12302         (message-tool-bar, message-tool-bar-gnome)
12303         (message-tool-bar-retro): Add message-tool-bar-update.
12304         (message-tool-bar-gnome): Add flyspell-buffer.
12305
12306         * gnus-util.el (gnus-error): Describe `args'.
12307
12308         * gmm-utils.el (gmm-error): Describe `args'.
12309         (gmm-tool-bar-zap-list): New widget.
12310         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12311
12312 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12313
12314         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12315         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12316         the number of recursive calls.
12317
12318         * mm-decode.el (mm-handle-set-disposition): New macro.
12319         (mm-handle-set-description): New macro.
12320
12321 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12322
12323         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12324         encoding.
12325
12326 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12327
12328         * message.el (message-tool-bar-zap-list, message-tool-bar)
12329         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12330         (message-tool-bar-local-item-from-menu): Remove.
12331         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12332         (message-make-tool-bar): New function.
12333         (message-mode): Use `message-make-tool-bar'.
12334
12335         * gmm-utils.el: New file.
12336         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12337         (gmm-lazy): New widget copied from `nnmail.el'.
12338         (gmm-tool-bar-from-list): New function for creating customizable
12339         tool bars.
12340         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12341         output.
12342         (gmm): Add :prefix to defgroup.
12343
12344 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12345
12346         * gmm-utils.el (gmm-widget-p): New function.
12347
12348 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12349
12350         * mml.el (mml-attach-file): Describe `description' in doc string.
12351         (mml-menu): Add Emacs MIME manual and PGG manual.
12352
12353 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12354
12355         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12356
12357 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12358
12359         * nntp.el (nntp-end-of-line): Doc fix.
12360
12361 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12362
12363         * imap.el (imap-open): Handle case where buffer is a buffer
12364         object.
12365
12366 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12367
12368         * gnus-delay.el (gnus-delay): Don't autoload.
12369         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12370         to be re-loaded when customizing the `gnus-delay' group.
12371
12372 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12373
12374         * message.el (message-insert-citation-line): Use newlines.
12375
12376 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12377
12378         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12379         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12380         these routines, so the passphrase can be managed externally and
12381         passed in to the system.
12382         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12383         pgg-add-passphrase-to-cache function.
12384
12385         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12386         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12387         these routines, so the passphrase can be managed externally and
12388         passed in to the system.
12389         (pgg-pgp5-sign-region): Use new name of
12390         pgg-add-passphrase-to-cache function.
12391
12392 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12393
12394         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12395         part of the decoded armor to find the key-identifier.
12396         (pgg-gpg-lookup-key-owner): New function to return the
12397         human-readable identifier of a key owner.
12398         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12399         itself.
12400         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12401         the key value) if we have a key and can match it against a secret
12402         key.  Also, added a note pointing out fact that the prompt only
12403         indicates the first matching key.
12404
12405         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12406         pgg-decrypt-region.
12407         (pgg-add-passphrase-to-cache): Rename from
12408         `pgg-add-passphrase-cache' to reduce confusion (all callers
12409         changed).
12410         (pgg-remove-passphrase-from-cache): Rename from
12411         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12412         changed).
12413         (pgg-read-passphrase, pgg-add-passphrase-cache)
12414         (pgg-remove-passphrase-cache): Add informative docstrings.
12415         (pgg-decrypt): Convey provided passphrase in subordinate call to
12416         pgg-decrypt-region.
12417
12418 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12419
12420         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12421         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12422         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12423         'passphrase' argument, so the passphrase can be managed externally
12424         and then passed in to the system.
12425
12426         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12427         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12428         so the passphrase cache can be used reliably with identifiers
12429         besides a pgp packet's key id.
12430
12431         * pgg-gpg.el (pgg-gpg-encrypt-region)
12432         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12433         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12434         these routines, so the passphrase can be managed externally and
12435         passed in to the system.
12436
12437         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12438         'notruncate' argument, so the passphrase cache can be used
12439         reliably with identifiers besides a pgp packet's key id.
12440
12441 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12442
12443         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12444         symmetric encryption.
12445         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12446         encrypted session key.
12447         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12448         message ask for the passphrase in a proper way.
12449
12450         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12451         New user commands for symmetric encryption.
12452
12453 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12454
12455         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12456
12457         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12458
12459 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12460
12461         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12462
12463 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12464
12465         * mm-decode.el (mm-inlined-types): Add application/pgp.
12466         (mm-automatic-display): Ditto.
12467
12468         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12469         part as text.
12470
12471 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12472
12473         * nnrss.el: Update copyright.
12474         (nnrss-opml-import): Query whether to subscribe to each entry.
12475
12476         * gnus-art.el:
12477         * gnus-sum.el:
12478         * gnus-xmas.el:
12479         * messagexmas.el:
12480         * mm-uu.el:
12481         * mm-view.el: Update copyright.
12482
12483 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12484
12485         * message.el (message-info): New function.
12486         (message-mode-menu): Add it.
12487         Update copyright.
12488
12489         * ChangeLog: Fix and update copyright.
12490
12491 2006-01-13  Romain Francoise  <romain@orebokech.com>
12492
12493         * message.el (message-forward-subject-name-subject): Prefer the
12494         address to 'nowhere' if the sender has no name.
12495         Fix typo.  Update copyright year.
12496
12497 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12498
12499         * gnus-art.el (article-wash-html):
12500         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12501         (gnus-article-wash-html-with-w3m-standalone): New function.
12502
12503         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12504         mm-inline-text-html-render-with-w3m-standalone.
12505         (mm-text-html-washer-alist): Map w3m-standalone to
12506         gnus-article-wash-html-with-w3m-standalone.
12507         (mm-inline-text-html-render-with-w3m-standalone): New function.
12508
12509 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12510
12511         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12512         Improve LaTeX.
12513
12514 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12515
12516         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12517         (nnrss-request-article): Render text/plain parts as HTML.
12518
12519         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12520         the buffer.
12521
12522 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12523
12524         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12525         custom definition of `gnus-posting-styles'.
12526
12527         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12528         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12529
12530 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12531
12532         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12533         Use nntp for bug archive.
12534
12535 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12536
12537         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12538         parts.
12539         (nnrss-normalize-date): New function converts ISO 8601 date into
12540         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12541         (nnrss-check-group): Use it.
12542
12543 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12544
12545         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12546
12547         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12548         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12549         (nnrss-insert-w3): Ditto.
12550
12551 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12552
12553         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12554         the articles to be forwarded including the case where neither a
12555         number of articles nor a region is specified.
12556
12557 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12558
12559         * nnrss.el (nnrss-request-article): Fix last change; fill
12560         text/plain parts.
12561
12562 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12563
12564         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12565         in text/plain part.
12566         (nnrss-check-group): Don't add excessive newline to dc:subject.
12567
12568 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12569
12570         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12571         article.
12572
12573 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12574
12575         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12576         (nnml-use-compressed-files, nnml-save-mail): Support other
12577         comression programs such as bzip2.
12578
12579 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12580
12581         * dns.el (query-dns): Make sure we check the buffer size before
12582         removing tcp headers.
12583
12584 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12585
12586         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12587         remove MIME buttons associated with multipart/alternative parts.
12588         (gnus-mime-display-alternative): Tag buttons using `article-type'
12589         text property.
12590
12591         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12592         associated with multipart/alternative parts.
12593
12594         * gnus-art.el (gnus-signature-separator): Fix custom type.
12595
12596         * mm-decode.el (mm-inlined-types): Fix custom type.
12597         (mm-keep-viewer-alive-types): Ditto.
12598         (mm-automatic-display): Ditto.
12599         (mm-attachment-override-types): Ditto.
12600         (mm-inline-override-types): Ditto.
12601         (mm-automatic-external-display): Ditto.
12602
12603 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12604
12605         * spam-report.el (spam-report-user-mail-address)
12606         (spam-report-user-agent): New variables.
12607         (spam-report-url-ping-plain): Use spam-report-user-agent.
12608
12609 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12610
12611         * gnus-art.el (gnus-button-handle-custom): Do not just use
12612         `customize-apropos' for any "M-x customize-*" button but the
12613         function called for.  Accept both the function name and its
12614         argument in order to achieve this.
12615         (gnus-button-alist): Remove support for "custom:" URL's.
12616         Pass function name to `gnus-button-handle-custom' in case of "M-x
12617         customize-*" buttons.
12618
12619 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12620
12621         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12622         multipart/alternative and add xref to mm-discouraged-alternatives
12623         in doc string.
12624
12625         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12626         gnus-buttonized-mime-types in doc string.
12627
12628 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12629
12630         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12631         Suggest image/.* in the doc string.
12632
12633 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12634
12635         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12636         message-marks (Debian bug #342521).
12637
12638 2005-12-12  Simon Josefsson  <jas@extundo.com>
12639
12640         * password.el (password-read-from-cache): Add.
12641         (password-read): Use it.
12642
12643 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12644
12645         * rfc2047.el (rfc2047-charset-to-coding-system):
12646         Recognize us-ascii as a MIME charset.
12647
12648         * mm-bodies.el (mm-decode-content-transfer-encoding):
12649         Protect against the case where the 2nd arg TYPE is nil.
12650
12651 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12652
12653         * pop3.el (pop3-stream-type): Fix custom version.
12654
12655         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12656
12657 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12658
12659         * mm-decode.el (mm-display-external): Add missing cdr.
12660
12661 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12662
12663         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12664         RFC1524) if it is in mailcap or add a suffix according to
12665         mailcap-mime-extensions when generating a temp filename; postpone
12666         deleting a temp file for 2 seconds for some wrappers, shell
12667         scripts, and so on, which might exit right after having started a
12668         viewer command as a background job.
12669
12670 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12671
12672         * nntp.el (nntp-marks-directory): Fix custom group.
12673
12674         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12675         steps when < 10.
12676
12677         * gnus-start.el (gnus-no-server-1):
12678         Mention `gnus-level-default-subscribed' in doc string.
12679
12680 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12681
12682         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12683         parens.
12684
12685 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12686
12687         * gnus-xmas.el (gnus-use-toolbar): Revert.
12688         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12689         gnus-use-toolbar is default.
12690
12691         * messagexmas.el (message-use-toolbar): Revert.
12692         (message-setup-toolbar): Use global default-toolbar if
12693         message-use-toolbar is default.
12694
12695 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12696
12697         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12698         according to default-toolbar-visible-p.
12699
12700         * messagexmas.el (message-use-toolbar): Ditto.
12701
12702 2005-11-26  Dave Love  <fx@gnu.org>
12703
12704         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12705         (tls-program, tls-success): Provide openssl alternative.
12706
12707         * starttls.el: Doc fixes.
12708         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12709         SERVICE to PORT.
12710
12711         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12712         port null or service name.
12713         (starttls-negotiate): Autoload.
12714
12715 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12716
12717         * message.el (message-kill-to-signature): Fix interactive spec.
12718
12719 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12720
12721         * pop3.el (pop3-open-server): Recognize a string as a service name.
12722
12723 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12724
12725         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12726
12727 2005-11-23  Dave Love  <fx@gnu.org>
12728
12729         Add pop3s, pop3/starttls.
12730
12731         * pop3.el (pop3-authentication-scheme): Clarify doc.
12732         (open-tls-stream, starttls-open-stream): Autoload.
12733         (pop3-stream-type): New.
12734         (pop3-open-server): Use it.
12735
12736         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12737         for POP.
12738         (mail-source-keyword-map): Add :stream for POP.
12739         (mail-source-fetch-pop): Use pop3-stream-type.
12740
12741 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12742
12743         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12744         of current-time-string.
12745
12746 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12747
12748         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12749         date header.
12750
12751 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12752
12753         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12754         it can seriously impact performance as it bypasses the agent's
12755         local caches.
12756
12757 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12758
12759         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12760         must be explicitly online rather than "not explicitly offline" for
12761         its flags to be synchronized.
12762
12763         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12764         that gnus-uu-unmark-thread will function correctly.
12765
12766         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12767         1024K is instead displayed as 1M.
12768
12769 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12770
12771         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12772
12773 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12774
12775         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12776
12777 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12778
12779         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12780         error message to display actual error condition.
12781         (gnus-agent-save-local): Avoid saving symbols that are bound to
12782         nil as they simply result in a warning message in
12783         gnus-agent-read-local.
12784
12785 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12786
12787         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12788         rather than make-variable-buffer-local for file-precious-flag.
12789
12790 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12791
12792         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12793         for duplicates which are removed.  The invalid sort check then
12794         triggers a rescan after the sort as sorting may have moved
12795         duplicate entries such that they can be cheaply detected.
12796
12797 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12798
12799         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12800
12801 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12802
12803         * gnus-agent.el (gnus-agent-article-alist-save-format):
12804         Change internal variable to a custom variable.  Change default value
12805         from compressed(2) to uncompressed(1).
12806         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12807         support for uncompressed agentview files.  Taken together, reading
12808         the agentview file should now be 6-7 times faster.
12809
12810 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12811
12812         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12813         as a buffer-local variable.  This avoids creating truncated
12814         dribble files as a result of a hang up, eg.
12815
12816 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12817
12818         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12819         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12820         XEmacs.
12821
12822 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12823
12824         * gnus-start.el (gnus-start-draft-setup):
12825         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12826
12827         * gnus.el (gnus-splash): Change custom group.
12828         (gnus-group-get-parameter, gnus-group-parameter-value):
12829         Describe allow-list argument.
12830
12831         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12832         string.
12833
12834 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12835
12836         * gnus-art.el (gnus-default-article-saver): Add user-defined
12837         `function' to custom type.
12838
12839 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12840
12841         * imap.el (imap-open): Handle case where buffer is a buffer
12842         object.
12843
12844 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12845
12846         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12847         long lines.
12848         (gnus-cache-delete-group): Wrap doc strings.
12849
12850         * gnus-agent.el (gnus-agent-rename-group)
12851         (gnus-agent-delete-group): Wrap doc strings.
12852
12853 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12854
12855         * messagexmas.el (message-use-toolbar): Change the valid values
12856         into default, top, bottom, left, and right.
12857         (message-toolbar-thickness): New variable.
12858         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12859         well.
12860         (message-setup-toolbar): Make it work.
12861
12862         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12863         (gnus-use-toolbar): Change the valid values into default, top,
12864         bottom, left, and right.
12865         (gnus-toolbar-thickness): New variable.
12866         (gnus-xmas-setup-toolbar): New function.
12867         (gnus-xmas-setup-group-toolbar): Use it.
12868         (gnus-xmas-setup-summary-toolbar): Use it.
12869
12870 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12871
12872         * gnus-start.el (gnus-1): Add "native" to
12873         gnus-predefined-server-alist.
12874
12875         * gnus.el (gnus-method-to-server): Don't add "native" to the
12876         lists here, because that leads to problems when
12877         gnus-select-method is bound.
12878
12879 2005-11-09  Simon Josefsson  <jas@extundo.com>
12880
12881         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12882         use (not sort-by-date) instead.
12883
12884 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12885
12886         * gnus-delay.el (gnus-delay-group): Don't autoload.
12887         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12888         to be re-loaded when customizing the `gnus-delay' group.
12889
12890 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12891
12892         * message.el: Revert last changes.
12893         (message-insert-citation-line): Use newlines.
12894
12895 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12896
12897         * message.el (message-courtesy-message)
12898         (message-mark-insert-begin, message-mark-insert-end)
12899         (message-elide-ellipsis, message-cancel-message)
12900         (message-add-header, message-change-subject)
12901         (message-cross-post-followup-to-header)
12902         (message-cross-post-insert-note, message-reduce-to-to-cc)
12903         (message-widen-reply, message-delete-not-region)
12904         (message-kill-to-signature, message-insert-signature)
12905         (message-insert-importance-high, message-insert-importance-low)
12906         (message-insert-or-toggle-importance)
12907         (message-insert-disposition-notification-to)
12908         (message-indent-citation, message-yank-original)
12909         (message-cite-original-without-signature, message-cite-original)
12910         (message-insert-citation-line, message-position-on-field)
12911         (message-fix-before-sending, message-send-mail-partially)
12912         (message-send-mail, message-send-mail-with-sendmail)
12913         (message-send-mail-with-qmail, message-send-news)
12914         (message-check-news-header-syntax, message-generate-headers)
12915         (message-insert-courtesy-copy, message-fill-address)
12916         (message-fill-header, message-shorten-references)
12917         (message-setup-1, message-cancel-news)
12918         (message-forward-make-body-plain, message-forward-make-body-mime)
12919         (message-forward-make-body-mml, message-encode-message-body)
12920         (message-forward-make-body-digest-plain)
12921         (message-forward-make-body-digest-mime)
12922         (message-use-alternative-email-as-from): Insert `hard-newline'
12923         instead of ordinary newlines.
12924
12925 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12926
12927         * message.el (message-generate-headers): Downcase the argument
12928         given to message-check-element.
12929
12930 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12931
12932         * nntp.el (nntp-authinfo-rejected): New error condition.
12933         (nntp-wait-for): Use new error condition to signal authentication
12934         error.
12935         (nntp-retrieve-data): Rethrow new error condition to break out of
12936         recursive call to nntp-send-authinfo.
12937
12938 2005-11-08  Romain Francoise  <romain@orebokech.com>
12939
12940         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12941         (gnus-summary-exit-map): Bind to `Z p'.
12942         (gnus-summary-make-menu-bar): Add menu item.
12943
12944 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12945
12946         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12947         (gnus-treat-*): Add `first' in all doc strings.
12948
12949         * gnus-group.el (gnus-group-compact-group): Fix typo.
12950
12951 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12952
12953         * gnus.el (gnus-parameters-case-fold-search): New variable.
12954         (gnus-parameters-get-parameter): Use it.
12955
12956         * gnus-score.el (gnus-home-score-file): Doc fix.
12957
12958 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12959
12960         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12961
12962 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12963
12964         * mm-util.el (mm-special-display-p): New function.
12965
12966         * mml.el (mml-preview): Use it; doc fix.
12967
12968 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12969
12970         * imap.el (imap-open): Handle case where buffer is a buffer object.
12971
12972 2005-10-29  Romain Francoise  <romain@orebokech.com>
12973
12974         * message.el (message-fix-before-sending): Fix comment.
12975
12976 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12977
12978         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12979
12980 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12981
12982         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12983         Used in gnus-score.el.
12984
12985 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12986
12987         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12988
12989 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12990
12991         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12992         whitespace removed in revision 7.8.  Use concatenated string to
12993         protect trailing whitespace.
12994
12995 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12996
12997         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12998         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12999         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13000         Courier IMAP ("some version from 2004").  Mostly based on similar
13001         code in the same function.
13002
13003 2005-10-26  Didier Verna  <didier@xemacs.org>
13004
13005         * gnus-group.el (gnus-group-compact-group): Invalidate original
13006         article buffer.
13007         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13008         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13009         NOV database and in article itself.
13010         Invalidate article backlog.
13011
13012 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13013
13014         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13015
13016 2005-10-26  Simon Josefsson  <jas@extundo.com>
13017
13018         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13019         part of 2004-07-25 change.
13020
13021 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13022
13023         * message.el (message-display-completion-list): New function.
13024         (message-expand-group): Use it; make sure the Completions buffer
13025         is modifiable.
13026 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13027
13028         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13029         user-mail-name is an empty string.
13030
13031 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13032
13033         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13034         depending on gnus-score-decay-constant.
13035
13036         * encrypt.el (encrypt-insert-file-contents)
13037         (encrypt-write-file-contents): Don't use `gnus-message'.
13038
13039         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13040         arguments.
13041         (mm-uu-type-alist): Add message-marks and insert-marks.
13042         Pass arguments to mm-uu-verbatim-marks-extract.
13043         (mm-uu-hide-markers): New variable.
13044         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13045
13046         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13047         (gnus-convert-image-to-face-command): Use "convert" by default to
13048         allow other input image formats.
13049         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13050         accordingly.
13051
13052 2005-10-23  Simon Josefsson  <jas@extundo.com>
13053
13054         * imap.el (imap-gssapi-program): Align command line parameters
13055         with latest GNU SASL.
13056         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13057
13058 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13059
13060         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13061         HTML.
13062         (nnslashdot-request-article): Ditto.
13063
13064         * lpath.el (featurep): Add nobreak-char-display.
13065
13066 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13067
13068         * mail-source.el (mail-source-fetch-pop): Require pop3.
13069         (mail-source-check-pop): Ditto.
13070
13071 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13072
13073         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13074         errors.
13075
13076 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13077
13078         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13079         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13080
13081         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13082
13083         * mm-bodies.el (mm-decode-string):
13084         Call `mm-charset-to-coding-system' with allow-override argument.
13085
13086 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13087
13088         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13089         (rfc2047-charset-to-coding-system): New function.
13090         (rfc2047-decode-encoded-words): New function.
13091         (rfc2047-decode-region): Use them.
13092         (rfc2047-decode-cte): Remove.
13093         (rfc2047-parse-and-decode): Remove.
13094         (rfc2047-decode): Remove.
13095
13096 2005-10-15  Kenichi Handa  <handa@m17n.org>
13097
13098         * rfc2047.el (rfc2047-decode-cte): New function.
13099         (rfc2047-decode-region): Change the way to decode successive
13100         encoded-words: decode B- or Q-encoding in each encoded-word,
13101         concatenate them, and decode it as charset.
13102
13103 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13104
13105         * lpath.el: Fbind codepage-setup for XEmacs.
13106
13107 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13108
13109         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13110         widget-move-and-invoke.
13111         (gnus-custom-mode): Use gnus-custom-map.
13112
13113 2005-10-15  Bill Wohler  <wohler@newt.com>
13114
13115         * message.el (message-tool-bar-map): Rename image file from
13116         mail_send to mail/send.
13117
13118 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13119
13120         * message.el (message-expand-group): Pass the common
13121         prefix substring of completion to `display-completion-list'.
13122
13123 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13124
13125         * mml-sec.el (mml-secure-method): New internal variable.
13126         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13127         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13128         New functions using mml-secure-method.
13129
13130         * mml.el (mml-mode-map): Add key bindings for those functions.
13131         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13132         Harder <harder@myrealbox.com>.
13133         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13134         Goto end of message if point is the headers of the message.
13135
13136         * message.el (message-in-body-p): New function.
13137
13138         * assistant.el: Autoload gnus-util and netrc.
13139
13140         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13141         Use `mm-charset-override-alist' only when decoding.
13142
13143         * mm-bodies.el (mm-decode-body):
13144         Call `mm-charset-to-coding-system' with allow-override argument.
13145
13146         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13147         `filename' from Content-Disposition if Content-Type doesn't
13148         provide `name'.
13149         (gnus-mime-view-part-as-type): Set default instead of
13150         initial-input.
13151
13152 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13153
13154         * format-spec.el (format-spec): Propagate text properties of % spec.
13155
13156 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13157
13158         * gnus-art.el (gnus-treat-predicate): Add `first'.
13159
13160 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13161
13162         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13163         (mm-charset-override-alist): New variable.
13164         (mm-charset-to-coding-system): Use it.
13165         (mm-codepage-setup): New helper function.
13166         (mm-charset-eval-alist): New variable.
13167         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13168         Warn about unknown charsets.
13169
13170         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13171
13172 2005-10-04  David Hansen  <david.hansen@gmx.net>
13173
13174         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13175         (nnrss-check-group): Ditto.
13176
13177 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13178
13179         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13180         Rename x-gnus-verbatim to x-verbatim.
13181         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13182
13183         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13184         x-verbatim.
13185
13186         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13187
13188         * gnus-util.el (gnus-remove-duplicates): Remove.
13189
13190         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13191         instead of gnus-remove-duplicates.
13192
13193         * message.el (message-remove-duplicates): Remove.
13194         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13195         message-remove-duplicates.
13196
13197         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13198         available, else use implementation from `delete-dups'.
13199
13200         * message.el (message-insert-expires): New function.
13201         (message-mode-map): Add key binding.
13202         (message-mode-field-menu): Add menu entry.
13203         (message-mode): Document it.
13204         (message-make-expires-date): Use `message-make-date'.
13205
13206 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13207
13208         * message.el (message-make-expires-date): New function.
13209
13210 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13211
13212         * Makefile.in (list-installed-shadows): New entry.
13213         (install): Use it.
13214         (remove-installed-shadows): New entry.
13215
13216         * dgnushack.el (dgnushack-default-load-path): New variable.
13217         (dgnushack-find-lisp-shadows): New function.
13218         (dgnushack-remove-lisp-shadows): New function.
13219
13220 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13221
13222         * Makefile.in (install-el-elc): New entry.
13223         (install): Use it so that .el files are necessarily installed.
13224
13225 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13226
13227         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13228
13229 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13230
13231         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13232         function rather than the diff-mode.el package.
13233         (mm-display-external): Use with-current-buffer.
13234         (mm-viewer-completion-map, mm-viewer-completion-map):
13235         Move initialization inside declaration.
13236
13237 2005-09-29  Simon Josefsson  <jas@extundo.com>
13238
13239         * spam.el: Load hashcash when compiling, to avoid warnings.
13240         Don't autoload mail-check-payment.
13241         (spam-check-hashcash): Define unconditionally, since hashcash.el
13242         is part of Gnus now.  Ignore errors from payment checking.
13243
13244 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13245
13246         * message.el (message-bold-region, message-unbold-region):
13247         Rename from `bold-region' and `unbold-region'.
13248
13249         * message.el: Remove useless autoloads.
13250
13251 2005-09-28  Simon Josefsson  <jas@extundo.com>
13252
13253         * message.el (message-use-idna): Default to t.
13254         (message-use-idna): Test whether encoding works too.  Doc fix.
13255
13256 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13257
13258         * nntp.el (nntp-warn-about-losing-connection): Remove.
13259
13260 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13261
13262         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13263         customizable.  Change default value.
13264         (mm-uu-diff-groups-regexp): Change default value.
13265         (mm-uu-type-alist): Add doc string.
13266         (mm-uu-configure): Add doc string.  Make it interactive.
13267         (mm-uu-tex-groups-regexp): New variable.
13268         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13269         (mm-uu-type-alist): Add LaTeX documents.
13270         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13271         of "text/verbatim".
13272         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13273
13274         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13275         instead of "text/verbatim".
13276
13277         * message.el (message-mark-inserted-region)
13278         (message-mark-insert-file): Use slrn style marks when called with
13279         prefix argument.
13280
13281 2005-09-27  Simon Josefsson  <jas@extundo.com>
13282
13283         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13284
13285 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13286
13287         * message.el (message-remove-duplicates): New function.
13288         Implementation borrowed from `gnus-remove-duplicates'.
13289         (message-idna-to-ascii-rhs): Also encode idna addresses in
13290         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13291         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13292         only ask about the same idna domain once per header and also tell
13293         in what header to replace the idna domain.
13294
13295         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13296         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13297         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13298         a header is decoded and not just the last one.
13299
13300 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13301
13302         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13303         has been decoded.
13304
13305         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13306         (mm-insert-part): Don't modify text if it has been decoded.
13307
13308         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13309         decoded.
13310
13311         * mm-view.el (mm-inline-text): Don't strip text props unless
13312         decoding enriched or richtext parts.
13313
13314 2005-09-25  Romain Francoise  <romain@orebokech.com>
13315
13316         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13317         * gnus-start.el (gnus-subscribe-interactively):
13318         * gnus-uu.el (gnus-uu-grab-articles):
13319         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13320         space.
13321
13322 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13323
13324         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13325         * mm-view.el (mm-view-pkcs7-decrypt):
13326         * gnus-sum.el (gnus-summary-limit-to-extra)
13327         (gnus-summary-respool-article, gnus-read-move-group-name):
13328         * gnus-score.el (gnus-summary-increase-score):
13329         * gnus-util.el (gnus-completing-read-with-default):
13330         * gnus-art.el (gnus-read-save-file-name)
13331         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13332         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13333         * message.el (message-check-news-header-syntax):
13334         Follow convention for reading with the minibuffer.
13335
13336 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13337
13338         * spam-report.el (spam-report-url-ping-plain):
13339         Use gnus-extended-version as User-Agent.
13340
13341         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13342         default value is nil.
13343
13344         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13345         (mm-uu-verbatim-marks-extract): New function.
13346         (mm-uu-extract): New face.
13347         (mm-uu-copy-to-buffer): Use it.
13348
13349         * spam-report.el (spam-report-gmane-ham): Rename from
13350         `spam-report-gmane-unspam'.
13351         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13352         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13353
13354         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13355         Autoload.
13356         (spam-report-gmane-unregister-routine):
13357         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13358
13359 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13360
13361         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13362         (spam-report-gmane-unregister-routine): Add support for gmane
13363         unregistration.
13364
13365         * spam-report.el (spam-report-gmane-unspam)
13366         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13367         (spam-report-gmane): Change to take a single article and do unspam
13368         registration.
13369
13370 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13371
13372         * mm-url.el (mm-url-decode-entities): Fix regexp.
13373
13374 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13375
13376         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13377         default to nil, to be able to use Gnus at all.  If the default
13378         switches to something else, then the function should be fixed not
13379         be exceedingly slow.
13380
13381 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13382
13383         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13384         fail hard.
13385
13386         * spam-report.el: Add better Keywords line.
13387
13388         * spam.el: Add Maintainer and better Keywords line.
13389
13390 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13391
13392         * gnus-art.el (gnus-article-replace-part)
13393         (gnus-mime-replace-part): New functions.
13394         (gnus-mime-action-alist, gnus-mime-button-commands)
13395         (gnus-mime-save-part-and-strip): Add file argument.
13396         (gnus-article-part-wrapper): Add interactive argument.
13397
13398         * gnus-sum.el (gnus-summary-mime-map):
13399         Add `gnus-article-replace-part'.
13400
13401 2005-09-19  Didier Verna  <didier@xemacs.org>
13402
13403         The nnml compaction feature:
13404         * nnml.el (nnml-request-compact-group): New function.
13405         * nnml.el (nnml-request-compact): New function.
13406         * gnus-int.el (gnus-request-compact-group): New function.
13407         * gnus-int.el (gnus-request-compact): New function.
13408         * gnus-group.el (gnus-group-compact-group): New function.
13409         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13410         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13411         * gnus-srvr.el (gnus-server-compact-server): New function.
13412         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13413         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13414
13415 2005-09-18  Deepak Goel  <deego@gnufans.org>
13416
13417         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13418         format spec.
13419
13420 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13421
13422         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13423
13424 2005-09-15  Romain Francoise  <romain@orebokech.com>
13425
13426         * message.el (message-fill-paragraph): Clarify docstring.
13427
13428 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13429
13430         * gnus-art.el (gnus-mime-display-part): Protect against broken
13431         MIME messages.
13432
13433 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13434
13435         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13436         before parsing header.
13437
13438 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13439
13440         * html2text.el (html2text-replace-list): Add new entities.
13441
13442 2005-09-11  Romain Francoise  <romain@orebokech.com>
13443
13444         * message.el (message-alternative-emails): Improve docstring.
13445         (message-setup-1): Call `message-use-alternative-email-as-from'
13446         after `message-setup-hook' to give it precedence over posting
13447         styles, etc.
13448         (message-use-alternative-email-as-from): Add docstring.
13449         Remove the original From header if present.
13450
13451         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13452         (nnml-save-mail): Use it.
13453
13454         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13455         articles.  Add new argument `silent'.
13456         (gnus-uu-mark-all): Report the total number of marked articles.
13457
13458 2005-09-10  Romain Francoise  <romain@orebokech.com>
13459
13460         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13461         (gnus-uu-mark-series): Likewise.
13462
13463 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13464
13465         * spam-report.el (spam-report-gmane): Fix generation of spam
13466         report URL.
13467
13468 2005-09-10  Simon Josefsson  <jas@extundo.com>
13469
13470         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13471         t, based on discussion on the ding list with Robert Epprecht
13472         <epprecht@solnet.ch>.
13473
13474 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13475
13476         * spam-report.el (spam-report-gmane): Make it work without
13477         X-Report-Spam header.  Gmane now only provides Archived-At.
13478         This is only used if `spam-report-gmane-use-article-number' is nil.
13479         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13480
13481         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13482         make `gnus-summary-sort-by-recipient' work with threading.
13483
13484         * nnweb.el (nnweb-google-wash-article): Print a message if article
13485         is not available.
13486
13487 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13488
13489         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13490         change.  Decode text/* parts content before displaying.
13491
13492 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13493
13494         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13495
13496 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13497
13498         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13499
13500         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13501         url-package-name, url-package-version,
13502         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13503         w3m-display-inline-images, and w3m-minor-mode-map.
13504
13505 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13506
13507         * message.el (message-tab-body-function): Fix mismatched custom type.
13508
13509         * gnus.el (gnus-group-change-level-function): Ditto.
13510
13511         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13512
13513         * gnus-art.el (gnus-signature-limit)
13514         (gnus-article-mime-part-function): Ditto.
13515
13516 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13517
13518         * mml.el (mml-mode): Silence the byte compiler.
13519
13520         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13521         using `(sit-for 0)' before moving the point to the specified part;
13522         skip unbuttonized parts.
13523         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13524         return to the summary window if gnus-auto-select-part is non-nil.
13525
13526 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13527
13528         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13529         New variables.
13530         (mml-dnd-attach-file, mml-mode): Use them.
13531
13532         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13533         Make fetching article by MID work again for Google Groups.
13534         Add FIXME concerning gnus-group-make-web-group.
13535
13536         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13537         Don't depend on Gnus by using mail-extract-address-components if
13538         gnus-extract-address-components is not bound.
13539
13540 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13541
13542         * gnus-art.el (gnus-mime-display-security): Don't display the
13543         signature, but only the signed part.
13544
13545 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13546
13547         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13548
13549         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13550         list, not listp.
13551
13552 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13553
13554         * mm-encode.el (mm-encode-content-transfer-encoding):
13555         Likewise when encoding.
13556
13557         * mm-bodies.el (mm-decode-content-transfer-encoding):
13558         De-canonicalize CRLF for all text content types, not just
13559         text/plain.
13560
13561 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13562
13563         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13564         valid article; point arrow and cursor at the MIME button.
13565
13566 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13567
13568         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13569         Suggested by Dan Christensen <jdc@uwo.ca>.
13570
13571         * mm-decode.el (mm-save-part): Enable change of prompt.
13572
13573 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13574
13575         * gnus-msg.el (gnus-inews-add-send-actions):
13576         Make `message-post-method' lambda parameter ARG `&optional'.
13577
13578 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13579
13580         * gnus-sum.el (gnus-summary-mime-map):
13581         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13582         gnus-article-jump-to-part.
13583
13584         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13585         (gnus-article-edit-part): Use it.
13586         (gnus-article-part-wrapper): Add no-handle argument.
13587         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13588         New functions.
13589
13590 2005-08-29  Romain Francoise  <romain@orebokech.com>
13591
13592         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13593         docstring.
13594         (gnus-face-from-file): Likewise.
13595
13596 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13597
13598         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13599         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13600         non-nil.
13601         (gnus-auto-select-part): New variable.
13602         (gnus-article-jump-to-part): New function.
13603         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13604         (gnus-mime-delete-part): Allow selecting specified part after
13605         deleting or stripping parts.
13606         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13607         part if argument is bogus.
13608
13609 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13610
13611         * gnus-art.el (w3m-minor-mode-map):
13612         * gnus-spec.el (gnus-newsrc-file-version):
13613         * gnus-util.el (nnmail-active-file-coding-system)
13614         (gnus-original-article-buffer, gnus-user-agent):
13615         * gnus.el (gnus-ham-process-destinations)
13616         (gnus-parameter-ham-marks-alist)
13617         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13618         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13619         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13620         * mm-decode.el (gnus-current-window-configuration):
13621         * mm-extern.el (gnus-article-mime-handles):
13622         * mm-url.el (url-current-object, url-package-name)
13623         (url-package-version):
13624         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13625         (smime-keys, w3m-cid-retrieve-function-alist)
13626         (w3m-current-buffer, w3m-display-inline-images)
13627         (w3m-minor-mode-map):
13628         * mml-smime.el (gnus-extract-address-components):
13629         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13630         (gnus-newsrc-hashtb, message-default-charset)
13631         (message-deletable-headers, message-options)
13632         (message-posting-charset, message-required-mail-headers)
13633         (message-required-news-headers):
13634         * mml1991.el (mc-pgp-always-sign):
13635         * mml2015.el (mc-pgp-always-sign):
13636         * nnheader.el (nnmail-extra-headers):
13637         * rfc1843.el (gnus-decode-encoded-word-function)
13638         (gnus-decode-header-function, gnus-newsgroup-name):
13639         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13640
13641 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13642
13643         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13644         the end of the date treatments.
13645
13646 2005-08-15  Simon Josefsson  <jas@extundo.com>
13647
13648         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13649         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13650         Capello and Romain Francoise.
13651         (pgg-fetch-key-function): Remove, not used?
13652         (pgg-insert-url-with-w3): Require url, to get
13653         url-insert-file-contents regardless of where it is defined.
13654
13655 2005-08-13  Romain Francoise  <romain@orebokech.com>
13656
13657         * message.el (message-cite-original-1): New function.
13658         (message-cite-original): Use it.
13659         (message-cite-original-without-signature): Ditto.
13660
13661 2005-08-08  Romain Francoise  <romain@orebokech.com>
13662
13663         * message.el (message-yank-empty-prefix): New variable.
13664         (message-indent-citation): Use it.
13665         (message-cite-original-without-signature): Respect X-No-Archive.
13666
13667 2005-08-08  Simon Josefsson  <jas@extundo.com>
13668
13669         * pgg.el: Autoload url-insert-file-contents instead of loading
13670         w3/url.
13671         (pgg-insert-url-with-w3): Don't load url here.
13672
13673 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13674
13675         * message.el (message-kill-to-signature): Don't insert newline at
13676         bol.
13677         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13678
13679 2005-08-06  Romain Francoise  <romain@orebokech.com>
13680
13681         * message.el (message-user-fqdn): Fix typo in docstring.
13682
13683 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13684
13685         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13686
13687         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13688
13689 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13690
13691         * mm-bodies.el (mm-encode-body): Use coding system rather than
13692         charset to encode text.
13693
13694         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13695         number of charsets if utf-8 is available (XEmacs).
13696
13697 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13698
13699         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13700         taken from `gnus-button-mid-or-mail-regexp'.
13701         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13702         (gnus-button-alist): Improve regexp for domain part of the MIDs
13703         for news:localpart@domain buttons.
13704         (gnus-button-ctan-directory-regexp): Update.
13705
13706 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13707
13708         * sieve-manage.el (sieve-manage-interactive-login):
13709         Use make-local-variable rather than make-variable-buffer-local.
13710         (sieve-manage-open): Ditto.
13711         (sieve-manage-authenticate): Ditto.
13712
13713         * mml.el (mml-generate-mime-1): Make the content type default to
13714         text/plain if the filename is not specified.
13715
13716 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13717
13718         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13719         instead of insert-buffer.
13720
13721         * message.el (message-yank-original): Ditto; set the mark at the
13722         end of the yanked message.
13723
13724 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13725
13726         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13727         lines to scroll rather than to stop it.
13728
13729         * mml.el (mml-generate-default-type): Add doc string.
13730         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13731         default to application/octet-stream when determining the content
13732         type if it is not specified for the part or the mml contents; add
13733         a comment about mml-generate-default-type.
13734
13735 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13736
13737         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13738         make it default to application/octet-stream when determining the
13739         content type if it is not specified for the external contents.
13740
13741 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13742
13743         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13744         segmented parameter but also other parameters might be there.
13745
13746 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13747
13748         * mm-decode.el (mm-display-external): Delete temp file, directory
13749         and buffer immediately if the external process is exited.
13750
13751 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13752
13753         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13754         fewer lines than that of scroll-margin.
13755         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13756
13757 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13758
13759         * gnus-art.el (gnus-article-next-page): Revert.
13760         (gnus-article-beginning-of-window): New macro.
13761         (gnus-article-next-page-1): Use it.
13762         (gnus-article-prev-page): Ditto.
13763         (gnus-article-edit-part): Use insert-buffer-substring instead of
13764         insert-buffer.
13765         (gnus-article-edit-exit): Ditto.
13766
13767         * gnus-util.el (gnus-beginning-of-window): Remove.
13768         (gnus-end-of-window): Remove.
13769
13770         * lpath.el: Don't bind header-line-format and scroll-margin.
13771
13772 2005-07-25  Simon Josefsson  <jas@extundo.com>
13773
13774         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13775         to have the url package without w3.  Reported by Daiki Ueno
13776         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13777
13778 2005-07-20  Didier Verna  <didier@xemacs.org>
13779
13780         * gnus-diary.el: Remove the description comment (nndiary is now
13781         properly documented in the Gnus manual).
13782         Fix the spelling of "Back End".
13783         * nndiary.el: Ditto.
13784         Fix the copyright notice.
13785
13786 2005-07-18  Romain Francoise  <romain@orebokech.com>
13787
13788         * gnus-sum.el (gnus-summary-to-prefix)
13789         (gnus-summary-newsgroup-prefix): New variables.
13790         (gnus-summary-from-or-to-or-newsgroups): Use them.
13791
13792 2005-07-17  Romain Francoise  <romain@orebokech.com>
13793
13794         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13795         space as it's generally not especially interesting to the user.
13796
13797 2005-07-16  Romain Francoise  <romain@orebokech.com>
13798
13799         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13800         nil to avoid prompting and file modification if one of the
13801         messages at the top of the nnfolder file contains a copyright
13802         notice.
13803         Update copyright notice.
13804
13805         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13806         instead of `current-time-string' as the latter creates a time
13807         string that is not RFC 2822 compliant (it lacks the zone).
13808         Update copyright notice.
13809
13810 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13811
13812         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13813         for text/rtf.  Display default in prompt.  Pass default for M-n.
13814
13815         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13816
13817 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13818
13819         * gnus-msg.el (gnus-button-mailto):
13820         Remove save-selected-window-window hackery because it relies on
13821         save-selected-window internals.
13822
13823 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13824
13825         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13826         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13827         (gnus-article-prev-page): Ditto.
13828
13829         * gnus-util.el (gnus-beginning-of-window): New function.
13830         (gnus-end-of-window): New function.
13831
13832         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13833
13834 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13835
13836         * gnus-score.el (gnus-score-edit-all-score):
13837         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13838         gnus-message.
13839
13840 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13841
13842         * gnus-msg.el (gnus-button-mailto):
13843         Remove save-selected-window-window hackery because it relies on
13844         save-selected-window internals.
13845
13846 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13847
13848         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13849         add-minor-mode.
13850         (gnus-binary-mode): Ditto.
13851
13852         * gnus-topic.el (gnus-topic-mode): Ditto.
13853
13854 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13855
13856         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13857         (gnus-article-prev-page): Take scroll-margin into consideration.
13858
13859 2005-07-04  Lute Kamstra  <lute@gnu.org>
13860
13861         Update FSF's address in GPL notices.
13862
13863 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13864
13865         * gnus.el (gnus-exit):
13866         * gnus-group.el (gnus-group-icons):
13867         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13868
13869         * gnus-nocem.el (gnus-nocem):
13870         * message.el (message-various, message-buffers, message-sending)
13871         (message-interface, message-forwarding, message-insertion)
13872         (message-headers, message-news, message-mail):
13873         * pgg-gpg.el (pgg-gpg):
13874         * pgg-parse.el (pgg-parse):
13875         * pgg-pgp.el (pgg-pgp):
13876         * pgg-pgp5.el (pgg-pgp5):
13877         * pop3.el (pop3): Finish `defgroup' description with period.
13878
13879 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13880
13881         * gnus-art.el (article-display-face): Improve the efficiency.
13882         (article-display-x-face): Ditto; remove grey x-face stuff.
13883
13884 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13885
13886         * gnus-art.el (article-display-face): Correct the position in
13887         which Faces are inserted.
13888
13889 2005-06-29  Didier Verna  <didier@xemacs.org>
13890
13891         * gnus-art.el (article-display-face): Display faces in correct
13892         order.
13893
13894 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13895
13896         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13897         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13898         (gnus-nocem-check-article): Fetch the Type header.
13899         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13900         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13901         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13902         make sure gnus-nocem-hashtb is initialized.
13903         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13904         (gnus-nocem-unwanted-article-p): Ditto.
13905
13906         * pgg.el (pgg-verify): Return the verification result.
13907
13908 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13909
13910         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13911         is ascii.
13912
13913 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13914
13915         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13916         `show-nonbreak-escape'.
13917
13918 2005-06-23  Lute Kamstra  <lute@gnu.org>
13919
13920         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13921
13922         * dig.el (dig-mode):
13923         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13924
13925 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13926
13927         * nnimap.el (nnimap-split-download-body): Fix spellings.
13928
13929 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13930
13931         * gnus-art.el (gnus-article-encrypt-body):
13932         * gnus-cus.el (gnus-score-customize):
13933         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13934         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13935
13936 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13937
13938         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13939         header by looking for magic "MII" at the beginnig.
13940
13941 2005-06-16  Miles Bader  <miles@gnu.org>
13942
13943         * gnus-xmas.el (gnus-xmas-group-startup-message):
13944         Use renamed gnus-splash face.
13945
13946         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13947         (assistant-field-face): New backward-compatibility alias for renamed
13948         face.
13949         (assistant-render-text): Use renamed assistant-field face.
13950
13951         * spam.el (spam): Remove "-face" suffix from face name.
13952         (spam-face): New backward-compatibility alias for renamed face.
13953         (spam-face, spam-initialize): Use renamed spam face.
13954
13955         * message.el (message-header-to, message-header-cc)
13956         (message-header-subject, message-header-newsgroups)
13957         (message-header-other, message-header-name)
13958         (message-header-xheader, message-separator, message-cited-text)
13959         (message-mml): Remove "-face" suffix from face names.
13960         (message-header-to-face, message-header-cc-face)
13961         (message-header-subject-face, message-header-newsgroups-face)
13962         (message-header-other-face, message-header-name-face)
13963         (message-header-xheader-face, message-separator-face)
13964         (message-cited-text-face, message-mml-face):
13965         New backward-compatibility aliases for renamed faces.
13966         (message-font-lock-keywords): Use renamed message faces.
13967
13968         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13969         (sieve-test-commands, sieve-tagged-arguments):
13970         Remove "-face" suffix from face names.
13971         (sieve-control-commands-face, sieve-action-commands-face)
13972         (sieve-test-commands-face, sieve-tagged-arguments-face):
13973         New backward-compatibility aliases for renamed faces.
13974         (sieve-control-commands-face, sieve-action-commands-face)
13975         (sieve-test-commands-face, sieve-tagged-arguments-face):
13976         Use renamed sieve faces.
13977
13978         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13979         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13980         (gnus-group-news-3-empty, gnus-group-news-4)
13981         (gnus-group-news-4-empty, gnus-group-news-5)
13982         (gnus-group-news-5-empty, gnus-group-news-6)
13983         (gnus-group-news-6-empty, gnus-group-news-low)
13984         (gnus-group-news-low-empty, gnus-group-mail-1)
13985         (gnus-group-mail-1-empty, gnus-group-mail-2)
13986         (gnus-group-mail-2-empty, gnus-group-mail-3)
13987         (gnus-group-mail-3-empty, gnus-group-mail-low)
13988         (gnus-group-mail-low-empty, gnus-summary-selected)
13989         (gnus-summary-cancelled, gnus-summary-high-ticked)
13990         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13991         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13992         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13993         (gnus-summary-low-undownloaded)
13994         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13995         (gnus-summary-low-unread, gnus-summary-normal-unread)
13996         (gnus-summary-high-read, gnus-summary-low-read)
13997         (gnus-summary-normal-read, gnus-splash):
13998         Remove "-face" suffix from face names.
13999         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14000         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14001         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14002         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14003         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14004         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14005         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14006         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14007         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14008         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14009         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14010         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14011         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14012         (gnus-summary-normal-ticked-face)
14013         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14014         (gnus-summary-normal-ancient-face)
14015         (gnus-summary-high-undownloaded-face)
14016         (gnus-summary-low-undownloaded-face)
14017         (gnus-summary-normal-undownloaded-face)
14018         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14019         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14020         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14021         (gnus-splash-face):
14022         New backward-compatibility aliases for renamed faces.
14023         (gnus-group-startup-message): Use renamed gnus faces.
14024
14025         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14026         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14027         (gnus-server-agent): Remove "-face" suffix from face names.
14028         (gnus-server-agent-face, gnus-server-opened-face)
14029         (gnus-server-closed-face, gnus-server-denied-face)
14030         (gnus-server-offline-face):
14031         New backward-compatibility aliases for renamed faces.
14032         (gnus-server-agent-face, gnus-server-opened-face)
14033         (gnus-server-closed-face, gnus-server-denied-face)
14034         (gnus-server-offline-face): Use renamed gnus faces.
14035
14036         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14037         Remove "-face" suffix from face names.
14038         (gnus-picon-xbm-face, gnus-picon-face):
14039         New backward-compatibility aliases for renamed faces.
14040
14041         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14042         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14043         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14044         (gnus-cite-11): Remove "-face" suffix from face names.
14045         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14046         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14047         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14048         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14049         New backward-compatibility aliases for renamed faces.
14050         (gnus-cite-attribution-face, gnus-cite-face-list)
14051         (gnus-article-boring-faces): Use renamed gnus faces.
14052
14053         * gnus-art.el (gnus-signature, gnus-header-from)
14054         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14055         (gnus-header-content): Remove "-face" suffix from face names.
14056         (gnus-signature-face, gnus-header-from-face)
14057         (gnus-header-subject-face, gnus-header-newsgroups-face)
14058         (gnus-header-name-face, gnus-header-content-face):
14059         New backward-compatibility aliases for renamed faces.
14060         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14061
14062         * gnus-sum.el (gnus-summary-selected-face)
14063         (gnus-summary-highlight): Use renamed gnus faces.
14064         * gnus-group.el (gnus-group-highlight): Likewise.
14065
14066 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14067
14068         * gnus-sieve.el (gnus-sieve-article-add-rule):
14069         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14070         * spam-stat.el (spam-stat-buffer-change-to-spam)
14071         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14072
14073         * message.el (message-is-yours-p):
14074         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14075
14076 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14077
14078         * mm-view.el (mm-inline-text): Withdraw the last change.
14079
14080 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14081
14082         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14083         executing enriched-decode.
14084
14085 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14086
14087         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14088         charset of tar files.
14089
14090 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14091
14092         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14093
14094 2005-06-04  Lute Kamstra  <lute@gnu.org>
14095
14096         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14097         information is never recorded.
14098
14099 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14100
14101         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14102
14103 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14104
14105         * pop3.el (pop3-apop): Run md5 in the binary mode.
14106
14107         * starttls.el (starttls-set-process-query-on-exit-flag):
14108         Use eval-and-compile.
14109
14110 2005-05-31  Simon Josefsson  <jas@extundo.com>
14111
14112         * smime.el (smime-replace-in-string): Define.
14113         (smime-cert-by-ldap-1): Use it.
14114
14115 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14116
14117         * gnus-art.el (article-display-x-face): Replace
14118         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14119
14120         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14121         set-process-query-on-exit-flag or process-kill-without-query.
14122
14123         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14124         loop instead of replace-regexp.
14125
14126         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14127         instead of process-kill-without-query if it is available.
14128
14129         * lpath.el: Fbind ldap-search-entries.
14130
14131         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14132         instead of find-file-hooks if it is available.
14133
14134         * mml1991.el: Bind pgg-default-user-id when compiling.
14135
14136         * mml2015.el: Bind pgg-default-user-id when compiling.
14137
14138         * nndraft.el (nndraft-request-associate-buffer):
14139         Use write-contents-functions instead of write-contents-hooks if it is
14140         available.
14141
14142         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14143         instead of find-file-hooks if it is available.
14144
14145         * nntp.el (nntp-open-connection): Replace
14146         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14147         (nntp-open-ssl-stream): Ditto.
14148         (nntp-open-tls-stream): Ditto.
14149
14150         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14151         set-process-query-on-exit-flag or process-kill-without-query.
14152         (starttls-open-stream-gnutls): Use it instead of
14153         process-kill-without-query.
14154         (starttls-open-stream): Ditto.
14155
14156 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14157
14158         * smime.el (smime-cert-by-ldap-1): Don't use
14159         replace-regexp-in-string.
14160
14161 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14162
14163         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14164
14165         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14166         in PEM format.  Adjust to the XEmacs compability.
14167
14168 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14169
14170         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14171         by `string-to-number'.
14172         * gnus-agent.el (gnus-agent-regenerate-group)
14173         (gnus-agent-fetch-articles): Ditto.
14174         * gnus-art.el (gnus-button-fetch-group): Ditto.
14175         * gnus-cache.el (gnus-cache-generate-active)
14176         (gnus-cache-articles-in-group): Ditto.
14177         * gnus-group.el (gnus-group-set-current-level)
14178         (gnus-group-insert-group-line): Ditto.
14179         * gnus-score.el (gnus-score-set-expunge-below)
14180         (gnus-score-set-mark-below, gnus-summary-score-effect)
14181         (gnus-summary-score-entry): Ditto.
14182         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14183         (gnus-soup-pack): Ditto.
14184         * gnus-spec.el (gnus-xmas-format): Ditto.
14185         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14186         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14187         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14188         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14189         * nndb.el (nndb-get-remote-expire-response): Ditto.
14190         * nndiary.el (nndiary-parse-schedule-value)
14191         (nndiary-string-to-number, nndiary-request-replace-article)
14192         (nndiary-request-article): Ditto.
14193         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14194         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14195         * nneething.el (nneething-make-head): Ditto.
14196         * nnfolder.el (nnfolder-request-article)
14197         (nnfolder-retrieve-headers): Ditto.
14198         * nnheader.el (nnheader-file-to-number): Ditto.
14199         * nnkiboze.el (nnkiboze-request-article): Ditto.
14200         * nnmail.el (nnmail-process-unix-mail-format)
14201         (nnmail-process-babyl-mail-format): Ditto.
14202         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14203         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14204         (nnmh-request-create-group, nnmh-request-list-1)
14205         (nnmh-request-group, nnmh-request-article): Ditto.
14206         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14207         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14208         * nnsoup.el (nnsoup-make-active): Ditto.
14209         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14210         * nntp.el (nntp-find-group-and-number)
14211         (nntp-retrieve-headers-with-xover): Ditto.
14212         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14213         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14214         (pgg-format-key-identifier): Ditto.
14215         * pop3.el (pop3-last, pop3-stat): Ditto.
14216         * qp.el (quoted-printable-decode-region): Ditto.
14217
14218         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14219         of concat.
14220
14221 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14222
14223         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14224
14225         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14226
14227         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14228
14229         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14230
14231         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14232
14233         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14234
14235         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14236         (gnus-carpal-mode): Ditto.
14237
14238         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14239         (gnus-browse-mode): Ditto.
14240
14241         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14242
14243         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14244
14245 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14246
14247         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14248
14249 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14250
14251         * gnus-util.el (gnus-run-mode-hooks): New function.
14252
14253         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14254
14255         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14256         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14257
14258 2005-05-27  Lute Kamstra  <lute@gnu.org>
14259
14260         * dns-mode.el (dns-mode): Specify customization group.
14261
14262 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14263
14264         * gnus-agent.el (gnus-agent-make-mode-line-string):
14265         Use mode-line-highlight as mouse-face.
14266
14267 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14268
14269         * canlock.el (canlock): Change the parent group to news.
14270
14271         * deuglify.el (gnus-outlook-deuglify): Add :group.
14272
14273         * dig.el (dig): Add :group.
14274
14275         * dns-mode.el (dns-mode): Add :group.
14276
14277         * encrypt.el (encrypt): Add :group.
14278
14279         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14280         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14281         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14282         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14283         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14284
14285         * gnus-diary.el (gnus-diary): Add :group.
14286
14287         * gnus.el (gnus-group-news-1-face): Add :group.
14288         (gnus-group-news-1-empty-face): Ditto.
14289         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14290         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14291         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14292         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14293         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14294         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14295         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14296         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14297         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14298         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14299         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14300         (gnus-summary-high-ticked-face): Ditto.
14301         (gnus-summary-low-ticked-face): Ditto.
14302         (gnus-summary-normal-ticked-face): Ditto.
14303         (gnus-summary-high-ancient-face): Ditto.
14304         (gnus-summary-low-ancient-face): Ditto.
14305         (gnus-summary-normal-ancient-face): Ditto.
14306         (gnus-summary-high-undownloaded-face): Ditto.
14307         (gnus-summary-low-undownloaded-face): Ditto.
14308         (gnus-summary-normal-undownloaded-face): Ditto.
14309         (gnus-summary-high-unread-face): Ditto.
14310         (gnus-summary-low-unread-face): Ditto.
14311         (gnus-summary-normal-unread-face): Ditto.
14312         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14313         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14314
14315         * hashcash.el (hashcash): New custom group.
14316         (hashcash-default-payment): Add :group.
14317         (hashcash-payment-alist): Ditto.
14318         (hashcash-default-accept-payment): Ditto.
14319         (hashcash-accept-resources): Ditto.
14320         (hashcash-path): Ditto.
14321         (hashcash-extra-generate-parameters): Ditto.
14322         (hashcash-double-spend-database): Ditto.
14323         (hashcash-in-news): Ditto.
14324
14325         * message.el (message-minibuffer-local-map): Add :group.
14326
14327         * netrc.el (netrc): Add :group.
14328
14329         * sieve-manage.el (sieve-manage-log): Add :group.
14330         (sieve-manage-default-user): Diito.
14331         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14332         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14333         (sieve-manage-authenticators): Ditto.
14334         (sieve-manage-authenticator-alist): Ditto.
14335         (sieve-manage-default-port): Ditto.
14336
14337         * sieve-mode.el (sieve-control-commands-face): Add :group.
14338         (sieve-action-commands-face): Ditto.
14339         (sieve-test-commands-face): Ditto.
14340         (sieve-tagged-arguments-face): Ditto.
14341
14342         * smime.el (smime): Add :group.
14343
14344         * spam-report.el (spam-report): Add :group.
14345
14346         * spam.el (spam, spam-face): Add :group.
14347
14348 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14349
14350         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14351         return \n.\n.\n at the end of articles.  Protect against that.
14352         (nntp-with-open-group): Allow debugging.
14353
14354         * nnheader.el (mail-header-set-extra): Make into a function
14355         because I just could't understand how to quote the list properly.
14356
14357         * dns.el (query-dns-cached): New function.
14358
14359 2005-05-26  Lute Kamstra  <lute@gnu.org>
14360
14361         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14362
14363 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14364
14365         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14366
14367         * gnus-art.el: Don't autoload mail-extract-address-components.
14368
14369         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14370         eval-and-compile to evaluate it.
14371
14372         * hashcash.el: Don't autoload executable-find.
14373
14374         * nndb.el: Don't declare the nndb back end two or more times; don't
14375         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14376
14377         * nntp.el: Autoload format-spec instead of format; use
14378         eval-and-compile to evaluate autoload forms.
14379
14380 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14381
14382         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14383
14384 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14385
14386         * gnus.el (gnus-version-number): Bump version.
14387
14388 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14389
14390         * gnus.el: No Gnus v0.3 is released.
14391
14392 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14393
14394         * lpath.el (featurep): Bind show-nonbreak-escape.
14395
14396 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14397
14398         * gnus-art.el (gnus-article-edit-part): Disable undo.
14399
14400 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14401
14402         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14403         gnus-article-date-lapsed-new-header is t if date timer is active;
14404         skip headers in which the original date value is empty.
14405         (gnus-article-save-original-date): Redefine it as a macro.
14406         (gnus-display-mime): Use it.
14407
14408 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14409
14410         * gnus-art.el (article-date-ut): Support converting date in
14411         forwarded parts as well.
14412         (gnus-article-save-original-date): New function.
14413         (gnus-display-mime): Use it.
14414
14415 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14416
14417         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14418         enclosure element of <item>.
14419
14420 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14421
14422         * message.el (message-kill-buffer-query): Rename from
14423         `message-kill-buffer-query-if-modified'.  Add :version.
14424
14425 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14426
14427         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14428         window layout.
14429
14430 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14431
14432         * mml.el: Autoload dnd when compiling.
14433
14434 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14435
14436         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14437         x-dnd-*.
14438
14439 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14440
14441         * qp.el (quoted-printable-encode-region): Save excursion.
14442
14443 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14444
14445         * message.el (message-kill-buffer-query-if-modified): Add new variable
14446         so the user can kill a modified message buffer quickly.
14447         (message-kill-buffer): Use it.
14448
14449 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14450
14451         * lpath.el: Fbind display-time-event-handler; don't fbind
14452         string-to-multibyte.
14453
14454         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14455
14456 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14457
14458         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14459         contained in text because xml.el decodes entities) with LFs.
14460
14461 2005-04-11  Lute Kamstra  <lute@gnu.org>
14462
14463         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14464         differently.
14465
14466 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14467
14468         * mm-util.el (mm-detect-coding-region): Typo.
14469
14470 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14471
14472         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14473
14474 2005-04-06  Deepak Goel  <deego@gnufans.org>
14475
14476         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14477         user-function allow user modifications of the scores.
14478         (spam-stat-score-buffer-user): New function, to allow
14479         user-computed modifications to the score.
14480         (spam-stat-score-buffer-user-functions): List of additional
14481         scoring functions.
14482         (spam-stat-error-holder): Global temporary error holder.
14483         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14484         variable.
14485
14486 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14487
14488         * gnus-registry.el (gnus-registry-clean-empty-function)
14489         (gnus-registry-trim, gnus-registry-fetch-groups)
14490         (gnus-registry-delete-group): Groups that match
14491         `gnus-registry-ignored-groups' are removed from the registry
14492         entries, not just ignored for splitting.  This helps clean up the
14493         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14494         to get all the groups a message ID is in.
14495
14496         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14497         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14498         (spam-stat-score-buffer-user-functions): Add :number custom type.
14499
14500 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14501
14502         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14503         argument in XEmacs.
14504
14505         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14506         (nnrss-request-group): Decode group name first.
14507         (nnrss-request-article): Make a text/plain article if mml-to-mime
14508         failed.
14509         (nnrss-get-encoding): Return a compatible encoding according to
14510         nnrss-compatible-encoding-alist.
14511         (nnrss-find-el): Use consp instead of listp.
14512         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14513
14514 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14515
14516         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14517         which Emacs 20 doesn't support.
14518         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14519
14520 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14521
14522         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14523         silence the byte compiler inside the defun.
14524
14525         * gnus-demon.el (parse-time-string): Add autoload.
14526
14527         * gnus-delay.el (parse-time-string): Add autoload.
14528
14529         * gnus-art.el (parse-time-string): Add autoload.
14530
14531         * nnultimate.el (parse-time): Require for `parse-time-string'.
14532
14533 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14534
14535         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14536
14537         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14538
14539         * smime.el (smime-ldap-host-list): Add :version.
14540
14541 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14542
14543         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14544         pass it to `gnus-browse-read-group'.
14545         (gnus-browse-read-group): Add NUMBER argument and pass it to
14546         `gnus-group-read-ephemeral-group'.
14547
14548         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14549         argument and pass it to `gnus-group-read-group'.
14550
14551 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14552
14553         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14554         mm-xemacs-find-mime-charset-1 if we have the mule feature
14555         available at runtime.
14556
14557 2005-03-25  Werner Lemberg  <wl@gnu.org>
14558
14559         * nnmaildir.el: Replace `illegal' with `invalid'.
14560
14561 2005-03-23  Lute Kamstra  <lute@gnu.org>
14562
14563         * time-date.el: Add comment on time value formats.
14564         Don't require parse-time.
14565         (with-decoded-time-value): New macro.
14566         (encode-time-value): New function.
14567         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14568         (days-to-time): Return a valid time value when arg is huge.
14569         (time-since): Use time-subtract.
14570         (time-to-number-of-days): Use time-to-seconds.
14571
14572 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14573
14574         * gnus-start.el (gnus-display-time-event-handler):
14575         Check display-time-timer at runtime rather than only at load time
14576         in case display-time-mode is turned off in the mean time.
14577
14578 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14579
14580         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14581         used.
14582
14583         * nneething.el (nneething-map-file-directory): Derive from
14584         `gnus-directory'.
14585
14586         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14587         the To/Cc button.
14588
14589 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14590
14591         * nnmaildir.el (nnmaildir-request-accept-article):
14592         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14593
14594 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14595
14596         * gnus-async.el: Require timer-funcs at compile time when in
14597         XEmacs for `run-with-idle-timer'.
14598
14599 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14600
14601         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14602         autoloaded function.
14603
14604 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14605
14606         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14607
14608 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14609
14610         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14611
14612 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14613
14614         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14615         Add gnus-expert-user to default.
14616
14617 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14618
14619         * nnimap.el (nnimap-open-server): Ditto.
14620
14621         * imap.el (imap-authenticate): Fix typo.
14622
14623 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14624
14625         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14626         buffer (since IMAP server might return FETCH response out of
14627         order, and the nntp buffer must be sorted).
14628
14629 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14630
14631         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14632         comparison on string.
14633
14634         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14635         (gnus-agent-score): Rename category keywords to match gnus-cus.
14636         (gnus-agent-summary-fetch-series): Modify to protect against
14637         gnus-agent-summary-fetch-group clearing processable flags.
14638         (gnus-agent-synchronize-group-flags): Update live group buffer as
14639         synchronization may occur due to the user toggle the plugged
14640         status.
14641         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14642         successfully downloaded.
14643         (gnus-agent-expire-group-1): Avoid using markers when the overview
14644         is in ascending order; greatly improves performance.
14645         (gnus-agent-regenerate-group):
14646         Use gnus-agent-synchronize-group-flags to reset read status in both
14647         gnus and server.
14648         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14649
14650 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14651
14652         * message.el: Don't autoload former message-utils variables.
14653         (message-strip-subject-trailing-was): Change doc string.
14654
14655         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14656         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14657         (nnweb-google-search): Add "hl=en" here.
14658         (nnweb-google-parse-1, nnweb-google-create-mapping):
14659         Don't hardcode URL.
14660
14661 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14662
14663         * message.el (message-get-reply-headers, message-followup):
14664         Mention related variables `message-use-followup-to' and
14665         `message-use-mail-followup-to', in the information buffer.
14666
14667         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14668         of broken groups(-beta).google.com.
14669
14670 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14671
14672         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14673         parameter to invoked gnus-request-move-article; remove the
14674         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14675         all at once instead of once per article.
14676         (gnus-summary-remove-process-mark): Accept a list of articles as
14677         well as a single article for processing.
14678
14679         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14680         parameter.
14681
14682         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14683
14684         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14685
14686         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14687         parameter.
14688
14689         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14690         parameter.
14691
14692         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14693         parameter and remove the gnus-sum-hint-move-is-internal variable.
14694
14695         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14696         parameter.
14697
14698         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14699         parameter.
14700
14701         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14702         parameter.
14703
14704         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14705
14706         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14707         parameter.
14708
14709         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14710         parameter.
14711
14712 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14713
14714         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14715         a more conservative way.
14716
14717 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14718
14719         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14720         buffer, so it moves the window's cursor.
14721
14722 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14723
14724         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14725         `mm-dissect-multipart' and receive the from field as an (optional)
14726         argument from `mm-dissect-multipart'.
14727         (mm-dissect-multipart): Receive the from field as an argument and
14728         pass it on when we call `mm-dissect-buffer' on MIME parts.
14729         Fixes verification/decryption of signed/encrypted MIME parts.
14730
14731 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14732
14733         * gnus-sum.el (gnus-summary-move-article):
14734         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14735         whatever it calls (right now, only nnimap-request-move article
14736         respects it).
14737
14738         * nnimap.el (nnimap-request-move-article):
14739         When gnus-sum-hint-move-is-internal is set, don't do the extra
14740         nnimap-request-article.
14741
14742 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14743
14744         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14745
14746         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14747         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14748
14749         * gnus-sum.el (gnus-summary-caesar-message):
14750         Apply `gnus-treat-article' after rotation.
14751
14752         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14753         doc string.
14754
14755 2005-02-22  Simon Josefsson  <jas@extundo.com>
14756
14757         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14758         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14759         <arne@arnested.dk>.
14760         (encrypt): Add password-cache and password-cache-expiry as group
14761         members.
14762
14763 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14764
14765         * smime.el (smime-ldap-host-list): Doc fix.
14766         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14767         cache) password.
14768         (smime-sign-region): Use it.
14769         (smime-decrypt-region): Use it.
14770         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14771         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14772         fails.
14773         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14774         certificate from DER to PEM format rather than calling openssl.
14775
14776         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14777
14778         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14779         for signing/encryption.
14780
14781         * mml.el (mml-parse-1): Use them.
14782
14783 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14784
14785         * nnrss.el (nnrss-verbose): Remove.
14786         (nnrss-request-group): Use `nnheader-message' instead.
14787
14788 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14789
14790         * nnrss.el (nnrss-verbose): New variable.
14791         (nnrss-request-group): Make it say nnrss is requesting a group.
14792
14793 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14794
14795         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14796         Handle news URL with given port correctly.
14797
14798 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14799
14800         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14801         containing special characters.
14802
14803         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14804
14805         * mml.el (mime-to-mml): Ditto.
14806
14807         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14808         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14809         (rfc2047-decode-region): Quote decoded words containing special
14810         characters when rfc2047-quote-decoded-words-containing-tspecials
14811         is non-nil.
14812
14813 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14814
14815         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14816
14817         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14818
14819 2005-02-15  Simon Josefsson  <jas@extundo.com>
14820
14821         * nnimap.el (nnimap-debug): Doc fix.
14822
14823         * imap.el (imap-debug): Doc fix.
14824
14825 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14826
14827         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14828
14829 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14830
14831         * gnus.el (spam-contents): Improve docs for spam-contents
14832         parameter in its variable incarnation.
14833
14834 2005-02-14  Simon Josefsson  <jas@extundo.com>
14835
14836         * smime-ldap.el: Use require instead of load-library for ldap.
14837         (smime-ldap-search): Indent.
14838         (smime-ldap-search-internal): Shorten line.
14839
14840         * smime.el (smime-cert-by-dns): Add doc-string.
14841         (smime-cert-by-ldap-1): Indent.
14842
14843         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14844         mml-smime-get-dns-ldap.
14845         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14846
14847 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14848
14849         * smime.el: Require smime-ldap.
14850         (smime-ldap-host-list): New variable.
14851         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14852
14853         * mml-smime.el (mml-smime-encrypt-query): New function.
14854         (mml-smime-encrypt-query): Use it.
14855
14856         * smime-ldap.el: New file.
14857
14858 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14859
14860         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14861
14862 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14863
14864         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14865         argument in doc string.  Make query for type more clear.
14866
14867 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14868
14869         * gnus.el (gnus-group-startup-message): Search for gnus images in
14870         etc/images/gnus.
14871         * mm-util.el (mm-image-load-path): Likewise.
14872         * smiley.el (smiley-data-directory): Search for smilies in
14873         etc/images/smilies.
14874
14875 2005-02-09  Kim F. Storm  <storm@cua.dk>
14876
14877         Change Emacs release version from 21.4 to 22.1 throughout.
14878         Change Emacs development version from 21.3.50 to 22.0.50.
14879
14880 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14881
14882         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14883
14884         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14885         non-Mule XEmacs as well.
14886         (mm-decompress-buffer): Signal an error intentionally if it does
14887         not decompress compressed data because auto-compression-mode is
14888         disabled.
14889
14890 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14891
14892         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14893         an ID in the registry even if it has no groups.
14894
14895 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14896
14897         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14898         merge it into mm-decompress-buffer.
14899         (gnus-mime-copy-part): Use the MIME part charset, the value which
14900         a user specified or gnus-newsgroup-charset for decoding, like
14901         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14902         save-buffer what was used.  Suggested by Kevin Ryde
14903         <user42@zip.com.au>.
14904         (gnus-mime-inline-part): Allow the name parameter as well as the
14905         filename parameter; force decompressing of compressed data; always
14906         display contents being not decoded as unibyte.
14907
14908         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14909         as well as the filename parameter.
14910
14911         * mm-util.el (mm-decompress-buffer):
14912         Merge gnus-mime-jka-compr-maybe-uncompress.
14913         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14914         of compressed data.
14915
14916 2005-02-08  Simon Josefsson  <jas@extundo.com>
14917
14918         * imap.el (imap-log): Doc fix.
14919
14920 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14921
14922         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14923         the coding cookies; decompress compressed parts.
14924
14925         * mml.el (mml-generate-mime-1): Add the charset parameter according
14926         to the value which a user specified manually or the coding cookie.
14927
14928         * mm-util.el (mm-string-to-multibyte): New function.
14929         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14930         (mm-coding-system-to-mime-charset): New function.
14931         (mm-decompress-buffer): New function.
14932         (mm-find-buffer-file-coding-system): New function.
14933
14934         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14935         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14936         parts.
14937
14938 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14939
14940         * mm-view.el (mm-display-inline-fontify): Decode a part according
14941         to the charset parameter.
14942
14943 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14944
14945         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14946         prefix arg is neither nil nor a number, as info specifies.
14947
14948 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14949
14950         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14951         timestamps.
14952
14953 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14954
14955         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14956         groups error checking and notify user.
14957
14958 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14959
14960         * message.el (message-send-mail-function): Check existence of
14961         sendmail-program first before using default value
14962         `message-send-mail-with-sendmail'.  Otherwise use more generic
14963         `smtpmail-send-it'.
14964
14965 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14966
14967         * nntp.el (nntp-request-update-info): Always return nil.
14968
14969 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14970
14971         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14972
14973 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14974
14975         * message.el (message-beginning-of-line): Change the behavior when
14976         invoked between BOL and : so that it first moves backward.
14977
14978 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14979
14980         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14981         article buffer when editing of the article is discarded.
14982         (gnus-article-prepare): Revert.
14983
14984 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14985
14986         * gnus-art.el (gnus-article-prepare):
14987         Remove message-strip-forbidden-properties from the local hook.
14988
14989 2005-01-27  Simon Josefsson  <jas@extundo.com>
14990
14991         * password.el (password-cache-add): Only start one timer per key.
14992         Reported by Derek Atkins <warlord@MIT.EDU>.
14993
14994 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14995
14996         * run-at-time.el: Remove.  It is no longer needed as
14997         timer-funcs.el in the xemacs-base package has a working version of
14998         `run-at-time'.
14999
15000         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
15001
15002         * password.el: Require timer-funcs instead of run-at-time in
15003         XEmacs.
15004         Remove `password-run-at-time' macro.
15005         (password-cache-add): Use `run-at-time' instead of
15006         `password-run-at-time'.
15007
15008         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
15009         Remove `nnheader-cancel-function-timers' alias,
15010         `cancel-function-timers' exists in XEmacs in timer-funcs.
15011
15012         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15013         for `run-with-idle-timer'.
15014
15015         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15016         for `run-at-time'.
15017
15018         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15019         for `with-timeout'.
15020
15021         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
15022         the same as for XEmacs 21.4.
15023         No need to ignore `run-with-idle-timer', this function exists in
15024         XEmacs now in timer-funcs.el in the xemacs-base package.
15025         (dgnushack-compile): No need to delete
15026         run-at-time.el from the list of files to compile because it
15027         doesn't exist anymore.
15028
15029 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15030
15031         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15032         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15033
15034 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15035
15036         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15037         sensitively.
15038
15039 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15040
15041         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15042
15043 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15044
15045         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15046         which will be inserted according to the multibyteness of a buffer
15047         rather than the type of contents.  Suggested by ARISAWA Akihiro
15048         <ari@mbf.ocn.ne.jp>.
15049
15050         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15051         of string which old xml.el may return rather than a string.
15052
15053 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15054
15055         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15056
15057 2005-01-16  Simon Josefsson  <jas@extundo.com>
15058
15059         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15060         idn/idna.el isn't available.
15061         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15062         <michael@waxrat.com>.
15063
15064         * hashcash.el: Remove non-FSF copyright header.
15065
15066         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15067         (hashcash-generate-payment): Use it.
15068         (hashcash-generate-payment-async): Use it.
15069
15070 2005-01-15  Simon Josefsson  <jas@extundo.com>
15071
15072         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15073         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15074
15075         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15076         gnus-summary-idna-message.
15077         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15078         (gnus-summary-idna-message): New function.
15079
15080 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15081
15082         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15083         gnus-novice-user.
15084
15085 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15086
15087         * nnrss.el (nnrss-request-delete-group): Delete entries in
15088         nnrss-group-alist as well.
15089         (nnrss-save-server-data): Insert newline.
15090
15091 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15092
15093         * gnus.el (gnus-user-agent): Use list of symbols instead of
15094         symbols.  Display full version number for (S)XEmacs.
15095         Optionally display (S)XEmacs codename.
15096
15097         * gnus-util.el (gnus-emacs-version): Update for new
15098         `gnus-user-agent'.
15099
15100         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15101         Gnus version.
15102
15103 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15104
15105         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15106         which is unreadable in some setups.
15107
15108 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15109
15110         * gnus-spec.el (gnus-update-format-specifications): Flush the
15111         group format spec cache if it doesn't support decoded group names.
15112
15113 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15114
15115         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15116         Allow to apply decay on score files matching a regexp.
15117
15118 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15119
15120         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15121         compatibility in %g and %c.
15122
15123 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15124
15125         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15126         name for only %g and %c.
15127         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15128         of gnus-tmp-group to decoded group name.
15129         (gnus-group-make-rss-group): Exclude `/'s from group names.
15130
15131 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15132
15133         * nnrss.el (nnrss-get-encoding): Fix regexp.
15134
15135 2004-12-27  Simon Josefsson  <jas@extundo.com>
15136
15137         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15138         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15139         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15140
15141 2004-12-17  Kim F. Storm  <storm@cua.dk>
15142
15143         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15144
15145         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15146
15147 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15148
15149         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15150
15151 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15152
15153         * nnrss.el: Require rfc2047 and mml.
15154         (nnrss-file-coding-system): New variable.
15155         (nnrss-format-string): Redefine it as an inline function.
15156         (nnrss-decode-group-name): New function.
15157         (nnrss-string-as-multibyte): Remove.
15158         (nnrss-retrieve-headers): Decode group name; don't use
15159         nnrss-format-string.
15160         (nnrss-request-group): Decode group name.
15161         (nnrss-request-article): Decode group name; allow a Message-ID as
15162         well as an article number; don't use nnrss-format-string; encode a
15163         Message-ID string which may contain non-ASCII characters; use
15164         mml-to-mime to compose a MIME article.
15165         (nnrss-request-expire-articles): Decode group name.
15166         (nnrss-request-delete-group): Decode group name.
15167         (nnrss-fetch): Clarify error message.
15168         (nnrss-read-server-data): Use insert-file-contents instead of load;
15169         bind file-name-coding-system; use multibyte buffer.
15170         (nnrss-save-server-data): Bind coding-system-for-write to the
15171         value of nnrss-file-coding-system; bind file-name-coding-system;
15172         add coding cookie.
15173         (nnrss-read-group-data): Use insert-file-contents instead of load;
15174         bind file-name-coding-system; use multibyte buffer.
15175         (nnrss-save-group-data): Bind coding-system-for-write to the
15176         value of nnrss-file-coding-system; bind file-name-coding-system.
15177         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15178         make it work with non-ASCII text.
15179         (nnrss-find-el): Make it work with old xml.el as well.
15180
15181 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15182
15183         * nnrss.el (nnrss-get-encoding): New function.
15184         (nnrss-fetch): Use unibyte buffer initially; bind
15185         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15186         decode contents according to the encoding attribute.
15187         (nnrss-save-group-data): Add coding cookie.
15188         (nnrss-mime-encode-string): New function.
15189         (nnrss-check-group): Use it to encode subject and author.
15190
15191 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15192
15193         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15194         imaginary variable.
15195
15196 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15197
15198         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15199         correctly even if there are wide characters.
15200
15201 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15202
15203         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15204         downcased symbol names; make a new cache instead of reusing
15205         bbdb-hashtable.
15206
15207 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15208
15209         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15210         concatenating segments rather than before concatenating them.
15211         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15212
15213         * message.el (message-get-reply-headers): Bind `extra'.
15214
15215 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15216
15217         * message.el (message-extra-wide-headers): New variable.
15218         (message-get-reply-headers): Use it.
15219
15220 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15221
15222         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15223         (gnus-agent-group-pathname): Ditto.
15224
15225         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15226
15227         * gnus-group.el (gnus-group-make-group): Decode group name.
15228         (gnus-group-make-rss-group): Register the group data after opening
15229         the nnrss group.
15230
15231 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15232
15233         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15234         by expiry now get marked as read.
15235
15236 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15237
15238         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15239
15240 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15241
15242         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15243         unify Latin characters in XEmacs.
15244         (mm-find-mime-charset-region): Use it.
15245
15246 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15247
15248         * gnus-util.el (gnus-delete-directory): New function.
15249
15250         * gnus-agent.el (gnus-agent-delete-group): Use it.
15251
15252         * gnus-cache.el (gnus-cache-delete-group): Use it.
15253
15254 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15255
15256         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15257         names.
15258
15259 2004-12-16  Simon Josefsson  <jas@extundo.com>
15260
15261         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15262
15263 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15264
15265         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15266
15267         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15268         (gnus-group-set-current-level): Decode group name.
15269
15270 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15271
15272         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15273         failed.
15274
15275 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15276
15277         * gnus-group.el (gnus-group-delete-group): Decode group name.
15278         (gnus-group-make-rss-group): Encode group name.
15279         (gnus-group-catchup-current): Decode group name.
15280         (gnus-group-kill-group): Decode group name.
15281
15282 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15283
15284         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15285
15286 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15287
15288         * gnus-group.el (gnus-group-make-rss-group):
15289         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15290
15291         * gnus-start.el (gnus-setup-news): Honor user's setting to
15292         gnus-message-archive-method.  Suggested by Lute Kamstra
15293         <lute@gnu.org>.
15294
15295 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15296
15297         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15298         global counterparts of the buffer-local variables.
15299
15300 2004-11-16  Romain Francoise  <romain@orebokech.com>
15301
15302         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15303         counterparts of the buffer-local variables.
15304
15305 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15306
15307         * message.el (message-forbidden-properties): Fix typo in doc
15308         string.
15309
15310 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15311
15312         * gnus-util.el (gnus-replace-in-string): Add doc string.
15313
15314         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15315         to avoid problems when splitting mails with many recipients.
15316
15317 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15318
15319         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15320         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15321
15322 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15323
15324         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15325         if there is no hashtable in memory or file modification time is
15326         newer than cached timestamp.
15327
15328 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15329
15330         * gnus-sum.el (gnus-summary-limit-to-recipient):
15331         Implement not-matching option.
15332
15333 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15334
15335         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15336         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15337         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15338         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15339         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15340         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15341
15342 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15343
15344         * message.el (message-forward-make-body-mml): Remove headers
15345         according to message-forward-ignored-headers if a message is decoded.
15346
15347 2004-12-02  Romain Francoise  <romain@orebokech.com>
15348
15349         * message.el (message-forward-make-body-plain): Always remove
15350         headers according to message-forward-ignored-headers.
15351
15352 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15353
15354         * spam.el (spam-summary-prepare-exit): Remove the
15355         gnus-summary-limit pop for now, it has problems with ham marks for
15356         me.
15357
15358 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15359
15360         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15361         correctly.
15362
15363 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15364
15365         * format-spec.el (format-spec): Message the char.
15366
15367 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15368
15369         * gnus-art.el (gnus-split-methods): Reformat comments.
15370
15371         * spam.el (spam-summary-prepare-exit): Remove article limits
15372         before exiting the summary buffer.
15373
15374 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15375
15376         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15377         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15378
15379         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15380         order to silence the byte compiler.
15381
15382         * spam.el: Fix the way to silence the byte compiler, which
15383         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15384         bbdb-search-simple, spam-BBDB-register-routine,
15385         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15386         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15387         spam-stat-buffer-is-spam, spam-stat-load,
15388         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15389         spam-stat-save and spam-stat-split-fancy.
15390
15391 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15392
15393         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15394         which may confuse users.
15395         (canlock-password-for-verify): Ditto.
15396
15397         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15398
15399         * gnus-art.el (gnus-emphasis-alist): Ditto.
15400
15401         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15402
15403         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15404
15405         * gnus-start.el (gnus-save-killed-list): Ditto.
15406
15407         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15408         (gnus-sum-thread-tree-root): Ditto.
15409         (gnus-sum-thread-tree-false-root): Ditto.
15410         (gnus-sum-thread-tree-single-indent): Ditto.
15411
15412         * message.el (message-courtesy-message): Ditto.
15413         (message-archive-note): Ditto.
15414         (message-subscribed-address-file): Ditto.
15415         (message-user-fqdn): Ditto.
15416
15417         * spam-report.el (spam-report-gmane-regex): Ditto.
15418
15419         * spam.el (spam-blackhole-good-server-regex): Ditto.
15420
15421 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15422
15423         * mml.el (mml-preview): Widen the message buffer before copying
15424         the contents to the preview buffer; sort headers before previewing.
15425
15426         * message.el (message-hidden-headers): Fix the way to avoid a bug
15427         in the `repeat' widget in Emacs 21.3 or earlier.
15428
15429 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15430
15431         * message.el (message-hidden-headers): Default to "^References:".
15432         Improve customization type.  Suggested by Reiner Steib
15433         <Reiner.Steib@gmx.de>.
15434
15435 2004-11-25  Romain Francoise  <romain@orebokech.com>
15436
15437         * message.el (message-strip-forbidden-properties): Remove check for
15438         obsolete `message-hidden' text property, hidden headers are not
15439         accessible in the buffer anymore.
15440
15441 2004-11-22  Romain Francoise  <romain@orebokech.com>
15442
15443         * message.el (message-header-format-alist): Add `From' in list
15444         so that it can be sorted.
15445         (message-fix-before-sending): Widen and sort headers before
15446         sending.
15447         (message-hide-headers): Use narrowing to hide headers by moving
15448         them to the top of the buffer and narrowing to the region
15449         underneath.
15450
15451 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15452
15453         * message.el (message-strip-forbidden-properties):
15454         Bind buffer-read-only (etc) to nil.
15455
15456 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15457
15458         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15459         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15460
15461 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15462
15463         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15464
15465 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15466
15467         * dns.el (query-dns): Use sit-for to time instead of
15468         accept-process-output, since that doesn't seem to work on udp
15469         sockets.
15470
15471 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15472
15473         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15474
15475 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15476
15477         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15478         doc string.  Improve doc string.
15479
15480 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15481
15482         * nntp.el (nntp-request-update-info): Return nil if
15483         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15484         may not call gnus-activate-group which uselessly issues the GROUP
15485         commands for all nntp groups and wastes time.  Reported by Romain
15486         Francoise <romain@orebokech.com>.
15487
15488         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15489
15490 2004-11-15  Simon Josefsson  <jas@extundo.com>
15491
15492         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15493         headers separately.
15494         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15495         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15496
15497 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15498
15499         * gnus-start.el (gnus-convert-old-newsrc):
15500         Assign legacy-gnus-agent to 5.10.7.
15501
15502 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15503
15504         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15505         start of the lines.
15506
15507 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15508
15509         * hashcash.el (hashcash-default-payment): Change default to 20.
15510         (hashcash-default-accept-payment): Change default to 20.
15511         (hashcash-process-alist): New variable.
15512         (hashcash-generate-payment-async): Add.
15513         (hashcash-already-paid-p): Add.
15514         (hashcash-insert-payment): Don't generate payments twice.
15515         (hashcash-insert-payment-async): Add.
15516         (hashcash-insert-payment-async-2): Add.
15517         (hashcash-cancel-async): Add.
15518         (hashcash-wait-async): Add.
15519         (hashcash-processes-running-p): Add.
15520         (hashcash-wait-or-cancel): Add.
15521         (mail-add-payment): New optional argument.  Conditionally start
15522         asynchronous calculation.
15523         (mail-add-payment-async): Add.
15524
15525         * message.el (message-send-mail): Wait for asynchronous hashcash
15526         results.  Don't clobber existing X-Hashcash headers.
15527         (message-setup-1): Call mail-add-payment-async when
15528         message-generate-hashcash is non-nil.
15529
15530 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15531
15532         * message.el (message-use-alternative-email-as-from): Examine the
15533         From header as well; use message-make-from in order to include a
15534         user's full name.
15535
15536 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15537
15538         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15539         default; improve customization type.
15540         (gnus-emphasis-custom-with-format): New macro.
15541         (gnus-emphasis-custom-value-to-external): New function.
15542         (gnus-emphasis-custom-value-to-internal): New function.
15543
15544 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15545
15546         * dns.el (query-dns): Resolve reverse addresses.
15547
15548 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15549
15550         * gnus-group.el (gnus-group-get-new-news): Use it.
15551
15552         * gnus-start.el (gnus-check-reasonable-setup): New function.
15553
15554 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15555
15556         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15557         "Args out of range" error.  Reported by Arnaud Giersch
15558         <arnaud.giersch@free.fr>.
15559
15560 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15561
15562         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15563
15564 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15565
15566         * spam.el (spam group): Add :version.
15567
15568         * pgg-def.el (pgg group): Add :version.
15569
15570 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15571
15572         * gnus-art.el (gnus-article-edit-article): Don't associate the
15573         article buffer with a draft file.  This is a temporary measure
15574         against the 2004-08-22 change to gnus-article-edit-mode.
15575
15576 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15577
15578         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15579         (html2text-format-tags): Remove unused variable `attr'.
15580
15581 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15582
15583         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15584
15585         * tls.el (tls-process-connection-type, tls-success)
15586         (tls-certtool-program): Add :version.
15587
15588         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15589         (starttls-extra-arguments, starttls-process-connection-type)
15590         (starttls-connect, starttls-failure, starttls-success): Add :version.
15591
15592         * spam-stat.el (spam-stat): Add :version.
15593
15594         * sieve.el (sieve): Add :version.
15595
15596         * sha1.el (sha1): Add :version.
15597         (sha1-use-external): Remove redundant version.
15598
15599         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15600         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15601         (nnmail-split-fancy-match-partial-words)
15602         (nnmail-split-lowercase-expanded): Add :version.
15603
15604         * nndiary.el (nndiary): Add :version.
15605
15606         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15607
15608         * mml-sec.el (mml-default-sign-method)
15609         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15610         Add :version.
15611
15612         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15613
15614         * mm-url.el (mm-url-use-external, mm-url-program)
15615         (mm-url-arguments): Add :version.
15616
15617         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15618         (mm-attachment-file-modes, mm-decrypt-option)
15619         (mm-w3m-safe-url-regexp): Add :version.
15620
15621         * message.el (message-cite-prefix-regexp)
15622         (message-sendmail-envelope-from, message-minibuffer-local-map)
15623         (message-user-fqdn, message-completion-alist): Add :version.
15624
15625         * gnus-win.el (gnus-configure-windows-hook)
15626         (gnus-use-frames-on-any-display): Add :version.
15627
15628         * gnus-art.el (gnus-article-address-banner-alist)
15629         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15630         (gnus-treat-from-picon, gnus-treat-mail-picon)
15631         (gnus-treat-x-pgp-sig): Add :version.
15632
15633         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15634         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15635         (gnus-summary-article-delete-hook)
15636         (gnus-summary-display-while-building): Add :version.
15637
15638         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15639         (gnus-get-top-new-news-hook): Add :version.
15640
15641         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15642         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15643
15644         * gnus-registry.el (gnus-registry): Add :version.
15645
15646         * gnus-spec.el (gnus-use-correct-string-widths)
15647         (gnus-make-format-preserve-properties): Add :version.
15648
15649         * gnus.el (gnus-group-charter-alist)
15650         (gnus-group-fetch-control-use-browse-url)
15651         (gnus-install-group-spam-parameters): Add :version.
15652
15653         * gnus-diary.el (gnus-diary): Add :version.
15654
15655         * gnus-delay.el (gnus-delay): Add :version.
15656
15657         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15658         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15659         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15660         Add :version.
15661
15662         * gnus-agent.el (gnus-agent-max-fetch-size)
15663         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15664         (gnus-agent-prompt-send-queue): Add :version.
15665
15666         * deuglify.el (gnus-outlook-deuglify): Add :version.
15667
15668         * html2text.el: Beautify code.  Improve doc strings.
15669         Some checkdoc cleanup.
15670         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15671
15672 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15673
15674         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15675
15676 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15677
15678         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15679         when package is loaded.
15680
15681         * spam.el (spam-summary-score-preferred-header): Add global preference
15682         for people who want to override the default SpamAssassin over
15683         Bogofilter preference (when both are set).
15684         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15685         (spam-user-format-function-S):
15686         Check spam-summary-score-preferred-header.
15687         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15688         (spam-user-format-function-S): Format the score correctly.
15689
15690 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15691
15692         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15693         signature file.  Suggested by Manoj Srivastava
15694         <srivasta@golden-gryphon.com>.
15695
15696         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15697         iso-2022-jp even in the Japanese language environment.
15698         Suggested by Jason Rumney <jasonr@gnu.org>.
15699
15700 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15701
15702         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15703         use the same characters as the dummy marks; make it free from
15704         getting affected by the language environment.
15705         (gnus-summary-read-group-1): Update mark positions only when the
15706         format spec is updated.
15707
15708         * gnus-spec.el (gnus-update-format-specifications): Return a list
15709         of updated types.
15710
15711 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15712
15713         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15714         of boundp to check if display-warning is available.
15715
15716 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15717
15718         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15719
15720 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15721
15722         * nnspool.el (nnspool-spool-directory): Use news-path if the
15723         news-directory variable is not bound.
15724
15725         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15726         function instead of display-warning if it is not available.
15727
15728 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15729
15730         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15731         v5-10: Use `point-at-bol'.
15732
15733 2004-10-26  Simon Josefsson  <jas@extundo.com>
15734
15735         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15736         <chenggao@gmail.com>.
15737
15738 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15739
15740         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15741         instead.
15742
15743 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15744
15745         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15746         to remove a server from the nnimap-server-buffer-alist.
15747         (nnimap-open-connection, nnimap-close-server): Use it.
15748
15749         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15750
15751 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15752
15753         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15754         running the major-mode function.
15755
15756 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15757
15758         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15759         dummy marks in the right way.
15760
15761 2004-10-18  David Edmondson  <dme@dme.org>
15762
15763         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15764         excessively.
15765
15766 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15767
15768         * gnus-util.el (gnus-split-references): Accept a nil references
15769         string and go on blissfully.
15770
15771         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15772         cases where the references string is non-nil but has no references.
15773
15774         * encrypt.el: Add autoload tags.
15775
15776         * spam.el (spam-resolve-registrations-routine): Remove article
15777         from unregistration list too.  Reported by David Hanak
15778         <dhanak@isis.vanderbilt.edu>
15779
15780 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15781
15782         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15783         nil.  Change custom type.
15784
15785 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15786
15787         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15788
15789         * gnus-sum.el (gnus-summary-move-article): Use it.
15790
15791 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15792
15793         * encrypt.el: Add autoload cookies.
15794
15795         * spam.el (spam-backend-article-list-property)
15796         (spam-backend-get-article-todo-list)
15797         (spam-backend-put-article-todo-list)
15798         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15799         Resolve registrations separately.
15800         (spam-register-routine): Format comments.
15801         (spam-unregister-routine, spam-register-routine): Always call with
15802         specific-articles, no default list.
15803         (spam-summary-prepare-exit): Use the spam-classifications function.
15804
15805         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15806         gnus-encrypt.el.
15807
15808         * encrypt.el: Copied from gnus-encrypt.el.
15809
15810         * gnus-encrypt.el: Commented that it's obsolete.
15811
15812 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15813
15814         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15815         (gnus-score-save): Use it.
15816
15817         * message.el (message-bury): Use `window-dedicated-p'.
15818
15819 2004-10-15  Simon Josefsson  <jas@extundo.com>
15820
15821         * pop3.el (top-level): Don't require nnheader.
15822         (pop3-read-timeout): Add.
15823         (pop3-accept-process-output): Add.
15824         (pop3-read-response, pop3-retr): Use it.
15825
15826 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15827
15828         * spam.el (spam-register-routine): Move comment.
15829         (spam-verify-bogofilter): Use 'unknown for the initial
15830         spam-bogofilter-valid state, not 'never.
15831
15832         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15833         for netrc-machine.
15834
15835         * nnimap.el (nnimap-open-connection):
15836         Use netrc-machine-user-or-password.
15837
15838 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15839
15840         * gnus-registry.el (gnus-registry-unload-hook):
15841         Set as a variable with add-hook.
15842
15843         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15844         of news-path.
15845
15846         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15847
15848         * spam.el: Delete duplicate `provide'.
15849         (spam-unload-hook): Set as a variable with add-hook.
15850
15851 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15852
15853         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15854         in the doc string.
15855
15856         * message.el (message-ignored-news-headers)
15857         (message-ignored-supersedes-headers)
15858         (message-ignored-resent-headers)
15859         (message-forward-ignored-headers): Improve custom type.
15860
15861 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15862
15863         * message.el (message-tokenize-header): Fix 2004-09-06 change
15864         which used point-min in the wrong place.
15865
15866 2004-10-12  Simon Josefsson  <jas@extundo.com>
15867
15868         * tls.el (tls-certtool-program): New variable.
15869         (tls-certificate-information): New function, based on
15870         ssl-certificate-information.
15871
15872 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15873
15874         * compface.el: Move the version of ELisp-based uncompface program
15875         to the contrib directory because of the copyright problem.
15876
15877 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15878
15879         * message.el (message-kill-buffer): Raise the current frame.
15880
15881 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15882
15883         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15884
15885         * gnus.el (message-y-or-n-p): Autoload.
15886
15887         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15888         (pop3-password-required, pop3-authentication-scheme)
15889         (pop3-leave-mail-on-server): Make customizable.
15890         (pop3): New custom group.
15891         (pop3-retr): Remove `sleep-for' statements.
15892         Suggested by Dave Love <fx@gnu.org>.
15893
15894         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15895         Windows/DOS.
15896
15897         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15898         (imap-parse-body): Fix incorrect use of `assert'.
15899         Suggested by Dave Love <fx@gnu.org>.
15900
15901         * mml.el (mml-minibuffer-read-disposition): Require match.
15902         Suggested by Dave Love <fx@gnu.org>.
15903
15904 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15905
15906         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15907         doc string.
15908
15909 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15910
15911         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15912
15913 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15914
15915         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15916         instead of calling `mm-insert-inline', to decode text/* parts
15917         before displaying them.
15918
15919 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15920
15921         * mm-uu.el (mm-uu-text-plain-type): New variable.
15922         (mm-uu-pgp-signed-extract-1): Use it.
15923         (mm-uu-pgp-encrypted-extract-1): Use it.
15924         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15925         bind mm-uu-text-plain-type with that value.
15926         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15927         mm-uu-dissect.
15928
15929 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15930
15931         * gnus-group.el (gnus-update-group-mark-positions):
15932         * gnus-sum.el (gnus-update-summary-mark-positions):
15933         * message.el (message-check-news-body-syntax):
15934         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15935         of string-as-multibyte.
15936
15937 2004-10-05  Juri Linkov  <juri@jurta.org>
15938
15939         * gnus-group.el (gnus-update-group-mark-positions):
15940         * gnus-sum.el (gnus-update-summary-mark-positions):
15941         * message.el (message-check-news-body-syntax):
15942         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15943         8-bit unibyte values to a multibyte string for search functions.
15944
15945 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15946
15947         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15948         (mm-uu-dissect-text-parts): New function.
15949
15950         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15951         dissect text parts.
15952
15953         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15954         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15955
15956         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15957
15958         * gnus-topic.el (gnus-topic-hierarchical-parameters):
15959         Use gnus-current-topics instead of gnus-current-topic.
15960
15961 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15962
15963         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15964
15965 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15966
15967         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15968         where approriate.
15969
15970         * nnml.el (nnml-generate-active-info): do.
15971
15972         * nndiary.el (nndiary-generate-active-info): do.
15973
15974         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15975         (gnus-topic-move): do.
15976
15977         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15978         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15979
15980         * gnus-srvr.el (gnus-server-prepare)
15981         (gnus-server-open-all-servers): do.
15982
15983         * gnus-msg.el (gnus-summary-cancel-article)
15984         (gnus-summary-resend-message)
15985         (gnus-summary-mail-crosspost-complaint): do.
15986
15987         * gnus-move.el (gnus-change-server): do.
15988
15989         * gnus-group.el (gnus-group-unmark-all-groups)
15990         (gnus-group-set-current-level): do.
15991
15992 2004-10-04  Simon Josefsson  <jas@extundo.com>
15993
15994         * message.el (message-generate-hashcash): Doc fix.
15995
15996 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15997
15998         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15999         avoid infinite recursion via gnus-get-function.
16000
16001 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16002
16003         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16004
16005         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16006
16007         * nnmail.el (nnmail-split-history): do.
16008
16009         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16010         (nnml-request-delete-group): do.
16011
16012         * nnslashdot.el (nnslashdot-read-groups): do.
16013
16014         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16015         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16016
16017         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16018         (nnspool-sift-nov-with-sed): Use last.
16019         (nnspool-retrieve-headers-with-nov): Use mapc.
16020         (nnspool-request-newgroups): Use dolist.
16021         (nnspool-request-group): Use last.
16022
16023         * nntp.el (nntp-read-server-type): Use dolist.
16024
16025         * nnvirtual.el (nnvirtual-create-mapping)
16026         (nnvirtual-update-read-and-marked): Use dolist.
16027         (nnvirtual-convert-headers): Simplify.
16028
16029 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16030
16031         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16032         Add support for sync'ing tick marks.
16033
16034 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16035
16036         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16037         there's no visible header.
16038
16039 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16040
16041         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16042         When necessary, pass full group name to gnus-request-set-marks.
16043
16044 2004-10-01  Simon Josefsson  <jas@extundo.com>
16045
16046         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16047         acroread.
16048
16049 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16050
16051         * spam-report.el (spam-report-gmane): Fix interactive.
16052
16053         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16054
16055         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16056         when writing file.
16057         (gnus-agent-synchronize-flags): Don't default to being
16058         interactive.
16059
16060 2004-09-30  Simon Josefsson  <jas@extundo.com>
16061
16062         * message.el (message-generate-hashcash): Add.
16063         (message-send-mail): Use it, call mail-add-payment.
16064
16065 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16066
16067         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16068
16069 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16070
16071         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16072         gnus-requst-update-info with explicit code to sync the in-memory
16073         info read flags with the marks being sync'd to the backend.
16074
16075         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16076
16077 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16078
16079         * spam.el (spam-verify-bogofilter): Add new function.
16080         (spam-check-bogofilter)
16081         (spam-bogofilter-register-with-bogofilter): Use it.
16082         (spam-verify-bogofilter): Add small fixes.
16083
16084 2004-09-28  Simon Josefsson  <jas@extundo.com>
16085
16086         * hashcash.el (hashcash-generate-payment): Revert.
16087
16088 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16089
16090         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16091         Use gnus-extract-references instead of gnus-split-references.
16092
16093         * gnus-util.el (gnus-extract-references): Add new function, analogous
16094         to gnus-split-references but extracts only the message-ID without
16095         anything extra.
16096
16097         * hashcash.el (hashcash-generate-payment)
16098         (hashcash-check-payment): Do the right thing if hashcash-path is
16099         nil (because the hashcash program could not be found).
16100
16101         * spam.el (spam-use-hashcash): Remove comment.
16102
16103 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16104
16105         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16106         (gnus-cache-enter-article, gnus-cache-remove-article)
16107         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16108
16109         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16110
16111         * gnus-art.el (article-hide-boring-headers)
16112         (article-translate-strings, article-display-face)
16113         (gnus-article-mime-match-handle-first)
16114         (gnus-article-highlight-headers)
16115         (gnus-article-add-buttons-to-head): do.
16116
16117 2004-09-27  Simon Josefsson  <jas@extundo.com>
16118
16119         * hashcash.el: New version, from
16120         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16121         ../contrib/.
16122
16123 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16124
16125         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16126
16127 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16128
16129         * gnus-dup.el (gnus-dup-open): Use mapc.
16130         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16131
16132         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16133         Reported by Stefan Wiens <s.wi@gmx.net>.
16134
16135         * gnus.el (gnus-shutdown): Use dolist.
16136
16137         * gnus-undo.el (gnus-undo): Use mapc.
16138
16139         * nnrss.el (nnrss-generate-active): do.
16140
16141         * message.el (message-cite-original-without-signature)
16142         (message-cite-original): Use mapc.
16143         (message-do-actions, message-make-forward-subject): Use dolist.
16144
16145 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16146
16147         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16148         deletion to remove entire duplicate line.  Fixes merged article
16149         number bug.
16150
16151 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16152
16153         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16154         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16155         first ask if you want to open a server and then, even when you
16156         responded with no, asking if you want to synchronize the server's
16157         flags.
16158         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16159         multi-line expressions.
16160         (gnus-agent-synchronize-group-flags): New internal function.
16161         Updates marks in memory (in the info structure) AND in the
16162         backend.
16163
16164         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16165
16166         * nnagent.el (nnagent-request-set-mark):
16167         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16168         method, to ensure that synchronization updates marks in the
16169         backend and in the info (in memory) structure.
16170
16171 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16172
16173         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16174         convention fully; don't miss the root article of a thread; make
16175         the X-Draft-From header with correct article numbers.
16176
16177 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16178
16179         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16180         unless plugged.  Disable the agent so that an open failure causes
16181         an error.
16182
16183         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16184         Revert 2004-09-21 change.  The backend must be opened while
16185         synchronizing flags even when the backend stores the flags
16186         locally.
16187
16188 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16189
16190         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16191         in `header' match.  Reported by Svend Tollak Munkejord.
16192
16193         * message.el (message-cite-original): Fix use of
16194         `message-cite-articles-with-x-no-archive'.
16195
16196 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16197
16198         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16199         (gnus-window-to-buffer): Ditto.
16200
16201         * mml.el (mml-preview-buffer): New variable.
16202         (mml-preview): Manage window layout with gnus-buffer-configuration.
16203
16204         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16205         X-Draft-From header even if those articles aren't quoted.
16206
16207 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16208
16209         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16210         (gnus-request-set-mark, gnus-request-update-mark): Use new
16211         g-s-t-u-l-m to decide to use backend even when unplugged.
16212
16213 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16214
16215         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16216         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16217
16218 2004-09-20  Simon Josefsson  <jas@extundo.com>
16219
16220         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16221         "utf-16-le".
16222
16223 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16224
16225         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16226
16227 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16228
16229         * uudecode.el (uudecode-use-external): Add :version.
16230
16231         * smime.el (smime-CA-file, smime-encrypt-cipher)
16232         (smime-dns-server): Add :version.
16233
16234         * smiley.el (gnus-smiley-file-types): Add :version.
16235
16236         * sha1.el (sha1-use-external): Add :version.
16237
16238         * pgg-def.el (pgg-query-keyserver): Add :version.
16239
16240         * nnmail.el (nnmail-fancy-expiry-targets)
16241         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16242         Add :version.
16243
16244         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16245         (nnimap-retrieve-groups-asynchronous): Add :version.
16246         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16247
16248         * mml.el (mml-content-disposition-parameters)
16249         (mml-insert-mime-headers-always): Add :version.
16250
16251         * mm-util.el (mm-coding-system-priorities): Add :version.
16252
16253         * mm-decode.el (mm-inline-text-html-with-images)
16254         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16255         (mm-verify-option): Add :version.
16256         (mm-text-html-renderer): Change :version.
16257
16258         * message.el (message-fcc-externalize-attachments)
16259         (message-required-headers, message-draft-headers)
16260         (message-subject-trailing-was-query)
16261         (message-subject-trailing-was-ask-regexp)
16262         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16263         (message-mark-insert-end, message-archive-header)
16264         (message-archive-note, message-cross-post-default)
16265         (message-cross-post-note, message-followup-to-note)
16266         (message-cross-post-note-function, message-use-mail-followup-to)
16267         (message-subscribed-address-functions)
16268         (message-subscribed-address-file, message-subscribed-addresses)
16269         (message-subscribed-regexps, message-allow-no-recipients)
16270         (message-yank-cited-prefix, message-signature-insert-empty-line)
16271         (message-hidden-headers, message-hierarchical-addresses)
16272         (message-mail-user-agent, message-use-idna)
16273         (message-valid-fqdn-regexp)
16274         (message-strip-special-text-properties, message-header-synonyms)
16275         (message-beginning-of-line, message-tab-body-function): Add :version.
16276         (message-insert-canlock, message-wide-reply-confirm-recipients):
16277         Change :version.
16278
16279         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16280         and :version.
16281         (mail-source-delete-old-incoming-confirm)
16282         (mail-source-movemail-program): Add :version.
16283
16284         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16285         (gnus-agent-cache, gnus-agent): Change :version.
16286
16287         * gnus-util.el (gnus-use-byte-compile): Change :version.
16288
16289         * gnus-sum.el (gnus-summary-make-false-root-always)
16290         (gnus-summary-default-high-score)
16291         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16292         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16293         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16294         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16295         (gnus-sum-thread-tree-single-indent)
16296         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16297         (gnus-sum-thread-tree-leaf-with-other)
16298         (gnus-sum-thread-tree-single-leaf): Add :version.
16299         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16300         (gnus-article-loose-mime): Change :version.
16301
16302         * gnus-start.el (gnus-backup-startup-file)
16303         (gnus-save-startup-file-via-temp-buffer): Add :version.
16304
16305         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16306         (gnus-server-offline-face): Add :version.
16307
16308         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16309
16310         * gnus-msg.el (gnus-gcc-externalize-attachments)
16311         (gnus-debug-files, gnus-debug-exclude-variables)
16312         (gnus-discouraged-post-methods): Change :version.
16313         (gnus-confirm-mail-reply-to-news)
16314         (gnus-confirm-treat-mail-like-news): Add :version.
16315
16316         * gnus-int.el (gnus-server-unopen-status): Add :version.
16317
16318         * gnus-group.el (gnus-group-jump-to-group-prompt)
16319         (gnus-large-ephemeral-newsgroup)
16320         (gnus-fetch-old-ephemeral-headers): Add :version.
16321
16322         * gnus-fun.el (gnus-x-face-directory)
16323         (gnus-convert-pbm-to-x-face-command)
16324         (gnus-convert-image-to-x-face-command)
16325         (gnus-convert-image-to-face-command): Add :version.
16326
16327         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16328
16329         * gnus-cite.el (gnus-cite-blank-line-after-header)
16330         (gnus-article-boring-faces): Add :version.
16331
16332         * gnus-art.el (gnus-buttonized-mime-types)
16333         (gnus-inhibit-mime-unbuttonizing)
16334         (gnus-treat-display-face)
16335         (gnus-treat-body-boundary): Change :version.
16336         (gnus-body-boundary-delimiter, gnus-picon-databases)
16337         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16338         (gnus-treat-date-english, gnus-treat-fold-headers)
16339         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16340         (gnus-treat-mail-picon, gnus-treat-wash-html)
16341         (gnus-article-encrypt-protocol)
16342         (gnus-use-idna, gnus-article-over-scroll)
16343         (gnus-mime-display-multipart-alternative-as-mixed)
16344         (gnus-mime-display-multipart-related-as-mixed)
16345         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16346         (gnus-ctan-url, gnus-button-ctan-handler)
16347         (gnus-button-handle-ctan-bogus-regexp)
16348         (gnus-button-ctan-directory-regexp)
16349         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16350         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16351         (gnus-button-man-level, gnus-button-emacs-level)
16352         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16353
16354         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16355         (gnus-agent-go-online): Change :version.
16356         (gnus-agent-expire-unagentized-dirs)
16357         (gnus-agent-auto-agentize-methods): Add :version.
16358
16359         * flow-fill.el (fill-flowed-display-column)
16360         (fill-flowed-encode-column): Add :version.
16361
16362         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16363         (gnus-outlook-deuglify-unwrap-max)
16364         (gnus-outlook-deuglify-cite-marks)
16365         (gnus-outlook-deuglify-unwrap-stop-chars)
16366         (gnus-outlook-deuglify-no-wrap-chars)
16367         (gnus-outlook-deuglify-attrib-cut-regexp)
16368         (gnus-outlook-deuglify-attrib-verb-regexp)
16369         (gnus-outlook-deuglify-attrib-end-regexp)
16370         (gnus-outlook-display-hook): Add :version.
16371
16372         * binhex.el (binhex-use-external): Add :version.
16373
16374 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16375
16376         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16377         and `invisible'.
16378
16379 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16380
16381         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16382         in gnus-registry-trim.
16383
16384 2004-09-13  Simon Josefsson  <jas@extundo.com>
16385
16386         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16387
16388         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16389
16390         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16391         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16392         <yamaoka@jpl.org>.
16393         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16394         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16395         <yamaoka@jpl.org>.
16396
16397         * sieve.el (sieve-manage-mode): Ditto.
16398
16399 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16400
16401         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16402
16403 2004-09-11  Simon Josefsson  <jas@extundo.com>
16404
16405         * dns-mode.el: Add.
16406
16407         * mm-view.el (mm-display-dns-inline): Add.
16408
16409         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16410         (mm-automatic-display): Ditto.
16411
16412         * mailcap.el (mailcap-mime-data): Add text/dns.
16413         (mailcap-mime-extensions): Map .soa to text/dns.
16414
16415 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16416
16417         * gnus-art.el (article-decode-mime-words, article-babel)
16418         (gnus-article-highlight-signature, gnus-article-add-buttons)
16419         (gnus-signature-toggle): Remove unnecessary bindings of
16420         `inhibit-read-only' inherited from v5.10 merge.
16421
16422 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16423
16424         * nntp.el (nntp): New customization group.
16425         (nntp-authinfo-file): Add customization group.
16426
16427         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16428
16429         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16430
16431         * gnus.el (to-address, to-list, subscribed)
16432         (large-newsgroup-initial): Ditto.
16433
16434         * flow-fill.el (fill-flowed-display-column)
16435         (fill-flowed-encode-column): Ditto.
16436
16437 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16438
16439         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16440         Use point-min rather than 1.
16441         (message-send-mail): Use buffer-size rather than point-max.
16442
16443         * gnus-sum.el (gnus-summary-search-article-forward):
16444         Signal a specific `search-failed' rather than a generic `error'.
16445
16446         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16447         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16448         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16449
16450 2004-09-10  Simon Josefsson  <jas@extundo.com>
16451
16452         * nndb.el (require): Remove tcp and duplicate cl.
16453
16454 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16455
16456         * gnus-agent.el (directory-files-and-attributes): Move forward.
16457
16458 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16459
16460         * gnus-agent.el (directory-files-and-attributes):
16461         Optionally defined to support XEmacs.
16462
16463 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16464
16465         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16466         to avoid run-time CL dependencies.
16467         (gnus-agent-unfetch-articles): New function.
16468         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16469         article numbers even when local .overview file is missing.
16470         (gnus-agent-read-article-number): New function.  Only accepts
16471         27-bit article numbers.
16472         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16473         Use gnus-agent-read-article-number.
16474         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16475         from backend while recognizing that article numbers in .overview
16476         must be valid.
16477         (gnus-agent-update-files-total-fetched-for):
16478         Use directory-files-and-attributes to improve performance.
16479         * gnus-int.el (gnus-request-move-article):
16480         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16481         improve performance.
16482
16483         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16484         some users confused by references to .newsrc when they only have a
16485         .newsrc.eld file.
16486         (gnus-convert-mark-converter-prompt)
16487         (gnus-convert-converter-needs-prompt): Fix use of property list.
16488         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16489         New function.  Used internally to only display 'gnus converting
16490         files' message when actually necessary.
16491
16492         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16493         methods now autoloaded.
16494
16495 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16496
16497         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16498         identifiers.
16499
16500 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16501
16502         * gnus-picon.el: Fix indentation and closing parenthesis.
16503
16504 2004-09-01  Simon Josefsson  <jas@extundo.com>
16505
16506         * message.el (message-canlock-generate): Require sha1, not
16507         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16508         to require within a function.  Sadly, if sha1.el isn't loaded, the
16509         let binding in m-c-g will hide the defcustom definition, which is
16510         bad.)
16511
16512         * canlock.el: Require sha1, not sha1-el.
16513
16514         * message.el: Don't autoload sha1 (there is a autoload cookie in
16515         sha1.el).
16516
16517         * sha1-el.el: Rename to sha1.el.
16518
16519 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16520
16521         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16522
16523 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16524
16525         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16526
16527 2004-08-30  Kim F. Storm  <storm@cua.dk>
16528
16529         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16530
16531         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16532         Add :group 'nnimap.
16533
16534 2004-08-30  Andreas Schwab  <schwab@suse.de>
16535
16536         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16537         ?* and ?\;.
16538
16539         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16540         and ?\' to symbol instead of whitespace.
16541
16542 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16543
16544         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16545
16546         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16547         instead of re-search-forward.
16548
16549         * gnus-uu.el (gnus-uu-save-article): Ditto.
16550         (gnus-uu-post-encode-uuencode): Ditto.
16551
16552         * html2text.el (html2text-clean-list-items): Ditto.
16553         (html2text-clean-dtdd): Ditto.
16554         (html2text-format-tags): Ditto.
16555
16556         * message.el (message-send-mail-with-sendmail): Fix regexp.
16557         (message-fill-field-general): Use search-forward instead of
16558         re-search-forward.
16559         (unbold-region): Ditto.
16560
16561         * nnrss.el (nnrss-request-article): Ditto.
16562
16563         * nnslashdot.el (nnslashdot-request-article): Ditto.
16564
16565         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16566
16567         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16568         "Unrecognized menu descriptor" error in XEmacs.
16569
16570 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16571
16572         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16573         parent article of a sparse article in the thread hashtb.
16574
16575 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16576
16577         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16578         (nnmail-expand-newtext): Lowercase expanded entries if
16579         nnmail-split-lowercase-expanded is non-nil.
16580
16581 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16582
16583         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16584
16585         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16586         of gnus-tmp-news-method into string under XEmacs.  It will be
16587         passed to gnus-correct-length which takes only a string argument.
16588
16589 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16590
16591         * gnus-util.el (gnus-bind-print-variables): New macro.
16592         (gnus-prin1): Use it.
16593         (gnus-prin1-to-string): Use it.
16594         (gnus-pp): New function.
16595         (gnus-pp-to-string): New function.
16596
16597         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16598         Replace pp-to-string with gnus-pp-to-string.
16599         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16600         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16601         * gnus-msg.el (gnus-debug): Ditto.
16602         * gnus-score.el (gnus-score-save): Ditto.
16603         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16604         gnus-pp-to-string.
16605         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16606         with gnus-pp.
16607         * score-mode.el (gnus-score-pretty-print): Ditto.
16608         * webmail.el (webmail-debug): Ditto.
16609
16610 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16611
16612         * gnus-art.el (article-display-face, article-display-x-face):
16613         Use buffer-read-only.
16614
16615 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16616
16617         * gnus-art.el (article-hide-list-identifiers):
16618         Bind inhibit-read-only as t.
16619
16620 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16621
16622         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16623
16624 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16625
16626         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16627         (gnus-narrow-to-page): Don't assume point-min == 1.
16628         (gnus-article-edit-mode): Derive from message-mode.
16629
16630         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16631         point-min == 1.
16632
16633         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16634         Disable incorrect use of `assert'.
16635
16636         * message.el (message-mode): Set comment-start-skip.
16637
16638
16639 2004-08-22  Sam Steingold  <sds@gnu.org>
16640
16641         * pop3.el (pop3-leave-mail-on-server): New user variable.
16642         (pop3-movemail): Delete mail only when it is nil.
16643
16644 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16645
16646         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16647
16648         * mml.el (mml-preview): Use `pop-to-buffer'.
16649
16650         * message.el (message-goto-mail-followup-to): Insert after "To".
16651         (message-carefully-insert-headers): Add comment.
16652
16653         * gnus.el: Remove unused variable `gnus-article-check-size'.
16654
16655         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16656
16657         * gnus-art.el (gnus-button-alist):
16658         Improve `gnus-button-handle-library' entry.
16659
16660 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16661
16662         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16663         Use downcase, since XEmacs capitalizes error messages differently.
16664
16665 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16666
16667         * nntp.el: Add (require 'gnus) due to reference to
16668         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16669
16670 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16671
16672         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16673         Bind `mm-fill-flowed'.
16674
16675         * mm-decode.el (mm-dissect-singlepart): Check it.
16676
16677 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16678
16679         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16680         'imap' for netrc parsing.
16681
16682 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16683
16684         * mailcap.el (mailcap-mime-data): Mark as risky.
16685
16686 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16687
16688         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16689         may be included in the encoded word.
16690         (rfc2047-encode): Don't append a space if the encoded word
16691         includes close parenthesis.
16692
16693 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16694
16695         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16696         of text within parentheses.
16697
16698 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16699
16700         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16701         (gnus-encrypt-write-file-contents): Make the password key the file
16702         name PLUS the cipher, not just the cipher.  Also remove failed
16703         passwords from the cache.
16704
16705 2004-08-06  Simon Josefsson  <jas@extundo.com>
16706
16707         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16708         Doc fix.
16709
16710 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16711
16712         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16713         LWSP.
16714
16715 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16716
16717         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16718         Try to append in-reply-to: data to the references: header.
16719
16720         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16721         (netrc-parse): Use gnus-encrypt.el functions.
16722
16723         * gnus-encrypt.el: Add new file for encryption support; currently
16724         does only a few GPG ciphers and an internal XOR cipher.
16725
16726         * password.el: Add comments on using password-read-and-add.
16727         (password-read-and-add): Add function to read and add the
16728         password to the cache at once.
16729
16730 2004-07-28  Simon Josefsson  <jas@extundo.com>
16731
16732         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16733         parameter (but don't use it, for now).
16734
16735         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16736         instead of hard coding to nil.
16737
16738 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16739
16740         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16741         as mm-inline-image-xemacs does.
16742
16743 2004-07-26  Simon Josefsson  <jas@extundo.com>
16744
16745         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16746         Revert part of 2004-07-17 change below.
16747
16748 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16749
16750         * rfc2047.el (rfc2047-encode-region): Don't infloop.
16751         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16752
16753 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16754
16755         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16756         quotes that actually start with ">" at the beginning of the
16757         lines.
16758
16759 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16760
16761         * rfc2047.el (rfc2047-encode-region): Fix last change.
16762         (rfc2047-encode-parameter): Remove useless concat.
16763
16764 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16765
16766         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16767         encode special characters; fix some kind of misconfigured headers;
16768         signal a real error if debug-on-quit or debug-on-error is non-nil.
16769         (rfc2047-encode-max-chars): New variable.
16770         (rfc2047-encode-1): Use it.
16771         (rfc2047-encode-parameter): New function.
16772
16773         * mml.el (mml-insert-parameter): Remove an excessive space.
16774
16775 2004-07-17  Simon Josefsson  <jas@extundo.com>
16776
16777         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16778         Kai Grossjohann <kai@emptydomain.de>.
16779         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16780         (gnus-group-make-menu-bar): Ditto.
16781
16782         * gnus-util.el (gnus-group-server): Add.
16783
16784 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16785
16786         * message.el (message-clone-locals): Clone sendmail and smtp
16787         variables.
16788
16789 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16790
16791         * rfc2047.el (rfc2047-encode-region): Fix last change.
16792
16793 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16794
16795         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16796         characters as non-special.
16797
16798 2004-07-09  Simon Josefsson  <jas@extundo.com>
16799
16800         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16801         Users will lose all flag changes made while unplugged with
16802         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16803         good default.  See numerous reports on ding mailing list.
16804
16805 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16806
16807         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16808         add generate-head-function and generate-article-function to the
16809         rfc822-forward entry.
16810         (nndoc-rfc822-forward-generate-article): New function.
16811         (nndoc-rfc822-forward-generate-head): New function.
16812
16813         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16814
16815 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16816
16817         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16818         respect display group parameter and gnus-summary-expunge-below.
16819         (gnus-articles-to-read): Remove unused reference to display group
16820         parameter.
16821
16822 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16823
16824         * nnheader.el (nnheader-uniquify-message-id): New experimental
16825         variable.
16826         (nnheader-nov-read-message-id): Use it.
16827
16828         * spam-report.el (spam-report-gmane): Add interactive.
16829
16830 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16831
16832         * mm-encode.el (mm-content-transfer-encoding-defaults):
16833         Use qp-or-base64 for the application/* types.
16834
16835 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16836
16837         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16838
16839 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16840
16841         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16842         trim value.
16843
16844 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16845
16846         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16847         New macro and function.
16848         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16849
16850 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16851
16852         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16853         after-load-alist.
16854
16855 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16856
16857         * gnus-group.el (gnus-group-get-new-news-this-group):
16858         Don't update info that isn't there.
16859
16860 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16861
16862         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16863         entry.
16864
16865 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16866
16867         * mm-view.el (mm-inline-render-with-function): Use multibyte
16868         buffer; decode html source by charset.
16869
16870         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16871
16872         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16873         Mule-UCS is loaded under XEmacs.
16874         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16875
16876 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16877
16878         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16879
16880 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16881
16882         * mm-util.el (mm-coding-system-p): Return a coding-system.
16883         (mm-mime-mule-charset-alist): Use shift_jis instead of
16884         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16885         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16886         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16887         instead of japanese-shift-jis and iso-latin-1 respectively in
16888         order to share the default value with both Emacs and XEmacs-mule.
16889         (mm-mule-charset-to-mime-charset):
16890         Make mm-coding-system-priorities effective.
16891         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16892         while predicating of candidates upon the priorities.
16893
16894 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16895
16896         * gnus-sum.el (gnus-summary-make-menu-bar):
16897         Add gnus-uu-invert-processable.
16898
16899         * gnus.el: Autoload gnus-uu-invert-processable.
16900
16901 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16902
16903         * mm-util.el (mm-with-multibyte-buffer): New macro.
16904
16905         * rfc2047.el (rfc2047-encode-string): Use it.
16906         (rfc2047-encode-region): Move point to the end of the region after
16907         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16908
16909 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16910
16911         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16912         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16913
16914 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16915
16916         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16917         (gnus-cite-parse): Ignore quoted envelope From_.
16918         Suggested by Karl Chen <quarl@nospam.quarl.org>.
16919
16920 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16921
16922         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16923         invalid addresses.
16924
16925 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16926
16927         * spam.el: Change section markers, revise TODO list.
16928         (spam-backends): Make new master list of all installed backends.
16929         (spam-summary-exit-behavior): Add new variable to determine how
16930         messages moves are done at summary exit.
16931         (spam-move-spam-nonspam-groups-only)
16932         (spam-process-ham-in-nonham-groups)
16933         (spam-process-ham-in-spam-groups): Remove variables, the
16934         spam-summary-exit-behavior variable should be used to manage this
16935         behavior.
16936         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16937         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16938         and spam-old-spam-articles.
16939         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16940         Add empty variables, placeholders for the backends they represent.
16941         (spam-set-difference): Move, unchanged.
16942         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16943         unless the user has a processor variable.
16944         (spam-classifications, spam-classification-valid-p)
16945         (spam-backend-properties, spam-backend-property-valid-p)
16946         (spam-backend-function-type-valid-p)
16947         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16948         (spam-report-articles-gmane, spam-report-articles-resend):
16949         Remove functions, they are not needed.
16950         (spam-install-backend-super, spam-backend-list)
16951         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16952         (spam-backend-function, spam-backend-ham-registration-function)
16953         (spam-backend-spam-registration-function)
16954         (spam-backend-ham-unregistration-function)
16955         (spam-backend-spam-unregistration-function)
16956         (spam-backend-statistical-p, spam-backend-mover-p)
16957         (spam-install-backend-alias, spam-install-checkonly-backend)
16958         (spam-install-mover-backend, spam-install-nocheck-backend)
16959         (spam-install-backend, spam-install-statistical-backend)
16960         (spam-install-statistical-checkonly-backend): Add backend installation
16961         support.
16962         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16963         (spam-group-processor-p): Use the new backend code and respect the
16964         summary exit behavior.
16965         (spam-mark-spam-as-expired-and-move-routine): Remove.
16966         (spam-summary-prepare): Change to use the new spam-old-articles
16967         variable.
16968         (spam-copy-or-move-routine, spam-copy-spam-routine)
16969         (spam-move-spam-routine, spam-copy-ham-routine)
16970         (spam-move-ham-routine): Add code to copy/move ham or spam.
16971         (spam-fetch-field-fast): Improve doc and code, plus allow the
16972         'number request.
16973         (spam-list-of-checks, spam-list-of-statistical-checks):
16974         Remove variables.
16975         (spam-split, spam-find-spam): Use the new backend code.
16976         (spam-registration-functions): Remove variable.
16977         (spam-unregister-routine): Add convenience wrapper.
16978         (spam-log-undo-registration, spam-register-routine)
16979         (spam-log-processing-to-registry)
16980         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16981         where possible.
16982         (spam-check-gmane-xref, spam-check-regex-headers)
16983         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16984         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16985         (spam-check-bogofilter-headers, spam-check-spamoracle)
16986         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16987         (spam-check-crm114-headers): Use the spam-split-group that
16988         spam-split prepares, no need to determine it every time.
16989
16990         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16991         to the nnheader-parse-naked-head call.
16992
16993         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16994
16995         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16996         the nnheader-nov-read-message-id call.
16997
16998 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16999
17000         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17001         gnus-activate-group twice.  Suggested by Markus Peter
17002         <warp@spin.de>.
17003
17004 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17005
17006         * gnus-art.el (gnus-article-time-format): Exchange the order of
17007         day and month in the default value; fix customization type.
17008         (article-date-ut): Use add-text-properties.
17009         (article-make-date-line): Use message-make-date instead of
17010         current-time-string.
17011
17012         * message.el (message-fetch-field): Don't use set-text-properties.
17013         (message-make-date): Simplify.
17014
17015         * messagexmas.el (message-xmas-make-date): New function.
17016         (message-xmas-redefine): Defalias message-make-date to it.
17017
17018 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17019
17020         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17021         (rfc2047-encode-region): Treat text within parentheses as special;
17022         show the original text when error has occurred.
17023
17024         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17025         already-computed method to gnus-activate-group.
17026
17027         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17028         same select-methods identical Lisp objects.
17029
17030         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17031         object when modifying the info.
17032
17033 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17034
17035         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17036         gnus-opened-servers since it has never been opened with the new
17037         configuration yet.
17038
17039 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17040
17041         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17042         arg to nnheader-generate-fake-message-id.
17043
17044 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17045
17046         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17047         number and build a fake message ID localized to a group and
17048         article number (so it's repeatable from that point on).
17049         (nnheader-fake-message-id-p): Change regex to accomodate new fake
17050         ID format.
17051
17052         * gnus-sum.el (gnus-get-newsgroup-headers):
17053         Call nnheader-generate-fake-message-id with the article number.
17054
17055 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17056
17057         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17058         end-of-buffer.
17059
17060 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17061
17062         * message.el (message-ignored-supersedes-headers): Add Approved.
17063
17064 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17065
17066         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17067         goto-char.
17068         (rfc2047-encode): Fold the line before encoding.
17069
17070 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17071
17072         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17073         folding -- not all headers can be folded, and this should be done
17074         by the message composition mode.  Probably.  I think.
17075
17076 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17077
17078         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17079         fast.
17080
17081         * gnus-ems.el (gnus-remove-image): Don't use
17082         message-text-with-property; remove only the image found first.
17083
17084         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17085         found first.
17086
17087 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17088
17089         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17090
17091 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17092
17093         * message.el (message-text-with-property): Make it fast and accept
17094         optional arguments.
17095         (message-strip-forbidden-properties): Use it.
17096         (message-fix-before-sending): Follow the m-t-w-p change.
17097
17098         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17099
17100 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17101
17102         * gnus-art.el (article-hide-headers): Don't change the buffer
17103         mistakenly when performing mml-preview even if
17104         gnus-single-article-buffer is nil.
17105
17106 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17107
17108         * message.el (message-expand-name-databases): New user option.
17109         (message-expand-name): Use it.
17110
17111 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17112
17113         * spam.el (spam-report-articles-resend)
17114         (spam-report-resend-register-routine): Allow ham reporting.
17115         (spam-report-resend-register-ham-routine): Add wrapper.
17116         (spam-registration-functions): Add ham resending functions.
17117         (spam-list-of-processors): Add ham resend processor.
17118
17119         * gnus.el (ham-resend-to): Add new group parameter.
17120         (spam-process): Add ham resend option.
17121
17122         * spam-report.el (spam-report-resend): Allow reporting ham.
17123         (spam-report-resend-ham): Add wrapper.
17124
17125 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17126
17127         * message.el (message-cite-articles-with-x-no-archive):
17128         New variable.
17129         (message-cite-original): Use it.
17130
17131 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17132
17133         * message.el (message-cite-original): Respect X-No-Archive.
17134
17135 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17136
17137         * gnus-art.el (article-hide-headers): Refer to the values for
17138         gnus-ignored-headers and gnus-visible-headers in the summary
17139         buffer since a user may have set them as group parameters.
17140
17141 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17142
17143         * assistant.el (assistant-node-name): Add convenience function.
17144         (assistant-render-text, assistant-render-node): Add error handling,
17145         plus handle multiple next nodes.
17146         (assistant-find-next-node): Comment out for now.
17147         (assistant-find-next-nodes): Add function, returns list of next
17148         nodes.
17149
17150 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17151
17152         * mail-source.el (mail-source-directory): Fix doc-string.
17153
17154 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17155
17156         * assistant.el (assistant-render-text, assistant-eval): Add :set
17157         widget type, which is different because it takes and returns a
17158         list.  Much hilarity ensues.
17159
17160 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17161
17162         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17163
17164         * gnus-group.el (gnus-group-get-new-news-this-group):
17165         Add doc-string.
17166
17167         * gnus-start.el (gnus-activate-group): Add doc-string.
17168
17169 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17170
17171         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17172
17173 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17174
17175         * assistant.el (assistant-render-text): Try to add a :set
17176         widget, more to come.
17177
17178         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17179         strings.
17180         (spam-report-articles-resend)
17181         (spam-register-routine): Do registration iff any articles warrant
17182         it.
17183         (spam-summary-prepare-exit): Change log message for nil group
17184         destinations.
17185
17186 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17187
17188         * spam.el (spam-report-resend-register-routine):
17189         Allow spam-report-resend-to to be a group parameter or a global value.
17190
17191 2004-05-26  Simon Josefsson  <jas@extundo.com>
17192
17193         * starttls.el: Merge with my GNUTLS based starttls.el.
17194         (starttls-gnutls-program, starttls-use-gnutls)
17195         (starttls-extra-arguments, starttls-process-connection-type)
17196         (starttls-connect, starttls-failure, starttls-success):
17197         New variables.
17198         (starttls-program, starttls-extra-args): Doc fix.
17199         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17200         New functions.
17201         (starttls-negotiate, starttls-open-stream):
17202         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17203         function if it is set.
17204
17205 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17206
17207         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17208         structured fields.
17209
17210 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17211
17212         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17213
17214 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17215
17216         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17217         Add variable.
17218         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17219         assigning the spam-mark to new messages.
17220
17221 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17222
17223         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17224
17225 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17226
17227         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17228
17229         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17230         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17231         default.
17232
17233 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17234
17235         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17236         correct data.
17237
17238 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17239
17240         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17241         (spam-group-processor-p): Fix function.
17242         (spam-group-processor-multiple-p)
17243         (spam-group-spam-processor-report-gmane-p)
17244         (spam-group-spam-processor-report-resend-p)
17245         (spam-group-spam-processor-bogofilter-p)
17246         (spam-group-spam-processor-blacklist-p)
17247         (spam-group-spam-processor-ifile-p)
17248         (spam-group-ham-processor-ifile-p)
17249         (spam-group-spam-processor-spamoracle-p)
17250         (spam-group-spam-processor-crm114-p)
17251         (spam-group-ham-processor-bogofilter-p)
17252         (spam-group-spam-processor-stat-p)
17253         (spam-group-ham-processor-stat-p)
17254         (spam-group-ham-processor-whitelist-p)
17255         (spam-group-ham-processor-BBDB-p)
17256         (spam-group-ham-processor-spamoracle-p)
17257         (spam-group-ham-processor-copy-p): Remove functions with some
17258         prejudice against unneeded code.
17259         (spam-report-articles-resend)
17260         (spam-report-resend-register-routine): Allow the group/topic
17261         spam-resend-to value to override spam-report-resend-to.
17262         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17263         properly now.
17264
17265         * gnus.el (spam-resend-to): Add group/topic parameter.
17266         (spam-process): Move the OBSOLETE processors to the end of the
17267         choices.
17268
17269 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17270
17271         * spam-report.el (spam-report-resend-to, spam-report-resend):
17272         Start with resend-to set to nil, and then ask the user if necessary.
17273         (spam-report-resend): spam-report-resend takes a list of articles, not
17274         separate article numbers.
17275
17276 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17277
17278         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17279         addition to emacs-w3m.
17280
17281 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17282
17283         * assistant.el (assistant-authinfo-data): New function.
17284         (assistant-eval): Eval for entire assistant.
17285
17286         * netrc.el (netrc-services-file): New variable.
17287         (netrc-parse-services): New function.
17288         (netrc-find-service-name): New function.
17289         (netrc-find-service-number): New function.
17290         (netrc-port-equal): New function.
17291         (netrc-machine): Use it.
17292
17293         * nnimap.el (nnimap-open-connection): Use netrc.
17294
17295         * gnus-util.el (gnus-netrc-get): Remove aliases.
17296
17297         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17298
17299         * assistant.el (wid-edit): Fix compilation.
17300
17301         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17302
17303 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17304
17305         * gnus-util.el (gnus-set-file-modes): New function.  (small
17306         patch).
17307
17308 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17309
17310         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17311
17312         * assistant.el (assistant-render-node): Fix up rendering and
17313         read-only text.
17314         (assistant-render-node): Reset.
17315         (assistant-make-read-only): Not sticky.
17316
17317 2004-05-20  Danny Siu  <dsiu@adobe.com>
17318
17319         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17320         centered even when gnus-auto-center-summary is t.
17321
17322 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17323
17324         * dns.el (dns-get-txt-answer): New function.
17325         (dns-read-txt): Ditto.
17326         (query-dns): Use it.
17327
17328 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17329
17330         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17331         active for foreign groups even if the group level is higher than
17332         the specified value.
17333
17334 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17335
17336         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17337         non-active groups.
17338
17339         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17340
17341 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17342
17343         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17344
17345 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17346
17347         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17348         (spam-crm114-header, spam-crm114-spam-switch)
17349         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17350         (spam-crm114-positive-spam-header)
17351         (spam-crm114-database-directory, spam-list-of-processors)
17352         (spam-group-spam-processor-crm114-p)
17353         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17354         (spam-generic-score, spam-list-of-checks)
17355         (spam-list-of-statistical-checks, spam-registration-functions)
17356         (spam-check-crm114-headers, spam-crm114-score)
17357         (spam-check-crm114, spam-crm114-register-with-crm114)
17358         (spam-crm114-register-spam-routine)
17359         (spam-crm114-unregister-spam-routine)
17360         (spam-crm114-register-ham-routine)
17361         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17362         From asjo@koldfront.dk (Adam Sjøgren).
17363
17364         * gnus.el: Add spam-use-crm114.
17365
17366         * spam.el (spam-list-of-processors, spam-registration-functions):
17367         Add spam-use-resend.
17368         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17369         (spam-report-articles-gmane): Add doc fix.
17370         (spam-report-articles-resend, spam-report-resend-register-routine):
17371         Add wrappers around spam-report-resend-to.
17372
17373         * spam-report.el (spam-report-resend-to, spam-report-resend):
17374         Add support for resending spam.
17375         (spam-report-gmane): Fix line length >80.
17376
17377         * gnus.el (spam-process): Add spam-use-resend.
17378
17379 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17380
17381         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17382         number of processed spam messages.
17383         (spam-ham-copy-or-move-routine): Return the number of processed
17384         ham messages.
17385         (spam-summary-prepare-exit): Use the above values to decide
17386         whether status messages shouled be displayed.
17387
17388 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17389
17390         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17391         `rfc2047-encoding-function-alist' in order to avoid conflicting
17392         with the old version.
17393         (rfc2047-encode-region): Concatenate words containing non-ASCII
17394         characters in structured fields; don't encode space-delimited
17395         ASCII words even in unstructured fields; don't break words at
17396         char-category boundaries.
17397         (rfc2047-encode-1): New function.
17398         (rfc2047-encode): Use it; encode text so that it occupies the
17399         maximum width within 76-column; work correctly on Q encoding for
17400         iso-2022-* charsets.
17401         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17402         sure not to break a line just after the header name.
17403         (rfc2047-b-encode-region): Remove.
17404         (rfc2047-b-encode-string): New function.
17405         (rfc2047-q-encode-region): Remove.
17406         (rfc2047-q-encode-string): New function.
17407
17408         * mm-util.el (mm-replace-in-string): New function.
17409
17410 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17411
17412         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17413         Really get it right.
17414         (gnus-inews-make-draft): Really.
17415
17416 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17417
17418         * nnmh.el (nnmh-request-list-1): Don't check the link count
17419         before descending.  (small patch)
17420
17421 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17422
17423         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17424         stuff.
17425
17426         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17427         Match on real group name.
17428
17429         * gnus-art.el (gnus-signature-limit): Doc fix.
17430
17431         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17432
17433         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17434
17435 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17436
17437         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17438         isn't a string.
17439
17440 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17441
17442         * gnus-draft.el (gnus-draft-send):
17443         Bind rfc2047-encode-encoded-words.
17444
17445         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17446         (rfc2047-encodable-p): Say that =? needs encoding.
17447         (rfc2047-encode-encoded-words): New variable.
17448
17449         * gnus-group.el (gnus-group-select-group): Doc fix.
17450
17451         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17452
17453         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17454         to nil.
17455
17456         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17457
17458         * nnheader.el (nnheader-get-lines-and-char): New function.
17459
17460 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17461
17462         * gnus-msg.el (gnus-summary-followup-with-original):
17463         Document yanking of region when active.
17464
17465 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17466
17467         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17468         groups if the group level is higher than the specified value.
17469
17470 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17471
17472         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17473         (gnus-group-jump-to-group): Add prefix argument using
17474         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17475         non-active group.
17476
17477         * compface.el (uncompface): Be verbose when changing
17478         `uncompface-use-external'.
17479
17480         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17481         handle manual section.
17482
17483 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17484
17485         * gnus-art.el (gnus-button-alist): Revert previous change.
17486
17487 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17488
17489         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17490
17491 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17492
17493         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17494         whether backend can accept message.
17495
17496         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17497
17498 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17499
17500         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17501         Avoid creating directory when nntp-marks-is-evil is true.
17502         Reported by Reiner Steib.
17503
17504 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17505
17506         * gnus-picon.el (gnus-picon-style): New variable.
17507         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17508         (gnus-picon-transform-address): Support `gnus-picon-style'.
17509         From Jesper Harder <harder@ifa.au.dk>.
17510
17511 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17512
17513         * message.el (message-fill-field): Return point.
17514         (message-generate-headers): Go to end of field.
17515
17516         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17517         stuff for non-living groups.
17518
17519 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17520
17521         * gnus-art.el (gnus-article-followup-with-original)
17522         (gnus-article-reply-with-original): gnus-mark-active-p ->
17523         gnus-region-active-p.
17524
17525 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17526
17527         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17528         only when there is spam or ham to be processed.
17529
17530 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17531
17532         * mail-source.el (mail-source-delete-crash-box): Refactor.
17533         (mail-source-fetch): Use it.
17534         (mail-source-fetch-file): Ditto.
17535         (mail-source-fetch-directory): Run postscript in loop.
17536         (mail-source-fetch-pop): Delete.
17537         (mail-source-fetch-maildir): Ditto.
17538         (mail-source-fetch-imap): Ditto.
17539
17540         * imap.el (imap-authenticators): Comment out sasl.
17541
17542         * message.el (message-skip-to-next-address): New function.
17543         (message-fill-header-address): Refactor.
17544         (message-fill-address): Use it.
17545         (message-delete-address): Use it.
17546         (message-fill-header-general): Refactor.
17547         (message-fill-field-address): Rename.
17548         (message-narrow-to-field): Find the start of the header.
17549         (message-header-format-alist): Don't pre-fill.
17550         (message-fill-header): Remove.
17551         (message-insert-header): New function.
17552         (message-shorten-references): Use it.
17553
17554         * rfc2047.el (rfc2047-field-value): Strip props.
17555
17556         * mail-parse.el (mail-header-make-address): New alias.
17557
17558         * ietf-drums.el (ietf-drums-make-address): New function.
17559
17560         * imap.el: Add compiler directives.
17561
17562         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17563
17564         * gnus-art.el (article-decode-idna-rhs): Don't use
17565         message-idna-inside-rhs-p.
17566
17567 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17568
17569         * message.el (message-idna-inside-rhs-p): Remove.
17570         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17571
17572         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17573         false positives.
17574
17575 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17576
17577         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17578
17579 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17580
17581         * nneething.el (nneething-file-name): Don't create spurious
17582         files.
17583
17584         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17585         (gnus-inews-do-gcc): Remove sleep.
17586
17587         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17588         part under point.
17589
17590         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17591         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17592
17593 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17594
17595         * spam.el (spam-summary-prepare-exit): Fix (length).
17596
17597 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17598
17599         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17600         as expired without moving it" message when there are spam
17601         messages left.
17602
17603 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17604
17605         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17606         header is not nil.
17607
17608 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17609
17610         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17611         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17612         (nntp-marks-changed-p): New arg SERVER.
17613         (nntp-request-update-info): Adjust caller.
17614
17615 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17616
17617         * nntp.el (nntp-save-marks): Pass missing arg.
17618
17619 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17620
17621         * nntp.el: Support marks.
17622         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17623         (nntp-marks-modtime, nntp-marks-directory): New variables.
17624         (nntp-request-set-mark, nntp-request-update-info)
17625         (nntp-possibly-create-directory, nntp-marks-changed-p)
17626         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17627         New functions.
17628
17629 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17630
17631         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17632         (gnus-xmas-redefine): Rename.
17633
17634         * gnus-score.el (gnus-score-insert-help):
17635         Use gnus-select-lowest-window.
17636
17637         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17638         appt-select-lowest-window and rename to gnus-select-lowest-window.
17639
17640         * gnus.el: do.
17641
17642 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17643
17644         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17645         encodings of MIME-encoded words, in order to improve
17646         interoperability with several broken MUAs.
17647
17648 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17649
17650         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17651         tags, only when charsets are not specified in headers.
17652         (mm-inline-text-html-render-with-w3m): Ditto.
17653
17654         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17655         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17656
17657 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17658
17659         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17660         instead of MIME-decoded from fields when checking
17661         `gnus-article-address-banner-alist'.
17662
17663 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17664
17665         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17666         description rather than subject.
17667
17668 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17669
17670         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17671
17672 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17673
17674         * gnus.el (gnus-version-number): Bump.
17675
17676 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17677
17678         * gnus.el: No Gnus v0.2 is released.
17679
17680 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17681
17682         * gnus-agent.el (gnus-agent-read-agentview):
17683         Inline gnus-uncompress-range.
17684
17685 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17686
17687         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17688         `exec-installed-p'.
17689
17690 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17691
17692         * gnus.el (spam-process, spam-autodetect-methods):
17693         Add bsfilter and bsfilter-headers.
17694
17695         * spam.el (spam-bsfilter): New customize group.
17696         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17697         (spam-bsfilter-header, spam-bsfilter-probability-header)
17698         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17699         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17700         (spam-bsfilter-database-directory): New options.
17701         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17702         (spam-list-of-statistical-checks, spam-registration-functions):
17703         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17704         (spam-bsfilter-score): New command.
17705         (spam-check-bsfilter-headers, spam-check-bsfilter)
17706         (spam-bsfilter-register-with-bsfilter)
17707         (spam-bsfilter-register-spam-routine)
17708         (spam-bsfilter-unregister-spam-routine)
17709         (spam-bsfilter-register-ham-routine)
17710         (spam-bsfilter-unregister-ham-routine): New functions.
17711         (spam-generic-score): Support bsfilter; Accept an optional argument
17712         to recalcurate spam score even if scoring header has already been
17713         added.
17714         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17715         optional argument to recalcurate spam score even if scoring header
17716         has already been added.
17717
17718 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17719
17720         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17721         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17722         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17723         link is missing.
17724
17725 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17726
17727         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17728         (html2text-get-attr): Rewrite.
17729
17730         * message.el (message-setup-1): Remove redundant put-text-property
17731         on mail-header-separator.
17732
17733 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17734
17735         * gnus-registry.el (gnus-registry-cache-whitespace)
17736         (gnus-registry-action, gnus-registry-spool-action)
17737         (gnus-registry-split-fancy-with-parent): Change message levels
17738         from 5 to 3 or 7, as needed.
17739
17740         * spam.el (spam-summary-prepare-exit)
17741         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17742         (spam-split, spam-find-spam, spam-log-undo-registration)
17743         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17744         level from 5 to 6.
17745
17746 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17747
17748         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17749         2004-03-04 change).
17750
17751 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17752
17753         * sieve-manage.el (sieve-manage-open):
17754         * nnweb.el (nnweb-insert-html):
17755         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17756         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17757         * nnspool.el (nnspool-request-group):
17758         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17759         * nnml.el (nnml-request-update-info):
17760         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17761         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17762         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17763         (nnimap-request-set-mark):
17764         * nnfolder.el (nnfolder-request-update-info):
17765         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17766         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17767         * gnus-uu.el (gnus-uu-find-articles-matching):
17768         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17769         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17770         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17771         * gnus-nocem.el (gnus-nocem-scan-groups):
17772         * gnus-int.el (gnus-start-news-server):
17773         * gnus-group.el (gnus-group-make-kiboze-group)
17774         (gnus-group-browse-foreign-server):
17775         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17776         Use mapc when appropriate.
17777
17778 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17779
17780         FIXME: Make separate entries for each person.
17781
17782         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17783         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17784         <shields@msrl.com>:
17785
17786         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17787         may need for spam sorting and scoring.
17788         (spam-user-format-function-S): Add user format function suitable for
17789         general use.
17790         (spam-article-sort-by-spam-status): Add sorting function for summary
17791         sorting.
17792         (spam-extra-header-to-number): Add function to get a score from a
17793         header.
17794         (spam-summary-score): Add function to get a numeric score from the
17795         headers.
17796         (spam-generic-score): Fix function doc, was in wrong place.
17797         (spam-initialize): Take symbols when it's run, and install the
17798         extra headers that spam-necessary-extra-headers thinks we need.
17799
17800 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17801
17802         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17803         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17804
17805 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17806
17807         * gnus-sum.el (gnus-set-global-variables)
17808         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17809         (gnus-article-get-xrefs, gnus-summary-best-group)
17810         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17811         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17812         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17813         Use with-current-buffer.
17814
17815 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17816
17817         * spam.el (spam-summary-prepare-exit): Simplify logic.
17818         (spam-fetch-article-header): Read the article header if it's not
17819         available.
17820         (spam-list-articles): Simplify logic.
17821         (spam-filelist-register-routine): Fix bug with unregister-list.
17822
17823         * gnus-registry.el: Fix comments at beginning.
17824
17825 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17826
17827         * message.el (message-cater-to-broken-inn): Remove.
17828         (message-shorten-references): Make sure the total folded length of
17829         References is shorter than 998 characters to cater to a bug in INN
17830         2.3.  Also, don't pretend that references aren't folded -- this
17831         hasn't worked for a while.
17832
17833 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17834
17835         * gnus-agent.el (gnus-agentize):
17836         gnus-agent-send-mail-real-function no longer set to current value
17837         of message-send-mail-function but rather a lambda that calls
17838         message-send-mail-function.  The change makes the agent real-time
17839         responsive to user changes to message-send-mail-function.
17840
17841 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17842
17843         * legacy-gnus-agent.el
17844         (gnus-agent-convert-to-compressed-agentview): Fix typos with
17845         help from Florian Weimer <fw@deneb.enyo.de>
17846
17847 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17848
17849         * nnmail.el (nnmail-cache-insert): Revert last change.
17850
17851 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17852
17853         * nnmail.el (nnmail-cache-insert): Always check whether
17854         nnmail-cache-ignore-groups matches a group name.
17855
17856 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17857
17858         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17859         (spam-find-spam, spam-log-processing-to-registry)
17860         (spam-log-registered-p, spam-log-unregistration-needed-p)
17861         (spam-log-undo-registration): Use gnus-message instead of
17862         gnus-error, none of these errors are fatal.
17863
17864         * gnus-registry.el (gnus-registry-clean-empty-function)
17865         (gnus-registry-clean-empty): Remove only empty entries without
17866         extra data.
17867
17868 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17869
17870         * spam-stat.el (spam-stat-buffer-change-to-spam)
17871         (spam-stat-buffer-change-to-non-spam): Change (error) to
17872         (gnus-message 8) invocation.
17873
17874 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17875
17876         * nntp.el (nntp-via-netcat-command): New variable.
17877         (nntp-via-netcat-switches): New variable.
17878         (nntp-open-via-rlogin-and-netcat): New function.
17879         (nntp-open-connection-function): Doc fix.
17880         (nntp-telnet-command): Doc fix.
17881         (nntp-end-of-line): Doc fix.
17882         (nntp-via-rlogin-command): Doc fix.
17883         (nntp-via-user-name): Doc fix.
17884         (nntp-via-address): Doc fix.
17885
17886 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17887
17888         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17889         error in Emacs 21.1.
17890
17891 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17892
17893         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17894
17895 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17896
17897         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17898         (gnus-agent-with-refreshed-group): New macro.
17899         (gnus-agent-rename-group): New function.
17900         (gnus-agent-delete-group): New function.
17901         (gnus-agent-save-group-info): Use gnus-command-method when
17902         `method' parameter is nil.  Don't write nil entries into the
17903         active file.
17904         (gnus-agent-get-group-info): New function.
17905         (gnus-agent-fetch-articles):
17906         Use gnus-agent-update-files-total-fetched-for to increment disk space
17907         used.
17908         (gnus-agent-fetch-headers, gnus-agent-save-alist):
17909         Use gnus-agent-update-view-total-fetched-for to increment disk space
17910         used.
17911         (gnus-agent-get-local): Add optional parameters to avoid calling
17912         gnus-group-real-name and gnus-find-method-for-group.
17913         (gnus-agent-set-local): Delete stored entry if either min, or max,
17914         are nil.
17915         (gnus-agent-fetch-session): Reworded error/quit messages.
17916         On quit, use gnus-agent-regenerate-group to record existance of any
17917         articles fetched to disk before the quit occurred.
17918         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17919         gnus-agent-update-view-total-fetched-for, and
17920         gnus-agent-update-files-total-fetched-for to decrement disk space
17921         used.
17922         (gnus-agent-retrieve-headers):
17923         Use gnus-agent-update-view-total-fetched-for to increment disk space
17924         used.
17925         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17926         with gnus-agent-update-files-total-fetched-for to decrement disk
17927         space and fresh group buffer.
17928         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17929         (gnus-agent-need-update-total-fetched-for): New variable.
17930         (gnus-agent-update-files-total-fetched-for): New function.
17931         (gnus-agent-update-view-total-fetched-for): New function.
17932         (gnus-agent-total-fetched-for): New function.
17933
17934         * gnus-cache.el (gnus-cache-save-buffers):
17935         Use gnus-cache-update-overview-total-fetched-for to change disk space
17936         used by this group.
17937         (gnus-cache-possibly-enter-article):
17938         Use gnus-cache-update-file-total-fetched-for to increment disk space
17939         used by this group.
17940         (gnus-cache-possibly-remove-article):
17941         Use gnus-cache-update-file-total-fetched-for to decrement disk space
17942         used by this group.
17943         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17944         (gnus-cache-rename-group): New function.
17945         (gnus-cache-delete-group): New function.
17946         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17947         (gnus-cache-need-update-total-fetched-for): New variable.
17948         (gnus-cache-with-refreshed-group): New macro.
17949         (gnus-cache-update-file-total-fetched-for): New function.
17950         (gnus-cache-update-overview-total-fetched-for): New function.
17951         (gnus-cache-rename-group-total-fetched-for): New function.
17952         (gnus-cache-delete-group-total-fetched-for): New function.
17953         (gnus-cache-total-fetched-for): New function.
17954
17955         * gnus-group.el: Require gnus-sum and autoload functions to
17956         resolve warnings when gnus-group.el compiled alone.
17957         (gnus-group-line-format): Documented new %F.
17958         (size of Fetched data) group line format; identifies disk space
17959         used by agent and cache.
17960         (gnus-group-line-format-alist): Defined new F format.
17961         (gnus-total-fetched-for): New function.
17962         (gnus-group-delete-group): No longer update
17963         gnus-cache-active-altered as gnus-request-delete-group now keeps
17964         the cache in sync.
17965         (gnus-group-list-active): Let the agent store a server's active
17966         list if currently plugged.
17967
17968         * gnus-int.el (gnus-request-delete-group):
17969         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17970         local disk in sync with the server.
17971         (gnus-request-rename-group):
17972         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17973         local disk in sync with the server.
17974
17975         * gnus-start.el (gnus-get-unread-articles):
17976         Cosmetic simplification to logic.
17977
17978         * gnus-util.el (gnus-rename-file): New function.
17979
17980 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17981
17982         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17983
17984 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17985
17986         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17987         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17988
17989 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17990
17991         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17992         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17993
17994 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17995
17996         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17997
17998 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17999
18000         * spam.el (spam-set-difference): Add function to replace
18001         gnus-set-difference in spam.el.
18002         (spam-summary-prepare-exit): Use spam-set-difference.
18003
18004 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18005
18006         * gnus-registry.el (gnus-registry-cache-file): Update to use
18007         gnus-dribble-directory OR gnus-home-directory OR ~.
18008         (gnus-registry-split-fancy-with-parent): Fix doc.
18009
18010 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18011
18012         * message.el (message-exchange-point-and-mark):
18013         Use message-mark-active-p.  Suggested by Jesper Harder
18014         <harder@ifa.au.dk>.
18015
18016 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18017
18018         * message.el (message-exchange-point-and-mark): Don't activate
18019         region if it was inactive.  Suggested by Hiroshi Fujishima
18020         <pooh@nature.tsukuba.ac.jp>.
18021
18022 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18023
18024         * gnus-art.el (article-display-face): Display Faces in the same
18025         order as X-Faces.
18026
18027 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18028
18029         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18030
18031 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18032
18033         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18034         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18035         (gnus-article-mime-hierarchy): Remove.
18036         (gnus-article-mime-hierarchy-next): Remove.
18037         (gnus-article-mode): Revert 2004-03-19 change.
18038         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18039         (gnus-insert-mime-button): Revert 2004-03-19 change.
18040         (gnus-mime-accumulate-hierarchy): Remove.
18041         (gnus-mime-enter-multipart): Remove.
18042         (gnus-mime-leave-multipart): Remove.
18043         (gnus-mime-display-part): Revert 2004-03-19 change.
18044         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18045
18046         * mml.el (mml-preview): Revert 2004-03-19 change.
18047
18048 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18049
18050         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18051
18052 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18053
18054         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18055         t while entering a file name using the mm-with-multibyte macro.
18056         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18057
18058         * mm-util.el (mm-with-multibyte): New macro.
18059
18060 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18061
18062         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18063         New user option.
18064         (gnus-mime-multipart-functions): Doc and customization fix.
18065         (gnus-article-mime-hierarchy): New variable.
18066         (gnus-article-mime-hierarchy-next): New variable.
18067         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18068         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18069         gnus-article-mime-hierarchy-next to nil.
18070         (gnus-insert-mime-button): Show hierarchy numbers.
18071         (gnus-mime-accumulate-hierarchy): New function.
18072         (gnus-mime-enter-multipart): New function.
18073         (gnus-mime-leave-multipart): New function.
18074         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18075         (gnus-mime-display-alternative): Show hierarchy numbers.
18076
18077         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18078         gnus-article-mime-hierarchy-next to nil.
18079
18080 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18081
18082         * dns.el: Don't require gnus-xmas.
18083
18084 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18085
18086         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18087         inline PGP.
18088         (mml-menu): Disable mml-quote-region if mark is inactive.
18089
18090 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18091
18092         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18093         when the group's active is not available.
18094
18095 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18096
18097         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18098         error.
18099
18100 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18101
18102         * imap.el (imap-store-password): New variable.
18103         (imap-interactive-login): Use it.
18104         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18105
18106 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18107
18108         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18109         window-start and hscroll to summary window.
18110
18111 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18112
18113         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18114         conversion message to newsrc-dribble when an actual conversion is
18115         performed.
18116
18117 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18118
18119         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18120
18121 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18122
18123         * mm-decode.el (mm-complicated-handles): New function reviving
18124         former definition of mm-multiple-handles.
18125
18126         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18127         (gnus-mime-delete-part): Use it.
18128
18129 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18130
18131         * gnus-agent.el (gnus-agent-read-local):
18132         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18133         avoid the implicit assumption that they will always be equal.
18134         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18135         coding-system-for-write, as the with-temp-file macro first prints
18136         to a buffer then saves the buffer.
18137
18138 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18139
18140         * gnus-art.el (gnus-article-edit-part): New function.
18141         (gnus-mime-save-part-and-strip): Use it; do query instead of
18142         signaling an error; don't use mm-multiple-handles.
18143         (gnus-mime-delete-part): Ditto.
18144
18145 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18146
18147         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18148         old file versions.
18149         (gnus-group-prepare-hook): Remove function that converted list
18150         form of gnus-agent-expire-days to group properties.
18151
18152         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18153         (gnus-request-accept-article): Re-indented.
18154
18155         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18156         converters to handle old agent file formats.  Add logic for a
18157         "backup before upgrading warning".
18158         (gnus-convert-mark-converter-prompt): Developers can mark
18159         functions as needing (default), or not needing,
18160         gnus-convert-old-newsrc's "backup before upgrading warning".
18161         (gnus-convert-converter-needs-prompt): Tests whether the user
18162         should be protected from potentially irreversable changes by the
18163         function.
18164
18165         * legacy-gnus-agent.el: New.  Provides converters that are only
18166         loaded when gnus-convert-old-newsrc needs to call them.
18167
18168 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18169
18170         * mail-source.el (mail-source-touch-pop): Doc fix.
18171
18172         * message.el (message-smtpmail-send-it): Doc fix.
18173
18174 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18175
18176         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18177
18178         * nnmail.el (nnmail-split-fancy): do.
18179
18180         * gnus-kill.el (gnus-kill, gnus-execute): do.
18181
18182 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18183
18184         * gnus-sum.el (gnus-widget-reversible-match)
18185         (gnus-widget-reversible-to-internal)
18186         (gnus-widget-reversible-to-external): New functions.
18187         (gnus-widget-reversible): New widget.
18188         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18189
18190 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18191
18192         * gnus-sum.el (gnus-thread-sort-functions)
18193         (gnus-article-sort-functions): Document `(not F)' items.
18194
18195 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18196
18197         * spam.el (spam-use-gmane-xref): Add new backend.
18198         (spam-gmane-xref-spam-group): Add variable to control the name of the
18199         Gmane spam group.
18200         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18201         (spam-regex-headers-spam, spam-regex-headers-ham)
18202         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18203         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18204         backends and checks.
18205         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18206
18207         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18208         an autodetect method.
18209
18210 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18211
18212         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18213         articles are being added to a group.
18214         (gnus-request-replace-article): Inform the agent that articles
18215         need to be uncached as the cached contents are no longer valid.
18216
18217 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18218
18219         * binhex.el: Don't autoload executable-find.
18220
18221         * canlock.el: Don't autoload mail-fetch-field.
18222
18223         * dgnushack.el: Autoload c-mode for XEmacs.
18224
18225         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18226
18227         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18228         rmail-dont-reply-to and rmail-output.
18229
18230         * gnus-score.el: Don't autoload ffap-string-at-point.
18231
18232         * gnus-setup.el: Don't autoload sc-cite-original.
18233
18234         * imap.el: Don't autoload base64-decode-string,
18235         base64-encode-string and md5.
18236
18237         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18238         and rmail-msg-restore-non-pruned-header.
18239
18240         * mm-decode.el: Don't autoload executable-find.
18241
18242         * mm-url.el: Don't autoload executable-find.
18243
18244         * mm-view.el: Don't autoload diff-mode.
18245
18246         * nndb.el: Don't autoload news-reply-mode, news-setup,
18247         cancel-timer and telnet.
18248
18249         * password.el: Don't autoload run-at-time for Emacs.
18250
18251         * sha1-el.el: Don't autoload executable-find.
18252
18253         * sieve-mode.el: Don't autoload c-mode.
18254
18255         * uudecode.el: Don't autoload executable-find.
18256
18257 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18258
18259         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18260         (gnus-agent-possibly-alter-active): Avoid null in numeric
18261         comparison.
18262         (gnus-agent-set-local): Refuse to save null in local object table.
18263         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18264         list of articles that will be marked as unread.
18265
18266 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18267
18268         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18269
18270 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18271
18272         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18273         language tags.
18274
18275 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18276
18277         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18278         Don't bind "obarray".
18279
18280         * gnus-sum.el (gnus-thread-sort-functions):
18281         Add `gnus-thread-sort-by-most-recent-number' and
18282         `gnus-thread-sort-by-most-recent-date'.
18283         Reported by Kai Grossjohann <kai@emptydomain.de>.
18284
18285 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18286
18287         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18288
18289 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18290
18291         * gnus-cus.el (gnus-agent-customize-category):
18292         Remove ignore-errors macro reference that required cl to be loaded at
18293         run-time.
18294
18295         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18296         single-interval range of the form (min . max).  Previously the
18297         range had to look like ((min . max)).  Likewise, return
18298         (min . max) rather than ((min . max)).
18299         (gnus-range-map): Use gnus-range-normalize to accept
18300         single-interval range.
18301
18302         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18303         the cache, but not the agent, now appear with their usual face.
18304
18305         * dgnushack.el (loaddir): New variable that is bound to the
18306         directory containing the dgnushack.el file. Use loaddir, rather
18307         than srcdir, to update load-path. Change lets dgnushack compile
18308         code in directories other than GNUS/lisp.
18309
18310 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18311
18312         * lpath.el: Don't bind w3m-safe-url-regexp.
18313
18314         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18315         w3m-safe-url-regexp variable buffer-local.
18316
18317         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18318
18319 2004-02-27  Simon Josefsson  <jas@extundo.com>
18320
18321         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18322         gnus-group-real-prefix.
18323         (gnus-summary-move-article): Use it, instead of
18324         gnus-group-real-prefix.
18325
18326 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18327
18328         * lpath.el: Bind w3m-safe-url-regexp.
18329
18330         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18331         w3m-safe-url-regexp variable buffer-local and set it as the value
18332         of mm-w3m-safe-url-regexp.
18333
18334         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18335
18336         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18337         parsing gnus-posting-styles when the message is not for replying.
18338
18339         * dgnushack.el: Autoload sgml-mode for XEmacs.
18340
18341         * nnrss.el (nnrss-opml-export):
18342         Use mm-set-buffer-file-coding-system instead of
18343         set-buffer-file-coding-system.
18344
18345 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18346
18347         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18348         of checkdoc.el).
18349         * nnrss.el: do.
18350         * gnus-mlspl.el: do.
18351         * gnus-ml.el: do.
18352         * gnus-srvr.el: do.
18353
18354         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18355
18356 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18357
18358         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18359         Corrections to custom-manual links.
18360
18361         * gnus-art.el (gnus-article): Ditto.
18362
18363         * mm-decode.el (mime-display, mime-security): Ditto.
18364
18365 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18366
18367         * flow-fill.el: Typo.
18368
18369 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18370
18371         * spam-wash.el: New file.
18372
18373 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18374
18375         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18376
18377 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18378
18379         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18380         to be run with new-articles as LIST1, not LIST2.
18381         (spam-registration-functions): Add spam-use-ham-copy as a nil
18382         registration backend.
18383
18384 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18385
18386         * spam-stat.el (spam-stat-washing-hook): New option.
18387         (spam-stat-buffer-words): Use it.
18388         (spam-stat-process-directory, spam-stat-test-directory):
18389         Use insert-file-contents-literally.
18390         (spam-stat-coding-system): New variable.
18391         (spam-stat-load, spam-stat-save): Use it.
18392
18393 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18394
18395         * spam-report.el (spam-report-plug-agent):
18396         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18397
18398 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18399
18400         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18401         Allow / in mailto URLs.
18402
18403 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18404
18405         * spam-report.el (spam-report-process-queue): Fix interactive use.
18406         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18407         (spam-report-unplug-agent): Doc fixes.
18408         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18409         (spam-report-agentize, spam-report-deagentize): Autoload.
18410
18411 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18412
18413         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18414
18415         * message.el (message-setup-fill-variables): Add mml tags to
18416         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18417         <ajk@iu.edu>.
18418         (message-mode): Don't modify paragraph-separate there.
18419
18420 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18421
18422         * compface.el (uncompface-use-external): Default to undecided.
18423         (uncompface-use-external-threshold): New variable.
18424         (uncompface-float-time): New macro.
18425         (uncompface): Determine whether to use the external decoder if
18426         uncompface-use-external is undecided.
18427
18428 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18429
18430         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18431         after images.
18432
18433         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18434
18435 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18436
18437         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18438
18439         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18440
18441         * gnus-sum.el (gnus-summary-limit-to-age)
18442         (gnus-summary-limit-children): do.
18443
18444         * gnus-int.el (gnus-request-scan): do.
18445
18446         * gnus-group.el (gnus-group-suspend): do.
18447
18448         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18449
18450         * gnus-cite.el (gnus-cite-parse-attributions): do.
18451
18452         * gnus-agent.el (gnus-summary-set-agent-mark)
18453         (gnus-agent-regenerate-group): do.
18454
18455         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18456
18457         * binhex.el (binhex-decode-region-internal): do.
18458
18459 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18460
18461         * gnus-fun.el (gnus-face-properties-alist): New user option.
18462         (gnus-display-x-face-in-from): Use it.
18463
18464         * gnus-art.el (article-display-face): Ditto.
18465
18466         * compface.el (uncompface-use-external): Default to nil.
18467
18468 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18469
18470         * nntp.el (nntp-erase-buffer): New function.
18471         (nntp-retrieve-data, nntp-send-command)
18472         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18473         (nntp-possibly-change-group): Use it.
18474
18475         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18476         Use with-current-buffer.
18477
18478 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18479
18480         * compface.el: Merge the ELisp-based uncompface program.
18481         (compface): New customization group.
18482         (uncompface-use-external): New user option.
18483         (uncompface): Call uncompface-internal if uncompface-use-external
18484         is nil.
18485         (uncompface-internal): New function.  Note that there are also
18486         some other functions and variables added for this function.
18487
18488 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18489
18490         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18491         if necessary.
18492
18493 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18494
18495         * spam-report.el (spam-report-unplug-agent)
18496         (spam-report-plug-agent, spam-report-deagentize)
18497         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18498         Add support for the Agent in spam-report: when unplugged, report to a
18499         file; when plugged, submit all the requests.
18500
18501         * spam.el (spam-register-routine): Fix message about
18502         registration.
18503
18504 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18505
18506         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18507         dependencies.
18508         (rfc2047-encode): Use it.
18509
18510         * gnus-art.el (gnus-button-marker-list): Move before first
18511         reference.
18512
18513         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18514         (imap-parse-body): Fix format string mismatch.
18515
18516         * gnus-score.el (gnus-summary-increase-score): do.
18517
18518         * nnrss.el (nnrss-close): New function.
18519
18520 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18521
18522         * nnrss.el (nnrss-make-filename): New function.
18523         (nnrss-request-delete-group, nnrss-read-server-data)
18524         (nnrss-save-server-data, nnrss-read-group-data)
18525         (nnrss-save-group-data): Use it.
18526         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18527         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18528         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18529
18530 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18531
18532         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18533
18534 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18535
18536         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18537         files.
18538
18539         * message.el (message-generate-headers-first): Don't quote nil
18540         and t in docstrings.
18541
18542         * imap.el (imap-id): do.
18543
18544         * gnus-agent.el (gnus-agent-consider-all-articles)
18545         (gnus-agent-queue-mail): do.
18546
18547 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18548
18549         * spam-report.el (spam-report-process-queue): New function.
18550         Process requests from `spam-report-requests-file'.
18551         (spam-report-process-queue): Doc fix.
18552
18553 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18554
18555         * spam.el (spam-register-routine)
18556         (spam-log-processing-to-registry, spam-log-registered-p)
18557         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18558         Change "check" to "spam-check" for semi-clarity.
18559
18560 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18561
18562         * pop3.el: Require nnheader.
18563
18564         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18565
18566         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18567
18568         * gnus-picon.el: Require cl.
18569
18570         * gnus-fun.el: Require gnus-ems and gnus-util.
18571
18572         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18573
18574         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18575
18576         * gnus-art.el (gnus-article-edit-mode): Define before first
18577         reference.
18578
18579 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18580
18581         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18582         (gnus-uu-post-encoded): Use point-at-bol.
18583
18584         * gnus-topic.el (gnus-group-active-topic-p): do.
18585
18586         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18587
18588         * gnus-group.el (gnus-group-kill-region): do.
18589
18590         * gnus-art.el (article-date-ut): do.
18591
18592         * message.el (message-fetch-field): Remove redundant
18593         case-fold-search binding.
18594         (message-narrow-to-field): Simplify.
18595
18596 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18597
18598         * spam.el (spam-directory): Derive from `gnus-directory'.
18599
18600         * spam-report.el (spam-report-url-to-file)
18601         (spam-report-requests-file): New function and variable for offline
18602         reporting.
18603         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18604         and user defined function.
18605         (spam-report-url-ping-mm-url): Remove doubled slash.
18606
18607 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18608
18609         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18610
18611 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18612
18613         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18614         Fix format string mismatch.
18615
18616         * sieve.el (sieve-deactivate-all): do.
18617
18618         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18619
18620         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18621
18622         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18623
18624         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18625
18626 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18627
18628         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18629         the list of checks.
18630
18631 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18632
18633         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18634         padding.
18635
18636 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18637
18638         * mm-view.el (mm-fill-flowed): New variable.
18639         (mm-inline-text): Use it.
18640
18641 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18642
18643         * spam.el (spam-spamassassin-register-ham-routine)
18644         (spam-spamassassin-register-spam-routine): Fix function names.
18645
18646 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18647
18648         * gnus.el (gnus-tmp-grouplens): Remove.
18649         (gnus-summary-line-format): Remove grouplens.
18650
18651         * gnus-group.el (gnus-group-line-format): Ditto.
18652
18653         * gnus-spec.el (gnus-format-specs): Ditto.
18654         (gnus-update-format-specifications): Flush the group format spec
18655         cache if there's the grouplens stuff.
18656         (gnus-parse-simple-format): Replace %l with the empty string.
18657
18658 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18659
18660         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18661         omission.
18662
18663 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18664
18665         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18666         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18667
18668 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18669
18670         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18671         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18672         New macros and functions.
18673         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18674         Handle > NLINK_MAX messages.
18675         * nnmaildir.el (nnmaildir-request-set-mark):
18676         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18677
18678 2004-01-25  Alex Schroeder  <alex@gnu.org>
18679
18680         * spam-stat.el (spam-stat-process-directory-age): New option.
18681         (spam-stat-process-directory): Use it.
18682
18683 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18684
18685         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18686         (spam-stat-save): Accept prefix argument.
18687
18688 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18689
18690         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18691         links" error.
18692
18693 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18694
18695         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18696         the rest of the and/or forms.
18697
18698 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18699
18700         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18701         compatibility with old .newsrc.eld files.
18702
18703         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18704
18705         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18706
18707         * gnus-start.el (gnus-1): do.
18708
18709         * gnus-group.el (gnus-group-line-format-alist): do.
18710
18711         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18712
18713         * gnus-gl.el: Remove.
18714
18715 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18716
18717         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18718         marks consisting of a single range {for example, (3 . 5)} rather
18719         than a list of a single range { ((3 . 5)) }.
18720
18721 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18722
18723         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18724         Use with-current-buffer.
18725         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18726         avoid consing a string.
18727
18728         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18729         Remove obsolete entries for big5 and gb2312.
18730
18731 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18732
18733         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18734         uncompressed list.
18735
18736 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18737
18738         * spam-stat.el (spam-stat-strip-xref): New function.
18739         (spam-stat-process-directory): Use it.
18740
18741         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18742         here -- it's done in message-fetch-field.
18743
18744 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18745
18746         * gnus-agent.el (gnus-agent-queue-mail)
18747         (gnus-agent-prompt-send-queue): New variables.
18748         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18749         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18750         "nndraft:queue" along to gnus-draft-send.
18751         Use gnus-agent-prompt-send-queue.
18752         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18753         is "nndraft:queue".  Suggested by Gaute Strokkenes
18754         <gs234@srcf.ucam.org>
18755
18756         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18757         (agent-enable-undownloaded-faces): Add.
18758         (gnus-agent-cat-groups): Use eval-and-compile, not
18759         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18760         method of gnus-agent-cat-groups even when the buffer has been
18761         evaled.
18762         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18763         delete gnus-agent-save-active-1.
18764         (gnus-agent-save-groups): Delete.  Identical to
18765         gnus-agent-save-active.
18766         (gnus-agent-write-active): No longer adjust agent's copy of active
18767         file as agent's adjustments are now stored in their own
18768         file.  Remove optional parameter.
18769         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18770         servers.  Add use of min/max range limits from server's local
18771         file.
18772         (gnus-agent-save-alist): Remove unused optional argument.
18773         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18774         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18775         (gnus-agent-set-local): A per-server file that keeps min/max range
18776         limits for articles known to the agent.  Provides a fast mechanism
18777         for altering many active ranges.
18778         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18779         active file (local makes it unnecessary).
18780         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18781
18782         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18783         (agent-enable-undownloaded-faces): Add.
18784
18785         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18786         disable it when sending to "nndraft:queue".
18787         (gnus-group-send-queue): Add safety check to avoid sending queue
18788         when unplugged.
18789
18790         * gnus-group.el (gnus-group-catchup): Use new
18791         gnus-sequence-of-unread-articles, not
18792         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18793         numbers of articles.  Use gnus-range-map to avoid having to
18794         uncompress the unread list.
18795         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18796         Fix invalid ange-ftp reference.
18797
18798         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18799         (gnus-sorted-range-intersection): Intersection of two ranges
18800         without requiring that they first be uncompressed.
18801
18802         * gnus-start.el (gnus-activate-group): Unless blocked by the
18803         caller, possibly expand the active range to include both cached
18804         and agentized articles.
18805         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18806         multiple version-dependent converters.
18807         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18808         gnus-agent-save-active.
18809         (gnus-save-newsrc-file): Save dirty agent range limits.
18810
18811         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18812         gnus-agent-possibly-alter-active.
18813         (gnus-adjust-marked-articles): Faster handling of simple lists.
18814
18815 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18816
18817         * spam-stat.el (spam-stat-test-directory): New optional argument
18818         displays a list of files detected.  Suggested by Andrew Cohen
18819         <cohen@andy.bu.edu>.
18820         (spam-stat-buffer-words-with-scores): Don't narrow and change
18821         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18822
18823 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18824
18825         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18826         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18827         (spam-spamassassin-arguments)
18828         (spam-spamassassin-spam-flag-header)
18829         (spam-spamassassin-positive-spam-flag-header)
18830         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18831         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18832         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18833         (spam-list-of-processors, spam-list-of-checks)
18834         (spam-list-of-statistical-checks, spam-registration-functions)
18835         (spam-check-spamassassin-headers, spam-check-spamassassin)
18836         (spam-spamassassin-score)
18837         (spam-spamassassin-register-with-sa-learn)
18838         (spam-spamassassin-register-spam-routine)
18839         (spam-spamassassin-register-ham-routine)
18840         (spam-assassin-register-spam-routine)
18841         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18842         (spam-bogofilter-score): Fix to show article before scoring.
18843
18844 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18845
18846         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18847         default scoring function.
18848         (spam-generic-score): Call spam-spamassassin-score if
18849         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18850         spam-bogofilter-score otherwise.
18851
18852         * gnus.el (spam-process, spam-autodetect-methods):
18853         Add spamassassin and spamassassin-headers.
18854
18855 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18856
18857         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18858         Suppress unnecessary messages.
18859
18860 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18861
18862         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18863         make-hash-table.
18864
18865 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18866
18867         * canlock.el (base64-encode-string): Don't autoload it.
18868
18869 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18870
18871         * run-at-time.el: Remove useless (require 'itimer),
18872         eval-and-compile and (featurep 'xemacs).
18873
18874 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18875
18876         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18877         GROUP is a virtual group.
18878
18879 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18880
18881         * gnus.el: Autoload `message-y-or-n-p'.
18882
18883 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18884
18885         * pgg-parse.el: Remove unnecessary (require 'custom).
18886
18887         * pgg-def.el: do.
18888
18889         * nnmail.el: do.
18890
18891         * gnus-undo.el: do.
18892
18893         * gnus-picon.el: do.
18894
18895         * gnus-util.el: do.
18896
18897 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18898
18899         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18900
18901 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18902
18903         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18904         handle, as well as a list.
18905
18906         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18907         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18908         (mm-w3m-cid-retrieve): Simplify.
18909
18910 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18911
18912         * message.el (message-kill-to-signature): Allow prefix arg to
18913         specify number of lines to keep before signature.
18914
18915 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18916
18917         * message.el (message-kill-to-signature): Change docstring.
18918
18919 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18920
18921         * canlock.el: Always require sha1-el.
18922         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18923
18924         * message.el: Autoload sha1 only when compiling.
18925
18926         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18927         eudc-expand-inline for XEmacs.
18928
18929 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18930
18931         * message.el (message-canlock-generate): Require sha1-el.
18932
18933 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18934
18935         * message.el (message-expand-name): Silence the byte compiler.
18936
18937         * lpath.el: Add detect-coding-system.
18938
18939         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18940         cus-edit.
18941
18942 2004-01-13  Simon Josefsson  <jas@extundo.com>
18943
18944         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18945         Invoke gnus-score-mode.
18946         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18947
18948         * gnus-range.el (gnus-compress-sequence): Doc fix.
18949         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
18950
18951 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18952
18953         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18954
18955 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18956
18957         * spam.el (spam-get-article-as-string): Update to use
18958         gnus-request-article-this-buffer, much simpler.
18959         (spam-get-article-as-buffer): Remove.
18960
18961 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18962
18963         * message.el (message-expand-name): Use EUDC if the user uses that.
18964
18965 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18966
18967         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18968         character for the encoding to avoid consing a string.
18969
18970         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18971         unnecessarily.
18972
18973         * mm-util.el (mm-replace-chars-in-string): Remove.
18974
18975         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18976         of mm-replace-chars-in-string.
18977
18978 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18979
18980         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18981
18982         * mm-util.el (mm-subst-char-in-string): Support inplace.
18983
18984         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18985         a new string in every iteration.  Use shy groups.
18986
18987 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18988
18989         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18990         * gnus-soup.el (gnus-soup-group-brew):
18991         * gnus-msg.el (gnus-put-message):
18992         * gnus-move.el (gnus-group-move-group-to-server):
18993         * gnus-kill.el (gnus-batch-score):
18994         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18995         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18996         (gnus-group-update-group, gnus-group-read-group)
18997         (gnus-group-make-group, gnus-group-make-help-group)
18998         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18999         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19000         (gnus-group-sort-by-unread, gnus-group-catchup)
19001         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19002         (gnus-group-yank-group, gnus-group-set-info)
19003         (gnus-group-list-groups):
19004         * gnus.el (gnus-generate-new-group-name):
19005         * gnus-delay.el (gnus-delay-send-queue):
19006         * nnvirtual.el (nnvirtual-catchup-group):
19007         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19008         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19009         (gnus-group-prepare-topics, gnus-topic-check-topology):
19010         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19011         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19012         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19013         (gnus-group-make-articles-read):
19014         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19015         (gnus-group-change-level, gnus-kill-newsgroup)
19016         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19017         (gnus-get-unread-articles, gnus-make-articles-unread)
19018         (gnus-make-ascending-articles-unread): Use accessor
19019         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19020         to get group information for improved readability.
19021
19022
19023 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19024
19025         * gnus-art.el (article-decode-mime-words, article-babel)
19026         (gnus-article-highlight-signature, gnus-article-add-buttons)
19027         (gnus-signature-toggle): Use gnus-with-article-buffer.
19028
19029         * gnus-art.el (gnus-article-highlight-headers)
19030         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19031
19032         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19033         (gnus-article-set-globals, gnus-request-article-this-buffer)
19034         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19035         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19036         (gnus-mime-display-alternative): Use with-current-buffer.
19037
19038 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19039
19040         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19041         also under 80 char limit, and call gnus-error if needed.
19042         (spam-fetch-article-header): Fix - it was a
19043         buffer-local variable (gnus-newsgroup-data).
19044         (spam-find-spam): Use spam-generate-fake-headers, forget about
19045         spam-insert-fake-headers.
19046         (spam-insert-fake-headers): Remove.
19047
19048 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19049
19050         * deuglify.el (gnus-article-outlook-unwrap-lines)
19051         (gnus-outlook-rearrange-article)
19052         (gnus-outlook-repair-attribution-outlook)
19053         (gnus-outlook-repair-attribution-block)
19054         (gnus-outlook-repair-attribution-other): Remove redundant
19055         save-excursion.
19056
19057 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19058
19059         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19060         (spam-fetch-field-subject-fast)
19061         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19062         (spam-fetch-article-header): Add functions to deal with Gnus
19063         internals for fast retrieval of article header data.
19064         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19065
19066 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19067
19068         * pop3.el (pop3-md5): Remove.
19069         (pop3-apop): Replace pop3-md5 with md5.
19070
19071         * mm-bodies.el: base64 is always built-in.
19072
19073         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19074         Use with-current-buffer.
19075
19076 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19077
19078         * canlock.el (canlock-insert-header): Remove excessive grouping in
19079         regexp.
19080
19081         * gnus-sum.el (gnus-summary-read-document): Ditto.
19082
19083         * gnus-uu.el (gnus-uu-part-number): Ditto.
19084
19085         * html2text.el (html2text-remove-tags): Ditto.
19086         (html2text-format-tags): Ditto.
19087         (html2text-format-single-elements): Ditto.
19088
19089         * mml.el (mml-parse-1): Ditto.
19090
19091 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19092
19093         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19094
19095         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19096
19097         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19098
19099         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19100
19101 2003-11-15  Simon Josefsson  <jas@extundo.com>
19102
19103         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19104         (pgg-gpg-lookup-key): Use regexp match instead of
19105         split-string (split-string is different between emacs 21.2 and
19106         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19107
19108 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19109
19110         * gnus-art.el (gnus-mime-view-all-parts)
19111         (gnus-article-part-wrapper, gnus-article-view-part):
19112         Use with-current-buffer.
19113
19114 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19115
19116         * spam.el (spam-disable-spam-split-during-ham-respool)
19117         (spam-spamoracle-database, spam-cache-lookups)
19118         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19119         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19120         (spam-group-ham-marks, spam-group-spam-marks)
19121         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19122         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19123         also add spam-use-blackholes to the statistical checks.
19124         (spam-fetch-field-fast): Add interface to fetching fields, may
19125         become a macro.
19126         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19127         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19128         (spam-insert-fake-headers): Fake an article when needed.
19129         (spam-find-spam): Fake article when possible.
19130         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19131         (spam-check-bogofilter-headers): Use message-fetch-field instead
19132         of nnmail-fetch-field.
19133
19134 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19135
19136         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19137
19138 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19139
19140         * spam.el (spam-split): Do not require spam-use-CHECK to be
19141         enabled if that check is passed to spam-split explicitly; also
19142         fix so 'spam doesn't get converted to spam-split-group when
19143         spam-split-symbolic-return is t.
19144         (spam-find-spam): Find registrations of the article and use those
19145         instead of re-running spam-split to find the spam/ham
19146         classification of the article.
19147         (spam-log-processing-to-registry, spam-log-registered-p)
19148         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19149         Use gnus-error instead of gnus-message.
19150         (spam-log-registration-type): Add function to determine the
19151         classification of a message based on registry entries; will
19152         return nil if both 'spam and 'ham are found.
19153         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19154         a reasonably fast local cache without the loading errors.
19155         (spam-cache-lookups): Set to t by default.
19156         (spam-find-spam): Don't try to guess spam-cache-lookups.
19157         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19158         spam-caches entry.
19159         (spam-filelist-build-cache, spam-filelist-check-cache):
19160         Fix caching of whitelist/blacklist entries.
19161         (spam-check-whitelist, spam-check-blacklist):
19162         Invoke spam-from-listed-p with a type, not a cache variable.
19163         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19164
19165 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19166
19167         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19168
19169         * nnmail.el (nnmail-split-fancy): do.
19170
19171         * mml.el (mml-parse): do.
19172
19173         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19174         (gnus-score-adaptive): do.
19175
19176 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19177
19178         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19179         (gnus-mime-button-map): Don't set keymap parent.
19180         (gnus-button-ctan-directory-regexp): Use shy grouping.
19181         (gnus-prev-page-map): Don't set keymap parent.
19182         (gnus-prev-page-map): Remove duplicated one.
19183         (gnus-next-page-map): Don't set keymap parent.
19184         (gnus-mime-security-button-map): Ditto.
19185
19186         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19187         version number.
19188
19189         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19190
19191 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19192
19193         * canlock.el (canlock-sha1-function): Remove.
19194         (canlock-sha1-function-for-verify): Remove.
19195         (canlock-openssl-program): Remove.
19196         (canlock-openssl-args): Remove.
19197         (canlock-ignore-errors): Remove.
19198         (canlock-sha1-with-openssl): Remove.
19199         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19200         (canlock-verify): Don't use canlock-ignore-errors.
19201
19202         * sha1-el.el (sha1-string-external): Make it can return a string
19203         in binary form.
19204         (sha1-region-external): Ditto.
19205         (sha1-string-internal): Ditto.
19206         (sha1-region-internal): Ditto.
19207         (sha1-region): Ditto.
19208         (sha1-string): Ditto.
19209         (sha1): Ditto.
19210
19211 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19212
19213         * spam.el (spam-report-articles-gmane): New command.
19214
19215 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19216
19217         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19218
19219         * run-at-time.el (run-at-time-saved): Remove.
19220         (run-at-time): Doc fix.
19221
19222 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19223
19224         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19225         (gnus-summary-limit-map): Add it.
19226         (gnus-summary-make-menu-bar): do.
19227
19228 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19229
19230         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19231         Make attempt at some caching support (done for BBDB only now).
19232         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19233         addresses to be checked.
19234         (spam-clear-cache-BBDB): Add function, to be invoked by
19235         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19236         (spam-check-BBDB): Check and use the caches, if
19237         spam-cache-lookups is on, remove superfluous (provide).
19238
19239 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19240
19241         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19242
19243 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19244
19245         * run-at-time.el (run-at-time-saved): Move to after the definition
19246         of `run-at-time'.
19247
19248         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19249
19250 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19251
19252         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19253         mm-w3m-local-map-property.
19254
19255         * mm-view.el (mm-w3m-mode-map): Remove.
19256         (mm-w3m-local-map-property): Remove.
19257         (mm-inline-text-html-render-with-w3m): Don't use
19258         mm-w3m-local-map-property.
19259
19260 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19261
19262         * run-at-time.el: New file.
19263
19264         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19265         under Emacs.
19266
19267         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19268         of gnus-set-text-properties.
19269
19270         * gnus-uu.el (gnus-uu-save-article): Ditto.
19271
19272         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19273
19274         * gnus-cite.el (gnus-cite-parse): Ditto.
19275
19276         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19277         of gnus-.
19278
19279         * gnus-xmas.el (run-at-time): Require run-at-time.
19280
19281         * gnus.el: Change calls to nnheader-run-at-time and
19282         password-run-at-time throughout to use run-at-time directly.
19283
19284         * password.el: Remove definition of run-at-time.
19285
19286         * nnheaderxm.el: Remove definition of run-at-time.
19287
19288 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19289
19290         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19291         in prompt.
19292
19293 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19294
19295         * messagexmas.el (message-xmas-redefine): Alias
19296         `message-make-caesar-translation-table' to
19297         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19298         version.
19299
19300         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19301         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19302         `gnus-xmas-set-text-properties'.
19303         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19304         `gnus-xmas-completing-read'.
19305         (gnus-xmas-completing-read): Removed.
19306         (gnus-xmas-open-network-stream): Removed.
19307
19308         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19309         XEmacs version.
19310
19311         * dns.el (dns-make-network-process): Use `open-network-stream'
19312         instead of `gnus-xmas-open-network-stream'.
19313
19314         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19315
19316         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19317
19318 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19319
19320         * gnus-art.el (gnus-mime-display-alternative)
19321         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19322         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19323         Don't use gnus-local-map-property.
19324
19325         * gnus-util.el (gnus-local-map-property): Remove.
19326
19327         * mm-view.el (mm-view-pkcs7-decrypt):
19328         Replace gnus-completing-read-maybe-default with completing-read.
19329
19330         * gnus-util.el (gnus-completing-read): do.
19331         (gnus-completing-read-maybe-default): Remove.
19332
19333 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19334
19335         * password.el: Only autoload `run-at-time' if not XEmacs.
19336         Only autoload the itimer functions if XEmacs.
19337
19338 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19339
19340         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19341         XEmacsen.
19342
19343         * dgnushack.el: Autoload executable-find for XEmacs.
19344
19345 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19346
19347         * gnus-art.el (gnus-read-string): Remove.
19348         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19349         read-string.
19350
19351 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19352
19353         * netrc.el: Autoload password-read.
19354         (netrc): Add configuration group.
19355         (netrc-encoding-method, netrc-openssl-path):
19356         Add variables for encoding and decoding of files with symmetric
19357         ciphers.
19358         (netrc-encode): Add assistant function to encode a file with
19359         netrc-encoding-method.
19360         (netrc-parse): Add interactive parameter, added optional
19361         decoding if netrc-encoding-method is non-nil but otherwise
19362         behavior is standard.
19363         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19364         Do s/encode/encrypt/ everywhere.
19365
19366         * spam.el: Remove executable-find autoload.
19367
19368 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19369
19370         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19371
19372         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19373
19374 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19375
19376         * gnus-art.el (gnus-treat-ansi-sequences)
19377         (article-treat-ansi-sequences): New variable and function.
19378         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19379
19380         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19381         Use it.
19382
19383 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19384
19385         * mm-util.el (mm-quote-arg): Remove.
19386
19387         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19388         shell-quote-argument.
19389
19390         * gnus-uu.el (gnus-uu-command): do.
19391
19392         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19393
19394         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19395         with make-char.
19396
19397         * mm-util.el (mm-make-char): Remove.
19398
19399         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19400         add-minor-mode.
19401
19402         * gnus-undo.el (gnus-undo-mode): do.
19403
19404         * gnus-topic.el (gnus-topic-mode): do.
19405
19406         * gnus-sum.el (gnus-dead-summary-mode): do.
19407
19408         * gnus-start.el (gnus-slave-mode): do.
19409
19410         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19411
19412         * gnus-ml.el (gnus-mailing-list-mode): do.
19413
19414         * gnus-gl.el (gnus-grouplens-mode): do.
19415
19416         * gnus-draft.el (gnus-draft-mode): do.
19417
19418         * gnus-dired.el (gnus-dired-mode): do.
19419
19420         * gnus-ems.el (gnus-add-minor-mode): Remove.
19421
19422         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19423         Replace gnus-char-width with char-width.
19424
19425         * gnus-ems.el (gnus-char-width): Remove.
19426
19427         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19428         Replace gnus-char-width with char-width.
19429
19430         * gnus-ems.el (gnus-char-width): Remove.
19431
19432         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19433         definition.
19434         Remove Emacs 20 hash table compatibility code.
19435
19436         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19437         20 compatibility code.
19438
19439         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19440
19441         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19442
19443         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19444         Replace with point-at-{eol,bol}.
19445
19446         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19447
19448         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19449
19450         * flow-fill.el (fill-flowed-point-at-bol)
19451         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19452
19453         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19454         Replace with point-at-{eol,bol} throughout all files.
19455
19456 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19457
19458         * ntlm.el (ntlm-string-as-unibyte): New macro.
19459         (ntlm-build-auth-response): Use it.
19460
19461         Remove Emacs 20 stuff:
19462         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19463         (butlast, mapc, remove): Remove the compiler macros.
19464         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19465         of delq and copy-sequence.
19466         * gnus-art.el (popup-menu): Remove the compiler macro.
19467         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19468         Emacs 20.
19469
19470 2004-01-05  Simon Josefsson  <jas@extundo.com>
19471
19472         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19473         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19474         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19475         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19476         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19477         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19478         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19479         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19480         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19481         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19482         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19483         string-xor into ntlm-string-xor.
19484         Suggested by Jesper Harder <harder@myrealbox.com>.
19485
19486         * ntlm.el: Don't include poem.
19487
19488         * md4.el (print-int32, print-string-hexa): Remove.
19489         Suggested by Jesper Harder <harder@myrealbox.com>.
19490
19491         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19492
19493         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19494         probably breaks emacs with DL patch, but do we care? Is anyone
19495         still using the DL stuff?)
19496
19497         * sieve-manage.el: Use the password package.
19498         (sieve-manage-read-passwd): Remove.
19499         (sieve-manage-interactive-login): Use password.  Re-add
19500         condition-case around loop.
19501
19502         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19503         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19504         Use the password package.
19505
19506 2003-02-19  Simon Josefsson  <jas@extundo.com>
19507
19508         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19509         token.
19510
19511 2002-08-07  Simon Josefsson  <jas@extundo.com>
19512
19513         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19514         (sieve-manage-authenticators):
19515         (sieve-manage-authenticator-alist): Add some SASL mechs.
19516         (sieve-sasl-auth): New function.
19517         (sieve-manage-cram-md5-auth):
19518         (sieve-manage-plain-auth): Rewrite using SASL library.
19519         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19520         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19521         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19522         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19523
19524 2004-01-05  Simon Josefsson  <jas@extundo.com>
19525
19526         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19527         New files.
19528
19529 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19530
19531         * gnus-group.el (gnus-no-groups-message): Update.
19532
19533         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19534
19535 2003-11-09  Simon Josefsson  <jas@extundo.com>
19536
19537         * imap.el: Support for ID IMAP extension (RFC 2971).
19538         (imap-local-variables): Add imap-id.
19539         (imap-id): New variable.
19540         (imap-id): New function.
19541         (imap-parse-response): Parse untagged ID response.
19542         * nnimap.el (nnimap-id): New variable.
19543         (nnimap-open-connection): Use it.
19544
19545 2003-12-28  Simon Josefsson  <jas@extundo.com>
19546
19547         * gnus-score.el (gnus-score-edit-all-score): New.
19548         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19549
19550 2004-01-04  Simon Josefsson  <jas@extundo.com>
19551
19552         * password.el: Add.
19553
19554 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19555
19556         * dns.el (dns-query-types): Fix typo.
19557         (dns-query-types): New function.
19558         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19559         PTR and SOA replies, see RFC 1035.
19560
19561 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19562
19563         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19564
19565         * Move to Changelog.2.
19566
19567 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19568
19569         * gnus.el (gnus-version-number): Bump version.
19570
19571 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19572
19573         * gnus.el: No Gnus v0.1 is released.
19574
19575 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19576
19577         * gnus.el: No Gnus v0.0 is released.
19578
19579 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19580
19581         * gnus.el (gnus-version-number): Bump.
19582         (gnus-version): No.
19583
19584 See ChangeLog.2 for earlier changes.
19585
19586     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19587       Free Software Foundation, Inc.
19588
19589   This file is part of GNU Emacs.
19590
19591   GNU Emacs is free software: you can redistribute it and/or modify
19592   it under the terms of the GNU General Public License as published by
19593   the Free Software Foundation, either version 3 of the License, or
19594   (at your option) any later version.
19595
19596   GNU Emacs is distributed in the hope that it will be useful,
19597   but WITHOUT ANY WARRANTY; without even the implied warranty of
19598   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19599   GNU General Public License for more details.
19600
19601   You should have received a copy of the GNU General Public License
19602   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19603
19604 ;; Local Variables:
19605 ;; coding: utf-8
19606 ;; fill-column: 79
19607 ;; add-log-time-zone-rule: t
19608 ;; End: