shr.el (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
[gnus] / lisp / ChangeLog
1 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
4         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
5         (shr-insert): Use them.
6         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
7
8 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
9
10         * nnir.el (nnir-request-move-article): Bail out if original group
11         doesn't support article moves.
12         (nnir-get-active): Improve active list retrieval.
13
14 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15
16         * shr.el (shr-find-fill-point): Don't break before apostrophes.
17
18 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
19
20         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
21         seem to accept strings-with-numbers as port numbers,
22
23 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
24
25         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
26         change the registry.
27
28 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
29
30         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
31         delete-dups that is not available in XEmacs 21.4.
32
33         * mm-util.el (mm-delete-duplicates): Add comment.
34
35 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
36
37         * nnir.el (nnir-ignored-newsgroups): New variable.
38         (nnir-get-active): Use it.
39
40 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
41
42         * proto-stream.el (proto-stream-open-network): Add some comments.
43
44         * nntp.el (nntp-open-connection): Provide a :success condition.
45
46         * nnimap.el (nnimap-open-connection-1): Ditto.
47
48         * proto-stream.el (proto-stream-open-network): See what the response to
49         the STARTTLS command is.
50
51         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
52         backwards compatibility).
53         (nnimap-open-connection-1): Really respect nnimap-server-port.
54
55         * proto-stream.el (proto-stream-open-network): When doing opportunistic
56         TLS upgrades we don't really care about the identity of the peer.
57         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
58         that what we've checked for.
59         (proto-stream-always-use-starttls): Only default to t if
60         open-gnutls-stream exists.
61         (proto-stream-open-network): If STARTTLS failed, then just open a
62         normal connection.
63         (proto-stream-open-network): Wait until the greeting before doing
64         STARTTLS.
65
66         * nntp.el (nntp-open-connection): Report what the connection error is.
67
68         * proto-stream.el (open-protocol-stream): Renamed from
69         open-proto-stream.
70
71 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
72
73         * nnimap.el (nnimap-stream): Change default to `undecided'.
74         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
75         first, and then network.
76         (nnimap-open-connection-1): Respect nnimap-server-port.
77         (nnimap-open-connection): Be more backwards-compatible.
78
79         * proto-stream.el (proto-stream-always-use-starttls): New variable.
80         (proto-stream-open-starttls): De-duplicate the starttls code.
81         (proto-stream-open-starttls): Folded back into the main function.
82         (proto-stream-open-network): Fix typo in the gnutls path.
83         (proto-stream-command): Refactor out.
84
85         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
86
87         * proto-stream.el (proto-stream-open-starttls): Actually implement the
88         starttls.el STARTTLS.
89
90         * color.el (color-lab->srgb): Fix function call name.
91
92         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
93         if we're using tls.el.
94         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
95         built in, then don't try to establish a STARTTLS connection.
96
97         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
98         servers.
99
100         * proto-stream.el (open-proto-stream): Use network, not stream.
101         (open-proto-stream): Add a way to specify what the end of a command is.
102
103         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
104         connections types.
105         (nntp-open-network-stream): Remove.
106         (nntp-open-ssl-stream): Remove.
107         (nntp-open-tls-stream): Remove.
108         (nntp-ssl-program): Remove.
109
110         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
111
112 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
113
114         * nnir.el: Fix typos.
115         (nnir-retrieve-headers-override-function): Rename variable to reflect
116         new semantics.
117         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
118         macros.
119         (nnir-request-article, nnir-request-move-article): Use them.
120         (nnir-categorize): New function.
121         (nnir-run-query): Use it.
122         (nnir-retrieve-headers): Rewrite to batch header retrieval.
123         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
124         sorted.
125         (nnir-group-full-name): Use gnus-group-full-name instead.
126         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
127         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
128
129 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
130
131         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
132
133         * proto-stream.el: New library to provide protocol-specific
134         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
135         protocols.
136         (open-proto-stream): Complete the documentation.
137         (proto-stream-open-network): Fix some typos.
138
139         * nnimap.el (nnimap-open-connection): Use it.
140
141 2010-11-26  Julien Danjou  <julien@danjou.info>
142
143         * color.el: Rename various rgb functions to srgb.
144
145 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
146
147         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
148         names.
149
150 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
151
152         * shr.el (shr-insert): Revert last change.
153         (shr-find-fill-point): Never leave point being at bol;
154         relax the kinsoku limitation when rendering tables.
155
156 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
157
158         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
159         results from -accept-article.
160
161         * shr-color.el: Require cl when compiling.
162
163         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
164         checkin.
165
166         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
167
168         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
169
170         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
171         'add and 'delete to set backend marks.
172
173         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
174
175         * nnheader.el (nnheader-update-marks-actions): Refactor out.
176
177         * nntp.el (nntp-request-set-mark): Use it.
178
179         * nnfolder.el (nnfolder-request-set-mark): Ditto.
180
181         * nnml.el (nnml-request-set-mark): Ditto.
182
183         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
184         introduces regressions in article selection.
185         (nnimap-find-uid-response): New function.
186         (nnimap-request-accept-article): Use the UID returned, if any.
187         (nnimap-request-move-article): Use the UID returned, if any.
188         (nnimap-get-groups): Reimplement to work with folded lines.
189         (nnimap-find-uid-response): The UID is the last element in the list.
190         (nnimap-request-set-mark): Extend syntax with 'set.
191
192         * nnml.el (nnml-request-set-mark): Ditto.
193
194         * nnfolder.el (nnfolder-request-set-mark): Ditto.
195
196         * nntp.el (nntp-request-set-mark): Ditto.
197
198 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
199
200         * message.el (message-called-interactively-p): A temporary macro.
201         (message-goto-body): Use it temporarily.
202
203 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
204
205         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
206         (nnimap-last-response-string): Unfold quoted lines, if they exist.
207         (nnimap-last-response-string): Fix last unfolding fix.
208
209 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
210
211         * shr.el (shr-insert): Fix the way to fold lines.
212
213 2010-11-25  Julien Danjou  <julien@danjou.info>
214
215         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
216
217         * color.el: Rename from color-lab.el
218         (color-rgb->hex): Add.
219         (color-complement): Add.
220         (color-complement-hex): Add.
221
222         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
223
224 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
225
226         * shr-color.el (shr-color-visible): Don't bug out if the colour names
227         don't exist.
228
229 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
230
231         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
232         assuming that article displaying or another mml-preview may be
233         interrupted for an error or for the like.
234
235         * shr.el (shr-get-background): Fix argument name.
236
237 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
238
239         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
240
241         * gnus-sum.el (gnus-summary-include-articles): New function.
242
243         * message.el (message-goto-body): called-interactively-p needs a
244         parameter, so use `any'.
245
246         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
247         clear marks before moving, since they're synced from the Gnus side
248         first.
249
250         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
251         (gnus-summary-move-article): Copy over all marks before moving, so that
252         IMAP doesn't think a new article has arrived.
253
254 2010-11-24  Julien Danjou  <julien@danjou.info>
255
256         * shr.el (shr-insert-background-overlay): Fix typo.
257         (shr-render-td): Copy the background before rendering.
258
259         * shr-color.el (shr-color-visible): Fix docstring.
260
261         * shr.el (shr-tag-table): Add bgcolor support.
262         (shr-render-td): Add bgcolor support.
263         (shr-get-background): Add.
264         (shr-insert-foreground-overlay): Use shr-get-background.
265
266         * message.el (message-goto-body): Use called-interactively-p.
267         (message-in-body-p): message-goto-body returns point.
268
269 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
270
271         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
272         Fixes something or other in Emacs 23, and is backwards compatible.
273
274         * message.el (message-goto-body): Remove the <#secure special-casing,
275         which is too special.
276
277         * shr.el (shr-parse-style): Drop !important from styles.
278
279 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
280
281         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
282         this function to return incorrect results when calling it with an
283         explicit article argument different from
284         (gnus-summary-article-number).
285
286 2010-11-24  Julien Danjou  <julien@danjou.info>
287
288         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
289         (shr-tag-body): Add background support.
290         (shr-descend): Add background support.
291         (shr-tag-title): Add.
292
293         * shr-color.el (shr-color-visible): Really return original background
294         if fixed.
295
296 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
297
298         * shr.el (shr-color-check): Protect against non-existant colour names.
299
300 2010-11-24  Julien Danjou  <julien@danjou.info>
301
302         * color-lab.el: Require 'cl when compiling.
303
304         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
305
306         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
307         matched part.
308
309         * color-lab.el: Fix all expt calls to use float type.
310
311 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
312
313         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
314         expression to shr-color-check as is.
315
316         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
317
318         * color-lab.el: Add coding cookie.
319         (float-pi): Use eval-and-compile.
320
321         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
322         compiled for Emacsen having no `libxml-parse-html-region' support.
323
324 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
325
326         * shr.el (shr-insert-color-overlay): Split stuff like
327         "#444444 !important" to find the real colour.
328         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
329         parse <font color="red"> entries.
330
331 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
332
333         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
334         point when parsing headers.
335
336         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
337         is positioned properly when parsing headers.
338
339 2010-11-23  Julien Danjou  <julien@danjou.info>
340
341         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
342
343         * shr-color.el (shr-color->hexadecimal): Add support for color names.
344
345         * shr.el (shr-parse-style): Replace \n with space in style parsing.
346
347         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
348         shr-color-hue-to-rgb.
349         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
350
351 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
352
353         * shr.el (shr-color->hexadecimal): Autoload.
354         (shr-descend): Add color to all tags.
355
356 2010-11-22  Julien Danjou  <julien@danjou.info>
357
358         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
359         shr-color->hexadecimal.
360
361         * shr-color.el (shr-color->hexadecimal): Add converting functions for
362         RGB() or HSL() color representation.
363
364         * shr.el (shr-tag-font): Add.
365         (shr-tag-color-check): New function to get better colors.
366         (shr-tag-insert-color-overlay): Factorize code between tag-font and
367         tag-span.
368
369         * shr-color.el: New file.
370
371         * color-lab.el: New file.
372
373         * gnus-art.el (gnus-url-mailto): Do not downcase args.
374
375 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
376
377         * nnir.el: Fix typo in comments.
378         (nnir-run-imap): Simplify code. No need to reverse artlist.
379         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
380
381 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
382
383         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
384
385         * nnimap.el (nnimap-get-capabilities): Refactor out.
386         (nnimap-open-connection): Re-request capabilities after STARTTLS.
387
388 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
389
390         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
391         appearing when `mm-uu-hide-markers' is nil.
392
393 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
394
395         * nnimap.el (nnimap-unselect-group): Make into its own function.
396         (nnimap-request-rename-group): Unselect group before renaming.
397         This had gotten lost somewhere.
398         (nnimap-request-accept-article): Keep track of examined groups, and
399         unselect the group before APPENDing to read-only groups.
400         (nnimap-request-move-article): Clear flags before moving so that they
401         can be re-set later.
402
403 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
404
405         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
406         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
407
408 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
409
410         * gnus-art.el (gnus-mime-display-single)
411         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
412         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
413         parameter.
414
415 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
416
417         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
418         (shr-table-vertical-line): New variable.
419         (shr-insert-table): Use it.
420
421 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
422
423         * gnus-html.el (gnus-html-wash-images): Don't display images if
424         gnus-inhibit-images is non-nil; register displayer for cid images.
425         (gnus-html-display-image): Work for cid image.
426         (gnus-html-insert-image): Allow arguments.
427         (gnus-html-put-image): Inhibit read-only.
428         (gnus-html-prefetch-images): Don't prefetch images if
429         gnus-inhibit-images is non-nil.
430
431 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
432
433         * shr.el (shr-put-image): Break lines when inserting big pictures.
434
435 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
436
437         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
438         sender, thanks Katsumi Yamaoka.
439
440 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
441
442         * nnir.el (nnir-run-imap): Reverse the article list for each group
443         rather than the whole list.
444
445 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
446
447         * shr.el (shr-image-displayer): Protect function against non-existent
448         image source.
449
450         * gnus-art.el (gnus-inhibit-images): New user option.
451         (gnus-mime-display-single): Don't display image if it is non-nil.
452
453         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
454         gnus-inhibit-images.
455
456         * shr.el (shr-image-displayer): New function.
457         (shr-tag-img): Use it.
458
459 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
460
461         * mml2015.el (mml2015-epg-sign): Use From header.
462
463 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
464
465         * gnus-html.el (gnus-html-wash-images): Register a displayer.
466
467         * gnus-util.el (gnus-find-text-property-region): Return markers.
468
469         * shr.el (shr-tag-img): Put a displayer in the text property.
470
471         * gnus-util.el (gnus-find-text-property-region): New utility function.
472
473         * gnus-html.el (gnus-html-display-image): Make the alt optional.
474         (gnus-html-show-images): Remove.
475
476         * gnus-art.el (gnus-article-show-images): New, more general function.
477
478         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
479         image url text properties.
480
481         * shr.el: Ditto.
482
483         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
484         gnus-agent-auto-agentize-methods is set.  Which it isn't.
485
486 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
487
488         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
489         work for two or more articles.
490
491 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
492
493         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
494         divide an image that's in an html article to two or more when washing
495         non-ASCII characters in alt text of it.
496
497 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
498
499         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
500         smime-decrypt-region using function argument.
501         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
502
503         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
504
505         * smime.el (smime-decrypt-region): Catch it.
506
507 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
508
509         * smime.el (smime-mode-map): Move initialization into declaration.
510         (gnus-run-mode-hooks): Don't autoload.
511         (smime-mode): Use define-derived-mode.
512
513 2010-11-11  Glenn Morris  <rgm@gnu.org>
514
515         * smime.el (from): Restrict declaration to XEmacs.
516
517         * nnir.el (gnus-group-topic-name): Autoload.
518
519 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
520
521         * shr.el (shr-insert): Don't break long line if it is because of
522         kinsoku-bol characters in the line end.
523
524 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
525
526         * nnir.el (nnir-request-move-article): Fix to provide original group
527         and subject.
528         (nnir-warp-to-article): Don't fail on articles whose headers haven't
529         been retrieved.
530
531         * gnus-sum.el (gnus-summary-move-article): Use original group and
532         subject for virtual articles such as those in an nnir summary buffer.
533
534 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
535
536         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
537         least 21.5).
538
539         * smime.el (from): Declare it again for XEmacs.
540
541 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
542
543         * message.el (message-resend): Don't disable encoding unless it's
544         already encoded.
545
546         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
547         low-numbered articles.
548
549 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
550
551         * rfc2047.el (rfc2047-syntax-table): Simplify.
552
553         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
554
555         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
556         set-char-table-range for XEmacs.
557
558 2010-11-10  Glenn Morris  <rgm@gnu.org>
559
560         * time-date.el (time-to-seconds): Always an alias on Emacs,
561         never a real function.
562         (with-no-warnings): Remove compat stub, now unused.
563         (time-less-p): Doc fix.
564         (time-to-number-of-days): Simplify.
565
566         * smime.el (from): Remove unused declaration.
567
568         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
569         (gnus-float-time): On Emacs, always an alias.
570
571         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
572         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
573
574 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
575
576         * dgnushack.el: Don't use ignore-errors in the top level form since it
577         is unavailable in XEmacs even if cl is loaded.
578
579         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
580
581 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
582
583         * shr.el (browse-url-mailto): Autoload.
584
585         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
586
587         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
588         regexp doesn't need quoting.
589
590 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
591
592         * message.el (message-subject-trailing-was-ask-regexp)
593         (message-subject-trailing-was-regexp): Match was: in addition to was.
594
595 2010-11-09  Glenn Morris  <rgm@gnu.org>
596
597         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
598         (nnbabyl-check-mbox): Use point-at-bol.
599
600 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
601
602         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
603
604         * message.el (message-mailto): New function.
605         (message-mailto): Should accept other parameters.
606         (message-mailto): Remove since it duplicates browse-url-mailto
607         functionality.
608
609 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
610
611         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
612         methods.
613         (gnus-read-active-file): Ditto.
614
615         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
616         ": " from the prompt.
617         (gnus-group-make-group): Ditto.
618
619 2010-11-07  Glenn Morris  <rgm@gnu.org>
620
621         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
622         (gnus-bookmark-kill-line): Use point-at-eol.
623
624 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
625
626         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
627         asterisks in From header.
628
629 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
630
631         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
632         string to avoid making the From headers syntactically invalid.
633
634         * message.el (message-send-mail): Don't insert courtesy messages if the
635         message already has List-Post and List-ID messages.
636
637 2010-11-06  Glenn Morris  <rgm@gnu.org>
638
639         * gnus-art.el (gnus-treat-article): Give dynamic local variables
640         `condition', `type', `length' a prefix.
641         (gnus-treat-predicate): Update for above name changes.
642
643 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
644
645         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
646         binding.  Handled by `gnus-summary-refer-thread' instead.
647         (nnir-warp-to-article): New backend function.
648
649         * nnimap.el (nnimap-request-thread): Force dependency updating.
650
651         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
652         (gnus-summary-refer-thread): Rework to improve thread-referral.
653
654         * gnus-int.el (gnus-warp-to-article): New function.
655
656         * gnus-sum.el (gnus-summary-article-map): Bind it.
657
658 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
659
660         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
661         gnus-summary-refer-thread.
662
663         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
664         headers.
665         (gnus-summary-limit-include-thread): Prevent articles in thread from
666         being cut in gnus-cut-threads.
667         (gnus-summary-refer-thread): Limit retrieved headers to those in
668         thread.
669
670 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
671
672         * message.el (message-send-mail): Use the value of
673         message-courtesy-message from the message buffer.
674
675         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
676
677         * shr.el (shr-browse-url): Implement mailto: URLs.
678
679         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
680         "raw".
681
682         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
683         if it's already selected.
684
685         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
686
687 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
688
689         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
690         to measure the length and truncate alt text.
691
692 2010-11-03  Glenn Morris  <rgm@gnu.org>
693
694         * nndiary.el (nndiary-generate-nov-databases-1)
695         (nndiary-generate-active-info): Rename dynamic variable `files' to
696         something less generic.
697
698 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
699
700         * nnir.el (nnir-request-move-article): Call the underlying backend to
701         move articles from nnir.
702
703 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
704
705         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
706
707 2010-11-02  Julien Danjou  <julien@danjou.info>
708
709         * nnir.el: Remove wais support.
710
711 2010-11-02  Glenn Morris  <rgm@gnu.org>
712
713         * gnus-html.el: Reorder requirements to quieten compiler.
714
715 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
716
717         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
718         properly for XEmacs as well.
719         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
720         (gnus-article-natural-long-line-p): Use window-width rather than
721         frame-width.
722
723 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
724
725         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
726         (nnir-read-parms): Don't modify query.
727         (nnir-run-query): Add ability to search topic on current line.
728         (nnir-get-active): Clean up.
729
730 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
731
732         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
733         degenerate articles.
734
735         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
736         (gnus-print-buffer): Just print the buffer as is, without any copying
737         to a buffer and then re-highlighting.
738
739         * nnimap.el (nnimap-request-group): Store the new updated info.
740         (nnimap-request-group): Select the group when we don't know whether it
741         exists or not.
742
743         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
744         groups.
745
746         * gnus-group.el (gnus-group-find-new-groups): Display all the new
747         groups.
748
749         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
750         groups.
751
752         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
753         long-lines case by only filling the long lines.
754
755         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
756         (bug #7311).
757
758 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
759
760         * shr.el: No need to declare `declare-function' since shr.el is for
761         only Emacsen that provide `libxml-parse-html-region'.
762
763         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
764         effective only in a file it is referred to.
765
766 2010-11-01  Glenn Morris  <rgm@gnu.org>
767
768         * mm-util.el (gnus-completing-read): Autoload.
769         (mm-read-coding-system): Simplify Emacs definition.
770
771         * nnmail.el (gnus-activate-group):
772         * nnimap.el (gnutls-negotiate):
773         * nntp.el (netrc-parse): Fix declarations.
774
775 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
776
777         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
778         string-match-p in Emacs >=23.
779
780         * gnus-msg.el (gnus-configure-posting-styles)
781         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
782
783 2010-11-01  Glenn Morris  <rgm@gnu.org>
784
785         * nnir.el (declare-function): Add compat stub.
786         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
787         (nnir-run-gmane): Require 'mm-url.
788
789         * mm-util.el (mm-string-to-multibyte): Simplify.
790
791         * shr.el (declare-function): Add compat stub.
792         (url-cache-create-filename): Declare.
793         (mm-disable-multibyte, widget-convert-button): Autoload.
794
795         * smime.el (ldap-search): Declare.
796         (smime-cert-by-ldap-1): Require ldap on Emacs.
797
798         * nnimap.el: Require nnmail, and gnus-sum when compiling.
799         (nnimap-keepalive): Use gnus-float-time.
800
801         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
802         (mail-source-delete-crash-box): Use gnus-float-time.
803
804         * gnus-dired.el (gnus-completing-read): Autoload.
805
806         * mm-view.el (gnus-rescale-image): Autoload.
807
808         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
809
810         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
811
812         * sieve-manage.el: Require 'cl when compiling.
813
814         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
815         (gnus-iswitchb-completing-read): Require iswitchb.
816         (gnus-select-frame-set-input-focus): Silence compiler.
817
818 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
819
820         * message.el (message-subject-trailing-was-query): Change default to t,
821         since I think that's what most people want.
822
823         * nnimap.el (nnimap-request-accept-article): Erase buffer before
824         appending for easier debugging.
825         (nnimap-wait-for-connection): Take a regexp.
826         (nnimap-request-accept-article): Wait for the continuation line before
827         sending anything unless we're streaming.
828
829         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
830         leave the header washing to take place.
831
832 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
833
834         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
835         regular expression match and replace in posting styles.
836
837 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
838
839         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
840         an entire server.
841         (nnir-get-active): New function.
842         (nnir-run-imap): Use it.
843         (nnir-run-gmane): Who knew, gmane search returns an article score!
844
845         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
846         server on the current line with nnir.
847
848 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
849
850         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
851         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
852         left edge.
853         (gnus-article-foldable-buffer): Skip past the prefix when determining
854         raggedness.
855
856         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
857         the raw article, and change `C-u g' to show the article without doing
858         treatments.
859
860         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
861         on to `gnus-treat-article'.
862         (gnus-inhibit-article-treatments): New variable.
863
864         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
865
866         * gnus-art.el (gnus-treatment-function-alist): Have
867         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
868         (gnus-treat-fill-long-lines): Change default to fill all text/plain
869         sections.
870
871         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
872         parameter.
873         (gnus-article-fill-cited-long-lines): New function.
874         (gnus-article-fill-cited-article): Allow filling only long sections.
875
876         * shr.el (shr-find-fill-point): Don't break lines between punctuation
877         and non-punctuation (like after the apostrophe in "'We").
878
879         * gnus-sum.el (gnus-summary-select-article): Make sure
880         gnus-original-article-buffer is alive.
881
882         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
883         reflect the order they're in in the digest.
884
885         * gnus.el (gnus-group-startup-message): Move point to the start of the
886         buffer.
887
888         * nnimap.el (nnimap-capability): New function.
889         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
890         is set.
891
892 2010-10-31  David Engster  <dengste@eml.cc>
893
894         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
895         conform with changes to gnus-completing-read.
896
897 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
898
899         * shr.el (shr-tag-img): Output "*" instead of "[img]".
900
901 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
902
903         * nnir.el: Move defvar, defcustom around to keep file organized
904         and keep byte-compiler quiet.
905         (nnir-read-parms): Accept search-engine as arg.
906         (nnir-run-query): Pass search-engine as arg.
907         (nnir-search-engine): Remove.
908
909 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
910
911         * shr.el (shr-generic): The text nodes should be text, not :text.
912
913         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
914         later in the file.
915
916 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
917
918         * nnir.el: General clean up.  Allow searching with multiple engines.
919         Allow separate extra-parameters for each engine.
920         Batch queries when possible.
921         (nnir-imap-default-search-key,nnir-method-default-engines):
922         Add customize interface.
923         (nnir-run-gmane): New engine.
924         (nnir-engines): Use it.  Qualify all prompts with engine name.
925         (nnir-search-engine): Remove global variable.
926         (nnir-run-hyrex): Restore for now.
927         (nnir-extra-parms,nnir-search-history): New variables.
928         (gnus-group-make-nnir-group): Use them.
929         (nnir-group-server): Remove in favor of gnus-group-server.
930         (nnir-request-group): Avoid searching twice.
931         (nnir-sort-groups-by-server): New function.
932
933 2010-10-30  Julien Danjou  <julien@danjou.info>
934
935         * gnus-group.el: Remove gnus-group-fetch-control.
936
937         * gnus-start.el (gnus-find-new-newsgroups):
938         Remove gnus-check-first-time-used.
939
940         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
941
942 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
943
944         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
945         set on groups that don't have \* permanentflags.
946
947 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
948
949         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
950         control the background color.
951         (shr-tag-img): Ignore very small web bug type images.
952         (shr-put-image): Add help-echo alt texts to the images.
953         (shr-tag-video): Show the video poster image.
954
955 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
956
957         * shr.el (shr-table-depth): New variable.
958         (shr-tag-table-1): Only insert the images after the top-level table.
959
960         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
961
962         * gnus-util.el (gnus-list-memq-of-list): New function.
963
964         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
965         selected.
966         (nnimap-unsplittable-articles): New slot.
967         (nnimap-new-articles): Use it.
968
969 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
970
971         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
972         move to the previous line on `M-g'.
973
974 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
975
976         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
977         *-request-group, which seems unnecessary.
978
979         * nnimap.el (nnimap-quote-specials): Function copied over from
980         imap.el.
981         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
982         they support that.  Suggested by Tom Regner.
983
984 2010-10-29  Julien Danjou  <julien@danjou.info>
985
986         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
987         defalias.
988         (gnus-summary-delete-marked-with): Remove obsolete defalias.
989
990         * gnus.el: Remove `gnus-nntp-service' variable.
991         (gnus-secondary-servers): Make obsolete.
992         (gnus-nntp-server): Make obsolete.
993
994         * gnus-start.el (gnus-1): Remove x-splash calls.
995
996         * gnus-ems.el (gnus-x-splash): Remove.
997
998         * gnus.el (gnus-group-startup-message): Simplify/update code.
999
1000         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1001         definition.
1002
1003         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1004         capability before doing anything.
1005         (gnus-group-insert-group-line): Remove useless
1006         gnus-group-remove-excess-properties.
1007
1008 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1009
1010         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1011
1012 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1013
1014         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1015         config after reselecting.
1016
1017 2010-10-28  Julien Danjou  <julien@danjou.info>
1018
1019         * shr.el (shr-put-image): Use point even if only inserting text.
1020         (shr-put-image): Save excursion when inserting alt text on non-graphic
1021         display, so the behaviour is the same when we are on a graphic display.
1022
1023         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1024
1025 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1026
1027         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1028         (gnus-mime-copy-part): Check coding system, not charset.
1029         (gnus-mime-view-part-externally): Never remove part.
1030         (gnus-mime-view-part-internally): Don't remove part here.
1031         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1032         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1033         multipart/alternative.
1034
1035         * mm-decode.el (mm-display-part): Take optional arg `force'.
1036
1037 2010-10-26  Julien Danjou  <julien@danjou.info>
1038
1039         * gnus-group.el (gnus-group-default-list-level): Add this function to
1040         compute the default list level.
1041         (gnus-group-default-list-level): Add possibility to use a function.
1042
1043 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1044
1045         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1046
1047         * gnus-group.el (gnus-group-completing-read)
1048         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1049         gnus-replace-in-string.
1050
1051 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1052
1053         * shr.el (shr-tag-div): Add.
1054
1055         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1056
1057 2010-10-25  Julien Danjou  <julien@danjou.info>
1058
1059         * gnus-util.el: Remove `gnus-with-local-quit'.
1060
1061         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1062
1063 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1064
1065         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1066         the original article buffer.
1067
1068 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1069
1070         * nnimap.el (nnimap-request-head): New function.
1071         (nnimap-request-move-article): Try to be slighly faster by not
1072         requesting the entire message when moving.
1073         (nnimap-transform-headers): Don't bug out on bodiless articles.
1074         (nnimap-send-command): Have no outstanding messages if the IMAP server
1075         doesn't support streaming.
1076         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1077
1078 2010-10-24  Julien Danjou  <julien@danjou.info>
1079
1080         * message.el (message-default-headers): Fix type.
1081
1082 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1083
1084         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1085         prefetching images.
1086
1087         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1088         backend for unknown groups.  This is mainly useful for nnimap groups.
1089
1090         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1091         group isn't covered by the agent.
1092
1093 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1094
1095         * nnir.el (nnir-method-default-engines): New variable.
1096         (nnir-run-query): Use it.
1097         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1098         (gnus-summary-nnir-goto-thread): Change group if needed.
1099
1100         * gnus-group.el (gnus-group-group-map): Add key binding for
1101         gnus-group-make-nnir-group.
1102
1103 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1104
1105         * shr.el (shr-tag-object): Add.
1106
1107         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1108         original article buffer live.
1109         (gnus-summary-select-article-buffer):
1110         Mention gnus-widen-article-buffer.
1111
1112 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1113
1114         * shr.el (shr-tag-strong): Add.
1115
1116 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1117
1118         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1119         group names.  They mess up the group buffer badly.
1120
1121         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1122
1123         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1124         instead of the summary one.
1125
1126 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1127
1128         * mml.el (mml-preview): Work properly when editing article.
1129
1130         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1131         gnus-have-read-active-file if it's already been in.
1132
1133 2010-10-22  Tom Tromey  <tromey@redhat.com>
1134
1135         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1136         gnus-group-completing-read.
1137
1138 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1139
1140         * message.el (message-mode-map): Don't bind M-; to comment region, to
1141         allow the global comment-dwim to work.
1142
1143 2010-10-21  Julien Danjou  <julien@danjou.info>
1144
1145         * message.el (message-setup-1): Allow message-default-headers to be a
1146         function.
1147
1148 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1149
1150         * shr.el (shr-tag-table): Simplify.
1151
1152 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1153
1154         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1155         to avoid trying to snarf invalid stuff.
1156
1157         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1158
1159         * gnus.el (gnus-message-archive-group): Quote value.
1160         (gnus-message-archive-group): Mark as changed.
1161
1162         * shr.el (shr-add-font): Don't put the font properties on the newline
1163         or the indentation.
1164
1165         * message.el (message-fix-before-sending): Change options when sending
1166         non-printable characters.
1167
1168         * gnus.el (gnus-message-archive-method): Change the default to
1169         monthly outgoing groups.
1170
1171         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1172         that have gotten new numbers.
1173
1174         * nnimap.el (nnimap-request-replace-article): New function.
1175
1176 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1177
1178         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1179         (nnrss-request-article): Don't use special html washing code.
1180
1181 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1182
1183         * shr.el (shr-tag-table): Remove useless nconc.
1184
1185 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1186
1187         * gnus-art.el (article-wash-html): Simplify and remove the charset
1188         stuff.  Use the normal html rendering code instead of the special html
1189         washing code.
1190
1191         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1192         `gnus-w3m' symbols.
1193         (mm-text-html-washer-alist): Remove.
1194
1195         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1196         (mm-inline-media-tests): Remove use.
1197         (mm-text-html-renderer): Change default to the `shr' symbol.
1198
1199         * mm-view.el (mm-inline-text-html): Remove use.
1200
1201         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1202         `gnus-blocked-images' to be a function.
1203         (gnus-article-wash-function): Remove.
1204
1205 2010-10-20  Julien Danjou  <julien@danjou.info>
1206
1207         * spam.el (spam-list-of-processors): Mark as obsolete.
1208
1209         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1210         (nnimap-insert-partial-structure): Fix boundary detection.
1211
1212 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1213
1214         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1215         run file-truename on remote files.  This can be expensive and even
1216         prevent one from editing drafts if some unrelated buffer has a stale
1217         connection.
1218
1219 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1220
1221         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1222         kinsoku-eol regardless of shr-kinsoku-shorten.
1223         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1224         (shr-tag-table): Support caption, thead, and tfoot.
1225
1226 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1227
1228         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1229         lines.
1230         (shr-save-contents): New command and keystroke.
1231
1232         * nndoc.el (nndoc-type-alist): Add git support.
1233         (nndoc-git-type-p): New function.
1234         (nndoc-transform-git-article): Ditto.
1235         (nndoc-transform-git-headers): Ditto.
1236         (nndoc-transform-git-headers): Generate Subject headers.
1237
1238         * shr.el (shr-parse-style): New function.
1239         (shr-tag-span): Ditto.
1240
1241         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1242         to `G G' to avoid collisions.
1243
1244 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1245
1246         * shr.el: Load kinsoku if necessary.
1247         (shr-kinsoku-shorten): New internal variable.
1248         (shr-find-fill-point): Make kinsoku shorten text line if
1249         shr-kinsoku-shorten is bound to non-nil.
1250         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1251         shr-indentation too when testing if table is wider than frame width.
1252         (shr-insert-table): Use `string-width' instead of `length' to measure
1253         text width.
1254         (shr-insert-table-ruler): Make sure indentation is done at bol.
1255
1256 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1257
1258         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1259         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1260         undecoded network data.
1261
1262 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1263
1264         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1265         name in the mode line spec so that the mode line menu works
1266         (bug #2431).
1267
1268         * message.el (message-get-reply-headers): If we're fed `to-address',
1269         then always use that.
1270
1271         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1272         aren't so wide as to need to switch off the edit menu.
1273
1274         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1275         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1276
1277         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1278         `M-g'.
1279         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1280         the permanent marks.
1281
1282 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1283
1284         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1285         Splitting according to references/in-reply-to obeys the ignore-groups
1286         variable, while splitting by sender and subject do not.
1287
1288 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1289
1290         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1291         alist, so that we can look for non-Unicode chars.
1292         (article-translate-strings): Allow both character and string maps.
1293
1294 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1295
1296         * shr.el (shr-insert): Don't insert space behind a wide character
1297         categorized as kinsoku-bol, or between characters both categorized as
1298         nospace.
1299
1300 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1301
1302         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1303         headers to gnus-newsgroup-headers.
1304
1305 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1306
1307         * shr.el (shr-tag-img): Don't align images -- since we're not
1308         rescaling, this often leads to ugly displays.
1309
1310 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1311
1312         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1313         duplicates.
1314
1315 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1316
1317         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1318         call.
1319
1320 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1321
1322         * gnus.el: Autoload gnus-html-show-images.
1323
1324         * nnimap.el: Use nnheader-message throughout.
1325
1326         * shr.el (shr-tag-img): Ignore images with no data.
1327
1328 2010-10-15  Julien Danjou  <julien@danjou.info>
1329
1330         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1331         a possibility to disable format=flow encoding when using hard newlines.
1332
1333 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1334
1335         * shr.el (shr-insert): Remove space inserted before or after a
1336         breakable character or at the beginning or the end of a line.
1337         (shr-find-fill-point): Do kinsoku; find the second best point or give
1338         it up if there's no breakable point.
1339
1340 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1341
1342         * nnimap.el (nnimap-open-connection): Message when opening connection
1343         for debugging purposes.
1344
1345         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1346         on every setup buffer call to allow this to change from article to
1347         article.
1348
1349         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1350         buffers where we have a wide table.
1351
1352 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1353
1354         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1355         uses *-request-thread.
1356
1357 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1358
1359         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1360         incantation, which is no longer valid.
1361
1362 2010-10-14  Julien Danjou  <julien@danjou.info>
1363
1364         * shr.el: Fix defcustom type (char -> character).
1365
1366 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1367
1368         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1369         programs.
1370
1371 2010-10-14  Julien Danjou  <julien@danjou.info>
1372
1373         * shr.el (shr-tag-a): Use url-link as widget type.
1374
1375         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1376         `gnus-group-get-icon'.
1377
1378 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1379
1380         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1381         This should make server editing work better.
1382
1383         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1384
1385         * tls.el (tls-program): Remove spurious %s from openssl.
1386
1387         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1388         (nnimap-parse-flags): Fix regexp.
1389
1390         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1391         probably work for CJVK text, too.
1392
1393         * nnimap.el (nnimap-extend-tls-programs): Remove.
1394         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1395
1396         * tls.el (tls-starttls-switches): Remove starttls hack.
1397         (open-tls-stream): Ditto.
1398         (tls-find-starttls-argument): Ditto.
1399
1400 2010-10-13  Julien Danjou  <julien@danjou.info>
1401
1402         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1403         responses.
1404
1405 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1406
1407         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1408
1409         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1410         anything in Emacs.
1411
1412         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1413
1414 2010-10-13  Julien Danjou  <julien@danjou.info>
1415
1416         * shr.el (shr-width): Make shr-width a defcustom with default to
1417         fill-column.
1418         (shr-tag-img): Use shr-width rather than fill-column.
1419
1420 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1421
1422         * dgnushack.el (byte-optimize-apply)
1423         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1424
1425         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1426         position when (X-)Faces exist.
1427         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1428         avatars when called interactively.
1429
1430 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1431
1432         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1433         gnus-article-x-face-too-ugly is bound.
1434
1435 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1436
1437         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1438
1439         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1440         mailbox that doesn't exist.
1441
1442 2010-10-12  Julien Danjou  <julien@danjou.info>
1443
1444         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1445         (shr-get-image-data): Encode URL properly when fetching from cache.
1446         (shr-tag-img): Use aligned-to spaces to align correctly images.
1447
1448         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1449         before inserting the Gravatar.
1450
1451         * shr.el (shr-tag-img): Add align attribute support for <img>.
1452
1453 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1454
1455         * gnus-gravatar.el (gnus-art): Require.
1456
1457         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1458         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1459         Remove long obsoleted functions.
1460
1461 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1462
1463         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1464
1465         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1466
1467         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1468         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1469         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1470         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1471         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1472         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1473         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1474
1475 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1476
1477         * nnimap.el (nnimap-request-rename-group): Select group read-only
1478         before renaming it.
1479
1480         * shr.el (shr-insert): Fix up the white space only regexp.
1481
1482         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1483         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1484
1485         * shr.el (shr-current-column): New function.
1486         (shr-find-fill-point): New function.
1487
1488 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1489
1490         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1491         numbers.
1492
1493 2010-10-11  Julien Danjou  <julien@danjou.info>
1494
1495         * shr.el (shr-hr-line): Add.
1496         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1497         display hr lines.
1498         (shr-max-columns): Do not change state to nil if we just inserting
1499         spaces.
1500
1501 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1502
1503         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1504         select the last group.
1505
1506 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1507
1508         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1509
1510 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1511
1512         * dig.el (dig-mode-map): Declare and define in one step.
1513
1514 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1515
1516         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1517         for Gnus.
1518         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1519         (nnimap-update-qresync-info): Mark \Seen articles as read.
1520
1521         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1522         non-variable, too.
1523
1524         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1525         available.
1526         (nnimap-update-info): Rely more on the current active than the param
1527         active to avoid marking articles as read too much.
1528
1529         * auth-source.el (auth-source-create): Use (user-login-name) for the
1530         user name default.
1531
1532         * nnimap.el (nnimap-update-info): If the server doesn't return any
1533         useful info, just use the previous info.
1534         (nnimap-update-info): Prefer old info over start-article.
1535         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1536
1537 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1538
1539         * nnir.el (autoload): Clean up autoloads.
1540         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1541         Use key rather than value.
1542         (nnir-imap-search-other): New variable.
1543         (nnir-read-parm): Use it.
1544         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1545         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1546
1547 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1548
1549         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1550         the process, too.
1551
1552 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1553
1554         * spam.el (gnus-summary-mode-map): Bind to "$".
1555         Suggested by Russ Allbery.
1556
1557         * shr.el: Rework the way things are indented by <li> slightly.
1558
1559         * gnus.el (gnus-group-set-parameter): Fix typo.
1560
1561         * nnimap.el: Start implementing QRESYNC support.
1562
1563 2010-10-09  Julien Danjou  <julien@danjou.info>
1564
1565         * nnir.el (nnir-engines): Fix too many arguments.
1566
1567 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1568
1569         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1570         group is the "last", so that the backends like nnfolder actually save
1571         their folders.
1572
1573         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1574         try to use that for the tls stream.
1575         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1576         UIDVALIDITY and find out which groups are read-only and not.
1577         (nnimap-get-flags): Use the same marks parsing code as the rest of
1578         nnimap.
1579
1580 2010-10-09  Julien Danjou  <julien@danjou.info>
1581
1582         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1583
1584         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1585         retrieving gravatars.
1586
1587         * shr.el (shr-table-corner): Add.
1588         (shr-table-line): Add.
1589         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1590
1591 2010-10-08  Julien Danjou  <julien@danjou.info>
1592
1593         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1594
1595 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1596
1597         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1598
1599         * gnus-sum.el (gnus-mark-article-as-unread)
1600         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1601         (gnus-summary-set-bookmark): Use it.
1602
1603         * gnus-msg.el (gnus-setup-message): Use it.
1604
1605         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1606
1607         * gnus.el (gnus-group-remove-parameter): Use it.
1608
1609         * gnus-group.el (gnus-group-make-web-group): Use it.
1610
1611         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1612
1613         * nnregistry.el: Update docs to mention manual.
1614
1615         * gnus-registry.el: Update docs to mention nnregistry.el.
1616         (gnus-registry-initialize): Don't install nnregistry refer method
1617         automatically.
1618         (gnus-registry-install-nnregistry): Remove it.
1619
1620 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1621
1622         * shr.el (shr-insert): Don't insert double spaces.
1623
1624 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1625
1626         * gnus-gravatar.el (gnus-treat-from-gravatar)
1627         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1628         called interactively.
1629
1630         * gnus-art.el (gnus-mime-view-part-externally)
1631         (gnus-mime-view-part-internally): Make predicate function passed to
1632         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1633         of a mime type.
1634
1635         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1636
1637 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1638
1639         * shr.el (require): Require cl when compiling.
1640         (shr-tag-hr): New function.
1641
1642         * nnimap.el (nnimap-update-info): Remove double setting of high.
1643         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1644         This makes nnimap work properly on Courier again.
1645
1646         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1647         the variable for backwards compatability.
1648
1649         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1650         the file name before using to avoid setting mm-default-directory to
1651         nil.
1652
1653         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1654         bidning gnus-agent variables.
1655
1656         * shr.el (shr-render-td): Use a cache for the table rendering function
1657         to avoid getting an exponential rendering behaviour in nested tables.
1658         (shr-insert): Rework the line-breaking algorithm.
1659         (shr-insert): Don't leave trailing spaces.
1660         (shr-insert-table): Also insert empty TDs.
1661         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1662
1663 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1664
1665         * gnus-sum.el (gnus-number): Rename from `number'.
1666         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1667         (gnus-summary-limit-children): Update uses correspondingly.
1668
1669 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1670
1671         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1672         (gnus-gravatar-transform-address): Don't show avatars of people of
1673         which mail addresses match gnus-gravatar-too-ugly.
1674
1675 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1676
1677         * shr.el (shr-table-widths): Expand TD elements to fill available
1678         space.
1679
1680 2010-10-07  Julien Danjou  <julien@danjou.info>
1681
1682         * nnimap.el (nnimap-request-rename-group): Add this method.
1683
1684 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1685
1686         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1687         name from XEmacs' function-arglist.
1688
1689         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1690         gravatar under XEmacs.
1691
1692 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1693
1694         * auth-source.el: Update docs with TODO items.
1695
1696         * gnus-sync.el: Update docs to explain state and plans.
1697
1698         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1699         Hooks for mark updates.
1700         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1701
1702         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1703         hooks with arguments, which is needed for mark update hooks.
1704
1705 2010-10-06  Julien Danjou  <julien@danjou.info>
1706
1707         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1708         was matched.
1709
1710         * sieve-manage.el: Update example in `Commentary'.
1711
1712         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1713
1714         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1715         not 2000.
1716         (sieve-manage-authenticate): Re-add function.
1717
1718 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1719
1720         * shr.el (shr-insert): Get 'space transition right.
1721         (shr-render-td): Only delete space at the end of the TD.
1722
1723         * nnimap.el (nnimap-open-connection): Prepare to support
1724         open-gnutls-stream.
1725
1726         * shr.el: Rearrange function order to be more logical.
1727
1728 2010-10-06  Julien Danjou  <julien@danjou.info>
1729
1730         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1731         (nnrss-discover-feed): Remove 404 URL in docstring.
1732
1733         * nnir.el: Fix Swish-E URL.
1734         Fix Namazu URL.
1735
1736         * message.el (message-change-subject): Remove 404 URL in a comment.
1737
1738 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1739
1740         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1741         called interactively.
1742
1743         * gnus-util.el (gnus-remove-if): Allow hash table.
1744         (gnus-remove-if-not): New function.
1745
1746         * gnus-art.el (gnus-mime-view-part-as-type)
1747         * gnus-score.el (gnus-summary-score-effect)
1748         * gnus-sum.el (gnus-read-move-group-name):
1749         Replace remove-if-not with gnus-remove-if-not.
1750
1751         * gnus-group.el (gnus-group-completing-read):
1752         Regard collection as a hash table if it is not a list.
1753
1754 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1755
1756         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1757
1758         * shr.el: Document the table-rendering algorithm.
1759
1760 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1761
1762         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1763         for Emacsen having no `libxml-parse-html-region' support.
1764
1765 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1766
1767         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1768         invalid URLs.
1769
1770         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1771         line-broken.
1772         (shr-tag-img): Ignore image fetching errors.
1773         (shr-overlays-in-region): Compute overlay positions correctly.
1774
1775         * mm-decode.el (mm-shr): Require shr.
1776
1777         * gnus-art.el (gnus-blocked-images): Move variable here.
1778
1779         * shr.el (shr-insert-table): Bind free variable.
1780
1781         * mm-decode.el (mm-shr): Bind shr-content-function.
1782
1783         * shr.el (shr-content-function): New variable.
1784
1785         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1786         added for symmetry.
1787
1788         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1789
1790         * gnus-group.el (gnus-group-make-group): Doc fix.
1791
1792         * nnimap.el (nnimap-request-newgroups): Return success.
1793
1794         * shr.el (shr-find-elements): New function.
1795         (shr-tag-table): Put all the images after the table.
1796         (shr-tag-table): Really inhibit images inside the table.
1797         (shr-collect-overlays): Copy over overlays from the TD elements to the
1798         main document.
1799
1800         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1801         gnus-blocked-images.
1802
1803 2010-10-05  Julien Danjou  <julien@danjou.info>
1804
1805         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1806
1807         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1808         (gnus-html-maximum-image-size): Add this function.
1809         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1810
1811         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1812         server-value of the capability is nil.
1813
1814 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1815
1816         * shr.el (shr-tag-em): Add <EM> tag.
1817
1818 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1819
1820         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1821         customizable.
1822
1823         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1824         handing broken links to browse-url.
1825
1826 2010-10-05  Julien Danjou  <julien@danjou.info>
1827
1828         * gnus-util.el (gnus-emacs-completing-read)
1829         (gnus-iswitchb-completing-read): Use autoload rather than require.
1830
1831 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1832
1833         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1834         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1835         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1836         iswitchb-temp-buflist for XEmacs.
1837
1838         * gnus-util.el (gnus-completing-read-function): Exclude
1839         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1840         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1841         XEmacs.
1842
1843         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1844         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1845
1846         * gnus-html.el: Don't require help-fns under XEmacs.
1847         (gnus-html-schedule-image-fetching): Work for XEmacs.
1848
1849         * mm-decode.el (mm-shr): Decode contents by charset.
1850
1851 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1852
1853         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1854         unknown.
1855
1856         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1857         (shr-get-image-data): Ensure against the cache file missing.
1858
1859         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1860         for data.
1861
1862         * spam-report.el (spam-report-url-ping-plain): Don't query about
1863         killing the process.
1864
1865         * shr.el (shr-render-td): Protect against too-wide text.
1866
1867 2010-10-04  Julien Danjou  <julien@danjou.info>
1868
1869         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1870         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1871
1872         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1873         retrieved.
1874
1875 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1876
1877         * shr.el (browse-url): Require.
1878         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1879         lines.
1880         (shr-show-alt-text, shr-browse-image): New commands.
1881         (shr-browse-url, shr-copy-url): New commands.
1882
1883         * gnus-sum.el (gnus-widen-article-window): New variable.
1884         (gnus-summary-select-article-buffer): Use it.
1885
1886         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1887         without @ signs.
1888
1889 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1890
1891         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1892
1893 2010-10-04  Julien Danjou  <julien@danjou.info>
1894
1895         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1896         for XEmacs.
1897
1898 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1899
1900         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1901
1902         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1903         (nnimap-close-server): Implement.
1904
1905         * dgnushack.el (iswitchb): Require to shut up the compiler.
1906
1907         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1908         (shr-insert): Tweak line breaking.
1909         (shr-insert): Handle <pre> better.
1910         (shr-tag-li): Get <li> indentation right.
1911         (shr-tag-li): Get <li> indentation even righter.
1912         (shr-tag-blockquote): Ensure paragraph start.
1913         (shr-make-table): Tweak table generation.
1914         (shr-make-table): Fix typo.
1915
1916         * shr.el: Implement table rendering.
1917
1918 2010-10-04  Julien Danjou  <julien@danjou.info>
1919
1920         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1921
1922 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1923
1924         * shr.el (shr-insert): Use string anchors instead of line anchors.
1925
1926 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1927
1928         * shr.el: Add headings.
1929         (shr-ensure-paragraph): Actually work.
1930         (shr-tag-li): Make <ul> prettier.
1931         (shr-insert): Get white space at the beginning/end of elements right.
1932         (shr-tag-p): Collapse subsequent <p>s.
1933         (shr-ensure-paragraph): Don't insert double line feeds after blank
1934         lines.
1935         (shr-insert): \t is also space.
1936         (shr-tag-s): Fix "s" tag name function.
1937         (shr-tag-s): Fix face prop name.
1938
1939 2010-10-03  Julien Danjou  <julien@danjou.info>
1940
1941         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1942
1943         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1944         gnus-window-inside-pixel-edges.
1945
1946         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1947         gnus-ems.
1948
1949         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1950
1951         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1952         function.
1953
1954         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1955         resize choice.
1956
1957 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1958
1959         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1960         beginning of the buffer.
1961
1962         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1963         article buffer again.
1964
1965         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
1966
1967         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1968         when it's at the start of the buffer.
1969
1970         * shr.el (shr-tag-blockquote): Convert name.
1971         (shr-rescale-image): Use the right image-size variant.
1972
1973         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1974         buffer isn't shown, then select the current article first instead of
1975         bugging out.
1976         (gnus-summary-select-article-buffer): Show both the article and summary
1977         buffers again.
1978
1979         * shr.el (shr-fontize-cont): Protect against regions with no text.
1980         Rename tag functions to shr-tag-* for enhanced security.
1981         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1982
1983 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1984
1985         * shr.el (shr-insert):
1986         * pop3.el (pop3-movemail):
1987         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1988         loaded.
1989
1990 2010-10-03  Glenn Morris  <rgm@gnu.org>
1991
1992         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1993
1994         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1995
1996         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1997
1998         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1999
2000         * gnus-util.el (gnus-make-local-hook): Simplify.
2001
2002 2010-10-02  Julien Danjou  <julien@danjou.info>
2003
2004         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2005         (gnus-ido-completing-read): New function.
2006         (gnus-emacs-completing-read): New function.
2007         (gnus-completing-read): Use gnus-completing-read-function.
2008         Add gnus-completing-read-function.
2009
2010 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2011
2012         * shr.el (shr-insert-document): Autoload.
2013         (shr-img): Be silent.
2014         (shr-insert): Add a newline after every picture before text.
2015         (shr-add-font): Use overlays for combining faces.
2016         (shr-insert): Pass upwards the text start point.
2017
2018         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2019         possible.
2020         (mm-shr): New function.
2021
2022 2010-10-02  Julien Danjou  <julien@danjou.info>
2023
2024         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2025         should go backward.
2026
2027 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2028
2029         * shr.el (shr): Fix typo in provide call.
2030
2031 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2032
2033         * shr.el: New file.
2034
2035         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2036
2037         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2038         completing read.
2039
2040 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2041
2042         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2043         we're being queried about.  Suggested by Dan Jacobson.
2044
2045         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2046         Suggested by Jason Eisner.
2047
2048         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2049         table, too.  Suggested by Stefan Wiens.
2050         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2051         the table unnecessary.  Suggested by Stefan Wiens.
2052
2053         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2054         longer needed, and probably doesn't work either, as pointed out by
2055         Stefan Wiens.
2056         (gnus-summary-exit): Remove call to the clearing function.
2057         (gnus-summary-exit-no-update): Ditto.
2058
2059         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2060         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2061         Reported by Stefan Monnier.
2062         (gnus-summary-save-in-rmail): Ditto.
2063
2064         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2065         article buffer, instead of both the article buffer and the summary
2066         buffer.  Sort of suggested by Dan Jacobson.
2067
2068         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2069
2070         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2071         Suggested by Dan Jacobson.
2072
2073         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2074         documentation clearer.
2075
2076         * message.el (message-shorten-references): Comment on the number "21".
2077         Suggested by Stefan Monnier.
2078
2079         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2080         Suggested by Dan Jacobson.
2081
2082         * gnus.el (gnus-large-newsgroup):
2083         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2084
2085         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2086         externalize attachments.  Bug reported by Steve Wen.
2087
2088         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2089         really message anything to the user.
2090
2091         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2092         directly.
2093
2094         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2095         messages in empty groups.
2096
2097 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2098
2099         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2100         non-UIDNEXT group.
2101
2102 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2103
2104         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2105         not the value from the collection.
2106
2107         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2108         values.  This sometimes happens on some groups that have no info.
2109         (nnimap-request-newgroups): New function.
2110
2111 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2112
2113         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2114         check into `gnus-registry-initialize'.
2115         (gnus-registry-initialize): Ditto.
2116         Fix and extend header docs.
2117
2118 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2119
2120         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2121         regexp backtrace overflows.
2122
2123         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2124         for starttls that tls.el implements; i.e. openssl.
2125
2126         * tls.el (tls-starttls-switches): Give up on using starttls with
2127         gnutls-cli.
2128         (tls-program): Add --insecure to be consistent with the defaults from
2129         openssl s_client.  Now all three commands are insecure.
2130
2131 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2132
2133         * lpath.el: Bind completion-styles-alist for XEmacs.
2134
2135         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2136         (gravatar-create-image): New function that's an alias to
2137         gnus-xmas-create-image, gnus-create-image, or create-image.
2138         (gravatar-data->image): Use it.
2139
2140 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2141
2142         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2143         install the nnregistry refer method.
2144         (gnus-registry-install-hooks): Use it.
2145         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2146         unfollowed groups.
2147
2148 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2149
2150         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2151         expanding threads.
2152
2153 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2154
2155         * nnir.el: Use the server names without suffixes (bug #7009).
2156
2157         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2158         unencrypted to STARTTLS, if possible.
2159
2160 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2161
2162         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2163         headers before superseding.
2164
2165 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2166
2167         * nnrss.el (nnrss-use-local): Add documentation.
2168
2169         * nnimap.el (nnimap-extend-tls-programs): New function.
2170         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2171         (nnimap-wait-for-connection): Accept the greeting from the stupid
2172         output from openssl s_client -starttls, too.
2173
2174         * tls.el (tls-starttls-switches): New variable.
2175         (tls-find-starttls-argument): Use it.
2176         (open-tls-stream): Ditto.
2177
2178         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2179         (netrc-machine): Ditto.
2180
2181         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2182         article number.
2183         (nnimap-split-fancy): New variable.
2184         (nnimap-split-incoming-mail): Use it.
2185
2186         * nntp.el (nntp-server-list-active-group): Document.
2187
2188         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2189         SELECT to get the message-id.
2190
2191         * mail-source.el (mail-sources): Remove webmail support.
2192         (defvar): Ditto.
2193         (mail-source-fetcher-alist): Ditto.
2194         (mail-source-fetch-webmail): Remove.
2195
2196         * webmail.el: Remove -- doesn't seem relevant any more.
2197
2198         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2199
2200         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2201         the \r.
2202
2203 2010-09-30  Julien Danjou  <julien@danjou.info>
2204
2205         * gnus-agent.el (gnus-agent-add-group): Fix call to
2206         gnus-completing-read.
2207
2208 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2209
2210         * nndoc.el (nndoc-retrieve-groups): New function.
2211
2212         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2213         `default', use nnmail-split-methods.
2214         (nnimap-request-article): Downcase the NILs so that they are nil.
2215
2216         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2217         symbol.
2218
2219         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2220         code, since if the user has requested network, that's what they ought
2221         to get.
2222         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2223         (nnimap-split-rule): Mark as obsolete.
2224
2225         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2226         New variable.
2227
2228         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2229         correct slot, too.
2230
2231 2010-09-29  Julien Danjou  <julien@danjou.info>
2232
2233         * gnus.el (gnus-local-domain): Declare variable obsolete.
2234
2235         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2236         Fix history computing.
2237         (gnus-ido-completing-read): Require ido.
2238
2239 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2240
2241         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2242         build Gnus.
2243
2244         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2245         when interpreting the structures.
2246         (nnimap-request-accept-article): Add \r\n to the lines to make this
2247         work with Cyrus.
2248
2249         * nndraft.el (nndraft-request-expire-articles): Use the group name
2250         instead if "nndraft".  Fix found by Nils Ackermann.
2251
2252 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2253
2254         * nnregistry.el: Add.
2255
2256 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2257
2258         * nnmail.el (group, group-art-list, group-art):
2259         Remove unneeded directives.
2260
2261 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2262
2263         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2264         (mm-mime-charset)
2265         * rfc2047.el (rfc2047-syntax-table)
2266         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2267
2268         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2269         rather than `insert-file-contents' and `eval-region'.
2270
2271         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2272         construction.
2273
2274         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2275
2276         * time-date.el: No need to require cl for Emacs 21.
2277
2278 2010-09-29  Julien Danjou  <julien@danjou.info>
2279
2280         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2281         replacement of `gnus-gravatar-relief' to mimic
2282         `gnus-faces-properties-alist'.
2283         Add :version property.
2284
2285 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2286
2287         * mail-source.el (mail-source-report-new-mail)
2288         * message.el (message-default-mail-headers)
2289         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2290
2291         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2292
2293 2010-09-28  Julien Danjou  <julien@danjou.info>
2294
2295         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2296         mail-address contains the same string as real-name.
2297
2298         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2299         non-blank in header, otherwise it'll get stripped.
2300
2301         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2302         real-name, and then for mail address rather than doing : or , search.
2303
2304 2010-09-27  Julien Danjou  <julien@danjou.info>
2305
2306         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2307         right completing-read function.
2308         (gnus-use-ido): New variable
2309         (gnus-completing-read-with-default): Remove.
2310         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2311         (gnus-agent-add-group):
2312         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2313         * mm-view.el (mm-view-pkcs7-decrypt):
2314         * mm-util.el (mm-codepage-setup):
2315         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2316         * mml-smime.el (mml-smime-openssl-sign-query):
2317         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2318         (mml-insert-multipart):
2319         * gnus-msg.el (gnus-summary-yank-message):
2320         * gnus-int.el (gnus-start-news-server):
2321         * mm-decode.el (mm-interactively-view-part):
2322         * gnus-dired.el (gnus-dired-attach):
2323         * gnus.el (gnus-read-method):
2324         * gnus-bookmark.el (gnus-bookmark-jump):
2325         * gnus-art.el (gnus-mime-view-part-as-type)
2326         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2327         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2328         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2329         * nnmairix.el (nnmairix-create-server-and-default-group)
2330         (nnmairix-update-groups, nnmairix-get-server)
2331         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2332         (nnmairix-get-group-from-file-path):
2333         * nnrss.el (nnrss-find-rss-via-syndic8):
2334         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2335         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2336         (gnus-group-browse-foreign-server):
2337         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2338         (gnus-summary-execute-command, gnus-summary-respool-article)
2339         (gnus-read-move-group-name):
2340         * gnus-score.el (gnus-summary-increase-score)
2341         (gnus-summary-score-effect):
2342         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2343
2344 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2345
2346         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2347         x-focus-frame.
2348
2349         * nnimap.el (auth-source-forget-user-or-password)
2350         (auth-source-user-or-password): Autoload.
2351
2352         * message.el (message-from-style, message-interactive)
2353         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2354         (message-yank-prefix, message-indentation-spaces, message-signature)
2355         (message-signature-file): Add comment.
2356
2357 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2358
2359         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2360         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2361         new articles.
2362
2363         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2364         parts.
2365         (nnimap-request-article): Work with the t setting, too.
2366
2367         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2368         that you don't get flashes of other buffers.
2369         (gnus-summary-show-complete-article): Intern before setting.
2370
2371 2010-09-27  David Engster  <dengste@eml.cc>
2372
2373         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2374         well as HEADERS.
2375         (nnmairix-retrieve-headers): Provide new argument for the above.
2376
2377 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2378
2379         * gnus-sum.el (gnus-summary-move-article): Don't alter
2380         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2381         group.
2382
2383         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2384
2385         * message.el (message-cite-prefix-regexp): Revert my last edit.
2386
2387         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2388         variable instead of the Gnus variable.
2389
2390         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2391
2392         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2393
2394         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2395         since some servers don't like it.
2396         (nnimap-open-connection): Forget credentials if the server says the
2397         password was wrong.
2398         (nnimap-parse-line): Protect against invalid data.
2399
2400         * gnus-sum.el (gnus-summary-move-article): Add comment.
2401         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2402         nothing alters it while scanning for new messages.
2403
2404         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2405         which may or may not help.
2406         (nnimap-open-connection): If we're doing a stream connection, and then
2407         discover we're on a STARTTLS-capable server, then open a STARTTLS
2408         connection instead.
2409
2410 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2411
2412         * nnimap.el (utf7): Require.
2413
2414         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2415         prefix.
2416
2417 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2418
2419         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2420
2421 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2422
2423         * nnimap.el (nnimap-request-accept-article): Message the error on
2424         error.
2425
2426 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2427
2428         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2429
2430 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2431
2432         * nndoc.el (nndoc-request-list): Return success always.
2433
2434         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2435         `fetch-old' -- we only want to fetch the articles we've requested.
2436         The rest are in the agent, probably.
2437         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2438         disappeared server" to something low.  It's not important.
2439
2440         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2441         arrived before the FETCH data.
2442
2443         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2444         target here, because we don't know the Gnus name of the group.
2445
2446         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2447         for the correct group.
2448
2449         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2450
2451         * gnus.el (gnus): Give a final warning after startup.
2452
2453         * gnus-util.el (gnus-action-message-log): New variable.
2454         (gnus-message): Use it.
2455         (gnus-final-warning): New function.
2456
2457         * nnimap.el (nnimap-open-connection): Record the greeting.
2458         (nnimap): Add greeting.
2459
2460 2010-09-26  Julien Danjou  <julien@danjou.info>
2461
2462         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2463         arguments.
2464         (gnus-html-wash-images): Fix spec computing to include start/end.
2465
2466         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2467
2468 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2469
2470         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2471         deletion.
2472         (nnimap-retrieve-headers): Don't select the group, because that's
2473         already done by nnimap-possibly-change-group.
2474
2475         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2476         (gnus-picon-transform-address): Use it.
2477
2478         * mail-source.el (mail-source-value): Revert previous patch.
2479
2480         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2481         on failure.
2482         (nnimap-open-connection): Look up both virtual and physical server name
2483         credentials.
2484
2485         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2486
2487 2009-02-07  Dave Love  <fx@gnu.org>
2488
2489         * tls.el (open-tls-stream): Don't query killing process.
2490
2491 2009-02-08  Dave Love  <fx@gnu.org>
2492
2493         * gnus-win.el (gnus-window-to-buffer-helper)
2494         (gnus-all-windows-visible-p): Function needn't be a symbol.
2495
2496         * mail-source.el (mail-source-value): Function needn't be a symbol.
2497
2498 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2499
2500         * message.el (message-cite-prefix-regexp): Remove } from the cite
2501         prefix.
2502
2503         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2504         highlight again, so that the highlight is correct.
2505
2506         * gnus-picon.el (gnus-picon): Remove again.
2507         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2508
2509         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2510         doing the header highlightling, so that the background colour of the
2511         picon is correct.
2512
2513         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2514         (gnus-picon): Ditto.
2515         (gnus-picon): Reinstate.  The background colour for picons is white.
2516         (gnus-picon-insert-glyph): Make the background white.
2517
2518         * nnml.el (nnml-open-nov): Don't return dead buffers.
2519
2520         * auth-source.el (auth-source-create): Query the user for whether to
2521         store the credentials.
2522
2523         * netrc.el (netrc-store-data): New function.
2524
2525         * auth-source.el (auth-source-user-or-password): Use the existing auth
2526         sources, if any, for creation.
2527
2528         * gnus.el (gnus-group-fast-parameter): Return the last matching
2529         parameter instead of the first matching parameter.
2530
2531 2010-09-26  Julien Danjou  <julien@danjou.info>
2532
2533         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2534
2535 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2536
2537         * mml2015.el (mml2015-use): Remove gpg support.
2538
2539         * mml1991.el (mml1991-function-alist): Remove gpg function.
2540         (mml1991-gpg-sign): Remove.
2541
2542 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2543
2544         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2545         (gnus-browse-unsubscribe-current-group): Document it.
2546         (gnus-browse-unsubscribe-group): Use it.
2547
2548 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2549
2550         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2551         address to the To list for easier response.
2552
2553         * gnus.el (gnus-play-startup-jingle): Remove.
2554         (gnus-splash): Don't play jingle.
2555         (gnus): Silence gnus-load message.
2556
2557         * gnus-art.el (gnus-treat-play-sounds): Remove.
2558
2559         * gnus.el (gnus-play-jingle): Remove audio support.
2560
2561         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2562
2563         * earcon.el: Remove -- no users.
2564
2565         * gnus-audio.el: Remove -- no users of this package.
2566
2567         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2568
2569         * gnus-start.el (gnus-setup-news): Remove nocem support.
2570
2571         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2572
2573         * gnus.el (gnus-use-nocem): Remove.
2574
2575         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2576         Remove.
2577
2578         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2579         uses NoCeM any more.
2580
2581         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2582         (gnus-button-ctan-handler): Ditto.
2583         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2584         (gnus-button-ctan-directory-regexp): Ditto.
2585         (gnus-button-handle-ctan): Ditto.
2586         (gnus-button-tex-level): Ditto.
2587         (gnus-button-alist): Remove CTAN stuff.
2588
2589 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2590
2591         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2592         nnimap-streaming test.
2593
2594         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2595         servers twice.
2596
2597         * nnimap.el (nnimap-open-connection): Add more error reporting when
2598         nnimap fails early.
2599
2600         * nnheader.el (nnheader-get-report-string): New function.
2601         (nnheader-get-report): Use it.
2602
2603         * gnus-int.el (gnus-check-server): Say what the error was when opening
2604         failed.
2605
2606         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2607         using streaming.
2608
2609 2010-09-25  Julien Danjou  <julien@danjou.info>
2610
2611         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2612         gnus-window-inside-pixel-edges.
2613
2614 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2615
2616         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2617
2618         * mm-decode.el (mm-save-part): Allow saving to other directories the
2619         normal Emacs way.
2620
2621         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2622         Suggested by Jay Berkenbilt.
2623
2624         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2625         there isn't a single byte.
2626
2627         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2628         just do it.  It doesn't really seem to matter what the user responds
2629         here, I think, so it's just a confusing question.
2630
2631         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2632         non-streaming case.
2633
2634         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2635         (gnus-article-encrypt-body): Use it.
2636
2637         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2638         keystroke.
2639
2640         * nnimap.el (nnimap-find-wanted-parts-1):
2641         Use gnus-fetch-partial-articles.
2642
2643         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2644
2645         * nnimap.el (nnimap-insert-partial-structure): New function.
2646         (nnimap-get-partial-article): New function.
2647         (nnimap-request-article): Use it.
2648         (nnimap-wait-for-response): Return whether the wait was successful.
2649         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2650         retrieval wasn't successful.
2651         (nnimap-retrieve-group-data-early): Allow throttling servers.
2652         (nnimap-streaming): New variable.
2653         (nnimap-fetch-partial-articles): Remove.
2654
2655         * mm-decode.el (mm-with-part): Protect against killed buffers.
2656
2657         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2658         for prettier summary display.
2659
2660 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2661
2662         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2663
2664 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2665
2666         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2667         apparently third-party libraries depend on it.
2668
2669         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2670         before starting negotiation.
2671
2672         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2673         privacy reasons.
2674         (gnus-treat-mail-gravatar): Ditto.
2675
2676         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2677         buffer when inserting images.  Inserting text into the headers, for
2678         instance, can make them invalid.
2679
2680 2010-09-25  Julien Danjou  <julien@danjou.info>
2681
2682         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2683         variables.
2684
2685         * nnheader.el: Remove useless variables news-reply-yank-from and
2686         news-reply-yank-message-id.
2687
2688         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2689         variables.
2690
2691         * mml1991.el: Remove useless mml1991-verbose.
2692
2693         * gnus.el: Remove useless variable gnus-use-generic-from.
2694         Remove obsolete variable gnus-topic-indentation.
2695
2696         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2697
2698         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2699
2700         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2701
2702         * gnus-group.el: Remove useless gnus-group-icon-cache.
2703         Remove useless gnus-ephemeral-group-server.
2704
2705         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2706
2707         * mml2015.el: Remove useless mml2015-verbose.
2708
2709         * mml-smime.el: Remove useless mml-smime-verbose.
2710
2711         * gnus.el: Remove useless gnus-local-domain.
2712
2713         * gnus-gravatar.el (gnus-gravatar-transform-address):
2714         Use gnus-gravatar-size.
2715
2716         * gnus-art.el: Remove useless gnus-treat-translate.
2717
2718 2010-09-24  Julien Danjou  <julien@danjou.info>
2719
2720         * gnus-sum.el: Add support for Gravatars.
2721
2722         * gnus-art.el: Add support for Gravatars.
2723
2724         * gnus-gravatar.el: Add this file.
2725
2726         * gravatar.el: Add this file.
2727
2728 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2729
2730         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2731
2732         * gnus-group.el (gnus-group-fetch-faq): Remove.
2733
2734         * gnus.el (gnus-group-faq-directory): Remove.
2735
2736         * gnus-group.el (gnus-group-fetch-charter): Remove.
2737
2738         * gnus.el (gnus-group-charter-alist): Remove.
2739
2740         * gnus-group.el (gnus-group-archive-directory): Remove.
2741         (gnus-group-recent-archive-directory): Ditto.
2742         (gnus-group-make-archive-group): Remove.
2743
2744         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2745
2746         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2747         use the same article number for all the cached articles.
2748
2749         * nnimap.el (nnimap-command): Register the last command time so
2750         that we can use it for idling NOOPs.
2751         (nnimap-open-connection): Start the keeplive timer.
2752         (nnimap-make-process-buffer): Store all the process buffers.
2753         (nnimap-keepalive): New function.
2754
2755         * starttls.el (starttls-open-stream): Add autoload cookie.
2756
2757 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2758
2759         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2760         handling.
2761
2762 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2763
2764         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2765         its data structures.
2766
2767         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2768         instead of the cl.el copy-list.
2769         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2770         equalp.
2771
2772 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2773
2774         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2775         and tool-bar-local-item-from-menu.
2776
2777         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2778         mode-line-highlight face for Emacs.
2779
2780         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2781         loading gnus-sum.elc; fix comment for canlock-verify.
2782         (gnus-article-jump-to-part): Use read-number.
2783         (gnus-insert-mime-button, gnus-insert-mime-security-button):
2784         Remove Emacs pre-21 compatible code for help-echo.
2785         (gnus-article-next-page-1): No need to adjust the number of lines.
2786         (gnus-article-describe-bindings): Always use help-buffer.
2787
2788         * gnus-audio.el (gnus-audio-inline-sound)
2789         * gnus-cus.el (gnus-custom-mode)
2790         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2791
2792         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2793
2794         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2795         compatible code.
2796
2797 2010-09-24  Glenn Morris  <rgm@gnu.org>
2798
2799         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2800         visiting the fcc file in rmail-mode.
2801
2802         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2803
2804 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2805
2806         * nnir.el: Silence the byte compiler.
2807
2808         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2809         alias to browse-url-url-encode-chars if any.
2810         (gnus-html-encode-url): Use it.
2811
2812 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2813
2814         * gnus-start.el (gnus-use-backend-marks): New variable.
2815         (gnus-get-unread-articles-in-group): Use it.
2816
2817         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2818         makeover.
2819
2820 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2821
2822         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2823
2824 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2825
2826         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2827         Remove.
2828         (gnus-setup-news-hook):
2829         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
2830
2831         * gnus-int.el (gnus-request-update-info): Protect against backends not
2832         having the function.
2833
2834         * nnimap.el (nnimap-stream): Mention starttls.
2835         (nnimap-open-connection): Add starttls support.
2836
2837 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2838
2839         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2840
2841 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2842
2843         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2844         BODYSTRUCTUREs.
2845         (nnimap-transform-headers): Unfold quoted {42} headers.
2846
2847         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2848         the info.
2849         (gnus-get-unread-articles): Only call updatep on backends that support
2850         it.
2851
2852         * nnweb.el (nnweb-request-update-info): NOOP.
2853
2854         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
2855
2856         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
2857         since it only deals with marks.
2858
2859         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
2860         gnus-request-marks, and make a new gnus-request-update-info.
2861
2862         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2863         the active instead of the high number, which is usually too low.
2864
2865 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2866
2867         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2868         * encrypt.el: Remove.
2869
2870 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2871
2872         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2873         server in symbolic form.
2874
2875         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
2876
2877 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2878
2879         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2880         (nnimap-update-info): Fix up code slightly.
2881
2882         * gnus-int.el (gnus-open-server): Add tracing for performance
2883         debugging.
2884
2885         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2886         (gnus-group-insert-group-line): Pass the real group name so that it
2887         gets the right data.
2888
2889         * gnus-start.el (gnus-get-unread-articles): Don't have
2890         `gnus-get-unread-articles-in-group' update info, since that can be
2891         really slow and doesn't seem to be needed?
2892
2893 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2894
2895         * time-date.el (date-to-time): Try using parse-time-string first before
2896         using the slower timezone-make-date-arpa-standard.
2897
2898 2010-09-22  Julien Danjou  <julien@danjou.info>
2899
2900         * gnus-group.el (gnus-group-insert-group-line):
2901         Call gnus-group-highlight-line.
2902         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2903         default hook list.
2904         (gnus-group-update-eval-form): Add new function.
2905         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2906         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2907
2908 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2909
2910         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2911         immediate, then expire all articles.
2912         (nnimap-update-info): Fix off-by-one errors.
2913         (nnimap-flags-to-marks): Would return no marks lists for group with no
2914         flags.  Instead return the other data.
2915
2916 2010-09-22  Julien Danjou  <julien@danjou.info>
2917
2918         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
2919         Only return an icon.
2920         (gnus-group-insert-group-line): Compute icon to return.
2921
2922         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
2923         (gnus-html-image-fetched): Only cache if
2924         gnus-html-image-automatic-caching is set.
2925         (gnus-html-image-fetched): Check for errors.
2926
2927 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2928
2929         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2930         once per method on `g'.  This ensures that backends like nnfolder don't
2931         open all their folders.
2932
2933         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2934         (nnimap-request-list): Nix out group in the correct buffer.
2935         (nnimap-parse-flags): Implement by using `read' instead of
2936         hand-parsing.
2937         (nnimap-flags-to-marks): Pass on permanent-flags.
2938         (nnimap-make-process-buffer): Record the server name.
2939         (nnimap-parse-flags): Fix typo.
2940         (nnimap-request-scan): Run split on the server in general, not just a
2941         single group.
2942
2943         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2944         parameter, and propagate this downwards.
2945
2946         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2947         since EXAMINE changes it on the server.
2948
2949         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2950         this command might take a while.
2951
2952 2010-09-22  Julien Danjou  <julien@danjou.info>
2953
2954         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
2955         harmful if you have 2 images side-by-side, they can't be properly
2956         update on text deletion.  Using text-property is safer here.
2957         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2958         data.
2959
2960 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2961
2962         * nnimap.el (nnimap-expunge-inbox): Remove.
2963         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2964         (nnimap-expunge): Flip default to t.
2965
2966         * gnus.el (gnus-method-to-server): Don't push things to the cache
2967         unless it's unique.
2968         (gnus-server-to-method): Ditto.
2969
2970 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2971
2972         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2973
2974 2010-09-22  Julien Danjou  <julien@danjou.info>
2975
2976         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2977         get the start of data.
2978         (gnus-html-encode-url): Add this function to encode special chars in
2979         URL.
2980         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2981         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2982
2983         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2984         default.
2985         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2986
2987         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2988         images alt-text.
2989         (gnus-html-put-image): Put alt-text as help-echo.
2990
2991 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2992
2993         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2994         * mm-util.el (mm-decompress-buffer)
2995         * nnir.el (nnir-run-find-grep)
2996         * pop3.el (pop3-list): Use 3rd arg of split-string.
2997
2998         * time-date.el (format-seconds): Comment fix.
2999
3000         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
3001         and byte-optimize-form-code-walker.
3002         (dgnushack-make-auto-load): Don't advise make-autoload.
3003
3004         * lpath.el: Remove Emacs 21 stuff.
3005
3006 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3007
3008         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3009         outside the active range.  Suggested by Dan Christensen.
3010
3011         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3012         slightly later to avoid double-getting it.
3013
3014         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3015         previous patch.
3016
3017         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3018
3019 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3020
3021         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3022
3023 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3024
3025         * gnus-int.el (gnus-open-server): Give a better error message in the
3026         "go offline" case.
3027
3028         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3029         marks for nnimap, which is seldom the right thing to do.
3030
3031         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3032         (gnus-same-method-different-name): New function.
3033
3034         * nnimap.el (parse-time): Require.
3035
3036         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3037         method in the presence of many similar methods.
3038
3039         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3040
3041         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3042         nnml-inhibit-expiry.
3043
3044         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3045         find out whether methods are equal.
3046
3047         * nnimap.el (nnimap-find-expired-articles): New function.
3048         (nnimap-process-expiry-targets): New function.
3049         (nnimap-request-move-article): Request the article before looking at
3050         what the Message-ID is.  Fix found by Andrew Cohen.
3051         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3052
3053         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3054         for oldness in addition to being a predicate.
3055
3056         * nnimap.el (nnimap-request-group): When we have zero articles, return
3057         the right data to Gnus.
3058         (nnimap-request-expire-articles): Only delete articles immediately if
3059         the target is 'delete.
3060
3061         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3062         method, this would bug out.
3063
3064         * gnus-group.el (gnus-group-expunge-group): Rename from
3065         gnus-group-nnimap-expunge, and implemented as a normal interface
3066         function.
3067
3068         * gnus-int.el (gnus-request-expunge-group): New function.
3069
3070         * nnimap.el (nnimap-request-create-group): Implement.
3071         (nnimap-request-expunge-group): New function.
3072
3073 2010-09-21  Julien Danjou  <julien@danjou.info>
3074
3075         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3076         (gnus-html-cache-expired): Add new function.
3077         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3078         wethever we should display image for fetch it.
3079         Compute alt-text earlier to pass it to the fetching function too.
3080         (gnus-html-schedule-image-fetching): Change function argument to only
3081         get one image at a time, not a list.
3082         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3083         cache.
3084         (gnus-html-get-image-data): New function to retrieve image data from
3085         cache.
3086         (gnus-html-put-image): Change buffer argument to use image data rather
3087         than file, and place image above region rather than inserting a new
3088         one.  Do not take alt-text as argument, since it's useless now: we place
3089         the image above alt-text.
3090         (gnus-html-prune-cache): Remove.
3091         (gnus-html-show-images): Start to fetch image when we find one, do not
3092         push into a temporary list.
3093         (gnus-html-prefetch-images): Only fetch image if they have expired.
3094         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3095         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3096
3097 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3098
3099         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3100
3101 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3102
3103         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3104         spec inser "*" if the group isn't active instead of 0.
3105
3106         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3107         opening the server.
3108         (nnimap-request-delete-group): Implement group deletion.
3109         (nnimap-transform-headers): Return the size of the entire message in
3110         the Bytes header, not just the size of the first part.
3111         (nnimap-request-move-article): When moving an article from nnimap,
3112         request the article first so the accepting form has an article to
3113         accept.  Reported by Dan Christensen.
3114         (nnimap-command): Make sure that the error message doesn't error out.
3115
3116 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3117
3118         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3119         we haven't requested anything.
3120
3121 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3122
3123         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3124         "".  Fix found by Andrew Cohen.
3125
3126         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3127         instead of -encode-string.
3128
3129 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3130
3131         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3132
3133         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3134         by mm-subst-char-in-string.
3135
3136 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3137
3138         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3139         waiting for the connection string.
3140
3141         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3142         arriving.
3143
3144         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3145         bogus characters.  This allows selecting certain Gmail groups.
3146
3147         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3148         (nnimap-fetch-partial-articles): New variable.
3149         (nnimap-open-connection): When looking for credentials, also use the
3150         nnimap-server-port.
3151         (nnimap-request-article): Return the group/article number, so that Gnus
3152         `^' works as expected.
3153         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3154
3155         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3156         comments.
3157         (gnus-methods-sloppily-equal): New function.
3158         (gnus): When using the development version of Gnus, load the gnus-load
3159         file.
3160
3161         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3162         `gnus-open-server' on each method before trying to scan them etc.
3163         This ensures that all the backend parameters are set correctly.
3164
3165         * nnimap.el (nnimap-authenticator): New variable.
3166         (nnimap-open-connection): Allow anonymous login.
3167         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3168         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3169
3170         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3171         patch, found by Knut Anders Hatlen.
3172
3173 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3174
3175         * gnus-agent.el (gnus-agent-batch-confirmation)
3176         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3177         to gnus-message.
3178         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3179         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3180         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3181         * gnus-int.el (gnus-open-server): Likewise.
3182         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3183         (gnus-score-check-syntax): Likewise.
3184         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3185         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3186         Likewise.
3187         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3188
3189 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3190
3191         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3192         calling conventions so that prefetch doesn't bug out.
3193
3194 2010-09-19  Julien Danjou  <julien@danjou.info>
3195
3196         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3197         rather than `subst-char-in-region' in order to be able to replace ASCII
3198         char by UTF-8 ones.
3199
3200         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3201         than curl.
3202         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3203         the right URL and ALT text on images.
3204         (gnus-html-wash-tags): Fix tag case.
3205         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3206         (gnus-article-html): Add -o display_ins_del=2 option.
3207         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3208
3209 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3210
3211         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3212         the extra mail headers, which sometimes seem to happen for unknown
3213         reasons.
3214
3215         * mail-parse.el (mail-header-encode-parameter): Define as
3216         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3217         (or most, perhaps?) mail readers don't understand the latter, but do
3218         understand the former.
3219
3220         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3221         to nil, so that no methods are automatically agentized.  I think this
3222         is probably what most users want.
3223
3224         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3225         from url-retrieve, for instance about invalid URLs.
3226
3227         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3228         groups that have no articles.
3229         (nnimap-request-article): Check that we really got an article when we
3230         requested one.
3231
3232         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3233         doesn't exist.
3234
3235         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3236         nntp buffer so the agent can save it.
3237         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3238         that CRLF doesn't get translated to \n.
3239         (nnimap-open-connection): Don't make 'shell commands only send \n.
3240
3241 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3242
3243         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3244         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3245         Update var name.
3246         (nnml-generate-nov-file): Use dolist.
3247         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3248         Use with-current-buffer.
3249
3250 2010-09-18  Julien Danjou  <julien@danjou.info>
3251
3252         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3253         parallel.
3254
3255 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3256
3257         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3258         the range update right.
3259         (nnimap-request-group): Don't make `M-g' bug out on group with no
3260         marks.
3261         (nnoo): Require, so that other packages can require nnimap.
3262         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3263         command we're looking for.  This helps when the server sends more
3264         responses after we've gotten everything we expected.
3265         (nnimap): Add a `newlinep' field to keep track of end-of-line
3266         conventions.
3267         Don't send CRLF to things that don't want it.
3268         (nnimap-request-accept-article): Ditto.
3269
3270 2010-09-18  Julien Danjou  <julien@danjou.info>
3271
3272         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3273         than curl to retrieve images.
3274
3275 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3276
3277         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3278         the marks.
3279         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3280         (nnimap-wait-for-connection): New function.
3281         (nnimap-open-connection): If we have PREAUTH, don't query for login
3282         credentials.
3283         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3284         when doing a partial update.
3285
3286 2010-09-18  Julien Danjou  <julien@danjou.info>
3287
3288         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3289         tags.
3290
3291 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3292
3293         * nnimap.el (nnimap-credentials): New function.
3294         (nnimap-open-connection): Use the new function to look for credentials
3295         also on the numeric equivalents of "imap" and "imaps".
3296
3297         * gnus-start.el (gnus-activate-group): Send the info to
3298         gnus-request-group.
3299
3300         * nnimap.el (nnimap-request-group): Have the "check" version of the
3301         function parse flags and update the info, so that a `M-g' get a total
3302         resync of all flags from the group.
3303
3304         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3305         to allow backends to alter the info on group selection.  Also alter all
3306         the backend -request-group functions to take the parameter.
3307
3308         * nnimap.el (nnimap-store-info): New function.
3309         (nnimap-update-info): Store the info for later usage.
3310         (nnimap-request-group): Use the stored info for the dont-check case, so
3311         that we don't retrieve all marks when we enter a group.
3312
3313         * nnimap.el: Use deffoo instead of defun for interface functions.
3314
3315         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3316         update the group info.  This makes the nndraft groups, for instance, go
3317         back to their old behaviour.
3318
3319         * gnus-sum.el (gnus-select-newsgroup): Indent.
3320
3321         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3322         in.
3323         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3324         nothing.
3325
3326         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3327         from methods that are denied.
3328
3329         * gnus-int.el (gnus-method-denied-p): New function.
3330
3331         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3332         store the password instead of netrc.
3333         (nnimap-open-connection): Don't error out when we can't make a
3334         connections.
3335
3336         * auth-source.el (auth-source-create): In the password prompt, say what
3337         we're querying for.  Also prompt for user name if that hasn't been
3338         given.
3339
3340         * nnimap.el (nnimap-with-process-buffer): Remove.
3341
3342 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3343
3344         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3345         method when we're reading from the agent.
3346
3347         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3348
3349         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3350         that's probably most useful for users.
3351
3352         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3353         "failed" all the time.
3354
3355         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3356         ...)) with (with-current-buffer ... ).
3357
3358         * nntp.el (nntp-open-server): Return whether the open was successful or
3359         not.
3360
3361         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3362         select an unread unseen article first.
3363
3364         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3365         /etc/services, supply some sensible port defaults.
3366
3367         * dgnushack.el: Define netrc-credentials.
3368
3369 2010-09-17  Julien Danjou  <julien@danjou.info>
3370
3371         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3372
3373 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3374
3375         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3376         doesn't have any parameters.
3377
3378 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3379
3380         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3381         only upcased checks.
3382
3383         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3384
3385         * nnimap.el (nnimap-open-shell-stream): New function.
3386         (nnimap-open-connection): Use it.
3387         (nnimap-transform-headers): Get the number of lines in each message.
3388         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3389         number of lines.
3390         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3391         problem.
3392
3393         * utf7.el (utf7-encode): Autoload.
3394
3395         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3396         to allow the mail splitting to not return a default group.  This is
3397         useful for nnimap, which will leave unmatched mail in the inbox.
3398
3399         * nnimap.el: Rewritten.
3400
3401         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3402         nnimap usage.
3403
3404         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3405         if the move is internal, so that nnimap can do fast internal moves.
3406
3407         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3408         data.
3409         (gnus-read-active-for-groups): Support finishing the early retrieval of
3410         data.
3411
3412         * gnus-range.el (gnus-range-nconcat): New function.
3413
3414         * gnus-int.el (gnus-finish-retrieve-group-infos)
3415         (gnus-retrieve-group-data-early): New functions.
3416
3417 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3418
3419         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3420         (nnrss-retrieve-groups):
3421         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3422         (pop3-quit): Use with-current-buffer.
3423
3424 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3425
3426         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3427         instead of nnheader-accept-process-output.
3428
3429         * dgnushack.el (dgnushack-compile): Add comment.
3430
3431         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3432
3433         * gnus-html.el (gnus-html-schedule-image-fetching)
3434         (gnus-html-prefetch-images): Replace process-kill-without-query by
3435         gnus-set-process-query-on-exit-flag.
3436
3437 2010-09-16  Romain Francoise  <romain@orebokech.com>
3438
3439         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3440
3441 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3442
3443         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3444         parameter to unintern is mandatory-ish in Emacs 24.
3445
3446         * gnus-html.el (gnus-html-schedule-image-fetching)
3447         (gnus-html-prefetch-images): Check for curl before using it.
3448
3449         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3450         depend on curl, which isn't essential.
3451
3452         * imap.el: Revert back to version
3453         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3454         seem problematic.
3455
3456 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3457
3458         * gnus-registry.el (gnus-registry-install-shortcuts):
3459         Explicitly pass `obarray' to `unintern' to avoid a warning.
3460
3461 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3462
3463         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3464         change.
3465
3466         * nnrss.el (nnrss-request-list): Remove this function and related
3467         functions, including the moreover stuff.
3468
3469 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3470
3471         * nnrss.el (nnrss-retrieve-groups): New function.
3472
3473 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3474
3475         * .dir-locals.el: Add no-byte-compile cookie.
3476
3477 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3478
3479         * time-date.el (format-seconds): Comment fix.
3480
3481         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3482         for back end that doesn't support request-scan.
3483
3484 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3485
3486         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3487         then do request scans from the backends.
3488
3489         * netrc.el (netrc-credentials): New conveniency function.
3490
3491         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3492         avoid running a hook per line, since this takes a lot of time,
3493         profiling shows.
3494         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3495         directly if gnus-visual-p is true.
3496
3497 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3498
3499         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3500         groups; replace mapcar with dolist which is a bit faster; pass groups
3501         info to gnus-read-active-file-1.
3502         (gnus-read-active-file-1): Scan only specified groups if the new
3503         optional arg `infos' is given.
3504
3505 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3506
3507         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3508
3509         * pop3.el (pop3-movemail): Remove.
3510         (pop3-streaming-movemail): Rename to pop3-movemail.
3511
3512         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3513         don't restrict end-tag searches to the end of the line.
3514
3515 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3516
3517         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3518         articles of every unchecked group to t, which means unknown since the
3519         server has never been opened.
3520
3521 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3522
3523         * gnus-html.el (gnus-html-show-alt-text): New command.
3524         (gnus-html-browse-image): Ditto.
3525         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3526         to browse the image directly.
3527         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3528         better.
3529
3530         * gnus-async.el (gnus-async-article-callback):
3531         Call `gnus-html-prefetch-images' unconditionally.
3532
3533         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3534         before feeding URLs to curl.
3535
3536 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3537
3538         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3539         internal images as deletable by `W D D'.
3540
3541         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3542         (gnus-async-article-callback): Fix typo.
3543
3544 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3545
3546         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3547         current line to work around bugs in the output from w3m.
3548
3549         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3550         for groups that want that.
3551
3552         * nntp.el (nntp-wait-for-string): Supply a timeout for
3553         accept-process-output to ensure progress.
3554
3555         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3556         level to get unread articles from, then use that for foreign groups,
3557         too.
3558
3559         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3560         confuses the rest of the function.
3561
3562         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3563         for the methods that support -retrieve-groups, too.
3564
3565         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3566
3567 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3568
3569         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3570         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3571
3572         * pop3.el: Require cl when compiling.
3573         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3574
3575 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3576
3577         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3578         that aren't going to be activated.
3579         (gnus-get-unread-articles): Fix up the last commit.
3580
3581         * gnus-html.el (gnus-article-html): Allow calling without specifying
3582         the handle.  In that case, dissect the buffer first.
3583
3584         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3585
3586         * nnimap.el (nnimap-open-connection): Revert the change that would look
3587         into authinfo for imaps instead of imap.
3588
3589         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3590         say that you don't want to call gnus-request-group with don-check, but
3591         do check the reponse.  This is for virtual groups only.
3592         (gnus-get-unread-articles): Count the archive groups as secondary, so
3593         that they're activated the same way as before.
3594
3595         * imap.el (imap-message-map): Removed optional buffer parameter, since
3596         no callers use it.
3597         (imap-message-get): Ditto.
3598         (imap-message-put): Ditto.
3599         (imap-mailbox-map): Ditto.
3600         (imap-mailbox-put): Ditto.
3601         (imap-mailbox-get): Ditto.
3602         (imap-mailbox-get): Revert last change for this function.
3603
3604         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3605         case-insensitively.
3606         (nnimap-debug): Remove.
3607
3608         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3609         to use `imap-fetch' instead.  According to the comments, this should be
3610         safe, since all other IMAP clients use the 1:* syntax.
3611         (imap-enable-exchange-bug-workaround): Removed.
3612         (imap-debug): Removed -- doesn't seem very useful.
3613
3614         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3615         mail from a file, and the file doesn't exist.
3616
3617         * imap.el (imap-log): New convenience function used throughout instead
3618         of repeating the same code all over the place.
3619
3620         * pop3.el (pop3-streaming-movemail): Return t for success.
3621
3622         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3623         .authinfo if we're using ssl connection.
3624
3625         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3626         already have if we're in a main Gnus `g' run.
3627
3628         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3629
3630 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3631
3632         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3633
3634         * nnmh.el (nnmh-request-list-1): Bind `file'.
3635
3636         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3637         alias to set-process-query-on-exit-flag or process-kill-without-query.
3638         (pop3-open-server): Use it.
3639
3640 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3641
3642         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3643         box to the Incoming file.  Fixes mistake in previous checkin.
3644
3645         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3646         request loop (for debugging purposes) removed.
3647
3648         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3649         culprit is more visible.
3650         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3651         (nnml-add-incremental-nov): New functions to do "incremental" nov
3652         updates, where we just append to the end of the existing nov files
3653         without reading/writing them in full.
3654
3655         * mail-source.el (mail-source-delete-crash-box): Really only check the
3656         incoming files once in a while.
3657
3658         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3659
3660         * mail-source.el (mail-source-delete-crash-box): Only check the
3661         incoming files for deletion once per day to save a lot of file
3662         accesses.
3663
3664         * pop3.el (pop3-logon): Fix up unbound variable typo.
3665
3666         * mail-source.el (pop3-streaming-movemail): Autoload.
3667
3668         * pop3.el (pop3-streaming-movemail):
3669         Respect pop3-leave-mail-on-server.
3670
3671         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3672         retrieval.
3673
3674         * pop3.el (pop3-process-filter): Remove unused function.
3675         (pop3-streaming-movemail, pop3-send-streaming-command)
3676         (pop3-wait-for-messages, pop3-write-to-file)
3677         (pop3-number-of-responses): New functions for streaming pop3
3678         retrieval.
3679
3680         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3681         come from no known methods.
3682         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3683         list.
3684
3685         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3686         message sizes.
3687         (pop3-movemail): Use erase-buffer instead of looping and deleting
3688         regions, which seems rather odd.
3689
3690         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3691         file once per `g' run.
3692
3693         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3694         directories.  This makes the draft queue directory work.
3695
3696         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3697         data from the backends, so that we only request the list of groups from
3698         each method once.  This should speed things up considerably.
3699
3700         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3701         detect that it's not implemented.
3702
3703         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3704         we actually do recurse down into the tree, but don't stat all leaf
3705         nodes.
3706
3707         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3708         then say so instead of bugging out.
3709
3710         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3711         files exist before trying to read them.
3712
3713         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3714         around <pre_int>.
3715
3716         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3717
3718         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3719
3720 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3721
3722         * mm-util.el (mm-image-load-path): Just return the image directories,
3723         not all directories in the path in addition to the image directories.
3724         (mm-image-load-path): Maintain a cache of the image directories so that
3725         the `g' command in Gnus doesn't have to stat dozens of directories each
3726         time.
3727
3728         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3729         (gnus-html-wash-tags): Add a new `i' command to insert images.
3730         (gnus-html-insert-image): New command and keystroke.
3731         (gnus-html-redisplay-with-images): New command and keystroke.
3732         (gnus-html-show-images): Rename command.
3733         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3734         spacers.
3735         (gnus-html-wash-tags): Decode entities at the end, so that entities
3736         inside the tags don't mess up the rest of the "parsing".
3737
3738         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3739         so that nnimap methods aren't agentized by default.  There's apparently
3740         many problems related to agent/imap behaviour.
3741
3742         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3743
3744         * gnus-html.el: Doc fix.
3745
3746 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3747
3748         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3749         specifier-spec-list for Emacs 21.
3750
3751         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3752         glyph-width and glyph-height instead of display-graphic-p and
3753         image-size; make avoidance of displaying small images work for XEmacs.
3754
3755         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3756         for XEmacs.
3757
3758         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3759         of symbol that holds plist data.
3760         (gnus-process-plist): Remove plist of process after getting it.
3761
3762 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3763
3764         * message.el (message-generate-hashcash): Change default to
3765         'opportunistic if hashcash is installed.
3766
3767         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3768         (gnus-html-put-image): Only call image-size once, since it's somewhat
3769         time-consuming on remote X servers.
3770
3771 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3772
3773         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3774         type on data, not a file name.
3775
3776         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3777         window-pixel-edges for Emacs 21.
3778
3779         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3780         decoded contents.
3781         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3782
3783 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3784
3785         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3786         group line format, since it isn't very interesting.
3787
3788         * gnus-agent.el (gnus-agent-short-article),
3789         (gnus-agent-long-article): Increase values for these two variables,
3790         since most people are likely to have more network connection and
3791         storage than before.
3792
3793         * gnus.el (gnus-refer-article-method): Change default to 'current.
3794         When referring an article, the common behaviour is to refer it from the
3795         current select method, not the native select method.  The chances of
3796         the native select method having the message in question is rather slim
3797         these days.
3798
3799         * gnus-sum.el (gnus-auto-select-subject): Change default to
3800         `unseen-or-unread'.  I think it's likely that most people want to
3801         select an unseen article over a previously seen, but unread one.
3802
3803         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3804         means that in the article buffer none of the minor mode elements will
3805         be shown, usually, and this is not desirable in most cases.
3806
3807         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3808         that commands like `d' (and the like) go to the next line in the
3809         buffer, instead of the next unread article.  I think this is the
3810         behaviour that is most natural for most users.
3811         (gnus-single-article-buffer): Change default to nil, so that people can
3812         have as many article buffers open as they have summary buffer.  I think
3813         this is the most natural way for the groups to behave.
3814
3815         * message.el (message-generate-new-buffers): Change default to
3816         `unsent', so that all new message buffers start their names with the
3817         string "*unsent", and it's easier to find the buffers if you move from
3818         them.
3819
3820 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3821
3822         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3823         small.  They're probably tracking images.
3824         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3825         (gnus-html-rescale-image): Yet another try at getting the image sizing
3826         right.
3827
3828         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3829         nntp-marks-file-name is nil.
3830
3831 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3832
3833         * gnus-html.el (gnus-html-wash-tags)
3834         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3835         Better logging.
3836
3837 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3838
3839         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
3840
3841         * gnus-html.el (gnus-html-wash-tags): Check the value of
3842         gnus-blocked-images in the summary buffer.
3843
3844 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3845
3846         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3847
3848 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3849
3850         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3851         like "a", it seems like.
3852         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3853         since it needs to be picked from the correct buffer.
3854
3855         * nnwfm.el: Remove.
3856
3857         * nnlistserv.el: Remove.
3858
3859 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3860
3861         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3862         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3863
3864 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3865
3866         * nnkiboze.el: Remove.
3867
3868         * nndb.el: Remove.
3869
3870         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3871         alt text.
3872         (gnus-html-rescale-image): Try to get the rescaling logic right for
3873         images that are just wide and not tall.
3874
3875         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3876         overshadow variable bindings.
3877
3878 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3879
3880         * gnus-html.el (gnus-html-wash-tags)
3881         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
3882         Add extra logging.
3883
3884 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3885
3886         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3887         (gnus-max-image-proportion): New variable.
3888         (gnus-html-rescale-image): New function.
3889         (gnus-html-put-image): Rescale images.
3890
3891 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3892
3893         Fix up some byte-compiler warnings.
3894         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3895         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3896         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3897         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3898         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3899         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3900         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3901
3902 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3903
3904         * gnus-html.el (gnus-article-html): Decode contents by charset.
3905
3906 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3907
3908         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3909         (gnus-html-frame-width, gnus-blocked-images)
3910         * message.el (message-prune-recipient-rules): Add custom version.
3911         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3912
3913         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3914         functions.
3915
3916         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3917         gnus-process-get.
3918
3919 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3920
3921         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3922         instead of lsub directly.
3923
3924 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3925
3926         * nnwarchive.el: Remove.
3927
3928         * gnus-soup.el: Remove.
3929
3930         * nnsoup.el: Remove.
3931
3932         * nnultimate.el: Remove.
3933
3934         * gnus-html.el (gnus-blocked-images): New variable.
3935
3936         * message.el (message-prune-recipients): New function.
3937         (message-prune-recipient-rules): New variable.
3938
3939         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3940         guess whether a long line is natural text or not.
3941
3942         * gnus-html.el (gnus-html-schedule-image-fetching):
3943         Use gnus-process-plist and friends for compatibility.
3944
3945 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3946
3947         * gnus-html.el: Require packages that define macros used in this file.
3948         (gnus-article-mouse-face): Declare to silence byte-compiler.
3949         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3950         process-get.
3951         (gnus-html-put-image): Use plist-get to avoid getf.
3952         (gnus-html-prefetch-images): Use with-current-buffer.
3953
3954 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3955
3956         * gnus-ems.el: Provide compatibility functions for
3957         gnus-set-process-plist.
3958
3959         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3960         header-line-format for XEmacs 21.4.
3961
3962         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3963         * gnus.el (gnus-valid-select-methods)
3964         * message.el (message-send-mail-partially-limit)
3965         * mm-decode.el (mm-text-html-renderer)
3966         * mml.el (mml-insert-mime-headers-always)
3967         * smiley.el (smiley-regexp-alist): Bump custom version.
3968
3969 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3970
3971         * gnus-html.el: require mm-url.
3972         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3973         with the url to `url'.
3974         (gnus-html-wash-tags): Support cid: URLs/images.
3975
3976 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3977
3978         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3979         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3980         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3981
3982         * gnus-move.el: Remove file, since it doesn't really work.
3983
3984         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3985         UTF-8.  This seems to fix problems with some German web feeds.
3986
3987         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3988         at the top so that the proper colours are applied.
3989
3990         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3991         don't have dots in their names.
3992
3993         * gnus-art.el (gnus-article-view-part): Doc fix.
3994
3995         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3996         XEmacs-compatible.
3997         (gnus-html-put-image): Don't do images on non-graphic displays.
3998
3999         * nnslashdot.el: Remove this unused backend.
4000
4001         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4002         actions.
4003         (gnus-undo-register-1): Revert last change.
4004
4005         * gnus-group.el (gnus-group-completing-read): Protect against not
4006         having completion-styles bound.
4007
4008         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4009         make broken recipients happier.
4010
4011         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4012
4013         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4014         point parameter.
4015
4016         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4017
4018         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4019         completion-styles for group selection.
4020
4021 2009-02-04  Andreas Schwab  <schwab@suse.de>
4022
4023         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4024         headers and regexp-quote the match if necessary.
4025
4026 2009-03-24  Miles Bader  <miles@gnu.org>
4027
4028         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4029         the blinking smiley.
4030
4031 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4032
4033         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4034         blink smiley.
4035
4036 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4037
4038         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4039         where the dribbel file lives exists.
4040
4041         * message.el (message-send-mail-partially-limit): Change the default to
4042         nil, since most people don't want this.
4043
4044         * mm-url.el (mm-url-decode-entities): Also decode entities like
4045         &#x3212.
4046
4047 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4048
4049         * gnus-sum.el (gnus-summary-idna-message):
4050         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4051         Hyperlink urls in docstrings with URL `...'.
4052
4053 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4054
4055         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4056         functions.
4057
4058 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4059
4060         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4061         say what the mouseover text should be.
4062
4063         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4064         version of the mm-w3m-safe-url-regexp variable to only download images
4065         in the groups where we want that to happen.
4066
4067         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4068
4069         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4070         easier debugging.
4071         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4072         big pictures in the article buffer.
4073
4074         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4075         gnus-article-html.
4076         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4077         w3m.
4078
4079         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4080
4081 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4082
4083         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4084         which doesn't exist.
4085
4086         * message.el (message-inhibit-ecomplete): New variable to allow some
4087         function to inhibit ecomplete address storage.
4088         (message-resend): Disable ecomplete message storage when resending
4089         messages.
4090
4091         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4092
4093 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4094
4095         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4096         Save excursion while copying, moving, and deleting articles in order to
4097         prevent the cursor from jumping to unforeseen place.
4098
4099 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4100
4101         * lpath.el: No need to bind bookmark-current-buffer,
4102         bookmark-yank-point and bookmark-make-record-function.
4103
4104 2010-08-17  Glenn Morris  <rgm@gnu.org>
4105
4106         * gnus-sync.el: Require gnus components whose functions are used.
4107
4108         * gnus-art.el (bookmark-make-record-function):
4109         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4110         Declare for compiler.
4111
4112         * mm-url.el (mml-compute-boundary): Autoload.
4113
4114 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4115
4116         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4117
4118 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4119
4120         Typo fix "hoo4a" -> "hook".
4121
4122         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4123
4124 2010-08-14  Glenn Morris  <rgm@gnu.org>
4125
4126         * gnus-sync.el (gnus-sync): Fix defgroup version.
4127
4128 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4129
4130         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4131
4132         * gnus-sync.el: Fix docs.
4133         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4134         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4135
4136 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4137
4138         Optimizations for gnus-sync.el.
4139
4140         * gnus-sync.el: Add docs about gnus-sync-backend
4141         possibilities.
4142         (gnus-sync-save): Remove unnecessary message.
4143         (gnus-sync-read): Optimize and show what groups were skipped.
4144
4145 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4146
4147         Minor bug fixes for gnus-sync.el.
4148
4149         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4150         Don't read the sync on get-new-news.
4151
4152         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4153         quiet.
4154
4155         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4156         (fix typo).
4157
4158 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4159
4160         Make saving and restoring of hidden threads work with overlays.
4161         Patch applied by Ted Zlatanov.
4162
4163         * gnus-sum.el (gnus-hidden-threads-configuration)
4164         (gnus-restore-hidden-threads-configuration): Update to deal with text
4165         properties, rather than searching for a magic character.
4166
4167 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4168
4169         New gnus-sync.el library for synchronization of marks.
4170
4171         * gnus-sync.el: New library for synchronization of marks.
4172
4173         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4174         renamed from `gnus-registry-grep-in-list'.
4175
4176         * gnus-registry.el (gnus-registry-follow-group-p):
4177         Use `gnus-grep-in-list'.
4178
4179         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4180
4181 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4182
4183         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4184         determining charset of text fails.
4185
4186 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4187
4188         * nnmail.el (nnmail-get-new-mail-1): Revert.
4189
4190         * nnml.el (nnml-active-number): Make sure names of newly created groups
4191         in nnml-group-alist are encoded.
4192
4193 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4194
4195         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4196         containing non-ASCII characters in active file for nnml back end.
4197
4198 2010-07-24  David Engster  <dengste@eml.cc>
4199
4200         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4201         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4202
4203 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4204
4205         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4206         tag (Bug#6654).
4207
4208 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4209
4210         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4211         the article buffer, not the summary buffer.
4212
4213 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4214
4215         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4216         Emacs 23 as well.
4217
4218 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4219
4220         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4221         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4222
4223 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4224
4225         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4226         Patch applied by Karl Fogel.
4227
4228         * gnus-sum.el (gnus-summary-bookmark-make-record):
4229         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4230
4231 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4232
4233         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4234         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4235         C-w still not working correctly from Article buffers; Thierry's
4236         patch to fix that will be applied after this.
4237
4238         * gnus-art.el (bookmark-make-record-function): New local variable.
4239
4240         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4241         article buffer.
4242         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4243
4244 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4245
4246         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4247         on changes in bookmark.el.
4248
4249 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4250
4251         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4252         `no-log' instead of message not to log prompt string.
4253
4254 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4255
4256         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4257         the *other* type of HTML form submission.
4258
4259 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4260
4261         * auth-source.el (auth-source-pick): If choice does not contain a
4262         questioned keyword, set the check to t.
4263
4264 2010-06-12  Romain Francoise  <romain@orebokech.com>
4265
4266         * gnus-util.el (gnus-date-get-time): Move up before first use.
4267
4268 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4269
4270         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4271         (gnus-article-edit-part): Bind it to make last part that is substituted
4272         or deleted visible.
4273         (gnus-mime-display-single): Buttonize part of which id equals to
4274         gnus-mime-buttonized-part-id.
4275
4276 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4277
4278         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4279         (gnus-dd-mmm): Use gnus-date-get-time.
4280         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4281         simplify logic.
4282         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4283         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4284
4285 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4286
4287         * auth-source.el (top): Autoload `secrets-list-collections',
4288         `secrets-create-item', `secrets-delete-item'.
4289         (auth-sources): Fix tag string.
4290         (auth-get-source, auth-source-retrieve, auth-source-create)
4291         (auth-source-delete): New defuns.
4292         (auth-source-pick): Rewrite in order to avoid 2 passes.
4293         (auth-source-forget-user-or-password): New parameter USERNAME.
4294         (auth-source-user-or-password): New parameters CREATE-MISSING and
4295         DELETE-EXISTING.  Retrieve password interactively, if needed.
4296
4297 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4298
4299         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4300         deleting unused directories when gnus-expert-user is t.
4301
4302 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4303
4304         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4305         for each temp file when gnus-article-browse-delete-temp is ask.
4306
4307 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4308
4309         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4310         Lisp calls to delete-backward-char by calls to delete-char.
4311
4312 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4313
4314         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4315
4316 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4317
4318         * password-cache.el (password-cache-remove): Fix docstring.
4319
4320 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4321
4322         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4323         article unless decoding article to be saved.
4324
4325 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4326
4327         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4328         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4329         generated within the mm-with-unibyte-current-buffer macro.
4330
4331 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4332
4333         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4334         to nil when we're in a mml-preview buffer and no group is selected.
4335
4336 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4337
4338         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4339         when catching the `C-g'.  Reported by "Leo".
4340
4341 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4342
4343         * message.el (message-forward-make-body-plain)
4344         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4345         multibyte-string-p.
4346
4347         * lpath.el: Revert.
4348
4349 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4350
4351         * message.el (message-forward-make-body-mml): Assume original message
4352         is multibyte string; error on unibyte.
4353         (message-forward-make-body-plain): Ditto; don't add excessive newline
4354         in body end.
4355
4356         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4357
4358 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4359
4360         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4361         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4362
4363 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4364
4365         * mm-extern.el (mm-extern-url): Don't use
4366         mm-with-unibyte-current-buffer.
4367         (mm-extern-cache-contents): Use with-current-buffer instead of
4368         save-excursion + set-buffer.
4369
4370 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4371
4372         * mm-util.el (mm-emacs-mule): Remove.
4373
4374 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4375
4376         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4377         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4378         change.
4379
4380 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4381
4382         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4383         bind the default value of enable-multibyte-characters to nil.
4384
4385 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4386
4387         * message.el (message-forward-make-body-plain)
4388         (message-forward-make-body-mml):
4389         Don't use mm-with-unibyte-current-buffer.
4390
4391 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4392
4393         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4394
4395 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4396
4397         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4398         (Bug#5592).
4399
4400 2010-05-07  Julien Danjou  <julien@danjou.info>
4401
4402         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4403         it to mm-pipe-part.
4404
4405         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4406         it is given.
4407
4408 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4409
4410         * binhex.el (binhex-decode-region-internal)
4411         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4412         (dns-query)
4413         * nnweb.el (nnweb-gmane-search)
4414         * pgg-parse.el (pgg-parse-armor)
4415         * pgg.el (pgg-verify-region)
4416         * sha1.el (sha1-string-external)
4417         * uudecode.el (uudecode-decode-region-internal)
4418         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4419         XEmacs.
4420
4421         * gnus-art.el (gnus-article-browse-html-parts)
4422         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4423         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4424         make-temp-file.
4425
4426         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4427         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4428         compiling.
4429
4430         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4431         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4432         XEmacs when compiling.
4433
4434         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4435         gnus-pick-mode-off-hook for XEmacs when compiling.
4436         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4437         gnus-binary-mode-off-hook for XEmacs when compiling.
4438
4439         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4440         Return nil if char-charset is not available.
4441
4442         * imap.el (imap-disable-multibyte)
4443         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4444         macros.
4445
4446         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4447         instead of encode-coding-string.
4448
4449         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4450         'xemacs) instead of mm-emacs-mule to switch function definitions.
4451         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4452
4453         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4454         bind temporary-file-directory for XEmacs;
4455         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4456         timer-set-function for XEmacs 21.4 and SXEmacs;
4457         bind timer-list for XEmacs 21.4 and SXEmacs;
4458         fbind char-charset and find-charset-region for non-Mule XEmacs;
4459         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4460         encode-coding-region and encode-coding-string for XEmacs having no
4461         file-coding feature.
4462
4463 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4464
4465         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4466
4467 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4468
4469         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4470         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4471
4472 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4473
4474         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4475         alias `jka-compr-delete-temp-file' no longer exists.
4476
4477 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4478
4479         Use define-minor-mode in Gnus where applicable.
4480         * mml.el (mml-mode): Use define-minor-mode.
4481         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4482         (gnus-undo-mode): Use define-minor-mode.
4483         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4484         (gnus-dead-summary-mode): Use define-minor-mode.
4485         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4486         Initialize in declaration.
4487         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4488         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4489         (gnus-mailing-list-mode): Use define-minor-mode.
4490         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4491         (gnus-draft-mode): Use define-minor-mode.
4492         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4493         (gnus-dired-mode): Use define-minor-mode.
4494
4495 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4496
4497         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4498         handles on recursive mml-to-mime translation and check them for
4499         boundary delimiter collisions.  Reported by Greg Troxel.
4500
4501 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4502
4503         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4504
4505 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4506
4507         * mm-util.el (mm-find-buffer-file-coding-system):
4508         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4509
4510 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4511
4512         * message.el (message-generate-headers): Record insertion of optional
4513         headers as well.  Otherwise the check to prevent repeated insertion of
4514         optional headers is a no-op.
4515
4516 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4517
4518         * smime.el: Don't mention CVS.
4519
4520         * nnrss.el (nnrss-fetch): Don't mention CVS.
4521
4522         * nnir.el: Don't mention CVS.
4523
4524 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4525
4526         * gnus-sum.el (gnus-summary-bookmark-make-record):
4527         Add `location' field.
4528
4529 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4530
4531         * lpath.el: Fbind bookmark-default-handler,
4532         bookmark-get-bookmark-record, bookmark-make-record-default,
4533         bookmark-prop-get for Emacs <23 and XEmacs.
4534
4535 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4536
4537         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4538         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4539         Use with-current-buffer to silence the byte-compiler.
4540         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4541         bother to require `gnus'.
4542         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4543
4544 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4545
4546         * gnus-sum.el (gnus-summary-bookmark-make-record)
4547         (gnus-summary-bookmark-jump): New functions.
4548         (gnus-summary-mode): Setup bookmark support.
4549
4550 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4551
4552         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4553         if set.
4554
4555 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4556
4557         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4558         gnus-article-browse-html-save-cid-image; make it work recursively for
4559         forwarded messages as well.
4560         (gnus-article-browse-html-parts): Work when prefix arg is given.
4561         (gnus-article-browse-html-article): Doc fix.
4562
4563 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4564
4565         * message.el (message-default-mail-headers):
4566         (message-default-headers): Carry the value mail-default-headers over
4567         into message-default-mail-headers, rather than message-default-headers.
4568
4569 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4570
4571         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4572         charset.
4573
4574         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4575         charset into the <meta> tag when the article is encoded to utf-8.
4576
4577 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4578
4579         * gnus-art.el (gnus-article-browse-delete-temp-files):
4580         Delete directories as well.
4581         (gnus-article-browse-html-parts): Work for images that do not specify
4582         file names; delete temp directory when quitting; insert header at the
4583         right place; use file: scheme for image files.
4584
4585 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4586
4587         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4588         (gnus-article-browse-html-parts): Use it to make temporary cid image
4589         files in addition to html file so that browser may display them.
4590
4591 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4592
4593         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4594
4595 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4596
4597         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4598
4599 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4600
4601         * auth-source.el (auth-sources): Change default to be simpler.
4602         Explain about Secret Service API sources.  Improve Customize options.
4603         (auth-source-pick): Change to accept any number of search parameters.
4604         Implement fallbacks iteratively, not recursively.  Add scoring on the
4605         second pass and sort by score.  Call Secret Service API when needed.
4606         (auth-source-user-or-password): Use it.  Call Secret Service API
4607         directly when needed to get the user name and the password.
4608
4609 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4610
4611         * message.el (message-interactive): Doc fix.
4612         (message-qmail-inject-args): Reflow.
4613         (message-kill-to-signature): Fix typo in docstring.
4614
4615         * smiley.el (smiley-buffer): Fix typo in docstring.
4616
4617 2010-03-24  Glenn Morris  <rgm@gnu.org>
4618
4619         * mail-source.el (gnus-message): Declare.
4620         (mail-source-delete-old-incoming): Require gnus-util.
4621
4622 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4623
4624         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4625
4626         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4627
4628         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4629         password-cache's default if it is not bound.
4630         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4631         password-cache-expiry's default if it is not bound.
4632
4633         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4634         available in Emacs 21.
4635
4636         * lpath.el: Suppress compiler warnings for:
4637         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4638         XEmacs;
4639         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4640         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4641         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4642
4643 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4644
4645         * auth-source.el (auth-sources): Fix up definition so extra parameters
4646         are always inline.
4647
4648 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4649
4650         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4651         wasn't updated after mismatch.  Clear cached mailbox info correctly
4652         when uidvalidity changes.
4653         (nnimap-group-prefixed-name): New function to avoid some code
4654         duplication.
4655         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4656         (nnimap-request-group): Use it.
4657         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4658         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4659         with many imap folders.  This is done by caching the group status from
4660         the imap server persistently in a group parameter `imap-status'.  (This
4661         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4662         but not persistently, so every Gnus startup was still very slow.)
4663
4664 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4665
4666         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4667         delete the extra newline.  Otherwise editing of :string and :number
4668         types don't work.
4669
4670 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4671
4672         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4673         secrets.el dependency.
4674         (auth-sources): Add optional user name.  Add secrets.el configuration
4675         choice (unused right now).
4676
4677 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4678
4679         * gnus-sum.el (gnus-summary-make-menu-bar):
4680         Let `gnus-registry-install-shortcuts' fill in the functions.
4681
4682         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4683         warnings.
4684         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4685         (gnus-registry-install-shortcuts): Populate and use it in a
4686         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4687
4688 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4689
4690         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4691         In-place substitutions for the group name encoding/decoding.
4692         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4693         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4694         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4695         (nnimap-update-unseen, nnimap-request-list)
4696         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4697         (nnimap-request-set-mark, nnimap-split-to-groups)
4698         (nnimap-split-articles, nnimap-request-newgroups)
4699         (nnimap-request-create-group, nnimap-request-accept-article)
4700         (nnimap-request-delete-group, nnimap-request-rename-group)
4701         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4702         `encoded-mbx' for consistency.
4703         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4704         variable `imap-current-mailbox'.
4705
4706         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4707         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4708
4709 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4710
4711         * pop3.el (pop3-display-message-size-flag): Display message size byte
4712         counts during POP3 download.
4713         (pop3-movemail): Use it.
4714         (pop3-list): Implement listing of available messages.
4715
4716 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4717
4718         * nnir.el (nnir-get-article-nov-override-function): New function to
4719         override the normal NOV retrieval.
4720         (nnir-retrieve-headers): Use it.
4721
4722 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4723
4724         * auth-source.el (netrc-machine-user-or-password): Autoload.
4725
4726 2010-03-19  Glenn Morris  <rgm@gnu.org>
4727
4728         Stop message.el from loading about 40 libraries it doesn't always need.
4729         The general approach is to autoload rather than require, and to
4730         require in the specific functions rather than the file.  (Bug#5642)
4731
4732         * gmm-utils.el: Don't require wid-edit.
4733         (widget-create-child-value, widget-convert, widget-default-get):
4734         Autoload.
4735
4736         * gnus-util.el: Don't require time-date, netrc.
4737         (message-fetch-field, gnus-group-name-decode): Declare rather than
4738         autoloading.
4739         (gnus-fetch-field): Require message.
4740         (gnus-decode-newsgroups): Require gnus-group.
4741
4742         * ietf-drums.el: Don't require time-date.
4743
4744         * message.el: Don't require hashcash, canlock, ecomplete.
4745         Do require mail-utils.  Require nnheader only when compiling.
4746         (smtpmail-default-smtp-server): Remove declaration.
4747         (message-send-mail-function): Check smtpmail-default-smtp-server
4748         is bound rather than requiring smtpmail.
4749         (message-auto-save-directory, message-insert-signature):
4750         Use expand-file-name rather than nnheader-concat.
4751         (nnheader-insert-file-contents): Autoload.
4752         (hashcash-wait-async): Declare.
4753         (message-send-mail): Only call gnus-setup-posting-charset if
4754         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4755         (message-send-mail-with-sendmail): Require sendmail.
4756         (canlock-password, canlock-password-for-verify): Declare.
4757         (message-canlock-password): Require canlock.
4758         (nnheader-get-report): Autoload.
4759         (gnus-setup-posting-charset): Declare.
4760         (message-send-news): Require gnus-msg.
4761         (message-make-references, message-make-in-reply-to): Use mail-header-id
4762         rather than the alias mail-header-message-id.
4763         (ecomplete-add-item, ecomplete-save): Declare.
4764         (message-put-addresses-in-ecomplete): Require ecomplete.
4765         (ecomplete-display-matches): Autoload.
4766
4767         * mm-decode.el: Don't require mailcap, gnus-util.
4768         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4769         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4770         Autoload.
4771         (mailcap-mime-extensions): Declare.
4772
4773         * mm-encode.el: Don't require mailcap.
4774         (mailcap-extension-to-mime): Autoload.
4775
4776         * mml-sec.el: Don't require password-cache.
4777
4778         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4779         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4780         (mml-minibuffer-read-type): Require mailcap.
4781         (mml-preview): Require gnus-msg.
4782
4783         * mml1991.el: Require password-cache.
4784         (password-cache-expiry): Remove declaration.
4785
4786         * mml2015.el: Require password-cache.
4787         (password-cache-expiry): Remove declaration.
4788
4789         * nneething.el (mailcap): Require mailcap.
4790
4791         * nnheader.el (declare-function): Add compatibility stub.
4792         (message-remove-header): Declare rather than autoload.
4793         (nnheader-replace-header): Require message.
4794
4795         * nnimap.el (declare-function): Add compatibility stub.
4796         (netrc-parse, netrc-machine-user-or-password): Declare.
4797         (nnimap-open-connection): Require netrc.
4798
4799         * nntp.el (declare-function): Add compatibility stub.
4800         (netrc-parse, netrc-machine, netrc-get): Declare.
4801         (nntp-send-authinfo): Require netrc.
4802
4803         * rfc2047.el: Don't require qp.
4804         (quoted-printable-encode-region, quoted-printable-decode-string):
4805         Autoload.
4806
4807         * sieve-mode.el: Don't require easymenu.
4808         (easy-menu-add-item): Autoload it.
4809
4810         * spam-stat.el (time-to-number-of-days): Autoload it.
4811
4812 2010-03-19  Glenn Morris  <rgm@gnu.org>
4813
4814         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4815
4816 2010-03-18  Glenn Morris  <rgm@gnu.org>
4817
4818         * hashcash.el (declare-function): Remove duplicate definition.
4819
4820 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4821
4822         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4823         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4824         value if any backslash escapes).
4825
4826 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4827
4828         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4829         if it is available.  (bug#5647)
4830
4831         * lpath.el: Suppress compiler warning for coding-system-from-name for
4832         Emacs 21 and XEmacs.
4833
4834 2010-03-14  Juri Linkov  <juri@jurta.org>
4835
4836         * hmac-def.el:
4837         * hmac-md5.el:
4838         * netrc.el: Fix keywords.
4839
4840 2010-02-26  Glenn Morris  <rgm@gnu.org>
4841
4842         * message.el (message-send-mail-function): Change the default, so that
4843         it inherits from a customized send-mail-function.  (Bug#5643)
4844
4845 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4846
4847         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4848         shell-command-to-string signals an error (bug#5299).
4849
4850 2010-02-24  Glenn Morris  <rgm@gnu.org>
4851
4852         * message.el (message-smtpmail-send-it)
4853         (message-send-mail-with-mailclient): Doc fixes.
4854
4855 2010-02-16  Glenn Morris  <rgm@gnu.org>
4856
4857         * message.el (message-default-mail-headers): Change the default value
4858         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4859
4860 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4861
4862         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4863         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4864
4865 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4866
4867         * time-date.el (date-to-time): Doc fix (Bug#5408).
4868
4869 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4870
4871         * message.el (message-mail): Just pass yank-action on to message-setup.
4872         (message-setup): Handle (FUN . ARGS) form of yank-action.
4873         (message-with-reply-buffer, message-widen-reply)
4874         (message-yank-original): Handle non-buffer values of
4875         message-reply-buffer (Bug#4080).
4876         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4877
4878 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4879
4880         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4881         Fix typo in docstring.
4882
4883 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4884
4885         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4886         response.
4887
4888 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4889
4890         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4891
4892         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4893
4894         * message.el (message-check-news-header-syntax): Protect against a
4895         string that `rfc822-addresses' returns when parsing fails.
4896
4897 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4898
4899         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4900         (gnus-previous-char-property-change): New functions.
4901
4902         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4903
4904 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4905
4906         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4907         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4908
4909 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4910
4911         * message.el (message-exchange-point-and-mark): Rework last change to
4912         avoid using optional arg of exchange-point-and-mark, for backward
4913         compatibility.
4914
4915 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4916
4917         * message.el (message-exchange-point-and-mark):
4918         Call exchange-point-and-mark with an argument rather than setting
4919         mark-active by hand (Bug#5175).
4920
4921 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4922
4923         * nntp.el (nntp-service-to-port): Work for service expressed with
4924         numeric string; replace [:digit:] with [0-9] for XEmacs.
4925
4926 2009-12-17  Glenn Morris  <rgm@gnu.org>
4927
4928         * gnus-group.el (gnus-bug-group-download-format-alist):
4929         Change emacs entry to debbugs.gnu.org.  Bump :version.
4930
4931 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4932
4933         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4934
4935 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4936
4937         * message.el (message-info): Explain why we use `Info-goto-node'.
4938
4939 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4940
4941         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4942
4943 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4944
4945         * message.el (message-completion-in-region): New compatibility function.
4946         (message-expand-group): Use it.
4947
4948 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4949
4950         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4951         with no unread article should be listed if the 2nd arg `predicate' is
4952         given.
4953
4954 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4955
4956         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4957
4958 2009-11-29  Juri Linkov  <juri@jurta.org>
4959
4960         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4961         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4962         on `gnus-recenter'.  (Bug#4698, Bug#4981)
4963
4964 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4965
4966         * sha1.el (sha1-string-external): default-directory "/" in case
4967         otherwise non-existent.  process-connection-type pipe for touch of
4968         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4969
4970 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4971
4972         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4973         it's comms related and sgml-mode.el has "comm" on that basis too.
4974
4975 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4976
4977         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4978         containing tspecial characters if they have been already quoted.
4979
4980 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4981
4982         * dns-mode.el (auto-mode-alist): Purecopy string.
4983
4984 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4985
4986         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4987
4988 2009-10-24  Glenn Morris  <rgm@gnu.org>
4989
4990         * gnus-art.el (help-xref-stack-item): Define for compiler.
4991
4992 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4993
4994         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4995
4996 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4997
4998         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4999
5000 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5001
5002         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5003         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5004
5005 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5006
5007         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5008         (gnus-overlays-in): New alias to overlays-in.
5009
5010         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5011         gnus-overlay-get, and gnus-delete-overlay.
5012         (gnus-summary-show-thread): Make it work as well for systems in which
5013         next-single-char-property-change is not available.
5014         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5015
5016         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5017         (gnus-overlay-get): New alias to extent-property.
5018         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5019
5020         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5021         SXEmacs.
5022
5023         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5024         SXEmacs.
5025
5026 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5027
5028         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5029
5030 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5031
5032         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5033         and XEmacs that don't have `remove-overlays'.
5034
5035 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5036
5037         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5038         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5039         selective display.  Use overlays instead.
5040
5041 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5042
5043         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5044
5045 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5046
5047         * spam-stat.el (spam-stat-load): Fix typo in message.
5048
5049 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5050
5051         * dig.el (dig-invoke): Fix typo in docstring.
5052         (query-dig): Reflow docstring.
5053
5054 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5055
5056         * gnus-art.el (gnus-article-encrypt-body):
5057         * message.el (message-check-recipients):
5058         * mm-util.el (mm-codepage-setup):
5059         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5060         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5061
5062 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5063
5064         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5065         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5066         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5067         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5068         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5069
5070 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5071
5072         * dig.el: Add "Keywords: comm", as per net-utils.el.
5073
5074 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5075
5076         * dig.el (dig-mode): Use define-derived-mode.
5077
5078 2009-09-19  Glenn Morris  <rgm@gnu.org>
5079
5080         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5081
5082 2009-09-18  Glenn Morris  <rgm@gnu.org>
5083
5084         * gnus-diary.el (gnus-diary-check-message):
5085         * message.el (message-insert-formatted-citation-line):
5086         * nnbabyl.el (top-level):
5087         * nndiary.el (nndiary-schedule):
5088         Fix typos in condition-case handlers.
5089
5090 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5091
5092         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5093         configuration that provides the sole article window in a frame;
5094         position point correctly after deleting a part.
5095
5096 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5097
5098         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5099         (spam-resolve-registrations-routine): Use it to unregister articles
5100         that change status.
5101
5102 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5103
5104         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5105         with XEmacs.
5106         (parse-time-string-chars): Use it.
5107
5108 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5109
5110         * imap.el (imap-interactive-login): Better messages.
5111         (imap-open): Fix bug with renamed buffer on reconnect.
5112         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5113         for easier debugging and cleaner code.  On successful (guessed based on
5114         server capabilities) secondary authentication, set imap-state
5115         correctly.
5116         (imap-last-authenticator): Define imap-last-authenticator as a variable
5117         to avoid warnings.
5118
5119 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5120
5121         * nnrss.el (nnrss-request-article): Remove binding of
5122         default-enable-multibyte-characters that has gotten needless by
5123         the 2007-07-13 change in rfc2047-encode-message-header.
5124
5125         * mml.el (mml-insert-multipart): Error on the message header.
5126         (mml-insert-part): Error on the message header; position point at
5127         the end of a MIME tag.
5128
5129 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5130
5131         * time-date.el (autoload): Expand define-obsolete-function-alias into
5132         defalias and make-obsolete for old Emacsen that Gnus supports.
5133         (with-no-warnings): Define it for old Emacsen.
5134         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5135         is available.
5136         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5137         float-time is available; suppress compile warning for time-to-seconds.
5138
5139         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5140         (gnus-float-time): Alias to float-time if it exists.
5141
5142         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5143         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5144         float-time is available; suppress compile warning for time-to-seconds.
5145
5146         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5147         XEmacs.
5148
5149 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5150
5151         * imap.el (imap-message-map): Docstring fix.
5152
5153 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5154
5155         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5156         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5157         Add the optional argument `encoding' that overrides the default.
5158
5159         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5160         mm-encode-buffer.
5161
5162 2009-09-04  Glenn Morris  <rgm@gnu.org>
5163
5164         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5165         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5166         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5167         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5168         * mm-util.el (mm-with-unibyte-current-buffer)
5169         (mm-find-buffer-file-coding-system):
5170         * yenc.el (yenc-decode-region): Use default-value rather than
5171         default-enable-multibyte-characters.
5172
5173 2009-09-03  Glenn Morris  <rgm@gnu.org>
5174
5175         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5176         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5177         than default-enable-multibyte-characters.
5178
5179 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5180
5181         * gnus-art.el (gnus-article-read-summary-keys):
5182         Fix gnus-buffer-configuration's value temporarily used.
5183
5184 2009-09-02  Glenn Morris  <rgm@gnu.org>
5185
5186         * gnus-util.el (gnus-float-time): New function.
5187         * gnus-delay.el (gnus-delay-article):
5188         * gnus-sum.el (gnus-thread-latest-date):
5189         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5190         * nnspool.el (nnspool-request-newgroups):
5191         Use gnus-float-time rather than time-to-seconds.
5192         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5193
5194         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5195         (gnus-header-subject-face, gnus-header-newsgroups-face)
5196         (gnus-header-name-face, gnus-header-content-face):
5197         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5198         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5199         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5200         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5201         (gnus-cite-face-11):
5202         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5203         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5204         (gnus-server-closed-face, gnus-server-denied-face)
5205         (gnus-server-offline-face):
5206         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5207         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5208         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5209         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5210         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5211         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5212         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5213         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5214         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5215         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5216         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5217         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5218         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5219         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5220         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5221         (gnus-summary-high-undownloaded-face)
5222         (gnus-summary-low-undownloaded-face)
5223         (gnus-summary-normal-undownloaded-face)
5224         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5225         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5226         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5227         (gnus-splash-face):
5228         * message.el (message-header-to-face, message-header-cc-face)
5229         (message-header-subject-face, message-header-newsgroups-face)
5230         (message-header-other-face, message-header-name-face)
5231         (message-header-xheader-face, message-separator-face)
5232         (message-cited-text-face, message-mml-face):
5233         * sieve-mode.el (sieve-control-commands-face)
5234         (sieve-action-commands-face, sieve-test-commands-face)
5235         (sieve-tagged-arguments-face):
5236         * spam.el (spam-face):
5237         Mark face aliases with "-face" in the name as obsolete.
5238
5239 2009-09-01  Glenn Morris  <rgm@gnu.org>
5240
5241         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5242         than goto-line.
5243
5244 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5245
5246         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5247         Don't move point if the command is invoked inside the message header.
5248
5249 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5250
5251         * imap.el (imap-send-command): Simplify.
5252         (imap-wait-for-tag): point-max -> buffer-size.
5253
5254 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5255
5256         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5257         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5258         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5259         * nnir.el (nnir-swish-e-index-file):
5260         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5261         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5262         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5263         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5264         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5265         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5266
5267 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5268
5269         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5270         Don't save excursion.
5271
5272 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5273
5274         * nnheader.el (nnheader-find-file-noselect):
5275         * mm-util.el (mm-insert-file-contents):
5276         Use (default-value 'major-mode) instead of default-major-mode.
5277
5278 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5279
5280         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5281
5282 2009-08-26  Glenn Morris  <rgm@gnu.org>
5283
5284         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5285         than placing in files.el.
5286
5287 2009-08-25  Glenn Morris  <rgm@gnu.org>
5288
5289         * nnir.el (top-level): Don't require cl at run-time.
5290         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5291         Replace cl-function substitute with gnus-replace-in-string.
5292         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5293         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5294         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5295         simplified expansions.
5296
5297 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5298
5299         * dig.el (dig): Add autoload cookie.
5300
5301 2009-08-22  Glenn Morris  <rgm@gnu.org>
5302
5303         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5304         goto-line.
5305
5306 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5307
5308         * parse-time.el (parse-time-string-chars): Save match data.
5309
5310 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5311
5312         * parse-time.el (parse-time-string-chars): Compute using character
5313         classes, to handle non-ascii characters (Bug#3190).
5314
5315 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5316
5317         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5318
5319         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5320         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5321         (gnus-mm-display-part, gnus-mime-display-single)
5322         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5323         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5324
5325         * gnus-sum.el
5326         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5327         (gnus-summary-move-article): Add expirable mark to articles copied or
5328         moved to group that has auto-expire turned on if the option is non-nil.
5329
5330 2009-07-24  Glenn Morris  <rgm@gnu.org>
5331
5332         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5333         Fix typo.  (Bug#3903)
5334
5335 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5336
5337         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5338         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5339         that should not be used for draft articles.
5340         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5341         that has no concern in minor mode keys.
5342         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5343         Abolish.
5344
5345 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5346
5347         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5348         article without making inquiry to a user for unknown encoding.
5349
5350         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5351         (nnmaildir--scan): Assume i-node and device number that file-attributes
5352         returns might be cons-cell.
5353
5354         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5355
5356         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5357
5358 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5359
5360         * auth-source.el: Remove docs now in auth.texi.  Don't use
5361         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5362         `auth-source-hide-passwords' and use them.
5363
5364 2009-07-15  Glenn Morris  <rgm@gnu.org>
5365
5366         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5367
5368 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5369
5370         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5371         excessive whitespace from the default values of title and description.
5372
5373 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5374
5375         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5376         mail-fetch-field to fetch Content-Description header in order to
5377         exclude newlines.
5378
5379 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5380
5381         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5382         format used by GnuPG 2.0.11.
5383
5384 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5385
5386         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5387         to deleted part.
5388
5389 2009-05-30  David Engster  <dengste@eml.cc>
5390
5391         * nnmairix.el: Remove old documentation in the commentary block.
5392         (nnmairix-request-group): Do not update active file for nnml back ends.
5393         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5394         end so that overview files are ignored.
5395         (nnmairix-update-groups): Make updating the groups more robust by using
5396         marks.
5397         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5398         with dollar characters in message-id.
5399
5400 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5401
5402         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5403         2008-12-25 in dns.el.
5404
5405 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5406
5407         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5408         could happen if the text is only composed of spaces and/or tabs.
5409
5410 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5411
5412         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5413         when sending a queued message to avoid extra mml tags.
5414
5415 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5416
5417         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5418
5419 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5420
5421         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5422         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5423         rmail-toggle-header for XEmacs;
5424         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5425
5426 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5427
5428         * gnus-dired.el: Remove autoload for gnus-setup-message.
5429         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5430         displaying Gnus logo; always use compose-mail.
5431
5432 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5433
5434         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5435
5436 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5437
5438         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5439         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5440         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5441         available.
5442         (gnus-nocem-epg-verify): New function.
5443
5444 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5445
5446         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5447
5448 2009-02-15  Glenn Morris  <rgm@gnu.org>
5449
5450         * gnus-util.el (rmail-insert-rmail-file-header)
5451         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5452         autoloads.
5453         (rmail-default-rmail-file): Remove unnecessary declaration.
5454         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5455
5456 2009-02-14  Glenn Morris  <rgm@gnu.org>
5457
5458         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5459         variable (only used in gnus-util, which declares it anyway).
5460         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5461         which was only needed by gnus-art (changed to not use it any more).
5462         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5463         only used in gnus-util, which autoloads it itself.
5464         (rmail-update-summary): Fix autoload.
5465
5466         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5467         rather than rmail-output-to-rmail-file.
5468
5469 2009-02-07  Glenn Morris  <rgm@gnu.org>
5470
5471         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5472         autoload of function that no longer exists.
5473         (rmail-toggle-header): Declare.
5474         (message-forward-rmail-make-body): Handle mbox Rmail.
5475
5476 2009-01-31  Glenn Morris  <rgm@gnu.org>
5477
5478         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5479         2009-01-09 change.
5480
5481 2009-01-31  Dave Love  <fx@gnu.org>
5482
5483         * imap.el (imap-fetch-safe): Bind debug-on-error.
5484         (imap-debug): Add imap-fetch-safe.
5485
5486 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5487
5488         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5489         (auth-source-forget-all-cached): New convenience function.
5490         (auth-source-user-or-password): Accept list of modes or a single mode.
5491
5492         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5493         auth-source modes.
5494
5495         * netrc.el (netrc-machine-user-or-password): Use list of
5496         auth-source modes.
5497
5498         * nnimap.el (nnimap-open-connection): Use list of
5499         auth-source modes.
5500
5501         * nntp.el (nntp-send-authinfo): Use list of
5502         auth-source modes.
5503
5504 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5505
5506         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5507         now.
5508
5509 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5510
5511         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5512         coding system in XEmacs; add a workaround for XEmacs.
5513
5514         * lpath.el: Fbind coding-system-aliasee.
5515
5516 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5517
5518         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5519         of current-language-environment.
5520
5521 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5522
5523         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5524         available at runtime.
5525
5526 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5527
5528         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5529
5530 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5531
5532         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5533         the greatest positive fixnum value doesn't work under an XEmacs with
5534         bignum support; use the most-positive-fixnum constant instead,
5535         available since Emacs 21.1 with cl and XEmacs 21.1.
5536
5537 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5538
5539         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5540         XEmacs gets not to work.
5541
5542 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5543
5544         * mm-util.el (mm-coding-system-priorities): Allow the value like
5545         "Japanese (UTF-8)" of current-language-environment.
5546
5547 2009-01-09  Glenn Morris  <rgm@gnu.org>
5548
5549         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5550         with last-command-event.
5551
5552 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5553
5554         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5555         in the doc string.
5556
5557         * message.el (message-fix-before-sending): Amend comment.
5558
5559 2009-01-08  Dave Love  <fx@gnu.org>
5560
5561         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5562
5563 2009-01-07  David Engster  <dengste@eml.cc>
5564
5565         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5566         simplified server definitions by converting it via
5567         gnus-server-to-method.
5568
5569 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5570
5571         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5572         parameter's operands.
5573
5574 2009-01-06  David Engster  <dengste@eml.cc>
5575
5576         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5577         primary select method (for gnus-group-mark-article-as-read).
5578
5579 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5580
5581         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5582         `(gnus)Face', not `(gnus)X-Face'.
5583
5584 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5585
5586         * mm-util.el (mm-ucs-to-char): New function.
5587
5588         * mm-url.el (mm-url-decode-entities): Use it.
5589
5590         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5591         unicode-to-char.
5592
5593 2009-01-05  Dave Love  <fx@gnu.org>
5594
5595         * time-date.el: Require cl for `declare'.
5596
5597 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5598
5599         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5600         Dave Love.
5601
5602 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5603
5604         * message.el (message-fix-before-sending): Add `eight-bit' to
5605         illegible-text check.
5606
5607 2009-01-03  Michael Olson  <mwolson@gnu.org>
5608
5609         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5610         `headers' is nil.  This can occur if the IMAP server does not have
5611         permissions to read messages from a folder, but can write new messages
5612         to the folder.
5613         (nnimap-request-article-part): Do not insert `data' if it is nil.
5614
5615         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5616         characters which will confuse `read', so skip past them.
5617
5618 2009-01-01  Dave Love  <fx@gnu.org>
5619
5620         * imap.el (imap-string-to-integer): Fix typo.
5621         (imap-fetch-safe): New function.
5622         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5623
5624         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5625
5626         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5627         (imap-parse-greeting): Fix doc strings.
5628         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5629         (imap-parse-flag-list): Make messages unique.
5630         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5631
5632         * nnimap.el: Fix author email.
5633         (nnimap-split-rule): Add FIXME comment.
5634         (nnimap-debug): Fix doc string.
5635
5636 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5637
5638         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5639
5640 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5641
5642         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5643         nslookup if resolv.conf isn't available.
5644         (dns-query): Rename from query-dns.
5645         (dns-query-cached): Rename from query-dns-cached.
5646
5647 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5648
5649         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5650         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5651         to check if those variables exist (first appeared in Emacs 18.50).
5652
5653 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5654
5655         * mm-util.el (mm-line-number-at-pos): New function.
5656
5657         * spam-report.el (spam-report-process-queue): Use it.
5658
5659 2008-12-24  David Engster  <dengste@eml.cc>
5660
5661         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5662         parameters that haven't existed as variables as buffer-local variables.
5663
5664 2008-12-23  Dave Love  <fx@gnu.org>
5665
5666         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5667         cadar.
5668
5669         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5670         imap-starttls-p.
5671         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5672
5673 2008-12-22  Dave Love  <fx@gnu.org>
5674
5675         * imap.el: Fix author email.  Doc fixes.
5676         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5677         reply.
5678
5679 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5680
5681         * spam-report.el (spam-report-gmane-max-requests): New constant.
5682         (spam-report-gmane-wait): New variable.
5683         (spam-report-gmane-ham, spam-report-gmane-spam)
5684         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5685         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5686         the server.
5687
5688         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5689         Add explanations.
5690
5691         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5692         nnheader-accept-process-output and nnheader-read-timeout if available.
5693         (pop3-movemail): Use it.
5694
5695         * message.el (message-check-news-body-syntax): Fix signature check if
5696         there's an attachment.
5697
5698 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5699
5700         * mm-util.el: Add comments to the mm- emulating functions.
5701
5702 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5703
5704         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5705         Reported by Stephen Berman <stephen.berman@gmx.net>.
5706
5707 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5708
5709         * mm-util.el (mm-substring-no-properties): New function.
5710         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5711         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5712         (mm-string-to-multibyte): Doc fix.
5713
5714         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5715
5716 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5717
5718         * mml.el (mml-attach-file): Strip text properties from file name.
5719         (Bug#1574)
5720
5721 2008-12-16  Glenn Morris  <rgm@gnu.org>
5722
5723         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5724
5725 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5726
5727         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5728         knows since the charset specified might be a bogus alias that
5729         mm-charset-synonym-alist provides.
5730
5731 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5732
5733         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5734         "ISO_8859-1".
5735
5736         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5737
5738 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5739
5740         * mm-util.el (mm-charset-eval-alist):
5741         Define it before mm-charset-to-coding-system.
5742         (mm-charset-to-coding-system): Add optional argument `silent';
5743         define it before mm-charset-override-alist.
5744         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5745         default value if it can be used in Emacs currently running;
5746         silence mm-charset-to-coding-system.
5747
5748 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5749
5750         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5751         `allow-override' which says whether to use `mm-charset-override-alist'.
5752         (rfc2047-decode-encoded-words): Use it.
5753
5754         * mm-util.el (mm-charset-override-alist): Fix custom type;
5755         add `(gb2312 . gbk)' to choices.
5756
5757 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5758
5759         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5760         fast.
5761
5762         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5763
5764         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5765
5766 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5767
5768         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5769         on links.
5770
5771         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5772
5773 2008-12-03  Lute Kamstra  <lute@gnu.org>
5774
5775         * sha1.el: Remove leading * from docstrings of defcustoms,
5776         deffaces, defconsts and defuns.
5777
5778 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5779
5780         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5781         users' addresses that don't have domain parts.
5782         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5783         rather than message-narrow-to-head since there will be the message
5784         header separator.
5785
5786 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5787
5788         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5789         since the result is inserted in a unibyte buffer anyway.
5790         (nnimap-demule-use-string-to-multibyte): Remove.
5791         (nnimap-demule): Alias it to mm-string-to-multibyte.
5792
5793 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5794
5795         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5796         variable for debugging bug#464 and bug#1174.
5797         (nnimap-demule): Use it.
5798
5799 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5800
5801         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5802         score calculation correctly.
5803
5804 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5805
5806         * message.el (message-send-mail): Just set the buffer to unibyte
5807         rather than use mm-with-unibyte-current-buffer which does a lot more.
5808         (message-send-mail-partially): Don't bother with
5809         mm-with-unibyte-current-buffer since it's already been made unibyte by
5810         message-send-mail.
5811
5812 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5813
5814         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5815
5816 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5817
5818         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5819
5820 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5821
5822         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5823         require itself and to remove `with-no-warnings'.
5824
5825 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5826
5827         * starttls.el (starttls-any-program-available): Get the name of the
5828         available TLS layer program.
5829         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5830         well as the host name in the "opening" message.
5831
5832         * auth-source.el (auth-source-cache, auth-source-do-cache)
5833         (auth-source-user-or-password): Cache passwords and logins by default,
5834         allow override with `auth-source-do-cache'.
5835         (auth-source-forget-user-or-password): Allow users to remove cache
5836         entries if needed.
5837
5838 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5839
5840         * md4.el (md4-buffer): Fix typo in docstring.
5841         (md4, md4-64): Doc fixes.
5842         (md4-pack-int32): Reflow docstring.
5843
5844 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5845
5846         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5847         condition-case to only the forward-sexp call.
5848
5849 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5850
5851         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5852         quotes contained.  Make it more robust regardless by an extra
5853         condition-case wrapper.
5854
5855 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5856
5857         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5858
5859 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5860
5861         * nnml.el (nnml-request-expire-articles): Check if the function set to
5862         `nnmail-expiry-target' returns the symbol `delete'.
5863
5864         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5865
5866         * nnmail.el (nnmail-expiry-target): Fix custom type.
5867
5868 2008-10-02  Glenn Morris  <rgm@gnu.org>
5869
5870         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5871         Silence compiler warning.
5872
5873 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5874
5875         * tls.el (open-tls-stream): Show the actual command being
5876         executed, instead of the format string.
5877
5878 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5879
5880         * lpath.el: Fbind codepage-setup for Emacs 23.
5881
5882 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5883
5884         * mml.el (mml-menu): Don't assume mml2015 is bound.
5885
5886 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5887
5888         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5889         exists.
5890
5891 2008-09-27  Glenn Morris  <rgm@gnu.org>
5892
5893         * gnus-util.el (mail-header-remove-comments): Autoload it.
5894
5895 2008-09-27  Andreas Schwab  <schwab@suse.de>
5896
5897         * gnus-util.el (gnus-split-references): Strip comments.
5898         (gnus-parent-id): Likewise.
5899
5900 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5901
5902         * message.el (message-confirm-send): Fix version.
5903
5904 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5905
5906         * message.el (message-idna-to-ascii-rhs-1): Use
5907         mail-extract-address-components rather than mail-header-parse-addresses
5908         that is an alias by default to ietf-drums-parse-addresses that does not
5909         support non-ASCII names in headers' contents.
5910
5911 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5912
5913         * message.el (message-confirm-send): Fix variable documentation to
5914         avoid the "y/n" wording.
5915
5916 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5917
5918         * message.el (message-set-auto-save-file-name): Save to a different
5919         filename so multiple messages (especially drafts) can be recovered.
5920
5921 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5922
5923         * message.el (message-confirm-send): Add appropriate version.
5924
5925 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5926
5927         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5928         defvar.
5929
5930 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5931
5932         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5933         (mm-pkcs7-enveloped-magic): Ditto.
5934
5935 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5936
5937         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5938         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5939
5940 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5941
5942         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5943         default, it's better.
5944
5945 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5946
5947         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5948         summary line gnus-number property and ignore them (with a warning
5949         message).
5950
5951 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5952
5953         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5954         macro caddr in the interactive form since it won't be expanded.
5955
5956 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5957
5958         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5959         `charset'; fix name of function called recursively.
5960         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5961
5962 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5963
5964         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5965         (gnus-mime-set-charset-parameters): New function.
5966         (gnus-mime-view-part-as-charset): Use it to correctly display part
5967         specifying wrong charset.
5968
5969 2008-09-08  David Engster  <dengste@eml.cc>
5970
5971         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5972         in completing-read for back end server.
5973
5974 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5975
5976         * message.el (message-confirm-send): New variable to confirm sending a
5977         message.
5978         (message-send): Use it.
5979
5980 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5981
5982         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5983
5984 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5985
5986         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5987
5988 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5989
5990         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5991         prevent tracking too many groups.
5992         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5993         Use it.
5994
5995 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5996
5997         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5998         moving point to the bottom of the window in order to avoid recentering.
5999
6000 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6001
6002         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
6003
6004         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6005         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6006         (gnus-article-beginning-of-window): Fix calculation.
6007
6008 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6009
6010         * gnus-msg.el (gnus-summary-supersede-article)
6011         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6012         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6013         message header.
6014
6015 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6016
6017         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6018         pending output coming after the status change.
6019
6020 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6021
6022         * message.el:
6023         * gnus-start.el:
6024         * gnus-registry.el: Remove VMS support.
6025
6026 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6027
6028         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6029         macro.
6030         (rfc2104-hash): Use it.
6031
6032 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6033
6034         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6035         (gnus-summary-sort-by-most-recent-date): New commands.
6036         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6037         and menu entries.
6038
6039 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6040
6041         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6042         don't redisplay article for raw contents; remove plural articles stuff.
6043
6044         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6045         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6046         on gnus-summary-save-article; display results properly.
6047
6048 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6049
6050         * lpath.el: No need to fbind ns-focus-frame.
6051
6052 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6053
6054         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6055
6056 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6057
6058         * gnus-art.el (gnus-summary-save-in-pipe):
6059         Consider gnus-save-all-headers.
6060
6061 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6062
6063         * gnus-util.el (ns-focus-frame): Remove declaration.
6064         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6065         like x.
6066
6067 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6068
6069         * rfc2104.el (rfc2104-zero): Delete defconst.
6070         (rfc2104-hex-alist): Likewise.
6071         (rfc2104-hex-to-int): Delete func.
6072         (rfc2104-hexstring-to-bitstring): Likewise.
6073         (rfc2104-nybbles): New defconst.
6074         (rfc2104-hash): Rewrite for speed.
6075
6076 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6077
6078         * tls.el (open-tls-stream): Make it work with the 2nd argument
6079         BUFFER that is a string but does not exist as a buffer object, as
6080         mentioned in the doc-string.
6081
6082 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6083
6084         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6085         SXEmacs.
6086
6087 2008-07-16  Glenn Morris  <rgm@gnu.org>
6088
6089         * gnus-util.el (ns-focus-frame): Declare for compiler.
6090
6091 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6092
6093         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6094         set as a group parameter.
6095         (gnus-summary-save-in-pipe): Work when it is called independently.
6096         (gnus-summary-pipe-to-muttprint): Don't modify
6097         gnus-summary-pipe-output-default-command.
6098
6099 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6100
6101         * message.el (message-send-mail-with-sendmail):
6102         Display the error message.
6103
6104 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6105
6106         * gnus-art.el (gnus-default-article-saver):
6107         Add gnus-summary-save-in-pipe to choices.
6108         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6109         gnus-summary-pipe-output-default-command as the default command.
6110         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6111         instead of gnus-last-shell-command.
6112
6113         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6114         New user option.
6115         (gnus-summary-muttprint-program): Mention the value will be changed.
6116         (gnus-summary-save-article): Force showing of all headers.
6117         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6118
6119 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6120
6121         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6122
6123 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6124
6125         * nnimap.el (nnimap-id):
6126         * sieve-manage.el (sieve-manage-open): Doc fixes.
6127
6128 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6129
6130         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6131         if available.
6132
6133 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6134
6135         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6136
6137         * nnkiboze.el (nnkiboze-generate-group):
6138         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6139
6140         * nnmairix.el: Require CL.
6141
6142 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6143
6144         * dgnushack.el: Autoload get-display-table and put-display-table for
6145         XEmacs 21.5.
6146
6147         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6148         21.4 and SXEmacs.
6149
6150 2008-06-15  David Engster  <dengste@eml.cc>
6151
6152         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6153
6154 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6155
6156         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6157         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6158         runtime choice under XEmacs.
6159
6160         * gnus-sum.el (gnus-summary-set-display-table):
6161         Use `gnus-put-display-table', `gnus-get-display-table',
6162         `gnus-set-display-table' for the display table, instead of `aset'.
6163
6164         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6165         Use `gnus-put-display-table', `gnus-get-display-table',
6166         `gnus-set-display-table' for the display table.
6167
6168 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6169
6170         * nnmairix.el: Add autoloads.
6171
6172 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6173
6174         * nnmairix.el (nnmairix-delete-recreate-group)
6175         (nnmairix-update-and-clear-marks): Fix error messages.
6176
6177 2008-06-14  David Engster  <dengste@eml.cc>
6178
6179         * nnmairix.el: Upgrade to version 0.6.
6180         (nnmairix-group-toggle-propmarks-this-group)
6181         (nnmairix-group-toggle-readmarks-this-group)
6182         (nnmairix-group-delete-recreate-this-group)
6183         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6184         (nnmairix-remove-tick-mark-original-article): New commands.
6185         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6186         (nnmairix-propagate-marks-to-nnmairix-groups)
6187         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6188         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6189         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6190         functions needed for marks propagation and manipulation of read marks.
6191         (nnmairix-update-groups): New function.
6192         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6193         (nnmairix-determine-original-group-from-registry)
6194         (nnmairix-determine-original-group-from-path)
6195         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6196         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6197         New helper functions.
6198         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6199         keystrokes for new commands.
6200         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6201         (nnmairix-request-group): Check allow-fast group parameter.
6202         (nnmairix-request-create-group): Set allow-fast group parameter if
6203         nnmairix-allowfast-default is set.
6204         (nnmairix-close-group): Propagate marks upon closing if needed.
6205         (nnmairix-group-toggle-threads-this-group): Use new.
6206         nnmairix-group-toggle-parameter helper function.
6207         (nnmairix-search): Better check for empty search result.
6208         (nnmairix-goto-original-article): Use new helper functions for
6209         determining original article.
6210         (nnmairix-show-original-article): Make sure message-id is in brackets.
6211         (nnmairix-call-mairix-binary): Change variable name.
6212         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6213         helper function.
6214         (nnmairix-widget-toggle-activate): Fix doc string.
6215
6216 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6217
6218         * nnir.el: Require edmacro when compiling with XEmacs.
6219         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6220         available in Emacs 21.
6221
6222 2008-06-11  Glenn Morris  <rgm@gnu.org>
6223
6224         * gnus-util.el (x-focus-frame):
6225         * gnus.el (image-size):
6226         * mm-decode.el (image-size): Declare.
6227
6228         * gnus-picon.el (declare-function): Add compat definition.
6229         (image-size): Declare.
6230
6231         * gnus-group.el (tool-bar-map):
6232         * gnus-sum.el (tool-bar-map): Define for compiler.
6233
6234         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6235
6236         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6237
6238         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6239         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6240         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6241         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6242         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6243         * sieve-manage.el, spam-report.el, spam.el:
6244         Remove unnecessary eval-and-compile of autoloads.
6245
6246 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6247
6248         * auth-source.el: Precise Tramp doc.
6249
6250 2008-06-07  Glenn Morris  <rgm@gnu.org>
6251
6252         * nnmairix.el: Remove unnecessary eval-when-compile.
6253
6254 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6255
6256         * lpath.el: Fbind propertize for XEmacs 21.4.
6257
6258 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6259
6260         * nnir.el: Move here from ../contrib.
6261
6262 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6263
6264         * gnus-util.el (gnus-read-shell-command): New function.
6265         * mm-decode.el (mm-pipe-part):
6266         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6267
6268 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6269
6270         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6271
6272 2008-06-03  Glenn Morris  <rgm@gnu.org>
6273
6274         * pop3.el (nnheader-accept-process-output): Autoload it.
6275
6276 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6277
6278         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6279         are not 2-digit hexadecimal characters that follow `%'s.
6280
6281 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6282
6283         * message.el (message-bogus-recipient-p): Fix type in doc string.
6284         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6285         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6286         Improve custom options.
6287         (message-bogus-recipient-p): Adjust accordingly.
6288
6289 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6290
6291         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6292         long-form month and day names.
6293
6294 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6295
6296         * dgnushack.el: Autoload debug, eudc-expand-inline and
6297         pgg-snarf-keys-region for XEmacs.
6298
6299         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6300
6301         * nnmairix.el: Require edmacro when compiling with XEmacs.
6302
6303 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6304
6305         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6306         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6307
6308 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6309
6310         * auth-source.el: Add more docs.
6311
6312         * netrc.el (netrc-machine): Always match if the port is not given.
6313
6314 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6315
6316         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6317         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6318         retrieval faster in some cases, but might make CPU usage larger.
6319         If this has any bad side effects, we might revert this change.
6320
6321         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6322         seems to make mail retrieval much, much faster.
6323         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6324         unconditionally.
6325
6326         * gnus-draft.el (gnus-group-send-queue):
6327         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6328
6329 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6330
6331         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6332
6333         * message.el (message-bogus-address-regexp): Fix and improve custom
6334         type.
6335         (message-setup-hook): Add message-check-recipients as custom option.
6336
6337 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6338
6339         * message.el (message-cite-function): Remove bogus autoload which crept
6340         in during merge from v5-10.
6341
6342 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6343
6344         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6345
6346         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6347
6348         * auth-source.el: Preliminary Tramp docs.
6349         (auth-sources): Change the default auth-sources to use
6350         EPA .gpg files.
6351
6352 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6353
6354         * nntp.el: Autoload `auth-source-user-or-password'.
6355         (nntp-send-authinfo): Use it.
6356
6357         * nnimap.el: Autoload `auth-source-user-or-password'.
6358         (nnimap-open-connection): Use it.
6359
6360         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6361         for the gnus-message function.
6362         (auth-source-user-or-password): Use it.
6363
6364 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6365
6366         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6367         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6368         (rfc2104-hash): Use it.
6369
6370 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6371
6372         * gnus-art.el (gnus-article-toggle-truncate-lines):
6373         Don't use `iff' in docstring.
6374
6375 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6376
6377         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6378
6379         * gnus-util.el (gnus-extract-address-component-name)
6380         (gnus-extract-address-component-email): Convenience functions around
6381         `gnus-extract-address-components'.
6382
6383         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6384         Use `gnus-extract-address-component-email' to fix bug of comparing full
6385         sender name to `user-mail-address'.
6386
6387 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6388
6389         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6390         catch/throw to optimize.
6391         (gnus-registry-find-keywords): Just use member to find a keyword.
6392
6393 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6394
6395         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6396         is current before calling gnus-server-prepare.
6397         (gnus-server-setup-buffer, gnus-server-update-server)
6398         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6399
6400 2008-05-04  Juri Linkov  <juri@jurta.org>
6401
6402         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6403         (mailcap-file-default-commands): Use mailcap-replace-in-string
6404         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6405         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6406
6407 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6408
6409         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6410
6411 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6412
6413         * gnus.el: Bump version to 0.11.
6414
6415 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6416
6417         * gnus.el: No Gnus v0.10 is released.
6418
6419 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6420
6421         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6422         hooks.
6423         (gnus-update-read-articles): Speed up non-marks-using users.
6424         (gnus-use-marks): Define gnus-use-marks.
6425         (gnus-propagate-marks): Rename variable to something more sensible.
6426
6427 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6428
6429         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6430         (gmm-image-load-path-for-library): Fix typos in docstrings.
6431         (gmm-message): Reflow docstring.
6432
6433 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6434
6435         * mail-source.el (mail-source-set-1, mail-source-bind):
6436         Move auth-source code out of the macro to clean it up and fix bugs.
6437
6438 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6439
6440         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6441         by sender if it's equal to user-mail-address, it's likely to be
6442         useless.
6443
6444         * mail-source.el (mail-source-bind): Don't use user or password if they
6445         are not bound.  Unintern them if they are nil.  Don't use server unless
6446         it's bound, and default it to empty string otherwise.
6447
6448 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6449
6450         * mail-source.el: Load auth-source.el.
6451         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6452         get user name or password, if auth-sources is set up.
6453
6454         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6455         strategy of splitting with parent.
6456         (gnus-registry-split-fancy-with-parent)
6457         (gnus-registry-post-process-groups): Use it and fix prior
6458         bug (returning a list as the split result).
6459
6460         * auth-source.el (auth-sources): Remove server parameter.
6461         (auth-source-pick, auth-source-user-or-password)
6462         (auth-source-user-or-password-imap)
6463         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6464         (auth-source-user-or-password-sftp)
6465         (auth-source-user-or-password-smtp): Remove server parameter.
6466
6467 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6468
6469         * smime.el (smime-sign-region, smime-encrypt-region)
6470         (smime-decrypt-region):
6471         Remove redundant calls to `generate-new-buffer-name'.
6472
6473 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6474
6475         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6476         Don't use QP for message/rfc822.
6477         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6478
6479 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6480
6481         * sieve-manage.el (sieve-string-bytes): Remove.
6482         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6483         correct byte-length only if the process's coding-system is the same as
6484         the one used internally by Emacs to represent strings.
6485
6486 2008-04-22  Juri Linkov  <juri@jurta.org>
6487
6488         * mailcap.el (mailcap-file-default-commands): New function.
6489
6490 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6491
6492         * message.el (message-signature-separator, message-cite-function):
6493         Change custom version.
6494
6495 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6496
6497         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6498         commands.
6499         (tls-checktrust): Ditto.
6500
6501 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6502
6503         * mm-decode.el (mm-display-external): Make temp file read-only.
6504
6505 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6506
6507         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6508         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6509         `C-c C-f d'.
6510
6511 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6512
6513         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6514
6515 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6516
6517         * gnus.el: Bump version to 0.9.
6518
6519 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6520
6521         * gnus.el: No Gnus v0.8 is released.
6522
6523 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6524
6525         * mail-source.el (mail-source-value):
6526         Prefer fboundp to functionp so it works with macros as well.
6527
6528 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6529
6530         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6531         Fix last change in case the element is not even a symbol.
6532
6533 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6534
6535         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6536         Prefer fboundp to functionp so it works with macros as well.
6537
6538 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6539
6540         * auth-source.el: Add docs.
6541         (auth-sources): Modify format to support server.
6542         (auth-source-pick, auth-source-user-or-password)
6543         (auth-source-user-or-password-imap)
6544         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6545         (auth-source-user-or-password-sftp)
6546         (auth-source-user-or-password-smtp): Add server parameter.
6547
6548 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6549
6550         * gnus-registry.el: Initialize the registry when gnus-registry-install
6551         is t.
6552
6553 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6554
6555         * compface.el (uncompface): Make buffer unibyte.
6556
6557 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6558
6559         * mail-source.el (mail-source-value):
6560         Prefer fboundp to functionp so it works with macros as well.
6561
6562 2008-04-05  Glenn Morris  <rgm@gnu.org>
6563
6564         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6565
6566 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6567
6568         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6569         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6570
6571         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6572         multibyteness after rather than before erasing it.
6573
6574         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6575         mm-with-multibyte.
6576         (gnus-request-article-this-buffer): Make sure the proper decoding is
6577         used if gnus-original-article-buffer happens to be unibyte.
6578
6579         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6580         default-enable-multibyte-characters.
6581
6582         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6583         default-enable-multibyte-characters.
6584
6585         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6586
6587         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6588
6589 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6590
6591         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6592         Fix last change in case the element is not even a symbol.
6593
6594 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6595
6596         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6597         (imap-message-copyuid-1): Use it.
6598         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6599         J. Williams in
6600         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6601
6602         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6603         imap-enable-exchange-bug-workaround.
6604         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6605
6606 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6607
6608         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6609         a 100 byte status-checks into a 2-3MB transfer for each group.
6610         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6611         to enable bug workaround or not.
6612         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6613
6614 2008-03-31  Glenn Morris  <rgm@gnu.org>
6615
6616         * message.el (mml2015-use): Declare for compiler.
6617         (message-info): Require mml2015 when appropriate.
6618
6619 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6620
6621         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6622         whitespace.
6623
6624 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6625
6626         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6627         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6628         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6629         (nntp-service-to-port): New function.
6630         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6631         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6632         (nntp-open-netcat-stream): New function.
6633         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6634
6635 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6636
6637         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6638
6639 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6640
6641         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6642
6643 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6644
6645         * dns.el (dns-write): Use set-buffer-multibyte.
6646
6647 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6648
6649         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6650
6651 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6652
6653         * message.el (message-signature-separator): Change default.
6654         Improve custom type.
6655         (message-cite-function): Change default to
6656         message-cite-original-without-signature.
6657
6658         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6659         toggle.
6660
6661         * message.el (message-check-news-body-syntax): Fix signature check.
6662         (message-setup-1): Mark buffer as unmodified _after_ running
6663         message-setup-hook and handling message-alternative-emails.
6664         (message-shorten-references): Be more strict when building list of
6665         valid references to comply with GNKSA.
6666
6667         * gnus-group.el (gnus-read-ephemeral-bug-group)
6668         (gnus-read-ephemeral-debian-bug-group)
6669         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6670
6671         * message.el (message-info): Don't use booleanp which isn't supported
6672         in Emacs 21 and XEmacs.
6673
6674 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6675
6676         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6677         gnus-group-gmane-group-download-format.
6678         (gnus-group-read-ephemeral-gmane-group): Rename from
6679         gnus-group-read-ephemeral-gmane-group.
6680         (gnus-read-ephemeral-gmane-group-url): Rename from
6681         gnus-group-read-ephemeral-gmane-group-url.
6682         (gnus-bug-group-download-format-alist): New variable.
6683         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6684         (gnus-read-ephemeral-emacs-bug-group): New commands.
6685
6686 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6687
6688         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6689         (gnus-visible-headers): Improve custom type.
6690
6691 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6692
6693         * mml.el (mml-menu): Add workarounds for XEmacs.
6694
6695         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6696         X-Boundary header.
6697
6698         * message.el (message-simplify-recipients): Fix previous commit.
6699
6700 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6701
6702         * mm-util.el (mm-set-buffer-multibyte): New function.
6703         * mm-decode.el (mm-copy-to-buffer): Use it.
6704
6705         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6706         Prefer fboundp to functionp so it works with macros as well.
6707
6708 2008-03-19  Glenn Morris  <rgm@gnu.org>
6709
6710         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6711         Accidentally removed in the sync process with Emacs.
6712
6713 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6714
6715         * message.el (message-alter-recipients-discard-bogus-full-name):
6716         New function.
6717         (message-alter-recipients-function): New variable.
6718         (message-get-reply-headers): Use it.
6719         (message-replace-header): New helper function.
6720         (message-recipients-without-full-name): New variable.
6721         (message-simplify-recipients): New command.
6722
6723         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6724
6725         * message.el (message-info): Handle EasyPG manual.
6726
6727         * mml.el (mml-menu): Add entry for EasyPG.
6728
6729 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6730
6731         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6732         parameter.
6733
6734         * message.el (message-disassociate-draft): Specify drafts group name
6735         fully.
6736
6737 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6738
6739         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6740         Eliminate unnecessary duplicates from the match list.
6741
6742 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6743
6744         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6745
6746         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6747
6748         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6749         args of `how-many' of which the XEmacs version doesn't take; declare
6750         Info-index-next as function.
6751
6752 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6753
6754         * gnus-score.el (gnus-score-headers): Fix handling of
6755         gnus-inhibit-slow-scoring.
6756
6757         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6758         string.
6759         (gnus-button-url-regexp): Improve handling of parenthesis.
6760         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6761         (gnus-button-handle-info-keystrokes): Handle index entries.
6762
6763 2008-03-15  Glenn Morris  <rgm@gnu.org>
6764
6765         * parse-time.el (parse-time-string): Simplify.
6766
6767 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6768
6769         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6770         Incoming* files.
6771
6772 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6773
6774         * auth-source.el (auth-sources): Rename from auth-source-choices.
6775         (auth-source-pick): Use it.
6776
6777 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6778
6779         * binhex.el (binhex-decode-region-internal):
6780         * uudecode.el (uudecode-decode-region-internal):
6781         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6782         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6783         setting default-enable-multibyte-characters.
6784
6785 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6786
6787         * auth-source.el (auth-source-protocols)
6788         (auth-source-protocols-customize, auth-source-choices): Add and
6789         modified variable customizations and defaults.
6790         (auth-source-pick, auth-source-user-or-password)
6791         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6792         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6793         (auth-source-user-or-password-sftp)
6794         (auth-source-user-or-password-smtp): Use new variables and provide an
6795         interface to netrc.el.
6796
6797 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6798
6799         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6800         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6801         Make sure the nntp port to specify is a string.
6802
6803 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6804
6805         * nntp.el: Use with-current-buffer.
6806         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6807         dubious mm-with-unibyte-current-buffer.
6808         (nntp-with-open-group-function): New function extracted from
6809         nntp-with-open-group macro.
6810         (nntp-with-open-group): Use the function, so it's easier to debug.
6811         Add indentation and debugging info.
6812         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6813         Recommend the use of the netcat alternatives.
6814
6815         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6816         Avoid mm-string-as-multibyte as well.
6817
6818         * nnweb.el (nnweb-insert-html):
6819         Remove use of nnheader-string-as-multibyte.
6820
6821         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6822         (nnheader-string-as-multibyte): Remove.
6823
6824         * mm-view.el: Use inhibit-read-only.
6825         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6826         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6827         or unibyte-string.
6828
6829         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6830         (mm-uu-yenc-extract): Use with-current-buffer.
6831
6832         * gnus-soup.el (gnus-soup-send-packet): Don't use
6833         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6834
6835         * nnmh.el: Use with-current-buffer.
6836         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6837         mm-string-as-multibyte on the output of mm-encode-coding-string.
6838
6839         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6840         (nnimap-request-move-article): Use with-current-buffer.
6841
6842         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6843         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6844         conversion uses string-make-unibyte rather than string-as-unibyte.
6845
6846         * gnus-msg.el: Use with-current-buffer.
6847
6848         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6849
6850 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6851
6852         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6853         string for caching if it is 'PIN.
6854
6855 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6856
6857         * lpath.el: Consider the case without Emacs/W3.
6858
6859 2008-03-08  Glenn Morris  <rgm@gnu.org>
6860
6861         * time-date.el (date-to-time, time-subtract, time-add)
6862         (safe-date-to-time): Doc fixes.
6863
6864 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6865
6866         * mail-source.el (mail-source-delete-old-incoming-confirm):
6867         Change default to nil.
6868         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6869
6870 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6871
6872         * lpath.el: Rearrange.
6873
6874         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6875         (gnus-article-goto-prev-page): Work for articles having ^L's.
6876
6877         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6878
6879         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6880
6881 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6882
6883         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6884         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6885         (gnus-bookmark-jump): Adjust some variable names.
6886
6887 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6888
6889         * auth-source.el: New package.
6890         (auth-source-choices): Add customization entry point variable.
6891
6892         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6893         bug.
6894
6895 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6896
6897         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6898         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6899         (gnus-registry-install-shortcuts): Rename from
6900         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6901         the `gnus-registry-mark-map' keymap dynamically from
6902         `gnus-registry-marks'.  The generated functions update the summary line
6903         when a registry mark is added or deleted, and will call
6904         `gnus-registry-install-p' (see the comments in the code).
6905         (gnus-registry-user-format-function-M): Use concat intelligently.
6906
6907         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6908         the registry mark functions.
6909
6910 2008-03-05  Glenn Morris  <rgm@gnu.org>
6911
6912         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6913         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6914         gnus-art.
6915         (top-level): No need to load own source when compiling.
6916
6917 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6918
6919         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6920         Suggested by <chris.anderton@zetnet.co.uk>.
6921
6922 2008-03-04  Glenn Morris  <rgm@gnu.org>
6923
6924         * gnus-sum.el (top-level): No need to require gnus when compiling,
6925         since unconditionally required near start of file.
6926         (gnus-summary-display-while-building): Move definition before use.
6927
6928 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6929
6930         * gnus-registry.el (gnus-registry-user-format-function-M):
6931         Add formatting function.
6932
6933 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6934
6935         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
6936         with plists.
6937         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6938         Use new format.
6939
6940 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6941
6942         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6943         `where-is-internal' that returns a range of key sequences.
6944
6945 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6946
6947         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6948
6949         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6950         (gnus-summary-jump-to-group): Consider windows on other displayed
6951         frames as well.  Similar changes might be needed elsewhere, but that's
6952         the one I've bumped into during my use.
6953
6954         * nndoc.el (nndoc-oe-dbx-type-p):
6955         * gnus-msg.el (gnus-debug):
6956         * gnus-group.el (gnus-update-group-mark-positions):
6957         Use mm-string-to-multibyte.
6958
6959 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6960
6961         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6962         doesn't handle NotDashEscaped.
6963
6964         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6965         (mml-dnd-attach-options): Fix typo in custom choice.
6966
6967         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
6968         Change nndoc-article-type to mbox.
6969         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6970
6971         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6972         to nil, instead of html2text.
6973
6974         * imap.el (imap-debug): Add `imap-ping-server'.
6975
6976         * gnus-bookmark.el: Add FIXMEs.
6977
6978         * message.el (message-form-letter-separator)
6979         (message-send-form-letter-delay): New variables.
6980         (message-send-form-letter): Use them.  New command to send form
6981         letters.  Requested by Uwe Siart.
6982         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6983
6984 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6985
6986         * Update copyright years.
6987
6988 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6989
6990         Sync from EMACS_22_BASE.
6991
6992         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6993
6994 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6995
6996         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6997         empty author.
6998
6999 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7000
7001         * gnus-registry.el (gnus-registry-marks): Add variable for
7002         customization of marks and their appearance.
7003         (gnus-registry-read-mark): Use it.
7004         (gnus-registry-do-marks): Add utility function to loop through
7005         `gnus-registry-marks'.
7006         (gnus-registry-install-shortcuts-and-menus): Add function to install
7007         shortcuts and menus.
7008         (gnus-registry-initialize): Use it.
7009         (gnus-registry-default-mark): Clarify documentation.
7010
7011 2008-02-29  Glenn Morris  <rgm@gnu.org>
7012
7013         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7014         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7015         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7016         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7017         Change defcustom :version from 23.0 to 23.1.
7018
7019 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7020
7021         * gnus-registry.el (gnus-registry-follow-group-p)
7022         (gnus-registry-post-process-groups): Add functions to aid registry
7023         splitting and improve logging.  Clarify behavior in function
7024         documentation.
7025         (gnus-registry-split-fancy-with-parent): Use them.
7026
7027 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7028
7029         * gnus-art.el: Use with-current-buffer.
7030
7031 2008-02-27  David Engster  <dengste@eml.cc>
7032
7033         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7034         Express real group name in the response.
7035
7036 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7037
7038         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7039         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7040         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7041         autoload gnus-registry-fetch-group when compiling.
7042         (nnmairix-request-group-with-article-number-correction):
7043         Remove unreferenced argument passed to nnmairix-call-backend.
7044
7045 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7046
7047         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7048         (mm-uu-extract): Improve face for low color ttys.
7049         Reported by Sascha Wilde.
7050
7051 2008-02-27  Glenn Morris  <rgm@gnu.org>
7052
7053         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7054         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7055         variables to defconsts.  Convert comments to doc-strings.
7056         (nnmairix-last-server, nnmairix-current-server): Convert from free
7057         variables to defvars.  Convert comments to doc-strings.
7058         (gnus-registry-fetch-group): Autoload.
7059         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7060         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7061         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7062         caddr.
7063         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7064         nnmairix-request-group-with-article-number-correction call.
7065         (nnmairix-fast, nnmairix-group): New, less general names, for free
7066         variables passed from nnmairix-request-group to
7067         nnmairix-request-group-with-article-number-correction.  Declare.
7068         (nnmairix-request-group-with-article-number-correction):
7069         Use nnmairix-fast, nnmairix-group rather than fast, group.
7070
7071 2008-02-26  David Engster  <dengste@eml.cc>
7072
7073         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7074         version 0.5.
7075
7076 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7077
7078         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7079         instead of making an extra function call.  Don't add the current group
7080         to articles only when they have the group.  Use
7081         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7082         Reported by David <de_bb@arcor.de>.
7083
7084 2008-02-24  Miles Bader  <miles@gnu.org>
7085
7086         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7087         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7088         (mm-find-mime-charset-region):
7089         * mm-bodies.el (mm-encode-body):
7090         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7091
7092 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7093
7094         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7095         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7096
7097 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7098
7099         * mail-source.el (mail-source-delete-incoming): Change default.
7100         Supplement doc string.
7101
7102         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7103
7104 2008-02-14  Glenn Morris  <rgm@gnu.org>
7105
7106         * time-date.el (format-seconds): New function.
7107
7108 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7109
7110         * nnmail.el (nnmail-message-id-cache-file): Derive from
7111         `gnus-home-directory'.
7112
7113 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7114
7115         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7116         Document negative prefix.
7117
7118         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7119
7120 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7121
7122         * message.el (message-unsent-separator): Add the Exim bounce
7123         separator.
7124
7125 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7126
7127         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7128         list.
7129         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7130         recipient/signer list.
7131
7132 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7133
7134         * Makefile.in (datarootdir): Define.
7135         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7136         name that might contain whitespace.
7137
7138 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7139
7140         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7141         fbound (Emacs 23 unicode), signal an error.
7142
7143 2008-02-08  Glenn Morris  <rgm@gnu.org>
7144
7145         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7146
7147 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7148
7149         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7150         ports to the calls to `netrc-machine-user-or-password' in addition to
7151         "imap" and "imaps".
7152
7153 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7154
7155         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7156
7157         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7158
7159 2008-02-01  Kenichi Handa  <handa@m17n.org>
7160
7161         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7162         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7163         (rfc2104-hash): Convert the result of concat to unibyte string.
7164
7165 2008-02-01  Dave Love  <fx@gnu.org>
7166
7167         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7168         coding-system-for-read.
7169         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7170
7171 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7172
7173         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7174         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7175         <hanche@math.ntnu.no>.
7176
7177 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7178
7179         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7180
7181         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7182
7183 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7184
7185         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7186         * message.el (message-beginning-of-line): Use featurep instead of bound
7187         tests in order to resolve conditionals at compile time.
7188
7189 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7190
7191         * mail-source.el (mail-sources): Add `group' choice.
7192
7193         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7194         parameter `in-group' to control into which group the articles go.
7195         Add treatment of `group' mail-source.
7196
7197 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7198
7199         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7200
7201         * mm-decode.el (mm-dissect-buffer): Decode description.
7202
7203         * mml.el (mml-to-mime): Encode message header first.
7204
7205 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7206
7207         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7208         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7209
7210         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7211         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7212
7213 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7214
7215         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7216
7217 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7218
7219         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7220         prefix keys.
7221         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7222         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7223         gnus-xmas.el.
7224
7225         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7226         (gnus-xmas-article-describe-bindings): New function.
7227         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7228         gnus-xmas-article-describe-bindings.
7229
7230         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7231
7232 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7233
7234         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7235         Add new variables for article mark management.
7236         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7237         list of extra data entries which, when present, will indicate that the
7238         article ID should not be trimmed from the registry.
7239         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7240         functions.
7241         (gnus-registry-read-mark): New function to read a mark name from the
7242         user.
7243         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7244         (gnus-registry-set-article-mark-internal): New functions to add and
7245         remove marks.
7246         (gnus-registry-get-article-marks): New function to show the marks for
7247         an article, or retrieve them for further use.
7248
7249 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7250
7251         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7252         keys when no argument is given.
7253
7254 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7255
7256         * imap.el (imap-ping-server): New variable.
7257         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7258         (imap-ping-server): Minor doc string fixes.
7259
7260 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7261
7262         * imap.el (imap-ping-server): New function.
7263         (imap-opened): Call imap-ping-server.
7264
7265 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7266
7267         * gnus-sum.el (gnus-article-sort-by-random)
7268         (gnus-thread-sort-by-random): Fix doc strings.
7269         Reported by jidanni@jidanni.org.
7270
7271 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7272
7273         * gnus-art.el (gnus-article-describe-bindings): New function.
7274         (gnus-article-read-summary-keys): Use it.
7275         (gnus-article-mode-map): Bind `C-h b' to it.
7276
7277 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7278
7279         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7280         XEmacs.
7281         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7282         Protect against non-character events.
7283
7284         * lpath.el: Fbind map-keymap for Emacs 21.
7285
7286 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7287
7288         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7289         New command.
7290         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7291         instead of END.  Change name of the temp file.
7292         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7293         customizable.
7294
7295 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7296
7297         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7298         bind `S W' to gnus-article-wide-reply-with-original; set default
7299         binding to gnus-article-read-summary-send-keys.
7300         (gnus-article-read-summary-keys): Fix the order of keys; display
7301         continuation keys correctly in the echo area; describe bindings
7302         correctly when keys end with `C-h'.
7303         (gnus-article-read-summary-send-keys): New function.
7304         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7305         Work for gnus-article-read-summary-send-keys; display continuation keys
7306         correctly in the echo area.
7307         (gnus-article-reply-with-original): Ignore prefix argument.
7308         (gnus-article-wide-reply-with-original): New function.
7309
7310         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7311         Emacs 21.
7312
7313 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7314
7315         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7316         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7317
7318 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7319
7320         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7321         (gnus-group-read-ephemeral-gmane-group): New command.
7322
7323 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7324
7325         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7326
7327 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7328
7329         * message.el (message-send-mail-function): Increase custom version.
7330
7331         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7332         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7333
7334 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7335
7336         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7337         for the cases where imap-authenticate is called with a nil buffer
7338         parameter.
7339
7340 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7341
7342         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7343         html parts correctly; support forwarded messages.
7344         (gnus-article-browse-html-article): Remove work buffers.
7345
7346         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7347         compiling.
7348         (netrc-bound-and-true-p): New macro.
7349         (netrc-parse): Use it instead of bound-and-true-p that is not available
7350         in XEmacs 21.4.
7351
7352 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7353
7354         * gnus-registry.el (gnus-registry-mark-article)
7355         (gnus-registry-article-marks): Add functionality to mark articles
7356         through the Gnus registry.
7357
7358         * encrypt.el: Clarify documentation for the new pgg method.
7359         (encrypt-file-alist): Add PGG option.
7360         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7361         functionality.  Abstract password key and messaging to external
7362         functions.
7363         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7364         (encrypt-message-method-and-cipher): Add new convenience external
7365         functions.
7366         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7367         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7368
7369         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7370         (netrc-parse): Use encrypt-file-alist to determine if
7371         encrypt-find-model or encrypt-insert-file-contents should be used.
7372
7373         * encrypt.el: Clarify documentation.  Load password-cache or
7374         password, whichever one is found first, instead of autoloading.
7375
7376 2007-12-19  Glenn Morris  <rgm@gnu.org>
7377
7378         * mml.el (message-options-set, message-narrow-to-head)
7379         (message-in-body-p, message-mail-p, message-encode-message-body):
7380         Autoload.
7381         (message-remove-header, message-narrow-to-headers-or-head)
7382         (message-subscribed-p, message-make-mail-followup-to)
7383         (message-position-on-field, message-news-p)
7384         (message-options-set-recipient, message-generate-headers)
7385         (message-sort-headers): Declare as functions.
7386
7387 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7388
7389         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7390         convention in doc string.
7391
7392 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7393
7394         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7395         title to html parts.
7396         (gnus-article-browse-html-article): Pass message header to it.
7397
7398         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7399
7400 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7401
7402         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7403         or password compatible with XEmacs.
7404
7405 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7406
7407         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7408         format document.
7409         (gnus-mime-delete-part): Don't write description line if empty.
7410         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7411
7412 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
7413
7414         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7415         (gnus-summary-mark-read-and-unread-as-read)
7416         (gnus-summary-mark-current-read-and-unread-as-read)
7417         (gnus-summary-mark-unread-as-ticked): Doc fix.
7418         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7419
7420 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7421
7422         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7423         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7424
7425 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7426
7427         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7428         yes-or-no-p.
7429
7430 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7431
7432         * mm-decode.el (mm-add-meta-html-tag): New function.
7433         (mm-save-part-to-file, mm-pipe-part): Use it.
7434
7435         * gnus-art.el (gnus-article-browse-delete-temp-files):
7436         Use gnus-y-or-n-p instead of y-or-n-p.
7437         (gnus-article-browse-html-parts): Work with message/external-body; use
7438         mm-add-meta-html-tag.
7439
7440 2007-12-11  Glenn Morris  <rgm@gnu.org>
7441
7442         * gnus-cache.el: Require gnus-sum not just when compiling.
7443
7444         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7445
7446         * gnus-int.el (gnus-server-opened, gnus-status-message):
7447         Move definitions before use.
7448
7449         * mm-decode.el: Require gnus-util.
7450         (mm-remove-part): Only call delete-annotation on XEmacs.
7451
7452         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7453
7454         * nnmail.el: Require gnus-int.
7455
7456         * spam.el: Move `require's before `eval-when-compile's.
7457
7458         * gnus-ems.el (gnus-alive-p):
7459         * gnus-fun.el (message-goto-eoh):
7460         * gnus-util.el (gnus-group-name-decode):
7461         * mail-source.el (gnus-compress-sequence):
7462         * message.el (Info-goto-node, format-spec):
7463         * mm-bodies.el (message-options-get):
7464         * mm-decode.el (mm-view-pkcs7):
7465         * mm-util.el (gmm-write-region):
7466         * mml-smime.el (mml-compute-boundary)
7467         (gnus-completing-read-with-default):
7468         * mml.el (widget-button-press, gnus-make-hashtable):
7469         * mml1991.el (mm-decode-content-transfer-encoding)
7470         (mm-encode-content-transfer-encoding)
7471         (message-options-get, message-options-set):
7472         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7473         * nnfolder.el (gnus-request-group):
7474         * nnheader.el (ietf-drums-unfold-fws):
7475         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7476         * smime.el (gnus-run-mode-hooks):
7477         * spam-stat.el (gnus-message): Autoload.
7478
7479         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7480         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7481         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7482         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7483         Add declare-function compatibility definition.
7484
7485         * gnus-cache.el (nnvirtual-find-group-art):
7486         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7487         (gnus-add-image, gnus-add-wash-type):
7488         * gnus-group.el (nnkiboze-score-file):
7489         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7490         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7491         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7492         (message-tokenize-header, gnus-get-buffer-create)
7493         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7494         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7495         * gnus.el (gnus-group-decoded-name):
7496         * mail-source.el (imap-capability):
7497         * mm-bodies.el (message-options-set):
7498         * mm-decode.el (gnus-configure-windows):
7499         * mm-extern.el (message-goto-body):
7500         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7501         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7502         (epg-sub-key-validity, message-options-set):
7503         * mml.el (widget-event-point, gnus-configure-windows):
7504         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7505         * mml2015.el (epg-check-configuration, epg-configuration)
7506         (message-options-set):
7507         * nndb.el (nndb-request-article):
7508         * nnfolder.el (gnus-request-create-group):
7509         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7510         * nnmaildir.el (gnus-group-mark-article-read):
7511         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7512         * rfc1843.el (message-fetch-field):
7513         * spam.el (gnus-extract-address-components):
7514         Declare as functions.
7515
7516 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7517
7518         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7519
7520         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7521
7522         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7523         bind show-trailing-whitespace for XEmacs.
7524
7525 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7526
7527         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7528         new no-op macro for backward compatibility.
7529
7530         * imap.el (imap-string-to-integer): New function.
7531
7532 2007-12-09  Glenn Morris  <rgm@gnu.org>
7533
7534         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7535
7536         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7537         * message.el, mm-view.el, sieve-manage.el, smime.el:
7538         Add declare-function compatibility definition.
7539
7540         * gnus-art.el (w3-region, w3m-region, Info-menu):
7541         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7542         * gnus-sum.el (gnus-get-predicate):
7543         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7544         * message.el (mail-abbrev-in-expansion-header-p):
7545         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7546         (w3m-detect-meta-charset, w3m-region):
7547         * sieve-manage.el (password-read, password-cache-add)
7548         (password-cache-remove):
7549         * smime.el (password-read-and-add): Declare as functions.
7550
7551 2007-12-08  David Kastrup  <dak@gnu.org>
7552
7553         * gnus-sum.el (gnus-summary-simplify-subject-query):
7554         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7555         `message'.
7556
7557 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7558
7559         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7560         it to bind idna-program, installation-directory, defined-colors, and
7561         face-attribute for XEmacs of the version that compiles defcustom forms.
7562
7563 2007-12-07  Glenn Morris  <rgm@gnu.org>
7564
7565         * gnus-art.el (article-make-date-line): Revert previous change.
7566
7567 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7568
7569         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7570
7571 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7572
7573         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7574         Call gnus-add-to-range ranges only once with a prepared article-list.
7575
7576 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7577
7578         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7579         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7580         group names with backslashes.
7581         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7582
7583 2007-12-06  Deepak Goel  <deego3@gmail.com>
7584
7585         * gnus-art.el (article-make-date-line):
7586         * gnus-start.el (gnus-load):
7587         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7588
7589 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7590
7591         * gnus-art.el (gnus-use-idna)
7592         * gnus-start.el (gnus-site-init-file)
7593         * message.el (message-use-idna)
7594         * mm-uu.el (mm-uu-hide-markers)
7595         * smiley.el (smiley-style): Revert changes that suppress warnings.
7596
7597 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7598
7599         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7600         specify charset to html source.
7601         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7602
7603 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7604
7605         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7606         idna-program in order to suppress byte compile warning issued by XEmacs
7607         that came to byte compile the default value section of defcustom forms
7608         recently.
7609
7610         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7611         value of installation-directory.
7612
7613         * message.el (message-use-idna): Don't directly refer to the value of
7614         idna-program.
7615
7616         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7617
7618         * smiley.el (smiley-style): Don't directly call face-attribute.
7619
7620 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7621
7622         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7623
7624         * gnus-dired.el: Reduce Gnus dependencies.
7625         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7626         Don't require.  Use autoloads instead.
7627         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7628         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7629         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7630         (gnus-dired-mode): Adjust doc string.
7631         (gnus-dired-mail-mode): New variable.
7632         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7633         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7634         (gnus-dired-mail-buffers): New function.  Return mail or message
7635         composition buffers.
7636         (gnus-dired-attach): Use it.
7637         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7638         NO-DECODE.
7639         (gnus-dired-print): Use `gnus-print-buffer' depending on
7640         `gnus-dired-mail-mode'.
7641
7642 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7643
7644         * rfc2047.el (rfc2047-encoded-word-regexp)
7645         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7646         explaining what regexp patterns are for.
7647
7648 2007-12-04  Glenn Morris  <rgm@gnu.org>
7649
7650         * password.el: Move to password-cache.el.
7651
7652         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7653         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7654         * mml-smime.el (password-read, password-cache-add)
7655         (password-cache-remove):
7656         No need to autoload, since mml-sec requires password.
7657
7658         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7659         * message.el (gnus-extract-address-components):
7660         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7661
7662         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7663         password.
7664
7665 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7666
7667         * mailcap.el: Reduce dependencies.
7668         (mail-header-parse-content-type): Autoload.
7669         (mailcap-delete-duplicates): New alias.
7670         (mailcap-mime-info): Add optional argument NO-DECODE.
7671         (mailcap-mime-types): Use mailcap-delete-duplicates.
7672
7673         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7674
7675 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7676
7677         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7678         (imap-parse-status): Upcase status-att for servers that sends them
7679         lower-case (e.g., MS Exchange 2007).
7680
7681 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7682
7683         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7684         function.
7685
7686         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7687         (gnus-uu-yenc-article): New function.
7688
7689         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7690
7691         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7692
7693 2007-12-02  Glenn Morris  <rgm@gnu.org>
7694
7695         * binhex.el (binhex): New custom group.
7696         (binhex-decoder-program, binhex-decoder-switches)
7697         (binhex-use-external): Move to the binhex custom group.
7698
7699         * uudecode.el (uudecode): New custom group.
7700         (uudecode-decoder-program, uudecode-decoder-switches)
7701         (uudecode-use-external): Move to the uudecode custom group.
7702
7703         * netrc.el (top-level): Don't load `encrypt' features.
7704         (netrc-parse): Don't use encrypt.
7705         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7706
7707         * encrypt.el: Remove file.
7708
7709 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7710
7711         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7712         matches on patches.
7713
7714         * gnus-art.el (gnus-article-browse-html-article):
7715         Mention `mm-text-html-renderer' in the doc string.
7716
7717         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7718         string.  Add comments.
7719
7720         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7721         if rhs is ASCII.
7722
7723 2007-12-01  Glenn Morris  <rgm@gnu.org>
7724
7725         * mail-source.el (top-level): Require format-spec before
7726         eval-when-compile.
7727
7728 2007-11-30  Glenn Morris  <rgm@gnu.org>
7729
7730         * encrypt.el: Require password, rather than autoloading password-read.
7731
7732 2007-11-29  Glenn Morris  <rgm@gnu.org>
7733
7734         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7735         (sasl-make-client, sasl-next-step, sasl-step-data)
7736         (sasl-step-set-data): Declare as functions.
7737
7738 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7739
7740         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7741
7742 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7743
7744         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7745         certs should be verified and what is to be done in the event of a
7746         verification failure.
7747
7748         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7749         caller can indicate whether the cache should be disregarded for this
7750         call.  This way the result of the call is reproducible at all times and
7751         can be considered a canonical server name for the supplied method.
7752         (gnus-agent-method-p): Canonicalize server names by pushing their
7753         method through `gnus-method-to-server' using the no-cache argument.
7754
7755         * gnus-srvr.el (gnus-server-insert-server-line):
7756         Call `gnus-method-to-server' with `no-cache' argument.
7757
7758         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7759         gnus-agent-possibly-synchronize-flags as this should be called when the
7760         server is actually being opened.
7761         (gnus-agent-possibly-synchronize-flags)
7762         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7763         flags file of an agentized server to the latter function.
7764
7765         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7766         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7767         after a connection has been established successfully.
7768
7769 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7770
7771         * gnus-art.el (article-display-face): Force to display face if called
7772         interactively; check if gnus-article-x-face-too-ugly matches author.
7773         (article-display-x-face): Display face even if From header is missing
7774         as article-display-face does.
7775
7776 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7777
7778         * hashcash.el (message-narrow-to-headers-or-head)
7779         (message-fetch-field, message-goto-eoh)
7780         (message-narrow-to-headers): Declare as functions.
7781
7782 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7783
7784         * mail-source.el (mail-sources): Default to fetch from file for
7785         compatibility with default of nnmail-spool-file.
7786
7787 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7788
7789         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7790         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7791         to look for encoded word that should be encoded again.
7792         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7793         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7794         encoding pattern.
7795         (rfc2047-decode-region): Switch strict regexp and loose one according
7796         to rfc2047-allow-irregular-q-encoded-words.
7797
7798 2007-11-25  Romain Francoise  <romain@orebokech.com>
7799
7800         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7801
7802 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7803
7804         * tls.el (tls-program): Provide more custom choices from
7805         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7806         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7807
7808 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7809
7810         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7811         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7812
7813         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7814         `nnmail-spool-file'.
7815
7816         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7817         `nnmail-spool-file'.
7818
7819         * gnus-move.el (gnus-change-server): Ditto.
7820
7821         * gnus-kill.el (gnus-batch-score): Ditto.
7822
7823         * gnus-cache.el (gnus-jog-cache): Ditto.
7824
7825         * gnus-msg.el (gnus-summary-reply):
7826         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7827
7828 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7829
7830         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7831         version.  Minor improvement to doc strings.
7832         (tls-program): Add comment.
7833
7834 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7835
7836         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7837         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7838         mismatch between the hostname provided in the certificate and the name
7839         of the host connnecting to.
7840         (open-tls-stream): Use them.  Check certificates against trusted root
7841         certificates.
7842
7843 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7844
7845         * gnus-cache.el (gnus-cache-generate-nov-databases):
7846         Use nnml-generate-nov-databases-directory instead of
7847         nnml-generate-nov-databases-1.
7848
7849 2007-11-24  Glenn Morris  <rgm@gnu.org>
7850
7851         * message.el (message-tool-bar-retro): Update for rename
7852         mail_send.xpm->mail-send.xpm.
7853
7854 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7855
7856         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7857         `smime-ldap-search' for Emacs 22 and up.
7858
7859 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7860
7861         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7862
7863         * message.el (message-send-mail-function): Fix error convention.
7864         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7865         (message-widen-reply, message-send-mail, message-talkative-question)
7866         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7867         (message-clone-locals, message-send-news): Use with-current-buffer.
7868         (message-insert-or-toggle-importance): Remove unused var `valid'.
7869         (message-make-references): Remove unused var `new-references'.
7870         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7871
7872 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7873
7874         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7875         (spam-split-symbolic-return-positive): Reflow docstring.
7876         (spam-backends, spam-summary-exit-behavior)
7877         (spam-mark-ham-unread-before-move-from-spam-group)
7878         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7879         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7880         (spam-clear-cache, spam-backend-check, spam-install-backend)
7881         (spam-install-statistical-backend, spam-list-of-processors)
7882         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7883         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7884         (spam-check-crm114, spam-initialize, spam-unload-hook):
7885         Fix typos in docstrings.
7886
7887 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7888
7889         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7890         been checked if they have never been read and those group levels are
7891         higher than the one that a user specified.
7892
7893 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7894
7895         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7896         foreign groups unless a group level is specified by a user.
7897         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7898
7899 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7900
7901         * message.el (message-send-mail-function): Require sendmail.
7902
7903 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7904
7905         * message.el (message-send-mail-function): Check for smtpmail too.
7906
7907         * utf7.el (utf7-encode, utf7-decode): Use coding system
7908         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7909
7910         * message.el (message-send-mail-function): New function.
7911         (message-send-mail-function): Set default using
7912         message-send-mail-function.  Adjust doc string.
7913         (message-send-mail-with-mailclient): New function.
7914
7915 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7916
7917         * smime.el (from):
7918         * rfc2047.el (message-posting-charset):
7919         * qp.el (mm-use-ultra-safe-encoding):
7920         * pop3.el (parse-time-months):
7921         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7922         * nnml.el (files):
7923         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7924         (jka-compr-compression-info-list, ange-ftp-path-format)
7925         (efs-path-regexp):
7926         * nndiary.el (files):
7927         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7928         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7929         (epg-digest-algorithm-alist, inhibit-redisplay)
7930         (password-cache-expiry):
7931         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7932         (pgg-output-buffer, password-cache-expiry):
7933         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7934         (efs-path-regexp):
7935         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7936         (inhibit-redisplay):
7937         * mm-uu.el (file-name, start-point, end-point, entry)
7938         (gnus-newsgroup-name, gnus-newsgroup-charset):
7939         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7940         (latin-unity-ucs-list):
7941         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7942         (mm-uu-binhex-decode-function):
7943         * message.el (gnus-message-group-art, gnus-list-identifiers)
7944         (rmail-enable-mime-composing, gnus-local-organization)
7945         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7946         (gnus-read-active-file, facemenu-add-face-function)
7947         (facemenu-remove-face-function, gnus-article-decoded-p)
7948         (tool-bar-mode):
7949         * mail-source.el (display-time-mail-function):
7950         * gnus-util.el (nnmail-pathname-coding-system)
7951         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7952         (gnus-original-article-buffer, gnus-user-agent)
7953         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7954         (xemacs-codename, sxemacs-codename, emacs-program-version):
7955         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7956         * gnus-start.el (gnus-agent-covered-methods)
7957         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7958         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7959         (gnus-newsgroup-headers, gnus-group-list-mode)
7960         (gnus-group-mark-positions, gnus-newsgroup-data)
7961         (gnus-newsgroup-unreads, nnoo-state-alist)
7962         (gnus-current-select-method, mail-sources)
7963         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7964         (nnmail-spool-file, gnus-cache-active-hashtb):
7965         * gnus-mh.el (mh-lib-progs):
7966         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7967         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7968         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7969         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7970         (gnus-group-buffer):
7971         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7972         (font-lock-set-defaults):
7973         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7974         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7975         (gnus-summary-post-menu, total-parts, type, condition, length):
7976         * gnus-agent.el (gnus-agent-read-agentview):
7977         * flow-fill.el (show-trailing-whitespace):
7978         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7979         eval-and-compile wrappers for byte compiler pacifiers.
7980
7981         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7982         (mm-display-inline-fontify): Check for featurep 'xemacs not
7983         extent-list.
7984
7985         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7986         itimer-list.
7987         (mm-create-image-xemacs): Only do something for XEmacs.
7988         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7989
7990         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7991
7992         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7993         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7994
7995 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7996
7997         * nnimap.el (nnimap-split-download-body):
7998         * gnus-demon.el (gnus-demon):
7999         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8000
8001 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8002
8003         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8004         New macros.
8005         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8006         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8007         copy data from unibyte buffer to multibyte current buffer.
8008         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8009         to copy data from unibyte current buffer to multibyte buffer.
8010         (nntp-make-process-buffer): Make process buffer unibyte.
8011
8012         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8013
8014 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8015
8016         * pop3.el (pop3-open-server): Accept and process data more robustly at
8017         connexion start to avoid spurious "POP SSL connexion failed" errors.
8018
8019 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8020
8021         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8022         read group names.
8023
8024 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8025
8026         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8027
8028 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8029
8030         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8031         (nnmail-save-active): Use a unibyte buffer when saving active file,
8032         which may contain non-ASCII group names.
8033
8034         * nnml.el (nnml-request-group): Decode group names in messages.
8035
8036 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8037
8038         * message.el (message-citation-line-function)
8039         (message-insert-formatted-citation-line): Fix spelling of
8040         `message-insert-formated-citation-line'.
8041
8042 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8043
8044         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8045
8046 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8047
8048         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8049         nnmail-pathname-coding-system.
8050
8051         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8052         that a user enters; decode group names in messages.
8053
8054         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8055
8056 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8057
8058         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8059
8060         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8061
8062         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8063         risky local variable.
8064
8065         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8066
8067 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8068
8069         * encrypt.el: Improve documentation to fix function name typo.
8070         Reported by Daiki Ueno <ueno@unixuser.org>.
8071
8072 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8073
8074         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8075         even if the point is not in the last page of an article.
8076         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8077         back to the previous page.
8078
8079 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8080
8081         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8082
8083 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8084
8085         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8086
8087 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8088
8089         * message.el (message-check-news-body-syntax):
8090         Avoid mm-string-as-multibyte.
8091         (message-hide-headers): Don't assume (point-min)==1.
8092
8093 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8094
8095         * message.el (message-remove-blank-cited-lines): Fix if remove is
8096         given.
8097         (message-bogus-address-regexp): New variable.
8098         (message-bogus-recipient-p): New function.
8099         (message-check-recipients): New command.
8100         (message-syntax-checks): Add `bogus-recipient'.
8101         (message-fix-before-sending): Add `bogus-recipient'.
8102
8103         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8104         (gnus-treat-body-boundary): Don't test window-system.
8105
8106 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8107
8108         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8109
8110 2007-10-28  Miles Bader  <miles@gnu.org>
8111
8112         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8113         at compile-time too.
8114
8115 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8116
8117         * gnus-msg.el (gnus-message-setup-hook):
8118         Add `message-remove-blank-cited-lines' to options.
8119
8120 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8121
8122         * message.el (message-remove-blank-cited-lines): New function.
8123         Suggested by Karl Plästerer.
8124
8125 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8126
8127         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8128         mapc.
8129
8130         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8131         (top-level): Use mapc to set functions to be traced for debugging.
8132
8133         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8134         called for effect with while loop.
8135
8136         * message.el (message-talkative-question): Replace mapcar called for
8137         effect with mapc.
8138
8139         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8140         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8141         called for effect with dolist.
8142
8143         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8144
8145         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8146         gnus-extra-headers and nnmail-extra-headers.
8147
8148         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8149         called for effect with dolist.
8150         (top-level): Use mapc to set functions to be traced for debugging.
8151
8152         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8153         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8154         dolist.
8155
8156         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8157         Replace mapcar called for effect with mapc.
8158         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8159         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8160         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8161         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8162
8163         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8164         remove-if that's a cl function.
8165
8166         * webmail.el (webmail-debug): Replace mapcar called for effect with
8167         dolist.
8168
8169         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8170         with mapc.
8171
8172 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8173
8174         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8175         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8176         with while loop.
8177
8178         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8179         functions from article-* functions.
8180         (gnus-multi-decode-header): Replace mapcar called for effect with
8181         dolist.
8182
8183         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8184         (gnus-bookmark-show-details): Replace mapcar called for effect with
8185         while loop.
8186
8187         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8188         called for effect with while loop.
8189
8190         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8191         with dolist.
8192
8193         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8194         Replace mapcar called for effect with dolist.
8195
8196         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8197
8198         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8199         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8200         Replace mapcar called for effect with dolist.
8201         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8202         mapc.
8203
8204         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8205         Replace mapcar called for effect with dolist.
8206         (gnus-topic-list): Replace mapcar called for effect with mapc.
8207
8208         * gnus.el: Use mapc instead of mapcar to add autoloads.
8209
8210 2007-10-23  Richard Stallman  <rms@gnu.org>
8211
8212         * gnus-group.el (gnus-group-highlight): Mark as risky.
8213
8214 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8215
8216         * gnus.el (gnus-server-to-method): Return method found first in
8217         gnus-newsrc-alist.
8218
8219         * gnus-art.el (gnus-article-highlight-signature)
8220         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8221         button overlay without the front stickiness.
8222
8223 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8224
8225         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8226         overview buffer needed a catch to receive its throw.
8227         (gnus-agent-flush-cache): Declare as interactive to make this function
8228         easier to use.
8229
8230 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8231
8232         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8233         `next-line'.
8234
8235 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8236
8237         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8238         exclude address matching message-dont-reply-to-names.
8239
8240 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8241
8242         * gnus-util.el (gnus-string<): New function.
8243
8244         * gnus-sum.el (gnus-article-sort-by-author)
8245         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8246
8247 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8248
8249         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8250         the frame-focus tag is set in gnus-buffer-configuration.
8251
8252 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8253
8254         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8255         the front stickiness.
8256
8257 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8258
8259         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8260         url pattern; remove duplicate one.
8261         (gnus-article-extend-url-button): New function.
8262         (gnus-article-add-buttons): Use it.
8263         (gnus-button-push): Use concatenated url that it makes.
8264
8265 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8266
8267         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8268
8269 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8270
8271         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8272         Don't hardcode point-min==1.
8273
8274 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8275
8276         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8277         Fix comment about "iso8859-1".
8278
8279 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8280
8281         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8282         ones returned from the verify-function.
8283
8284         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8285         Call mml2015-extract-cleartext-signature if extraction failed.
8286
8287 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8288
8289         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8290         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8291         failed.
8292
8293 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8294
8295         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8296
8297 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8298
8299         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8300         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8301         recommends to use EasyPG instead of PGG.
8302
8303         * pgg.el: Revert to revision 6.23.2.16.
8304
8305         * pgg-def.el: Revert to revision 6.6.2.14.
8306
8307         * pgg-gpg.el: Revert to revision 6.23.2.34.
8308
8309 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8310
8311         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8312         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8313         thread for both the null and zero (kill/expire thread) universal prefix
8314         cases.
8315         (gnus-summary-expire-thread): Add new function to expire a thread,
8316         using gnus-summary-kill-thread.
8317         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8318         shortcuts for gnus-summary-expire-thread.
8319         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8320         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8321
8322 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8323
8324         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8325         extras value, so an extras entry can be deleted.
8326         (gnus-registry-delete-extra-entry): Use it.
8327         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8328         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8329         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8330         storage through the gnus-registry, and provide an appropriate API for
8331         it.
8332
8333 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8334
8335         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8336         Suggested by Leo <sdl.web@gmail.com>.
8337
8338         * gnus.el: Do.
8339
8340 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8341
8342         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8343         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8344
8345         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8346
8347         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8348         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8349
8350 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8351
8352         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8353         newline.
8354         (nnmbox-request-accept-article): Don't change article in source buffer;
8355         narrow to header to use message-fetch-field rather than
8356         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8357         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8358         as delimiters; make sure article ends with newline.
8359         (nnmbox-delete-mail): Correct last position of article to be deleted;
8360         ignore X-Gnus-Newsgroup header in article body.
8361         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8362         positions; make sure article ends with newline.
8363
8364         * message.el (message-display-abbrev): Don't infloop when a user
8365         inserts SPC in the beginning of header.
8366
8367         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8368         coding-system-for-read and coding-system-for-write for XEmacs having no
8369         file-coding feature.
8370
8371         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8372
8373 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8374
8375         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8376         list of groups not followed by default.  Fix type to be regexp.
8377         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8378
8379 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8380
8381         * hmac-def.el (define-hmac-function): Switch from old-style to
8382         new-style backquotes.
8383
8384         * md4.el (md4-make-step): Likewise.
8385
8386 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8387
8388         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8389         raw-text coding system when saving .newsrc file, which may contain
8390         non-ASCII group names.
8391
8392 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8393
8394         * gnus-cus.el (gnus-score-extra): New widget.
8395         (gnus-score-extra-convert): New function.
8396         (gnus-score-customize): Use it for Extra.
8397
8398 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8399
8400         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8401         (mml2015-mailcrypt-clear-verify): Use it.
8402         (mml2015-gpg-clear-verify): Use it.
8403         (mml2015-pgg-clear-verify): Use it.
8404         (mml2015-epg-clear-verify): Replace the current part with the output
8405         from GnuPG; don't extract the plaintext by itself.
8406
8407         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8408         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8409         mml2015-clear-verify-function; don't touch the armor headers or
8410         dash-escaped text here.
8411
8412 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8413
8414         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8415         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8416         parts, or application/octet-stream as a last resort.
8417         (gnus-mime-view-part-as-type): Don't toggle display.
8418         (gnus-mime-view-part-as-charset): Don't turn off display before
8419         querying charset.
8420
8421         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8422         stuff to undisplayer function in Emacs.
8423         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8424
8425         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8426         text/calendar parts.
8427
8428 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8429
8430         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8431         decoding text/calendar parts.
8432
8433         * message.el (message-forward-make-body-mime): Always mark body as
8434         having no illegible text; remove signed-or-encrypted argument.
8435         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8436
8437         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8438         (mml-generate-mime-1): Don't encode body if it is specified to be in
8439         raw form; don't make buffer be unibyte when inserting multibyte string.
8440
8441 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8442
8443         * sha1.el: Fix up comment style.
8444         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8445         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8446
8447         * hex-util.el: Fix up comment style.
8448         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8449
8450         * gnus-salt.el: Use with-current-buffer.
8451         (gnus-pick-setup-message): Fix long-standing typo.
8452
8453 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8454
8455         * imap.el (imap-logout-timeout): New variable.
8456         (imap-logout, imap-logout-wait): New functions.
8457         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8458
8459         * nnimap.el (nnimap-logout-timeout): New server variable.
8460         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8461         nnimap-logout-timeout.
8462
8463         * gnus-art.el (gnus-article-summary-command-nosave)
8464         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8465
8466 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8467
8468         * gnus.el (gnus-maximum-newsgroup): New variable.
8469
8470         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8471         according to gnus-maximum-newsgroup.
8472
8473         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8474         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8475         Limit the range of articles according to gnus-maximum-newsgroup.
8476
8477 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8478
8479         * gnus-art.el (gnus-sticky-article): Fix problems described in
8480         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8481         Don't perform gnus-configure-windows here; reuse existing sticky
8482         article buffer.
8483
8484         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8485         it doesn't exist in gnus-article-mode.
8486
8487 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8488
8489         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8490         (gnus-agent-decoded-group-name): New function.
8491         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8492         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8493
8494 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8495
8496         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8497         Add binding for gnus-sticky-article.
8498         (gnus-summary-exit): Don't kill sticky article buffers.
8499
8500         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8501         article buffer.
8502         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8503         (gnus-kill-sticky-article-buffers): New commands.
8504
8505 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8506
8507         * nntp.el (nntp-xref-number-is-evil): New server variable.
8508         (nntp-find-group-and-number): If it is non-nil, don't trust article
8509         numbers in the Xref header.
8510
8511 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8512
8513         * gnus-agent.el (gnus-agent-read-group): New function.
8514         (gnus-agent-flush-group, gnus-agent-expire-group)
8515         (gnus-agent-regenerate-group): Use it.
8516         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8517         nnmail-pathname-coding-system.
8518
8519 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8520
8521         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8522
8523         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8524         that are unread as unread, and also as selected so that information of
8525         marks having been changed by a user may be updated when exiting group.
8526
8527 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8528
8529         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8530
8531 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8532
8533         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8534         calculated ignoring signature parts to gnus-treat-article.
8535
8536 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8537
8538         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8539         a point here in order to keep the window start.
8540         (gnus-insert-mime-security-button): Make a button overlay without the
8541         front stickiness.
8542         (gnus-mime-display-security): Goto the end of a button.
8543
8544         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8545
8546 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8547
8548         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8549         group-name-at-point.
8550         (gnus-group-completing-read): New function that offers decoded
8551         non-ASCII group names for completion.
8552         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8553         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8554         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8555         (gnus-group-fetch-control): Use it.
8556         (gnus-fetch-group): Use group-name-at-point for the initial value
8557         rather than the default value; use gnus-alive-p.
8558
8559         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8560         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8561         (gnus-summary-post-news): Use gnus-group-completing-read.
8562
8563         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8564         (gnus-read-move-group-name): Decode group name for completion.
8565
8566 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8567
8568         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8569         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8570         Yamaoka slightly modified the code).
8571
8572 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8573
8574         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8575         (nnmail-split-incoming): Bind it.
8576
8577         * nnml.el (nnml-group-name-charset): New function.
8578         (nnml-decoded-group-name): Use it; don't decode group name if
8579         nnmail-group-names-not-encoded-p is non-nil.
8580         (nnml-encoded-group-name): New function.
8581         (nnml-group-pathname): Inline nnml-decoded-group-name.
8582         (nnml-request-expire-articles): Decode group name in message.
8583         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8584         nnmail-pathname-coding-system.
8585         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8586         not decoded ones according to nnmail-group-names-not-encoded-p.
8587         (nnml-generate-active-info): Use nnml-encoded-group-name.
8588
8589 2007-08-08  Glenn Morris  <rgm@gnu.org>
8590
8591         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8592         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8593         doc-strings and comments.
8594
8595 2007-07-25  Glenn Morris  <rgm@gnu.org>
8596
8597         * Relicense all FSF files to GPLv3 or later.
8598
8599 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8600
8601         * gnus-sum.el (gnus-summary-move-article):
8602         Make gnus-summary-respool-article work.
8603
8604 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8605
8606         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8607         string.
8608
8609 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8610
8611         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8612         that should be ignored when comparing distant RSS articles with local
8613         ones.
8614         (nnrss-make-hash-index): New function.  Create a hash index according
8615         to the ignored fields.
8616         (nnrss-check-group): Use it.
8617
8618 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8619
8620         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8621
8622         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8623
8624         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8625         the new optional argument ENCODED is non-nil.
8626         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8627         coding system for encoding group name.
8628         (gnus-group-make-rss-group): Pass un-encoded group name to
8629         gnus-group-make-group.
8630         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8631         encoded.
8632
8633         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8634         Encode group name to which articles are moved or copied.
8635         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8636         coding system for encoding Newsgroup, Followup-To and Xref headers.
8637
8638         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8639         marks; use nnheader-file-coding-system to write a file.
8640         (nnagent-retrieve-headers): Bind file-name-coding-system to
8641         nnmail-pathname-coding-system.
8642
8643         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8644
8645         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8646         (nnml-request-article, nnml-request-create-group)
8647         (nnml-request-rename-group, nnml-find-id)
8648         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8649         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8650         (nnml-save-marks): Use nnml-group-pathname instead of
8651         nnmail-group-pathname.
8652
8653         (nnml-request-create-group, nnml-request-expire-articles)
8654         (nnml-request-move-article, nnml-request-delete-group)
8655         (nnml-deletable-article-p, nnml-possibly-create-directory)
8656         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8657         (nnml-open-marks): Bind file-name-coding-system to
8658         nnmail-pathname-coding-system.
8659
8660         (nnml-request-article): Pass server argument to nnml-find-group-number.
8661         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8662         Pass server argument to nnml-possibly-create-directory.
8663         (nnml-request-accept-article): Pass server argument to
8664         nnml-active-number and nnml-save-mail.
8665         (nnml-find-group-number): Pass server argument to nnml-find-id.
8666         (nnml-request-update-info): Pass server argument to
8667         nnml-marks-changed-p.
8668
8669         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8670         (nnml-save-mail, nnml-active-number): Add server argument.
8671
8672         (nnml-request-delete-group): Warn if group is missing.
8673         (nnml-get-nov-buffer): Decode group name.
8674         (nnml-generate-active-info): Encode group name.
8675         (nnml-open-marks): Decode group name in messages.
8676
8677 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8678
8679         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8680         if it is not specified.
8681         (gnus-article-pipe-part, gnus-article-save-part)
8682         (gnus-article-interactively-view-part, gnus-article-copy-part)
8683         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8684         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8685         (gnus-article-replace-part, gnus-article-delete-part)
8686         (gnus-article-view-part-as-type): Pass raw prefix argument to
8687         gnus-article-part-wrapper.
8688
8689 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8690
8691         * gnus-agent.el (gnus-agent-save-active):
8692         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8693
8694         * gnus-cache.el (gnus-cache-save-buffers)
8695         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8696         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8697         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8698         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8699         (gnus-cache-generate-active, gnus-cache-rename-group)
8700         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8701         (gnus-cache-update-overview-total-fetched-for):
8702         Bind file-name-coding-system to nnmail-pathname-coding-system.
8703         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8704         New variables.
8705         (gnus-cache-decoded-group-name): New function.
8706         (gnus-cache-file-name): Use it.
8707         (gnus-cache-generate-active): Use non-decoded group name for active.
8708
8709         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8710         right place.
8711         (gnus-write-active-file): Don't break non-ASCII group names.
8712
8713         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8714         nnmail-pathname-coding-system.
8715
8716         * lpath.el: Bind default-file-name-coding-system,
8717         file-name-coding-system and language-info-alist for XEmacs.
8718
8719         * gnus-uu.el (gnus-uu-decode-save): Typo.
8720
8721 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8722
8723         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8724
8725 2007-07-14  David Kastrup  <dak@gnu.org>
8726
8727         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8728         finishing actions if we did not edit the article.
8729
8730 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8731
8732         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8733         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8734         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8735         (gnus-agent-flush-group, gnus-agent-flush-cache)
8736         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8737         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8738         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8739         (gnus-agent-regenerate-group)
8740         (gnus-agent-update-files-total-fetched-for)
8741         (gnus-agent-update-view-total-fetched-for):
8742         Bind file-name-coding-system to nnmail-pathname-coding-system.
8743         (gnus-agent-group-pathname): Don't encode file names by
8744         nnmail-pathname-coding-system.
8745         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8746         coding-system-for-write instead of buffer-file-coding-system to
8747         gnus-agent-file-coding-system.
8748
8749         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8750         Decode group name.
8751
8752         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8753
8754         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8755         (gnus-read-newsrc-el-file): Make group names unibyte.
8756
8757         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8758         nnmail-pathname-coding-system.
8759
8760         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8761         (nnrss-request-delete-group): Bind file-name-coding-system to
8762         nnmail-pathname-coding-system.
8763         (nnrss-read-server-data, nnrss-read-group-data):
8764         Bind file-name-coding-system correctly.
8765         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8766
8767         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8768         (nntp-server-to-method-cache): New variable.
8769         (nntp-group-pathname): New function that decodes non-ASCII group names.
8770         (nntp-possibly-create-directory, nntp-marks-changed-p)
8771         (nntp-save-marks, nntp-open-marks): Use it.
8772         (nntp-possibly-create-directory, nntp-open-marks):
8773         Bind file-name-coding-system to nnmail-pathname-coding-system.
8774         (nntp-open-marks): Decode group names when bootstrapping marks.
8775
8776         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8777         Newsgroups and Folowup-To headers.
8778
8779 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8780
8781         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8782         (gnus-server-closed-face, gnus-server-denied-face)
8783         (gnus-server-offline-face): Remove variable.
8784         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8785
8786         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8787         of modifying message-stack directly for XEmacs.
8788
8789         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8790         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8791         if the coding-system argument is nil for XEmacs.
8792
8793         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8794         mm-charset-override-alist.
8795
8796         * rfc2047.el: Don't require base64; require rfc2045 for the function
8797         rfc2045-encode-string.
8798         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8799         to quote the parameter value.
8800
8801 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8802
8803         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8804         form in gnus-group-name-charset-method-alist.
8805
8806         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8807         overrides the default layout edit-form.
8808
8809         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8810
8811         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8812
8813 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8814
8815         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8816         as unfetched articles.
8817
8818 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8819
8820         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8821
8822 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8823
8824         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8825         original back end that keeps marks in the local system.
8826
8827 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8828
8829         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8830         arg of pop-to-buffer for XEmacs.
8831         (gnus-article-read-summary-keys): Ditto; don't restore window
8832         configuration if summary command ends up with neither article buffer
8833         nor summary buffer; describe bindings if summary keys end with C-h.
8834
8835 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8836
8837         * message.el (message-fix-before-sending): Skip raw message part to be
8838         forwarded while checking illegible text.
8839         (message-forward-make-body-mime, message-forward-make-body):
8840         Mark signed or encrypted raw message as having no illegible text.
8841
8842 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8843
8844         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8845         (gnus-message-with-timestamp-1): New macro.
8846         (gnus-message-with-timestamp): New function.
8847         (gnus-message): Use them.
8848
8849         * nnheader.el (nnheader-message): Use them.
8850
8851 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8852
8853         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8854         .newsrc.eld file.
8855
8856 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8857
8858         * gnus-agent.el (gnus-agent-fetch-headers)
8859         (gnus-agent-retrieve-headers):
8860         Bind gnus-decode-encoded-address-function to identity.
8861
8862         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8863         available also when the server returns simply a dot.
8864
8865         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8866
8867 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8868
8869         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8870
8871 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8872
8873         * gnus-ems.el (gnus-x-splash): Make it work.
8874
8875         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8876         from being used.
8877
8878         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8879
8880 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8881
8882         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8883         4th and the 5th arguments.
8884
8885         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8886         the front stickiness.
8887         (gnus-article-summary-command-nosave): Correct the order of the
8888         arguments passed to pop-to-buffer.
8889         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8890         summary command ends up with the article buffer.
8891
8892         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8893         the same faces.
8894
8895 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8896
8897         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8898
8899 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8900
8901         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8902         * gnus-sum.el (gnus-summary-highlight):
8903         * pgg.el (pgg-sign-region, pgg-sign):
8904         * mail-source.el (mail-source-delete-old-incoming-confirm):
8905         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8906
8907 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8908
8909         * gnus-art.el (gnus-mime-view-part-externally)
8910         (gnus-mime-view-part-internally): Fix predicate function passed to
8911         completing-read.
8912
8913         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8914
8915         * gnus.el (gnus-update-message-archive-method): Add :version.
8916
8917 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8918
8919         * gnus.el (gnus-update-message-archive-method): New variable.
8920
8921         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8922         according to gnus-message-archive-method if
8923         gnus-update-message-archive-method is non-nil.
8924
8925 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8926
8927         * gnus-sum.el (gnus-summary-limit-to-address): New function.
8928         Suggested by Loic Dachary <loic@dachary.org>.
8929         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8930
8931 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8932
8933         * message.el (message-pop-to-buffer): Add switch-function argument.
8934         (message-mail): Pass switch-function argument to it.
8935
8936 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8937
8938         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8939         Improve doc string.
8940
8941 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8942
8943         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8944         (gnus-header-content)
8945         * gnus-cite.el (gnus-cite-10)
8946         * gnus-srvr.el (gnus-server-closed)
8947         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8948         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8949         (gnus-group-mail-3-empty, gnus-group-mail-low)
8950         (gnus-group-mail-low-empty, gnus-splash)
8951         * message.el (message-header-to, message-header-cc)
8952         (message-header-subject, message-header-other, message-header-name)
8953         (message-header-xheader, message-separator, message-cited-text)
8954         (message-mml): Lighten colors of faces used for dark background.
8955
8956 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8957
8958         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8959         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8960
8961 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8962
8963         * message.el (message-narrow-to-headers-or-head):
8964         Ignore mail-header-separator in the body.
8965
8966 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8967
8968         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8969         same as window size.
8970
8971 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8972
8973         * message.el (message-font-lock-keywords): Use message-header-xheader
8974         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8975         ahead of the anything pattern, to get it recognised.
8976
8977 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8978
8979         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8980         spam.el loads uses it in the compiled defadvice form.
8981
8982 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8983
8984         * gnus-sum.el (gnus-articles-to-read)
8985         (gnus-summary-insert-old-articles): Don't truncate group name for
8986         `read-string'.
8987
8988         * gnus-util.el (gnus-limit-string): Delete this function.
8989
8990         * gnus-sum.el (gnus-simplify-subject-fully):
8991         Use `truncate-string-to-width' instead.
8992
8993 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8994
8995         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
8996         Tell if, on summary exit, the next group has to be selected.
8997         (gnus-summary-exit): Use it.
8998
8999 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9000
9001         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9002         non-break space.
9003
9004 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9005
9006         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9007         Check if group is not a directory.
9008         (nnfolder-request-expire-articles): Don't delete articles if the target
9009         group is not available.
9010
9011         * nnml.el (nnml-request-create-group): Properly check if group is not a
9012         file.
9013         (nnml-request-expire-articles): Don't delete articles if the target
9014         group is not available.
9015
9016         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9017         Don't quote characters that are within parentheses.
9018
9019 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9020
9021         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9022         (gnus-handle-ephemeral-exit): Select article according to it.
9023
9024 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9025
9026         * message.el (message-insert-formated-citation-line): Remove newline.
9027         (message-citation-line-format): Add final \n here so that the user can
9028         avoid a blank line.
9029
9030 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9031
9032         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9033         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9034         Update lanl/arXiv support.
9035
9036 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9037
9038         * gnus.el: Bump version number.
9039
9040 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9041
9042         * gnus.el (gnus-version-number): Bump version.
9043
9044 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9045
9046         * gnus.el: No Gnus v0.6 is released.
9047
9048 2007-04-27  Didier Verna  <didier@xemacs.org>
9049
9050         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9051         * gmm-utils.el (gmm-regexp-concat): ... here.
9052         * message.el: Don't require 'gnus-util.
9053         (message-dont-reply-to-names): Handle name change above.
9054         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9055
9056 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9057
9058         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9059         since the initial value varies according to the system.
9060
9061 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9062
9063         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9064
9065 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9066
9067         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9068
9069 2007-04-24  Didier Verna  <didier@xemacs.org>
9070
9071         Improve the type of gnus-ignored-from-addresses.
9072         * gnus-util.el (gnus-orify-regexp): New function.
9073         * message.el (gnus-util): Require it.
9074         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9075         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9076         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9077
9078 2007-04-24  Didier Verna  <didier@xemacs.org>
9079
9080         * gnus-sum.el:
9081         * gnus-utils.el: Fix some trailing whitespaces.
9082
9083 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9084
9085         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9086         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9087         article's Message-ID; refer parent article in summary buffer.
9088
9089         * message.el (message-bounce): Call mime-to-mml.
9090
9091         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9092         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9093         optimize and/or forms properly.
9094
9095 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9096
9097         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9098         URL.
9099
9100 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9101
9102         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9103
9104 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9105
9106         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9107         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9108         displayed of multipart/alternative part if it is invoked from summary
9109         buffer.
9110
9111         * mm-view.el (mm-inline-text-html-render-with-w3m)
9112         (mm-inline-text-html-render-with-w3m-standalone)
9113         (mm-inline-render-with-function): Use mail-parse-charset by default.
9114
9115 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9116
9117         * parse-time.el (parse-time-string-chars): Check if CHAR
9118         is less than the length of parse-time-syntax.
9119
9120 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9121
9122         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9123         from gnus-newsgroup-processable.
9124
9125 2007-04-16  Didier Verna  <didier@xemacs.org>
9126
9127         * gnus-msg.el (gnus-configure-posting-styles):
9128         Handle message-signature-directory properly with :file syntax.
9129         Reported by "Leo".
9130
9131 2007-04-11  Didier Verna  <didier@xemacs.org>
9132
9133         New user option: message-signature-directory.
9134         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9135         * message.el (message-insert-signature): Ditto.
9136         * message.el (message-signature-file): Doc update.
9137         * message.el (message-signature-directory): New.
9138
9139 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9140
9141         * gnus-msg.el (gnus-inews-yank-articles):
9142         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9143
9144 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9145
9146         * message.el (message-yank-original): Make sure cited text ends with
9147         newline; don't exchange point and mark.
9148
9149 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9150
9151         * tls.el (open-tls-stream): Properly handle case where there
9152         is no associated buffer.
9153
9154 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9155
9156         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9157         message-yank-original, make sure (< mark TEXT point).
9158
9159 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9160
9161         * message.el (message-fill-column): New variable.
9162         (message-mode): Use it.  Add comment on a possible new hook.
9163
9164         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9165         (nnmail-get-new-mail): Reformat.
9166
9167         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9168
9169         * gmm-utils.el: Fix Commentary.
9170         (gmm-tool-bar-from-list): Fix typo in doc string.
9171
9172 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9173
9174         * message.el (message-yank-original): Don't switch point and mark
9175         unnecessarily to put point and mark as documented.
9176
9177 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9178
9179         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9180         from the message heads.
9181
9182 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9183
9184         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9185         article buffer does not have a window.  This may not be the best
9186         solution but is certainly better than setting the start of the null,
9187         that is the current, window.
9188
9189 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9190
9191         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9192         (gnus-draft-setup): Run it.
9193
9194         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9195         gnus-score-fast-scoring.  Allow regexp.
9196         (gnus-score-headers): Use it.
9197
9198         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9199         XEmacs.
9200
9201         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9202         string.
9203         (gnus-button-alist): Also catch `<f1> k ...'.
9204         (gnus-treat-display-x-face): Fix doc string.
9205
9206 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9207
9208         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9209         evaluation of gnus-extended-version to ensure correct generation of the
9210         User-Agent header when message-generate-headers-first is used.
9211
9212 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9213
9214         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9215         hashcash-path is nil.  Don't call callback with incorrect number of
9216         parameters if val is 0.
9217
9218 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9219
9220         * message.el (message-required-news-headers):
9221         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9222
9223 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9224
9225         * tls.el (open-tls-stream): In handshake-waiting loop,
9226         don't wait more if there is output available to process.
9227
9228 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9229
9230         * tls.el (tls-program): Doc fix.
9231
9232 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9233
9234         * message.el (message-generate-new-buffers): Change the meaning of the
9235         nil value; add `standard' to the choices; treat t as `unique'; improve
9236         doc string.
9237         (gnus-select-frame-set-input-focus): Autoload.
9238         (message-buffer-name): Search for the existing message buffer if
9239         message-generate-new-buffers is nil or `standard'; treat the value t of
9240         message-generate-new-buffers as `unique'.
9241         (message-pop-to-buffer): Raise the frame already displaying the message
9242         buffer; clear the echo area after querying.
9243         (message-setup): Pass the `continue' argument to compose-mail.
9244         (message-mail): Prefer `switch-function' if it is given; search for the
9245         existing message buffer if the `continue' argument is non-nil; pass
9246         continue and switch-function arguments to compose-mail by way of
9247         message-setup.
9248         (message-mail-other-window): Adjust argument of message-setup.
9249         (message-mail-other-frame): Ditto.
9250
9251 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9252
9253         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9254         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9255         to turn font-lock on when turning gnus-message-citation-mode on.
9256
9257 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9258
9259         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9260         (mml-smime-function-alist): New variable; add epg as the backend.
9261         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9262         mml-smime- functions instead.
9263         * mm-view.el: Require smime.
9264
9265 2007-03-05  Didier Verna  <didier@xemacs.org>
9266
9267         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9268         instead of just inheritance for posting styles.
9269         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9270
9271 2007-02-24  Chris Moore  <dooglus@gmail.com>
9272
9273         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9274         * pgg-pgp.el (pgg-pgp-encrypt-region):
9275         * pgg-gpg.el (pgg-gpg-encrypt-region):
9276         Check pgg-encrypt-for-me if no other recipients.
9277
9278 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9279
9280         * tls.el (tls-certtool-program): Fix custom type.
9281
9282 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9283
9284         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9285         and point-at-eol instead of line-(beginning|end)-position.
9286
9287         * assistant.el (assistant-parse-buffer): Ditto.
9288
9289         * netrc.el (netrc-parse-services): Ditto.
9290
9291 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9292
9293         * mml2015.el (mml2015-epg-find-usable-key): New function.
9294         (mml2015-epg-sign): Use it.
9295         (mml2015-epg-encrypt): Use it.
9296
9297 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9298
9299         * message.el (message-make-in-reply-to): Quote name containing
9300         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9301         if there are special characters.  Reported by NAKAJI Hiroyuki
9302         <nakaji@jp.freebsd.org>.
9303
9304 2007-02-27  Didier Verna  <didier@xemacs.org>
9305
9306         Include the group parameters as well as the topic ones in the
9307         inheritance filter process.
9308         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9309         argument GROUP-PARAMS-LIST.
9310         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9311
9312 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9313
9314         * nntp.el (nntp-never-echoes-commands)
9315         (nntp-open-connection-functions-never-echo-commands): New variables.
9316         (nntp-send-command): Use them.
9317
9318 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9319
9320         * mml2015.el (mml2015-epg-verify): Simplify.
9321
9322 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9323
9324         * mml.el (mml-content-disposition-alist): New user option.
9325         (mml-content-disposition): New function.
9326         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9327         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9328
9329 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9330
9331         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9332         verification.
9333
9334 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9335
9336         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9337         articles posted in the last 24 hours.
9338
9339 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9340
9341         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9342
9343 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9344
9345         * nntp.el (nntp-send-command): Don't wait for echoes when
9346         nntp-open-ssl-stream is used.
9347
9348 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9349
9350         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9351         (gnus-message-add-citation-keywords)
9352         (gnus-message-remove-citation-keywords): Remove.
9353         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9354         directly, make the variables in font-lock-defaults buffer-local, add
9355         gnus-message-citation-keywords to them and then update the value of
9356         font-lock-keywords.
9357
9358 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9359
9360         * message.el (message-cite-original-1): Don't call
9361         gnus-article-highlight-citation.
9362
9363         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9364         citations; fix line count.
9365
9366 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9367
9368         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9369         (gnus-message-add-citation-keywords)
9370         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9371         versions of font-lock-add-keywords and font-lock-remove-keywords to
9372         work with XEmacs correctly.
9373
9374 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9375
9376         * gnus-cite.el (gnus-cite-face-list): Set the values of
9377         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9378         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9379         (gnus-message-cite-prefix-regexp): New variable.
9380         (gnus-message-search-citation-line): Use it; protect against long
9381         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9382         the 0th match data for Emacs.
9383         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9384         (gnus-message-add-citation-keywords): Append keywords rather than
9385         prepending; emulate font-lock-add-keywords if it is not available.
9386         (gnus-message-remove-citation-keywords):
9387         Emulate font-lock-remove-keywords if it is not available.
9388
9389         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9390
9391         * message.el (message-cite-prefix-regexp): Set the value of
9392         gnus-message-cite-prefix-regexp.
9393
9394 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9395
9396         * nnweb.el (nnweb-google-parse-1): Update parser.
9397
9398 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9399
9400         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9401
9402 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9403
9404         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9405         regexp.
9406
9407 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9408
9409         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9410         string-to-multibyte.
9411         (uudecode-decode-region-internal): Use it.
9412
9413         * lpath.el: Fbind string-as-multibyte for XEmacs.
9414
9415 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9416
9417         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9418         Fix custom choice.
9419
9420         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9421
9422 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9423
9424         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9425
9426         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9427         `write-region' to respect `mm-inhibit-file-name-handlers'.
9428
9429 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9430
9431         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9432         Use gnus-home-directory instead of "~/" or "$HOME".
9433
9434 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9435
9436         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9437         to mention filename.
9438         Add comments at beginning regarding usage.
9439         (encrypt-write-file-contents): Change interactive so a string is
9440         acceptable.  If the file has no associated model, show an error instead
9441         of a nonsense prompt.
9442
9443 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9444
9445         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9446         Thanks to Yoshihiko Yamada for kind notification of this typo.
9447
9448 2007-01-12  Kenichi Handa  <handa@m17n.org>
9449
9450         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9451         multibyte buffer.
9452
9453 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9454
9455         * gnus-score.el (gnus-score-fast-scoring): New variable.
9456         (gnus-score-headers): Use it.
9457
9458         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9459
9460         * message.el (message-cite-original-1):
9461         Call gnus-article-highlight-citation if requested.
9462         (message-make-from): Allow name and address as optional arguments.
9463
9464         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9465
9466         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9467         bugs to doc string.
9468         (gnus-button-alist): Add mid\\|message-id.
9469         (gnus-button-fetch-group): Extend for use in
9470         `browse-url-browser-function'.
9471         (gnus-button-url-regexp): Try to catch paired parentheses like in
9472         Wikipedia URLs.
9473
9474         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9475         Suggested by Simon Krahnke <overlord@gmx.li>.
9476
9477 2007-01-13  Romain Francoise  <romain@orebokech.com>
9478
9479         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9480         Update copyright.
9481
9482 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9483
9484         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9485
9486 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9487
9488         * gnus-registry.el (gnus-registry-unfollowed-groups)
9489         (gnus-registry-split-fancy-with-parent): Fix documentation.
9490
9491 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9492
9493         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9494         from nnweb groups.
9495
9496 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9497
9498         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9499         Xref urls.  Erase buffer before requesting head.
9500
9501         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9502
9503 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9504
9505         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9506         customizable.
9507
9508 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9509
9510         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9511         no signing key is found.
9512         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9513         no encrypting and/or signing key is found.
9514
9515 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9516
9517         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9518
9519 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9520
9521         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9522         headers read from disk with the ones newly found in the current search.
9523         This should no longer cause problems, because the article numbers in
9524         Gmane's `nov.php' output are ignored since the previous change.
9525
9526 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9527
9528         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9529
9530 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9531
9532         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9533         replace-regexp-in-string; bind url-version; fbind display-images-p and
9534         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9535         find-face and set-itimer-function for Emacs; bind itimer-list for
9536         Emacs.
9537
9538         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9539
9540 2007-01-01  Romain Francoise  <romain@orebokech.com>
9541
9542         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9543
9544 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9545
9546         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9547         `define-minor-mode' macro definition expanded properly.
9548         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9549         exclude it there.
9550
9551         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9552         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9553         `fboundp' test.
9554         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9555         This is OK to autoload in (S)XEmacs now.
9556
9557 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9558
9559         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9560         keystroke.
9561         (gnus-summary-limit-to-singletons): Fix typo.
9562
9563         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9564         else fails.
9565
9566 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9567
9568         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9569         docstring.
9570
9571         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9572         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9573         (gnus-summary-insert-dormant-articles): Fix typo in message.
9574
9575 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9576
9577         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9578         nil for XEmacs.
9579         (gnus-message-citation-mode): Don't autoload in XEmacs.
9580
9581         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9582
9583 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9584
9585         * nnimap.el (nnimap-expunge-search-string):
9586         Mention nnimap-search-uids-not-since-is-evil in docstring.
9587
9588 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9589
9590         * spam.el: Revert to make-obsolete-variable because
9591         define-obsolete-variable-alias is not supported in Emacs 21.
9592
9593         * spam.el (spam-ifile-path, spam-ifile-database-path)
9594         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9595         make-obsolete-variable.
9596         (spam-bsfilter-path, spam-bsfilter-program)
9597         (spam-spamassassin-path, spam-spamassassin-program)
9598         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9599         Don't use "path" inappropriately.
9600         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9601         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9602         variable names.
9603
9604 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9605
9606         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9607         summary buffer.
9608
9609         * password.el (password-cache-remove): Use clear-string to burn
9610         password, if available.
9611
9612 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9613
9614         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9615
9616         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9617
9618         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9619         (gnus-message-highlight-citation): Move defcustom here from
9620         gnus-cite.el.
9621         (gnus-message-citation-mode): Autoload.
9622
9623         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9624         checks to make it compile with XEmacs.
9625         (gnus-message-citation-mode): New minor mode.
9626         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9627         (gnus-message-highlight-citation): New variables.
9628         (gnus-message-search-citation-line)
9629         (gnus-message-add-citation-keywords)
9630         (gnus-message-remove-citation-keywords)
9631         (turn-on-gnus-message-citation-mode)
9632         (turn-off-gnus-message-citation-mode): New functions.
9633
9634 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9635
9636         * gnus-cite.el: Enable highlighting of different citation levels in
9637         message-mode.
9638
9639 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9640
9641         * message.el (message-make-fqdn): Fix comment.
9642         (message-bogus-system-names): Add ".local".
9643
9644         * spam.el (spam-ifile-path, spam-ifile-program)
9645         (spam-ifile-database-path, spam-ifile-database)
9646         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9647         Don't use "path" inappropriately.
9648         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9649         strings.
9650         (spam-check-ifile, spam-ifile-register-with-ifile)
9651         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9652         Use new variable names.
9653
9654         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9655         (gnus-treat-display-smileys): Simplify using
9656         gnus-image-type-available-p.
9657
9658         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9659         available.
9660
9661         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9662         Use `display-images-p' if available.
9663
9664 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9665
9666         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9667         one after turning on the buffer's multibyteness instead of decoding
9668         them directly in the unibyte buffer that causes unexpected conversion
9669         in Emacs 23 (unicode).
9670
9671 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9672
9673         * message.el (message-generate-hashcash): Fix custom type.
9674
9675 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9676
9677         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9678
9679 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9680
9681         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9682         disconnect icons.  Add help text.
9683
9684 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9685
9686         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9687         negated to be consistent with the others we handle.
9688
9689 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9690
9691         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9692         version of gnus-summary-buffer to something, so that we can use two
9693         article buffers at the same time.
9694
9695 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9696
9697         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9698         trigger all the extra headers.
9699         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9700         sorting.
9701
9702 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9703
9704         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9705         solid groups.
9706
9707 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9708
9709         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9710
9711 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9712
9713         * legacy-gnus-agent.el: Add Copyright notice.
9714
9715 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9716
9717         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9718
9719 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9720
9721         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9722
9723         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9724         to make it work reliably in CVS Emacs.
9725         (gnus-summary-limit-strange-charsets-predicate)
9726         (gnus-summary-limit-to-predicate): New functions.
9727
9728 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9729
9730         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9731         specifying array size.
9732         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9733         array if it is too small.
9734         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9735         (gnus-sort-threads-loop): New function.
9736
9737 2006-12-06  Chris Moore  <dooglus@gmail.com>
9738
9739         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9740         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9741
9742 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9743
9744         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9745         options.
9746
9747 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9748
9749         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9750         DOS-ing the recipient.
9751
9752         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9753         the headers when creating the mapping to avoid mismappings.
9754         (nnweb-gmane-create-mapping): Always nix out old mapping.
9755
9756 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9757
9758         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9759         and mm-verify-option to never.
9760
9761 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9762
9763         * message.el (message-signed-or-encrypted-p): New function.
9764         (message-forward-make-body): Use it.
9765
9766         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9767         Replace encode-coding-string with mm-encode-coding-string.
9768
9769 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9770
9771         * nneething.el (nneething-decode-file-name):
9772         Replace decode-coding-string with mm-decode-coding-string.
9773
9774         * gnus-int.el (gnus-open-server): Say failed server's name.
9775
9776 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9777
9778         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9779         strings to a single string.  Quote `errors-file-name'.
9780         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9781         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9782         Adjust calls.  Use `shell-quote-argument'.
9783
9784 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9785
9786         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9787         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9788
9789         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9790         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9791         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9792         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9793         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9794         (gnus-subscribe-newsgroup, gnus-1):
9795         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9796         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9797         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9798         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9799
9800 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9801
9802         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9803         keystroke.
9804         (gnus-summary-limit-to-bodies): Implement headersp.
9805
9806 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9807
9808         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9809
9810 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9811
9812         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9813
9814 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9815
9816         * message.el (message-generate-hashcash): Expand range of values to
9817         include `opportunistic'.
9818         (message-send-mail): Use it.
9819
9820 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9821
9822         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9823         and comment it.
9824
9825         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9826
9827 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9828
9829         * gnus-util.el (gnus-extract-address-components): Improve comment.
9830
9831 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9832
9833         * gnus-util.el (gnus-extract-address-components): Work with address in
9834         which the name portion contains @.
9835
9836         * lpath.el: Fbind custom-autoload.
9837
9838 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9839
9840         * gnus.el (gnus-start): Move custom group up.
9841         (gnus-select-method): Don't autoload, but make it available for
9842         `customize-variable'.
9843         (gnus-getenv-nntpserver): Don't autoload.
9844
9845 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9846
9847         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9848
9849 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9850
9851         * message.el (message-sendmail-extra-arguments): New variable.
9852         (message-send-mail-with-sendmail): Use it.
9853
9854 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9855
9856         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9857         mm-with-unibyte-current-buffer to make string unibyte.
9858
9859         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9860         mm-string-as-multibyte.
9861
9862 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9863
9864         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9865         Reported by Werner Koch <wk@gnupg.org>.
9866
9867 2006-11-14  Daiki Ueno  <ueno@p360>
9868
9869         * mml2015.el: Autoload epa-select-keys when compiling.
9870
9871 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9872
9873         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9874         message-options.
9875         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9876
9877 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9878
9879         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9880         EasyPG (< 0.0.6).
9881         (mml2015-always-trust): New user option.
9882         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9883         prompt.
9884
9885 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9886
9887         * nntp.el (nntp-authinfo-force): New variable.
9888         (nntp-send-authinfo): Use it.
9889
9890 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9891
9892         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9893         decode encoded words.  Improve prompt.  Add comment about forwarding.
9894         (message-replacement-char): Move up.
9895
9896 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9897
9898         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9899         instead of gnus-intersection because arguments of gnus-sorted-nunion
9900         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9901
9902 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9903
9904         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9905         (message-simplify-subject-functions):
9906         Enable message-strip-subject-encoded-words by default.
9907
9908 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9909
9910         * message.el (message-strip-subject-encoded-words): New function.
9911         (message-simplify-subject-functions): New variable.
9912         (message-simplify-subject): Use it.  Fix typo in doc string.
9913         Support message-strip-subject-encoded-words.
9914
9915 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9916
9917         * gnus-diary.el (gnus-diary-delay-format-function):
9918         * nndiary.el (nndiary-reminders):
9919         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9920
9921 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9922
9923         * gnus-art.el (article-hide-boring-headers): Fetch date from
9924         gnus-original-article-buffer to avoid problems with localized date
9925         strings.
9926
9927 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9928
9929         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9930
9931 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9932
9933         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9934         New variables.
9935         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9936         (mm-charset-synonym-alist): Move some entries to
9937         mm-codepage-iso-8859-list.
9938         (mm-charset-synonym-alist, mm-charset-override-alist):
9939         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9940
9941 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9942
9943         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9944
9945 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9946
9947         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9948         with Emacs 21 and XEmacs.
9949
9950 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9951
9952         * spam.el (spam-parse-address): New function for better parsing,
9953         catching errors, etc.
9954         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9955
9956 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9957
9958         * mm-view.el: Add interactive arg to html2text autoload.
9959
9960 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9961
9962         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9963
9964 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9965
9966         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9967         New variables.
9968         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9969         (mm-charset-synonym-alist): Move some entries to
9970         mm-codepage-iso-8859-list.
9971
9972         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9973
9974 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9975
9976         * message.el (message-citation-line-format)
9977         (message-insert-formated-citation-line): Fix implementation of %E, %N
9978         and %n according to the doc string.
9979
9980 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9981
9982         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9983         Use car-safe to avoid bad parses.
9984
9985 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9986
9987         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9988         names.
9989
9990         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9991
9992 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9993
9994         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9995         header.
9996
9997         * message.el (message-draft-headers): Add Date.
9998         (message-headers-to-generate): Fix typo in docstring.
9999
10000         * nndraft.el (nndraft-required-headers): New variable.
10001         (nndraft-generate-headers): Use it.
10002
10003         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10004
10005 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10006
10007         * gnus-registry.el (gnus-registry-wash-for-keywords)
10008         (gnus-registry-find-keywords): New functions to allow easy searching of
10009         articles that are in the registry.
10010
10011 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10012
10013         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10014         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10015         Reported by Damien Elmes <damien@repose.cx>.
10016
10017 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10018
10019         * gnus.el (gnus-mime): Remove unused custom group.
10020
10021 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10022
10023         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10024         "blank line" when searching for end of armor headers.
10025
10026 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10027
10028         * gmm-utils.el (gmm-write-region): Fix variable name.
10029
10030 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10031
10032         * gmm-utils.el (gmm-write-region): New function based on compatibility
10033         code from `mm-make-temp-file'.
10034
10035         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10036
10037         * nnmaildir.el (nnmaildir--update-nov)
10038         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10039         Use `gmm-write-region'.
10040
10041 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10042
10043         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10044         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10045
10046         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10047
10048         * message.el (message-replacement-char): New variable.
10049         (message-fix-before-sending): Use it.
10050         (message-simplify-subject): New function to remove duplicate code.
10051         (message-reply, message-followup): Use it.
10052
10053         * gnus-sum.el (gnus-summary-make-menu-bar):
10054         Clarify gnus-summary-limit-to-articles.
10055
10056 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10057
10058         * gnus-util.el (gnus-with-local-quit): New macro.
10059
10060         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10061
10062 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10063
10064         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10065         ignore non-string data.
10066
10067 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10068
10069         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10070         non-string data (needs to be done in the registry too).
10071
10072 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10073
10074         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10075         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10076         (gnus-registry-split-fancy-with-parent)
10077         (gnus-registry-fetch-simplified-message-subject-fast)
10078         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10079         Remove text properties on ingress into the registry and when it's saved.
10080         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10081         registry from entries with no groups.
10082
10083 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10084
10085         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10086         function to remove string properties.
10087
10088 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10089
10090         * gmm-utils.el (gmm): Adjust custom version.
10091
10092         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10093         Adjust custom version.
10094
10095         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10096
10097 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10098
10099         * gnus-art.el (gnus-insert-prev-page-button)
10100         (gnus-insert-next-page-button): Simplify.  Reformat.
10101
10102 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10103
10104         * gnus-art.el (gnus-insert-prev-page-button)
10105         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10106
10107 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10108
10109         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10110
10111 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10112
10113         * gnus-art.el (gnus-insert-mime-button)
10114         (gnus-insert-mime-security-button):
10115         Apply gnus-article-button-face to MIME and security buttons.
10116
10117 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10118
10119         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10120         readable.
10121
10122 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10123
10124         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10125
10126 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10127
10128         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10129         `browse-url-of-file' instead of `browse-url'.
10130
10131 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10132
10133         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10134         regexp.  Articles containing quotation were cut prematurely.
10135
10136 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10137
10138         * message.el (message-cite-original-1): Use nobody by default for the
10139         value of From header.
10140         (message-reply): Ditto.
10141
10142 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10143
10144         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10145         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10146         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10147
10148 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10149
10150         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10151         mails in the doc string.  Add some URLs in comment.
10152         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10153
10154 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10155
10156         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10157         backslashes handling and the way to find boundaries of quoted strings.
10158
10159 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10160
10161         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10162         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10163         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10164         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10165
10166 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10167
10168         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10169         doc string.
10170         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10171
10172 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10173
10174         * lpath.el: Fbind epg-check-configuration.
10175
10176 2006-09-06  Simon Josefsson  <jas@extundo.com>
10177
10178         * mml2015.el (mml2015-use): Doc fix, mention epg.
10179
10180 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10181
10182         * mml2015.el (mml2015-use): Default to epg, if available.
10183
10184 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10185
10186         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10187         message-sender.
10188         (mml1991-epg-encrypt): Ditto.
10189         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10190         message-sender.
10191         (mml2015-epg-encrypt): Ditto.
10192
10193 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10194
10195         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10196         several common directories.
10197
10198 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10199
10200         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10201         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10202
10203 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10204
10205         * gnus-art.el (article-decode-encoded-words): Make it fast.
10206
10207 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10208
10209         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10210
10211         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10212         in quoted string into `\'.
10213
10214 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10215
10216         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10217         Use standard-syntax-table.
10218
10219 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10220
10221         * gnus-art.el (gnus-decode-address-function): New variable.
10222         (article-decode-encoded-words): Use it to decode headers which are
10223         assumed to contain addresses.
10224         (gnus-mime-delete-part): Remove useless `or'.
10225
10226         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10227         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10228         (gnus-nov-parse-line): Use it to decode From header.
10229         (gnus-get-newsgroup-headers): Ditto.
10230         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10231
10232         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10233         (mail-decode-encoded-address-string): New alias.
10234
10235         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10236         New function.
10237         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10238         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10239         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10240         (rfc2047-decode-string): Ditto.
10241         (rfc2047-decode-address-region): New function.
10242         (rfc2047-decode-address-string): New function.
10243
10244 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10245
10246         * message.el (message-caesar-buffer-body): Allow rotating headers.
10247
10248         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10249
10250         * message.el (message-insert-formated-citation-line): Fix %f.
10251         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10252
10253 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10254
10255         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10256         (gnus-bookmark-mouse-available-p): New macro.
10257         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10258         (gnus-bookmark-bmenu-show-infos): Use it.
10259         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10260         (gnus-bookmark-bmenu-hide-infos): Ditto.
10261         (gnus-bookmark-remove-properties): New function.
10262         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10263         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10264         (gnus-bookmark-write-file): Bind coding-system-for-write.
10265         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10266         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10267         group before selecting it.
10268         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10269         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10270         quit-window if it is not available; use gnus-mouse-2 and bind it to
10271         gnus-bookmark-bmenu-select-by-mouse.
10272         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10273         (gnus-bookmark-bmenu-select-by-mouse): New function.
10274
10275 2006-08-13  Romain Francoise  <romain@orebokech.com>
10276
10277         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10278         space.
10279
10280 2006-08-10  Romain Francoise  <romain@orebokech.com>
10281
10282         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10283         (dns-mode-soa-auto-increment-serial): New user option.
10284         (dns-mode-soa-maybe-increment-serial): New function.
10285         (dns-mode): Add the latter to `write-contents-functions'.
10286
10287 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10288
10289         * compface.el (uncompface): Use binary rather than raw-text-unix.
10290
10291 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10292
10293         * compface.el (uncompface): Make sure the eol conversion doesn't take
10294         place when communicating with the external programs.
10295         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10296
10297 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10298
10299         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10300
10301 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10302
10303         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10304         Make it more robust by parsing author and date independently.
10305
10306 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10307
10308         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10309
10310 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10311
10312         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10313         first matching secret key.
10314         (mml2015-epg-encrypt): Ditto.
10315
10316         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10317         first matching secret key.
10318         (mml1991-epg-encrypt): Ditto.
10319
10320         * mml2015.el (mml2015-encrypt-to-self): New user option.
10321         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10322         mml2015-epg-encrypt-to-self is set.
10323
10324         * mml1991.el (mml1991-encrypt-to-self): New variable.
10325         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10326         mml1991-epg-encrypt-to-self is set.
10327
10328         * mml2015.el (mml2015-signers): New user option.
10329         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10330         (mml2015-epg-encrypt): Allow to select signing keys.
10331
10332         * mml1991.el (mml1991-signers): New variable.
10333         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10334         (mml1991-epg-encrypt): Allow to select signing keys.
10335
10336 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10337
10338         * nnheader.el (nnheader-insert-head): Make it work even if the file
10339         uses CRLF for the line-break code.
10340
10341 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10342
10343         * mml2015.el: Require mml-sec instead of password.
10344         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10345         (mml2015-cache-passphrase): Inherit the default value from
10346         mml-secure-cache-passphrase.
10347         (mml2015-passphrase-cache-expiry): Inherit the default value from
10348         mml-secure-passphrase-cache-expiry.
10349
10350         * mml1991.el: Require mml-sec instead of password.
10351         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10352         (mml1991-cache-passphrase): Inherit the default value from
10353         mml-secure-cache-passphrase.
10354         (mml1991-passphrase-cache-expiry): Inherit the default value from
10355         mml-secure-passphrase-cache-expiry.
10356
10357         * mml-sec.el: Require password.
10358         (mml-secure-verbose): New user option.
10359         (mml-secure-cache-passphrase): New user option.
10360         (mml-secure-passphrase-cache-expiry): New user option.
10361
10362 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10363
10364         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10365         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10366         andreas@altroot.de (Andreas Vögele).
10367
10368         FIXME: Use `tiny change'?
10369
10370 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10371
10372         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10373         workaround for the url package included with Emacs.
10374
10375         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10376
10377 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10378
10379         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10380         correctly.  This fixes a bug caused by the 2006-05-12 change.
10381
10382 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10383
10384         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10385         some information about the error when saying that the `bogus' mail
10386         group will be used.
10387
10388 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10389
10390         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10391         string.
10392
10393 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10394
10395         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10396
10397 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10398
10399         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10400
10401 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10402
10403         * mml1991.el (mml1991-function-alist): Add epg.
10404         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10405         (mml1991-epg-encrypt): New functions.
10406
10407 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10408
10409         * mml2015.el (mml2015-verbose): New variable.
10410         (mml2015-cache-passphrase): Ditto.
10411         (mml2015-passphrase-cache-expiry): Ditto.
10412         (mml2015-function-alist): Add epg.
10413         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10414         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10415         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10416         New functions.
10417
10418 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10419
10420         * message.el (message-cite-original-1): Preserve region when removing
10421         quoted text due to X-No-Archive in order to avoid bogus attribution
10422         when citing multiple messages.
10423
10424 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10425
10426         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10427         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10428
10429 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10430
10431         * gnus-diary.el (gnus-user-format-function-d)
10432         (gnus-user-format-function-D): Autoload.
10433
10434         * imap.el (Commentary): Fix typo.
10435
10436         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10437         2006-04-22 contribution.
10438
10439 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10440
10441         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10442         It didn't really fix the bogosity I'm seeing with solid web groups.
10443
10444 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10445
10446         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10447         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10448         created using server names.  If we use the feature without declaring
10449         it, Gnus does not properly manage server and group state.
10450
10451         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10452         bound.
10453
10454 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10455
10456         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10457         looking up the method using GROUP's prefix before inventing a new one.
10458         It is used on killed/unknown groups in various places where returning
10459         an all-new method isn't expected by the caller.
10460
10461         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10462         and match semantics of gnus-group-real-prefix.
10463
10464 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10465
10466         * nnmail.el (nnmail-broken-references-mailers): New variable.
10467         (nnmail-ignore-broken-references): New function generalizing
10468         nnmail-fix-eudora-headers.
10469         (nnmail-fix-eudora-headers): Now obsolete.
10470
10471         * gnus-art.el (gnus-button-handle-custom):
10472         Support `customize-apropos*'.
10473
10474 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10475
10476         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10477
10478         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10479         articles.
10480
10481 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10482
10483         * message.el (message-cite-reply-above): New variable.
10484         (message-yank-original): Use it.
10485
10486 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10487
10488         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10489
10490 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10491
10492         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10493         as read.
10494
10495         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10496
10497 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10498
10499         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10500         (gnus-bookmark-default-file): Use gnus-directory.
10501         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10502         Remove "*" in doc string.
10503         (gnus-bookmark-write-file): Simplify.
10504         (gnus-bookmark-maybe-sort-alist): Use `when'.
10505         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10506         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10507         Add FIXME about Emacs 21 and XEmacs compatibility.
10508         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10509         compatibility.
10510         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10511         compatibility.
10512         (gnus-bookmark-menu-heading): Fix version.
10513
10514 2006-06-19  Bastien Guerry  <bzg@altern.org>
10515
10516         * gnus-bookmark.el: New file.
10517
10518 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10519
10520         * message.el (message-syntax-checks): Doc fix.
10521
10522 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10523
10524         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10525         unsubscribed groups as if they were killed ones.  It causes duplicate
10526         entries in gnus-newsrc-alist.
10527
10528 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10529
10530         * message.el (message-syntax-checks): Doc fix.
10531         (message-send-mail): Add check for continuation headers.
10532         (message-check-news-header-syntax): Fix regexp used to check for
10533         continuation headers.
10534
10535 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10536
10537         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10538
10539 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10540
10541         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10542
10543 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10544
10545         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10546         default-truncate-lines.
10547
10548 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10549
10550         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10551         to fill the utf-8 entry.
10552
10553         * lpath.el: Fbind unicode-precedence-list.
10554
10555 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10556
10557         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10558
10559 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10560
10561         * gnus-agent.el (directory-files-and-attributes): Move all the way
10562         forward (the third and final move).
10563         (gnus-agent-read-agentview): Trap reconstruction errors due to
10564         nonexistent directory.  Handle by returning nil.
10565
10566 2006-05-30  Didier Verna  <didier@xemacs.org>
10567
10568         * message.el (message-dont-reply-to-names): Update the custom type.
10569         * message.el (message-dont-reply-to-names): New defsubst: potentially
10570         convert a list of regexps into a single one.
10571         * message.el (message-get-reply-headers): Use it.
10572         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10573
10574 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10575
10576         * gnus-agent.el (directory-files-and-attributes): Move forward.
10577
10578 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10579
10580         * gnus-ml.el (gnus-mailing-list-subscribe)
10581         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10582         (gnus-mailing-list-message): Fix doc strings.
10583
10584 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10585
10586         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10587         of doing it manually.
10588
10589 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10590
10591         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10592         comment.
10593
10594 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10595
10596         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10597         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10598         (gnus-agent-read-local): All symbols allocated in my-obarray.
10599         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10600         (gnus-agent-regenerate-group): Check numeric names to see if they are
10601         messages or groups.
10602         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10603         better way of do this...)
10604
10605         * gnus-cache.el (gnus-agent-total-fetched-for):
10606         Ignore 'dummy.group' (there should be a better way of do this...)
10607
10608 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10609
10610         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10611         (gnus-saved-headers): Ditto.
10612         (gnus-default-article-saver): Mention functions may have properties.
10613         (gnus-article-save): Override gnus-save-all-headers and
10614         gnus-saved-headers by :headers property which saver function may have.
10615         (gnus-summary-save-in-file): Add :headers property.
10616         (gnus-summary-write-to-file): Ditto.
10617
10618         * gnus-sum.el (gnus-summary-save-article): Bind
10619         gnus-prompt-before-saving to t when saving many articles in a file;
10620         always show all headers.
10621
10622         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10623
10624 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10625
10626         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10627         marks.
10628
10629         * message.el (message-indent-citation): Add optional arguments to allow
10630         using it outside of message buffers.
10631
10632         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10633         (gnus-article-treat-unfold-headers): Use it.
10634         (gnus-article-truncate-lines): New variable.
10635         (gnus-article-mode): Use it.
10636         (gnus-article-toggle-truncate-lines): New function.
10637
10638         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10639         Add gnus-article-toggle-truncate-lines.
10640
10641         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10642         coding system in XEmacs, use binary.
10643
10644 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10645
10646         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10647         after-load-alist.
10648
10649         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10650         this function should save decoded articles.
10651         (gnus-summary-write-to-file): Use property to specify this function
10652         should save decoded articles and specify gnus-summary-save-in-file
10653         should be used to save articles other than the first one when saving
10654         many articles.
10655         (gnus-summary-save-body-in-file): Use property to specify this
10656         function should save decoded articles.
10657         (gnus-summary-write-body-to-file): Use property to specify this
10658         function should save decoded articles and specify
10659         gnus-summary-save-body-in-file should be used to save articles other
10660         than the first one when saving many articles.
10661
10662         * gnus-sum.el (gnus-summary-save-article): Simplify.
10663
10664 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10665
10666         * gnus-art.el (gnus-default-article-saver):
10667         Add gnus-summary-write-body-to-file.
10668         (gnus-article-save-coding-system): Don't use coding system object
10669         in XEmacs.
10670         (gnus-read-save-file-name): Add optional `dir-var' argument which
10671         specifies directory in which files are saved; work even if optional
10672         `variable' argument is not specified.
10673         (gnus-summary-write-to-file): Read file name.
10674         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10675         (gnus-summary-write-body-to-file): New function.
10676
10677         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10678         (gnus-summary-local-variables): Add it.
10679         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10680         (gnus-summary-save-article): Remove optional `decode' argument;
10681         determine whether to decode articles by the value of
10682         gnus-default-article-saver; when saving many files using
10683         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10684         it first and use gnus-summary-save-in-file or
10685         gnus-summary-save-body-in-file thereafter unless
10686         gnus-prompt-before-saving is always; move point to article which
10687         will be saved.
10688         (gnus-summary-save-article-file): Revert.
10689         (gnus-summary-write-article-file): Revert.
10690         (gnus-summary-save-article-body-file): Revert.
10691         (gnus-summary-write-article-body-file): New function.
10692
10693 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10694
10695         * gnus-art.el (gnus-default-article-saver): Doc fix.
10696         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10697         from gnus-summary-save-article-coding-system, and default to a
10698         certain coding system.
10699         (gnus-output-to-file): Add coding cookie and encode text according
10700         to gnus-article-save-coding-system; don't use mm-append-to-file.
10701
10702         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10703         gnus-art.el and rename to gnus-article-save-coding-system.
10704         (gnus-summary-save-article): Require gnus-art; don't show all
10705         headers if it decodes articles; don't add coding cookie here;
10706         don't bind mm-text-coding-system-for-write.
10707         (gnus-summary-save-article-file): Save decoded articles.
10708         (gnus-summary-write-article-file): When saving many files, use
10709         gnus-summary-write-to-file first and gnus-summary-save-in-file
10710         thereafter unless gnus-prompt-before-saving is always.
10711         (gnus-summary-save-article-body-file): Save decoded articles.
10712
10713         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10714
10715 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10716
10717         * nnrss.el (nnrss-check-group): Bind hash-index.
10718
10719 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10720
10721         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10722         its hash index.  Store this hash in `nnrss-group-data'.
10723         (nnrss-read-group-data): Update accordingly.
10724
10725 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10726
10727         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10728         entry.
10729
10730         * gnus-sum.el (gnus-summary-make-menu-bar):
10731         Add gnus-article-browse-html-article.
10732
10733 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10734
10735         * gnus-sum.el (gnus-summary-mime-map):
10736         Add gnus-article-browse-html-article.
10737
10738         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10739
10740 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10741
10742         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10743         suitable coding systems in customize.
10744
10745 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10746
10747         * mail-source.el (mail-sources): Fix custom type.
10748
10749 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10750
10751         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10752         (gnus-summary-expire-articles-now): Shorten prompt.
10753
10754         * gmm-utils.el (wid-edit): Require.
10755         (defun-gmm): Rename from `gmm-defun-compat'.
10756         (gmm-image-search-load-path): Use it.
10757         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10758
10759 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10760
10761         * gnus-sum.el (gnus-summary-save-article-coding-system):
10762         New variable.
10763         (gnus-summary-save-article): Add optional `decode' argument.
10764         If it is set and gnus-summary-save-article-coding-system is non-nil,
10765         save decoded article.
10766         (gnus-summary-write-article-file): Save decoded article if
10767         gnus-summary-save-article-coding-system is non-nil.
10768
10769         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10770         type.
10771
10772 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10773
10774         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10775
10776 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10777
10778         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10779         first to test gnus-single-article-buffer which may be buffer-local.
10780
10781         * gnus-sum.el (gnus-summary-setup-buffer):
10782         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10783         group; make gnus-article-buffer, gnus-article-current, and
10784         gnus-original-article-buffer always buffer-local.
10785         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10786         group.
10787         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10788
10789 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10790
10791         * nnml.el (nnml-request-compact-group): Compressed files might not
10792         have .gz extension.
10793
10794 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10795
10796         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10797         (mm-copy-to-buffer): Use with-current-buffer.
10798         (mm-display-part): Simplify.
10799         (mm-inlinable-p): Add optional arg `type'.
10800
10801 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10802
10803         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10804         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10805         Try harder to show the attachment internally or externally using
10806         gnus-mime-view-part-as-type.
10807
10808 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10809
10810         * message.el (message-from-style, message-signature-separator)
10811         (message-user-organization-file, message-send-mail-function)
10812         (message-citation-line-function, message-yank-prefix)
10813         (message-indent-citation-function, message-signature)
10814         (message-signature-file, message-signature-insert-empty-line):
10815         Remove autoloads.
10816
10817         * gnus-art.el (gnus-buttonized-mime-types):
10818         Remove "multipart/signed".  Revert 2006-04-26 change.
10819
10820 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10821
10822         * gnus.el (gnus-version-number): Bump version.
10823
10824 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10825
10826         * gnus.el: No Gnus v0.5 is released.
10827
10828 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10829
10830         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10831         fetching articles by message-id.
10832
10833 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10834
10835         * message.el (hashcash): Require hashcash as normal.
10836
10837         * ecomplete.el (ecomplete-highlight-match-line):
10838         Use point-at-eol.
10839         (ecomplete-highlight-match-line): Use `highlight', because that
10840         face exists in both Emacs and XEmacs.
10841
10842         * message.el (message-display-abbrev): Use point-at-bol.
10843
10844         * mail-source.el: Don't require timer/timer-funcs.
10845
10846         * gnus-async.el: Ditto.
10847
10848         * password.el: Ditto.
10849
10850         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10851
10852         * mm-url.el: Ditto.
10853
10854         * gnus-xmas.el: Don't require timer-funcs.
10855
10856         * mm-util.el: Require timer/timer-funcs.
10857
10858 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10859
10860         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10861         Close.
10862
10863 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10864
10865         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10866         unibyte after clear-decrypt function runs.
10867
10868         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10869         returns as a unibyte string.
10870
10871 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10872
10873         * lpath.el: Revert.
10874
10875         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10876         (pgg-gpg-process-sentinel): Revert.
10877
10878         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10879         (pgg-pgp-lookup-key): Revert.
10880
10881         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10882         (pgg-pgp5-lookup-key): Revert.
10883
10884         * pgg.el (pgg-fetch-key): Revert.
10885
10886 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10887
10888         * lpath.el: Fbind string-as-multibyte for XEmacs.
10889
10890         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10891         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10892         (mml1991-pgg-encrypt): Ditto.
10893
10894         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10895         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10896         a multibyte buffer.
10897
10898         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10899         (pgg-pgp-lookup-key): Ditto.
10900
10901         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10902         (pgg-pgp5-lookup-key): Ditto.
10903
10904         * pgg.el (pgg-fetch-key): Ditto.
10905
10906 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10907
10908         * message.el (message-user-organization-file): Check several
10909         locations of the organization file.
10910
10911         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10912         Add gnus-article-view-part-as-type.
10913
10914         * gnus-art.el (gnus-article-view-part-as-type): New function.
10915
10916         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10917         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10918
10919         * mml.el: Simplify autoload.
10920         (mml-mode): defvar dnd-protocol-alist instead of using
10921         symbol-value.
10922         (mml-default-directory): New variable.
10923         (mml-minibuffer-read-file): Use it.
10924         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10925
10926         * message.el (message-citation-line-format): New variable.
10927         (message-insert-formated-citation-line): New function.
10928         (message-citation-line-function):
10929         Add `message-insert-formated-citation-line' to custom type.
10930
10931         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10932         to doc string.
10933
10934         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10935         depending on mm-verify-option.
10936
10937 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10938
10939         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10940         binding pgg-* variables; reimplement the section which prevents
10941         MIME header from being signed.
10942         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10943         pgg-text-mode; remove a blank line at the top of body.
10944
10945         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10946         lines at the top of body; use gnus-newsgroup-charset if there's no
10947         Charset header.
10948
10949 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10950
10951         * message.el (message-self-insert-commands): Doc fix.
10952
10953         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10954         (mm-uu-pgp-encrypted-test): Ditto.
10955         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10956         between header and body; return application/pgp-encrypted handle
10957         if decryption failed; decode decrypted body by charset.
10958
10959         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10960         element match to application/pgp-*.
10961
10962 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10963
10964         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10965         HTML.
10966
10967 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10968
10969         * mail-source.el (mail-source-call-script): Message the error
10970         string.
10971
10972 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10973
10974         * gnus-util.el (gnus-byte-compile): Use it.
10975
10976 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10977
10978         * gnus-util.el (kill-empty-logs): New function.
10979
10980 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10981
10982         * message.el (message-mail-alias-type): Doc fix.
10983         (message-mail-alias-type-p): New function.
10984         (message-send): Use it.
10985         (message-mode): Ditto.
10986         (message-strip-forbidden-properties): Ditto.
10987
10988         * ecomplete.el (ecomplete-database-file-coding-system):
10989         New variable.
10990         (ecomplete-save): Use it.
10991         (ecomplete-setup): Use it.
10992
10993 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10994
10995         * message.el (message-self-insert-commands): New variable.
10996         (message-strip-forbidden-properties): Use it.
10997
10998 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10999
11000         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11001         that doesn't make XEmacs choke.
11002
11003 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11004
11005         * gnus-util.el (gnus-replace-in-string):
11006         Prefer replace-regexp-in-string over of replace-in-string.
11007
11008 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11009
11010         * gnus-util.el (gnus-select-frame-set-input-focus):
11011         Use select-frame-set-input-focus if it is available in XEmacs; use
11012         definition defined in Emacs 22 for old Emacsen.
11013
11014         * dgnushack.el: Autoload unmorse-region for XEmacs.
11015
11016         * lpath.el: Bind cursor-in-non-selected-windows and
11017         select-frame-set-input-focus for XEmacs.
11018
11019 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11020
11021         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11022
11023 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11024
11025         * gnus-registry.el (gnus-registry-cache-save): Remove text
11026         properties when saving via the temp buffer.
11027
11028 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11029
11030         * message.el (message-generate-hashcash): Honor custom type.
11031
11032 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11033
11034         * message.el (message-generate-hashcash): Default to non-nil when
11035         hashcash is found.
11036
11037         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11038         (gnus-refer-thread-limit): Increase default to 500.
11039
11040         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11041
11042         * flow-fill.el (fill-flowed): Allow delete-space.
11043
11044 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11045
11046         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11047         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11048         Remove autoloads.
11049
11050 2006-04-18  Simon Josefsson  <jas@extundo.com>
11051
11052         * message.el (message-generate-hashcash): Default to.
11053
11054 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11055
11056         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11057         concatenating segments rather than before concatenating them.
11058
11059 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11060
11061         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11062
11063 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11064
11065         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11066
11067         * message.el (message-forward-make-body-plain):
11068         Allow message-forward-ignored-headers to be a list.
11069         (message-remove-ignored-headers): Factor out into function.
11070         (message-forward-make-body-mml): Use it.
11071
11072         * imap.el (imap-quote-specials): New function.
11073         (imap-login-auth): Quote specials.
11074
11075         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11076         (rfc2231-parse-string): Allow concatanation of parameters that
11077         aren't contiguous.  The test case is
11078           (mail-header-parse-content-type "message/external-body;
11079             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11080             access-type=LOCAL-FILE;
11081             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11082
11083 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11084
11085         * nntp.el (nntp-accept-process-output): Return the value of
11086         `nnheader-accept-process-output'.
11087
11088 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11089
11090         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11091         (gnus-button-alist): Recognize more diff formats.
11092         (gnus-button-patch): Strip directory.
11093
11094 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11095
11096         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11097         Emacs 22 when setting focus.
11098
11099 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11100
11101         * gnus-art.el (gnus-article-treat-types): Do treatment of
11102         text/x-verbatim parts.
11103         (gnus-button-patch): New command.
11104
11105         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11106         addresses that contain invalid characters.
11107
11108 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11109
11110         * message.el (message-put-addresses-in-ecomplete):
11111         Use gnus-replace-in-string.
11112         (message-is-yours-p): Use the more correct
11113         mail-header-parse-address instead of
11114         mail-extract-address-components.
11115         (message-put-addresses-in-ecomplete): Fix typo.
11116
11117         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11118         keystroke.
11119
11120         * gnus-art.el (gnus-treatment-function-alist): Change order of
11121         newsgroups/generic header folding to avoid double-folding.
11122
11123         * message.el (message-hidden-headers): Add X-Draft-From.
11124
11125         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11126         New command.
11127         (gnus-summary-repeat-search-article-backward): New command.
11128
11129         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11130         groups in the parent topic.
11131
11132 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11133
11134         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11135         (spam-extra-header-to-number): Return the CRM114 number as a
11136         number instead of a string.
11137
11138 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11139
11140         * gnus-art.el (gnus-face-properties-alist): Move here from
11141         gnus-fun.
11142
11143         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11144
11145 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11146
11147         * message.el (message-strip-forbidden-properties): Only display on
11148         self-insert-command.
11149
11150         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11151         reindent.
11152         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11153
11154 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11155
11156         * smiley.el (smiley-style): Fix typo.
11157
11158 2006-03-23  Kenichi Handa  <handa@m17n.org>
11159
11160         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11161         instead of set-buffer-multibyte.
11162
11163 2006-03-23  Kenichi Handa  <handa@m17n.org>
11164
11165         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11166         buffer and then decode the buffer text if necessary.
11167         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11168         first, and after mm-encode-body, change the buffer to unibyte.
11169
11170 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11171
11172         * hashcash.el (hashcash-insert-payment-async-2):
11173         Use message-goto-eoh instead of doing it manually.
11174         (mail-add-payment): Use message-narrow-to-header instead of trying
11175         to do the same itself.
11176
11177         * message.el (message-hidden-headers): Add Face.
11178
11179         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11180         reparenting code.
11181         (gnus-summary-reparent-children): Refactored out code.
11182         (gnus-summary-thread-map): New keystroke.
11183         (gnus-summary-reparent-children): Make into command.
11184
11185         * smiley.el (smiley-style): Default to `medium' if using a large
11186         font.
11187
11188         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11189         does it itself.
11190
11191         * message.el (message-point-in-header-p): Simplify definition.
11192
11193 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11194
11195         * nnagent.el (nnagent-request-set-mark): Silence log file
11196         writing.
11197         (nnagent-request-set-mark): Use write-region instead of
11198         append-to-file.
11199
11200         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11201         strange select method.
11202
11203         * ecomplete.el (ecomplete-display-matches): Get highlightling
11204         right.
11205         (ecomplete-display-matches): Use literals.
11206         (ecomplete-display-matches): Disable message logging.
11207
11208         * message.el (message-display-abbrev): Small optimization.
11209
11210         * ecomplete.el (ecomplete-display-matches): Allow automatic
11211         display.
11212
11213         * message.el (message-strip-forbidden-properties):
11214         Display abbrevs.
11215         (message-display-abbrev): Get automatic display right.
11216
11217         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11218         keystrokes.
11219
11220 2006-04-13  Romain Francoise  <romain@orebokech.com>
11221
11222         TODO: Backport to v5-10!
11223
11224         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11225         Move here (and rename) from gnus-registry.el.
11226
11227         * gnus-registry.el: Require gnus-util.
11228         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11229
11230 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11231
11232         * gnus-group.el (gnus-group-catchup-current):
11233         Change if-then-else-if-then-else into cond.
11234         (gnus-group-catchup): Indent.
11235         (group-name-at-point): New function.
11236         (gnus-fetch-group): Provide default from thing at point.
11237
11238 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11239
11240         * message.el (message-display-abbrev): Fix regexp.
11241
11242         * ecomplete.el (ecomplete-highlight-match-line):
11243         Reimplement choosing.
11244         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11245         dead variables.
11246
11247         * message.el (message-newline-and-indent): Remove debugging.
11248         (message-display-abbrev): Use new implementation.
11249
11250 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11251
11252         * gnus-art.el (gnus-article-mode):
11253         Set cursor-in-non-selected-windows to nil.
11254
11255         * smiley.el: Revert previous change.
11256         (smiley-data-directory): defvar it before using it in the
11257         defcustom of `smiley-style'.
11258
11259 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11260
11261         * message.el (message-newline-and-indent): New function.
11262
11263         * ecomplete.el: Implement more bits.
11264
11265         * message.el (message-put-addresses-in-ecomplete): Clean up the
11266         string.
11267
11268         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11269
11270         * gnus-sum.el (gnus-summary-save-parts):
11271         Bind gnus-summary-save-parts-counter and use it to make unique file
11272         names.
11273
11274         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11275
11276         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11277         parameter to say whether to actually parse the individual
11278         addresses.
11279
11280         * message.el (message-put-addresses-in-ecomplete): New function.
11281         (ecomplete): Require.
11282         (message-mail-alias-type): Add ecomplete as an option.
11283
11284 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11285
11286         * flow-fill.el (fill-flowed): Remove trailing space from blank
11287         quoted lines.
11288
11289 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11290
11291         * smiley.el (smiley-style): Move definition later to avoid a
11292         compilation warning.
11293
11294 2006-04-12  Kenichi Handa  <handa@m17n.org>
11295
11296         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11297         buffer and then decode the buffer text if necessary.
11298         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11299         first, and after mm-encode-body, change the buffer to unibyte.
11300         Use mm-disable-multibyte instead of set-buffer-multibyte.
11301
11302 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11303
11304         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11305         Content-Type header instead of Content-Disposition header.
11306         (gnus-mime-inline-part): Ditto.
11307         (gnus-mime-view-part-as-charset): Ignore charset that the part
11308         specifies.
11309
11310         * mm-decode.el (mm-display-part): Work with external parts and
11311         usual parts similarly.
11312
11313         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11314         instead of gnus-display-mime.
11315
11316         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11317         instead of with-temp-buffer.
11318
11319         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11320         tag to summarized topics part in order to encode non-ASCII text.
11321
11322 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11323
11324         * smiley.el (smiley-style): New variable.
11325         (smiley-directory): New function.
11326         (smiley-data-directory): Derive from `smiley-style' using
11327         `smiley-directory'.
11328         (smiley-regexp-alist): Add new entries.
11329
11330         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11331         (gnus-article-browse-delete-temp): Add :version.
11332
11333 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11334
11335         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11336         the sieve region.
11337
11338 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11339
11340         * gnus.el (gnus-version-number): Bump version.
11341
11342 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11343
11344         * gnus.el: No Gnus v0.4 is released.
11345
11346 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11347
11348         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11349         layout.
11350
11351         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11352         unknown charset.
11353
11354         * message.el (message-header-synonyms): Add Original-To to the
11355         default.
11356
11357         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11358         optional parameter.
11359
11360 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11361
11362         * gnus-fun.el (gnus): Require it for gnus-directory.
11363
11364 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11365
11366         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11367
11368 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11369
11370         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11371
11372 2006-04-05  Simon Josefsson  <jas@extundo.com>
11373
11374         * password.el (password-reset): New function.
11375
11376 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11377
11378         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11379         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11380
11381 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11382
11383         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11384         Some whitespace was matched into the url, which broke browsing hits
11385         > 100 when mm-url-use-external was nil.
11386
11387 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11388
11389         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11390         Check gnus-extra-headers for 'Newsgroups.
11391
11392         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11393         bound.
11394
11395 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11396
11397         * pgg-gpg.el: Clean up process buffers every time gpg processes
11398         complete.
11399
11400 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11401
11402         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11403         doc string.
11404
11405 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11406
11407         * pgg-gpg.el (pgg-gpg-process-filter)
11408         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11409
11410         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11411         lines, temporary fix.
11412
11413 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11414
11415         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11416
11417 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11418
11419         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11420         default-enable-multibyte-characters.  This reverts the change from
11421         revision 6.17 which is no longer necessary because the passphrase
11422         is sent separately now.  GnuPG messages are unreadable under
11423         multibyte locales with default-enable-multibyte-characters set to
11424         nil.
11425
11426 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11427
11428         * message.el (message-tool-bar-gnome): Move "spell".
11429
11430 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11431
11432         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11433         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11434         instead.
11435
11436 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11437
11438         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11439         Improve newsgroups handling for NNTP overviews which don't include
11440         Newsgroups.
11441
11442 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11443
11444         * message.el (message-resend): Bind message-generate-hashcash to nil.
11445
11446 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11447
11448         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11449         when searching for already-paid recipients.
11450
11451 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11452
11453         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11454         passphrases when it is not needed.
11455         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11456         passphrase stuff from gpg, should only be necessary when you use
11457         gpg with a smartcard.
11458
11459 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11460
11461         * mml.el (mml-insert-mime): Ignore cached contents of
11462         message/external-body part.
11463
11464         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11465         (mm-insert-part): Ditto.
11466
11467 2006-03-23  Simon Josefsson  <jas@extundo.com>
11468
11469         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11470         Reiner.
11471         (pgg-gpg-use-agent-p): Use it again.
11472
11473 2006-03-23  Simon Josefsson  <jas@extundo.com>
11474
11475         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11476         older emacsen.
11477         (pgg-gpg-use-agent-p): Don't use it.
11478
11479 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11480
11481         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11482         if we can.
11483
11484 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11485
11486         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11487         (pgg-gpg-update-agent): New function.
11488         (pgg-gpg-use-agent-p): New function.
11489         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11490         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11491         (pgg-gpg-sign-region): Use it.
11492
11493 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11494
11495         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11496         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11497
11498 2006-03-21  Simon Josefsson  <jas@extundo.com>
11499
11500         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11501         <wilde@sha-bang.de>.
11502         (pgg-gpg-use-agent): New variable.
11503         (pgg-gpg-process-region): Use it.
11504         (pgg-gpg-encrypt-region): Likewise.
11505         (pgg-gpg-encrypt-symmetric-region): Likewise.
11506         (pgg-gpg-decrypt-region): Likewise.
11507         (pgg-gpg-sign-region): Likewise.
11508         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11509
11510 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11511
11512         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11513
11514         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11515         Add comment on version.
11516
11517 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11518
11519         * smiley.el: Add missing test smiley.
11520
11521 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11522
11523         * mm-decode.el (mm-with-part): New macro.
11524         (mm-get-part): Use it; work with message/external-body as well.
11525         (mm-save-part): Treat name and filename equally.
11526
11527         * mm-extern.el (mm-extern-cache-contents): New function.
11528         (mm-inline-external-body): Use it; force the part to be displayed;
11529         move undisplayer added to the cached handle to the parent.
11530
11531         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11532         (gnus-mime-view-part-as-type): Work with message/external-body.
11533
11534         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11535
11536 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11537
11538         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11539         images in image-load-path.  [Sync with image.el, revision 1.60, in
11540         Emacs.]
11541
11542 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11543
11544         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11545         path rather than symbol.  Always return list of directories.
11546         Guarantee that image directory comes first.  [Sync with image.el,
11547         revision 1.59, in Emacs.]
11548
11549         * message.el (message-make-tool-bar): Adjust to new API of
11550         `gmm-image-load-path-for-library'.
11551
11552         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11553
11554         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11555
11556 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11557
11558         * gnus-art.el (gnus-article-only-boring-p):
11559         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11560         intangible text.
11561         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11562
11563 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11564
11565         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11566         Use `defun' instead of `gmm-defun-compat'.
11567
11568 2006-03-14  Simon Josefsson  <jas@extundo.com>
11569
11570         * message.el (message-unique-id): Don't use message-number-base36
11571         if (user-uid) is a float.
11572         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11573
11574 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11575
11576         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11577
11578         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11579         empty line between a part and a message part.
11580
11581 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11582
11583         * smiley.el: Add more test smileys.
11584         (smiley-data-directory, smiley-regexp-alist)
11585         (gnus-smiley-file-types): Fix doc strings.
11586         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11587         adding new elements.
11588         (smiley-mouse-map): Unused code.  Make it a comment.
11589
11590 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11591
11592         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11593         scan latest NoCeM messages instead of old ones.
11594         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11595         delimiters that are recently used.
11596         (gnus-nocem-load-cache): Add autoload cookie.
11597
11598         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11599
11600         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11601         level which is larger than gnus-use-nocem is specified.
11602
11603         * gnus-group.el (gnus-group-get-new-news): Ditto.
11604
11605 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11606
11607         * gnus-util.el (gnus-tool-bar-update): New function.
11608
11609         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11610         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11611
11612         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11613
11614         * gnus-group.el (gnus-group-redraw-when-idle)
11615         (gnus-group-redraw-check): Remove.
11616         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11617
11618 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11619
11620         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11621         if optional last element is specified in splits (FIELD VALUE...).
11622
11623 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11624
11625         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11626         to gmm-image-load-path-for-library.  Call with no-error argument.
11627         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11628
11629         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11630
11631         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11632
11633         * gmm-utils.el (gmm-image-load-path): Remove alias.
11634
11635 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11636
11637         * gmm-utils.el (gmm-image-load-path): Add alias.
11638
11639         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11640         nnml-generate-nov-databases-1.
11641         (nnml-generate-nov-databases): Use it.
11642         (nnml-generate-nov-databases-directory): Document no-active
11643         argument.
11644
11645         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11646         directory if path is t.  Add no-error.
11647
11648         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11649         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11650
11651         * gnus-art.el (gnus-article-browse-delete-temp-files):
11652         Simplify resetting gnus-article-browse-html-temp-list.
11653
11654         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11655         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11656         Add example to docstring.  Rename local variables.  Move error
11657         checks to default case in cond and simplify.
11658
11659 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11660
11661         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11662         handle is multipart when calling it recursively.
11663         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11664
11665 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11666
11667         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11668         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11669
11670 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11671
11672         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11673         is loaded.
11674
11675         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11676         loaded.
11677
11678 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11679
11680         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11681         to "Emacs 23 (unicode)" in doc string.
11682
11683         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11684         "Emacs 23 (unicode)" in comment.
11685
11686 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11687
11688         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11689
11690         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11691         characters 160 through 255 in Emacs 23.
11692
11693 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11694
11695         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11696         gnus-article-browse-html-temp.
11697         (gnus-article-browse-delete-temp): Make it customizable.
11698         Add `file'.  Adjust doc string.
11699         (gnus-article-browse-delete-temp-files): Add argument.
11700         Allow query for each file.  Adjust doc string.
11701         (gnus-article-browse-html-parts):
11702         Add `gnus-article-browse-delete-temp-files' to
11703         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11704
11705 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11706
11707         * gnus-art.el (gnus-article-browse-html-temp)
11708         (gnus-article-browse-delete-temp): New variables.
11709         (gnus-article-browse-delete-temp-files): New function.
11710         (gnus-article-browse-html-parts): Use it.
11711
11712 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11713
11714         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11715
11716         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11717         string.
11718
11719         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11720         gnus-summary-insert-new-articles when unplugged.
11721         Remove gnus-summary-search-article-forward.
11722
11723         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11724         display-visual-class instead of display-color-cells.
11725
11726 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11727
11728         * dgnushack.el: Autoload customize-group for XEmacs.
11729
11730         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11731         message/* containing non-ASCII text properly.
11732
11733 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11734
11735         * message.el: Require gmm-utils, remove autoloads.
11736         (message-tool-bar): Set default based on
11737         gmm-tool-bar-style.
11738         (message-tool-bar-gnome): Add gmm-customize-mode.
11739
11740         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11741         gmm-tool-bar-style.
11742         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11743
11744         * gnus-group.el (gnus-group-tool-bar): Set default based on
11745         gmm-tool-bar-style.
11746         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11747
11748         * gmm-utils.el (gmm-image-directory): Rename variable from
11749         gmm-image-load-path.
11750         (gmm-image-load-path): Use gmm-image-directory.
11751         (gmm-customize-mode): New function.
11752         (gmm-tool-bar-style): New variable.
11753
11754         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11755         gnus-group-redraw-line-number.
11756         (gnus-group-redraw-check): Simplify.
11757         (gnus-group-tool-bar-update): Remove redraw check.
11758         (gnus-group-make-tool-bar): Add redraw check.
11759
11760 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11761
11762         * gnus-art.el (gnus-button): Add missing parentheses.
11763
11764 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11765
11766         * lpath.el: Fbind line-number-at-pos.
11767
11768 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11769
11770         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11771
11772 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11773
11774         * gnus-art.el (gnus-button): New face.
11775         (gnus-article-button-face): Use it.
11776
11777         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11778         Add gnus-summary-next-page.  Re-order.
11779
11780         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11781         next-node are now included.
11782         (gnus-group-redraw-line-number): New internal variable.
11783         (gnus-group-redraw-check): Helper function for updating the tool
11784         bar.
11785         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11786
11787         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11788
11789         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11790         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11791         Use it to match format of Spamassassin 3.0 and later.
11792         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11793         (spam-check-bogofilter)
11794         (spam-bogofilter-register-with-bogofilter): Fix args of
11795         `gnus-error' calls.
11796
11797 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11798
11799         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11800         unnecessary interaction when sending queued mails.
11801         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11802
11803 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11804
11805         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11806         first or last are nil.
11807
11808 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11809
11810         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11811
11812 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11813
11814         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11815
11816 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11817
11818         * dns.el (query-dns): Protect more against buggy tcp output.
11819
11820 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11821
11822         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11823         nov.php.
11824
11825 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11826
11827         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11828         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11829         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11830         output on the server side.
11831         (nnweb-google-create-mapping): Update regexps and add some
11832         progress indication.
11833
11834 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11835
11836         * gnus-group.el (gnus-group-tool-bar-gnome):
11837         Fix gnus-agent-toggle-plugged.  Re-order icons.
11838         (gnus-group-tool-bar-gnome):
11839         Add gnus-group-{prev,next}-unread-group.
11840         (gnus-group-tool-bar-gnome): Re-order icons.
11841
11842         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11843         Move gnus-summary-insert-new-articles.
11844
11845         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11846         Fix comments.
11847
11848         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11849         also available in Emacs 21.3.
11850
11851         * message.el (message-fix-before-sending): Change "Emacs 22" to
11852         "Emacs 23 (unicode)" in comment.
11853
11854         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11855         "Emacs 23 (unicode)" in comment.
11856
11857         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11858         comment.
11859         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11860
11861         * mm-view.el (mm-fill-flowed): Add :version.
11862
11863 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11864
11865         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11866         and load-path.
11867
11868 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11869
11870         * message.el: Autoload gmm-image-load-path.
11871         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11872         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11873         consitency.
11874
11875         * gmm-utils.el (gmm-image-load-path): Also search in
11876         "../etc/images".  Don't set gmm-image-load-path if we don't find
11877         the image.
11878
11879 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11880
11881         * gmm-utils.el (gmm-image-load-path): Don't make
11882         `gmm-image-load-path' include subdirectories which the second arg
11883         `image' might specify.
11884
11885         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11886         subdirectory to icon file names.
11887
11888         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11889
11890 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11891
11892         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11893         gmm-image-load-path calls.
11894
11895         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11896
11897         * message.el (message-make-tool-bar): Ditto.
11898
11899         * mml.el (mml-preview): Add comment concerning tool bar icons.
11900
11901         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11902         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11903
11904         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11905         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11906
11907         * message.el (message-tool-bar-gnome): Use new icon names.
11908         (message-make-tool-bar): Use `gmm-image-load-path'.
11909
11910         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11911         New functions from MH-E.
11912         (gmm-image-load-path): New variable from MH-E.
11913         (gmm-image-load-path): New function from MH-E.  Add arguments
11914         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11915         *-image-load-path-called-flag.
11916
11917 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11918
11919         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11920
11921 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11922
11923         * nnimap.el (nnimap-request-move-article): Change folder back to
11924         source group before deleting.
11925
11926 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11927
11928         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11929
11930         * gnus-art.el (mm-url-insert-file-contents-external):
11931         Autoload mm-url.
11932
11933         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11934
11935 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11936
11937         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11938         coding system which mm-charset-to-coding-system returns for a
11939         given charset is valid.
11940
11941 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11942
11943         * html2text.el (html2text-remove-tag-list):
11944         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11945
11946 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11947
11948         * gnus-cus.el: Revert 2005-10-17 change.
11949
11950 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11951
11952         * gnus-art.el (article-strip-banner):
11953         Call article-really-strip-banner only when the regexp match is made.
11954
11955 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11956
11957         * gnus-art.el (article-strip-banner):
11958         Use gnus-extract-address-components instead of
11959         mail-header-parse-addresses to make it work with non-ASCII text;
11960         remove mail-encode-encoded-word-string.
11961
11962         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11963         values which are surrounded with \"...\"; make it never cause a
11964         Lisp error; give up parsing of parameters if it failed in
11965         extracting type.
11966
11967 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11968
11969         * smime.el (smime-cert-by-ldap-1): Fix bug where
11970         `smime-ldap-search' returns results without userCertificates.
11971
11972 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11973
11974         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11975
11976 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11977
11978         * spam.el (spam-check-spamassassin-headers): Adapt format for
11979         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11980         <ari@mbf.ocn.ne.jp>.
11981         (spam-list-of-processors): Add spam-use-gmane.
11982
11983 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11984
11985         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11986         make-temp-file; make it work with XEmacs as well.
11987
11988         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11989         mm-make-temp-file.
11990
11991         * mm-decode.el (mm-display-external): Use the 3rd arg of
11992         mm-make-temp-file.
11993         (mm-create-image-xemacs): Ditto.
11994
11995 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11996
11997         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11998         with message-narrow-to-headers.
11999         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12000         (gnus-draft-check-draft-articles): New function.
12001         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12002
12003 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12004
12005         * gnus-art.el (gnus-article-browse-html-parts):
12006         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12007         Don't use suffix argument for mm-make-temp-file for Emacs 21
12008         compatibility.  Remove useless `format'.
12009
12010 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12011
12012         * nnweb.el (nnweb-google-wash-article): Update regexps.
12013         (nnweb-group-alist): Use defvoo instead of defvar.
12014
12015 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12016
12017         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12018         re-loading nn* modules.
12019
12020 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12021
12022         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12023         for `tool-bar-mode' and don't check it's default-value.
12024
12025         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12026
12027         * message.el (message-make-tool-bar): Ditto.
12028
12029         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12030         `substring'.  Shorten tmp-file name.
12031
12032         * gnus.el: Remove bogus comment.
12033
12034 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12035
12036         * gnus-art.el (gnus-article-browse-html-parts): New function.
12037         (gnus-article-browse-html-article): New function for viewing html
12038         articles with a browser.
12039
12040 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12041
12042         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
12043         in elisp.
12044         (pgg-gpg-encrypt-symmetric-region): Ditto.
12045         (pgg-gpg-sign-region): Ditto.
12046
12047         * pgg-def.el (pgg-text-mode): New variable.
12048
12049         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12050         (mml2015-pgg-encrypt): Ditto.
12051
12052         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12053         (mml1991-pgg-encrypt): Ditto.
12054
12055 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12056
12057         * nnfolder.el (nnfolder-insert-newsgroup-line):
12058         Use message-make-date instead of current-time-string.
12059
12060         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12061         to gnus-decoded which mm-uu might set.
12062
12063 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12064
12065         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12066         don't decode quoted parameters; remove misimported Emacs code.
12067         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12068         (rfc2231-decode-encoded-string): Don't use split-string which
12069         behaves differently according to Emacs version; use
12070         mm-decode-coding-region to convert charset to coding-system.
12071         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12072         (rfc2231-encode-string): Remove misimported Emacs code.
12073
12074 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12075
12076         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12077         when calling mail-header-parse-content-type.
12078         (article-de-quoted-unreadable): Ditto.
12079         (article-de-base64-unreadable): Ditto.
12080         (article-wash-html): Ditto.
12081
12082         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12083         calling mail-header-parse-content-type and
12084         mail-header-parse-content-disposition.
12085         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12086         mail-header-parse-content-type.
12087
12088         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12089         insert charset and format parameters; encode description after
12090         inserting it to buffer.
12091         (mml-insert-parameter): Fold lines properly even if a parameter is
12092         segmented into two or more lines; change the max column to 76.
12093
12094         * rfc1843.el (rfc1843-decode-article-body): Don't use
12095         ignore-errors when calling mail-header-parse-content-type.
12096
12097         * rfc2231.el (rfc2231-parse-string): Return at least type if
12098         possible; don't cause an error even if it fails in parsing of
12099         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12100         (rfc2231-encode-string): Don't break lines at the beginning, leave
12101         it to mml-insert-parameter.
12102
12103         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12104         calling mail-header-parse-content-type.
12105
12106 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12107
12108         * spam-report.el (spam-report-gmane-use-article-number):
12109         Improve doc string.
12110         (spam-report-gmane-internal): Check if a suitable header was found
12111         in the article.
12112
12113 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12114
12115         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12116         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12117
12118 2006-02-05  Romain Francoise  <romain@orebokech.com>
12119
12120         Update copyright notices of all files in the gnus directory.
12121
12122 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12123
12124         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12125
12126 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12127
12128         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12129         segmented lines of parameter value to cope with Thunderbird 1.5
12130         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12131         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12132         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12133
12134 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12135
12136         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12137         parts.
12138
12139 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12140
12141         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12142         there's only one active file for all servers.
12143         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12144         solid groups.  Gnus might have used a FAST request to select the group.
12145         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12146         and nnweb-search redundantly in the active file.
12147         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12148         (nnweb-request-create-group): Don't use ARGS.
12149         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12150         initialisations.  Let nnoo do the work.
12151
12152 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12153
12154         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12155         Say the part has been decoded.
12156
12157         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12158
12159 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12160
12161         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12162         mailcap-viewer-test-cache when there's no 'test clause, since that
12163         will invert the meaning of a "nil" test previously determined by
12164         mailcap-mailcap-entry-passes-test.
12165
12166 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12167
12168         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12169         compiling.
12170
12171         * gnus-sum.el: Ditto.
12172
12173         * message.el: Don't bind tool-bar-map when compiling.
12174
12175 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12176
12177         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12178
12179 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12180
12181         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12182         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12183         current Google Groups.
12184
12185 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12186
12187         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12188         and tool-bar-mode.
12189
12190         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12191         and tool-bar-mode.
12192
12193         * message.el (message-tool-bar-update): Simplify.
12194         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12195
12196         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12197         gnus-summary-buffer.
12198         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12199         gnus-summary-reply.
12200
12201         * gmm-utils.el (gmm): Add :version.
12202
12203 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12204
12205         * Makefile.in (clean): New rule.
12206         (distclean): Use it.
12207
12208 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12209
12210         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12211         Don't autoload.
12212
12213 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12214
12215         * gmm-utils.el (gmm-verbose): Add :group.
12216
12217 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12218
12219         * message.el: Change some comments WRT tool-bars.
12220
12221         * gnus-sum.el (gnus-summary-tool-bar)
12222         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12223         (gnus-summary-tool-bar-zap-list): New variables.
12224         (gnus-summary-make-tool-bar): Complete rewrite using
12225         `gmm-tool-bar-from-list'.
12226
12227         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12228         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12229         New variables.
12230         (gnus-group-make-tool-bar): Complete rewrite using
12231         `gmm-tool-bar-from-list'.
12232         (gnus-group-tool-bar-update): New function.
12233
12234         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12235
12236 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12237
12238         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12239         is dissected into a single part of which the type is the same as
12240         the given one; decode charset.
12241
12242 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12243
12244         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12245         into alists as symbol not string, since that's what
12246         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12247         look for.
12248
12249 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12250
12251         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12252         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12253
12254         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12255
12256 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12257
12258         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12259         (gnus-xmas-mime-security-button-menu): New function.
12260
12261         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12262         (gnus-mime-security-button-menu): New definition.
12263         (gnus-mime-security-button-map): Use them.
12264         (gnus-mime-security-button-menu): New function.
12265         (gnus-insert-mime-security-button): Addition to help echo.
12266         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12267         (gnus-mime-security-pipe-part): New functions.
12268
12269         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12270         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12271
12272         * mm-decode.el (mm-handle-set-disposition): Remove.
12273         (mm-handle-set-description): Remove.
12274
12275 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12276
12277         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12278         (mm-w3m-standalone-supports-m17n-p): New function.
12279         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12280         w3m usage.
12281
12282         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12283         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12284
12285 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12286
12287         * message.el (message-tool-bar-zap-list):
12288         Use gmm-tool-bar-zap-list as custom type.
12289         (message-tool-bar-update): New function.
12290         (message-tool-bar, message-tool-bar-gnome)
12291         (message-tool-bar-retro): Add message-tool-bar-update.
12292         (message-tool-bar-gnome): Add flyspell-buffer.
12293
12294         * gnus-util.el (gnus-error): Describe `args'.
12295
12296         * gmm-utils.el (gmm-error): Describe `args'.
12297         (gmm-tool-bar-zap-list): New widget.
12298         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12299
12300 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12301
12302         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12303         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12304         the number of recursive calls.
12305
12306         * mm-decode.el (mm-handle-set-disposition): New macro.
12307         (mm-handle-set-description): New macro.
12308
12309 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12310
12311         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12312         encoding.
12313
12314 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12315
12316         * message.el (message-tool-bar-zap-list, message-tool-bar)
12317         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12318         (message-tool-bar-local-item-from-menu): Remove.
12319         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12320         (message-make-tool-bar): New function.
12321         (message-mode): Use `message-make-tool-bar'.
12322
12323         * gmm-utils.el: New file.
12324         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12325         (gmm-lazy): New widget copied from `nnmail.el'.
12326         (gmm-tool-bar-from-list): New function for creating customizable
12327         tool bars.
12328         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12329         output.
12330         (gmm): Add :prefix to defgroup.
12331
12332 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12333
12334         * gmm-utils.el (gmm-widget-p): New function.
12335
12336 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12337
12338         * mml.el (mml-attach-file): Describe `description' in doc string.
12339         (mml-menu): Add Emacs MIME manual and PGG manual.
12340
12341 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12342
12343         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12344
12345 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12346
12347         * nntp.el (nntp-end-of-line): Doc fix.
12348
12349 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12350
12351         * imap.el (imap-open): Handle case where buffer is a buffer
12352         object.
12353
12354 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12355
12356         * gnus-delay.el (gnus-delay): Don't autoload.
12357         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12358         to be re-loaded when customizing the `gnus-delay' group.
12359
12360 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12361
12362         * message.el (message-insert-citation-line): Use newlines.
12363
12364 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12365
12366         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12367         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12368         these routines, so the passphrase can be managed externally and
12369         passed in to the system.
12370         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12371         pgg-add-passphrase-to-cache function.
12372
12373         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12374         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12375         these routines, so the passphrase can be managed externally and
12376         passed in to the system.
12377         (pgg-pgp5-sign-region): Use new name of
12378         pgg-add-passphrase-to-cache function.
12379
12380 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12381
12382         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12383         part of the decoded armor to find the key-identifier.
12384         (pgg-gpg-lookup-key-owner): New function to return the
12385         human-readable identifier of a key owner.
12386         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12387         itself.
12388         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12389         the key value) if we have a key and can match it against a secret
12390         key.  Also, added a note pointing out fact that the prompt only
12391         indicates the first matching key.
12392
12393         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12394         pgg-decrypt-region.
12395         (pgg-add-passphrase-to-cache): Rename from
12396         `pgg-add-passphrase-cache' to reduce confusion (all callers
12397         changed).
12398         (pgg-remove-passphrase-from-cache): Rename from
12399         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12400         changed).
12401         (pgg-read-passphrase, pgg-add-passphrase-cache)
12402         (pgg-remove-passphrase-cache): Add informative docstrings.
12403         (pgg-decrypt): Convey provided passphrase in subordinate call to
12404         pgg-decrypt-region.
12405
12406 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12407
12408         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12409         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12410         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12411         'passphrase' argument, so the passphrase can be managed externally
12412         and then passed in to the system.
12413
12414         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12415         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12416         so the passphrase cache can be used reliably with identifiers
12417         besides a pgp packet's key id.
12418
12419         * pgg-gpg.el (pgg-gpg-encrypt-region)
12420         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12421         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12422         these routines, so the passphrase can be managed externally and
12423         passed in to the system.
12424
12425         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12426         'notruncate' argument, so the passphrase cache can be used
12427         reliably with identifiers besides a pgp packet's key id.
12428
12429 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12430
12431         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12432         symmetric encryption.
12433         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12434         encrypted session key.
12435         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12436         message ask for the passphrase in a proper way.
12437
12438         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12439         New user commands for symmetric encryption.
12440
12441 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12442
12443         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12444
12445         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12446
12447 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12448
12449         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12450
12451 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12452
12453         * mm-decode.el (mm-inlined-types): Add application/pgp.
12454         (mm-automatic-display): Ditto.
12455
12456         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12457         part as text.
12458
12459 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12460
12461         * nnrss.el: Update copyright.
12462         (nnrss-opml-import): Query whether to subscribe to each entry.
12463
12464         * gnus-art.el:
12465         * gnus-sum.el:
12466         * gnus-xmas.el:
12467         * messagexmas.el:
12468         * mm-uu.el:
12469         * mm-view.el: Update copyright.
12470
12471 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12472
12473         * message.el (message-info): New function.
12474         (message-mode-menu): Add it.
12475         Update copyright.
12476
12477         * ChangeLog: Fix and update copyright.
12478
12479 2006-01-13  Romain Francoise  <romain@orebokech.com>
12480
12481         * message.el (message-forward-subject-name-subject): Prefer the
12482         address to 'nowhere' if the sender has no name.
12483         Fix typo.  Update copyright year.
12484
12485 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12486
12487         * gnus-art.el (article-wash-html):
12488         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12489         (gnus-article-wash-html-with-w3m-standalone): New function.
12490
12491         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12492         mm-inline-text-html-render-with-w3m-standalone.
12493         (mm-text-html-washer-alist): Map w3m-standalone to
12494         gnus-article-wash-html-with-w3m-standalone.
12495         (mm-inline-text-html-render-with-w3m-standalone): New function.
12496
12497 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12498
12499         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12500         Improve LaTeX.
12501
12502 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12503
12504         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12505         (nnrss-request-article): Render text/plain parts as HTML.
12506
12507         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12508         the buffer.
12509
12510 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12511
12512         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12513         custom definition of `gnus-posting-styles'.
12514
12515         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12516         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12517
12518 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12519
12520         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12521         Use nntp for bug archive.
12522
12523 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12524
12525         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12526         parts.
12527         (nnrss-normalize-date): New function converts ISO 8601 date into
12528         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12529         (nnrss-check-group): Use it.
12530
12531 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12532
12533         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12534
12535         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12536         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12537         (nnrss-insert-w3): Ditto.
12538
12539 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12540
12541         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12542         the articles to be forwarded including the case where neither a
12543         number of articles nor a region is specified.
12544
12545 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12546
12547         * nnrss.el (nnrss-request-article): Fix last change; fill
12548         text/plain parts.
12549
12550 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12551
12552         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12553         in text/plain part.
12554         (nnrss-check-group): Don't add excessive newline to dc:subject.
12555
12556 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12557
12558         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12559         article.
12560
12561 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12562
12563         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12564         (nnml-use-compressed-files, nnml-save-mail): Support other
12565         comression programs such as bzip2.
12566
12567 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12568
12569         * dns.el (query-dns): Make sure we check the buffer size before
12570         removing tcp headers.
12571
12572 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12573
12574         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12575         remove MIME buttons associated with multipart/alternative parts.
12576         (gnus-mime-display-alternative): Tag buttons using `article-type'
12577         text property.
12578
12579         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12580         associated with multipart/alternative parts.
12581
12582         * gnus-art.el (gnus-signature-separator): Fix custom type.
12583
12584         * mm-decode.el (mm-inlined-types): Fix custom type.
12585         (mm-keep-viewer-alive-types): Ditto.
12586         (mm-automatic-display): Ditto.
12587         (mm-attachment-override-types): Ditto.
12588         (mm-inline-override-types): Ditto.
12589         (mm-automatic-external-display): Ditto.
12590
12591 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12592
12593         * spam-report.el (spam-report-user-mail-address)
12594         (spam-report-user-agent): New variables.
12595         (spam-report-url-ping-plain): Use spam-report-user-agent.
12596
12597 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12598
12599         * gnus-art.el (gnus-button-handle-custom): Do not just use
12600         `customize-apropos' for any "M-x customize-*" button but the
12601         function called for.  Accept both the function name and its
12602         argument in order to achieve this.
12603         (gnus-button-alist): Remove support for "custom:" URL's.
12604         Pass function name to `gnus-button-handle-custom' in case of "M-x
12605         customize-*" buttons.
12606
12607 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12608
12609         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12610         multipart/alternative and add xref to mm-discouraged-alternatives
12611         in doc string.
12612
12613         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12614         gnus-buttonized-mime-types in doc string.
12615
12616 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12617
12618         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12619         Suggest image/.* in the doc string.
12620
12621 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12622
12623         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12624         message-marks (Debian bug #342521).
12625
12626 2005-12-12  Simon Josefsson  <jas@extundo.com>
12627
12628         * password.el (password-read-from-cache): Add.
12629         (password-read): Use it.
12630
12631 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12632
12633         * rfc2047.el (rfc2047-charset-to-coding-system):
12634         Recognize us-ascii as a MIME charset.
12635
12636         * mm-bodies.el (mm-decode-content-transfer-encoding):
12637         Protect against the case where the 2nd arg TYPE is nil.
12638
12639 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12640
12641         * pop3.el (pop3-stream-type): Fix custom version.
12642
12643         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12644
12645 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12646
12647         * mm-decode.el (mm-display-external): Add missing cdr.
12648
12649 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12650
12651         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12652         RFC1524) if it is in mailcap or add a suffix according to
12653         mailcap-mime-extensions when generating a temp filename; postpone
12654         deleting a temp file for 2 seconds for some wrappers, shell
12655         scripts, and so on, which might exit right after having started a
12656         viewer command as a background job.
12657
12658 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12659
12660         * nntp.el (nntp-marks-directory): Fix custom group.
12661
12662         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12663         steps when < 10.
12664
12665         * gnus-start.el (gnus-no-server-1):
12666         Mention `gnus-level-default-subscribed' in doc string.
12667
12668 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12669
12670         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12671         parens.
12672
12673 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12674
12675         * gnus-xmas.el (gnus-use-toolbar): Revert.
12676         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12677         gnus-use-toolbar is default.
12678
12679         * messagexmas.el (message-use-toolbar): Revert.
12680         (message-setup-toolbar): Use global default-toolbar if
12681         message-use-toolbar is default.
12682
12683 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12684
12685         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12686         according to default-toolbar-visible-p.
12687
12688         * messagexmas.el (message-use-toolbar): Ditto.
12689
12690 2005-11-26  Dave Love  <fx@gnu.org>
12691
12692         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12693         (tls-program, tls-success): Provide openssl alternative.
12694
12695         * starttls.el: Doc fixes.
12696         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12697         SERVICE to PORT.
12698
12699         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12700         port null or service name.
12701         (starttls-negotiate): Autoload.
12702
12703 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12704
12705         * message.el (message-kill-to-signature): Fix interactive spec.
12706
12707 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12708
12709         * pop3.el (pop3-open-server): Recognize a string as a service name.
12710
12711 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12712
12713         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12714
12715 2005-11-23  Dave Love  <fx@gnu.org>
12716
12717         Add pop3s, pop3/starttls.
12718
12719         * pop3.el (pop3-authentication-scheme): Clarify doc.
12720         (open-tls-stream, starttls-open-stream): Autoload.
12721         (pop3-stream-type): New.
12722         (pop3-open-server): Use it.
12723
12724         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12725         for POP.
12726         (mail-source-keyword-map): Add :stream for POP.
12727         (mail-source-fetch-pop): Use pop3-stream-type.
12728
12729 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12730
12731         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12732         of current-time-string.
12733
12734 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12735
12736         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12737         date header.
12738
12739 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12740
12741         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12742         it can seriously impact performance as it bypasses the agent's
12743         local caches.
12744
12745 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12746
12747         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12748         must be explicitly online rather than "not explicitly offline" for
12749         its flags to be synchronized.
12750
12751         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12752         that gnus-uu-unmark-thread will function correctly.
12753
12754         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12755         1024K is instead displayed as 1M.
12756
12757 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12758
12759         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12760
12761 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12762
12763         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12764
12765 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12766
12767         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12768         error message to display actual error condition.
12769         (gnus-agent-save-local): Avoid saving symbols that are bound to
12770         nil as they simply result in a warning message in
12771         gnus-agent-read-local.
12772
12773 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12774
12775         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12776         rather than make-variable-buffer-local for file-precious-flag.
12777
12778 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12779
12780         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12781         for duplicates which are removed.  The invalid sort check then
12782         triggers a rescan after the sort as sorting may have moved
12783         duplicate entries such that they can be cheaply detected.
12784
12785 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12786
12787         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12788
12789 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12790
12791         * gnus-agent.el (gnus-agent-article-alist-save-format):
12792         Change internal variable to a custom variable.  Change default value
12793         from compressed(2) to uncompressed(1).
12794         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12795         support for uncompressed agentview files.  Taken together, reading
12796         the agentview file should now be 6-7 times faster.
12797
12798 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12799
12800         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12801         as a buffer-local variable.  This avoids creating truncated
12802         dribble files as a result of a hang up, eg.
12803
12804 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12805
12806         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12807         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12808         XEmacs.
12809
12810 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12811
12812         * gnus-start.el (gnus-start-draft-setup):
12813         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12814
12815         * gnus.el (gnus-splash): Change custom group.
12816         (gnus-group-get-parameter, gnus-group-parameter-value):
12817         Describe allow-list argument.
12818
12819         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12820         string.
12821
12822 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12823
12824         * gnus-art.el (gnus-default-article-saver): Add user-defined
12825         `function' to custom type.
12826
12827 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12828
12829         * imap.el (imap-open): Handle case where buffer is a buffer
12830         object.
12831
12832 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12833
12834         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12835         long lines.
12836         (gnus-cache-delete-group): Wrap doc strings.
12837
12838         * gnus-agent.el (gnus-agent-rename-group)
12839         (gnus-agent-delete-group): Wrap doc strings.
12840
12841 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12842
12843         * messagexmas.el (message-use-toolbar): Change the valid values
12844         into default, top, bottom, left, and right.
12845         (message-toolbar-thickness): New variable.
12846         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12847         well.
12848         (message-setup-toolbar): Make it work.
12849
12850         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12851         (gnus-use-toolbar): Change the valid values into default, top,
12852         bottom, left, and right.
12853         (gnus-toolbar-thickness): New variable.
12854         (gnus-xmas-setup-toolbar): New function.
12855         (gnus-xmas-setup-group-toolbar): Use it.
12856         (gnus-xmas-setup-summary-toolbar): Use it.
12857
12858 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12859
12860         * gnus-start.el (gnus-1): Add "native" to
12861         gnus-predefined-server-alist.
12862
12863         * gnus.el (gnus-method-to-server): Don't add "native" to the
12864         lists here, because that leads to problems when
12865         gnus-select-method is bound.
12866
12867 2005-11-09  Simon Josefsson  <jas@extundo.com>
12868
12869         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12870         use (not sort-by-date) instead.
12871
12872 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12873
12874         * gnus-delay.el (gnus-delay-group): Don't autoload.
12875         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12876         to be re-loaded when customizing the `gnus-delay' group.
12877
12878 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12879
12880         * message.el: Revert last changes.
12881         (message-insert-citation-line): Use newlines.
12882
12883 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12884
12885         * message.el (message-courtesy-message)
12886         (message-mark-insert-begin, message-mark-insert-end)
12887         (message-elide-ellipsis, message-cancel-message)
12888         (message-add-header, message-change-subject)
12889         (message-cross-post-followup-to-header)
12890         (message-cross-post-insert-note, message-reduce-to-to-cc)
12891         (message-widen-reply, message-delete-not-region)
12892         (message-kill-to-signature, message-insert-signature)
12893         (message-insert-importance-high, message-insert-importance-low)
12894         (message-insert-or-toggle-importance)
12895         (message-insert-disposition-notification-to)
12896         (message-indent-citation, message-yank-original)
12897         (message-cite-original-without-signature, message-cite-original)
12898         (message-insert-citation-line, message-position-on-field)
12899         (message-fix-before-sending, message-send-mail-partially)
12900         (message-send-mail, message-send-mail-with-sendmail)
12901         (message-send-mail-with-qmail, message-send-news)
12902         (message-check-news-header-syntax, message-generate-headers)
12903         (message-insert-courtesy-copy, message-fill-address)
12904         (message-fill-header, message-shorten-references)
12905         (message-setup-1, message-cancel-news)
12906         (message-forward-make-body-plain, message-forward-make-body-mime)
12907         (message-forward-make-body-mml, message-encode-message-body)
12908         (message-forward-make-body-digest-plain)
12909         (message-forward-make-body-digest-mime)
12910         (message-use-alternative-email-as-from): Insert `hard-newline'
12911         instead of ordinary newlines.
12912
12913 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12914
12915         * message.el (message-generate-headers): Downcase the argument
12916         given to message-check-element.
12917
12918 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12919
12920         * nntp.el (nntp-authinfo-rejected): New error condition.
12921         (nntp-wait-for): Use new error condition to signal authentication
12922         error.
12923         (nntp-retrieve-data): Rethrow new error condition to break out of
12924         recursive call to nntp-send-authinfo.
12925
12926 2005-11-08  Romain Francoise  <romain@orebokech.com>
12927
12928         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12929         (gnus-summary-exit-map): Bind to `Z p'.
12930         (gnus-summary-make-menu-bar): Add menu item.
12931
12932 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12933
12934         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12935         (gnus-treat-*): Add `first' in all doc strings.
12936
12937         * gnus-group.el (gnus-group-compact-group): Fix typo.
12938
12939 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12940
12941         * gnus.el (gnus-parameters-case-fold-search): New variable.
12942         (gnus-parameters-get-parameter): Use it.
12943
12944         * gnus-score.el (gnus-home-score-file): Doc fix.
12945
12946 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12947
12948         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12949
12950 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12951
12952         * mm-util.el (mm-special-display-p): New function.
12953
12954         * mml.el (mml-preview): Use it; doc fix.
12955
12956 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12957
12958         * imap.el (imap-open): Handle case where buffer is a buffer object.
12959
12960 2005-10-29  Romain Francoise  <romain@orebokech.com>
12961
12962         * message.el (message-fix-before-sending): Fix comment.
12963
12964 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12965
12966         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12967
12968 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12969
12970         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12971         Used in gnus-score.el.
12972
12973 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12974
12975         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12976
12977 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12978
12979         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12980         whitespace removed in revision 7.8.  Use concatenated string to
12981         protect trailing whitespace.
12982
12983 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12984
12985         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12986         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12987         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12988         Courier IMAP ("some version from 2004").  Mostly based on similar
12989         code in the same function.
12990
12991 2005-10-26  Didier Verna  <didier@xemacs.org>
12992
12993         * gnus-group.el (gnus-group-compact-group): Invalidate original
12994         article buffer.
12995         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12996         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12997         NOV database and in article itself.
12998         Invalidate article backlog.
12999
13000 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13001
13002         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13003
13004 2005-10-26  Simon Josefsson  <jas@extundo.com>
13005
13006         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13007         part of 2004-07-25 change.
13008
13009 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13010
13011         * message.el (message-display-completion-list): New function.
13012         (message-expand-group): Use it; make sure the Completions buffer
13013         is modifiable.
13014 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13015
13016         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13017         user-mail-name is an empty string.
13018
13019 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13020
13021         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13022         depending on gnus-score-decay-constant.
13023
13024         * encrypt.el (encrypt-insert-file-contents)
13025         (encrypt-write-file-contents): Don't use `gnus-message'.
13026
13027         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13028         arguments.
13029         (mm-uu-type-alist): Add message-marks and insert-marks.
13030         Pass arguments to mm-uu-verbatim-marks-extract.
13031         (mm-uu-hide-markers): New variable.
13032         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13033
13034         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13035         (gnus-convert-image-to-face-command): Use "convert" by default to
13036         allow other input image formats.
13037         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13038         accordingly.
13039
13040 2005-10-23  Simon Josefsson  <jas@extundo.com>
13041
13042         * imap.el (imap-gssapi-program): Align command line parameters
13043         with latest GNU SASL.
13044         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13045
13046 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13047
13048         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13049         HTML.
13050         (nnslashdot-request-article): Ditto.
13051
13052         * lpath.el (featurep): Add nobreak-char-display.
13053
13054 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13055
13056         * mail-source.el (mail-source-fetch-pop): Require pop3.
13057         (mail-source-check-pop): Ditto.
13058
13059 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13060
13061         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13062         errors.
13063
13064 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13065
13066         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13067         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13068
13069         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13070
13071         * mm-bodies.el (mm-decode-string):
13072         Call `mm-charset-to-coding-system' with allow-override argument.
13073
13074 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13075
13076         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13077         (rfc2047-charset-to-coding-system): New function.
13078         (rfc2047-decode-encoded-words): New function.
13079         (rfc2047-decode-region): Use them.
13080         (rfc2047-decode-cte): Remove.
13081         (rfc2047-parse-and-decode): Remove.
13082         (rfc2047-decode): Remove.
13083
13084 2005-10-15  Kenichi Handa  <handa@m17n.org>
13085
13086         * rfc2047.el (rfc2047-decode-cte): New function.
13087         (rfc2047-decode-region): Change the way to decode successive
13088         encoded-words: decode B- or Q-encoding in each encoded-word,
13089         concatenate them, and decode it as charset.
13090
13091 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13092
13093         * lpath.el: Fbind codepage-setup for XEmacs.
13094
13095 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13096
13097         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13098         widget-move-and-invoke.
13099         (gnus-custom-mode): Use gnus-custom-map.
13100
13101 2005-10-15  Bill Wohler  <wohler@newt.com>
13102
13103         * message.el (message-tool-bar-map): Rename image file from
13104         mail_send to mail/send.
13105
13106 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13107
13108         * message.el (message-expand-group): Pass the common
13109         prefix substring of completion to `display-completion-list'.
13110
13111 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13112
13113         * mml-sec.el (mml-secure-method): New internal variable.
13114         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13115         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13116         New functions using mml-secure-method.
13117
13118         * mml.el (mml-mode-map): Add key bindings for those functions.
13119         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13120         Harder <harder@myrealbox.com>.
13121         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13122         Goto end of message if point is the headers of the message.
13123
13124         * message.el (message-in-body-p): New function.
13125
13126         * assistant.el: Autoload gnus-util and netrc.
13127
13128         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13129         Use `mm-charset-override-alist' only when decoding.
13130
13131         * mm-bodies.el (mm-decode-body):
13132         Call `mm-charset-to-coding-system' with allow-override argument.
13133
13134         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13135         `filename' from Content-Disposition if Content-Type doesn't
13136         provide `name'.
13137         (gnus-mime-view-part-as-type): Set default instead of
13138         initial-input.
13139
13140 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13141
13142         * format-spec.el (format-spec): Propagate text properties of % spec.
13143
13144 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13145
13146         * gnus-art.el (gnus-treat-predicate): Add `first'.
13147
13148 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13149
13150         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13151         (mm-charset-override-alist): New variable.
13152         (mm-charset-to-coding-system): Use it.
13153         (mm-codepage-setup): New helper function.
13154         (mm-charset-eval-alist): New variable.
13155         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13156         Warn about unknown charsets.
13157
13158         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13159
13160 2005-10-04  David Hansen  <david.hansen@gmx.net>
13161
13162         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13163         (nnrss-check-group): Ditto.
13164
13165 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13166
13167         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13168         Rename x-gnus-verbatim to x-verbatim.
13169         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13170
13171         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13172         x-verbatim.
13173
13174         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13175
13176         * gnus-util.el (gnus-remove-duplicates): Remove.
13177
13178         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13179         instead of gnus-remove-duplicates.
13180
13181         * message.el (message-remove-duplicates): Remove.
13182         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13183         message-remove-duplicates.
13184
13185         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13186         available, else use implementation from `delete-dups'.
13187
13188         * message.el (message-insert-expires): New function.
13189         (message-mode-map): Add key binding.
13190         (message-mode-field-menu): Add menu entry.
13191         (message-mode): Document it.
13192         (message-make-expires-date): Use `message-make-date'.
13193
13194 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13195
13196         * message.el (message-make-expires-date): New function.
13197
13198 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13199
13200         * Makefile.in (list-installed-shadows): New entry.
13201         (install): Use it.
13202         (remove-installed-shadows): New entry.
13203
13204         * dgnushack.el (dgnushack-default-load-path): New variable.
13205         (dgnushack-find-lisp-shadows): New function.
13206         (dgnushack-remove-lisp-shadows): New function.
13207
13208 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13209
13210         * Makefile.in (install-el-elc): New entry.
13211         (install): Use it so that .el files are necessarily installed.
13212
13213 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13214
13215         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13216
13217 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13218
13219         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13220         function rather than the diff-mode.el package.
13221         (mm-display-external): Use with-current-buffer.
13222         (mm-viewer-completion-map, mm-viewer-completion-map):
13223         Move initialization inside declaration.
13224
13225 2005-09-29  Simon Josefsson  <jas@extundo.com>
13226
13227         * spam.el: Load hashcash when compiling, to avoid warnings.
13228         Don't autoload mail-check-payment.
13229         (spam-check-hashcash): Define unconditionally, since hashcash.el
13230         is part of Gnus now.  Ignore errors from payment checking.
13231
13232 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13233
13234         * message.el (message-bold-region, message-unbold-region):
13235         Rename from `bold-region' and `unbold-region'.
13236
13237         * message.el: Remove useless autoloads.
13238
13239 2005-09-28  Simon Josefsson  <jas@extundo.com>
13240
13241         * message.el (message-use-idna): Default to t.
13242         (message-use-idna): Test whether encoding works too.  Doc fix.
13243
13244 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13245
13246         * nntp.el (nntp-warn-about-losing-connection): Remove.
13247
13248 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13249
13250         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13251         customizable.  Change default value.
13252         (mm-uu-diff-groups-regexp): Change default value.
13253         (mm-uu-type-alist): Add doc string.
13254         (mm-uu-configure): Add doc string.  Make it interactive.
13255         (mm-uu-tex-groups-regexp): New variable.
13256         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13257         (mm-uu-type-alist): Add LaTeX documents.
13258         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13259         of "text/verbatim".
13260         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13261
13262         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13263         instead of "text/verbatim".
13264
13265         * message.el (message-mark-inserted-region)
13266         (message-mark-insert-file): Use slrn style marks when called with
13267         prefix argument.
13268
13269 2005-09-27  Simon Josefsson  <jas@extundo.com>
13270
13271         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13272
13273 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13274
13275         * message.el (message-remove-duplicates): New function.
13276         Implementation borrowed from `gnus-remove-duplicates'.
13277         (message-idna-to-ascii-rhs): Also encode idna addresses in
13278         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13279         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13280         only ask about the same idna domain once per header and also tell
13281         in what header to replace the idna domain.
13282
13283         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13284         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13285         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13286         a header is decoded and not just the last one.
13287
13288 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13289
13290         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13291         has been decoded.
13292
13293         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13294         (mm-insert-part): Don't modify text if it has been decoded.
13295
13296         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13297         decoded.
13298
13299         * mm-view.el (mm-inline-text): Don't strip text props unless
13300         decoding enriched or richtext parts.
13301
13302 2005-09-25  Romain Francoise  <romain@orebokech.com>
13303
13304         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13305         * gnus-start.el (gnus-subscribe-interactively):
13306         * gnus-uu.el (gnus-uu-grab-articles):
13307         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13308         space.
13309
13310 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13311
13312         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13313         * mm-view.el (mm-view-pkcs7-decrypt):
13314         * gnus-sum.el (gnus-summary-limit-to-extra)
13315         (gnus-summary-respool-article, gnus-read-move-group-name):
13316         * gnus-score.el (gnus-summary-increase-score):
13317         * gnus-util.el (gnus-completing-read-with-default):
13318         * gnus-art.el (gnus-read-save-file-name)
13319         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13320         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13321         * message.el (message-check-news-header-syntax):
13322         Follow convention for reading with the minibuffer.
13323
13324 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13325
13326         * spam-report.el (spam-report-url-ping-plain):
13327         Use gnus-extended-version as User-Agent.
13328
13329         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13330         default value is nil.
13331
13332         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13333         (mm-uu-verbatim-marks-extract): New function.
13334         (mm-uu-extract): New face.
13335         (mm-uu-copy-to-buffer): Use it.
13336
13337         * spam-report.el (spam-report-gmane-ham): Rename from
13338         `spam-report-gmane-unspam'.
13339         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13340         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13341
13342         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13343         Autoload.
13344         (spam-report-gmane-unregister-routine):
13345         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13346
13347 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13348
13349         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13350         (spam-report-gmane-unregister-routine): Add support for gmane
13351         unregistration.
13352
13353         * spam-report.el (spam-report-gmane-unspam)
13354         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13355         (spam-report-gmane): Change to take a single article and do unspam
13356         registration.
13357
13358 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13359
13360         * mm-url.el (mm-url-decode-entities): Fix regexp.
13361
13362 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13363
13364         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13365         default to nil, to be able to use Gnus at all.  If the default
13366         switches to something else, then the function should be fixed not
13367         be exceedingly slow.
13368
13369 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13370
13371         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13372         fail hard.
13373
13374         * spam-report.el: Add better Keywords line.
13375
13376         * spam.el: Add Maintainer and better Keywords line.
13377
13378 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13379
13380         * gnus-art.el (gnus-article-replace-part)
13381         (gnus-mime-replace-part): New functions.
13382         (gnus-mime-action-alist, gnus-mime-button-commands)
13383         (gnus-mime-save-part-and-strip): Add file argument.
13384         (gnus-article-part-wrapper): Add interactive argument.
13385
13386         * gnus-sum.el (gnus-summary-mime-map):
13387         Add `gnus-article-replace-part'.
13388
13389 2005-09-19  Didier Verna  <didier@xemacs.org>
13390
13391         The nnml compaction feature:
13392         * nnml.el (nnml-request-compact-group): New function.
13393         * nnml.el (nnml-request-compact): New function.
13394         * gnus-int.el (gnus-request-compact-group): New function.
13395         * gnus-int.el (gnus-request-compact): New function.
13396         * gnus-group.el (gnus-group-compact-group): New function.
13397         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13398         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13399         * gnus-srvr.el (gnus-server-compact-server): New function.
13400         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13401         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13402
13403 2005-09-18  Deepak Goel  <deego@gnufans.org>
13404
13405         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13406         format spec.
13407
13408 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13409
13410         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13411
13412 2005-09-15  Romain Francoise  <romain@orebokech.com>
13413
13414         * message.el (message-fill-paragraph): Clarify docstring.
13415
13416 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13417
13418         * gnus-art.el (gnus-mime-display-part): Protect against broken
13419         MIME messages.
13420
13421 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13422
13423         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13424         before parsing header.
13425
13426 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13427
13428         * html2text.el (html2text-replace-list): Add new entities.
13429
13430 2005-09-11  Romain Francoise  <romain@orebokech.com>
13431
13432         * message.el (message-alternative-emails): Improve docstring.
13433         (message-setup-1): Call `message-use-alternative-email-as-from'
13434         after `message-setup-hook' to give it precedence over posting
13435         styles, etc.
13436         (message-use-alternative-email-as-from): Add docstring.
13437         Remove the original From header if present.
13438
13439         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13440         (nnml-save-mail): Use it.
13441
13442         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13443         articles.  Add new argument `silent'.
13444         (gnus-uu-mark-all): Report the total number of marked articles.
13445
13446 2005-09-10  Romain Francoise  <romain@orebokech.com>
13447
13448         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13449         (gnus-uu-mark-series): Likewise.
13450
13451 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13452
13453         * spam-report.el (spam-report-gmane): Fix generation of spam
13454         report URL.
13455
13456 2005-09-10  Simon Josefsson  <jas@extundo.com>
13457
13458         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13459         t, based on discussion on the ding list with Robert Epprecht
13460         <epprecht@solnet.ch>.
13461
13462 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13463
13464         * spam-report.el (spam-report-gmane): Make it work without
13465         X-Report-Spam header.  Gmane now only provides Archived-At.
13466         This is only used if `spam-report-gmane-use-article-number' is nil.
13467         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13468
13469         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13470         make `gnus-summary-sort-by-recipient' work with threading.
13471
13472         * nnweb.el (nnweb-google-wash-article): Print a message if article
13473         is not available.
13474
13475 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13476
13477         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13478         change.  Decode text/* parts content before displaying.
13479
13480 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13481
13482         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13483
13484 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13485
13486         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13487
13488         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13489         url-package-name, url-package-version,
13490         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13491         w3m-display-inline-images, and w3m-minor-mode-map.
13492
13493 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13494
13495         * message.el (message-tab-body-function): Fix mismatched custom type.
13496
13497         * gnus.el (gnus-group-change-level-function): Ditto.
13498
13499         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13500
13501         * gnus-art.el (gnus-signature-limit)
13502         (gnus-article-mime-part-function): Ditto.
13503
13504 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13505
13506         * mml.el (mml-mode): Silence the byte compiler.
13507
13508         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13509         using `(sit-for 0)' before moving the point to the specified part;
13510         skip unbuttonized parts.
13511         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13512         return to the summary window if gnus-auto-select-part is non-nil.
13513
13514 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13515
13516         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13517         New variables.
13518         (mml-dnd-attach-file, mml-mode): Use them.
13519
13520         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13521         Make fetching article by MID work again for Google Groups.
13522         Add FIXME concerning gnus-group-make-web-group.
13523
13524         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13525         Don't depend on Gnus by using mail-extract-address-components if
13526         gnus-extract-address-components is not bound.
13527
13528 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13529
13530         * gnus-art.el (gnus-mime-display-security): Don't display the
13531         signature, but only the signed part.
13532
13533 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13534
13535         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13536
13537         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13538         list, not listp.
13539
13540 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13541
13542         * mm-encode.el (mm-encode-content-transfer-encoding):
13543         Likewise when encoding.
13544
13545         * mm-bodies.el (mm-decode-content-transfer-encoding):
13546         De-canonicalize CRLF for all text content types, not just
13547         text/plain.
13548
13549 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13550
13551         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13552         valid article; point arrow and cursor at the MIME button.
13553
13554 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13555
13556         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13557         Suggested by Dan Christensen <jdc@uwo.ca>.
13558
13559         * mm-decode.el (mm-save-part): Enable change of prompt.
13560
13561 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13562
13563         * gnus-msg.el (gnus-inews-add-send-actions):
13564         Make `message-post-method' lambda parameter ARG `&optional'.
13565
13566 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13567
13568         * gnus-sum.el (gnus-summary-mime-map):
13569         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13570         gnus-article-jump-to-part.
13571
13572         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13573         (gnus-article-edit-part): Use it.
13574         (gnus-article-part-wrapper): Add no-handle argument.
13575         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13576         New functions.
13577
13578 2005-08-29  Romain Francoise  <romain@orebokech.com>
13579
13580         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13581         docstring.
13582         (gnus-face-from-file): Likewise.
13583
13584 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13585
13586         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13587         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13588         non-nil.
13589         (gnus-auto-select-part): New variable.
13590         (gnus-article-jump-to-part): New function.
13591         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13592         (gnus-mime-delete-part): Allow selecting specified part after
13593         deleting or stripping parts.
13594         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13595         part if argument is bogus.
13596
13597 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13598
13599         * gnus-art.el (w3m-minor-mode-map):
13600         * gnus-spec.el (gnus-newsrc-file-version):
13601         * gnus-util.el (nnmail-active-file-coding-system)
13602         (gnus-original-article-buffer, gnus-user-agent):
13603         * gnus.el (gnus-ham-process-destinations)
13604         (gnus-parameter-ham-marks-alist)
13605         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13606         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13607         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13608         * mm-decode.el (gnus-current-window-configuration):
13609         * mm-extern.el (gnus-article-mime-handles):
13610         * mm-url.el (url-current-object, url-package-name)
13611         (url-package-version):
13612         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13613         (smime-keys, w3m-cid-retrieve-function-alist)
13614         (w3m-current-buffer, w3m-display-inline-images)
13615         (w3m-minor-mode-map):
13616         * mml-smime.el (gnus-extract-address-components):
13617         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13618         (gnus-newsrc-hashtb, message-default-charset)
13619         (message-deletable-headers, message-options)
13620         (message-posting-charset, message-required-mail-headers)
13621         (message-required-news-headers):
13622         * mml1991.el (mc-pgp-always-sign):
13623         * mml2015.el (mc-pgp-always-sign):
13624         * nnheader.el (nnmail-extra-headers):
13625         * rfc1843.el (gnus-decode-encoded-word-function)
13626         (gnus-decode-header-function, gnus-newsgroup-name):
13627         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13628
13629 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13630
13631         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13632         the end of the date treatments.
13633
13634 2005-08-15  Simon Josefsson  <jas@extundo.com>
13635
13636         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13637         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13638         Capello and Romain Francoise.
13639         (pgg-fetch-key-function): Remove, not used?
13640         (pgg-insert-url-with-w3): Require url, to get
13641         url-insert-file-contents regardless of where it is defined.
13642
13643 2005-08-13  Romain Francoise  <romain@orebokech.com>
13644
13645         * message.el (message-cite-original-1): New function.
13646         (message-cite-original): Use it.
13647         (message-cite-original-without-signature): Ditto.
13648
13649 2005-08-08  Romain Francoise  <romain@orebokech.com>
13650
13651         * message.el (message-yank-empty-prefix): New variable.
13652         (message-indent-citation): Use it.
13653         (message-cite-original-without-signature): Respect X-No-Archive.
13654
13655 2005-08-08  Simon Josefsson  <jas@extundo.com>
13656
13657         * pgg.el: Autoload url-insert-file-contents instead of loading
13658         w3/url.
13659         (pgg-insert-url-with-w3): Don't load url here.
13660
13661 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13662
13663         * message.el (message-kill-to-signature): Don't insert newline at
13664         bol.
13665         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13666
13667 2005-08-06  Romain Francoise  <romain@orebokech.com>
13668
13669         * message.el (message-user-fqdn): Fix typo in docstring.
13670
13671 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13672
13673         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13674
13675         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13676
13677 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13678
13679         * mm-bodies.el (mm-encode-body): Use coding system rather than
13680         charset to encode text.
13681
13682         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13683         number of charsets if utf-8 is available (XEmacs).
13684
13685 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13686
13687         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13688         taken from `gnus-button-mid-or-mail-regexp'.
13689         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13690         (gnus-button-alist): Improve regexp for domain part of the MIDs
13691         for news:localpart@domain buttons.
13692         (gnus-button-ctan-directory-regexp): Update.
13693
13694 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13695
13696         * sieve-manage.el (sieve-manage-interactive-login):
13697         Use make-local-variable rather than make-variable-buffer-local.
13698         (sieve-manage-open): Ditto.
13699         (sieve-manage-authenticate): Ditto.
13700
13701         * mml.el (mml-generate-mime-1): Make the content type default to
13702         text/plain if the filename is not specified.
13703
13704 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13705
13706         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13707         instead of insert-buffer.
13708
13709         * message.el (message-yank-original): Ditto; set the mark at the
13710         end of the yanked message.
13711
13712 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13713
13714         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13715         lines to scroll rather than to stop it.
13716
13717         * mml.el (mml-generate-default-type): Add doc string.
13718         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13719         default to application/octet-stream when determining the content
13720         type if it is not specified for the part or the mml contents; add
13721         a comment about mml-generate-default-type.
13722
13723 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13724
13725         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13726         make it default to application/octet-stream when determining the
13727         content type if it is not specified for the external contents.
13728
13729 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13730
13731         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13732         segmented parameter but also other parameters might be there.
13733
13734 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13735
13736         * mm-decode.el (mm-display-external): Delete temp file, directory
13737         and buffer immediately if the external process is exited.
13738
13739 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13740
13741         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13742         fewer lines than that of scroll-margin.
13743         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13744
13745 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13746
13747         * gnus-art.el (gnus-article-next-page): Revert.
13748         (gnus-article-beginning-of-window): New macro.
13749         (gnus-article-next-page-1): Use it.
13750         (gnus-article-prev-page): Ditto.
13751         (gnus-article-edit-part): Use insert-buffer-substring instead of
13752         insert-buffer.
13753         (gnus-article-edit-exit): Ditto.
13754
13755         * gnus-util.el (gnus-beginning-of-window): Remove.
13756         (gnus-end-of-window): Remove.
13757
13758         * lpath.el: Don't bind header-line-format and scroll-margin.
13759
13760 2005-07-25  Simon Josefsson  <jas@extundo.com>
13761
13762         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13763         to have the url package without w3.  Reported by Daiki Ueno
13764         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13765
13766 2005-07-20  Didier Verna  <didier@xemacs.org>
13767
13768         * gnus-diary.el: Remove the description comment (nndiary is now
13769         properly documented in the Gnus manual).
13770         Fix the spelling of "Back End".
13771         * nndiary.el: Ditto.
13772         Fix the copyright notice.
13773
13774 2005-07-18  Romain Francoise  <romain@orebokech.com>
13775
13776         * gnus-sum.el (gnus-summary-to-prefix)
13777         (gnus-summary-newsgroup-prefix): New variables.
13778         (gnus-summary-from-or-to-or-newsgroups): Use them.
13779
13780 2005-07-17  Romain Francoise  <romain@orebokech.com>
13781
13782         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13783         space as it's generally not especially interesting to the user.
13784
13785 2005-07-16  Romain Francoise  <romain@orebokech.com>
13786
13787         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13788         nil to avoid prompting and file modification if one of the
13789         messages at the top of the nnfolder file contains a copyright
13790         notice.
13791         Update copyright notice.
13792
13793         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13794         instead of `current-time-string' as the latter creates a time
13795         string that is not RFC 2822 compliant (it lacks the zone).
13796         Update copyright notice.
13797
13798 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13799
13800         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13801         for text/rtf.  Display default in prompt.  Pass default for M-n.
13802
13803         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13804
13805 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13806
13807         * gnus-msg.el (gnus-button-mailto):
13808         Remove save-selected-window-window hackery because it relies on
13809         save-selected-window internals.
13810
13811 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13812
13813         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13814         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13815         (gnus-article-prev-page): Ditto.
13816
13817         * gnus-util.el (gnus-beginning-of-window): New function.
13818         (gnus-end-of-window): New function.
13819
13820         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13821
13822 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13823
13824         * gnus-score.el (gnus-score-edit-all-score):
13825         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13826         gnus-message.
13827
13828 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13829
13830         * gnus-msg.el (gnus-button-mailto):
13831         Remove save-selected-window-window hackery because it relies on
13832         save-selected-window internals.
13833
13834 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13835
13836         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13837         add-minor-mode.
13838         (gnus-binary-mode): Ditto.
13839
13840         * gnus-topic.el (gnus-topic-mode): Ditto.
13841
13842 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13843
13844         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13845         (gnus-article-prev-page): Take scroll-margin into consideration.
13846
13847 2005-07-04  Lute Kamstra  <lute@gnu.org>
13848
13849         Update FSF's address in GPL notices.
13850
13851 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13852
13853         * gnus.el (gnus-exit):
13854         * gnus-group.el (gnus-group-icons):
13855         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13856
13857         * gnus-nocem.el (gnus-nocem):
13858         * message.el (message-various, message-buffers, message-sending)
13859         (message-interface, message-forwarding, message-insertion)
13860         (message-headers, message-news, message-mail):
13861         * pgg-gpg.el (pgg-gpg):
13862         * pgg-parse.el (pgg-parse):
13863         * pgg-pgp.el (pgg-pgp):
13864         * pgg-pgp5.el (pgg-pgp5):
13865         * pop3.el (pop3): Finish `defgroup' description with period.
13866
13867 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13868
13869         * gnus-art.el (article-display-face): Improve the efficiency.
13870         (article-display-x-face): Ditto; remove grey x-face stuff.
13871
13872 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13873
13874         * gnus-art.el (article-display-face): Correct the position in
13875         which Faces are inserted.
13876
13877 2005-06-29  Didier Verna  <didier@xemacs.org>
13878
13879         * gnus-art.el (article-display-face): Display faces in correct
13880         order.
13881
13882 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13883
13884         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13885         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13886         (gnus-nocem-check-article): Fetch the Type header.
13887         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13888         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13889         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13890         make sure gnus-nocem-hashtb is initialized.
13891         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13892         (gnus-nocem-unwanted-article-p): Ditto.
13893
13894         * pgg.el (pgg-verify): Return the verification result.
13895
13896 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13897
13898         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13899         is ascii.
13900
13901 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13902
13903         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13904         `show-nonbreak-escape'.
13905
13906 2005-06-23  Lute Kamstra  <lute@gnu.org>
13907
13908         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13909
13910         * dig.el (dig-mode):
13911         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13912
13913 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13914
13915         * nnimap.el (nnimap-split-download-body): Fix spellings.
13916
13917 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13918
13919         * gnus-art.el (gnus-article-encrypt-body):
13920         * gnus-cus.el (gnus-score-customize):
13921         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13922         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13923
13924 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13925
13926         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13927         header by looking for magic "MII" at the beginnig.
13928
13929 2005-06-16  Miles Bader  <miles@gnu.org>
13930
13931         * gnus-xmas.el (gnus-xmas-group-startup-message):
13932         Use renamed gnus-splash face.
13933
13934         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13935         (assistant-field-face): New backward-compatibility alias for renamed
13936         face.
13937         (assistant-render-text): Use renamed assistant-field face.
13938
13939         * spam.el (spam): Remove "-face" suffix from face name.
13940         (spam-face): New backward-compatibility alias for renamed face.
13941         (spam-face, spam-initialize): Use renamed spam face.
13942
13943         * message.el (message-header-to, message-header-cc)
13944         (message-header-subject, message-header-newsgroups)
13945         (message-header-other, message-header-name)
13946         (message-header-xheader, message-separator, message-cited-text)
13947         (message-mml): Remove "-face" suffix from face names.
13948         (message-header-to-face, message-header-cc-face)
13949         (message-header-subject-face, message-header-newsgroups-face)
13950         (message-header-other-face, message-header-name-face)
13951         (message-header-xheader-face, message-separator-face)
13952         (message-cited-text-face, message-mml-face):
13953         New backward-compatibility aliases for renamed faces.
13954         (message-font-lock-keywords): Use renamed message faces.
13955
13956         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13957         (sieve-test-commands, sieve-tagged-arguments):
13958         Remove "-face" suffix from face names.
13959         (sieve-control-commands-face, sieve-action-commands-face)
13960         (sieve-test-commands-face, sieve-tagged-arguments-face):
13961         New backward-compatibility aliases for renamed faces.
13962         (sieve-control-commands-face, sieve-action-commands-face)
13963         (sieve-test-commands-face, sieve-tagged-arguments-face):
13964         Use renamed sieve faces.
13965
13966         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13967         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13968         (gnus-group-news-3-empty, gnus-group-news-4)
13969         (gnus-group-news-4-empty, gnus-group-news-5)
13970         (gnus-group-news-5-empty, gnus-group-news-6)
13971         (gnus-group-news-6-empty, gnus-group-news-low)
13972         (gnus-group-news-low-empty, gnus-group-mail-1)
13973         (gnus-group-mail-1-empty, gnus-group-mail-2)
13974         (gnus-group-mail-2-empty, gnus-group-mail-3)
13975         (gnus-group-mail-3-empty, gnus-group-mail-low)
13976         (gnus-group-mail-low-empty, gnus-summary-selected)
13977         (gnus-summary-cancelled, gnus-summary-high-ticked)
13978         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13979         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13980         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13981         (gnus-summary-low-undownloaded)
13982         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13983         (gnus-summary-low-unread, gnus-summary-normal-unread)
13984         (gnus-summary-high-read, gnus-summary-low-read)
13985         (gnus-summary-normal-read, gnus-splash):
13986         Remove "-face" suffix from face names.
13987         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13988         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13989         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13990         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13991         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13992         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13993         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13994         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13995         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13996         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13997         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13998         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13999         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14000         (gnus-summary-normal-ticked-face)
14001         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14002         (gnus-summary-normal-ancient-face)
14003         (gnus-summary-high-undownloaded-face)
14004         (gnus-summary-low-undownloaded-face)
14005         (gnus-summary-normal-undownloaded-face)
14006         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14007         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14008         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14009         (gnus-splash-face):
14010         New backward-compatibility aliases for renamed faces.
14011         (gnus-group-startup-message): Use renamed gnus faces.
14012
14013         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14014         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14015         (gnus-server-agent): Remove "-face" suffix from face names.
14016         (gnus-server-agent-face, gnus-server-opened-face)
14017         (gnus-server-closed-face, gnus-server-denied-face)
14018         (gnus-server-offline-face):
14019         New backward-compatibility aliases for renamed faces.
14020         (gnus-server-agent-face, gnus-server-opened-face)
14021         (gnus-server-closed-face, gnus-server-denied-face)
14022         (gnus-server-offline-face): Use renamed gnus faces.
14023
14024         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14025         Remove "-face" suffix from face names.
14026         (gnus-picon-xbm-face, gnus-picon-face):
14027         New backward-compatibility aliases for renamed faces.
14028
14029         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14030         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14031         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14032         (gnus-cite-11): Remove "-face" suffix from face names.
14033         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14034         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14035         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14036         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14037         New backward-compatibility aliases for renamed faces.
14038         (gnus-cite-attribution-face, gnus-cite-face-list)
14039         (gnus-article-boring-faces): Use renamed gnus faces.
14040
14041         * gnus-art.el (gnus-signature, gnus-header-from)
14042         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14043         (gnus-header-content): Remove "-face" suffix from face names.
14044         (gnus-signature-face, gnus-header-from-face)
14045         (gnus-header-subject-face, gnus-header-newsgroups-face)
14046         (gnus-header-name-face, gnus-header-content-face):
14047         New backward-compatibility aliases for renamed faces.
14048         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14049
14050         * gnus-sum.el (gnus-summary-selected-face)
14051         (gnus-summary-highlight): Use renamed gnus faces.
14052         * gnus-group.el (gnus-group-highlight): Likewise.
14053
14054 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14055
14056         * gnus-sieve.el (gnus-sieve-article-add-rule):
14057         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14058         * spam-stat.el (spam-stat-buffer-change-to-spam)
14059         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14060
14061         * message.el (message-is-yours-p):
14062         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14063
14064 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14065
14066         * mm-view.el (mm-inline-text): Withdraw the last change.
14067
14068 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14069
14070         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14071         executing enriched-decode.
14072
14073 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14074
14075         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14076         charset of tar files.
14077
14078 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14079
14080         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14081
14082 2005-06-04  Lute Kamstra  <lute@gnu.org>
14083
14084         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14085         information is never recorded.
14086
14087 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14088
14089         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14090
14091 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14092
14093         * pop3.el (pop3-apop): Run md5 in the binary mode.
14094
14095         * starttls.el (starttls-set-process-query-on-exit-flag):
14096         Use eval-and-compile.
14097
14098 2005-05-31  Simon Josefsson  <jas@extundo.com>
14099
14100         * smime.el (smime-replace-in-string): Define.
14101         (smime-cert-by-ldap-1): Use it.
14102
14103 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14104
14105         * gnus-art.el (article-display-x-face): Replace
14106         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14107
14108         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14109         set-process-query-on-exit-flag or process-kill-without-query.
14110
14111         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14112         loop instead of replace-regexp.
14113
14114         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14115         instead of process-kill-without-query if it is available.
14116
14117         * lpath.el: Fbind ldap-search-entries.
14118
14119         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14120         instead of find-file-hooks if it is available.
14121
14122         * mml1991.el: Bind pgg-default-user-id when compiling.
14123
14124         * mml2015.el: Bind pgg-default-user-id when compiling.
14125
14126         * nndraft.el (nndraft-request-associate-buffer):
14127         Use write-contents-functions instead of write-contents-hooks if it is
14128         available.
14129
14130         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14131         instead of find-file-hooks if it is available.
14132
14133         * nntp.el (nntp-open-connection): Replace
14134         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14135         (nntp-open-ssl-stream): Ditto.
14136         (nntp-open-tls-stream): Ditto.
14137
14138         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14139         set-process-query-on-exit-flag or process-kill-without-query.
14140         (starttls-open-stream-gnutls): Use it instead of
14141         process-kill-without-query.
14142         (starttls-open-stream): Ditto.
14143
14144 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14145
14146         * smime.el (smime-cert-by-ldap-1): Don't use
14147         replace-regexp-in-string.
14148
14149 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14150
14151         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14152
14153         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14154         in PEM format.  Adjust to the XEmacs compability.
14155
14156 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14157
14158         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14159         by `string-to-number'.
14160         * gnus-agent.el (gnus-agent-regenerate-group)
14161         (gnus-agent-fetch-articles): Ditto.
14162         * gnus-art.el (gnus-button-fetch-group): Ditto.
14163         * gnus-cache.el (gnus-cache-generate-active)
14164         (gnus-cache-articles-in-group): Ditto.
14165         * gnus-group.el (gnus-group-set-current-level)
14166         (gnus-group-insert-group-line): Ditto.
14167         * gnus-score.el (gnus-score-set-expunge-below)
14168         (gnus-score-set-mark-below, gnus-summary-score-effect)
14169         (gnus-summary-score-entry): Ditto.
14170         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14171         (gnus-soup-pack): Ditto.
14172         * gnus-spec.el (gnus-xmas-format): Ditto.
14173         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14174         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14175         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14176         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14177         * nndb.el (nndb-get-remote-expire-response): Ditto.
14178         * nndiary.el (nndiary-parse-schedule-value)
14179         (nndiary-string-to-number, nndiary-request-replace-article)
14180         (nndiary-request-article): Ditto.
14181         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14182         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14183         * nneething.el (nneething-make-head): Ditto.
14184         * nnfolder.el (nnfolder-request-article)
14185         (nnfolder-retrieve-headers): Ditto.
14186         * nnheader.el (nnheader-file-to-number): Ditto.
14187         * nnkiboze.el (nnkiboze-request-article): Ditto.
14188         * nnmail.el (nnmail-process-unix-mail-format)
14189         (nnmail-process-babyl-mail-format): Ditto.
14190         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14191         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14192         (nnmh-request-create-group, nnmh-request-list-1)
14193         (nnmh-request-group, nnmh-request-article): Ditto.
14194         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14195         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14196         * nnsoup.el (nnsoup-make-active): Ditto.
14197         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14198         * nntp.el (nntp-find-group-and-number)
14199         (nntp-retrieve-headers-with-xover): Ditto.
14200         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14201         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14202         (pgg-format-key-identifier): Ditto.
14203         * pop3.el (pop3-last, pop3-stat): Ditto.
14204         * qp.el (quoted-printable-decode-region): Ditto.
14205
14206         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14207         of concat.
14208
14209 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14210
14211         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14212
14213         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14214
14215         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14216
14217         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14218
14219         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14220
14221         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14222
14223         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14224         (gnus-carpal-mode): Ditto.
14225
14226         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14227         (gnus-browse-mode): Ditto.
14228
14229         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14230
14231         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14232
14233 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14234
14235         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14236
14237 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14238
14239         * gnus-util.el (gnus-run-mode-hooks): New function.
14240
14241         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14242
14243         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14244         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14245
14246 2005-05-27  Lute Kamstra  <lute@gnu.org>
14247
14248         * dns-mode.el (dns-mode): Specify customization group.
14249
14250 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14251
14252         * gnus-agent.el (gnus-agent-make-mode-line-string):
14253         Use mode-line-highlight as mouse-face.
14254
14255 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14256
14257         * canlock.el (canlock): Change the parent group to news.
14258
14259         * deuglify.el (gnus-outlook-deuglify): Add :group.
14260
14261         * dig.el (dig): Add :group.
14262
14263         * dns-mode.el (dns-mode): Add :group.
14264
14265         * encrypt.el (encrypt): Add :group.
14266
14267         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14268         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14269         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14270         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14271         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14272
14273         * gnus-diary.el (gnus-diary): Add :group.
14274
14275         * gnus.el (gnus-group-news-1-face): Add :group.
14276         (gnus-group-news-1-empty-face): Ditto.
14277         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14278         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14279         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14280         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14281         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14282         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14283         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14284         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14285         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14286         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14287         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14288         (gnus-summary-high-ticked-face): Ditto.
14289         (gnus-summary-low-ticked-face): Ditto.
14290         (gnus-summary-normal-ticked-face): Ditto.
14291         (gnus-summary-high-ancient-face): Ditto.
14292         (gnus-summary-low-ancient-face): Ditto.
14293         (gnus-summary-normal-ancient-face): Ditto.
14294         (gnus-summary-high-undownloaded-face): Ditto.
14295         (gnus-summary-low-undownloaded-face): Ditto.
14296         (gnus-summary-normal-undownloaded-face): Ditto.
14297         (gnus-summary-high-unread-face): Ditto.
14298         (gnus-summary-low-unread-face): Ditto.
14299         (gnus-summary-normal-unread-face): Ditto.
14300         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14301         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14302
14303         * hashcash.el (hashcash): New custom group.
14304         (hashcash-default-payment): Add :group.
14305         (hashcash-payment-alist): Ditto.
14306         (hashcash-default-accept-payment): Ditto.
14307         (hashcash-accept-resources): Ditto.
14308         (hashcash-path): Ditto.
14309         (hashcash-extra-generate-parameters): Ditto.
14310         (hashcash-double-spend-database): Ditto.
14311         (hashcash-in-news): Ditto.
14312
14313         * message.el (message-minibuffer-local-map): Add :group.
14314
14315         * netrc.el (netrc): Add :group.
14316
14317         * sieve-manage.el (sieve-manage-log): Add :group.
14318         (sieve-manage-default-user): Diito.
14319         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14320         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14321         (sieve-manage-authenticators): Ditto.
14322         (sieve-manage-authenticator-alist): Ditto.
14323         (sieve-manage-default-port): Ditto.
14324
14325         * sieve-mode.el (sieve-control-commands-face): Add :group.
14326         (sieve-action-commands-face): Ditto.
14327         (sieve-test-commands-face): Ditto.
14328         (sieve-tagged-arguments-face): Ditto.
14329
14330         * smime.el (smime): Add :group.
14331
14332         * spam-report.el (spam-report): Add :group.
14333
14334         * spam.el (spam, spam-face): Add :group.
14335
14336 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14337
14338         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14339         return \n.\n.\n at the end of articles.  Protect against that.
14340         (nntp-with-open-group): Allow debugging.
14341
14342         * nnheader.el (mail-header-set-extra): Make into a function
14343         because I just could't understand how to quote the list properly.
14344
14345         * dns.el (query-dns-cached): New function.
14346
14347 2005-05-26  Lute Kamstra  <lute@gnu.org>
14348
14349         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14350
14351 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14352
14353         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14354
14355         * gnus-art.el: Don't autoload mail-extract-address-components.
14356
14357         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14358         eval-and-compile to evaluate it.
14359
14360         * hashcash.el: Don't autoload executable-find.
14361
14362         * nndb.el: Don't declare the nndb back end two or more times; don't
14363         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14364
14365         * nntp.el: Autoload format-spec instead of format; use
14366         eval-and-compile to evaluate autoload forms.
14367
14368 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14369
14370         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14371
14372 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14373
14374         * gnus.el (gnus-version-number): Bump version.
14375
14376 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14377
14378         * gnus.el: No Gnus v0.3 is released.
14379
14380 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14381
14382         * lpath.el (featurep): Bind show-nonbreak-escape.
14383
14384 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14385
14386         * gnus-art.el (gnus-article-edit-part): Disable undo.
14387
14388 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14389
14390         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14391         gnus-article-date-lapsed-new-header is t if date timer is active;
14392         skip headers in which the original date value is empty.
14393         (gnus-article-save-original-date): Redefine it as a macro.
14394         (gnus-display-mime): Use it.
14395
14396 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14397
14398         * gnus-art.el (article-date-ut): Support converting date in
14399         forwarded parts as well.
14400         (gnus-article-save-original-date): New function.
14401         (gnus-display-mime): Use it.
14402
14403 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14404
14405         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14406         enclosure element of <item>.
14407
14408 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14409
14410         * message.el (message-kill-buffer-query): Rename from
14411         `message-kill-buffer-query-if-modified'.  Add :version.
14412
14413 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14414
14415         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14416         window layout.
14417
14418 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14419
14420         * mml.el: Autoload dnd when compiling.
14421
14422 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14423
14424         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14425         x-dnd-*.
14426
14427 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14428
14429         * qp.el (quoted-printable-encode-region): Save excursion.
14430
14431 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14432
14433         * message.el (message-kill-buffer-query-if-modified): Add new variable
14434         so the user can kill a modified message buffer quickly.
14435         (message-kill-buffer): Use it.
14436
14437 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14438
14439         * lpath.el: Fbind display-time-event-handler; don't fbind
14440         string-to-multibyte.
14441
14442         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14443
14444 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14445
14446         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14447         contained in text because xml.el decodes entities) with LFs.
14448
14449 2005-04-11  Lute Kamstra  <lute@gnu.org>
14450
14451         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14452         differently.
14453
14454 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14455
14456         * mm-util.el (mm-detect-coding-region): Typo.
14457
14458 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14459
14460         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14461
14462 2005-04-06  Deepak Goel  <deego@gnufans.org>
14463
14464         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14465         user-function allow user modifications of the scores.
14466         (spam-stat-score-buffer-user): New function, to allow
14467         user-computed modifications to the score.
14468         (spam-stat-score-buffer-user-functions): List of additional
14469         scoring functions.
14470         (spam-stat-error-holder): Global temporary error holder.
14471         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14472         variable.
14473
14474 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14475
14476         * gnus-registry.el (gnus-registry-clean-empty-function)
14477         (gnus-registry-trim, gnus-registry-fetch-groups)
14478         (gnus-registry-delete-group): Groups that match
14479         `gnus-registry-ignored-groups' are removed from the registry
14480         entries, not just ignored for splitting.  This helps clean up the
14481         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14482         to get all the groups a message ID is in.
14483
14484         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14485         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14486         (spam-stat-score-buffer-user-functions): Add :number custom type.
14487
14488 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14489
14490         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14491         argument in XEmacs.
14492
14493         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14494         (nnrss-request-group): Decode group name first.
14495         (nnrss-request-article): Make a text/plain article if mml-to-mime
14496         failed.
14497         (nnrss-get-encoding): Return a compatible encoding according to
14498         nnrss-compatible-encoding-alist.
14499         (nnrss-find-el): Use consp instead of listp.
14500         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14501
14502 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14503
14504         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14505         which Emacs 20 doesn't support.
14506         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14507
14508 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14509
14510         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14511         silence the byte compiler inside the defun.
14512
14513         * gnus-demon.el (parse-time-string): Add autoload.
14514
14515         * gnus-delay.el (parse-time-string): Add autoload.
14516
14517         * gnus-art.el (parse-time-string): Add autoload.
14518
14519         * nnultimate.el (parse-time): Require for `parse-time-string'.
14520
14521 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14522
14523         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14524
14525         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14526
14527         * smime.el (smime-ldap-host-list): Add :version.
14528
14529 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14530
14531         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14532         pass it to `gnus-browse-read-group'.
14533         (gnus-browse-read-group): Add NUMBER argument and pass it to
14534         `gnus-group-read-ephemeral-group'.
14535
14536         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14537         argument and pass it to `gnus-group-read-group'.
14538
14539 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14540
14541         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14542         mm-xemacs-find-mime-charset-1 if we have the mule feature
14543         available at runtime.
14544
14545 2005-03-25  Werner Lemberg  <wl@gnu.org>
14546
14547         * nnmaildir.el: Replace `illegal' with `invalid'.
14548
14549 2005-03-23  Lute Kamstra  <lute@gnu.org>
14550
14551         * time-date.el: Add comment on time value formats.
14552         Don't require parse-time.
14553         (with-decoded-time-value): New macro.
14554         (encode-time-value): New function.
14555         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14556         (days-to-time): Return a valid time value when arg is huge.
14557         (time-since): Use time-subtract.
14558         (time-to-number-of-days): Use time-to-seconds.
14559
14560 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14561
14562         * gnus-start.el (gnus-display-time-event-handler):
14563         Check display-time-timer at runtime rather than only at load time
14564         in case display-time-mode is turned off in the mean time.
14565
14566 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14567
14568         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14569         used.
14570
14571         * nneething.el (nneething-map-file-directory): Derive from
14572         `gnus-directory'.
14573
14574         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14575         the To/Cc button.
14576
14577 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14578
14579         * nnmaildir.el (nnmaildir-request-accept-article):
14580         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14581
14582 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14583
14584         * gnus-async.el: Require timer-funcs at compile time when in
14585         XEmacs for `run-with-idle-timer'.
14586
14587 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14588
14589         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14590         autoloaded function.
14591
14592 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14593
14594         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14595
14596 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14597
14598         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14599
14600 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14601
14602         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14603         Add gnus-expert-user to default.
14604
14605 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14606
14607         * nnimap.el (nnimap-open-server): Ditto.
14608
14609         * imap.el (imap-authenticate): Fix typo.
14610
14611 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14612
14613         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14614         buffer (since IMAP server might return FETCH response out of
14615         order, and the nntp buffer must be sorted).
14616
14617 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14618
14619         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14620         comparison on string.
14621
14622         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14623         (gnus-agent-score): Rename category keywords to match gnus-cus.
14624         (gnus-agent-summary-fetch-series): Modify to protect against
14625         gnus-agent-summary-fetch-group clearing processable flags.
14626         (gnus-agent-synchronize-group-flags): Update live group buffer as
14627         synchronization may occur due to the user toggle the plugged
14628         status.
14629         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14630         successfully downloaded.
14631         (gnus-agent-expire-group-1): Avoid using markers when the overview
14632         is in ascending order; greatly improves performance.
14633         (gnus-agent-regenerate-group):
14634         Use gnus-agent-synchronize-group-flags to reset read status in both
14635         gnus and server.
14636         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14637
14638 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14639
14640         * message.el: Don't autoload former message-utils variables.
14641         (message-strip-subject-trailing-was): Change doc string.
14642
14643         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14644         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14645         (nnweb-google-search): Add "hl=en" here.
14646         (nnweb-google-parse-1, nnweb-google-create-mapping):
14647         Don't hardcode URL.
14648
14649 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14650
14651         * message.el (message-get-reply-headers, message-followup):
14652         Mention related variables `message-use-followup-to' and
14653         `message-use-mail-followup-to', in the information buffer.
14654
14655         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14656         of broken groups(-beta).google.com.
14657
14658 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14659
14660         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14661         parameter to invoked gnus-request-move-article; remove the
14662         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14663         all at once instead of once per article.
14664         (gnus-summary-remove-process-mark): Accept a list of articles as
14665         well as a single article for processing.
14666
14667         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14668         parameter.
14669
14670         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14671
14672         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14673
14674         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14675         parameter.
14676
14677         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14678         parameter.
14679
14680         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14681         parameter and remove the gnus-sum-hint-move-is-internal variable.
14682
14683         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14684         parameter.
14685
14686         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14687         parameter.
14688
14689         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14690         parameter.
14691
14692         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14693
14694         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14695         parameter.
14696
14697         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14698         parameter.
14699
14700 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14701
14702         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14703         a more conservative way.
14704
14705 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14706
14707         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14708         buffer, so it moves the window's cursor.
14709
14710 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14711
14712         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14713         `mm-dissect-multipart' and receive the from field as an (optional)
14714         argument from `mm-dissect-multipart'.
14715         (mm-dissect-multipart): Receive the from field as an argument and
14716         pass it on when we call `mm-dissect-buffer' on MIME parts.
14717         Fixes verification/decryption of signed/encrypted MIME parts.
14718
14719 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14720
14721         * gnus-sum.el (gnus-summary-move-article):
14722         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14723         whatever it calls (right now, only nnimap-request-move article
14724         respects it).
14725
14726         * nnimap.el (nnimap-request-move-article):
14727         When gnus-sum-hint-move-is-internal is set, don't do the extra
14728         nnimap-request-article.
14729
14730 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14731
14732         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14733
14734         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14735         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14736
14737         * gnus-sum.el (gnus-summary-caesar-message):
14738         Apply `gnus-treat-article' after rotation.
14739
14740         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14741         doc string.
14742
14743 2005-02-22  Simon Josefsson  <jas@extundo.com>
14744
14745         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14746         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14747         <arne@arnested.dk>.
14748         (encrypt): Add password-cache and password-cache-expiry as group
14749         members.
14750
14751 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14752
14753         * smime.el (smime-ldap-host-list): Doc fix.
14754         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14755         cache) password.
14756         (smime-sign-region): Use it.
14757         (smime-decrypt-region): Use it.
14758         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14759         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14760         fails.
14761         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14762         certificate from DER to PEM format rather than calling openssl.
14763
14764         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14765
14766         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14767         for signing/encryption.
14768
14769         * mml.el (mml-parse-1): Use them.
14770
14771 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14772
14773         * nnrss.el (nnrss-verbose): Remove.
14774         (nnrss-request-group): Use `nnheader-message' instead.
14775
14776 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14777
14778         * nnrss.el (nnrss-verbose): New variable.
14779         (nnrss-request-group): Make it say nnrss is requesting a group.
14780
14781 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14782
14783         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14784         Handle news URL with given port correctly.
14785
14786 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14787
14788         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14789         containing special characters.
14790
14791         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14792
14793         * mml.el (mime-to-mml): Ditto.
14794
14795         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14796         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14797         (rfc2047-decode-region): Quote decoded words containing special
14798         characters when rfc2047-quote-decoded-words-containing-tspecials
14799         is non-nil.
14800
14801 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14802
14803         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14804
14805         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14806
14807 2005-02-15  Simon Josefsson  <jas@extundo.com>
14808
14809         * nnimap.el (nnimap-debug): Doc fix.
14810
14811         * imap.el (imap-debug): Doc fix.
14812
14813 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14814
14815         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14816
14817 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14818
14819         * gnus.el (spam-contents): Improve docs for spam-contents
14820         parameter in its variable incarnation.
14821
14822 2005-02-14  Simon Josefsson  <jas@extundo.com>
14823
14824         * smime-ldap.el: Use require instead of load-library for ldap.
14825         (smime-ldap-search): Indent.
14826         (smime-ldap-search-internal): Shorten line.
14827
14828         * smime.el (smime-cert-by-dns): Add doc-string.
14829         (smime-cert-by-ldap-1): Indent.
14830
14831         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14832         mml-smime-get-dns-ldap.
14833         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14834
14835 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14836
14837         * smime.el: Require smime-ldap.
14838         (smime-ldap-host-list): New variable.
14839         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14840
14841         * mml-smime.el (mml-smime-encrypt-query): New function.
14842         (mml-smime-encrypt-query): Use it.
14843
14844         * smime-ldap.el: New file.
14845
14846 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14847
14848         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14849
14850 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14851
14852         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14853         argument in doc string.  Make query for type more clear.
14854
14855 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14856
14857         * gnus.el (gnus-group-startup-message): Search for gnus images in
14858         etc/images/gnus.
14859         * mm-util.el (mm-image-load-path): Likewise.
14860         * smiley.el (smiley-data-directory): Search for smilies in
14861         etc/images/smilies.
14862
14863 2005-02-09  Kim F. Storm  <storm@cua.dk>
14864
14865         Change Emacs release version from 21.4 to 22.1 throughout.
14866         Change Emacs development version from 21.3.50 to 22.0.50.
14867
14868 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14869
14870         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14871
14872         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14873         non-Mule XEmacs as well.
14874         (mm-decompress-buffer): Signal an error intentionally if it does
14875         not decompress compressed data because auto-compression-mode is
14876         disabled.
14877
14878 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14879
14880         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14881         an ID in the registry even if it has no groups.
14882
14883 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14884
14885         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14886         merge it into mm-decompress-buffer.
14887         (gnus-mime-copy-part): Use the MIME part charset, the value which
14888         a user specified or gnus-newsgroup-charset for decoding, like
14889         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14890         save-buffer what was used.  Suggested by Kevin Ryde
14891         <user42@zip.com.au>.
14892         (gnus-mime-inline-part): Allow the name parameter as well as the
14893         filename parameter; force decompressing of compressed data; always
14894         display contents being not decoded as unibyte.
14895
14896         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14897         as well as the filename parameter.
14898
14899         * mm-util.el (mm-decompress-buffer):
14900         Merge gnus-mime-jka-compr-maybe-uncompress.
14901         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14902         of compressed data.
14903
14904 2005-02-08  Simon Josefsson  <jas@extundo.com>
14905
14906         * imap.el (imap-log): Doc fix.
14907
14908 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14909
14910         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14911         the coding cookies; decompress compressed parts.
14912
14913         * mml.el (mml-generate-mime-1): Add the charset parameter according
14914         to the value which a user specified manually or the coding cookie.
14915
14916         * mm-util.el (mm-string-to-multibyte): New function.
14917         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14918         (mm-coding-system-to-mime-charset): New function.
14919         (mm-decompress-buffer): New function.
14920         (mm-find-buffer-file-coding-system): New function.
14921
14922         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14923         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14924         parts.
14925
14926 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14927
14928         * mm-view.el (mm-display-inline-fontify): Decode a part according
14929         to the charset parameter.
14930
14931 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14932
14933         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14934         prefix arg is neither nil nor a number, as info specifies.
14935
14936 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14937
14938         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14939         timestamps.
14940
14941 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14942
14943         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14944         groups error checking and notify user.
14945
14946 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14947
14948         * message.el (message-send-mail-function): Check existence of
14949         sendmail-program first before using default value
14950         `message-send-mail-with-sendmail'.  Otherwise use more generic
14951         `smtpmail-send-it'.
14952
14953 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14954
14955         * nntp.el (nntp-request-update-info): Always return nil.
14956
14957 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14958
14959         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14960
14961 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14962
14963         * message.el (message-beginning-of-line): Change the behavior when
14964         invoked between BOL and : so that it first moves backward.
14965
14966 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14967
14968         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14969         article buffer when editing of the article is discarded.
14970         (gnus-article-prepare): Revert.
14971
14972 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14973
14974         * gnus-art.el (gnus-article-prepare):
14975         Remove message-strip-forbidden-properties from the local hook.
14976
14977 2005-01-27  Simon Josefsson  <jas@extundo.com>
14978
14979         * password.el (password-cache-add): Only start one timer per key.
14980         Reported by Derek Atkins <warlord@MIT.EDU>.
14981
14982 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14983
14984         * run-at-time.el: Remove.  It is no longer needed as
14985         timer-funcs.el in the xemacs-base package has a working version of
14986         `run-at-time'.
14987
14988         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14989
14990         * password.el: Require timer-funcs instead of run-at-time in
14991         XEmacs.
14992         Remove `password-run-at-time' macro.
14993         (password-cache-add): Use `run-at-time' instead of
14994         `password-run-at-time'.
14995
14996         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14997         Remove `nnheader-cancel-function-timers' alias,
14998         `cancel-function-timers' exists in XEmacs in timer-funcs.
14999
15000         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15001         for `run-with-idle-timer'.
15002
15003         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15004         for `run-at-time'.
15005
15006         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15007         for `with-timeout'.
15008
15009         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
15010         the same as for XEmacs 21.4.
15011         No need to ignore `run-with-idle-timer', this function exists in
15012         XEmacs now in timer-funcs.el in the xemacs-base package.
15013         (dgnushack-compile): No need to delete
15014         run-at-time.el from the list of files to compile because it
15015         doesn't exist anymore.
15016
15017 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15018
15019         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15020         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15021
15022 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15023
15024         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15025         sensitively.
15026
15027 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15028
15029         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15030
15031 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15032
15033         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15034         which will be inserted according to the multibyteness of a buffer
15035         rather than the type of contents.  Suggested by ARISAWA Akihiro
15036         <ari@mbf.ocn.ne.jp>.
15037
15038         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15039         of string which old xml.el may return rather than a string.
15040
15041 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15042
15043         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15044
15045 2005-01-16  Simon Josefsson  <jas@extundo.com>
15046
15047         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15048         idn/idna.el isn't available.
15049         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15050         <michael@waxrat.com>.
15051
15052         * hashcash.el: Remove non-FSF copyright header.
15053
15054         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15055         (hashcash-generate-payment): Use it.
15056         (hashcash-generate-payment-async): Use it.
15057
15058 2005-01-15  Simon Josefsson  <jas@extundo.com>
15059
15060         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15061         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15062
15063         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15064         gnus-summary-idna-message.
15065         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15066         (gnus-summary-idna-message): New function.
15067
15068 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15069
15070         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15071         gnus-novice-user.
15072
15073 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15074
15075         * nnrss.el (nnrss-request-delete-group): Delete entries in
15076         nnrss-group-alist as well.
15077         (nnrss-save-server-data): Insert newline.
15078
15079 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15080
15081         * gnus.el (gnus-user-agent): Use list of symbols instead of
15082         symbols.  Display full version number for (S)XEmacs.
15083         Optionally display (S)XEmacs codename.
15084
15085         * gnus-util.el (gnus-emacs-version): Update for new
15086         `gnus-user-agent'.
15087
15088         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15089         Gnus version.
15090
15091 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15092
15093         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15094         which is unreadable in some setups.
15095
15096 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15097
15098         * gnus-spec.el (gnus-update-format-specifications): Flush the
15099         group format spec cache if it doesn't support decoded group names.
15100
15101 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15102
15103         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15104         Allow to apply decay on score files matching a regexp.
15105
15106 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15107
15108         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15109         compatibility in %g and %c.
15110
15111 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15112
15113         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15114         name for only %g and %c.
15115         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15116         of gnus-tmp-group to decoded group name.
15117         (gnus-group-make-rss-group): Exclude `/'s from group names.
15118
15119 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15120
15121         * nnrss.el (nnrss-get-encoding): Fix regexp.
15122
15123 2004-12-27  Simon Josefsson  <jas@extundo.com>
15124
15125         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15126         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15127         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15128
15129 2004-12-17  Kim F. Storm  <storm@cua.dk>
15130
15131         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15132
15133         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15134
15135 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15136
15137         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15138
15139 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15140
15141         * nnrss.el: Require rfc2047 and mml.
15142         (nnrss-file-coding-system): New variable.
15143         (nnrss-format-string): Redefine it as an inline function.
15144         (nnrss-decode-group-name): New function.
15145         (nnrss-string-as-multibyte): Remove.
15146         (nnrss-retrieve-headers): Decode group name; don't use
15147         nnrss-format-string.
15148         (nnrss-request-group): Decode group name.
15149         (nnrss-request-article): Decode group name; allow a Message-ID as
15150         well as an article number; don't use nnrss-format-string; encode a
15151         Message-ID string which may contain non-ASCII characters; use
15152         mml-to-mime to compose a MIME article.
15153         (nnrss-request-expire-articles): Decode group name.
15154         (nnrss-request-delete-group): Decode group name.
15155         (nnrss-fetch): Clarify error message.
15156         (nnrss-read-server-data): Use insert-file-contents instead of load;
15157         bind file-name-coding-system; use multibyte buffer.
15158         (nnrss-save-server-data): Bind coding-system-for-write to the
15159         value of nnrss-file-coding-system; bind file-name-coding-system;
15160         add coding cookie.
15161         (nnrss-read-group-data): Use insert-file-contents instead of load;
15162         bind file-name-coding-system; use multibyte buffer.
15163         (nnrss-save-group-data): Bind coding-system-for-write to the
15164         value of nnrss-file-coding-system; bind file-name-coding-system.
15165         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15166         make it work with non-ASCII text.
15167         (nnrss-find-el): Make it work with old xml.el as well.
15168
15169 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15170
15171         * nnrss.el (nnrss-get-encoding): New function.
15172         (nnrss-fetch): Use unibyte buffer initially; bind
15173         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15174         decode contents according to the encoding attribute.
15175         (nnrss-save-group-data): Add coding cookie.
15176         (nnrss-mime-encode-string): New function.
15177         (nnrss-check-group): Use it to encode subject and author.
15178
15179 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15180
15181         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15182         imaginary variable.
15183
15184 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15185
15186         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15187         correctly even if there are wide characters.
15188
15189 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15190
15191         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15192         downcased symbol names; make a new cache instead of reusing
15193         bbdb-hashtable.
15194
15195 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15196
15197         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15198         concatenating segments rather than before concatenating them.
15199         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15200
15201         * message.el (message-get-reply-headers): Bind `extra'.
15202
15203 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15204
15205         * message.el (message-extra-wide-headers): New variable.
15206         (message-get-reply-headers): Use it.
15207
15208 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15209
15210         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15211         (gnus-agent-group-pathname): Ditto.
15212
15213         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15214
15215         * gnus-group.el (gnus-group-make-group): Decode group name.
15216         (gnus-group-make-rss-group): Register the group data after opening
15217         the nnrss group.
15218
15219 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15220
15221         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15222         by expiry now get marked as read.
15223
15224 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15225
15226         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15227
15228 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15229
15230         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15231         unify Latin characters in XEmacs.
15232         (mm-find-mime-charset-region): Use it.
15233
15234 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15235
15236         * gnus-util.el (gnus-delete-directory): New function.
15237
15238         * gnus-agent.el (gnus-agent-delete-group): Use it.
15239
15240         * gnus-cache.el (gnus-cache-delete-group): Use it.
15241
15242 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15243
15244         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15245         names.
15246
15247 2004-12-16  Simon Josefsson  <jas@extundo.com>
15248
15249         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15250
15251 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15252
15253         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15254
15255         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15256         (gnus-group-set-current-level): Decode group name.
15257
15258 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15259
15260         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15261         failed.
15262
15263 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15264
15265         * gnus-group.el (gnus-group-delete-group): Decode group name.
15266         (gnus-group-make-rss-group): Encode group name.
15267         (gnus-group-catchup-current): Decode group name.
15268         (gnus-group-kill-group): Decode group name.
15269
15270 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15271
15272         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15273
15274 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15275
15276         * gnus-group.el (gnus-group-make-rss-group):
15277         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15278
15279         * gnus-start.el (gnus-setup-news): Honor user's setting to
15280         gnus-message-archive-method.  Suggested by Lute Kamstra
15281         <lute@gnu.org>.
15282
15283 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15284
15285         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15286         global counterparts of the buffer-local variables.
15287
15288 2004-11-16  Romain Francoise  <romain@orebokech.com>
15289
15290         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15291         counterparts of the buffer-local variables.
15292
15293 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15294
15295         * message.el (message-forbidden-properties): Fix typo in doc
15296         string.
15297
15298 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15299
15300         * gnus-util.el (gnus-replace-in-string): Add doc string.
15301
15302         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15303         to avoid problems when splitting mails with many recipients.
15304
15305 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15306
15307         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15308         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15309
15310 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15311
15312         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15313         if there is no hashtable in memory or file modification time is
15314         newer than cached timestamp.
15315
15316 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15317
15318         * gnus-sum.el (gnus-summary-limit-to-recipient):
15319         Implement not-matching option.
15320
15321 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15322
15323         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15324         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15325         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15326         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15327         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15328         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15329
15330 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15331
15332         * message.el (message-forward-make-body-mml): Remove headers
15333         according to message-forward-ignored-headers if a message is decoded.
15334
15335 2004-12-02  Romain Francoise  <romain@orebokech.com>
15336
15337         * message.el (message-forward-make-body-plain): Always remove
15338         headers according to message-forward-ignored-headers.
15339
15340 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15341
15342         * spam.el (spam-summary-prepare-exit): Remove the
15343         gnus-summary-limit pop for now, it has problems with ham marks for
15344         me.
15345
15346 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15347
15348         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15349         correctly.
15350
15351 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15352
15353         * format-spec.el (format-spec): Message the char.
15354
15355 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15356
15357         * gnus-art.el (gnus-split-methods): Reformat comments.
15358
15359         * spam.el (spam-summary-prepare-exit): Remove article limits
15360         before exiting the summary buffer.
15361
15362 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15363
15364         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15365         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15366
15367         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15368         order to silence the byte compiler.
15369
15370         * spam.el: Fix the way to silence the byte compiler, which
15371         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15372         bbdb-search-simple, spam-BBDB-register-routine,
15373         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15374         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15375         spam-stat-buffer-is-spam, spam-stat-load,
15376         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15377         spam-stat-save and spam-stat-split-fancy.
15378
15379 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15380
15381         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15382         which may confuse users.
15383         (canlock-password-for-verify): Ditto.
15384
15385         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15386
15387         * gnus-art.el (gnus-emphasis-alist): Ditto.
15388
15389         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15390
15391         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15392
15393         * gnus-start.el (gnus-save-killed-list): Ditto.
15394
15395         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15396         (gnus-sum-thread-tree-root): Ditto.
15397         (gnus-sum-thread-tree-false-root): Ditto.
15398         (gnus-sum-thread-tree-single-indent): Ditto.
15399
15400         * message.el (message-courtesy-message): Ditto.
15401         (message-archive-note): Ditto.
15402         (message-subscribed-address-file): Ditto.
15403         (message-user-fqdn): Ditto.
15404
15405         * spam-report.el (spam-report-gmane-regex): Ditto.
15406
15407         * spam.el (spam-blackhole-good-server-regex): Ditto.
15408
15409 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15410
15411         * mml.el (mml-preview): Widen the message buffer before copying
15412         the contents to the preview buffer; sort headers before previewing.
15413
15414         * message.el (message-hidden-headers): Fix the way to avoid a bug
15415         in the `repeat' widget in Emacs 21.3 or earlier.
15416
15417 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15418
15419         * message.el (message-hidden-headers): Default to "^References:".
15420         Improve customization type.  Suggested by Reiner Steib
15421         <Reiner.Steib@gmx.de>.
15422
15423 2004-11-25  Romain Francoise  <romain@orebokech.com>
15424
15425         * message.el (message-strip-forbidden-properties): Remove check for
15426         obsolete `message-hidden' text property, hidden headers are not
15427         accessible in the buffer anymore.
15428
15429 2004-11-22  Romain Francoise  <romain@orebokech.com>
15430
15431         * message.el (message-header-format-alist): Add `From' in list
15432         so that it can be sorted.
15433         (message-fix-before-sending): Widen and sort headers before
15434         sending.
15435         (message-hide-headers): Use narrowing to hide headers by moving
15436         them to the top of the buffer and narrowing to the region
15437         underneath.
15438
15439 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15440
15441         * message.el (message-strip-forbidden-properties):
15442         Bind buffer-read-only (etc) to nil.
15443
15444 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15445
15446         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15447         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15448
15449 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15450
15451         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15452
15453 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15454
15455         * dns.el (query-dns): Use sit-for to time instead of
15456         accept-process-output, since that doesn't seem to work on udp
15457         sockets.
15458
15459 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15460
15461         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15462
15463 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15464
15465         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15466         doc string.  Improve doc string.
15467
15468 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15469
15470         * nntp.el (nntp-request-update-info): Return nil if
15471         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15472         may not call gnus-activate-group which uselessly issues the GROUP
15473         commands for all nntp groups and wastes time.  Reported by Romain
15474         Francoise <romain@orebokech.com>.
15475
15476         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15477
15478 2004-11-15  Simon Josefsson  <jas@extundo.com>
15479
15480         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15481         headers separately.
15482         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15483         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15484
15485 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15486
15487         * gnus-start.el (gnus-convert-old-newsrc):
15488         Assign legacy-gnus-agent to 5.10.7.
15489
15490 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15491
15492         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15493         start of the lines.
15494
15495 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15496
15497         * hashcash.el (hashcash-default-payment): Change default to 20.
15498         (hashcash-default-accept-payment): Change default to 20.
15499         (hashcash-process-alist): New variable.
15500         (hashcash-generate-payment-async): Add.
15501         (hashcash-already-paid-p): Add.
15502         (hashcash-insert-payment): Don't generate payments twice.
15503         (hashcash-insert-payment-async): Add.
15504         (hashcash-insert-payment-async-2): Add.
15505         (hashcash-cancel-async): Add.
15506         (hashcash-wait-async): Add.
15507         (hashcash-processes-running-p): Add.
15508         (hashcash-wait-or-cancel): Add.
15509         (mail-add-payment): New optional argument.  Conditionally start
15510         asynchronous calculation.
15511         (mail-add-payment-async): Add.
15512
15513         * message.el (message-send-mail): Wait for asynchronous hashcash
15514         results.  Don't clobber existing X-Hashcash headers.
15515         (message-setup-1): Call mail-add-payment-async when
15516         message-generate-hashcash is non-nil.
15517
15518 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15519
15520         * message.el (message-use-alternative-email-as-from): Examine the
15521         From header as well; use message-make-from in order to include a
15522         user's full name.
15523
15524 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15525
15526         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15527         default; improve customization type.
15528         (gnus-emphasis-custom-with-format): New macro.
15529         (gnus-emphasis-custom-value-to-external): New function.
15530         (gnus-emphasis-custom-value-to-internal): New function.
15531
15532 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15533
15534         * dns.el (query-dns): Resolve reverse addresses.
15535
15536 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15537
15538         * gnus-group.el (gnus-group-get-new-news): Use it.
15539
15540         * gnus-start.el (gnus-check-reasonable-setup): New function.
15541
15542 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15543
15544         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15545         "Args out of range" error.  Reported by Arnaud Giersch
15546         <arnaud.giersch@free.fr>.
15547
15548 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15549
15550         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15551
15552 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15553
15554         * spam.el (spam group): Add :version.
15555
15556         * pgg-def.el (pgg group): Add :version.
15557
15558 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15559
15560         * gnus-art.el (gnus-article-edit-article): Don't associate the
15561         article buffer with a draft file.  This is a temporary measure
15562         against the 2004-08-22 change to gnus-article-edit-mode.
15563
15564 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15565
15566         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15567         (html2text-format-tags): Remove unused variable `attr'.
15568
15569 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15570
15571         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15572
15573         * tls.el (tls-process-connection-type, tls-success)
15574         (tls-certtool-program): Add :version.
15575
15576         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15577         (starttls-extra-arguments, starttls-process-connection-type)
15578         (starttls-connect, starttls-failure, starttls-success): Add :version.
15579
15580         * spam-stat.el (spam-stat): Add :version.
15581
15582         * sieve.el (sieve): Add :version.
15583
15584         * sha1.el (sha1): Add :version.
15585         (sha1-use-external): Remove redundant version.
15586
15587         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15588         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15589         (nnmail-split-fancy-match-partial-words)
15590         (nnmail-split-lowercase-expanded): Add :version.
15591
15592         * nndiary.el (nndiary): Add :version.
15593
15594         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15595
15596         * mml-sec.el (mml-default-sign-method)
15597         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15598         Add :version.
15599
15600         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15601
15602         * mm-url.el (mm-url-use-external, mm-url-program)
15603         (mm-url-arguments): Add :version.
15604
15605         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15606         (mm-attachment-file-modes, mm-decrypt-option)
15607         (mm-w3m-safe-url-regexp): Add :version.
15608
15609         * message.el (message-cite-prefix-regexp)
15610         (message-sendmail-envelope-from, message-minibuffer-local-map)
15611         (message-user-fqdn, message-completion-alist): Add :version.
15612
15613         * gnus-win.el (gnus-configure-windows-hook)
15614         (gnus-use-frames-on-any-display): Add :version.
15615
15616         * gnus-art.el (gnus-article-address-banner-alist)
15617         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15618         (gnus-treat-from-picon, gnus-treat-mail-picon)
15619         (gnus-treat-x-pgp-sig): Add :version.
15620
15621         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15622         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15623         (gnus-summary-article-delete-hook)
15624         (gnus-summary-display-while-building): Add :version.
15625
15626         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15627         (gnus-get-top-new-news-hook): Add :version.
15628
15629         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15630         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15631
15632         * gnus-registry.el (gnus-registry): Add :version.
15633
15634         * gnus-spec.el (gnus-use-correct-string-widths)
15635         (gnus-make-format-preserve-properties): Add :version.
15636
15637         * gnus.el (gnus-group-charter-alist)
15638         (gnus-group-fetch-control-use-browse-url)
15639         (gnus-install-group-spam-parameters): Add :version.
15640
15641         * gnus-diary.el (gnus-diary): Add :version.
15642
15643         * gnus-delay.el (gnus-delay): Add :version.
15644
15645         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15646         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15647         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15648         Add :version.
15649
15650         * gnus-agent.el (gnus-agent-max-fetch-size)
15651         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15652         (gnus-agent-prompt-send-queue): Add :version.
15653
15654         * deuglify.el (gnus-outlook-deuglify): Add :version.
15655
15656         * html2text.el: Beautify code.  Improve doc strings.
15657         Some checkdoc cleanup.
15658         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15659
15660 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15661
15662         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15663
15664 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15665
15666         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15667         when package is loaded.
15668
15669         * spam.el (spam-summary-score-preferred-header): Add global preference
15670         for people who want to override the default SpamAssassin over
15671         Bogofilter preference (when both are set).
15672         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15673         (spam-user-format-function-S):
15674         Check spam-summary-score-preferred-header.
15675         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15676         (spam-user-format-function-S): Format the score correctly.
15677
15678 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15679
15680         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15681         signature file.  Suggested by Manoj Srivastava
15682         <srivasta@golden-gryphon.com>.
15683
15684         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15685         iso-2022-jp even in the Japanese language environment.
15686         Suggested by Jason Rumney <jasonr@gnu.org>.
15687
15688 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15689
15690         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15691         use the same characters as the dummy marks; make it free from
15692         getting affected by the language environment.
15693         (gnus-summary-read-group-1): Update mark positions only when the
15694         format spec is updated.
15695
15696         * gnus-spec.el (gnus-update-format-specifications): Return a list
15697         of updated types.
15698
15699 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15700
15701         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15702         of boundp to check if display-warning is available.
15703
15704 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15705
15706         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15707
15708 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15709
15710         * nnspool.el (nnspool-spool-directory): Use news-path if the
15711         news-directory variable is not bound.
15712
15713         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15714         function instead of display-warning if it is not available.
15715
15716 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15717
15718         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15719         v5-10: Use `point-at-bol'.
15720
15721 2004-10-26  Simon Josefsson  <jas@extundo.com>
15722
15723         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15724         <chenggao@gmail.com>.
15725
15726 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15727
15728         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15729         instead.
15730
15731 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15732
15733         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15734         to remove a server from the nnimap-server-buffer-alist.
15735         (nnimap-open-connection, nnimap-close-server): Use it.
15736
15737         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15738
15739 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15740
15741         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15742         running the major-mode function.
15743
15744 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15745
15746         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15747         dummy marks in the right way.
15748
15749 2004-10-18  David Edmondson  <dme@dme.org>
15750
15751         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15752         excessively.
15753
15754 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15755
15756         * gnus-util.el (gnus-split-references): Accept a nil references
15757         string and go on blissfully.
15758
15759         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15760         cases where the references string is non-nil but has no references.
15761
15762         * encrypt.el: Add autoload tags.
15763
15764         * spam.el (spam-resolve-registrations-routine): Remove article
15765         from unregistration list too.  Reported by David Hanak
15766         <dhanak@isis.vanderbilt.edu>
15767
15768 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15769
15770         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15771         nil.  Change custom type.
15772
15773 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15774
15775         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15776
15777         * gnus-sum.el (gnus-summary-move-article): Use it.
15778
15779 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15780
15781         * encrypt.el: Add autoload cookies.
15782
15783         * spam.el (spam-backend-article-list-property)
15784         (spam-backend-get-article-todo-list)
15785         (spam-backend-put-article-todo-list)
15786         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15787         Resolve registrations separately.
15788         (spam-register-routine): Format comments.
15789         (spam-unregister-routine, spam-register-routine): Always call with
15790         specific-articles, no default list.
15791         (spam-summary-prepare-exit): Use the spam-classifications function.
15792
15793         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15794         gnus-encrypt.el.
15795
15796         * encrypt.el: Copied from gnus-encrypt.el.
15797
15798         * gnus-encrypt.el: Commented that it's obsolete.
15799
15800 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15801
15802         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15803         (gnus-score-save): Use it.
15804
15805         * message.el (message-bury): Use `window-dedicated-p'.
15806
15807 2004-10-15  Simon Josefsson  <jas@extundo.com>
15808
15809         * pop3.el (top-level): Don't require nnheader.
15810         (pop3-read-timeout): Add.
15811         (pop3-accept-process-output): Add.
15812         (pop3-read-response, pop3-retr): Use it.
15813
15814 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15815
15816         * spam.el (spam-register-routine): Move comment.
15817         (spam-verify-bogofilter): Use 'unknown for the initial
15818         spam-bogofilter-valid state, not 'never.
15819
15820         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15821         for netrc-machine.
15822
15823         * nnimap.el (nnimap-open-connection):
15824         Use netrc-machine-user-or-password.
15825
15826 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15827
15828         * gnus-registry.el (gnus-registry-unload-hook):
15829         Set as a variable with add-hook.
15830
15831         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15832         of news-path.
15833
15834         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15835
15836         * spam.el: Delete duplicate `provide'.
15837         (spam-unload-hook): Set as a variable with add-hook.
15838
15839 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15840
15841         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15842         in the doc string.
15843
15844         * message.el (message-ignored-news-headers)
15845         (message-ignored-supersedes-headers)
15846         (message-ignored-resent-headers)
15847         (message-forward-ignored-headers): Improve custom type.
15848
15849 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15850
15851         * message.el (message-tokenize-header): Fix 2004-09-06 change
15852         which used point-min in the wrong place.
15853
15854 2004-10-12  Simon Josefsson  <jas@extundo.com>
15855
15856         * tls.el (tls-certtool-program): New variable.
15857         (tls-certificate-information): New function, based on
15858         ssl-certificate-information.
15859
15860 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15861
15862         * compface.el: Move the version of ELisp-based uncompface program
15863         to the contrib directory because of the copyright problem.
15864
15865 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15866
15867         * message.el (message-kill-buffer): Raise the current frame.
15868
15869 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15870
15871         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15872
15873         * gnus.el (message-y-or-n-p): Autoload.
15874
15875         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15876         (pop3-password-required, pop3-authentication-scheme)
15877         (pop3-leave-mail-on-server): Make customizable.
15878         (pop3): New custom group.
15879         (pop3-retr): Remove `sleep-for' statements.
15880         Suggested by Dave Love <fx@gnu.org>.
15881
15882         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15883         Windows/DOS.
15884
15885         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15886         (imap-parse-body): Fix incorrect use of `assert'.
15887         Suggested by Dave Love <fx@gnu.org>.
15888
15889         * mml.el (mml-minibuffer-read-disposition): Require match.
15890         Suggested by Dave Love <fx@gnu.org>.
15891
15892 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15893
15894         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15895         doc string.
15896
15897 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15898
15899         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15900
15901 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15902
15903         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15904         instead of calling `mm-insert-inline', to decode text/* parts
15905         before displaying them.
15906
15907 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15908
15909         * mm-uu.el (mm-uu-text-plain-type): New variable.
15910         (mm-uu-pgp-signed-extract-1): Use it.
15911         (mm-uu-pgp-encrypted-extract-1): Use it.
15912         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15913         bind mm-uu-text-plain-type with that value.
15914         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15915         mm-uu-dissect.
15916
15917 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15918
15919         * gnus-group.el (gnus-update-group-mark-positions):
15920         * gnus-sum.el (gnus-update-summary-mark-positions):
15921         * message.el (message-check-news-body-syntax):
15922         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15923         of string-as-multibyte.
15924
15925 2004-10-05  Juri Linkov  <juri@jurta.org>
15926
15927         * gnus-group.el (gnus-update-group-mark-positions):
15928         * gnus-sum.el (gnus-update-summary-mark-positions):
15929         * message.el (message-check-news-body-syntax):
15930         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15931         8-bit unibyte values to a multibyte string for search functions.
15932
15933 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15934
15935         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15936         (mm-uu-dissect-text-parts): New function.
15937
15938         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15939         dissect text parts.
15940
15941         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15942         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15943
15944         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15945
15946         * gnus-topic.el (gnus-topic-hierarchical-parameters):
15947         Use gnus-current-topics instead of gnus-current-topic.
15948
15949 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15950
15951         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15952
15953 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15954
15955         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15956         where approriate.
15957
15958         * nnml.el (nnml-generate-active-info): do.
15959
15960         * nndiary.el (nndiary-generate-active-info): do.
15961
15962         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15963         (gnus-topic-move): do.
15964
15965         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15966         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15967
15968         * gnus-srvr.el (gnus-server-prepare)
15969         (gnus-server-open-all-servers): do.
15970
15971         * gnus-msg.el (gnus-summary-cancel-article)
15972         (gnus-summary-resend-message)
15973         (gnus-summary-mail-crosspost-complaint): do.
15974
15975         * gnus-move.el (gnus-change-server): do.
15976
15977         * gnus-group.el (gnus-group-unmark-all-groups)
15978         (gnus-group-set-current-level): do.
15979
15980 2004-10-04  Simon Josefsson  <jas@extundo.com>
15981
15982         * message.el (message-generate-hashcash): Doc fix.
15983
15984 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15985
15986         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15987         avoid infinite recursion via gnus-get-function.
15988
15989 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15990
15991         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15992
15993         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15994
15995         * nnmail.el (nnmail-split-history): do.
15996
15997         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15998         (nnml-request-delete-group): do.
15999
16000         * nnslashdot.el (nnslashdot-read-groups): do.
16001
16002         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16003         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16004
16005         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16006         (nnspool-sift-nov-with-sed): Use last.
16007         (nnspool-retrieve-headers-with-nov): Use mapc.
16008         (nnspool-request-newgroups): Use dolist.
16009         (nnspool-request-group): Use last.
16010
16011         * nntp.el (nntp-read-server-type): Use dolist.
16012
16013         * nnvirtual.el (nnvirtual-create-mapping)
16014         (nnvirtual-update-read-and-marked): Use dolist.
16015         (nnvirtual-convert-headers): Simplify.
16016
16017 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16018
16019         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16020         Add support for sync'ing tick marks.
16021
16022 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16023
16024         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16025         there's no visible header.
16026
16027 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16028
16029         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16030         When necessary, pass full group name to gnus-request-set-marks.
16031
16032 2004-10-01  Simon Josefsson  <jas@extundo.com>
16033
16034         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16035         acroread.
16036
16037 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16038
16039         * spam-report.el (spam-report-gmane): Fix interactive.
16040
16041         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16042
16043         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16044         when writing file.
16045         (gnus-agent-synchronize-flags): Don't default to being
16046         interactive.
16047
16048 2004-09-30  Simon Josefsson  <jas@extundo.com>
16049
16050         * message.el (message-generate-hashcash): Add.
16051         (message-send-mail): Use it, call mail-add-payment.
16052
16053 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16054
16055         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16056
16057 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16058
16059         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16060         gnus-requst-update-info with explicit code to sync the in-memory
16061         info read flags with the marks being sync'd to the backend.
16062
16063         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16064
16065 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16066
16067         * spam.el (spam-verify-bogofilter): Add new function.
16068         (spam-check-bogofilter)
16069         (spam-bogofilter-register-with-bogofilter): Use it.
16070         (spam-verify-bogofilter): Add small fixes.
16071
16072 2004-09-28  Simon Josefsson  <jas@extundo.com>
16073
16074         * hashcash.el (hashcash-generate-payment): Revert.
16075
16076 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16077
16078         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16079         Use gnus-extract-references instead of gnus-split-references.
16080
16081         * gnus-util.el (gnus-extract-references): Add new function, analogous
16082         to gnus-split-references but extracts only the message-ID without
16083         anything extra.
16084
16085         * hashcash.el (hashcash-generate-payment)
16086         (hashcash-check-payment): Do the right thing if hashcash-path is
16087         nil (because the hashcash program could not be found).
16088
16089         * spam.el (spam-use-hashcash): Remove comment.
16090
16091 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16092
16093         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16094         (gnus-cache-enter-article, gnus-cache-remove-article)
16095         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16096
16097         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16098
16099         * gnus-art.el (article-hide-boring-headers)
16100         (article-translate-strings, article-display-face)
16101         (gnus-article-mime-match-handle-first)
16102         (gnus-article-highlight-headers)
16103         (gnus-article-add-buttons-to-head): do.
16104
16105 2004-09-27  Simon Josefsson  <jas@extundo.com>
16106
16107         * hashcash.el: New version, from
16108         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16109         ../contrib/.
16110
16111 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16112
16113         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16114
16115 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16116
16117         * gnus-dup.el (gnus-dup-open): Use mapc.
16118         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16119
16120         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16121         Reported by Stefan Wiens <s.wi@gmx.net>.
16122
16123         * gnus.el (gnus-shutdown): Use dolist.
16124
16125         * gnus-undo.el (gnus-undo): Use mapc.
16126
16127         * nnrss.el (nnrss-generate-active): do.
16128
16129         * message.el (message-cite-original-without-signature)
16130         (message-cite-original): Use mapc.
16131         (message-do-actions, message-make-forward-subject): Use dolist.
16132
16133 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16134
16135         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16136         deletion to remove entire duplicate line.  Fixes merged article
16137         number bug.
16138
16139 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16140
16141         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16142         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16143         first ask if you want to open a server and then, even when you
16144         responded with no, asking if you want to synchronize the server's
16145         flags.
16146         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16147         multi-line expressions.
16148         (gnus-agent-synchronize-group-flags): New internal function.
16149         Updates marks in memory (in the info structure) AND in the
16150         backend.
16151
16152         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16153
16154         * nnagent.el (nnagent-request-set-mark):
16155         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16156         method, to ensure that synchronization updates marks in the
16157         backend and in the info (in memory) structure.
16158
16159 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16160
16161         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16162         convention fully; don't miss the root article of a thread; make
16163         the X-Draft-From header with correct article numbers.
16164
16165 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16166
16167         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16168         unless plugged.  Disable the agent so that an open failure causes
16169         an error.
16170
16171         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16172         Revert 2004-09-21 change.  The backend must be opened while
16173         synchronizing flags even when the backend stores the flags
16174         locally.
16175
16176 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16177
16178         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16179         in `header' match.  Reported by Svend Tollak Munkejord.
16180
16181         * message.el (message-cite-original): Fix use of
16182         `message-cite-articles-with-x-no-archive'.
16183
16184 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16185
16186         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16187         (gnus-window-to-buffer): Ditto.
16188
16189         * mml.el (mml-preview-buffer): New variable.
16190         (mml-preview): Manage window layout with gnus-buffer-configuration.
16191
16192         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16193         X-Draft-From header even if those articles aren't quoted.
16194
16195 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16196
16197         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16198         (gnus-request-set-mark, gnus-request-update-mark): Use new
16199         g-s-t-u-l-m to decide to use backend even when unplugged.
16200
16201 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16202
16203         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16204         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16205
16206 2004-09-20  Simon Josefsson  <jas@extundo.com>
16207
16208         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16209         "utf-16-le".
16210
16211 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16212
16213         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16214
16215 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16216
16217         * uudecode.el (uudecode-use-external): Add :version.
16218
16219         * smime.el (smime-CA-file, smime-encrypt-cipher)
16220         (smime-dns-server): Add :version.
16221
16222         * smiley.el (gnus-smiley-file-types): Add :version.
16223
16224         * sha1.el (sha1-use-external): Add :version.
16225
16226         * pgg-def.el (pgg-query-keyserver): Add :version.
16227
16228         * nnmail.el (nnmail-fancy-expiry-targets)
16229         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16230         Add :version.
16231
16232         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16233         (nnimap-retrieve-groups-asynchronous): Add :version.
16234         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16235
16236         * mml.el (mml-content-disposition-parameters)
16237         (mml-insert-mime-headers-always): Add :version.
16238
16239         * mm-util.el (mm-coding-system-priorities): Add :version.
16240
16241         * mm-decode.el (mm-inline-text-html-with-images)
16242         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16243         (mm-verify-option): Add :version.
16244         (mm-text-html-renderer): Change :version.
16245
16246         * message.el (message-fcc-externalize-attachments)
16247         (message-required-headers, message-draft-headers)
16248         (message-subject-trailing-was-query)
16249         (message-subject-trailing-was-ask-regexp)
16250         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16251         (message-mark-insert-end, message-archive-header)
16252         (message-archive-note, message-cross-post-default)
16253         (message-cross-post-note, message-followup-to-note)
16254         (message-cross-post-note-function, message-use-mail-followup-to)
16255         (message-subscribed-address-functions)
16256         (message-subscribed-address-file, message-subscribed-addresses)
16257         (message-subscribed-regexps, message-allow-no-recipients)
16258         (message-yank-cited-prefix, message-signature-insert-empty-line)
16259         (message-hidden-headers, message-hierarchical-addresses)
16260         (message-mail-user-agent, message-use-idna)
16261         (message-valid-fqdn-regexp)
16262         (message-strip-special-text-properties, message-header-synonyms)
16263         (message-beginning-of-line, message-tab-body-function): Add :version.
16264         (message-insert-canlock, message-wide-reply-confirm-recipients):
16265         Change :version.
16266
16267         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16268         and :version.
16269         (mail-source-delete-old-incoming-confirm)
16270         (mail-source-movemail-program): Add :version.
16271
16272         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16273         (gnus-agent-cache, gnus-agent): Change :version.
16274
16275         * gnus-util.el (gnus-use-byte-compile): Change :version.
16276
16277         * gnus-sum.el (gnus-summary-make-false-root-always)
16278         (gnus-summary-default-high-score)
16279         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16280         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16281         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16282         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16283         (gnus-sum-thread-tree-single-indent)
16284         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16285         (gnus-sum-thread-tree-leaf-with-other)
16286         (gnus-sum-thread-tree-single-leaf): Add :version.
16287         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16288         (gnus-article-loose-mime): Change :version.
16289
16290         * gnus-start.el (gnus-backup-startup-file)
16291         (gnus-save-startup-file-via-temp-buffer): Add :version.
16292
16293         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16294         (gnus-server-offline-face): Add :version.
16295
16296         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16297
16298         * gnus-msg.el (gnus-gcc-externalize-attachments)
16299         (gnus-debug-files, gnus-debug-exclude-variables)
16300         (gnus-discouraged-post-methods): Change :version.
16301         (gnus-confirm-mail-reply-to-news)
16302         (gnus-confirm-treat-mail-like-news): Add :version.
16303
16304         * gnus-int.el (gnus-server-unopen-status): Add :version.
16305
16306         * gnus-group.el (gnus-group-jump-to-group-prompt)
16307         (gnus-large-ephemeral-newsgroup)
16308         (gnus-fetch-old-ephemeral-headers): Add :version.
16309
16310         * gnus-fun.el (gnus-x-face-directory)
16311         (gnus-convert-pbm-to-x-face-command)
16312         (gnus-convert-image-to-x-face-command)
16313         (gnus-convert-image-to-face-command): Add :version.
16314
16315         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16316
16317         * gnus-cite.el (gnus-cite-blank-line-after-header)
16318         (gnus-article-boring-faces): Add :version.
16319
16320         * gnus-art.el (gnus-buttonized-mime-types)
16321         (gnus-inhibit-mime-unbuttonizing)
16322         (gnus-treat-display-face)
16323         (gnus-treat-body-boundary): Change :version.
16324         (gnus-body-boundary-delimiter, gnus-picon-databases)
16325         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16326         (gnus-treat-date-english, gnus-treat-fold-headers)
16327         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16328         (gnus-treat-mail-picon, gnus-treat-wash-html)
16329         (gnus-article-encrypt-protocol)
16330         (gnus-use-idna, gnus-article-over-scroll)
16331         (gnus-mime-display-multipart-alternative-as-mixed)
16332         (gnus-mime-display-multipart-related-as-mixed)
16333         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16334         (gnus-ctan-url, gnus-button-ctan-handler)
16335         (gnus-button-handle-ctan-bogus-regexp)
16336         (gnus-button-ctan-directory-regexp)
16337         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16338         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16339         (gnus-button-man-level, gnus-button-emacs-level)
16340         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16341
16342         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16343         (gnus-agent-go-online): Change :version.
16344         (gnus-agent-expire-unagentized-dirs)
16345         (gnus-agent-auto-agentize-methods): Add :version.
16346
16347         * flow-fill.el (fill-flowed-display-column)
16348         (fill-flowed-encode-column): Add :version.
16349
16350         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16351         (gnus-outlook-deuglify-unwrap-max)
16352         (gnus-outlook-deuglify-cite-marks)
16353         (gnus-outlook-deuglify-unwrap-stop-chars)
16354         (gnus-outlook-deuglify-no-wrap-chars)
16355         (gnus-outlook-deuglify-attrib-cut-regexp)
16356         (gnus-outlook-deuglify-attrib-verb-regexp)
16357         (gnus-outlook-deuglify-attrib-end-regexp)
16358         (gnus-outlook-display-hook): Add :version.
16359
16360         * binhex.el (binhex-use-external): Add :version.
16361
16362 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16363
16364         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16365         and `invisible'.
16366
16367 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16368
16369         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16370         in gnus-registry-trim.
16371
16372 2004-09-13  Simon Josefsson  <jas@extundo.com>
16373
16374         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16375
16376         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16377
16378         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16379         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16380         <yamaoka@jpl.org>.
16381         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16382         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16383         <yamaoka@jpl.org>.
16384
16385         * sieve.el (sieve-manage-mode): Ditto.
16386
16387 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16388
16389         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16390
16391 2004-09-11  Simon Josefsson  <jas@extundo.com>
16392
16393         * dns-mode.el: Add.
16394
16395         * mm-view.el (mm-display-dns-inline): Add.
16396
16397         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16398         (mm-automatic-display): Ditto.
16399
16400         * mailcap.el (mailcap-mime-data): Add text/dns.
16401         (mailcap-mime-extensions): Map .soa to text/dns.
16402
16403 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16404
16405         * gnus-art.el (article-decode-mime-words, article-babel)
16406         (gnus-article-highlight-signature, gnus-article-add-buttons)
16407         (gnus-signature-toggle): Remove unnecessary bindings of
16408         `inhibit-read-only' inherited from v5.10 merge.
16409
16410 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16411
16412         * nntp.el (nntp): New customization group.
16413         (nntp-authinfo-file): Add customization group.
16414
16415         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16416
16417         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16418
16419         * gnus.el (to-address, to-list, subscribed)
16420         (large-newsgroup-initial): Ditto.
16421
16422         * flow-fill.el (fill-flowed-display-column)
16423         (fill-flowed-encode-column): Ditto.
16424
16425 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16426
16427         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16428         Use point-min rather than 1.
16429         (message-send-mail): Use buffer-size rather than point-max.
16430
16431         * gnus-sum.el (gnus-summary-search-article-forward):
16432         Signal a specific `search-failed' rather than a generic `error'.
16433
16434         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16435         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16436         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16437
16438 2004-09-10  Simon Josefsson  <jas@extundo.com>
16439
16440         * nndb.el (require): Remove tcp and duplicate cl.
16441
16442 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16443
16444         * gnus-agent.el (directory-files-and-attributes): Move forward.
16445
16446 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16447
16448         * gnus-agent.el (directory-files-and-attributes):
16449         Optionally defined to support XEmacs.
16450
16451 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16452
16453         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16454         to avoid run-time CL dependencies.
16455         (gnus-agent-unfetch-articles): New function.
16456         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16457         article numbers even when local .overview file is missing.
16458         (gnus-agent-read-article-number): New function.  Only accepts
16459         27-bit article numbers.
16460         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16461         Use gnus-agent-read-article-number.
16462         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16463         from backend while recognizing that article numbers in .overview
16464         must be valid.
16465         (gnus-agent-update-files-total-fetched-for):
16466         Use directory-files-and-attributes to improve performance.
16467         * gnus-int.el (gnus-request-move-article):
16468         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16469         improve performance.
16470
16471         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16472         some users confused by references to .newsrc when they only have a
16473         .newsrc.eld file.
16474         (gnus-convert-mark-converter-prompt)
16475         (gnus-convert-converter-needs-prompt): Fix use of property list.
16476         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16477         New function.  Used internally to only display 'gnus converting
16478         files' message when actually necessary.
16479
16480         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16481         methods now autoloaded.
16482
16483 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16484
16485         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16486         identifiers.
16487
16488 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16489
16490         * gnus-picon.el: Fix indentation and closing parenthesis.
16491
16492 2004-09-01  Simon Josefsson  <jas@extundo.com>
16493
16494         * message.el (message-canlock-generate): Require sha1, not
16495         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16496         to require within a function.  Sadly, if sha1.el isn't loaded, the
16497         let binding in m-c-g will hide the defcustom definition, which is
16498         bad.)
16499
16500         * canlock.el: Require sha1, not sha1-el.
16501
16502         * message.el: Don't autoload sha1 (there is a autoload cookie in
16503         sha1.el).
16504
16505         * sha1-el.el: Rename to sha1.el.
16506
16507 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16508
16509         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16510
16511 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16512
16513         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16514
16515 2004-08-30  Kim F. Storm  <storm@cua.dk>
16516
16517         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16518
16519         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16520         Add :group 'nnimap.
16521
16522 2004-08-30  Andreas Schwab  <schwab@suse.de>
16523
16524         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16525         ?* and ?\;.
16526
16527         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16528         and ?\' to symbol instead of whitespace.
16529
16530 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16531
16532         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16533
16534         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16535         instead of re-search-forward.
16536
16537         * gnus-uu.el (gnus-uu-save-article): Ditto.
16538         (gnus-uu-post-encode-uuencode): Ditto.
16539
16540         * html2text.el (html2text-clean-list-items): Ditto.
16541         (html2text-clean-dtdd): Ditto.
16542         (html2text-format-tags): Ditto.
16543
16544         * message.el (message-send-mail-with-sendmail): Fix regexp.
16545         (message-fill-field-general): Use search-forward instead of
16546         re-search-forward.
16547         (unbold-region): Ditto.
16548
16549         * nnrss.el (nnrss-request-article): Ditto.
16550
16551         * nnslashdot.el (nnslashdot-request-article): Ditto.
16552
16553         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16554
16555         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16556         "Unrecognized menu descriptor" error in XEmacs.
16557
16558 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16559
16560         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16561         parent article of a sparse article in the thread hashtb.
16562
16563 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16564
16565         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16566         (nnmail-expand-newtext): Lowercase expanded entries if
16567         nnmail-split-lowercase-expanded is non-nil.
16568
16569 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16570
16571         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16572
16573         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16574         of gnus-tmp-news-method into string under XEmacs.  It will be
16575         passed to gnus-correct-length which takes only a string argument.
16576
16577 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16578
16579         * gnus-util.el (gnus-bind-print-variables): New macro.
16580         (gnus-prin1): Use it.
16581         (gnus-prin1-to-string): Use it.
16582         (gnus-pp): New function.
16583         (gnus-pp-to-string): New function.
16584
16585         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16586         Replace pp-to-string with gnus-pp-to-string.
16587         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16588         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16589         * gnus-msg.el (gnus-debug): Ditto.
16590         * gnus-score.el (gnus-score-save): Ditto.
16591         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16592         gnus-pp-to-string.
16593         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16594         with gnus-pp.
16595         * score-mode.el (gnus-score-pretty-print): Ditto.
16596         * webmail.el (webmail-debug): Ditto.
16597
16598 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16599
16600         * gnus-art.el (article-display-face, article-display-x-face):
16601         Use buffer-read-only.
16602
16603 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16604
16605         * gnus-art.el (article-hide-list-identifiers):
16606         Bind inhibit-read-only as t.
16607
16608 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16609
16610         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16611
16612 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16613
16614         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16615         (gnus-narrow-to-page): Don't assume point-min == 1.
16616         (gnus-article-edit-mode): Derive from message-mode.
16617
16618         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16619         point-min == 1.
16620
16621         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16622         Disable incorrect use of `assert'.
16623
16624         * message.el (message-mode): Set comment-start-skip.
16625
16626
16627 2004-08-22  Sam Steingold  <sds@gnu.org>
16628
16629         * pop3.el (pop3-leave-mail-on-server): New user variable.
16630         (pop3-movemail): Delete mail only when it is nil.
16631
16632 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16633
16634         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16635
16636         * mml.el (mml-preview): Use `pop-to-buffer'.
16637
16638         * message.el (message-goto-mail-followup-to): Insert after "To".
16639         (message-carefully-insert-headers): Add comment.
16640
16641         * gnus.el: Remove unused variable `gnus-article-check-size'.
16642
16643         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16644
16645         * gnus-art.el (gnus-button-alist):
16646         Improve `gnus-button-handle-library' entry.
16647
16648 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16649
16650         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16651         Use downcase, since XEmacs capitalizes error messages differently.
16652
16653 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16654
16655         * nntp.el: Add (require 'gnus) due to reference to
16656         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16657
16658 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16659
16660         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16661         Bind `mm-fill-flowed'.
16662
16663         * mm-decode.el (mm-dissect-singlepart): Check it.
16664
16665 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16666
16667         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16668         'imap' for netrc parsing.
16669
16670 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16671
16672         * mailcap.el (mailcap-mime-data): Mark as risky.
16673
16674 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16675
16676         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16677         may be included in the encoded word.
16678         (rfc2047-encode): Don't append a space if the encoded word
16679         includes close parenthesis.
16680
16681 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16682
16683         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16684         of text within parentheses.
16685
16686 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16687
16688         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16689         (gnus-encrypt-write-file-contents): Make the password key the file
16690         name PLUS the cipher, not just the cipher.  Also remove failed
16691         passwords from the cache.
16692
16693 2004-08-06  Simon Josefsson  <jas@extundo.com>
16694
16695         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16696         Doc fix.
16697
16698 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16699
16700         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16701         LWSP.
16702
16703 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16704
16705         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16706         Try to append in-reply-to: data to the references: header.
16707
16708         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16709         (netrc-parse): Use gnus-encrypt.el functions.
16710
16711         * gnus-encrypt.el: Add new file for encryption support; currently
16712         does only a few GPG ciphers and an internal XOR cipher.
16713
16714         * password.el: Add comments on using password-read-and-add.
16715         (password-read-and-add): Add function to read and add the
16716         password to the cache at once.
16717
16718 2004-07-28  Simon Josefsson  <jas@extundo.com>
16719
16720         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16721         parameter (but don't use it, for now).
16722
16723         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16724         instead of hard coding to nil.
16725
16726 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16727
16728         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16729         as mm-inline-image-xemacs does.
16730
16731 2004-07-26  Simon Josefsson  <jas@extundo.com>
16732
16733         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16734         Revert part of 2004-07-17 change below.
16735
16736 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16737
16738         * rfc2047.el (rfc2047-encode-region): Don't infloop.
16739         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16740
16741 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16742
16743         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16744         quotes that actually start with ">" at the beginning of the
16745         lines.
16746
16747 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16748
16749         * rfc2047.el (rfc2047-encode-region): Fix last change.
16750         (rfc2047-encode-parameter): Remove useless concat.
16751
16752 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16753
16754         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16755         encode special characters; fix some kind of misconfigured headers;
16756         signal a real error if debug-on-quit or debug-on-error is non-nil.
16757         (rfc2047-encode-max-chars): New variable.
16758         (rfc2047-encode-1): Use it.
16759         (rfc2047-encode-parameter): New function.
16760
16761         * mml.el (mml-insert-parameter): Remove an excessive space.
16762
16763 2004-07-17  Simon Josefsson  <jas@extundo.com>
16764
16765         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16766         Kai Grossjohann <kai@emptydomain.de>.
16767         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16768         (gnus-group-make-menu-bar): Ditto.
16769
16770         * gnus-util.el (gnus-group-server): Add.
16771
16772 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16773
16774         * message.el (message-clone-locals): Clone sendmail and smtp
16775         variables.
16776
16777 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16778
16779         * rfc2047.el (rfc2047-encode-region): Fix last change.
16780
16781 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16782
16783         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16784         characters as non-special.
16785
16786 2004-07-09  Simon Josefsson  <jas@extundo.com>
16787
16788         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16789         Users will lose all flag changes made while unplugged with
16790         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16791         good default.  See numerous reports on ding mailing list.
16792
16793 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16794
16795         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16796         add generate-head-function and generate-article-function to the
16797         rfc822-forward entry.
16798         (nndoc-rfc822-forward-generate-article): New function.
16799         (nndoc-rfc822-forward-generate-head): New function.
16800
16801         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16802
16803 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16804
16805         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16806         respect display group parameter and gnus-summary-expunge-below.
16807         (gnus-articles-to-read): Remove unused reference to display group
16808         parameter.
16809
16810 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16811
16812         * nnheader.el (nnheader-uniquify-message-id): New experimental
16813         variable.
16814         (nnheader-nov-read-message-id): Use it.
16815
16816         * spam-report.el (spam-report-gmane): Add interactive.
16817
16818 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16819
16820         * mm-encode.el (mm-content-transfer-encoding-defaults):
16821         Use qp-or-base64 for the application/* types.
16822
16823 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16824
16825         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16826
16827 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16828
16829         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16830         trim value.
16831
16832 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16833
16834         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16835         New macro and function.
16836         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16837
16838 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16839
16840         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16841         after-load-alist.
16842
16843 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16844
16845         * gnus-group.el (gnus-group-get-new-news-this-group):
16846         Don't update info that isn't there.
16847
16848 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16849
16850         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16851         entry.
16852
16853 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16854
16855         * mm-view.el (mm-inline-render-with-function): Use multibyte
16856         buffer; decode html source by charset.
16857
16858         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16859
16860         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16861         Mule-UCS is loaded under XEmacs.
16862         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16863
16864 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16865
16866         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16867
16868 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16869
16870         * mm-util.el (mm-coding-system-p): Return a coding-system.
16871         (mm-mime-mule-charset-alist): Use shift_jis instead of
16872         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16873         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16874         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16875         instead of japanese-shift-jis and iso-latin-1 respectively in
16876         order to share the default value with both Emacs and XEmacs-mule.
16877         (mm-mule-charset-to-mime-charset):
16878         Make mm-coding-system-priorities effective.
16879         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16880         while predicating of candidates upon the priorities.
16881
16882 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16883
16884         * gnus-sum.el (gnus-summary-make-menu-bar):
16885         Add gnus-uu-invert-processable.
16886
16887         * gnus.el: Autoload gnus-uu-invert-processable.
16888
16889 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16890
16891         * mm-util.el (mm-with-multibyte-buffer): New macro.
16892
16893         * rfc2047.el (rfc2047-encode-string): Use it.
16894         (rfc2047-encode-region): Move point to the end of the region after
16895         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16896
16897 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16898
16899         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16900         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16901
16902 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16903
16904         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16905         (gnus-cite-parse): Ignore quoted envelope From_.
16906         Suggested by Karl Chen <quarl@nospam.quarl.org>.
16907
16908 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16909
16910         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16911         invalid addresses.
16912
16913 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16914
16915         * spam.el: Change section markers, revise TODO list.
16916         (spam-backends): Make new master list of all installed backends.
16917         (spam-summary-exit-behavior): Add new variable to determine how
16918         messages moves are done at summary exit.
16919         (spam-move-spam-nonspam-groups-only)
16920         (spam-process-ham-in-nonham-groups)
16921         (spam-process-ham-in-spam-groups): Remove variables, the
16922         spam-summary-exit-behavior variable should be used to manage this
16923         behavior.
16924         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16925         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16926         and spam-old-spam-articles.
16927         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16928         Add empty variables, placeholders for the backends they represent.
16929         (spam-set-difference): Move, unchanged.
16930         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16931         unless the user has a processor variable.
16932         (spam-classifications, spam-classification-valid-p)
16933         (spam-backend-properties, spam-backend-property-valid-p)
16934         (spam-backend-function-type-valid-p)
16935         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16936         (spam-report-articles-gmane, spam-report-articles-resend):
16937         Remove functions, they are not needed.
16938         (spam-install-backend-super, spam-backend-list)
16939         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16940         (spam-backend-function, spam-backend-ham-registration-function)
16941         (spam-backend-spam-registration-function)
16942         (spam-backend-ham-unregistration-function)
16943         (spam-backend-spam-unregistration-function)
16944         (spam-backend-statistical-p, spam-backend-mover-p)
16945         (spam-install-backend-alias, spam-install-checkonly-backend)
16946         (spam-install-mover-backend, spam-install-nocheck-backend)
16947         (spam-install-backend, spam-install-statistical-backend)
16948         (spam-install-statistical-checkonly-backend): Add backend installation
16949         support.
16950         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16951         (spam-group-processor-p): Use the new backend code and respect the
16952         summary exit behavior.
16953         (spam-mark-spam-as-expired-and-move-routine): Remove.
16954         (spam-summary-prepare): Change to use the new spam-old-articles
16955         variable.
16956         (spam-copy-or-move-routine, spam-copy-spam-routine)
16957         (spam-move-spam-routine, spam-copy-ham-routine)
16958         (spam-move-ham-routine): Add code to copy/move ham or spam.
16959         (spam-fetch-field-fast): Improve doc and code, plus allow the
16960         'number request.
16961         (spam-list-of-checks, spam-list-of-statistical-checks):
16962         Remove variables.
16963         (spam-split, spam-find-spam): Use the new backend code.
16964         (spam-registration-functions): Remove variable.
16965         (spam-unregister-routine): Add convenience wrapper.
16966         (spam-log-undo-registration, spam-register-routine)
16967         (spam-log-processing-to-registry)
16968         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16969         where possible.
16970         (spam-check-gmane-xref, spam-check-regex-headers)
16971         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16972         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16973         (spam-check-bogofilter-headers, spam-check-spamoracle)
16974         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16975         (spam-check-crm114-headers): Use the spam-split-group that
16976         spam-split prepares, no need to determine it every time.
16977
16978         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16979         to the nnheader-parse-naked-head call.
16980
16981         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16982
16983         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16984         the nnheader-nov-read-message-id call.
16985
16986 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16987
16988         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16989         gnus-activate-group twice.  Suggested by Markus Peter
16990         <warp@spin.de>.
16991
16992 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16993
16994         * gnus-art.el (gnus-article-time-format): Exchange the order of
16995         day and month in the default value; fix customization type.
16996         (article-date-ut): Use add-text-properties.
16997         (article-make-date-line): Use message-make-date instead of
16998         current-time-string.
16999
17000         * message.el (message-fetch-field): Don't use set-text-properties.
17001         (message-make-date): Simplify.
17002
17003         * messagexmas.el (message-xmas-make-date): New function.
17004         (message-xmas-redefine): Defalias message-make-date to it.
17005
17006 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17007
17008         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17009         (rfc2047-encode-region): Treat text within parentheses as special;
17010         show the original text when error has occurred.
17011
17012         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17013         already-computed method to gnus-activate-group.
17014
17015         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17016         same select-methods identical Lisp objects.
17017
17018         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17019         object when modifying the info.
17020
17021 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17022
17023         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17024         gnus-opened-servers since it has never been opened with the new
17025         configuration yet.
17026
17027 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17028
17029         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17030         arg to nnheader-generate-fake-message-id.
17031
17032 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17033
17034         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17035         number and build a fake message ID localized to a group and
17036         article number (so it's repeatable from that point on).
17037         (nnheader-fake-message-id-p): Change regex to accomodate new fake
17038         ID format.
17039
17040         * gnus-sum.el (gnus-get-newsgroup-headers):
17041         Call nnheader-generate-fake-message-id with the article number.
17042
17043 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17044
17045         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17046         end-of-buffer.
17047
17048 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17049
17050         * message.el (message-ignored-supersedes-headers): Add Approved.
17051
17052 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17053
17054         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17055         goto-char.
17056         (rfc2047-encode): Fold the line before encoding.
17057
17058 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17059
17060         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17061         folding -- not all headers can be folded, and this should be done
17062         by the message composition mode.  Probably.  I think.
17063
17064 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17065
17066         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17067         fast.
17068
17069         * gnus-ems.el (gnus-remove-image): Don't use
17070         message-text-with-property; remove only the image found first.
17071
17072         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17073         found first.
17074
17075 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17076
17077         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17078
17079 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17080
17081         * message.el (message-text-with-property): Make it fast and accept
17082         optional arguments.
17083         (message-strip-forbidden-properties): Use it.
17084         (message-fix-before-sending): Follow the m-t-w-p change.
17085
17086         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17087
17088 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17089
17090         * gnus-art.el (article-hide-headers): Don't change the buffer
17091         mistakenly when performing mml-preview even if
17092         gnus-single-article-buffer is nil.
17093
17094 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17095
17096         * message.el (message-expand-name-databases): New user option.
17097         (message-expand-name): Use it.
17098
17099 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17100
17101         * spam.el (spam-report-articles-resend)
17102         (spam-report-resend-register-routine): Allow ham reporting.
17103         (spam-report-resend-register-ham-routine): Add wrapper.
17104         (spam-registration-functions): Add ham resending functions.
17105         (spam-list-of-processors): Add ham resend processor.
17106
17107         * gnus.el (ham-resend-to): Add new group parameter.
17108         (spam-process): Add ham resend option.
17109
17110         * spam-report.el (spam-report-resend): Allow reporting ham.
17111         (spam-report-resend-ham): Add wrapper.
17112
17113 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17114
17115         * message.el (message-cite-articles-with-x-no-archive):
17116         New variable.
17117         (message-cite-original): Use it.
17118
17119 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17120
17121         * message.el (message-cite-original): Respect X-No-Archive.
17122
17123 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17124
17125         * gnus-art.el (article-hide-headers): Refer to the values for
17126         gnus-ignored-headers and gnus-visible-headers in the summary
17127         buffer since a user may have set them as group parameters.
17128
17129 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17130
17131         * assistant.el (assistant-node-name): Add convenience function.
17132         (assistant-render-text, assistant-render-node): Add error handling,
17133         plus handle multiple next nodes.
17134         (assistant-find-next-node): Comment out for now.
17135         (assistant-find-next-nodes): Add function, returns list of next
17136         nodes.
17137
17138 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17139
17140         * mail-source.el (mail-source-directory): Fix doc-string.
17141
17142 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17143
17144         * assistant.el (assistant-render-text, assistant-eval): Add :set
17145         widget type, which is different because it takes and returns a
17146         list.  Much hilarity ensues.
17147
17148 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17149
17150         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17151
17152         * gnus-group.el (gnus-group-get-new-news-this-group):
17153         Add doc-string.
17154
17155         * gnus-start.el (gnus-activate-group): Add doc-string.
17156
17157 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17158
17159         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17160
17161 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17162
17163         * assistant.el (assistant-render-text): Try to add a :set
17164         widget, more to come.
17165
17166         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17167         strings.
17168         (spam-report-articles-resend)
17169         (spam-register-routine): Do registration iff any articles warrant
17170         it.
17171         (spam-summary-prepare-exit): Change log message for nil group
17172         destinations.
17173
17174 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17175
17176         * spam.el (spam-report-resend-register-routine):
17177         Allow spam-report-resend-to to be a group parameter or a global value.
17178
17179 2004-05-26  Simon Josefsson  <jas@extundo.com>
17180
17181         * starttls.el: Merge with my GNUTLS based starttls.el.
17182         (starttls-gnutls-program, starttls-use-gnutls)
17183         (starttls-extra-arguments, starttls-process-connection-type)
17184         (starttls-connect, starttls-failure, starttls-success):
17185         New variables.
17186         (starttls-program, starttls-extra-args): Doc fix.
17187         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17188         New functions.
17189         (starttls-negotiate, starttls-open-stream):
17190         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17191         function if it is set.
17192
17193 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17194
17195         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17196         structured fields.
17197
17198 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17199
17200         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17201
17202 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17203
17204         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17205         Add variable.
17206         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17207         assigning the spam-mark to new messages.
17208
17209 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17210
17211         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17212
17213 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17214
17215         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17216
17217         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17218         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17219         default.
17220
17221 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17222
17223         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17224         correct data.
17225
17226 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17227
17228         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17229         (spam-group-processor-p): Fix function.
17230         (spam-group-processor-multiple-p)
17231         (spam-group-spam-processor-report-gmane-p)
17232         (spam-group-spam-processor-report-resend-p)
17233         (spam-group-spam-processor-bogofilter-p)
17234         (spam-group-spam-processor-blacklist-p)
17235         (spam-group-spam-processor-ifile-p)
17236         (spam-group-ham-processor-ifile-p)
17237         (spam-group-spam-processor-spamoracle-p)
17238         (spam-group-spam-processor-crm114-p)
17239         (spam-group-ham-processor-bogofilter-p)
17240         (spam-group-spam-processor-stat-p)
17241         (spam-group-ham-processor-stat-p)
17242         (spam-group-ham-processor-whitelist-p)
17243         (spam-group-ham-processor-BBDB-p)
17244         (spam-group-ham-processor-spamoracle-p)
17245         (spam-group-ham-processor-copy-p): Remove functions with some
17246         prejudice against unneeded code.
17247         (spam-report-articles-resend)
17248         (spam-report-resend-register-routine): Allow the group/topic
17249         spam-resend-to value to override spam-report-resend-to.
17250         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17251         properly now.
17252
17253         * gnus.el (spam-resend-to): Add group/topic parameter.
17254         (spam-process): Move the OBSOLETE processors to the end of the
17255         choices.
17256
17257 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17258
17259         * spam-report.el (spam-report-resend-to, spam-report-resend):
17260         Start with resend-to set to nil, and then ask the user if necessary.
17261         (spam-report-resend): spam-report-resend takes a list of articles, not
17262         separate article numbers.
17263
17264 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17265
17266         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17267         addition to emacs-w3m.
17268
17269 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17270
17271         * assistant.el (assistant-authinfo-data): New function.
17272         (assistant-eval): Eval for entire assistant.
17273
17274         * netrc.el (netrc-services-file): New variable.
17275         (netrc-parse-services): New function.
17276         (netrc-find-service-name): New function.
17277         (netrc-find-service-number): New function.
17278         (netrc-port-equal): New function.
17279         (netrc-machine): Use it.
17280
17281         * nnimap.el (nnimap-open-connection): Use netrc.
17282
17283         * gnus-util.el (gnus-netrc-get): Remove aliases.
17284
17285         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17286
17287         * assistant.el (wid-edit): Fix compilation.
17288
17289         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17290
17291 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17292
17293         * gnus-util.el (gnus-set-file-modes): New function.  (small
17294         patch).
17295
17296 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17297
17298         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17299
17300         * assistant.el (assistant-render-node): Fix up rendering and
17301         read-only text.
17302         (assistant-render-node): Reset.
17303         (assistant-make-read-only): Not sticky.
17304
17305 2004-05-20  Danny Siu  <dsiu@adobe.com>
17306
17307         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17308         centered even when gnus-auto-center-summary is t.
17309
17310 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17311
17312         * dns.el (dns-get-txt-answer): New function.
17313         (dns-read-txt): Ditto.
17314         (query-dns): Use it.
17315
17316 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17317
17318         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17319         active for foreign groups even if the group level is higher than
17320         the specified value.
17321
17322 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17323
17324         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17325         non-active groups.
17326
17327         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17328
17329 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17330
17331         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17332
17333 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17334
17335         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17336         (spam-crm114-header, spam-crm114-spam-switch)
17337         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17338         (spam-crm114-positive-spam-header)
17339         (spam-crm114-database-directory, spam-list-of-processors)
17340         (spam-group-spam-processor-crm114-p)
17341         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17342         (spam-generic-score, spam-list-of-checks)
17343         (spam-list-of-statistical-checks, spam-registration-functions)
17344         (spam-check-crm114-headers, spam-crm114-score)
17345         (spam-check-crm114, spam-crm114-register-with-crm114)
17346         (spam-crm114-register-spam-routine)
17347         (spam-crm114-unregister-spam-routine)
17348         (spam-crm114-register-ham-routine)
17349         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17350         From asjo@koldfront.dk (Adam Sjøgren).
17351
17352         * gnus.el: Add spam-use-crm114.
17353
17354         * spam.el (spam-list-of-processors, spam-registration-functions):
17355         Add spam-use-resend.
17356         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17357         (spam-report-articles-gmane): Add doc fix.
17358         (spam-report-articles-resend, spam-report-resend-register-routine):
17359         Add wrappers around spam-report-resend-to.
17360
17361         * spam-report.el (spam-report-resend-to, spam-report-resend):
17362         Add support for resending spam.
17363         (spam-report-gmane): Fix line length >80.
17364
17365         * gnus.el (spam-process): Add spam-use-resend.
17366
17367 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17368
17369         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17370         number of processed spam messages.
17371         (spam-ham-copy-or-move-routine): Return the number of processed
17372         ham messages.
17373         (spam-summary-prepare-exit): Use the above values to decide
17374         whether status messages shouled be displayed.
17375
17376 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17377
17378         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17379         `rfc2047-encoding-function-alist' in order to avoid conflicting
17380         with the old version.
17381         (rfc2047-encode-region): Concatenate words containing non-ASCII
17382         characters in structured fields; don't encode space-delimited
17383         ASCII words even in unstructured fields; don't break words at
17384         char-category boundaries.
17385         (rfc2047-encode-1): New function.
17386         (rfc2047-encode): Use it; encode text so that it occupies the
17387         maximum width within 76-column; work correctly on Q encoding for
17388         iso-2022-* charsets.
17389         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17390         sure not to break a line just after the header name.
17391         (rfc2047-b-encode-region): Remove.
17392         (rfc2047-b-encode-string): New function.
17393         (rfc2047-q-encode-region): Remove.
17394         (rfc2047-q-encode-string): New function.
17395
17396         * mm-util.el (mm-replace-in-string): New function.
17397
17398 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17399
17400         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17401         Really get it right.
17402         (gnus-inews-make-draft): Really.
17403
17404 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17405
17406         * nnmh.el (nnmh-request-list-1): Don't check the link count
17407         before descending.  (small patch)
17408
17409 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17410
17411         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17412         stuff.
17413
17414         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17415         Match on real group name.
17416
17417         * gnus-art.el (gnus-signature-limit): Doc fix.
17418
17419         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17420
17421         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17422
17423 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17424
17425         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17426         isn't a string.
17427
17428 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17429
17430         * gnus-draft.el (gnus-draft-send):
17431         Bind rfc2047-encode-encoded-words.
17432
17433         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17434         (rfc2047-encodable-p): Say that =? needs encoding.
17435         (rfc2047-encode-encoded-words): New variable.
17436
17437         * gnus-group.el (gnus-group-select-group): Doc fix.
17438
17439         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17440
17441         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17442         to nil.
17443
17444         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17445
17446         * nnheader.el (nnheader-get-lines-and-char): New function.
17447
17448 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17449
17450         * gnus-msg.el (gnus-summary-followup-with-original):
17451         Document yanking of region when active.
17452
17453 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17454
17455         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17456         groups if the group level is higher than the specified value.
17457
17458 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17459
17460         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17461         (gnus-group-jump-to-group): Add prefix argument using
17462         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17463         non-active group.
17464
17465         * compface.el (uncompface): Be verbose when changing
17466         `uncompface-use-external'.
17467
17468         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17469         handle manual section.
17470
17471 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17472
17473         * gnus-art.el (gnus-button-alist): Revert previous change.
17474
17475 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17476
17477         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17478
17479 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17480
17481         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17482         whether backend can accept message.
17483
17484         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17485
17486 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17487
17488         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17489         Avoid creating directory when nntp-marks-is-evil is true.
17490         Reported by Reiner Steib.
17491
17492 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17493
17494         * gnus-picon.el (gnus-picon-style): New variable.
17495         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17496         (gnus-picon-transform-address): Support `gnus-picon-style'.
17497         From Jesper Harder <harder@ifa.au.dk>.
17498
17499 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17500
17501         * message.el (message-fill-field): Return point.
17502         (message-generate-headers): Go to end of field.
17503
17504         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17505         stuff for non-living groups.
17506
17507 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17508
17509         * gnus-art.el (gnus-article-followup-with-original)
17510         (gnus-article-reply-with-original): gnus-mark-active-p ->
17511         gnus-region-active-p.
17512
17513 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17514
17515         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17516         only when there is spam or ham to be processed.
17517
17518 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17519
17520         * mail-source.el (mail-source-delete-crash-box): Refactor.
17521         (mail-source-fetch): Use it.
17522         (mail-source-fetch-file): Ditto.
17523         (mail-source-fetch-directory): Run postscript in loop.
17524         (mail-source-fetch-pop): Delete.
17525         (mail-source-fetch-maildir): Ditto.
17526         (mail-source-fetch-imap): Ditto.
17527
17528         * imap.el (imap-authenticators): Comment out sasl.
17529
17530         * message.el (message-skip-to-next-address): New function.
17531         (message-fill-header-address): Refactor.
17532         (message-fill-address): Use it.
17533         (message-delete-address): Use it.
17534         (message-fill-header-general): Refactor.
17535         (message-fill-field-address): Rename.
17536         (message-narrow-to-field): Find the start of the header.
17537         (message-header-format-alist): Don't pre-fill.
17538         (message-fill-header): Remove.
17539         (message-insert-header): New function.
17540         (message-shorten-references): Use it.
17541
17542         * rfc2047.el (rfc2047-field-value): Strip props.
17543
17544         * mail-parse.el (mail-header-make-address): New alias.
17545
17546         * ietf-drums.el (ietf-drums-make-address): New function.
17547
17548         * imap.el: Add compiler directives.
17549
17550         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17551
17552         * gnus-art.el (article-decode-idna-rhs): Don't use
17553         message-idna-inside-rhs-p.
17554
17555 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17556
17557         * message.el (message-idna-inside-rhs-p): Remove.
17558         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17559
17560         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17561         false positives.
17562
17563 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17564
17565         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17566
17567 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17568
17569         * nneething.el (nneething-file-name): Don't create spurious
17570         files.
17571
17572         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17573         (gnus-inews-do-gcc): Remove sleep.
17574
17575         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17576         part under point.
17577
17578         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17579         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17580
17581 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17582
17583         * spam.el (spam-summary-prepare-exit): Fix (length).
17584
17585 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17586
17587         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17588         as expired without moving it" message when there are spam
17589         messages left.
17590
17591 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17592
17593         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17594         header is not nil.
17595
17596 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17597
17598         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17599         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17600         (nntp-marks-changed-p): New arg SERVER.
17601         (nntp-request-update-info): Adjust caller.
17602
17603 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17604
17605         * nntp.el (nntp-save-marks): Pass missing arg.
17606
17607 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17608
17609         * nntp.el: Support marks.
17610         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17611         (nntp-marks-modtime, nntp-marks-directory): New variables.
17612         (nntp-request-set-mark, nntp-request-update-info)
17613         (nntp-possibly-create-directory, nntp-marks-changed-p)
17614         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17615         New functions.
17616
17617 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17618
17619         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17620         (gnus-xmas-redefine): Rename.
17621
17622         * gnus-score.el (gnus-score-insert-help):
17623         Use gnus-select-lowest-window.
17624
17625         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17626         appt-select-lowest-window and rename to gnus-select-lowest-window.
17627
17628         * gnus.el: do.
17629
17630 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17631
17632         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17633         encodings of MIME-encoded words, in order to improve
17634         interoperability with several broken MUAs.
17635
17636 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17637
17638         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17639         tags, only when charsets are not specified in headers.
17640         (mm-inline-text-html-render-with-w3m): Ditto.
17641
17642         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17643         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17644
17645 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17646
17647         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17648         instead of MIME-decoded from fields when checking
17649         `gnus-article-address-banner-alist'.
17650
17651 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17652
17653         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17654         description rather than subject.
17655
17656 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17657
17658         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17659
17660 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17661
17662         * gnus.el (gnus-version-number): Bump.
17663
17664 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17665
17666         * gnus.el: No Gnus v0.2 is released.
17667
17668 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17669
17670         * gnus-agent.el (gnus-agent-read-agentview):
17671         Inline gnus-uncompress-range.
17672
17673 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17674
17675         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17676         `exec-installed-p'.
17677
17678 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17679
17680         * gnus.el (spam-process, spam-autodetect-methods):
17681         Add bsfilter and bsfilter-headers.
17682
17683         * spam.el (spam-bsfilter): New customize group.
17684         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17685         (spam-bsfilter-header, spam-bsfilter-probability-header)
17686         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17687         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17688         (spam-bsfilter-database-directory): New options.
17689         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17690         (spam-list-of-statistical-checks, spam-registration-functions):
17691         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17692         (spam-bsfilter-score): New command.
17693         (spam-check-bsfilter-headers, spam-check-bsfilter)
17694         (spam-bsfilter-register-with-bsfilter)
17695         (spam-bsfilter-register-spam-routine)
17696         (spam-bsfilter-unregister-spam-routine)
17697         (spam-bsfilter-register-ham-routine)
17698         (spam-bsfilter-unregister-ham-routine): New functions.
17699         (spam-generic-score): Support bsfilter; Accept an optional argument
17700         to recalcurate spam score even if scoring header has already been
17701         added.
17702         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17703         optional argument to recalcurate spam score even if scoring header
17704         has already been added.
17705
17706 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17707
17708         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17709         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17710         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17711         link is missing.
17712
17713 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17714
17715         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17716         (html2text-get-attr): Rewrite.
17717
17718         * message.el (message-setup-1): Remove redundant put-text-property
17719         on mail-header-separator.
17720
17721 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17722
17723         * gnus-registry.el (gnus-registry-cache-whitespace)
17724         (gnus-registry-action, gnus-registry-spool-action)
17725         (gnus-registry-split-fancy-with-parent): Change message levels
17726         from 5 to 3 or 7, as needed.
17727
17728         * spam.el (spam-summary-prepare-exit)
17729         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17730         (spam-split, spam-find-spam, spam-log-undo-registration)
17731         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17732         level from 5 to 6.
17733
17734 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17735
17736         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17737         2004-03-04 change).
17738
17739 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17740
17741         * sieve-manage.el (sieve-manage-open):
17742         * nnweb.el (nnweb-insert-html):
17743         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17744         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17745         * nnspool.el (nnspool-request-group):
17746         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17747         * nnml.el (nnml-request-update-info):
17748         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17749         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17750         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17751         (nnimap-request-set-mark):
17752         * nnfolder.el (nnfolder-request-update-info):
17753         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17754         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17755         * gnus-uu.el (gnus-uu-find-articles-matching):
17756         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17757         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17758         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17759         * gnus-nocem.el (gnus-nocem-scan-groups):
17760         * gnus-int.el (gnus-start-news-server):
17761         * gnus-group.el (gnus-group-make-kiboze-group)
17762         (gnus-group-browse-foreign-server):
17763         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17764         Use mapc when appropriate.
17765
17766 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17767
17768         FIXME: Make separate entries for each person.
17769
17770         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17771         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17772         <shields@msrl.com>:
17773
17774         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17775         may need for spam sorting and scoring.
17776         (spam-user-format-function-S): Add user format function suitable for
17777         general use.
17778         (spam-article-sort-by-spam-status): Add sorting function for summary
17779         sorting.
17780         (spam-extra-header-to-number): Add function to get a score from a
17781         header.
17782         (spam-summary-score): Add function to get a numeric score from the
17783         headers.
17784         (spam-generic-score): Fix function doc, was in wrong place.
17785         (spam-initialize): Take symbols when it's run, and install the
17786         extra headers that spam-necessary-extra-headers thinks we need.
17787
17788 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17789
17790         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17791         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17792
17793 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17794
17795         * gnus-sum.el (gnus-set-global-variables)
17796         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17797         (gnus-article-get-xrefs, gnus-summary-best-group)
17798         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17799         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17800         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17801         Use with-current-buffer.
17802
17803 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17804
17805         * spam.el (spam-summary-prepare-exit): Simplify logic.
17806         (spam-fetch-article-header): Read the article header if it's not
17807         available.
17808         (spam-list-articles): Simplify logic.
17809         (spam-filelist-register-routine): Fix bug with unregister-list.
17810
17811         * gnus-registry.el: Fix comments at beginning.
17812
17813 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17814
17815         * message.el (message-cater-to-broken-inn): Remove.
17816         (message-shorten-references): Make sure the total folded length of
17817         References is shorter than 998 characters to cater to a bug in INN
17818         2.3.  Also, don't pretend that references aren't folded -- this
17819         hasn't worked for a while.
17820
17821 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17822
17823         * gnus-agent.el (gnus-agentize):
17824         gnus-agent-send-mail-real-function no longer set to current value
17825         of message-send-mail-function but rather a lambda that calls
17826         message-send-mail-function.  The change makes the agent real-time
17827         responsive to user changes to message-send-mail-function.
17828
17829 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17830
17831         * legacy-gnus-agent.el
17832         (gnus-agent-convert-to-compressed-agentview): Fix typos with
17833         help from Florian Weimer <fw@deneb.enyo.de>
17834
17835 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17836
17837         * nnmail.el (nnmail-cache-insert): Revert last change.
17838
17839 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17840
17841         * nnmail.el (nnmail-cache-insert): Always check whether
17842         nnmail-cache-ignore-groups matches a group name.
17843
17844 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17845
17846         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17847         (spam-find-spam, spam-log-processing-to-registry)
17848         (spam-log-registered-p, spam-log-unregistration-needed-p)
17849         (spam-log-undo-registration): Use gnus-message instead of
17850         gnus-error, none of these errors are fatal.
17851
17852         * gnus-registry.el (gnus-registry-clean-empty-function)
17853         (gnus-registry-clean-empty): Remove only empty entries without
17854         extra data.
17855
17856 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17857
17858         * spam-stat.el (spam-stat-buffer-change-to-spam)
17859         (spam-stat-buffer-change-to-non-spam): Change (error) to
17860         (gnus-message 8) invocation.
17861
17862 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17863
17864         * nntp.el (nntp-via-netcat-command): New variable.
17865         (nntp-via-netcat-switches): New variable.
17866         (nntp-open-via-rlogin-and-netcat): New function.
17867         (nntp-open-connection-function): Doc fix.
17868         (nntp-telnet-command): Doc fix.
17869         (nntp-end-of-line): Doc fix.
17870         (nntp-via-rlogin-command): Doc fix.
17871         (nntp-via-user-name): Doc fix.
17872         (nntp-via-address): Doc fix.
17873
17874 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17875
17876         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17877         error in Emacs 21.1.
17878
17879 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17880
17881         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17882
17883 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17884
17885         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17886         (gnus-agent-with-refreshed-group): New macro.
17887         (gnus-agent-rename-group): New function.
17888         (gnus-agent-delete-group): New function.
17889         (gnus-agent-save-group-info): Use gnus-command-method when
17890         `method' parameter is nil.  Don't write nil entries into the
17891         active file.
17892         (gnus-agent-get-group-info): New function.
17893         (gnus-agent-fetch-articles):
17894         Use gnus-agent-update-files-total-fetched-for to increment disk space
17895         used.
17896         (gnus-agent-fetch-headers, gnus-agent-save-alist):
17897         Use gnus-agent-update-view-total-fetched-for to increment disk space
17898         used.
17899         (gnus-agent-get-local): Add optional parameters to avoid calling
17900         gnus-group-real-name and gnus-find-method-for-group.
17901         (gnus-agent-set-local): Delete stored entry if either min, or max,
17902         are nil.
17903         (gnus-agent-fetch-session): Reworded error/quit messages.
17904         On quit, use gnus-agent-regenerate-group to record existance of any
17905         articles fetched to disk before the quit occurred.
17906         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17907         gnus-agent-update-view-total-fetched-for, and
17908         gnus-agent-update-files-total-fetched-for to decrement disk space
17909         used.
17910         (gnus-agent-retrieve-headers):
17911         Use gnus-agent-update-view-total-fetched-for to increment disk space
17912         used.
17913         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17914         with gnus-agent-update-files-total-fetched-for to decrement disk
17915         space and fresh group buffer.
17916         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17917         (gnus-agent-need-update-total-fetched-for): New variable.
17918         (gnus-agent-update-files-total-fetched-for): New function.
17919         (gnus-agent-update-view-total-fetched-for): New function.
17920         (gnus-agent-total-fetched-for): New function.
17921
17922         * gnus-cache.el (gnus-cache-save-buffers):
17923         Use gnus-cache-update-overview-total-fetched-for to change disk space
17924         used by this group.
17925         (gnus-cache-possibly-enter-article):
17926         Use gnus-cache-update-file-total-fetched-for to increment disk space
17927         used by this group.
17928         (gnus-cache-possibly-remove-article):
17929         Use gnus-cache-update-file-total-fetched-for to decrement disk space
17930         used by this group.
17931         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17932         (gnus-cache-rename-group): New function.
17933         (gnus-cache-delete-group): New function.
17934         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17935         (gnus-cache-need-update-total-fetched-for): New variable.
17936         (gnus-cache-with-refreshed-group): New macro.
17937         (gnus-cache-update-file-total-fetched-for): New function.
17938         (gnus-cache-update-overview-total-fetched-for): New function.
17939         (gnus-cache-rename-group-total-fetched-for): New function.
17940         (gnus-cache-delete-group-total-fetched-for): New function.
17941         (gnus-cache-total-fetched-for): New function.
17942
17943         * gnus-group.el: Require gnus-sum and autoload functions to
17944         resolve warnings when gnus-group.el compiled alone.
17945         (gnus-group-line-format): Documented new %F.
17946         (size of Fetched data) group line format; identifies disk space
17947         used by agent and cache.
17948         (gnus-group-line-format-alist): Defined new F format.
17949         (gnus-total-fetched-for): New function.
17950         (gnus-group-delete-group): No longer update
17951         gnus-cache-active-altered as gnus-request-delete-group now keeps
17952         the cache in sync.
17953         (gnus-group-list-active): Let the agent store a server's active
17954         list if currently plugged.
17955
17956         * gnus-int.el (gnus-request-delete-group):
17957         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17958         local disk in sync with the server.
17959         (gnus-request-rename-group):
17960         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17961         local disk in sync with the server.
17962
17963         * gnus-start.el (gnus-get-unread-articles):
17964         Cosmetic simplification to logic.
17965
17966         * gnus-util.el (gnus-rename-file): New function.
17967
17968 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17969
17970         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17971
17972 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17973
17974         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17975         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17976
17977 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17978
17979         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17980         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17981
17982 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17983
17984         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17985
17986 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17987
17988         * spam.el (spam-set-difference): Add function to replace
17989         gnus-set-difference in spam.el.
17990         (spam-summary-prepare-exit): Use spam-set-difference.
17991
17992 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17993
17994         * gnus-registry.el (gnus-registry-cache-file): Update to use
17995         gnus-dribble-directory OR gnus-home-directory OR ~.
17996         (gnus-registry-split-fancy-with-parent): Fix doc.
17997
17998 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17999
18000         * message.el (message-exchange-point-and-mark):
18001         Use message-mark-active-p.  Suggested by Jesper Harder
18002         <harder@ifa.au.dk>.
18003
18004 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18005
18006         * message.el (message-exchange-point-and-mark): Don't activate
18007         region if it was inactive.  Suggested by Hiroshi Fujishima
18008         <pooh@nature.tsukuba.ac.jp>.
18009
18010 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18011
18012         * gnus-art.el (article-display-face): Display Faces in the same
18013         order as X-Faces.
18014
18015 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18016
18017         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18018
18019 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18020
18021         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18022         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18023         (gnus-article-mime-hierarchy): Remove.
18024         (gnus-article-mime-hierarchy-next): Remove.
18025         (gnus-article-mode): Revert 2004-03-19 change.
18026         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18027         (gnus-insert-mime-button): Revert 2004-03-19 change.
18028         (gnus-mime-accumulate-hierarchy): Remove.
18029         (gnus-mime-enter-multipart): Remove.
18030         (gnus-mime-leave-multipart): Remove.
18031         (gnus-mime-display-part): Revert 2004-03-19 change.
18032         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18033
18034         * mml.el (mml-preview): Revert 2004-03-19 change.
18035
18036 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18037
18038         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18039
18040 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18041
18042         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18043         t while entering a file name using the mm-with-multibyte macro.
18044         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18045
18046         * mm-util.el (mm-with-multibyte): New macro.
18047
18048 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18049
18050         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18051         New user option.
18052         (gnus-mime-multipart-functions): Doc and customization fix.
18053         (gnus-article-mime-hierarchy): New variable.
18054         (gnus-article-mime-hierarchy-next): New variable.
18055         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18056         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18057         gnus-article-mime-hierarchy-next to nil.
18058         (gnus-insert-mime-button): Show hierarchy numbers.
18059         (gnus-mime-accumulate-hierarchy): New function.
18060         (gnus-mime-enter-multipart): New function.
18061         (gnus-mime-leave-multipart): New function.
18062         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18063         (gnus-mime-display-alternative): Show hierarchy numbers.
18064
18065         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18066         gnus-article-mime-hierarchy-next to nil.
18067
18068 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18069
18070         * dns.el: Don't require gnus-xmas.
18071
18072 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18073
18074         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18075         inline PGP.
18076         (mml-menu): Disable mml-quote-region if mark is inactive.
18077
18078 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18079
18080         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18081         when the group's active is not available.
18082
18083 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18084
18085         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18086         error.
18087
18088 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18089
18090         * imap.el (imap-store-password): New variable.
18091         (imap-interactive-login): Use it.
18092         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18093
18094 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18095
18096         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18097         window-start and hscroll to summary window.
18098
18099 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18100
18101         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18102         conversion message to newsrc-dribble when an actual conversion is
18103         performed.
18104
18105 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18106
18107         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18108
18109 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18110
18111         * mm-decode.el (mm-complicated-handles): New function reviving
18112         former definition of mm-multiple-handles.
18113
18114         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18115         (gnus-mime-delete-part): Use it.
18116
18117 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18118
18119         * gnus-agent.el (gnus-agent-read-local):
18120         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18121         avoid the implicit assumption that they will always be equal.
18122         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18123         coding-system-for-write, as the with-temp-file macro first prints
18124         to a buffer then saves the buffer.
18125
18126 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18127
18128         * gnus-art.el (gnus-article-edit-part): New function.
18129         (gnus-mime-save-part-and-strip): Use it; do query instead of
18130         signaling an error; don't use mm-multiple-handles.
18131         (gnus-mime-delete-part): Ditto.
18132
18133 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18134
18135         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18136         old file versions.
18137         (gnus-group-prepare-hook): Remove function that converted list
18138         form of gnus-agent-expire-days to group properties.
18139
18140         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18141         (gnus-request-accept-article): Re-indented.
18142
18143         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18144         converters to handle old agent file formats.  Add logic for a
18145         "backup before upgrading warning".
18146         (gnus-convert-mark-converter-prompt): Developers can mark
18147         functions as needing (default), or not needing,
18148         gnus-convert-old-newsrc's "backup before upgrading warning".
18149         (gnus-convert-converter-needs-prompt): Tests whether the user
18150         should be protected from potentially irreversable changes by the
18151         function.
18152
18153         * legacy-gnus-agent.el: New.  Provides converters that are only
18154         loaded when gnus-convert-old-newsrc needs to call them.
18155
18156 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18157
18158         * mail-source.el (mail-source-touch-pop): Doc fix.
18159
18160         * message.el (message-smtpmail-send-it): Doc fix.
18161
18162 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18163
18164         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18165
18166         * nnmail.el (nnmail-split-fancy): do.
18167
18168         * gnus-kill.el (gnus-kill, gnus-execute): do.
18169
18170 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18171
18172         * gnus-sum.el (gnus-widget-reversible-match)
18173         (gnus-widget-reversible-to-internal)
18174         (gnus-widget-reversible-to-external): New functions.
18175         (gnus-widget-reversible): New widget.
18176         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18177
18178 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18179
18180         * gnus-sum.el (gnus-thread-sort-functions)
18181         (gnus-article-sort-functions): Document `(not F)' items.
18182
18183 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18184
18185         * spam.el (spam-use-gmane-xref): Add new backend.
18186         (spam-gmane-xref-spam-group): Add variable to control the name of the
18187         Gmane spam group.
18188         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18189         (spam-regex-headers-spam, spam-regex-headers-ham)
18190         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18191         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18192         backends and checks.
18193         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18194
18195         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18196         an autodetect method.
18197
18198 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18199
18200         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18201         articles are being added to a group.
18202         (gnus-request-replace-article): Inform the agent that articles
18203         need to be uncached as the cached contents are no longer valid.
18204
18205 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18206
18207         * binhex.el: Don't autoload executable-find.
18208
18209         * canlock.el: Don't autoload mail-fetch-field.
18210
18211         * dgnushack.el: Autoload c-mode for XEmacs.
18212
18213         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18214
18215         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18216         rmail-dont-reply-to and rmail-output.
18217
18218         * gnus-score.el: Don't autoload ffap-string-at-point.
18219
18220         * gnus-setup.el: Don't autoload sc-cite-original.
18221
18222         * imap.el: Don't autoload base64-decode-string,
18223         base64-encode-string and md5.
18224
18225         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18226         and rmail-msg-restore-non-pruned-header.
18227
18228         * mm-decode.el: Don't autoload executable-find.
18229
18230         * mm-url.el: Don't autoload executable-find.
18231
18232         * mm-view.el: Don't autoload diff-mode.
18233
18234         * nndb.el: Don't autoload news-reply-mode, news-setup,
18235         cancel-timer and telnet.
18236
18237         * password.el: Don't autoload run-at-time for Emacs.
18238
18239         * sha1-el.el: Don't autoload executable-find.
18240
18241         * sieve-mode.el: Don't autoload c-mode.
18242
18243         * uudecode.el: Don't autoload executable-find.
18244
18245 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18246
18247         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18248         (gnus-agent-possibly-alter-active): Avoid null in numeric
18249         comparison.
18250         (gnus-agent-set-local): Refuse to save null in local object table.
18251         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18252         list of articles that will be marked as unread.
18253
18254 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18255
18256         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18257
18258 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18259
18260         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18261         language tags.
18262
18263 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18264
18265         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18266         Don't bind "obarray".
18267
18268         * gnus-sum.el (gnus-thread-sort-functions):
18269         Add `gnus-thread-sort-by-most-recent-number' and
18270         `gnus-thread-sort-by-most-recent-date'.
18271         Reported by Kai Grossjohann <kai@emptydomain.de>.
18272
18273 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18274
18275         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18276
18277 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18278
18279         * gnus-cus.el (gnus-agent-customize-category):
18280         Remove ignore-errors macro reference that required cl to be loaded at
18281         run-time.
18282
18283         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18284         single-interval range of the form (min . max).  Previously the
18285         range had to look like ((min . max)).  Likewise, return
18286         (min . max) rather than ((min . max)).
18287         (gnus-range-map): Use gnus-range-normalize to accept
18288         single-interval range.
18289
18290         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18291         the cache, but not the agent, now appear with their usual face.
18292
18293         * dgnushack.el (loaddir): New variable that is bound to the
18294         directory containing the dgnushack.el file. Use loaddir, rather
18295         than srcdir, to update load-path. Change lets dgnushack compile
18296         code in directories other than GNUS/lisp.
18297
18298 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18299
18300         * lpath.el: Don't bind w3m-safe-url-regexp.
18301
18302         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18303         w3m-safe-url-regexp variable buffer-local.
18304
18305         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18306
18307 2004-02-27  Simon Josefsson  <jas@extundo.com>
18308
18309         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18310         gnus-group-real-prefix.
18311         (gnus-summary-move-article): Use it, instead of
18312         gnus-group-real-prefix.
18313
18314 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18315
18316         * lpath.el: Bind w3m-safe-url-regexp.
18317
18318         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18319         w3m-safe-url-regexp variable buffer-local and set it as the value
18320         of mm-w3m-safe-url-regexp.
18321
18322         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18323
18324         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18325         parsing gnus-posting-styles when the message is not for replying.
18326
18327         * dgnushack.el: Autoload sgml-mode for XEmacs.
18328
18329         * nnrss.el (nnrss-opml-export):
18330         Use mm-set-buffer-file-coding-system instead of
18331         set-buffer-file-coding-system.
18332
18333 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18334
18335         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18336         of checkdoc.el).
18337         * nnrss.el: do.
18338         * gnus-mlspl.el: do.
18339         * gnus-ml.el: do.
18340         * gnus-srvr.el: do.
18341
18342         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18343
18344 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18345
18346         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18347         Corrections to custom-manual links.
18348
18349         * gnus-art.el (gnus-article): Ditto.
18350
18351         * mm-decode.el (mime-display, mime-security): Ditto.
18352
18353 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18354
18355         * flow-fill.el: Typo.
18356
18357 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18358
18359         * spam-wash.el: New file.
18360
18361 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18362
18363         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18364
18365 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18366
18367         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18368         to be run with new-articles as LIST1, not LIST2.
18369         (spam-registration-functions): Add spam-use-ham-copy as a nil
18370         registration backend.
18371
18372 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18373
18374         * spam-stat.el (spam-stat-washing-hook): New option.
18375         (spam-stat-buffer-words): Use it.
18376         (spam-stat-process-directory, spam-stat-test-directory):
18377         Use insert-file-contents-literally.
18378         (spam-stat-coding-system): New variable.
18379         (spam-stat-load, spam-stat-save): Use it.
18380
18381 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18382
18383         * spam-report.el (spam-report-plug-agent):
18384         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18385
18386 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18387
18388         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18389         Allow / in mailto URLs.
18390
18391 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18392
18393         * spam-report.el (spam-report-process-queue): Fix interactive use.
18394         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18395         (spam-report-unplug-agent): Doc fixes.
18396         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18397         (spam-report-agentize, spam-report-deagentize): Autoload.
18398
18399 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18400
18401         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18402
18403         * message.el (message-setup-fill-variables): Add mml tags to
18404         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18405         <ajk@iu.edu>.
18406         (message-mode): Don't modify paragraph-separate there.
18407
18408 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18409
18410         * compface.el (uncompface-use-external): Default to undecided.
18411         (uncompface-use-external-threshold): New variable.
18412         (uncompface-float-time): New macro.
18413         (uncompface): Determine whether to use the external decoder if
18414         uncompface-use-external is undecided.
18415
18416 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18417
18418         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18419         after images.
18420
18421         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18422
18423 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18424
18425         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18426
18427         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18428
18429         * gnus-sum.el (gnus-summary-limit-to-age)
18430         (gnus-summary-limit-children): do.
18431
18432         * gnus-int.el (gnus-request-scan): do.
18433
18434         * gnus-group.el (gnus-group-suspend): do.
18435
18436         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18437
18438         * gnus-cite.el (gnus-cite-parse-attributions): do.
18439
18440         * gnus-agent.el (gnus-summary-set-agent-mark)
18441         (gnus-agent-regenerate-group): do.
18442
18443         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18444
18445         * binhex.el (binhex-decode-region-internal): do.
18446
18447 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18448
18449         * gnus-fun.el (gnus-face-properties-alist): New user option.
18450         (gnus-display-x-face-in-from): Use it.
18451
18452         * gnus-art.el (article-display-face): Ditto.
18453
18454         * compface.el (uncompface-use-external): Default to nil.
18455
18456 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18457
18458         * nntp.el (nntp-erase-buffer): New function.
18459         (nntp-retrieve-data, nntp-send-command)
18460         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18461         (nntp-possibly-change-group): Use it.
18462
18463         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18464         Use with-current-buffer.
18465
18466 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18467
18468         * compface.el: Merge the ELisp-based uncompface program.
18469         (compface): New customization group.
18470         (uncompface-use-external): New user option.
18471         (uncompface): Call uncompface-internal if uncompface-use-external
18472         is nil.
18473         (uncompface-internal): New function.  Note that there are also
18474         some other functions and variables added for this function.
18475
18476 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18477
18478         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18479         if necessary.
18480
18481 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18482
18483         * spam-report.el (spam-report-unplug-agent)
18484         (spam-report-plug-agent, spam-report-deagentize)
18485         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18486         Add support for the Agent in spam-report: when unplugged, report to a
18487         file; when plugged, submit all the requests.
18488
18489         * spam.el (spam-register-routine): Fix message about
18490         registration.
18491
18492 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18493
18494         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18495         dependencies.
18496         (rfc2047-encode): Use it.
18497
18498         * gnus-art.el (gnus-button-marker-list): Move before first
18499         reference.
18500
18501         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18502         (imap-parse-body): Fix format string mismatch.
18503
18504         * gnus-score.el (gnus-summary-increase-score): do.
18505
18506         * nnrss.el (nnrss-close): New function.
18507
18508 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18509
18510         * nnrss.el (nnrss-make-filename): New function.
18511         (nnrss-request-delete-group, nnrss-read-server-data)
18512         (nnrss-save-server-data, nnrss-read-group-data)
18513         (nnrss-save-group-data): Use it.
18514         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18515         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18516         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18517
18518 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18519
18520         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18521
18522 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18523
18524         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18525         files.
18526
18527         * message.el (message-generate-headers-first): Don't quote nil
18528         and t in docstrings.
18529
18530         * imap.el (imap-id): do.
18531
18532         * gnus-agent.el (gnus-agent-consider-all-articles)
18533         (gnus-agent-queue-mail): do.
18534
18535 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18536
18537         * spam-report.el (spam-report-process-queue): New function.
18538         Process requests from `spam-report-requests-file'.
18539         (spam-report-process-queue): Doc fix.
18540
18541 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18542
18543         * spam.el (spam-register-routine)
18544         (spam-log-processing-to-registry, spam-log-registered-p)
18545         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18546         Change "check" to "spam-check" for semi-clarity.
18547
18548 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18549
18550         * pop3.el: Require nnheader.
18551
18552         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18553
18554         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18555
18556         * gnus-picon.el: Require cl.
18557
18558         * gnus-fun.el: Require gnus-ems and gnus-util.
18559
18560         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18561
18562         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18563
18564         * gnus-art.el (gnus-article-edit-mode): Define before first
18565         reference.
18566
18567 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18568
18569         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18570         (gnus-uu-post-encoded): Use point-at-bol.
18571
18572         * gnus-topic.el (gnus-group-active-topic-p): do.
18573
18574         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18575
18576         * gnus-group.el (gnus-group-kill-region): do.
18577
18578         * gnus-art.el (article-date-ut): do.
18579
18580         * message.el (message-fetch-field): Remove redundant
18581         case-fold-search binding.
18582         (message-narrow-to-field): Simplify.
18583
18584 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18585
18586         * spam.el (spam-directory): Derive from `gnus-directory'.
18587
18588         * spam-report.el (spam-report-url-to-file)
18589         (spam-report-requests-file): New function and variable for offline
18590         reporting.
18591         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18592         and user defined function.
18593         (spam-report-url-ping-mm-url): Remove doubled slash.
18594
18595 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18596
18597         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18598
18599 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18600
18601         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18602         Fix format string mismatch.
18603
18604         * sieve.el (sieve-deactivate-all): do.
18605
18606         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18607
18608         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18609
18610         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18611
18612         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18613
18614 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18615
18616         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18617         the list of checks.
18618
18619 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18620
18621         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18622         padding.
18623
18624 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18625
18626         * mm-view.el (mm-fill-flowed): New variable.
18627         (mm-inline-text): Use it.
18628
18629 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18630
18631         * spam.el (spam-spamassassin-register-ham-routine)
18632         (spam-spamassassin-register-spam-routine): Fix function names.
18633
18634 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18635
18636         * gnus.el (gnus-tmp-grouplens): Remove.
18637         (gnus-summary-line-format): Remove grouplens.
18638
18639         * gnus-group.el (gnus-group-line-format): Ditto.
18640
18641         * gnus-spec.el (gnus-format-specs): Ditto.
18642         (gnus-update-format-specifications): Flush the group format spec
18643         cache if there's the grouplens stuff.
18644         (gnus-parse-simple-format): Replace %l with the empty string.
18645
18646 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18647
18648         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18649         omission.
18650
18651 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18652
18653         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18654         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18655
18656 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18657
18658         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18659         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18660         New macros and functions.
18661         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18662         Handle > NLINK_MAX messages.
18663         * nnmaildir.el (nnmaildir-request-set-mark):
18664         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18665
18666 2004-01-25  Alex Schroeder  <alex@gnu.org>
18667
18668         * spam-stat.el (spam-stat-process-directory-age): New option.
18669         (spam-stat-process-directory): Use it.
18670
18671 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18672
18673         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18674         (spam-stat-save): Accept prefix argument.
18675
18676 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18677
18678         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18679         links" error.
18680
18681 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18682
18683         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18684         the rest of the and/or forms.
18685
18686 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18687
18688         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18689         compatibility with old .newsrc.eld files.
18690
18691         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18692
18693         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18694
18695         * gnus-start.el (gnus-1): do.
18696
18697         * gnus-group.el (gnus-group-line-format-alist): do.
18698
18699         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18700
18701         * gnus-gl.el: Remove.
18702
18703 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18704
18705         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18706         marks consisting of a single range {for example, (3 . 5)} rather
18707         than a list of a single range { ((3 . 5)) }.
18708
18709 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18710
18711         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18712         Use with-current-buffer.
18713         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18714         avoid consing a string.
18715
18716         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18717         Remove obsolete entries for big5 and gb2312.
18718
18719 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18720
18721         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18722         uncompressed list.
18723
18724 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18725
18726         * spam-stat.el (spam-stat-strip-xref): New function.
18727         (spam-stat-process-directory): Use it.
18728
18729         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18730         here -- it's done in message-fetch-field.
18731
18732 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18733
18734         * gnus-agent.el (gnus-agent-queue-mail)
18735         (gnus-agent-prompt-send-queue): New variables.
18736         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18737         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18738         "nndraft:queue" along to gnus-draft-send.
18739         Use gnus-agent-prompt-send-queue.
18740         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18741         is "nndraft:queue".  Suggested by Gaute Strokkenes
18742         <gs234@srcf.ucam.org>
18743
18744         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18745         (agent-enable-undownloaded-faces): Add.
18746         (gnus-agent-cat-groups): Use eval-and-compile, not
18747         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18748         method of gnus-agent-cat-groups even when the buffer has been
18749         evaled.
18750         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18751         delete gnus-agent-save-active-1.
18752         (gnus-agent-save-groups): Delete.  Identical to
18753         gnus-agent-save-active.
18754         (gnus-agent-write-active): No longer adjust agent's copy of active
18755         file as agent's adjustments are now stored in their own
18756         file.  Remove optional parameter.
18757         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18758         servers.  Add use of min/max range limits from server's local
18759         file.
18760         (gnus-agent-save-alist): Remove unused optional argument.
18761         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18762         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18763         (gnus-agent-set-local): A per-server file that keeps min/max range
18764         limits for articles known to the agent.  Provides a fast mechanism
18765         for altering many active ranges.
18766         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18767         active file (local makes it unnecessary).
18768         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18769
18770         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18771         (agent-enable-undownloaded-faces): Add.
18772
18773         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18774         disable it when sending to "nndraft:queue".
18775         (gnus-group-send-queue): Add safety check to avoid sending queue
18776         when unplugged.
18777
18778         * gnus-group.el (gnus-group-catchup): Use new
18779         gnus-sequence-of-unread-articles, not
18780         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18781         numbers of articles.  Use gnus-range-map to avoid having to
18782         uncompress the unread list.
18783         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18784         Fix invalid ange-ftp reference.
18785
18786         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18787         (gnus-sorted-range-intersection): Intersection of two ranges
18788         without requiring that they first be uncompressed.
18789
18790         * gnus-start.el (gnus-activate-group): Unless blocked by the
18791         caller, possibly expand the active range to include both cached
18792         and agentized articles.
18793         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18794         multiple version-dependent converters.
18795         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18796         gnus-agent-save-active.
18797         (gnus-save-newsrc-file): Save dirty agent range limits.
18798
18799         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18800         gnus-agent-possibly-alter-active.
18801         (gnus-adjust-marked-articles): Faster handling of simple lists.
18802
18803 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18804
18805         * spam-stat.el (spam-stat-test-directory): New optional argument
18806         displays a list of files detected.  Suggested by Andrew Cohen
18807         <cohen@andy.bu.edu>.
18808         (spam-stat-buffer-words-with-scores): Don't narrow and change
18809         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18810
18811 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18812
18813         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18814         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18815         (spam-spamassassin-arguments)
18816         (spam-spamassassin-spam-flag-header)
18817         (spam-spamassassin-positive-spam-flag-header)
18818         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18819         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18820         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18821         (spam-list-of-processors, spam-list-of-checks)
18822         (spam-list-of-statistical-checks, spam-registration-functions)
18823         (spam-check-spamassassin-headers, spam-check-spamassassin)
18824         (spam-spamassassin-score)
18825         (spam-spamassassin-register-with-sa-learn)
18826         (spam-spamassassin-register-spam-routine)
18827         (spam-spamassassin-register-ham-routine)
18828         (spam-assassin-register-spam-routine)
18829         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18830         (spam-bogofilter-score): Fix to show article before scoring.
18831
18832 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18833
18834         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18835         default scoring function.
18836         (spam-generic-score): Call spam-spamassassin-score if
18837         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18838         spam-bogofilter-score otherwise.
18839
18840         * gnus.el (spam-process, spam-autodetect-methods):
18841         Add spamassassin and spamassassin-headers.
18842
18843 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18844
18845         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18846         Suppress unnecessary messages.
18847
18848 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18849
18850         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18851         make-hash-table.
18852
18853 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18854
18855         * canlock.el (base64-encode-string): Don't autoload it.
18856
18857 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18858
18859         * run-at-time.el: Remove useless (require 'itimer),
18860         eval-and-compile and (featurep 'xemacs).
18861
18862 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18863
18864         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18865         GROUP is a virtual group.
18866
18867 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18868
18869         * gnus.el: Autoload `message-y-or-n-p'.
18870
18871 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18872
18873         * pgg-parse.el: Remove unnecessary (require 'custom).
18874
18875         * pgg-def.el: do.
18876
18877         * nnmail.el: do.
18878
18879         * gnus-undo.el: do.
18880
18881         * gnus-picon.el: do.
18882
18883         * gnus-util.el: do.
18884
18885 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18886
18887         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18888
18889 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18890
18891         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18892         handle, as well as a list.
18893
18894         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18895         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18896         (mm-w3m-cid-retrieve): Simplify.
18897
18898 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18899
18900         * message.el (message-kill-to-signature): Allow prefix arg to
18901         specify number of lines to keep before signature.
18902
18903 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18904
18905         * message.el (message-kill-to-signature): Change docstring.
18906
18907 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18908
18909         * canlock.el: Always require sha1-el.
18910         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18911
18912         * message.el: Autoload sha1 only when compiling.
18913
18914         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18915         eudc-expand-inline for XEmacs.
18916
18917 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18918
18919         * message.el (message-canlock-generate): Require sha1-el.
18920
18921 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18922
18923         * message.el (message-expand-name): Silence the byte compiler.
18924
18925         * lpath.el: Add detect-coding-system.
18926
18927         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18928         cus-edit.
18929
18930 2004-01-13  Simon Josefsson  <jas@extundo.com>
18931
18932         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18933         Invoke gnus-score-mode.
18934         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18935
18936         * gnus-range.el (gnus-compress-sequence): Doc fix.
18937         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
18938
18939 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18940
18941         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18942
18943 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18944
18945         * spam.el (spam-get-article-as-string): Update to use
18946         gnus-request-article-this-buffer, much simpler.
18947         (spam-get-article-as-buffer): Remove.
18948
18949 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18950
18951         * message.el (message-expand-name): Use EUDC if the user uses that.
18952
18953 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18954
18955         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18956         character for the encoding to avoid consing a string.
18957
18958         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18959         unnecessarily.
18960
18961         * mm-util.el (mm-replace-chars-in-string): Remove.
18962
18963         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18964         of mm-replace-chars-in-string.
18965
18966 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18967
18968         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18969
18970         * mm-util.el (mm-subst-char-in-string): Support inplace.
18971
18972         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18973         a new string in every iteration.  Use shy groups.
18974
18975 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18976
18977         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18978         * gnus-soup.el (gnus-soup-group-brew):
18979         * gnus-msg.el (gnus-put-message):
18980         * gnus-move.el (gnus-group-move-group-to-server):
18981         * gnus-kill.el (gnus-batch-score):
18982         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18983         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18984         (gnus-group-update-group, gnus-group-read-group)
18985         (gnus-group-make-group, gnus-group-make-help-group)
18986         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18987         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18988         (gnus-group-sort-by-unread, gnus-group-catchup)
18989         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18990         (gnus-group-yank-group, gnus-group-set-info)
18991         (gnus-group-list-groups):
18992         * gnus.el (gnus-generate-new-group-name):
18993         * gnus-delay.el (gnus-delay-send-queue):
18994         * nnvirtual.el (nnvirtual-catchup-group):
18995         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18996         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18997         (gnus-group-prepare-topics, gnus-topic-check-topology):
18998         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18999         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19000         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19001         (gnus-group-make-articles-read):
19002         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19003         (gnus-group-change-level, gnus-kill-newsgroup)
19004         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19005         (gnus-get-unread-articles, gnus-make-articles-unread)
19006         (gnus-make-ascending-articles-unread): Use accessor
19007         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19008         to get group information for improved readability.
19009
19010
19011 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19012
19013         * gnus-art.el (article-decode-mime-words, article-babel)
19014         (gnus-article-highlight-signature, gnus-article-add-buttons)
19015         (gnus-signature-toggle): Use gnus-with-article-buffer.
19016
19017         * gnus-art.el (gnus-article-highlight-headers)
19018         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19019
19020         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19021         (gnus-article-set-globals, gnus-request-article-this-buffer)
19022         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19023         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19024         (gnus-mime-display-alternative): Use with-current-buffer.
19025
19026 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19027
19028         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19029         also under 80 char limit, and call gnus-error if needed.
19030         (spam-fetch-article-header): Fix - it was a
19031         buffer-local variable (gnus-newsgroup-data).
19032         (spam-find-spam): Use spam-generate-fake-headers, forget about
19033         spam-insert-fake-headers.
19034         (spam-insert-fake-headers): Remove.
19035
19036 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19037
19038         * deuglify.el (gnus-article-outlook-unwrap-lines)
19039         (gnus-outlook-rearrange-article)
19040         (gnus-outlook-repair-attribution-outlook)
19041         (gnus-outlook-repair-attribution-block)
19042         (gnus-outlook-repair-attribution-other): Remove redundant
19043         save-excursion.
19044
19045 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19046
19047         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19048         (spam-fetch-field-subject-fast)
19049         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19050         (spam-fetch-article-header): Add functions to deal with Gnus
19051         internals for fast retrieval of article header data.
19052         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19053
19054 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19055
19056         * pop3.el (pop3-md5): Remove.
19057         (pop3-apop): Replace pop3-md5 with md5.
19058
19059         * mm-bodies.el: base64 is always built-in.
19060
19061         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19062         Use with-current-buffer.
19063
19064 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19065
19066         * canlock.el (canlock-insert-header): Remove excessive grouping in
19067         regexp.
19068
19069         * gnus-sum.el (gnus-summary-read-document): Ditto.
19070
19071         * gnus-uu.el (gnus-uu-part-number): Ditto.
19072
19073         * html2text.el (html2text-remove-tags): Ditto.
19074         (html2text-format-tags): Ditto.
19075         (html2text-format-single-elements): Ditto.
19076
19077         * mml.el (mml-parse-1): Ditto.
19078
19079 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19080
19081         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19082
19083         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19084
19085         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19086
19087         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19088
19089 2003-11-15  Simon Josefsson  <jas@extundo.com>
19090
19091         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19092         (pgg-gpg-lookup-key): Use regexp match instead of
19093         split-string (split-string is different between emacs 21.2 and
19094         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19095
19096 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19097
19098         * gnus-art.el (gnus-mime-view-all-parts)
19099         (gnus-article-part-wrapper, gnus-article-view-part):
19100         Use with-current-buffer.
19101
19102 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19103
19104         * spam.el (spam-disable-spam-split-during-ham-respool)
19105         (spam-spamoracle-database, spam-cache-lookups)
19106         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19107         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19108         (spam-group-ham-marks, spam-group-spam-marks)
19109         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19110         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19111         also add spam-use-blackholes to the statistical checks.
19112         (spam-fetch-field-fast): Add interface to fetching fields, may
19113         become a macro.
19114         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19115         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19116         (spam-insert-fake-headers): Fake an article when needed.
19117         (spam-find-spam): Fake article when possible.
19118         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19119         (spam-check-bogofilter-headers): Use message-fetch-field instead
19120         of nnmail-fetch-field.
19121
19122 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19123
19124         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19125
19126 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19127
19128         * spam.el (spam-split): Do not require spam-use-CHECK to be
19129         enabled if that check is passed to spam-split explicitly; also
19130         fix so 'spam doesn't get converted to spam-split-group when
19131         spam-split-symbolic-return is t.
19132         (spam-find-spam): Find registrations of the article and use those
19133         instead of re-running spam-split to find the spam/ham
19134         classification of the article.
19135         (spam-log-processing-to-registry, spam-log-registered-p)
19136         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19137         Use gnus-error instead of gnus-message.
19138         (spam-log-registration-type): Add function to determine the
19139         classification of a message based on registry entries; will
19140         return nil if both 'spam and 'ham are found.
19141         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19142         a reasonably fast local cache without the loading errors.
19143         (spam-cache-lookups): Set to t by default.
19144         (spam-find-spam): Don't try to guess spam-cache-lookups.
19145         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19146         spam-caches entry.
19147         (spam-filelist-build-cache, spam-filelist-check-cache):
19148         Fix caching of whitelist/blacklist entries.
19149         (spam-check-whitelist, spam-check-blacklist):
19150         Invoke spam-from-listed-p with a type, not a cache variable.
19151         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19152
19153 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19154
19155         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19156
19157         * nnmail.el (nnmail-split-fancy): do.
19158
19159         * mml.el (mml-parse): do.
19160
19161         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19162         (gnus-score-adaptive): do.
19163
19164 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19165
19166         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19167         (gnus-mime-button-map): Don't set keymap parent.
19168         (gnus-button-ctan-directory-regexp): Use shy grouping.
19169         (gnus-prev-page-map): Don't set keymap parent.
19170         (gnus-prev-page-map): Remove duplicated one.
19171         (gnus-next-page-map): Don't set keymap parent.
19172         (gnus-mime-security-button-map): Ditto.
19173
19174         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19175         version number.
19176
19177         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19178
19179 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19180
19181         * canlock.el (canlock-sha1-function): Remove.
19182         (canlock-sha1-function-for-verify): Remove.
19183         (canlock-openssl-program): Remove.
19184         (canlock-openssl-args): Remove.
19185         (canlock-ignore-errors): Remove.
19186         (canlock-sha1-with-openssl): Remove.
19187         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19188         (canlock-verify): Don't use canlock-ignore-errors.
19189
19190         * sha1-el.el (sha1-string-external): Make it can return a string
19191         in binary form.
19192         (sha1-region-external): Ditto.
19193         (sha1-string-internal): Ditto.
19194         (sha1-region-internal): Ditto.
19195         (sha1-region): Ditto.
19196         (sha1-string): Ditto.
19197         (sha1): Ditto.
19198
19199 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19200
19201         * spam.el (spam-report-articles-gmane): New command.
19202
19203 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19204
19205         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19206
19207         * run-at-time.el (run-at-time-saved): Remove.
19208         (run-at-time): Doc fix.
19209
19210 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19211
19212         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19213         (gnus-summary-limit-map): Add it.
19214         (gnus-summary-make-menu-bar): do.
19215
19216 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19217
19218         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19219         Make attempt at some caching support (done for BBDB only now).
19220         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19221         addresses to be checked.
19222         (spam-clear-cache-BBDB): Add function, to be invoked by
19223         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19224         (spam-check-BBDB): Check and use the caches, if
19225         spam-cache-lookups is on, remove superfluous (provide).
19226
19227 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19228
19229         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19230
19231 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19232
19233         * run-at-time.el (run-at-time-saved): Move to after the definition
19234         of `run-at-time'.
19235
19236         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19237
19238 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19239
19240         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19241         mm-w3m-local-map-property.
19242
19243         * mm-view.el (mm-w3m-mode-map): Remove.
19244         (mm-w3m-local-map-property): Remove.
19245         (mm-inline-text-html-render-with-w3m): Don't use
19246         mm-w3m-local-map-property.
19247
19248 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19249
19250         * run-at-time.el: New file.
19251
19252         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19253         under Emacs.
19254
19255         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19256         of gnus-set-text-properties.
19257
19258         * gnus-uu.el (gnus-uu-save-article): Ditto.
19259
19260         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19261
19262         * gnus-cite.el (gnus-cite-parse): Ditto.
19263
19264         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19265         of gnus-.
19266
19267         * gnus-xmas.el (run-at-time): Require run-at-time.
19268
19269         * gnus.el: Change calls to nnheader-run-at-time and
19270         password-run-at-time throughout to use run-at-time directly.
19271
19272         * password.el: Remove definition of run-at-time.
19273
19274         * nnheaderxm.el: Remove definition of run-at-time.
19275
19276 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19277
19278         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19279         in prompt.
19280
19281 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19282
19283         * messagexmas.el (message-xmas-redefine): Alias
19284         `message-make-caesar-translation-table' to
19285         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19286         version.
19287
19288         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19289         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19290         `gnus-xmas-set-text-properties'.
19291         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19292         `gnus-xmas-completing-read'.
19293         (gnus-xmas-completing-read): Removed.
19294         (gnus-xmas-open-network-stream): Removed.
19295
19296         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19297         XEmacs version.
19298
19299         * dns.el (dns-make-network-process): Use `open-network-stream'
19300         instead of `gnus-xmas-open-network-stream'.
19301
19302         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19303
19304         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19305
19306 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19307
19308         * gnus-art.el (gnus-mime-display-alternative)
19309         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19310         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19311         Don't use gnus-local-map-property.
19312
19313         * gnus-util.el (gnus-local-map-property): Remove.
19314
19315         * mm-view.el (mm-view-pkcs7-decrypt):
19316         Replace gnus-completing-read-maybe-default with completing-read.
19317
19318         * gnus-util.el (gnus-completing-read): do.
19319         (gnus-completing-read-maybe-default): Remove.
19320
19321 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19322
19323         * password.el: Only autoload `run-at-time' if not XEmacs.
19324         Only autoload the itimer functions if XEmacs.
19325
19326 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19327
19328         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19329         XEmacsen.
19330
19331         * dgnushack.el: Autoload executable-find for XEmacs.
19332
19333 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19334
19335         * gnus-art.el (gnus-read-string): Remove.
19336         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19337         read-string.
19338
19339 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19340
19341         * netrc.el: Autoload password-read.
19342         (netrc): Add configuration group.
19343         (netrc-encoding-method, netrc-openssl-path):
19344         Add variables for encoding and decoding of files with symmetric
19345         ciphers.
19346         (netrc-encode): Add assistant function to encode a file with
19347         netrc-encoding-method.
19348         (netrc-parse): Add interactive parameter, added optional
19349         decoding if netrc-encoding-method is non-nil but otherwise
19350         behavior is standard.
19351         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19352         Do s/encode/encrypt/ everywhere.
19353
19354         * spam.el: Remove executable-find autoload.
19355
19356 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19357
19358         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19359
19360         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19361
19362 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19363
19364         * gnus-art.el (gnus-treat-ansi-sequences)
19365         (article-treat-ansi-sequences): New variable and function.
19366         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19367
19368         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19369         Use it.
19370
19371 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19372
19373         * mm-util.el (mm-quote-arg): Remove.
19374
19375         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19376         shell-quote-argument.
19377
19378         * gnus-uu.el (gnus-uu-command): do.
19379
19380         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19381
19382         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19383         with make-char.
19384
19385         * mm-util.el (mm-make-char): Remove.
19386
19387         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19388         add-minor-mode.
19389
19390         * gnus-undo.el (gnus-undo-mode): do.
19391
19392         * gnus-topic.el (gnus-topic-mode): do.
19393
19394         * gnus-sum.el (gnus-dead-summary-mode): do.
19395
19396         * gnus-start.el (gnus-slave-mode): do.
19397
19398         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19399
19400         * gnus-ml.el (gnus-mailing-list-mode): do.
19401
19402         * gnus-gl.el (gnus-grouplens-mode): do.
19403
19404         * gnus-draft.el (gnus-draft-mode): do.
19405
19406         * gnus-dired.el (gnus-dired-mode): do.
19407
19408         * gnus-ems.el (gnus-add-minor-mode): Remove.
19409
19410         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19411         Replace gnus-char-width with char-width.
19412
19413         * gnus-ems.el (gnus-char-width): Remove.
19414
19415         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19416         Replace gnus-char-width with char-width.
19417
19418         * gnus-ems.el (gnus-char-width): Remove.
19419
19420         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19421         definition.
19422         Remove Emacs 20 hash table compatibility code.
19423
19424         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19425         20 compatibility code.
19426
19427         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19428
19429         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19430
19431         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19432         Replace with point-at-{eol,bol}.
19433
19434         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19435
19436         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19437
19438         * flow-fill.el (fill-flowed-point-at-bol)
19439         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19440
19441         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19442         Replace with point-at-{eol,bol} throughout all files.
19443
19444 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19445
19446         * ntlm.el (ntlm-string-as-unibyte): New macro.
19447         (ntlm-build-auth-response): Use it.
19448
19449         Remove Emacs 20 stuff:
19450         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19451         (butlast, mapc, remove): Remove the compiler macros.
19452         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19453         of delq and copy-sequence.
19454         * gnus-art.el (popup-menu): Remove the compiler macro.
19455         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19456         Emacs 20.
19457
19458 2004-01-05  Simon Josefsson  <jas@extundo.com>
19459
19460         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19461         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19462         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19463         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19464         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19465         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19466         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19467         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19468         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19469         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19470         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19471         string-xor into ntlm-string-xor.
19472         Suggested by Jesper Harder <harder@myrealbox.com>.
19473
19474         * ntlm.el: Don't include poem.
19475
19476         * md4.el (print-int32, print-string-hexa): Remove.
19477         Suggested by Jesper Harder <harder@myrealbox.com>.
19478
19479         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19480
19481         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19482         probably breaks emacs with DL patch, but do we care? Is anyone
19483         still using the DL stuff?)
19484
19485         * sieve-manage.el: Use the password package.
19486         (sieve-manage-read-passwd): Remove.
19487         (sieve-manage-interactive-login): Use password.  Re-add
19488         condition-case around loop.
19489
19490         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19491         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19492         Use the password package.
19493
19494 2003-02-19  Simon Josefsson  <jas@extundo.com>
19495
19496         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19497         token.
19498
19499 2002-08-07  Simon Josefsson  <jas@extundo.com>
19500
19501         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19502         (sieve-manage-authenticators):
19503         (sieve-manage-authenticator-alist): Add some SASL mechs.
19504         (sieve-sasl-auth): New function.
19505         (sieve-manage-cram-md5-auth):
19506         (sieve-manage-plain-auth): Rewrite using SASL library.
19507         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19508         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19509         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19510         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19511
19512 2004-01-05  Simon Josefsson  <jas@extundo.com>
19513
19514         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19515         New files.
19516
19517 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19518
19519         * gnus-group.el (gnus-no-groups-message): Update.
19520
19521         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19522
19523 2003-11-09  Simon Josefsson  <jas@extundo.com>
19524
19525         * imap.el: Support for ID IMAP extension (RFC 2971).
19526         (imap-local-variables): Add imap-id.
19527         (imap-id): New variable.
19528         (imap-id): New function.
19529         (imap-parse-response): Parse untagged ID response.
19530         * nnimap.el (nnimap-id): New variable.
19531         (nnimap-open-connection): Use it.
19532
19533 2003-12-28  Simon Josefsson  <jas@extundo.com>
19534
19535         * gnus-score.el (gnus-score-edit-all-score): New.
19536         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19537
19538 2004-01-04  Simon Josefsson  <jas@extundo.com>
19539
19540         * password.el: Add.
19541
19542 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19543
19544         * dns.el (dns-query-types): Fix typo.
19545         (dns-query-types): New function.
19546         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19547         PTR and SOA replies, see RFC 1035.
19548
19549 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19550
19551         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19552
19553         * Move to Changelog.2.
19554
19555 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19556
19557         * gnus.el (gnus-version-number): Bump version.
19558
19559 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19560
19561         * gnus.el: No Gnus v0.1 is released.
19562
19563 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19564
19565         * gnus.el: No Gnus v0.0 is released.
19566
19567 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19568
19569         * gnus.el (gnus-version-number): Bump.
19570         (gnus-version): No.
19571
19572 See ChangeLog.2 for earlier changes.
19573
19574     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19575       Free Software Foundation, Inc.
19576
19577   This file is part of GNU Emacs.
19578
19579   GNU Emacs is free software: you can redistribute it and/or modify
19580   it under the terms of the GNU General Public License as published by
19581   the Free Software Foundation, either version 3 of the License, or
19582   (at your option) any later version.
19583
19584   GNU Emacs is distributed in the hope that it will be useful,
19585   but WITHOUT ANY WARRANTY; without even the implied warranty of
19586   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19587   GNU General Public License for more details.
19588
19589   You should have received a copy of the GNU General Public License
19590   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19591
19592 ;; Local Variables:
19593 ;; coding: utf-8
19594 ;; fill-column: 79
19595 ;; add-log-time-zone-rule: t
19596 ;; End: