Remove deprecated gnus-local-organization.
[gnus] / lisp / ChangeLog
1 2010-12-01  Julien Danjou  <julien@danjou.info>
2
3         * message.el (message-user-organization): Do not use gnus-local-organization.
4
5         * gnus.el: Remove gnus-local-organization.
6
7         * gnus-msg.el: Remove nastygram thing.
8
9 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
10
11         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
12         funcall.
13
14 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15
16         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
17         names.
18
19         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
20         characters.
21
22         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
23         to t of inhibit-read-only since it is inside gnus-with-article-headers.
24         Suggested by Štěpán Němec <stepnem@gmail.com>.
25         (gnus-gravatar-transform-address): Use mail-extract-address-components
26         that supports non-ASCII names rather than mail-header-parse-addresses.
27
28 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
29
30         * proto-stream.el (open-protocol-stream): All starttls connections are
31         handled by the network handler.
32
33 2010-11-30  Julien Danjou  <julien@danjou.info>
34
35         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
36         (nnimap-open-connection-1): Fix PREAUTH.
37
38         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
39
40 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
41
42         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
43         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
44         (shr-insert): Use them.
45         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
46
47 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
48
49         * nnir.el (nnir-request-move-article): Bail out if original group
50         doesn't support article moves.
51         (nnir-get-active): Improve active list retrieval.
52
53 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
54
55         * shr.el (shr-find-fill-point): Don't break before apostrophes.
56
57 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
58
59         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
60         seem to accept strings-with-numbers as port numbers,
61
62 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
63
64         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
65         change the registry.
66
67 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
68
69         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
70         delete-dups that is not available in XEmacs 21.4.
71
72         * mm-util.el (mm-delete-duplicates): Add comment.
73
74 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
75
76         * nnir.el (nnir-ignored-newsgroups): New variable.
77         (nnir-get-active): Use it.
78
79 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
80
81         * proto-stream.el (proto-stream-open-network): Add some comments.
82
83         * nntp.el (nntp-open-connection): Provide a :success condition.
84
85         * nnimap.el (nnimap-open-connection-1): Ditto.
86
87         * proto-stream.el (proto-stream-open-network): See what the response to
88         the STARTTLS command is.
89
90         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
91         backwards compatibility).
92         (nnimap-open-connection-1): Really respect nnimap-server-port.
93
94         * proto-stream.el (proto-stream-open-network): When doing opportunistic
95         TLS upgrades we don't really care about the identity of the peer.
96         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
97         that what we've checked for.
98         (proto-stream-always-use-starttls): Only default to t if
99         open-gnutls-stream exists.
100         (proto-stream-open-network): If STARTTLS failed, then just open a
101         normal connection.
102         (proto-stream-open-network): Wait until the greeting before doing
103         STARTTLS.
104
105         * nntp.el (nntp-open-connection): Report what the connection error is.
106
107         * proto-stream.el (open-protocol-stream): Renamed from
108         open-proto-stream.
109
110 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
111
112         * nnimap.el (nnimap-stream): Change default to `undecided'.
113         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
114         first, and then network.
115         (nnimap-open-connection-1): Respect nnimap-server-port.
116         (nnimap-open-connection): Be more backwards-compatible.
117
118         * proto-stream.el (proto-stream-always-use-starttls): New variable.
119         (proto-stream-open-starttls): De-duplicate the starttls code.
120         (proto-stream-open-starttls): Folded back into the main function.
121         (proto-stream-open-network): Fix typo in the gnutls path.
122         (proto-stream-command): Refactor out.
123
124         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
125
126         * proto-stream.el (proto-stream-open-starttls): Actually implement the
127         starttls.el STARTTLS.
128
129         * color.el (color-lab->srgb): Fix function call name.
130
131         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
132         if we're using tls.el.
133         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
134         built in, then don't try to establish a STARTTLS connection.
135
136         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
137         servers.
138
139         * proto-stream.el (open-proto-stream): Use network, not stream.
140         (open-proto-stream): Add a way to specify what the end of a command is.
141
142         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
143         connections types.
144         (nntp-open-network-stream): Remove.
145         (nntp-open-ssl-stream): Remove.
146         (nntp-open-tls-stream): Remove.
147         (nntp-ssl-program): Remove.
148
149         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
150
151 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
152
153         * nnir.el: Fix typos.
154         (nnir-retrieve-headers-override-function): Rename variable to reflect
155         new semantics.
156         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
157         macros.
158         (nnir-request-article, nnir-request-move-article): Use them.
159         (nnir-categorize): New function.
160         (nnir-run-query): Use it.
161         (nnir-retrieve-headers): Rewrite to batch header retrieval.
162         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
163         sorted.
164         (nnir-group-full-name): Use gnus-group-full-name instead.
165         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
166         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
167
168 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
169
170         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
171
172         * proto-stream.el: New library to provide protocol-specific
173         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
174         protocols.
175         (open-proto-stream): Complete the documentation.
176         (proto-stream-open-network): Fix some typos.
177
178         * nnimap.el (nnimap-open-connection): Use it.
179
180 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
181
182         * pop3.el (pop3-open-server): Read server greeting before starting TLS
183         negotiation.
184
185 2010-11-26  Julien Danjou  <julien@danjou.info>
186
187         * color.el: Rename various rgb functions to srgb.
188
189 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
190
191         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
192         names.
193
194 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
195
196         * shr.el (shr-insert): Revert last change.
197         (shr-find-fill-point): Never leave point being at bol;
198         relax the kinsoku limitation when rendering tables.
199
200 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
201
202         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
203         results from -accept-article.
204
205         * shr-color.el: Require cl when compiling.
206
207         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
208         checkin.
209
210         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
211
212         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
213
214         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
215         'add and 'delete to set backend marks.
216
217         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
218
219         * nnheader.el (nnheader-update-marks-actions): Refactor out.
220
221         * nntp.el (nntp-request-set-mark): Use it.
222
223         * nnfolder.el (nnfolder-request-set-mark): Ditto.
224
225         * nnml.el (nnml-request-set-mark): Ditto.
226
227         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
228         introduces regressions in article selection.
229         (nnimap-find-uid-response): New function.
230         (nnimap-request-accept-article): Use the UID returned, if any.
231         (nnimap-request-move-article): Use the UID returned, if any.
232         (nnimap-get-groups): Reimplement to work with folded lines.
233         (nnimap-find-uid-response): The UID is the last element in the list.
234         (nnimap-request-set-mark): Extend syntax with 'set.
235
236         * nnml.el (nnml-request-set-mark): Ditto.
237
238         * nnfolder.el (nnfolder-request-set-mark): Ditto.
239
240         * nntp.el (nntp-request-set-mark): Ditto.
241
242 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
243
244         * message.el (message-called-interactively-p): A temporary macro.
245         (message-goto-body): Use it temporarily.
246
247 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
248
249         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
250         (nnimap-last-response-string): Unfold quoted lines, if they exist.
251         (nnimap-last-response-string): Fix last unfolding fix.
252
253 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
254
255         * shr.el (shr-insert): Fix the way to fold lines.
256
257 2010-11-25  Julien Danjou  <julien@danjou.info>
258
259         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
260
261         * color.el: Rename from color-lab.el
262         (color-rgb->hex): Add.
263         (color-complement): Add.
264         (color-complement-hex): Add.
265
266         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
267
268 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
269
270         * shr-color.el (shr-color-visible): Don't bug out if the colour names
271         don't exist.
272
273 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
274
275         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
276         assuming that article displaying or another mml-preview may be
277         interrupted for an error or for the like.
278
279         * shr.el (shr-get-background): Fix argument name.
280
281 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
282
283         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
284
285         * gnus-sum.el (gnus-summary-include-articles): New function.
286
287         * message.el (message-goto-body): called-interactively-p needs a
288         parameter, so use `any'.
289
290         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
291         clear marks before moving, since they're synced from the Gnus side
292         first.
293
294         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
295         (gnus-summary-move-article): Copy over all marks before moving, so that
296         IMAP doesn't think a new article has arrived.
297
298 2010-11-24  Julien Danjou  <julien@danjou.info>
299
300         * shr.el (shr-insert-background-overlay): Fix typo.
301         (shr-render-td): Copy the background before rendering.
302
303         * shr-color.el (shr-color-visible): Fix docstring.
304
305         * shr.el (shr-tag-table): Add bgcolor support.
306         (shr-render-td): Add bgcolor support.
307         (shr-get-background): Add.
308         (shr-insert-foreground-overlay): Use shr-get-background.
309
310         * message.el (message-goto-body): Use called-interactively-p.
311         (message-in-body-p): message-goto-body returns point.
312
313 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
314
315         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
316         Fixes something or other in Emacs 23, and is backwards compatible.
317
318         * message.el (message-goto-body): Remove the <#secure special-casing,
319         which is too special.
320
321         * shr.el (shr-parse-style): Drop !important from styles.
322
323 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
324
325         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
326         this function to return incorrect results when calling it with an
327         explicit article argument different from
328         (gnus-summary-article-number).
329
330 2010-11-24  Julien Danjou  <julien@danjou.info>
331
332         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
333         (shr-tag-body): Add background support.
334         (shr-descend): Add background support.
335         (shr-tag-title): Add.
336
337         * shr-color.el (shr-color-visible): Really return original background
338         if fixed.
339
340 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
341
342         * shr.el (shr-color-check): Protect against non-existant colour names.
343
344 2010-11-24  Julien Danjou  <julien@danjou.info>
345
346         * color-lab.el: Require 'cl when compiling.
347
348         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
349
350         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
351         matched part.
352
353         * color-lab.el: Fix all expt calls to use float type.
354
355 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
356
357         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
358         expression to shr-color-check as is.
359
360         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
361
362         * color-lab.el: Add coding cookie.
363         (float-pi): Use eval-and-compile.
364
365         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
366         compiled for Emacsen having no `libxml-parse-html-region' support.
367
368 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
369
370         * shr.el (shr-insert-color-overlay): Split stuff like
371         "#444444 !important" to find the real colour.
372         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
373         parse <font color="red"> entries.
374
375 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
376
377         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
378         point when parsing headers.
379
380         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
381         is positioned properly when parsing headers.
382
383 2010-11-23  Julien Danjou  <julien@danjou.info>
384
385         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
386
387         * shr-color.el (shr-color->hexadecimal): Add support for color names.
388
389         * shr.el (shr-parse-style): Replace \n with space in style parsing.
390
391         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
392         shr-color-hue-to-rgb.
393         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
394
395 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
396
397         * shr.el (shr-color->hexadecimal): Autoload.
398         (shr-descend): Add color to all tags.
399
400 2010-11-22  Julien Danjou  <julien@danjou.info>
401
402         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
403         shr-color->hexadecimal.
404
405         * shr-color.el (shr-color->hexadecimal): Add converting functions for
406         RGB() or HSL() color representation.
407
408         * shr.el (shr-tag-font): Add.
409         (shr-tag-color-check): New function to get better colors.
410         (shr-tag-insert-color-overlay): Factorize code between tag-font and
411         tag-span.
412
413         * shr-color.el: New file.
414
415         * color-lab.el: New file.
416
417         * gnus-art.el (gnus-url-mailto): Do not downcase args.
418
419 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
420
421         * nnir.el: Fix typo in comments.
422         (nnir-run-imap): Simplify code. No need to reverse artlist.
423         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
424
425 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
426
427         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
428
429         * nnimap.el (nnimap-get-capabilities): Refactor out.
430         (nnimap-open-connection): Re-request capabilities after STARTTLS.
431
432 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
433
434         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
435         appearing when `mm-uu-hide-markers' is nil.
436
437 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
438
439         * nnimap.el (nnimap-unselect-group): Make into its own function.
440         (nnimap-request-rename-group): Unselect group before renaming.
441         This had gotten lost somewhere.
442         (nnimap-request-accept-article): Keep track of examined groups, and
443         unselect the group before APPENDing to read-only groups.
444         (nnimap-request-move-article): Clear flags before moving so that they
445         can be re-set later.
446
447 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
448
449         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
450         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
451
452 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
453
454         * gnus-art.el (gnus-mime-display-single)
455         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
456         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
457         parameter.
458
459 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
460
461         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
462         (shr-table-vertical-line): New variable.
463         (shr-insert-table): Use it.
464
465 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
466
467         * gnus-html.el (gnus-html-wash-images): Don't display images if
468         gnus-inhibit-images is non-nil; register displayer for cid images.
469         (gnus-html-display-image): Work for cid image.
470         (gnus-html-insert-image): Allow arguments.
471         (gnus-html-put-image): Inhibit read-only.
472         (gnus-html-prefetch-images): Don't prefetch images if
473         gnus-inhibit-images is non-nil.
474
475 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
476
477         * shr.el (shr-put-image): Break lines when inserting big pictures.
478
479 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
480
481         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
482         sender, thanks Katsumi Yamaoka.
483
484 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
485
486         * nnir.el (nnir-run-imap): Reverse the article list for each group
487         rather than the whole list.
488
489 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
490
491         * shr.el (shr-image-displayer): Protect function against non-existent
492         image source.
493
494         * gnus-art.el (gnus-inhibit-images): New user option.
495         (gnus-mime-display-single): Don't display image if it is non-nil.
496
497         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
498         gnus-inhibit-images.
499
500         * shr.el (shr-image-displayer): New function.
501         (shr-tag-img): Use it.
502
503 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
504
505         * mml2015.el (mml2015-epg-sign): Use From header.
506
507 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
508
509         * gnus-html.el (gnus-html-wash-images): Register a displayer.
510
511         * gnus-util.el (gnus-find-text-property-region): Return markers.
512
513         * shr.el (shr-tag-img): Put a displayer in the text property.
514
515         * gnus-util.el (gnus-find-text-property-region): New utility function.
516
517         * gnus-html.el (gnus-html-display-image): Make the alt optional.
518         (gnus-html-show-images): Remove.
519
520         * gnus-art.el (gnus-article-show-images): New, more general function.
521
522         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
523         image url text properties.
524
525         * shr.el: Ditto.
526
527         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
528         gnus-agent-auto-agentize-methods is set.  Which it isn't.
529
530 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
531
532         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
533         work for two or more articles.
534
535 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
536
537         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
538         divide an image that's in an html article to two or more when washing
539         non-ASCII characters in alt text of it.
540
541 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
542
543         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
544         smime-decrypt-region using function argument.
545         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
546
547         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
548
549         * smime.el (smime-decrypt-region): Catch it.
550
551 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
552
553         * smime.el (smime-mode-map): Move initialization into declaration.
554         (gnus-run-mode-hooks): Don't autoload.
555         (smime-mode): Use define-derived-mode.
556
557 2010-11-11  Glenn Morris  <rgm@gnu.org>
558
559         * smime.el (from): Restrict declaration to XEmacs.
560
561         * nnir.el (gnus-group-topic-name): Autoload.
562
563 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
564
565         * shr.el (shr-insert): Don't break long line if it is because of
566         kinsoku-bol characters in the line end.
567
568 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
569
570         * nnir.el (nnir-request-move-article): Fix to provide original group
571         and subject.
572         (nnir-warp-to-article): Don't fail on articles whose headers haven't
573         been retrieved.
574
575         * gnus-sum.el (gnus-summary-move-article): Use original group and
576         subject for virtual articles such as those in an nnir summary buffer.
577
578 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
579
580         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
581         least 21.5).
582
583         * smime.el (from): Declare it again for XEmacs.
584
585 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
586
587         * message.el (message-resend): Don't disable encoding unless it's
588         already encoded.
589
590         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
591         low-numbered articles.
592
593 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
594
595         * rfc2047.el (rfc2047-syntax-table): Simplify.
596
597         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
598
599         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
600         set-char-table-range for XEmacs.
601
602 2010-11-10  Glenn Morris  <rgm@gnu.org>
603
604         * time-date.el (time-to-seconds): Always an alias on Emacs,
605         never a real function.
606         (with-no-warnings): Remove compat stub, now unused.
607         (time-less-p): Doc fix.
608         (time-to-number-of-days): Simplify.
609
610         * smime.el (from): Remove unused declaration.
611
612         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
613         (gnus-float-time): On Emacs, always an alias.
614
615         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
616         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
617
618 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
619
620         * dgnushack.el: Don't use ignore-errors in the top level form since it
621         is unavailable in XEmacs even if cl is loaded.
622
623         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
624
625 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
626
627         * shr.el (browse-url-mailto): Autoload.
628
629         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
630
631         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
632         regexp doesn't need quoting.
633
634 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
635
636         * message.el (message-subject-trailing-was-ask-regexp)
637         (message-subject-trailing-was-regexp): Match was: in addition to was.
638
639 2010-11-09  Glenn Morris  <rgm@gnu.org>
640
641         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
642         (nnbabyl-check-mbox): Use point-at-bol.
643
644 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
645
646         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
647
648         * message.el (message-mailto): New function.
649         (message-mailto): Should accept other parameters.
650         (message-mailto): Remove since it duplicates browse-url-mailto
651         functionality.
652
653 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
654
655         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
656         methods.
657         (gnus-read-active-file): Ditto.
658
659         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
660         ": " from the prompt.
661         (gnus-group-make-group): Ditto.
662
663 2010-11-07  Glenn Morris  <rgm@gnu.org>
664
665         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
666         (gnus-bookmark-kill-line): Use point-at-eol.
667
668 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
669
670         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
671         asterisks in From header.
672
673 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
674
675         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
676         string to avoid making the From headers syntactically invalid.
677
678         * message.el (message-send-mail): Don't insert courtesy messages if the
679         message already has List-Post and List-ID messages.
680
681 2010-11-06  Glenn Morris  <rgm@gnu.org>
682
683         * gnus-art.el (gnus-treat-article): Give dynamic local variables
684         `condition', `type', `length' a prefix.
685         (gnus-treat-predicate): Update for above name changes.
686
687 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
688
689         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
690         binding.  Handled by `gnus-summary-refer-thread' instead.
691         (nnir-warp-to-article): New backend function.
692
693         * nnimap.el (nnimap-request-thread): Force dependency updating.
694
695         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
696         (gnus-summary-refer-thread): Rework to improve thread-referral.
697
698         * gnus-int.el (gnus-warp-to-article): New function.
699
700         * gnus-sum.el (gnus-summary-article-map): Bind it.
701
702 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
703
704         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
705         gnus-summary-refer-thread.
706
707         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
708         headers.
709         (gnus-summary-limit-include-thread): Prevent articles in thread from
710         being cut in gnus-cut-threads.
711         (gnus-summary-refer-thread): Limit retrieved headers to those in
712         thread.
713
714 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
715
716         * message.el (message-send-mail): Use the value of
717         message-courtesy-message from the message buffer.
718
719         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
720
721         * shr.el (shr-browse-url): Implement mailto: URLs.
722
723         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
724         "raw".
725
726         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
727         if it's already selected.
728
729         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
730
731 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
732
733         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
734         to measure the length and truncate alt text.
735
736 2010-11-03  Glenn Morris  <rgm@gnu.org>
737
738         * nndiary.el (nndiary-generate-nov-databases-1)
739         (nndiary-generate-active-info): Rename dynamic variable `files' to
740         something less generic.
741
742 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
743
744         * nnir.el (nnir-request-move-article): Call the underlying backend to
745         move articles from nnir.
746
747 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
748
749         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
750
751 2010-11-02  Julien Danjou  <julien@danjou.info>
752
753         * nnir.el: Remove wais support.
754
755 2010-11-02  Glenn Morris  <rgm@gnu.org>
756
757         * gnus-html.el: Reorder requirements to quieten compiler.
758
759 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
760
761         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
762         properly for XEmacs as well.
763         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
764         (gnus-article-natural-long-line-p): Use window-width rather than
765         frame-width.
766
767 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
768
769         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
770         (nnir-read-parms): Don't modify query.
771         (nnir-run-query): Add ability to search topic on current line.
772         (nnir-get-active): Clean up.
773
774 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
775
776         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
777         degenerate articles.
778
779         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
780         (gnus-print-buffer): Just print the buffer as is, without any copying
781         to a buffer and then re-highlighting.
782
783         * nnimap.el (nnimap-request-group): Store the new updated info.
784         (nnimap-request-group): Select the group when we don't know whether it
785         exists or not.
786
787         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
788         groups.
789
790         * gnus-group.el (gnus-group-find-new-groups): Display all the new
791         groups.
792
793         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
794         groups.
795
796         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
797         long-lines case by only filling the long lines.
798
799         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
800         (bug #7311).
801
802 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
803
804         * shr.el: No need to declare `declare-function' since shr.el is for
805         only Emacsen that provide `libxml-parse-html-region'.
806
807         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
808         effective only in a file it is referred to.
809
810 2010-11-01  Glenn Morris  <rgm@gnu.org>
811
812         * mm-util.el (gnus-completing-read): Autoload.
813         (mm-read-coding-system): Simplify Emacs definition.
814
815         * nnmail.el (gnus-activate-group):
816         * nnimap.el (gnutls-negotiate):
817         * nntp.el (netrc-parse): Fix declarations.
818
819 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
820
821         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
822         string-match-p in Emacs >=23.
823
824         * gnus-msg.el (gnus-configure-posting-styles)
825         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
826
827 2010-11-01  Glenn Morris  <rgm@gnu.org>
828
829         * nnir.el (declare-function): Add compat stub.
830         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
831         (nnir-run-gmane): Require 'mm-url.
832
833         * mm-util.el (mm-string-to-multibyte): Simplify.
834
835         * shr.el (declare-function): Add compat stub.
836         (url-cache-create-filename): Declare.
837         (mm-disable-multibyte, widget-convert-button): Autoload.
838
839         * smime.el (ldap-search): Declare.
840         (smime-cert-by-ldap-1): Require ldap on Emacs.
841
842         * nnimap.el: Require nnmail, and gnus-sum when compiling.
843         (nnimap-keepalive): Use gnus-float-time.
844
845         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
846         (mail-source-delete-crash-box): Use gnus-float-time.
847
848         * gnus-dired.el (gnus-completing-read): Autoload.
849
850         * mm-view.el (gnus-rescale-image): Autoload.
851
852         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
853
854         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
855
856         * sieve-manage.el: Require 'cl when compiling.
857
858         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
859         (gnus-iswitchb-completing-read): Require iswitchb.
860         (gnus-select-frame-set-input-focus): Silence compiler.
861
862 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
863
864         * message.el (message-subject-trailing-was-query): Change default to t,
865         since I think that's what most people want.
866
867         * nnimap.el (nnimap-request-accept-article): Erase buffer before
868         appending for easier debugging.
869         (nnimap-wait-for-connection): Take a regexp.
870         (nnimap-request-accept-article): Wait for the continuation line before
871         sending anything unless we're streaming.
872
873         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
874         leave the header washing to take place.
875
876 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
877
878         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
879         regular expression match and replace in posting styles.
880
881 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
882
883         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
884         an entire server.
885         (nnir-get-active): New function.
886         (nnir-run-imap): Use it.
887         (nnir-run-gmane): Who knew, gmane search returns an article score!
888
889         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
890         server on the current line with nnir.
891
892 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
893
894         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
895         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
896         left edge.
897         (gnus-article-foldable-buffer): Skip past the prefix when determining
898         raggedness.
899
900         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
901         the raw article, and change `C-u g' to show the article without doing
902         treatments.
903
904         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
905         on to `gnus-treat-article'.
906         (gnus-inhibit-article-treatments): New variable.
907
908         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
909
910         * gnus-art.el (gnus-treatment-function-alist): Have
911         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
912         (gnus-treat-fill-long-lines): Change default to fill all text/plain
913         sections.
914
915         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
916         parameter.
917         (gnus-article-fill-cited-long-lines): New function.
918         (gnus-article-fill-cited-article): Allow filling only long sections.
919
920         * shr.el (shr-find-fill-point): Don't break lines between punctuation
921         and non-punctuation (like after the apostrophe in "'We").
922
923         * gnus-sum.el (gnus-summary-select-article): Make sure
924         gnus-original-article-buffer is alive.
925
926         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
927         reflect the order they're in in the digest.
928
929         * gnus.el (gnus-group-startup-message): Move point to the start of the
930         buffer.
931
932         * nnimap.el (nnimap-capability): New function.
933         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
934         is set.
935
936 2010-10-31  David Engster  <dengste@eml.cc>
937
938         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
939         conform with changes to gnus-completing-read.
940
941 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
942
943         * shr.el (shr-tag-img): Output "*" instead of "[img]".
944
945 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
946
947         * nnir.el: Move defvar, defcustom around to keep file organized
948         and keep byte-compiler quiet.
949         (nnir-read-parms): Accept search-engine as arg.
950         (nnir-run-query): Pass search-engine as arg.
951         (nnir-search-engine): Remove.
952
953 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
954
955         * shr.el (shr-generic): The text nodes should be text, not :text.
956
957         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
958         later in the file.
959
960 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
961
962         * nnir.el: General clean up.  Allow searching with multiple engines.
963         Allow separate extra-parameters for each engine.
964         Batch queries when possible.
965         (nnir-imap-default-search-key,nnir-method-default-engines):
966         Add customize interface.
967         (nnir-run-gmane): New engine.
968         (nnir-engines): Use it.  Qualify all prompts with engine name.
969         (nnir-search-engine): Remove global variable.
970         (nnir-run-hyrex): Restore for now.
971         (nnir-extra-parms,nnir-search-history): New variables.
972         (gnus-group-make-nnir-group): Use them.
973         (nnir-group-server): Remove in favor of gnus-group-server.
974         (nnir-request-group): Avoid searching twice.
975         (nnir-sort-groups-by-server): New function.
976
977 2010-10-30  Julien Danjou  <julien@danjou.info>
978
979         * gnus-group.el: Remove gnus-group-fetch-control.
980
981         * gnus-start.el (gnus-find-new-newsgroups):
982         Remove gnus-check-first-time-used.
983
984         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
985
986 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
987
988         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
989         set on groups that don't have \* permanentflags.
990
991 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
992
993         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
994         control the background color.
995         (shr-tag-img): Ignore very small web bug type images.
996         (shr-put-image): Add help-echo alt texts to the images.
997         (shr-tag-video): Show the video poster image.
998
999 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1000
1001         * shr.el (shr-table-depth): New variable.
1002         (shr-tag-table-1): Only insert the images after the top-level table.
1003
1004         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1005
1006         * gnus-util.el (gnus-list-memq-of-list): New function.
1007
1008         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1009         selected.
1010         (nnimap-unsplittable-articles): New slot.
1011         (nnimap-new-articles): Use it.
1012
1013 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1014
1015         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1016         move to the previous line on `M-g'.
1017
1018 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1019
1020         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1021         *-request-group, which seems unnecessary.
1022
1023         * nnimap.el (nnimap-quote-specials): Function copied over from
1024         imap.el.
1025         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1026         they support that.  Suggested by Tom Regner.
1027
1028 2010-10-29  Julien Danjou  <julien@danjou.info>
1029
1030         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1031         defalias.
1032         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1033
1034         * gnus.el: Remove `gnus-nntp-service' variable.
1035         (gnus-secondary-servers): Make obsolete.
1036         (gnus-nntp-server): Make obsolete.
1037
1038         * gnus-start.el (gnus-1): Remove x-splash calls.
1039
1040         * gnus-ems.el (gnus-x-splash): Remove.
1041
1042         * gnus.el (gnus-group-startup-message): Simplify/update code.
1043
1044         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1045         definition.
1046
1047         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1048         capability before doing anything.
1049         (gnus-group-insert-group-line): Remove useless
1050         gnus-group-remove-excess-properties.
1051
1052 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1053
1054         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1055
1056 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1057
1058         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1059         config after reselecting.
1060
1061 2010-10-28  Julien Danjou  <julien@danjou.info>
1062
1063         * shr.el (shr-put-image): Use point even if only inserting text.
1064         (shr-put-image): Save excursion when inserting alt text on non-graphic
1065         display, so the behaviour is the same when we are on a graphic display.
1066
1067         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1068
1069 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1070
1071         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1072         (gnus-mime-copy-part): Check coding system, not charset.
1073         (gnus-mime-view-part-externally): Never remove part.
1074         (gnus-mime-view-part-internally): Don't remove part here.
1075         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1076         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1077         multipart/alternative.
1078
1079         * mm-decode.el (mm-display-part): Take optional arg `force'.
1080
1081 2010-10-26  Julien Danjou  <julien@danjou.info>
1082
1083         * gnus-group.el (gnus-group-default-list-level): Add this function to
1084         compute the default list level.
1085         (gnus-group-default-list-level): Add possibility to use a function.
1086
1087 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1088
1089         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1090
1091         * gnus-group.el (gnus-group-completing-read)
1092         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1093         gnus-replace-in-string.
1094
1095 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1096
1097         * shr.el (shr-tag-div): Add.
1098
1099         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1100
1101 2010-10-25  Julien Danjou  <julien@danjou.info>
1102
1103         * gnus-util.el: Remove `gnus-with-local-quit'.
1104
1105         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1106
1107 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1108
1109         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1110         the original article buffer.
1111
1112 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1113
1114         * nnimap.el (nnimap-request-head): New function.
1115         (nnimap-request-move-article): Try to be slighly faster by not
1116         requesting the entire message when moving.
1117         (nnimap-transform-headers): Don't bug out on bodiless articles.
1118         (nnimap-send-command): Have no outstanding messages if the IMAP server
1119         doesn't support streaming.
1120         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1121
1122 2010-10-24  Julien Danjou  <julien@danjou.info>
1123
1124         * message.el (message-default-headers): Fix type.
1125
1126 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1127
1128         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1129         prefetching images.
1130
1131         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1132         backend for unknown groups.  This is mainly useful for nnimap groups.
1133
1134         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1135         group isn't covered by the agent.
1136
1137 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1138
1139         * nnir.el (nnir-method-default-engines): New variable.
1140         (nnir-run-query): Use it.
1141         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1142         (gnus-summary-nnir-goto-thread): Change group if needed.
1143
1144         * gnus-group.el (gnus-group-group-map): Add key binding for
1145         gnus-group-make-nnir-group.
1146
1147 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1148
1149         * shr.el (shr-tag-object): Add.
1150
1151         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1152         original article buffer live.
1153         (gnus-summary-select-article-buffer):
1154         Mention gnus-widen-article-buffer.
1155
1156 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1157
1158         * shr.el (shr-tag-strong): Add.
1159
1160 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1161
1162         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1163         group names.  They mess up the group buffer badly.
1164
1165         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1166
1167         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1168         instead of the summary one.
1169
1170 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1171
1172         * mml.el (mml-preview): Work properly when editing article.
1173
1174         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1175         gnus-have-read-active-file if it's already been in.
1176
1177 2010-10-22  Tom Tromey  <tromey@redhat.com>
1178
1179         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1180         gnus-group-completing-read.
1181
1182 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1183
1184         * message.el (message-mode-map): Don't bind M-; to comment region, to
1185         allow the global comment-dwim to work.
1186
1187 2010-10-21  Julien Danjou  <julien@danjou.info>
1188
1189         * message.el (message-setup-1): Allow message-default-headers to be a
1190         function.
1191
1192 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1193
1194         * shr.el (shr-tag-table): Simplify.
1195
1196 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1197
1198         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1199         to avoid trying to snarf invalid stuff.
1200
1201         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1202
1203         * gnus.el (gnus-message-archive-group): Quote value.
1204         (gnus-message-archive-group): Mark as changed.
1205
1206         * shr.el (shr-add-font): Don't put the font properties on the newline
1207         or the indentation.
1208
1209         * message.el (message-fix-before-sending): Change options when sending
1210         non-printable characters.
1211
1212         * gnus.el (gnus-message-archive-method): Change the default to
1213         monthly outgoing groups.
1214
1215         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1216         that have gotten new numbers.
1217
1218         * nnimap.el (nnimap-request-replace-article): New function.
1219
1220 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1221
1222         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1223         (nnrss-request-article): Don't use special html washing code.
1224
1225 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1226
1227         * shr.el (shr-tag-table): Remove useless nconc.
1228
1229 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1230
1231         * gnus-art.el (article-wash-html): Simplify and remove the charset
1232         stuff.  Use the normal html rendering code instead of the special html
1233         washing code.
1234
1235         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1236         `gnus-w3m' symbols.
1237         (mm-text-html-washer-alist): Remove.
1238
1239         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1240         (mm-inline-media-tests): Remove use.
1241         (mm-text-html-renderer): Change default to the `shr' symbol.
1242
1243         * mm-view.el (mm-inline-text-html): Remove use.
1244
1245         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1246         `gnus-blocked-images' to be a function.
1247         (gnus-article-wash-function): Remove.
1248
1249 2010-10-20  Julien Danjou  <julien@danjou.info>
1250
1251         * spam.el (spam-list-of-processors): Mark as obsolete.
1252
1253         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1254         (nnimap-insert-partial-structure): Fix boundary detection.
1255
1256 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1257
1258         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1259         run file-truename on remote files.  This can be expensive and even
1260         prevent one from editing drafts if some unrelated buffer has a stale
1261         connection.
1262
1263 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1264
1265         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1266         kinsoku-eol regardless of shr-kinsoku-shorten.
1267         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1268         (shr-tag-table): Support caption, thead, and tfoot.
1269
1270 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1271
1272         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1273         lines.
1274         (shr-save-contents): New command and keystroke.
1275
1276         * nndoc.el (nndoc-type-alist): Add git support.
1277         (nndoc-git-type-p): New function.
1278         (nndoc-transform-git-article): Ditto.
1279         (nndoc-transform-git-headers): Ditto.
1280         (nndoc-transform-git-headers): Generate Subject headers.
1281
1282         * shr.el (shr-parse-style): New function.
1283         (shr-tag-span): Ditto.
1284
1285         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1286         to `G G' to avoid collisions.
1287
1288 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1289
1290         * shr.el: Load kinsoku if necessary.
1291         (shr-kinsoku-shorten): New internal variable.
1292         (shr-find-fill-point): Make kinsoku shorten text line if
1293         shr-kinsoku-shorten is bound to non-nil.
1294         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1295         shr-indentation too when testing if table is wider than frame width.
1296         (shr-insert-table): Use `string-width' instead of `length' to measure
1297         text width.
1298         (shr-insert-table-ruler): Make sure indentation is done at bol.
1299
1300 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1301
1302         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1303         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1304         undecoded network data.
1305
1306 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1307
1308         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1309         name in the mode line spec so that the mode line menu works
1310         (bug #2431).
1311
1312         * message.el (message-get-reply-headers): If we're fed `to-address',
1313         then always use that.
1314
1315         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1316         aren't so wide as to need to switch off the edit menu.
1317
1318         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1319         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1320
1321         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1322         `M-g'.
1323         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1324         the permanent marks.
1325
1326 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1327
1328         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1329         Splitting according to references/in-reply-to obeys the ignore-groups
1330         variable, while splitting by sender and subject do not.
1331
1332 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1333
1334         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1335         alist, so that we can look for non-Unicode chars.
1336         (article-translate-strings): Allow both character and string maps.
1337
1338 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1339
1340         * shr.el (shr-insert): Don't insert space behind a wide character
1341         categorized as kinsoku-bol, or between characters both categorized as
1342         nospace.
1343
1344 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1345
1346         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1347         headers to gnus-newsgroup-headers.
1348
1349 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1350
1351         * shr.el (shr-tag-img): Don't align images -- since we're not
1352         rescaling, this often leads to ugly displays.
1353
1354 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1355
1356         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1357         duplicates.
1358
1359 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1360
1361         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1362         call.
1363
1364 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1365
1366         * gnus.el: Autoload gnus-html-show-images.
1367
1368         * nnimap.el: Use nnheader-message throughout.
1369
1370         * shr.el (shr-tag-img): Ignore images with no data.
1371
1372 2010-10-15  Julien Danjou  <julien@danjou.info>
1373
1374         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1375         a possibility to disable format=flow encoding when using hard newlines.
1376
1377 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1378
1379         * shr.el (shr-insert): Remove space inserted before or after a
1380         breakable character or at the beginning or the end of a line.
1381         (shr-find-fill-point): Do kinsoku; find the second best point or give
1382         it up if there's no breakable point.
1383
1384 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1385
1386         * nnimap.el (nnimap-open-connection): Message when opening connection
1387         for debugging purposes.
1388
1389         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1390         on every setup buffer call to allow this to change from article to
1391         article.
1392
1393         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1394         buffers where we have a wide table.
1395
1396 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1397
1398         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1399         uses *-request-thread.
1400
1401 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1402
1403         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1404         incantation, which is no longer valid.
1405
1406 2010-10-14  Julien Danjou  <julien@danjou.info>
1407
1408         * shr.el: Fix defcustom type (char -> character).
1409
1410 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1411
1412         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1413         programs.
1414
1415 2010-10-14  Julien Danjou  <julien@danjou.info>
1416
1417         * shr.el (shr-tag-a): Use url-link as widget type.
1418
1419         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1420         `gnus-group-get-icon'.
1421
1422 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1423
1424         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1425         This should make server editing work better.
1426
1427         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1428
1429         * tls.el (tls-program): Remove spurious %s from openssl.
1430
1431         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1432         (nnimap-parse-flags): Fix regexp.
1433
1434         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1435         probably work for CJVK text, too.
1436
1437         * nnimap.el (nnimap-extend-tls-programs): Remove.
1438         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1439
1440         * tls.el (tls-starttls-switches): Remove starttls hack.
1441         (open-tls-stream): Ditto.
1442         (tls-find-starttls-argument): Ditto.
1443
1444 2010-10-13  Julien Danjou  <julien@danjou.info>
1445
1446         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1447         responses.
1448
1449 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1450
1451         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1452
1453         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1454         anything in Emacs.
1455
1456         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1457
1458 2010-10-13  Julien Danjou  <julien@danjou.info>
1459
1460         * shr.el (shr-width): Make shr-width a defcustom with default to
1461         fill-column.
1462         (shr-tag-img): Use shr-width rather than fill-column.
1463
1464 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1465
1466         * dgnushack.el (byte-optimize-apply)
1467         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1468
1469         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1470         position when (X-)Faces exist.
1471         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1472         avatars when called interactively.
1473
1474 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1475
1476         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1477         gnus-article-x-face-too-ugly is bound.
1478
1479 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1480
1481         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1482
1483         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1484         mailbox that doesn't exist.
1485
1486 2010-10-12  Julien Danjou  <julien@danjou.info>
1487
1488         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1489         (shr-get-image-data): Encode URL properly when fetching from cache.
1490         (shr-tag-img): Use aligned-to spaces to align correctly images.
1491
1492         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1493         before inserting the Gravatar.
1494
1495         * shr.el (shr-tag-img): Add align attribute support for <img>.
1496
1497 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1498
1499         * gnus-gravatar.el (gnus-art): Require.
1500
1501         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1502         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1503         Remove long obsoleted functions.
1504
1505 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1506
1507         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1508
1509         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1510
1511         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1512         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1513         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1514         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1515         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1516         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1517         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1518
1519 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1520
1521         * nnimap.el (nnimap-request-rename-group): Select group read-only
1522         before renaming it.
1523
1524         * shr.el (shr-insert): Fix up the white space only regexp.
1525
1526         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1527         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1528
1529         * shr.el (shr-current-column): New function.
1530         (shr-find-fill-point): New function.
1531
1532 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1533
1534         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1535         numbers.
1536
1537 2010-10-11  Julien Danjou  <julien@danjou.info>
1538
1539         * shr.el (shr-hr-line): Add.
1540         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1541         display hr lines.
1542         (shr-max-columns): Do not change state to nil if we just inserting
1543         spaces.
1544
1545 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1546
1547         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1548         select the last group.
1549
1550 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1551
1552         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1553
1554 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1555
1556         * dig.el (dig-mode-map): Declare and define in one step.
1557
1558 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1559
1560         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1561         for Gnus.
1562         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1563         (nnimap-update-qresync-info): Mark \Seen articles as read.
1564
1565         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1566         non-variable, too.
1567
1568         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1569         available.
1570         (nnimap-update-info): Rely more on the current active than the param
1571         active to avoid marking articles as read too much.
1572
1573         * auth-source.el (auth-source-create): Use (user-login-name) for the
1574         user name default.
1575
1576         * nnimap.el (nnimap-update-info): If the server doesn't return any
1577         useful info, just use the previous info.
1578         (nnimap-update-info): Prefer old info over start-article.
1579         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1580
1581 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1582
1583         * nnir.el (autoload): Clean up autoloads.
1584         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1585         Use key rather than value.
1586         (nnir-imap-search-other): New variable.
1587         (nnir-read-parm): Use it.
1588         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1589         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1590
1591 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1592
1593         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1594         the process, too.
1595
1596 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1597
1598         * spam.el (gnus-summary-mode-map): Bind to "$".
1599         Suggested by Russ Allbery.
1600
1601         * shr.el: Rework the way things are indented by <li> slightly.
1602
1603         * gnus.el (gnus-group-set-parameter): Fix typo.
1604
1605         * nnimap.el: Start implementing QRESYNC support.
1606
1607 2010-10-09  Julien Danjou  <julien@danjou.info>
1608
1609         * nnir.el (nnir-engines): Fix too many arguments.
1610
1611 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1612
1613         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1614         group is the "last", so that the backends like nnfolder actually save
1615         their folders.
1616
1617         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1618         try to use that for the tls stream.
1619         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1620         UIDVALIDITY and find out which groups are read-only and not.
1621         (nnimap-get-flags): Use the same marks parsing code as the rest of
1622         nnimap.
1623
1624 2010-10-09  Julien Danjou  <julien@danjou.info>
1625
1626         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1627
1628         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1629         retrieving gravatars.
1630
1631         * shr.el (shr-table-corner): Add.
1632         (shr-table-line): Add.
1633         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1634
1635 2010-10-08  Julien Danjou  <julien@danjou.info>
1636
1637         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1638
1639 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1640
1641         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1642
1643         * gnus-sum.el (gnus-mark-article-as-unread)
1644         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1645         (gnus-summary-set-bookmark): Use it.
1646
1647         * gnus-msg.el (gnus-setup-message): Use it.
1648
1649         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1650
1651         * gnus.el (gnus-group-remove-parameter): Use it.
1652
1653         * gnus-group.el (gnus-group-make-web-group): Use it.
1654
1655         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1656
1657         * nnregistry.el: Update docs to mention manual.
1658
1659         * gnus-registry.el: Update docs to mention nnregistry.el.
1660         (gnus-registry-initialize): Don't install nnregistry refer method
1661         automatically.
1662         (gnus-registry-install-nnregistry): Remove it.
1663
1664 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1665
1666         * shr.el (shr-insert): Don't insert double spaces.
1667
1668 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1669
1670         * gnus-gravatar.el (gnus-treat-from-gravatar)
1671         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1672         called interactively.
1673
1674         * gnus-art.el (gnus-mime-view-part-externally)
1675         (gnus-mime-view-part-internally): Make predicate function passed to
1676         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1677         of a mime type.
1678
1679         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1680
1681 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1682
1683         * shr.el (require): Require cl when compiling.
1684         (shr-tag-hr): New function.
1685
1686         * nnimap.el (nnimap-update-info): Remove double setting of high.
1687         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1688         This makes nnimap work properly on Courier again.
1689
1690         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1691         the variable for backwards compatability.
1692
1693         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1694         the file name before using to avoid setting mm-default-directory to
1695         nil.
1696
1697         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1698         bidning gnus-agent variables.
1699
1700         * shr.el (shr-render-td): Use a cache for the table rendering function
1701         to avoid getting an exponential rendering behaviour in nested tables.
1702         (shr-insert): Rework the line-breaking algorithm.
1703         (shr-insert): Don't leave trailing spaces.
1704         (shr-insert-table): Also insert empty TDs.
1705         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1706
1707 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1708
1709         * gnus-sum.el (gnus-number): Rename from `number'.
1710         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1711         (gnus-summary-limit-children): Update uses correspondingly.
1712
1713 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1714
1715         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1716         (gnus-gravatar-transform-address): Don't show avatars of people of
1717         which mail addresses match gnus-gravatar-too-ugly.
1718
1719 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1720
1721         * shr.el (shr-table-widths): Expand TD elements to fill available
1722         space.
1723
1724 2010-10-07  Julien Danjou  <julien@danjou.info>
1725
1726         * nnimap.el (nnimap-request-rename-group): Add this method.
1727
1728 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1729
1730         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1731         name from XEmacs' function-arglist.
1732
1733         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1734         gravatar under XEmacs.
1735
1736 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1737
1738         * auth-source.el: Update docs with TODO items.
1739
1740         * gnus-sync.el: Update docs to explain state and plans.
1741
1742         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1743         Hooks for mark updates.
1744         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1745
1746         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1747         hooks with arguments, which is needed for mark update hooks.
1748
1749 2010-10-06  Julien Danjou  <julien@danjou.info>
1750
1751         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1752         was matched.
1753
1754         * sieve-manage.el: Update example in `Commentary'.
1755
1756         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1757
1758         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1759         not 2000.
1760         (sieve-manage-authenticate): Re-add function.
1761
1762 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1763
1764         * shr.el (shr-insert): Get 'space transition right.
1765         (shr-render-td): Only delete space at the end of the TD.
1766
1767         * nnimap.el (nnimap-open-connection): Prepare to support
1768         open-gnutls-stream.
1769
1770         * shr.el: Rearrange function order to be more logical.
1771
1772 2010-10-06  Julien Danjou  <julien@danjou.info>
1773
1774         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1775         (nnrss-discover-feed): Remove 404 URL in docstring.
1776
1777         * nnir.el: Fix Swish-E URL.
1778         Fix Namazu URL.
1779
1780         * message.el (message-change-subject): Remove 404 URL in a comment.
1781
1782 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1783
1784         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1785         called interactively.
1786
1787         * gnus-util.el (gnus-remove-if): Allow hash table.
1788         (gnus-remove-if-not): New function.
1789
1790         * gnus-art.el (gnus-mime-view-part-as-type)
1791         * gnus-score.el (gnus-summary-score-effect)
1792         * gnus-sum.el (gnus-read-move-group-name):
1793         Replace remove-if-not with gnus-remove-if-not.
1794
1795         * gnus-group.el (gnus-group-completing-read):
1796         Regard collection as a hash table if it is not a list.
1797
1798 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1799
1800         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1801
1802         * shr.el: Document the table-rendering algorithm.
1803
1804 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1805
1806         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1807         for Emacsen having no `libxml-parse-html-region' support.
1808
1809 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1810
1811         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1812         invalid URLs.
1813
1814         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1815         line-broken.
1816         (shr-tag-img): Ignore image fetching errors.
1817         (shr-overlays-in-region): Compute overlay positions correctly.
1818
1819         * mm-decode.el (mm-shr): Require shr.
1820
1821         * gnus-art.el (gnus-blocked-images): Move variable here.
1822
1823         * shr.el (shr-insert-table): Bind free variable.
1824
1825         * mm-decode.el (mm-shr): Bind shr-content-function.
1826
1827         * shr.el (shr-content-function): New variable.
1828
1829         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1830         added for symmetry.
1831
1832         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1833
1834         * gnus-group.el (gnus-group-make-group): Doc fix.
1835
1836         * nnimap.el (nnimap-request-newgroups): Return success.
1837
1838         * shr.el (shr-find-elements): New function.
1839         (shr-tag-table): Put all the images after the table.
1840         (shr-tag-table): Really inhibit images inside the table.
1841         (shr-collect-overlays): Copy over overlays from the TD elements to the
1842         main document.
1843
1844         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1845         gnus-blocked-images.
1846
1847 2010-10-05  Julien Danjou  <julien@danjou.info>
1848
1849         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1850
1851         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1852         (gnus-html-maximum-image-size): Add this function.
1853         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1854
1855         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1856         server-value of the capability is nil.
1857
1858 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1859
1860         * shr.el (shr-tag-em): Add <EM> tag.
1861
1862 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1863
1864         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1865         customizable.
1866
1867         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1868         handing broken links to browse-url.
1869
1870 2010-10-05  Julien Danjou  <julien@danjou.info>
1871
1872         * gnus-util.el (gnus-emacs-completing-read)
1873         (gnus-iswitchb-completing-read): Use autoload rather than require.
1874
1875 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1876
1877         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1878         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1879         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1880         iswitchb-temp-buflist for XEmacs.
1881
1882         * gnus-util.el (gnus-completing-read-function): Exclude
1883         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1884         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1885         XEmacs.
1886
1887         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1888         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1889
1890         * gnus-html.el: Don't require help-fns under XEmacs.
1891         (gnus-html-schedule-image-fetching): Work for XEmacs.
1892
1893         * mm-decode.el (mm-shr): Decode contents by charset.
1894
1895 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1896
1897         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1898         unknown.
1899
1900         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1901         (shr-get-image-data): Ensure against the cache file missing.
1902
1903         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1904         for data.
1905
1906         * spam-report.el (spam-report-url-ping-plain): Don't query about
1907         killing the process.
1908
1909         * shr.el (shr-render-td): Protect against too-wide text.
1910
1911 2010-10-04  Julien Danjou  <julien@danjou.info>
1912
1913         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1914         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1915
1916         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1917         retrieved.
1918
1919 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1920
1921         * shr.el (browse-url): Require.
1922         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1923         lines.
1924         (shr-show-alt-text, shr-browse-image): New commands.
1925         (shr-browse-url, shr-copy-url): New commands.
1926
1927         * gnus-sum.el (gnus-widen-article-window): New variable.
1928         (gnus-summary-select-article-buffer): Use it.
1929
1930         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1931         without @ signs.
1932
1933 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1934
1935         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1936
1937 2010-10-04  Julien Danjou  <julien@danjou.info>
1938
1939         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1940         for XEmacs.
1941
1942 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1943
1944         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1945
1946         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1947         (nnimap-close-server): Implement.
1948
1949         * dgnushack.el (iswitchb): Require to shut up the compiler.
1950
1951         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1952         (shr-insert): Tweak line breaking.
1953         (shr-insert): Handle <pre> better.
1954         (shr-tag-li): Get <li> indentation right.
1955         (shr-tag-li): Get <li> indentation even righter.
1956         (shr-tag-blockquote): Ensure paragraph start.
1957         (shr-make-table): Tweak table generation.
1958         (shr-make-table): Fix typo.
1959
1960         * shr.el: Implement table rendering.
1961
1962 2010-10-04  Julien Danjou  <julien@danjou.info>
1963
1964         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1965
1966 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1967
1968         * shr.el (shr-insert): Use string anchors instead of line anchors.
1969
1970 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1971
1972         * shr.el: Add headings.
1973         (shr-ensure-paragraph): Actually work.
1974         (shr-tag-li): Make <ul> prettier.
1975         (shr-insert): Get white space at the beginning/end of elements right.
1976         (shr-tag-p): Collapse subsequent <p>s.
1977         (shr-ensure-paragraph): Don't insert double line feeds after blank
1978         lines.
1979         (shr-insert): \t is also space.
1980         (shr-tag-s): Fix "s" tag name function.
1981         (shr-tag-s): Fix face prop name.
1982
1983 2010-10-03  Julien Danjou  <julien@danjou.info>
1984
1985         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1986
1987         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1988         gnus-window-inside-pixel-edges.
1989
1990         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1991         gnus-ems.
1992
1993         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1994
1995         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1996         function.
1997
1998         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1999         resize choice.
2000
2001 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2002
2003         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2004         beginning of the buffer.
2005
2006         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2007         article buffer again.
2008
2009         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2010
2011         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2012         when it's at the start of the buffer.
2013
2014         * shr.el (shr-tag-blockquote): Convert name.
2015         (shr-rescale-image): Use the right image-size variant.
2016
2017         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2018         buffer isn't shown, then select the current article first instead of
2019         bugging out.
2020         (gnus-summary-select-article-buffer): Show both the article and summary
2021         buffers again.
2022
2023         * shr.el (shr-fontize-cont): Protect against regions with no text.
2024         Rename tag functions to shr-tag-* for enhanced security.
2025         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2026
2027 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2028
2029         * shr.el (shr-insert):
2030         * pop3.el (pop3-movemail):
2031         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2032         loaded.
2033
2034 2010-10-03  Glenn Morris  <rgm@gnu.org>
2035
2036         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2037
2038         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2039
2040         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2041
2042         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2043
2044         * gnus-util.el (gnus-make-local-hook): Simplify.
2045
2046 2010-10-02  Julien Danjou  <julien@danjou.info>
2047
2048         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2049         (gnus-ido-completing-read): New function.
2050         (gnus-emacs-completing-read): New function.
2051         (gnus-completing-read): Use gnus-completing-read-function.
2052         Add gnus-completing-read-function.
2053
2054 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2055
2056         * shr.el (shr-insert-document): Autoload.
2057         (shr-img): Be silent.
2058         (shr-insert): Add a newline after every picture before text.
2059         (shr-add-font): Use overlays for combining faces.
2060         (shr-insert): Pass upwards the text start point.
2061
2062         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2063         possible.
2064         (mm-shr): New function.
2065
2066 2010-10-02  Julien Danjou  <julien@danjou.info>
2067
2068         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2069         should go backward.
2070
2071 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2072
2073         * shr.el (shr): Fix typo in provide call.
2074
2075 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2076
2077         * shr.el: New file.
2078
2079         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2080
2081         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2082         completing read.
2083
2084 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2085
2086         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2087         we're being queried about.  Suggested by Dan Jacobson.
2088
2089         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2090         Suggested by Jason Eisner.
2091
2092         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2093         table, too.  Suggested by Stefan Wiens.
2094         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2095         the table unnecessary.  Suggested by Stefan Wiens.
2096
2097         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2098         longer needed, and probably doesn't work either, as pointed out by
2099         Stefan Wiens.
2100         (gnus-summary-exit): Remove call to the clearing function.
2101         (gnus-summary-exit-no-update): Ditto.
2102
2103         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2104         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2105         Reported by Stefan Monnier.
2106         (gnus-summary-save-in-rmail): Ditto.
2107
2108         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2109         article buffer, instead of both the article buffer and the summary
2110         buffer.  Sort of suggested by Dan Jacobson.
2111
2112         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2113
2114         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2115         Suggested by Dan Jacobson.
2116
2117         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2118         documentation clearer.
2119
2120         * message.el (message-shorten-references): Comment on the number "21".
2121         Suggested by Stefan Monnier.
2122
2123         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2124         Suggested by Dan Jacobson.
2125
2126         * gnus.el (gnus-large-newsgroup):
2127         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2128
2129         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2130         externalize attachments.  Bug reported by Steve Wen.
2131
2132         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2133         really message anything to the user.
2134
2135         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2136         directly.
2137
2138         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2139         messages in empty groups.
2140
2141 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2142
2143         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2144         non-UIDNEXT group.
2145
2146 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2147
2148         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2149         not the value from the collection.
2150
2151         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2152         values.  This sometimes happens on some groups that have no info.
2153         (nnimap-request-newgroups): New function.
2154
2155 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2156
2157         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2158         check into `gnus-registry-initialize'.
2159         (gnus-registry-initialize): Ditto.
2160         Fix and extend header docs.
2161
2162 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2163
2164         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2165         regexp backtrace overflows.
2166
2167         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2168         for starttls that tls.el implements; i.e. openssl.
2169
2170         * tls.el (tls-starttls-switches): Give up on using starttls with
2171         gnutls-cli.
2172         (tls-program): Add --insecure to be consistent with the defaults from
2173         openssl s_client.  Now all three commands are insecure.
2174
2175 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2176
2177         * lpath.el: Bind completion-styles-alist for XEmacs.
2178
2179         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2180         (gravatar-create-image): New function that's an alias to
2181         gnus-xmas-create-image, gnus-create-image, or create-image.
2182         (gravatar-data->image): Use it.
2183
2184 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2185
2186         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2187         install the nnregistry refer method.
2188         (gnus-registry-install-hooks): Use it.
2189         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2190         unfollowed groups.
2191
2192 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2193
2194         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2195         expanding threads.
2196
2197 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2198
2199         * nnir.el: Use the server names without suffixes (bug #7009).
2200
2201         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2202         unencrypted to STARTTLS, if possible.
2203
2204 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2205
2206         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2207         headers before superseding.
2208
2209 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2210
2211         * nnrss.el (nnrss-use-local): Add documentation.
2212
2213         * nnimap.el (nnimap-extend-tls-programs): New function.
2214         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2215         (nnimap-wait-for-connection): Accept the greeting from the stupid
2216         output from openssl s_client -starttls, too.
2217
2218         * tls.el (tls-starttls-switches): New variable.
2219         (tls-find-starttls-argument): Use it.
2220         (open-tls-stream): Ditto.
2221
2222         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2223         (netrc-machine): Ditto.
2224
2225         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2226         article number.
2227         (nnimap-split-fancy): New variable.
2228         (nnimap-split-incoming-mail): Use it.
2229
2230         * nntp.el (nntp-server-list-active-group): Document.
2231
2232         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2233         SELECT to get the message-id.
2234
2235         * mail-source.el (mail-sources): Remove webmail support.
2236         (defvar): Ditto.
2237         (mail-source-fetcher-alist): Ditto.
2238         (mail-source-fetch-webmail): Remove.
2239
2240         * webmail.el: Remove -- doesn't seem relevant any more.
2241
2242         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2243
2244         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2245         the \r.
2246
2247 2010-09-30  Julien Danjou  <julien@danjou.info>
2248
2249         * gnus-agent.el (gnus-agent-add-group): Fix call to
2250         gnus-completing-read.
2251
2252 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2253
2254         * nndoc.el (nndoc-retrieve-groups): New function.
2255
2256         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2257         `default', use nnmail-split-methods.
2258         (nnimap-request-article): Downcase the NILs so that they are nil.
2259
2260         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2261         symbol.
2262
2263         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2264         code, since if the user has requested network, that's what they ought
2265         to get.
2266         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2267         (nnimap-split-rule): Mark as obsolete.
2268
2269         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2270         New variable.
2271
2272         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2273         correct slot, too.
2274
2275 2010-09-29  Julien Danjou  <julien@danjou.info>
2276
2277         * gnus.el (gnus-local-domain): Declare variable obsolete.
2278
2279         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2280         Fix history computing.
2281         (gnus-ido-completing-read): Require ido.
2282
2283 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2284
2285         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2286         build Gnus.
2287
2288         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2289         when interpreting the structures.
2290         (nnimap-request-accept-article): Add \r\n to the lines to make this
2291         work with Cyrus.
2292
2293         * nndraft.el (nndraft-request-expire-articles): Use the group name
2294         instead if "nndraft".  Fix found by Nils Ackermann.
2295
2296 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2297
2298         * nnregistry.el: Add.
2299
2300 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2301
2302         * nnmail.el (group, group-art-list, group-art):
2303         Remove unneeded directives.
2304
2305 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2306
2307         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2308         (mm-mime-charset)
2309         * rfc2047.el (rfc2047-syntax-table)
2310         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2311
2312         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2313         rather than `insert-file-contents' and `eval-region'.
2314
2315         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2316         construction.
2317
2318         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2319
2320         * time-date.el: No need to require cl for Emacs 21.
2321
2322 2010-09-29  Julien Danjou  <julien@danjou.info>
2323
2324         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2325         replacement of `gnus-gravatar-relief' to mimic
2326         `gnus-faces-properties-alist'.
2327         Add :version property.
2328
2329 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2330
2331         * mail-source.el (mail-source-report-new-mail)
2332         * message.el (message-default-mail-headers)
2333         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2334
2335         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2336
2337 2010-09-28  Julien Danjou  <julien@danjou.info>
2338
2339         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2340         mail-address contains the same string as real-name.
2341
2342         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2343         non-blank in header, otherwise it'll get stripped.
2344
2345         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2346         real-name, and then for mail address rather than doing : or , search.
2347
2348 2010-09-27  Julien Danjou  <julien@danjou.info>
2349
2350         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2351         right completing-read function.
2352         (gnus-use-ido): New variable
2353         (gnus-completing-read-with-default): Remove.
2354         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2355         (gnus-agent-add-group):
2356         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2357         * mm-view.el (mm-view-pkcs7-decrypt):
2358         * mm-util.el (mm-codepage-setup):
2359         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2360         * mml-smime.el (mml-smime-openssl-sign-query):
2361         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2362         (mml-insert-multipart):
2363         * gnus-msg.el (gnus-summary-yank-message):
2364         * gnus-int.el (gnus-start-news-server):
2365         * mm-decode.el (mm-interactively-view-part):
2366         * gnus-dired.el (gnus-dired-attach):
2367         * gnus.el (gnus-read-method):
2368         * gnus-bookmark.el (gnus-bookmark-jump):
2369         * gnus-art.el (gnus-mime-view-part-as-type)
2370         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2371         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2372         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2373         * nnmairix.el (nnmairix-create-server-and-default-group)
2374         (nnmairix-update-groups, nnmairix-get-server)
2375         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2376         (nnmairix-get-group-from-file-path):
2377         * nnrss.el (nnrss-find-rss-via-syndic8):
2378         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2379         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2380         (gnus-group-browse-foreign-server):
2381         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2382         (gnus-summary-execute-command, gnus-summary-respool-article)
2383         (gnus-read-move-group-name):
2384         * gnus-score.el (gnus-summary-increase-score)
2385         (gnus-summary-score-effect):
2386         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2387
2388 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2389
2390         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2391         x-focus-frame.
2392
2393         * nnimap.el (auth-source-forget-user-or-password)
2394         (auth-source-user-or-password): Autoload.
2395
2396         * message.el (message-from-style, message-interactive)
2397         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2398         (message-yank-prefix, message-indentation-spaces, message-signature)
2399         (message-signature-file): Add comment.
2400
2401 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2402
2403         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2404         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2405         new articles.
2406
2407         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2408         parts.
2409         (nnimap-request-article): Work with the t setting, too.
2410
2411         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2412         that you don't get flashes of other buffers.
2413         (gnus-summary-show-complete-article): Intern before setting.
2414
2415 2010-09-27  David Engster  <dengste@eml.cc>
2416
2417         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2418         well as HEADERS.
2419         (nnmairix-retrieve-headers): Provide new argument for the above.
2420
2421 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2422
2423         * gnus-sum.el (gnus-summary-move-article): Don't alter
2424         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2425         group.
2426
2427         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2428
2429         * message.el (message-cite-prefix-regexp): Revert my last edit.
2430
2431         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2432         variable instead of the Gnus variable.
2433
2434         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2435
2436         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2437
2438         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2439         since some servers don't like it.
2440         (nnimap-open-connection): Forget credentials if the server says the
2441         password was wrong.
2442         (nnimap-parse-line): Protect against invalid data.
2443
2444         * gnus-sum.el (gnus-summary-move-article): Add comment.
2445         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2446         nothing alters it while scanning for new messages.
2447
2448         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2449         which may or may not help.
2450         (nnimap-open-connection): If we're doing a stream connection, and then
2451         discover we're on a STARTTLS-capable server, then open a STARTTLS
2452         connection instead.
2453
2454 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2455
2456         * nnimap.el (utf7): Require.
2457
2458         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2459         prefix.
2460
2461 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2462
2463         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2464
2465 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2466
2467         * nnimap.el (nnimap-request-accept-article): Message the error on
2468         error.
2469
2470 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2471
2472         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2473
2474 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2475
2476         * nndoc.el (nndoc-request-list): Return success always.
2477
2478         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2479         `fetch-old' -- we only want to fetch the articles we've requested.
2480         The rest are in the agent, probably.
2481         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2482         disappeared server" to something low.  It's not important.
2483
2484         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2485         arrived before the FETCH data.
2486
2487         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2488         target here, because we don't know the Gnus name of the group.
2489
2490         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2491         for the correct group.
2492
2493         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2494
2495         * gnus.el (gnus): Give a final warning after startup.
2496
2497         * gnus-util.el (gnus-action-message-log): New variable.
2498         (gnus-message): Use it.
2499         (gnus-final-warning): New function.
2500
2501         * nnimap.el (nnimap-open-connection): Record the greeting.
2502         (nnimap): Add greeting.
2503
2504 2010-09-26  Julien Danjou  <julien@danjou.info>
2505
2506         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2507         arguments.
2508         (gnus-html-wash-images): Fix spec computing to include start/end.
2509
2510         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2511
2512 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2513
2514         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2515         deletion.
2516         (nnimap-retrieve-headers): Don't select the group, because that's
2517         already done by nnimap-possibly-change-group.
2518
2519         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2520         (gnus-picon-transform-address): Use it.
2521
2522         * mail-source.el (mail-source-value): Revert previous patch.
2523
2524         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2525         on failure.
2526         (nnimap-open-connection): Look up both virtual and physical server name
2527         credentials.
2528
2529         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2530
2531 2009-02-07  Dave Love  <fx@gnu.org>
2532
2533         * tls.el (open-tls-stream): Don't query killing process.
2534
2535 2009-02-08  Dave Love  <fx@gnu.org>
2536
2537         * gnus-win.el (gnus-window-to-buffer-helper)
2538         (gnus-all-windows-visible-p): Function needn't be a symbol.
2539
2540         * mail-source.el (mail-source-value): Function needn't be a symbol.
2541
2542 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2543
2544         * message.el (message-cite-prefix-regexp): Remove } from the cite
2545         prefix.
2546
2547         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2548         highlight again, so that the highlight is correct.
2549
2550         * gnus-picon.el (gnus-picon): Remove again.
2551         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2552
2553         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2554         doing the header highlightling, so that the background colour of the
2555         picon is correct.
2556
2557         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2558         (gnus-picon): Ditto.
2559         (gnus-picon): Reinstate.  The background colour for picons is white.
2560         (gnus-picon-insert-glyph): Make the background white.
2561
2562         * nnml.el (nnml-open-nov): Don't return dead buffers.
2563
2564         * auth-source.el (auth-source-create): Query the user for whether to
2565         store the credentials.
2566
2567         * netrc.el (netrc-store-data): New function.
2568
2569         * auth-source.el (auth-source-user-or-password): Use the existing auth
2570         sources, if any, for creation.
2571
2572         * gnus.el (gnus-group-fast-parameter): Return the last matching
2573         parameter instead of the first matching parameter.
2574
2575 2010-09-26  Julien Danjou  <julien@danjou.info>
2576
2577         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2578
2579 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2580
2581         * mml2015.el (mml2015-use): Remove gpg support.
2582
2583         * mml1991.el (mml1991-function-alist): Remove gpg function.
2584         (mml1991-gpg-sign): Remove.
2585
2586 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2587
2588         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2589         (gnus-browse-unsubscribe-current-group): Document it.
2590         (gnus-browse-unsubscribe-group): Use it.
2591
2592 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2593
2594         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2595         address to the To list for easier response.
2596
2597         * gnus.el (gnus-play-startup-jingle): Remove.
2598         (gnus-splash): Don't play jingle.
2599         (gnus): Silence gnus-load message.
2600
2601         * gnus-art.el (gnus-treat-play-sounds): Remove.
2602
2603         * gnus.el (gnus-play-jingle): Remove audio support.
2604
2605         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2606
2607         * earcon.el: Remove -- no users.
2608
2609         * gnus-audio.el: Remove -- no users of this package.
2610
2611         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2612
2613         * gnus-start.el (gnus-setup-news): Remove nocem support.
2614
2615         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2616
2617         * gnus.el (gnus-use-nocem): Remove.
2618
2619         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2620         Remove.
2621
2622         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2623         uses NoCeM any more.
2624
2625         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2626         (gnus-button-ctan-handler): Ditto.
2627         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2628         (gnus-button-ctan-directory-regexp): Ditto.
2629         (gnus-button-handle-ctan): Ditto.
2630         (gnus-button-tex-level): Ditto.
2631         (gnus-button-alist): Remove CTAN stuff.
2632
2633 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2634
2635         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2636         nnimap-streaming test.
2637
2638         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2639         servers twice.
2640
2641         * nnimap.el (nnimap-open-connection): Add more error reporting when
2642         nnimap fails early.
2643
2644         * nnheader.el (nnheader-get-report-string): New function.
2645         (nnheader-get-report): Use it.
2646
2647         * gnus-int.el (gnus-check-server): Say what the error was when opening
2648         failed.
2649
2650         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2651         using streaming.
2652
2653 2010-09-25  Julien Danjou  <julien@danjou.info>
2654
2655         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2656         gnus-window-inside-pixel-edges.
2657
2658 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2659
2660         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2661
2662         * mm-decode.el (mm-save-part): Allow saving to other directories the
2663         normal Emacs way.
2664
2665         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2666         Suggested by Jay Berkenbilt.
2667
2668         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2669         there isn't a single byte.
2670
2671         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2672         just do it.  It doesn't really seem to matter what the user responds
2673         here, I think, so it's just a confusing question.
2674
2675         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2676         non-streaming case.
2677
2678         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2679         (gnus-article-encrypt-body): Use it.
2680
2681         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2682         keystroke.
2683
2684         * nnimap.el (nnimap-find-wanted-parts-1):
2685         Use gnus-fetch-partial-articles.
2686
2687         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2688
2689         * nnimap.el (nnimap-insert-partial-structure): New function.
2690         (nnimap-get-partial-article): New function.
2691         (nnimap-request-article): Use it.
2692         (nnimap-wait-for-response): Return whether the wait was successful.
2693         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2694         retrieval wasn't successful.
2695         (nnimap-retrieve-group-data-early): Allow throttling servers.
2696         (nnimap-streaming): New variable.
2697         (nnimap-fetch-partial-articles): Remove.
2698
2699         * mm-decode.el (mm-with-part): Protect against killed buffers.
2700
2701         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2702         for prettier summary display.
2703
2704 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2705
2706         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2707
2708 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2709
2710         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2711         apparently third-party libraries depend on it.
2712
2713         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2714         before starting negotiation.
2715
2716         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2717         privacy reasons.
2718         (gnus-treat-mail-gravatar): Ditto.
2719
2720         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2721         buffer when inserting images.  Inserting text into the headers, for
2722         instance, can make them invalid.
2723
2724 2010-09-25  Julien Danjou  <julien@danjou.info>
2725
2726         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2727         variables.
2728
2729         * nnheader.el: Remove useless variables news-reply-yank-from and
2730         news-reply-yank-message-id.
2731
2732         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2733         variables.
2734
2735         * mml1991.el: Remove useless mml1991-verbose.
2736
2737         * gnus.el: Remove useless variable gnus-use-generic-from.
2738         Remove obsolete variable gnus-topic-indentation.
2739
2740         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2741
2742         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2743
2744         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2745
2746         * gnus-group.el: Remove useless gnus-group-icon-cache.
2747         Remove useless gnus-ephemeral-group-server.
2748
2749         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2750
2751         * mml2015.el: Remove useless mml2015-verbose.
2752
2753         * mml-smime.el: Remove useless mml-smime-verbose.
2754
2755         * gnus.el: Remove useless gnus-local-domain.
2756
2757         * gnus-gravatar.el (gnus-gravatar-transform-address):
2758         Use gnus-gravatar-size.
2759
2760         * gnus-art.el: Remove useless gnus-treat-translate.
2761
2762 2010-09-24  Julien Danjou  <julien@danjou.info>
2763
2764         * gnus-sum.el: Add support for Gravatars.
2765
2766         * gnus-art.el: Add support for Gravatars.
2767
2768         * gnus-gravatar.el: Add this file.
2769
2770         * gravatar.el: Add this file.
2771
2772 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2773
2774         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2775
2776         * gnus-group.el (gnus-group-fetch-faq): Remove.
2777
2778         * gnus.el (gnus-group-faq-directory): Remove.
2779
2780         * gnus-group.el (gnus-group-fetch-charter): Remove.
2781
2782         * gnus.el (gnus-group-charter-alist): Remove.
2783
2784         * gnus-group.el (gnus-group-archive-directory): Remove.
2785         (gnus-group-recent-archive-directory): Ditto.
2786         (gnus-group-make-archive-group): Remove.
2787
2788         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2789
2790         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2791         use the same article number for all the cached articles.
2792
2793         * nnimap.el (nnimap-command): Register the last command time so
2794         that we can use it for idling NOOPs.
2795         (nnimap-open-connection): Start the keeplive timer.
2796         (nnimap-make-process-buffer): Store all the process buffers.
2797         (nnimap-keepalive): New function.
2798
2799         * starttls.el (starttls-open-stream): Add autoload cookie.
2800
2801 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2802
2803         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2804         handling.
2805
2806 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2807
2808         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2809         its data structures.
2810
2811         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2812         instead of the cl.el copy-list.
2813         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2814         equalp.
2815
2816 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2817
2818         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2819         and tool-bar-local-item-from-menu.
2820
2821         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2822         mode-line-highlight face for Emacs.
2823
2824         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2825         loading gnus-sum.elc; fix comment for canlock-verify.
2826         (gnus-article-jump-to-part): Use read-number.
2827         (gnus-insert-mime-button, gnus-insert-mime-security-button):
2828         Remove Emacs pre-21 compatible code for help-echo.
2829         (gnus-article-next-page-1): No need to adjust the number of lines.
2830         (gnus-article-describe-bindings): Always use help-buffer.
2831
2832         * gnus-audio.el (gnus-audio-inline-sound)
2833         * gnus-cus.el (gnus-custom-mode)
2834         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2835
2836         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2837
2838         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2839         compatible code.
2840
2841 2010-09-24  Glenn Morris  <rgm@gnu.org>
2842
2843         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2844         visiting the fcc file in rmail-mode.
2845
2846         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2847
2848 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2849
2850         * nnir.el: Silence the byte compiler.
2851
2852         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2853         alias to browse-url-url-encode-chars if any.
2854         (gnus-html-encode-url): Use it.
2855
2856 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2857
2858         * gnus-start.el (gnus-use-backend-marks): New variable.
2859         (gnus-get-unread-articles-in-group): Use it.
2860
2861         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2862         makeover.
2863
2864 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2865
2866         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2867
2868 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2869
2870         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2871         Remove.
2872         (gnus-setup-news-hook):
2873         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
2874
2875         * gnus-int.el (gnus-request-update-info): Protect against backends not
2876         having the function.
2877
2878         * nnimap.el (nnimap-stream): Mention starttls.
2879         (nnimap-open-connection): Add starttls support.
2880
2881 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2882
2883         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2884
2885 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2886
2887         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2888         BODYSTRUCTUREs.
2889         (nnimap-transform-headers): Unfold quoted {42} headers.
2890
2891         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2892         the info.
2893         (gnus-get-unread-articles): Only call updatep on backends that support
2894         it.
2895
2896         * nnweb.el (nnweb-request-update-info): NOOP.
2897
2898         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
2899
2900         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
2901         since it only deals with marks.
2902
2903         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
2904         gnus-request-marks, and make a new gnus-request-update-info.
2905
2906         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2907         the active instead of the high number, which is usually too low.
2908
2909 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2910
2911         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2912         * encrypt.el: Remove.
2913
2914 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2915
2916         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2917         server in symbolic form.
2918
2919         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
2920
2921 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2922
2923         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2924         (nnimap-update-info): Fix up code slightly.
2925
2926         * gnus-int.el (gnus-open-server): Add tracing for performance
2927         debugging.
2928
2929         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2930         (gnus-group-insert-group-line): Pass the real group name so that it
2931         gets the right data.
2932
2933         * gnus-start.el (gnus-get-unread-articles): Don't have
2934         `gnus-get-unread-articles-in-group' update info, since that can be
2935         really slow and doesn't seem to be needed?
2936
2937 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2938
2939         * time-date.el (date-to-time): Try using parse-time-string first before
2940         using the slower timezone-make-date-arpa-standard.
2941
2942 2010-09-22  Julien Danjou  <julien@danjou.info>
2943
2944         * gnus-group.el (gnus-group-insert-group-line):
2945         Call gnus-group-highlight-line.
2946         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2947         default hook list.
2948         (gnus-group-update-eval-form): Add new function.
2949         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2950         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2951
2952 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2953
2954         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2955         immediate, then expire all articles.
2956         (nnimap-update-info): Fix off-by-one errors.
2957         (nnimap-flags-to-marks): Would return no marks lists for group with no
2958         flags.  Instead return the other data.
2959
2960 2010-09-22  Julien Danjou  <julien@danjou.info>
2961
2962         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
2963         Only return an icon.
2964         (gnus-group-insert-group-line): Compute icon to return.
2965
2966         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
2967         (gnus-html-image-fetched): Only cache if
2968         gnus-html-image-automatic-caching is set.
2969         (gnus-html-image-fetched): Check for errors.
2970
2971 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2972
2973         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2974         once per method on `g'.  This ensures that backends like nnfolder don't
2975         open all their folders.
2976
2977         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2978         (nnimap-request-list): Nix out group in the correct buffer.
2979         (nnimap-parse-flags): Implement by using `read' instead of
2980         hand-parsing.
2981         (nnimap-flags-to-marks): Pass on permanent-flags.
2982         (nnimap-make-process-buffer): Record the server name.
2983         (nnimap-parse-flags): Fix typo.
2984         (nnimap-request-scan): Run split on the server in general, not just a
2985         single group.
2986
2987         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2988         parameter, and propagate this downwards.
2989
2990         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2991         since EXAMINE changes it on the server.
2992
2993         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2994         this command might take a while.
2995
2996 2010-09-22  Julien Danjou  <julien@danjou.info>
2997
2998         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
2999         harmful if you have 2 images side-by-side, they can't be properly
3000         update on text deletion.  Using text-property is safer here.
3001         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3002         data.
3003
3004 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3005
3006         * nnimap.el (nnimap-expunge-inbox): Remove.
3007         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3008         (nnimap-expunge): Flip default to t.
3009
3010         * gnus.el (gnus-method-to-server): Don't push things to the cache
3011         unless it's unique.
3012         (gnus-server-to-method): Ditto.
3013
3014 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3015
3016         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3017
3018 2010-09-22  Julien Danjou  <julien@danjou.info>
3019
3020         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3021         get the start of data.
3022         (gnus-html-encode-url): Add this function to encode special chars in
3023         URL.
3024         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3025         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3026
3027         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3028         default.
3029         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3030
3031         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3032         images alt-text.
3033         (gnus-html-put-image): Put alt-text as help-echo.
3034
3035 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3036
3037         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3038         * mm-util.el (mm-decompress-buffer)
3039         * nnir.el (nnir-run-find-grep)
3040         * pop3.el (pop3-list): Use 3rd arg of split-string.
3041
3042         * time-date.el (format-seconds): Comment fix.
3043
3044         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
3045         and byte-optimize-form-code-walker.
3046         (dgnushack-make-auto-load): Don't advise make-autoload.
3047
3048         * lpath.el: Remove Emacs 21 stuff.
3049
3050 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3051
3052         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3053         outside the active range.  Suggested by Dan Christensen.
3054
3055         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3056         slightly later to avoid double-getting it.
3057
3058         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3059         previous patch.
3060
3061         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3062
3063 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3064
3065         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3066
3067 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3068
3069         * gnus-int.el (gnus-open-server): Give a better error message in the
3070         "go offline" case.
3071
3072         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3073         marks for nnimap, which is seldom the right thing to do.
3074
3075         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3076         (gnus-same-method-different-name): New function.
3077
3078         * nnimap.el (parse-time): Require.
3079
3080         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3081         method in the presence of many similar methods.
3082
3083         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3084
3085         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3086         nnml-inhibit-expiry.
3087
3088         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3089         find out whether methods are equal.
3090
3091         * nnimap.el (nnimap-find-expired-articles): New function.
3092         (nnimap-process-expiry-targets): New function.
3093         (nnimap-request-move-article): Request the article before looking at
3094         what the Message-ID is.  Fix found by Andrew Cohen.
3095         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3096
3097         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3098         for oldness in addition to being a predicate.
3099
3100         * nnimap.el (nnimap-request-group): When we have zero articles, return
3101         the right data to Gnus.
3102         (nnimap-request-expire-articles): Only delete articles immediately if
3103         the target is 'delete.
3104
3105         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3106         method, this would bug out.
3107
3108         * gnus-group.el (gnus-group-expunge-group): Rename from
3109         gnus-group-nnimap-expunge, and implemented as a normal interface
3110         function.
3111
3112         * gnus-int.el (gnus-request-expunge-group): New function.
3113
3114         * nnimap.el (nnimap-request-create-group): Implement.
3115         (nnimap-request-expunge-group): New function.
3116
3117 2010-09-21  Julien Danjou  <julien@danjou.info>
3118
3119         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3120         (gnus-html-cache-expired): Add new function.
3121         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3122         wethever we should display image for fetch it.
3123         Compute alt-text earlier to pass it to the fetching function too.
3124         (gnus-html-schedule-image-fetching): Change function argument to only
3125         get one image at a time, not a list.
3126         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3127         cache.
3128         (gnus-html-get-image-data): New function to retrieve image data from
3129         cache.
3130         (gnus-html-put-image): Change buffer argument to use image data rather
3131         than file, and place image above region rather than inserting a new
3132         one.  Do not take alt-text as argument, since it's useless now: we place
3133         the image above alt-text.
3134         (gnus-html-prune-cache): Remove.
3135         (gnus-html-show-images): Start to fetch image when we find one, do not
3136         push into a temporary list.
3137         (gnus-html-prefetch-images): Only fetch image if they have expired.
3138         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3139         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3140
3141 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3142
3143         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3144
3145 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3146
3147         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3148         spec inser "*" if the group isn't active instead of 0.
3149
3150         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3151         opening the server.
3152         (nnimap-request-delete-group): Implement group deletion.
3153         (nnimap-transform-headers): Return the size of the entire message in
3154         the Bytes header, not just the size of the first part.
3155         (nnimap-request-move-article): When moving an article from nnimap,
3156         request the article first so the accepting form has an article to
3157         accept.  Reported by Dan Christensen.
3158         (nnimap-command): Make sure that the error message doesn't error out.
3159
3160 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3161
3162         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3163         we haven't requested anything.
3164
3165 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3166
3167         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3168         "".  Fix found by Andrew Cohen.
3169
3170         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3171         instead of -encode-string.
3172
3173 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3174
3175         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3176
3177         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3178         by mm-subst-char-in-string.
3179
3180 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3181
3182         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3183         waiting for the connection string.
3184
3185         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3186         arriving.
3187
3188         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3189         bogus characters.  This allows selecting certain Gmail groups.
3190
3191         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3192         (nnimap-fetch-partial-articles): New variable.
3193         (nnimap-open-connection): When looking for credentials, also use the
3194         nnimap-server-port.
3195         (nnimap-request-article): Return the group/article number, so that Gnus
3196         `^' works as expected.
3197         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3198
3199         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3200         comments.
3201         (gnus-methods-sloppily-equal): New function.
3202         (gnus): When using the development version of Gnus, load the gnus-load
3203         file.
3204
3205         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3206         `gnus-open-server' on each method before trying to scan them etc.
3207         This ensures that all the backend parameters are set correctly.
3208
3209         * nnimap.el (nnimap-authenticator): New variable.
3210         (nnimap-open-connection): Allow anonymous login.
3211         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3212         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3213
3214         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3215         patch, found by Knut Anders Hatlen.
3216
3217 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3218
3219         * gnus-agent.el (gnus-agent-batch-confirmation)
3220         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3221         to gnus-message.
3222         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3223         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3224         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3225         * gnus-int.el (gnus-open-server): Likewise.
3226         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3227         (gnus-score-check-syntax): Likewise.
3228         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3229         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3230         Likewise.
3231         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3232
3233 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3234
3235         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3236         calling conventions so that prefetch doesn't bug out.
3237
3238 2010-09-19  Julien Danjou  <julien@danjou.info>
3239
3240         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3241         rather than `subst-char-in-region' in order to be able to replace ASCII
3242         char by UTF-8 ones.
3243
3244         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3245         than curl.
3246         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3247         the right URL and ALT text on images.
3248         (gnus-html-wash-tags): Fix tag case.
3249         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3250         (gnus-article-html): Add -o display_ins_del=2 option.
3251         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3252
3253 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3254
3255         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3256         the extra mail headers, which sometimes seem to happen for unknown
3257         reasons.
3258
3259         * mail-parse.el (mail-header-encode-parameter): Define as
3260         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3261         (or most, perhaps?) mail readers don't understand the latter, but do
3262         understand the former.
3263
3264         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3265         to nil, so that no methods are automatically agentized.  I think this
3266         is probably what most users want.
3267
3268         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3269         from url-retrieve, for instance about invalid URLs.
3270
3271         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3272         groups that have no articles.
3273         (nnimap-request-article): Check that we really got an article when we
3274         requested one.
3275
3276         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3277         doesn't exist.
3278
3279         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3280         nntp buffer so the agent can save it.
3281         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3282         that CRLF doesn't get translated to \n.
3283         (nnimap-open-connection): Don't make 'shell commands only send \n.
3284
3285 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3286
3287         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3288         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3289         Update var name.
3290         (nnml-generate-nov-file): Use dolist.
3291         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3292         Use with-current-buffer.
3293
3294 2010-09-18  Julien Danjou  <julien@danjou.info>
3295
3296         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3297         parallel.
3298
3299 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3300
3301         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3302         the range update right.
3303         (nnimap-request-group): Don't make `M-g' bug out on group with no
3304         marks.
3305         (nnoo): Require, so that other packages can require nnimap.
3306         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3307         command we're looking for.  This helps when the server sends more
3308         responses after we've gotten everything we expected.
3309         (nnimap): Add a `newlinep' field to keep track of end-of-line
3310         conventions.
3311         Don't send CRLF to things that don't want it.
3312         (nnimap-request-accept-article): Ditto.
3313
3314 2010-09-18  Julien Danjou  <julien@danjou.info>
3315
3316         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3317         than curl to retrieve images.
3318
3319 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3320
3321         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3322         the marks.
3323         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3324         (nnimap-wait-for-connection): New function.
3325         (nnimap-open-connection): If we have PREAUTH, don't query for login
3326         credentials.
3327         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3328         when doing a partial update.
3329
3330 2010-09-18  Julien Danjou  <julien@danjou.info>
3331
3332         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3333         tags.
3334
3335 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3336
3337         * nnimap.el (nnimap-credentials): New function.
3338         (nnimap-open-connection): Use the new function to look for credentials
3339         also on the numeric equivalents of "imap" and "imaps".
3340
3341         * gnus-start.el (gnus-activate-group): Send the info to
3342         gnus-request-group.
3343
3344         * nnimap.el (nnimap-request-group): Have the "check" version of the
3345         function parse flags and update the info, so that a `M-g' get a total
3346         resync of all flags from the group.
3347
3348         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3349         to allow backends to alter the info on group selection.  Also alter all
3350         the backend -request-group functions to take the parameter.
3351
3352         * nnimap.el (nnimap-store-info): New function.
3353         (nnimap-update-info): Store the info for later usage.
3354         (nnimap-request-group): Use the stored info for the dont-check case, so
3355         that we don't retrieve all marks when we enter a group.
3356
3357         * nnimap.el: Use deffoo instead of defun for interface functions.
3358
3359         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3360         update the group info.  This makes the nndraft groups, for instance, go
3361         back to their old behaviour.
3362
3363         * gnus-sum.el (gnus-select-newsgroup): Indent.
3364
3365         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3366         in.
3367         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3368         nothing.
3369
3370         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3371         from methods that are denied.
3372
3373         * gnus-int.el (gnus-method-denied-p): New function.
3374
3375         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3376         store the password instead of netrc.
3377         (nnimap-open-connection): Don't error out when we can't make a
3378         connections.
3379
3380         * auth-source.el (auth-source-create): In the password prompt, say what
3381         we're querying for.  Also prompt for user name if that hasn't been
3382         given.
3383
3384         * nnimap.el (nnimap-with-process-buffer): Remove.
3385
3386 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3387
3388         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3389         method when we're reading from the agent.
3390
3391         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3392
3393         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3394         that's probably most useful for users.
3395
3396         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3397         "failed" all the time.
3398
3399         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3400         ...)) with (with-current-buffer ... ).
3401
3402         * nntp.el (nntp-open-server): Return whether the open was successful or
3403         not.
3404
3405         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3406         select an unread unseen article first.
3407
3408         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3409         /etc/services, supply some sensible port defaults.
3410
3411         * dgnushack.el: Define netrc-credentials.
3412
3413 2010-09-17  Julien Danjou  <julien@danjou.info>
3414
3415         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3416
3417 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3418
3419         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3420         doesn't have any parameters.
3421
3422 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3423
3424         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3425         only upcased checks.
3426
3427         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3428
3429         * nnimap.el (nnimap-open-shell-stream): New function.
3430         (nnimap-open-connection): Use it.
3431         (nnimap-transform-headers): Get the number of lines in each message.
3432         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3433         number of lines.
3434         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3435         problem.
3436
3437         * utf7.el (utf7-encode): Autoload.
3438
3439         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3440         to allow the mail splitting to not return a default group.  This is
3441         useful for nnimap, which will leave unmatched mail in the inbox.
3442
3443         * nnimap.el: Rewritten.
3444
3445         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3446         nnimap usage.
3447
3448         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3449         if the move is internal, so that nnimap can do fast internal moves.
3450
3451         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3452         data.
3453         (gnus-read-active-for-groups): Support finishing the early retrieval of
3454         data.
3455
3456         * gnus-range.el (gnus-range-nconcat): New function.
3457
3458         * gnus-int.el (gnus-finish-retrieve-group-infos)
3459         (gnus-retrieve-group-data-early): New functions.
3460
3461 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3462
3463         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3464         (nnrss-retrieve-groups):
3465         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3466         (pop3-quit): Use with-current-buffer.
3467
3468 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3469
3470         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3471         instead of nnheader-accept-process-output.
3472
3473         * dgnushack.el (dgnushack-compile): Add comment.
3474
3475         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3476
3477         * gnus-html.el (gnus-html-schedule-image-fetching)
3478         (gnus-html-prefetch-images): Replace process-kill-without-query by
3479         gnus-set-process-query-on-exit-flag.
3480
3481 2010-09-16  Romain Francoise  <romain@orebokech.com>
3482
3483         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3484
3485 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3486
3487         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3488         parameter to unintern is mandatory-ish in Emacs 24.
3489
3490         * gnus-html.el (gnus-html-schedule-image-fetching)
3491         (gnus-html-prefetch-images): Check for curl before using it.
3492
3493         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3494         depend on curl, which isn't essential.
3495
3496         * imap.el: Revert back to version
3497         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3498         seem problematic.
3499
3500 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3501
3502         * gnus-registry.el (gnus-registry-install-shortcuts):
3503         Explicitly pass `obarray' to `unintern' to avoid a warning.
3504
3505 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3506
3507         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3508         change.
3509
3510         * nnrss.el (nnrss-request-list): Remove this function and related
3511         functions, including the moreover stuff.
3512
3513 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3514
3515         * nnrss.el (nnrss-retrieve-groups): New function.
3516
3517 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3518
3519         * .dir-locals.el: Add no-byte-compile cookie.
3520
3521 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3522
3523         * time-date.el (format-seconds): Comment fix.
3524
3525         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3526         for back end that doesn't support request-scan.
3527
3528 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3529
3530         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3531         then do request scans from the backends.
3532
3533         * netrc.el (netrc-credentials): New conveniency function.
3534
3535         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3536         avoid running a hook per line, since this takes a lot of time,
3537         profiling shows.
3538         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3539         directly if gnus-visual-p is true.
3540
3541 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3542
3543         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3544         groups; replace mapcar with dolist which is a bit faster; pass groups
3545         info to gnus-read-active-file-1.
3546         (gnus-read-active-file-1): Scan only specified groups if the new
3547         optional arg `infos' is given.
3548
3549 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3550
3551         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3552
3553         * pop3.el (pop3-movemail): Remove.
3554         (pop3-streaming-movemail): Rename to pop3-movemail.
3555
3556         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3557         don't restrict end-tag searches to the end of the line.
3558
3559 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3560
3561         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3562         articles of every unchecked group to t, which means unknown since the
3563         server has never been opened.
3564
3565 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3566
3567         * gnus-html.el (gnus-html-show-alt-text): New command.
3568         (gnus-html-browse-image): Ditto.
3569         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3570         to browse the image directly.
3571         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3572         better.
3573
3574         * gnus-async.el (gnus-async-article-callback):
3575         Call `gnus-html-prefetch-images' unconditionally.
3576
3577         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3578         before feeding URLs to curl.
3579
3580 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3581
3582         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3583         internal images as deletable by `W D D'.
3584
3585         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3586         (gnus-async-article-callback): Fix typo.
3587
3588 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3589
3590         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3591         current line to work around bugs in the output from w3m.
3592
3593         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3594         for groups that want that.
3595
3596         * nntp.el (nntp-wait-for-string): Supply a timeout for
3597         accept-process-output to ensure progress.
3598
3599         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3600         level to get unread articles from, then use that for foreign groups,
3601         too.
3602
3603         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3604         confuses the rest of the function.
3605
3606         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3607         for the methods that support -retrieve-groups, too.
3608
3609         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3610
3611 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3612
3613         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3614         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3615
3616         * pop3.el: Require cl when compiling.
3617         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3618
3619 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3620
3621         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3622         that aren't going to be activated.
3623         (gnus-get-unread-articles): Fix up the last commit.
3624
3625         * gnus-html.el (gnus-article-html): Allow calling without specifying
3626         the handle.  In that case, dissect the buffer first.
3627
3628         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3629
3630         * nnimap.el (nnimap-open-connection): Revert the change that would look
3631         into authinfo for imaps instead of imap.
3632
3633         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3634         say that you don't want to call gnus-request-group with don-check, but
3635         do check the reponse.  This is for virtual groups only.
3636         (gnus-get-unread-articles): Count the archive groups as secondary, so
3637         that they're activated the same way as before.
3638
3639         * imap.el (imap-message-map): Removed optional buffer parameter, since
3640         no callers use it.
3641         (imap-message-get): Ditto.
3642         (imap-message-put): Ditto.
3643         (imap-mailbox-map): Ditto.
3644         (imap-mailbox-put): Ditto.
3645         (imap-mailbox-get): Ditto.
3646         (imap-mailbox-get): Revert last change for this function.
3647
3648         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3649         case-insensitively.
3650         (nnimap-debug): Remove.
3651
3652         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3653         to use `imap-fetch' instead.  According to the comments, this should be
3654         safe, since all other IMAP clients use the 1:* syntax.
3655         (imap-enable-exchange-bug-workaround): Removed.
3656         (imap-debug): Removed -- doesn't seem very useful.
3657
3658         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3659         mail from a file, and the file doesn't exist.
3660
3661         * imap.el (imap-log): New convenience function used throughout instead
3662         of repeating the same code all over the place.
3663
3664         * pop3.el (pop3-streaming-movemail): Return t for success.
3665
3666         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3667         .authinfo if we're using ssl connection.
3668
3669         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3670         already have if we're in a main Gnus `g' run.
3671
3672         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3673
3674 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3675
3676         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3677
3678         * nnmh.el (nnmh-request-list-1): Bind `file'.
3679
3680         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3681         alias to set-process-query-on-exit-flag or process-kill-without-query.
3682         (pop3-open-server): Use it.
3683
3684 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3685
3686         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3687         box to the Incoming file.  Fixes mistake in previous checkin.
3688
3689         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3690         request loop (for debugging purposes) removed.
3691
3692         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3693         culprit is more visible.
3694         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3695         (nnml-add-incremental-nov): New functions to do "incremental" nov
3696         updates, where we just append to the end of the existing nov files
3697         without reading/writing them in full.
3698
3699         * mail-source.el (mail-source-delete-crash-box): Really only check the
3700         incoming files once in a while.
3701
3702         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3703
3704         * mail-source.el (mail-source-delete-crash-box): Only check the
3705         incoming files for deletion once per day to save a lot of file
3706         accesses.
3707
3708         * pop3.el (pop3-logon): Fix up unbound variable typo.
3709
3710         * mail-source.el (pop3-streaming-movemail): Autoload.
3711
3712         * pop3.el (pop3-streaming-movemail):
3713         Respect pop3-leave-mail-on-server.
3714
3715         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3716         retrieval.
3717
3718         * pop3.el (pop3-process-filter): Remove unused function.
3719         (pop3-streaming-movemail, pop3-send-streaming-command)
3720         (pop3-wait-for-messages, pop3-write-to-file)
3721         (pop3-number-of-responses): New functions for streaming pop3
3722         retrieval.
3723
3724         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3725         come from no known methods.
3726         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3727         list.
3728
3729         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3730         message sizes.
3731         (pop3-movemail): Use erase-buffer instead of looping and deleting
3732         regions, which seems rather odd.
3733
3734         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3735         file once per `g' run.
3736
3737         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3738         directories.  This makes the draft queue directory work.
3739
3740         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3741         data from the backends, so that we only request the list of groups from
3742         each method once.  This should speed things up considerably.
3743
3744         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3745         detect that it's not implemented.
3746
3747         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3748         we actually do recurse down into the tree, but don't stat all leaf
3749         nodes.
3750
3751         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3752         then say so instead of bugging out.
3753
3754         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3755         files exist before trying to read them.
3756
3757         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3758         around <pre_int>.
3759
3760         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3761
3762         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3763
3764 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3765
3766         * mm-util.el (mm-image-load-path): Just return the image directories,
3767         not all directories in the path in addition to the image directories.
3768         (mm-image-load-path): Maintain a cache of the image directories so that
3769         the `g' command in Gnus doesn't have to stat dozens of directories each
3770         time.
3771
3772         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3773         (gnus-html-wash-tags): Add a new `i' command to insert images.
3774         (gnus-html-insert-image): New command and keystroke.
3775         (gnus-html-redisplay-with-images): New command and keystroke.
3776         (gnus-html-show-images): Rename command.
3777         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3778         spacers.
3779         (gnus-html-wash-tags): Decode entities at the end, so that entities
3780         inside the tags don't mess up the rest of the "parsing".
3781
3782         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3783         so that nnimap methods aren't agentized by default.  There's apparently
3784         many problems related to agent/imap behaviour.
3785
3786         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3787
3788         * gnus-html.el: Doc fix.
3789
3790 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3791
3792         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3793         specifier-spec-list for Emacs 21.
3794
3795         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3796         glyph-width and glyph-height instead of display-graphic-p and
3797         image-size; make avoidance of displaying small images work for XEmacs.
3798
3799         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3800         for XEmacs.
3801
3802         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3803         of symbol that holds plist data.
3804         (gnus-process-plist): Remove plist of process after getting it.
3805
3806 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3807
3808         * message.el (message-generate-hashcash): Change default to
3809         'opportunistic if hashcash is installed.
3810
3811         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3812         (gnus-html-put-image): Only call image-size once, since it's somewhat
3813         time-consuming on remote X servers.
3814
3815 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3816
3817         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3818         type on data, not a file name.
3819
3820         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3821         window-pixel-edges for Emacs 21.
3822
3823         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3824         decoded contents.
3825         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3826
3827 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3828
3829         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3830         group line format, since it isn't very interesting.
3831
3832         * gnus-agent.el (gnus-agent-short-article),
3833         (gnus-agent-long-article): Increase values for these two variables,
3834         since most people are likely to have more network connection and
3835         storage than before.
3836
3837         * gnus.el (gnus-refer-article-method): Change default to 'current.
3838         When referring an article, the common behaviour is to refer it from the
3839         current select method, not the native select method.  The chances of
3840         the native select method having the message in question is rather slim
3841         these days.
3842
3843         * gnus-sum.el (gnus-auto-select-subject): Change default to
3844         `unseen-or-unread'.  I think it's likely that most people want to
3845         select an unseen article over a previously seen, but unread one.
3846
3847         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3848         means that in the article buffer none of the minor mode elements will
3849         be shown, usually, and this is not desirable in most cases.
3850
3851         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3852         that commands like `d' (and the like) go to the next line in the
3853         buffer, instead of the next unread article.  I think this is the
3854         behaviour that is most natural for most users.
3855         (gnus-single-article-buffer): Change default to nil, so that people can
3856         have as many article buffers open as they have summary buffer.  I think
3857         this is the most natural way for the groups to behave.
3858
3859         * message.el (message-generate-new-buffers): Change default to
3860         `unsent', so that all new message buffers start their names with the
3861         string "*unsent", and it's easier to find the buffers if you move from
3862         them.
3863
3864 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3865
3866         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3867         small.  They're probably tracking images.
3868         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3869         (gnus-html-rescale-image): Yet another try at getting the image sizing
3870         right.
3871
3872         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3873         nntp-marks-file-name is nil.
3874
3875 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3876
3877         * gnus-html.el (gnus-html-wash-tags)
3878         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3879         Better logging.
3880
3881 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3882
3883         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
3884
3885         * gnus-html.el (gnus-html-wash-tags): Check the value of
3886         gnus-blocked-images in the summary buffer.
3887
3888 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3889
3890         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3891
3892 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3893
3894         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3895         like "a", it seems like.
3896         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3897         since it needs to be picked from the correct buffer.
3898
3899         * nnwfm.el: Remove.
3900
3901         * nnlistserv.el: Remove.
3902
3903 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3904
3905         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3906         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3907
3908 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3909
3910         * nnkiboze.el: Remove.
3911
3912         * nndb.el: Remove.
3913
3914         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3915         alt text.
3916         (gnus-html-rescale-image): Try to get the rescaling logic right for
3917         images that are just wide and not tall.
3918
3919         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3920         overshadow variable bindings.
3921
3922 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3923
3924         * gnus-html.el (gnus-html-wash-tags)
3925         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
3926         Add extra logging.
3927
3928 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3929
3930         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3931         (gnus-max-image-proportion): New variable.
3932         (gnus-html-rescale-image): New function.
3933         (gnus-html-put-image): Rescale images.
3934
3935 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3936
3937         Fix up some byte-compiler warnings.
3938         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3939         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3940         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3941         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3942         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3943         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3944         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3945
3946 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3947
3948         * gnus-html.el (gnus-article-html): Decode contents by charset.
3949
3950 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3951
3952         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3953         (gnus-html-frame-width, gnus-blocked-images)
3954         * message.el (message-prune-recipient-rules): Add custom version.
3955         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3956
3957         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3958         functions.
3959
3960         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3961         gnus-process-get.
3962
3963 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3964
3965         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3966         instead of lsub directly.
3967
3968 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3969
3970         * nnwarchive.el: Remove.
3971
3972         * gnus-soup.el: Remove.
3973
3974         * nnsoup.el: Remove.
3975
3976         * nnultimate.el: Remove.
3977
3978         * gnus-html.el (gnus-blocked-images): New variable.
3979
3980         * message.el (message-prune-recipients): New function.
3981         (message-prune-recipient-rules): New variable.
3982
3983         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3984         guess whether a long line is natural text or not.
3985
3986         * gnus-html.el (gnus-html-schedule-image-fetching):
3987         Use gnus-process-plist and friends for compatibility.
3988
3989 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3990
3991         * gnus-html.el: Require packages that define macros used in this file.
3992         (gnus-article-mouse-face): Declare to silence byte-compiler.
3993         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3994         process-get.
3995         (gnus-html-put-image): Use plist-get to avoid getf.
3996         (gnus-html-prefetch-images): Use with-current-buffer.
3997
3998 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3999
4000         * gnus-ems.el: Provide compatibility functions for
4001         gnus-set-process-plist.
4002
4003         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
4004         header-line-format for XEmacs 21.4.
4005
4006         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4007         * gnus.el (gnus-valid-select-methods)
4008         * message.el (message-send-mail-partially-limit)
4009         * mm-decode.el (mm-text-html-renderer)
4010         * mml.el (mml-insert-mime-headers-always)
4011         * smiley.el (smiley-regexp-alist): Bump custom version.
4012
4013 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4014
4015         * gnus-html.el: require mm-url.
4016         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4017         with the url to `url'.
4018         (gnus-html-wash-tags): Support cid: URLs/images.
4019
4020 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4021
4022         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4023         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4024         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4025
4026         * gnus-move.el: Remove file, since it doesn't really work.
4027
4028         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4029         UTF-8.  This seems to fix problems with some German web feeds.
4030
4031         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4032         at the top so that the proper colours are applied.
4033
4034         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
4035         don't have dots in their names.
4036
4037         * gnus-art.el (gnus-article-view-part): Doc fix.
4038
4039         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4040         XEmacs-compatible.
4041         (gnus-html-put-image): Don't do images on non-graphic displays.
4042
4043         * nnslashdot.el: Remove this unused backend.
4044
4045         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4046         actions.
4047         (gnus-undo-register-1): Revert last change.
4048
4049         * gnus-group.el (gnus-group-completing-read): Protect against not
4050         having completion-styles bound.
4051
4052         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4053         make broken recipients happier.
4054
4055         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4056
4057         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4058         point parameter.
4059
4060         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4061
4062         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4063         completion-styles for group selection.
4064
4065 2009-02-04  Andreas Schwab  <schwab@suse.de>
4066
4067         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4068         headers and regexp-quote the match if necessary.
4069
4070 2009-03-24  Miles Bader  <miles@gnu.org>
4071
4072         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4073         the blinking smiley.
4074
4075 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4076
4077         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4078         blink smiley.
4079
4080 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4081
4082         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4083         where the dribbel file lives exists.
4084
4085         * message.el (message-send-mail-partially-limit): Change the default to
4086         nil, since most people don't want this.
4087
4088         * mm-url.el (mm-url-decode-entities): Also decode entities like
4089         &#x3212.
4090
4091 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4092
4093         * gnus-sum.el (gnus-summary-idna-message):
4094         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4095         Hyperlink urls in docstrings with URL `...'.
4096
4097 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4098
4099         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4100         functions.
4101
4102 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4103
4104         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4105         say what the mouseover text should be.
4106
4107         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4108         version of the mm-w3m-safe-url-regexp variable to only download images
4109         in the groups where we want that to happen.
4110
4111         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4112
4113         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4114         easier debugging.
4115         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4116         big pictures in the article buffer.
4117
4118         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4119         gnus-article-html.
4120         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4121         w3m.
4122
4123         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4124
4125 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4126
4127         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4128         which doesn't exist.
4129
4130         * message.el (message-inhibit-ecomplete): New variable to allow some
4131         function to inhibit ecomplete address storage.
4132         (message-resend): Disable ecomplete message storage when resending
4133         messages.
4134
4135         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4136
4137 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4138
4139         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4140         Save excursion while copying, moving, and deleting articles in order to
4141         prevent the cursor from jumping to unforeseen place.
4142
4143 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4144
4145         * lpath.el: No need to bind bookmark-current-buffer,
4146         bookmark-yank-point and bookmark-make-record-function.
4147
4148 2010-08-17  Glenn Morris  <rgm@gnu.org>
4149
4150         * gnus-sync.el: Require gnus components whose functions are used.
4151
4152         * gnus-art.el (bookmark-make-record-function):
4153         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4154         Declare for compiler.
4155
4156         * mm-url.el (mml-compute-boundary): Autoload.
4157
4158 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4159
4160         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4161
4162 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4163
4164         Typo fix "hoo4a" -> "hook".
4165
4166         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4167
4168 2010-08-14  Glenn Morris  <rgm@gnu.org>
4169
4170         * gnus-sync.el (gnus-sync): Fix defgroup version.
4171
4172 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4173
4174         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4175
4176         * gnus-sync.el: Fix docs.
4177         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4178         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4179
4180 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4181
4182         Optimizations for gnus-sync.el.
4183
4184         * gnus-sync.el: Add docs about gnus-sync-backend
4185         possibilities.
4186         (gnus-sync-save): Remove unnecessary message.
4187         (gnus-sync-read): Optimize and show what groups were skipped.
4188
4189 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4190
4191         Minor bug fixes for gnus-sync.el.
4192
4193         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4194         Don't read the sync on get-new-news.
4195
4196         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4197         quiet.
4198
4199         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4200         (fix typo).
4201
4202 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4203
4204         Make saving and restoring of hidden threads work with overlays.
4205         Patch applied by Ted Zlatanov.
4206
4207         * gnus-sum.el (gnus-hidden-threads-configuration)
4208         (gnus-restore-hidden-threads-configuration): Update to deal with text
4209         properties, rather than searching for a magic character.
4210
4211 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4212
4213         New gnus-sync.el library for synchronization of marks.
4214
4215         * gnus-sync.el: New library for synchronization of marks.
4216
4217         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4218         renamed from `gnus-registry-grep-in-list'.
4219
4220         * gnus-registry.el (gnus-registry-follow-group-p):
4221         Use `gnus-grep-in-list'.
4222
4223         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4224
4225 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4226
4227         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4228         determining charset of text fails.
4229
4230 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4231
4232         * nnmail.el (nnmail-get-new-mail-1): Revert.
4233
4234         * nnml.el (nnml-active-number): Make sure names of newly created groups
4235         in nnml-group-alist are encoded.
4236
4237 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4238
4239         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4240         containing non-ASCII characters in active file for nnml back end.
4241
4242 2010-07-24  David Engster  <dengste@eml.cc>
4243
4244         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4245         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4246
4247 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4248
4249         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4250         tag (Bug#6654).
4251
4252 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4253
4254         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4255         the article buffer, not the summary buffer.
4256
4257 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4258
4259         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4260         Emacs 23 as well.
4261
4262 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4263
4264         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4265         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4266
4267 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4268
4269         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4270         Patch applied by Karl Fogel.
4271
4272         * gnus-sum.el (gnus-summary-bookmark-make-record):
4273         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4274
4275 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4276
4277         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4278         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4279         C-w still not working correctly from Article buffers; Thierry's
4280         patch to fix that will be applied after this.
4281
4282         * gnus-art.el (bookmark-make-record-function): New local variable.
4283
4284         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4285         article buffer.
4286         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4287
4288 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4289
4290         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4291         on changes in bookmark.el.
4292
4293 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4294
4295         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4296         `no-log' instead of message not to log prompt string.
4297
4298 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4299
4300         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4301         the *other* type of HTML form submission.
4302
4303 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4304
4305         * auth-source.el (auth-source-pick): If choice does not contain a
4306         questioned keyword, set the check to t.
4307
4308 2010-06-12  Romain Francoise  <romain@orebokech.com>
4309
4310         * gnus-util.el (gnus-date-get-time): Move up before first use.
4311
4312 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4313
4314         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4315         (gnus-article-edit-part): Bind it to make last part that is substituted
4316         or deleted visible.
4317         (gnus-mime-display-single): Buttonize part of which id equals to
4318         gnus-mime-buttonized-part-id.
4319
4320 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4321
4322         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4323         (gnus-dd-mmm): Use gnus-date-get-time.
4324         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4325         simplify logic.
4326         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4327         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4328
4329 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4330
4331         * auth-source.el (top): Autoload `secrets-list-collections',
4332         `secrets-create-item', `secrets-delete-item'.
4333         (auth-sources): Fix tag string.
4334         (auth-get-source, auth-source-retrieve, auth-source-create)
4335         (auth-source-delete): New defuns.
4336         (auth-source-pick): Rewrite in order to avoid 2 passes.
4337         (auth-source-forget-user-or-password): New parameter USERNAME.
4338         (auth-source-user-or-password): New parameters CREATE-MISSING and
4339         DELETE-EXISTING.  Retrieve password interactively, if needed.
4340
4341 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4342
4343         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4344         deleting unused directories when gnus-expert-user is t.
4345
4346 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4347
4348         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4349         for each temp file when gnus-article-browse-delete-temp is ask.
4350
4351 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4352
4353         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4354         Lisp calls to delete-backward-char by calls to delete-char.
4355
4356 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4357
4358         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4359
4360 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4361
4362         * password-cache.el (password-cache-remove): Fix docstring.
4363
4364 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4365
4366         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4367         article unless decoding article to be saved.
4368
4369 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4370
4371         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4372         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4373         generated within the mm-with-unibyte-current-buffer macro.
4374
4375 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4376
4377         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4378         to nil when we're in a mml-preview buffer and no group is selected.
4379
4380 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4381
4382         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4383         when catching the `C-g'.  Reported by "Leo".
4384
4385 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4386
4387         * message.el (message-forward-make-body-plain)
4388         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4389         multibyte-string-p.
4390
4391         * lpath.el: Revert.
4392
4393 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4394
4395         * message.el (message-forward-make-body-mml): Assume original message
4396         is multibyte string; error on unibyte.
4397         (message-forward-make-body-plain): Ditto; don't add excessive newline
4398         in body end.
4399
4400         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4401
4402 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4403
4404         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4405         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4406
4407 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4408
4409         * mm-extern.el (mm-extern-url): Don't use
4410         mm-with-unibyte-current-buffer.
4411         (mm-extern-cache-contents): Use with-current-buffer instead of
4412         save-excursion + set-buffer.
4413
4414 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4415
4416         * mm-util.el (mm-emacs-mule): Remove.
4417
4418 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4419
4420         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4421         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4422         change.
4423
4424 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4425
4426         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4427         bind the default value of enable-multibyte-characters to nil.
4428
4429 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4430
4431         * message.el (message-forward-make-body-plain)
4432         (message-forward-make-body-mml):
4433         Don't use mm-with-unibyte-current-buffer.
4434
4435 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4436
4437         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4438
4439 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4440
4441         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4442         (Bug#5592).
4443
4444 2010-05-07  Julien Danjou  <julien@danjou.info>
4445
4446         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4447         it to mm-pipe-part.
4448
4449         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4450         it is given.
4451
4452 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4453
4454         * binhex.el (binhex-decode-region-internal)
4455         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4456         (dns-query)
4457         * nnweb.el (nnweb-gmane-search)
4458         * pgg-parse.el (pgg-parse-armor)
4459         * pgg.el (pgg-verify-region)
4460         * sha1.el (sha1-string-external)
4461         * uudecode.el (uudecode-decode-region-internal)
4462         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4463         XEmacs.
4464
4465         * gnus-art.el (gnus-article-browse-html-parts)
4466         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4467         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4468         make-temp-file.
4469
4470         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4471         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4472         compiling.
4473
4474         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4475         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4476         XEmacs when compiling.
4477
4478         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4479         gnus-pick-mode-off-hook for XEmacs when compiling.
4480         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4481         gnus-binary-mode-off-hook for XEmacs when compiling.
4482
4483         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4484         Return nil if char-charset is not available.
4485
4486         * imap.el (imap-disable-multibyte)
4487         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4488         macros.
4489
4490         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4491         instead of encode-coding-string.
4492
4493         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4494         'xemacs) instead of mm-emacs-mule to switch function definitions.
4495         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4496
4497         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4498         bind temporary-file-directory for XEmacs;
4499         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4500         timer-set-function for XEmacs 21.4 and SXEmacs;
4501         bind timer-list for XEmacs 21.4 and SXEmacs;
4502         fbind char-charset and find-charset-region for non-Mule XEmacs;
4503         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4504         encode-coding-region and encode-coding-string for XEmacs having no
4505         file-coding feature.
4506
4507 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4508
4509         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4510
4511 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4512
4513         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4514         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4515
4516 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4517
4518         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4519         alias `jka-compr-delete-temp-file' no longer exists.
4520
4521 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4522
4523         Use define-minor-mode in Gnus where applicable.
4524         * mml.el (mml-mode): Use define-minor-mode.
4525         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4526         (gnus-undo-mode): Use define-minor-mode.
4527         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4528         (gnus-dead-summary-mode): Use define-minor-mode.
4529         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4530         Initialize in declaration.
4531         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4532         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4533         (gnus-mailing-list-mode): Use define-minor-mode.
4534         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4535         (gnus-draft-mode): Use define-minor-mode.
4536         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4537         (gnus-dired-mode): Use define-minor-mode.
4538
4539 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4540
4541         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4542         handles on recursive mml-to-mime translation and check them for
4543         boundary delimiter collisions.  Reported by Greg Troxel.
4544
4545 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4546
4547         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4548
4549 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4550
4551         * mm-util.el (mm-find-buffer-file-coding-system):
4552         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4553
4554 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4555
4556         * message.el (message-generate-headers): Record insertion of optional
4557         headers as well.  Otherwise the check to prevent repeated insertion of
4558         optional headers is a no-op.
4559
4560 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4561
4562         * smime.el: Don't mention CVS.
4563
4564         * nnrss.el (nnrss-fetch): Don't mention CVS.
4565
4566         * nnir.el: Don't mention CVS.
4567
4568 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4569
4570         * gnus-sum.el (gnus-summary-bookmark-make-record):
4571         Add `location' field.
4572
4573 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4574
4575         * lpath.el: Fbind bookmark-default-handler,
4576         bookmark-get-bookmark-record, bookmark-make-record-default,
4577         bookmark-prop-get for Emacs <23 and XEmacs.
4578
4579 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4580
4581         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4582         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4583         Use with-current-buffer to silence the byte-compiler.
4584         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4585         bother to require `gnus'.
4586         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4587
4588 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4589
4590         * gnus-sum.el (gnus-summary-bookmark-make-record)
4591         (gnus-summary-bookmark-jump): New functions.
4592         (gnus-summary-mode): Setup bookmark support.
4593
4594 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4595
4596         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4597         if set.
4598
4599 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4600
4601         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4602         gnus-article-browse-html-save-cid-image; make it work recursively for
4603         forwarded messages as well.
4604         (gnus-article-browse-html-parts): Work when prefix arg is given.
4605         (gnus-article-browse-html-article): Doc fix.
4606
4607 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4608
4609         * message.el (message-default-mail-headers):
4610         (message-default-headers): Carry the value mail-default-headers over
4611         into message-default-mail-headers, rather than message-default-headers.
4612
4613 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4614
4615         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4616         charset.
4617
4618         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4619         charset into the <meta> tag when the article is encoded to utf-8.
4620
4621 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4622
4623         * gnus-art.el (gnus-article-browse-delete-temp-files):
4624         Delete directories as well.
4625         (gnus-article-browse-html-parts): Work for images that do not specify
4626         file names; delete temp directory when quitting; insert header at the
4627         right place; use file: scheme for image files.
4628
4629 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4630
4631         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4632         (gnus-article-browse-html-parts): Use it to make temporary cid image
4633         files in addition to html file so that browser may display them.
4634
4635 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4636
4637         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4638
4639 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4640
4641         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4642
4643 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4644
4645         * auth-source.el (auth-sources): Change default to be simpler.
4646         Explain about Secret Service API sources.  Improve Customize options.
4647         (auth-source-pick): Change to accept any number of search parameters.
4648         Implement fallbacks iteratively, not recursively.  Add scoring on the
4649         second pass and sort by score.  Call Secret Service API when needed.
4650         (auth-source-user-or-password): Use it.  Call Secret Service API
4651         directly when needed to get the user name and the password.
4652
4653 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4654
4655         * message.el (message-interactive): Doc fix.
4656         (message-qmail-inject-args): Reflow.
4657         (message-kill-to-signature): Fix typo in docstring.
4658
4659         * smiley.el (smiley-buffer): Fix typo in docstring.
4660
4661 2010-03-24  Glenn Morris  <rgm@gnu.org>
4662
4663         * mail-source.el (gnus-message): Declare.
4664         (mail-source-delete-old-incoming): Require gnus-util.
4665
4666 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4667
4668         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4669
4670         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4671
4672         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4673         password-cache's default if it is not bound.
4674         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4675         password-cache-expiry's default if it is not bound.
4676
4677         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4678         available in Emacs 21.
4679
4680         * lpath.el: Suppress compiler warnings for:
4681         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4682         XEmacs;
4683         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4684         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4685         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4686
4687 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4688
4689         * auth-source.el (auth-sources): Fix up definition so extra parameters
4690         are always inline.
4691
4692 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4693
4694         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4695         wasn't updated after mismatch.  Clear cached mailbox info correctly
4696         when uidvalidity changes.
4697         (nnimap-group-prefixed-name): New function to avoid some code
4698         duplication.
4699         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4700         (nnimap-request-group): Use it.
4701         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4702         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4703         with many imap folders.  This is done by caching the group status from
4704         the imap server persistently in a group parameter `imap-status'.  (This
4705         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4706         but not persistently, so every Gnus startup was still very slow.)
4707
4708 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4709
4710         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4711         delete the extra newline.  Otherwise editing of :string and :number
4712         types don't work.
4713
4714 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4715
4716         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4717         secrets.el dependency.
4718         (auth-sources): Add optional user name.  Add secrets.el configuration
4719         choice (unused right now).
4720
4721 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4722
4723         * gnus-sum.el (gnus-summary-make-menu-bar):
4724         Let `gnus-registry-install-shortcuts' fill in the functions.
4725
4726         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4727         warnings.
4728         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4729         (gnus-registry-install-shortcuts): Populate and use it in a
4730         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4731
4732 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4733
4734         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4735         In-place substitutions for the group name encoding/decoding.
4736         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4737         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4738         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4739         (nnimap-update-unseen, nnimap-request-list)
4740         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4741         (nnimap-request-set-mark, nnimap-split-to-groups)
4742         (nnimap-split-articles, nnimap-request-newgroups)
4743         (nnimap-request-create-group, nnimap-request-accept-article)
4744         (nnimap-request-delete-group, nnimap-request-rename-group)
4745         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4746         `encoded-mbx' for consistency.
4747         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4748         variable `imap-current-mailbox'.
4749
4750         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4751         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4752
4753 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4754
4755         * pop3.el (pop3-display-message-size-flag): Display message size byte
4756         counts during POP3 download.
4757         (pop3-movemail): Use it.
4758         (pop3-list): Implement listing of available messages.
4759
4760 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4761
4762         * nnir.el (nnir-get-article-nov-override-function): New function to
4763         override the normal NOV retrieval.
4764         (nnir-retrieve-headers): Use it.
4765
4766 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4767
4768         * auth-source.el (netrc-machine-user-or-password): Autoload.
4769
4770 2010-03-19  Glenn Morris  <rgm@gnu.org>
4771
4772         Stop message.el from loading about 40 libraries it doesn't always need.
4773         The general approach is to autoload rather than require, and to
4774         require in the specific functions rather than the file.  (Bug#5642)
4775
4776         * gmm-utils.el: Don't require wid-edit.
4777         (widget-create-child-value, widget-convert, widget-default-get):
4778         Autoload.
4779
4780         * gnus-util.el: Don't require time-date, netrc.
4781         (message-fetch-field, gnus-group-name-decode): Declare rather than
4782         autoloading.
4783         (gnus-fetch-field): Require message.
4784         (gnus-decode-newsgroups): Require gnus-group.
4785
4786         * ietf-drums.el: Don't require time-date.
4787
4788         * message.el: Don't require hashcash, canlock, ecomplete.
4789         Do require mail-utils.  Require nnheader only when compiling.
4790         (smtpmail-default-smtp-server): Remove declaration.
4791         (message-send-mail-function): Check smtpmail-default-smtp-server
4792         is bound rather than requiring smtpmail.
4793         (message-auto-save-directory, message-insert-signature):
4794         Use expand-file-name rather than nnheader-concat.
4795         (nnheader-insert-file-contents): Autoload.
4796         (hashcash-wait-async): Declare.
4797         (message-send-mail): Only call gnus-setup-posting-charset if
4798         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4799         (message-send-mail-with-sendmail): Require sendmail.
4800         (canlock-password, canlock-password-for-verify): Declare.
4801         (message-canlock-password): Require canlock.
4802         (nnheader-get-report): Autoload.
4803         (gnus-setup-posting-charset): Declare.
4804         (message-send-news): Require gnus-msg.
4805         (message-make-references, message-make-in-reply-to): Use mail-header-id
4806         rather than the alias mail-header-message-id.
4807         (ecomplete-add-item, ecomplete-save): Declare.
4808         (message-put-addresses-in-ecomplete): Require ecomplete.
4809         (ecomplete-display-matches): Autoload.
4810
4811         * mm-decode.el: Don't require mailcap, gnus-util.
4812         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4813         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4814         Autoload.
4815         (mailcap-mime-extensions): Declare.
4816
4817         * mm-encode.el: Don't require mailcap.
4818         (mailcap-extension-to-mime): Autoload.
4819
4820         * mml-sec.el: Don't require password-cache.
4821
4822         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4823         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4824         (mml-minibuffer-read-type): Require mailcap.
4825         (mml-preview): Require gnus-msg.
4826
4827         * mml1991.el: Require password-cache.
4828         (password-cache-expiry): Remove declaration.
4829
4830         * mml2015.el: Require password-cache.
4831         (password-cache-expiry): Remove declaration.
4832
4833         * nneething.el (mailcap): Require mailcap.
4834
4835         * nnheader.el (declare-function): Add compatibility stub.
4836         (message-remove-header): Declare rather than autoload.
4837         (nnheader-replace-header): Require message.
4838
4839         * nnimap.el (declare-function): Add compatibility stub.
4840         (netrc-parse, netrc-machine-user-or-password): Declare.
4841         (nnimap-open-connection): Require netrc.
4842
4843         * nntp.el (declare-function): Add compatibility stub.
4844         (netrc-parse, netrc-machine, netrc-get): Declare.
4845         (nntp-send-authinfo): Require netrc.
4846
4847         * rfc2047.el: Don't require qp.
4848         (quoted-printable-encode-region, quoted-printable-decode-string):
4849         Autoload.
4850
4851         * sieve-mode.el: Don't require easymenu.
4852         (easy-menu-add-item): Autoload it.
4853
4854         * spam-stat.el (time-to-number-of-days): Autoload it.
4855
4856 2010-03-19  Glenn Morris  <rgm@gnu.org>
4857
4858         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4859
4860 2010-03-18  Glenn Morris  <rgm@gnu.org>
4861
4862         * hashcash.el (declare-function): Remove duplicate definition.
4863
4864 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4865
4866         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4867         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4868         value if any backslash escapes).
4869
4870 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4871
4872         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4873         if it is available.  (bug#5647)
4874
4875         * lpath.el: Suppress compiler warning for coding-system-from-name for
4876         Emacs 21 and XEmacs.
4877
4878 2010-03-14  Juri Linkov  <juri@jurta.org>
4879
4880         * hmac-def.el:
4881         * hmac-md5.el:
4882         * netrc.el: Fix keywords.
4883
4884 2010-02-26  Glenn Morris  <rgm@gnu.org>
4885
4886         * message.el (message-send-mail-function): Change the default, so that
4887         it inherits from a customized send-mail-function.  (Bug#5643)
4888
4889 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4890
4891         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4892         shell-command-to-string signals an error (bug#5299).
4893
4894 2010-02-24  Glenn Morris  <rgm@gnu.org>
4895
4896         * message.el (message-smtpmail-send-it)
4897         (message-send-mail-with-mailclient): Doc fixes.
4898
4899 2010-02-16  Glenn Morris  <rgm@gnu.org>
4900
4901         * message.el (message-default-mail-headers): Change the default value
4902         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4903
4904 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4905
4906         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4907         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4908
4909 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4910
4911         * time-date.el (date-to-time): Doc fix (Bug#5408).
4912
4913 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4914
4915         * message.el (message-mail): Just pass yank-action on to message-setup.
4916         (message-setup): Handle (FUN . ARGS) form of yank-action.
4917         (message-with-reply-buffer, message-widen-reply)
4918         (message-yank-original): Handle non-buffer values of
4919         message-reply-buffer (Bug#4080).
4920         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4921
4922 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4923
4924         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4925         Fix typo in docstring.
4926
4927 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4928
4929         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4930         response.
4931
4932 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4933
4934         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4935
4936         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4937
4938         * message.el (message-check-news-header-syntax): Protect against a
4939         string that `rfc822-addresses' returns when parsing fails.
4940
4941 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4942
4943         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4944         (gnus-previous-char-property-change): New functions.
4945
4946         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4947
4948 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4949
4950         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4951         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4952
4953 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4954
4955         * message.el (message-exchange-point-and-mark): Rework last change to
4956         avoid using optional arg of exchange-point-and-mark, for backward
4957         compatibility.
4958
4959 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4960
4961         * message.el (message-exchange-point-and-mark):
4962         Call exchange-point-and-mark with an argument rather than setting
4963         mark-active by hand (Bug#5175).
4964
4965 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4966
4967         * nntp.el (nntp-service-to-port): Work for service expressed with
4968         numeric string; replace [:digit:] with [0-9] for XEmacs.
4969
4970 2009-12-17  Glenn Morris  <rgm@gnu.org>
4971
4972         * gnus-group.el (gnus-bug-group-download-format-alist):
4973         Change emacs entry to debbugs.gnu.org.  Bump :version.
4974
4975 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4976
4977         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4978
4979 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4980
4981         * message.el (message-info): Explain why we use `Info-goto-node'.
4982
4983 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4984
4985         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4986
4987 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4988
4989         * message.el (message-completion-in-region): New compatibility function.
4990         (message-expand-group): Use it.
4991
4992 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4993
4994         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4995         with no unread article should be listed if the 2nd arg `predicate' is
4996         given.
4997
4998 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4999
5000         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
5001
5002 2009-11-29  Juri Linkov  <juri@jurta.org>
5003
5004         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5005         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5006         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5007
5008 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5009
5010         * sha1.el (sha1-string-external): default-directory "/" in case
5011         otherwise non-existent.  process-connection-type pipe for touch of
5012         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5013
5014 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5015
5016         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
5017         it's comms related and sgml-mode.el has "comm" on that basis too.
5018
5019 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5020
5021         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5022         containing tspecial characters if they have been already quoted.
5023
5024 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5025
5026         * dns-mode.el (auto-mode-alist): Purecopy string.
5027
5028 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5029
5030         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
5031
5032 2009-10-24  Glenn Morris  <rgm@gnu.org>
5033
5034         * gnus-art.el (help-xref-stack-item): Define for compiler.
5035
5036 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5037
5038         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5039
5040 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5041
5042         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5043
5044 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5045
5046         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5047         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5048
5049 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5050
5051         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5052         (gnus-overlays-in): New alias to overlays-in.
5053
5054         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5055         gnus-overlay-get, and gnus-delete-overlay.
5056         (gnus-summary-show-thread): Make it work as well for systems in which
5057         next-single-char-property-change is not available.
5058         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5059
5060         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5061         (gnus-overlay-get): New alias to extent-property.
5062         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5063
5064         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5065         SXEmacs.
5066
5067         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5068         SXEmacs.
5069
5070 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5071
5072         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5073
5074 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5075
5076         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5077         and XEmacs that don't have `remove-overlays'.
5078
5079 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5080
5081         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5082         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5083         selective display.  Use overlays instead.
5084
5085 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5086
5087         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5088
5089 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5090
5091         * spam-stat.el (spam-stat-load): Fix typo in message.
5092
5093 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5094
5095         * dig.el (dig-invoke): Fix typo in docstring.
5096         (query-dig): Reflow docstring.
5097
5098 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5099
5100         * gnus-art.el (gnus-article-encrypt-body):
5101         * message.el (message-check-recipients):
5102         * mm-util.el (mm-codepage-setup):
5103         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5104         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5105
5106 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5107
5108         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5109         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5110         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5111         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5112         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5113
5114 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5115
5116         * dig.el: Add "Keywords: comm", as per net-utils.el.
5117
5118 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5119
5120         * dig.el (dig-mode): Use define-derived-mode.
5121
5122 2009-09-19  Glenn Morris  <rgm@gnu.org>
5123
5124         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5125
5126 2009-09-18  Glenn Morris  <rgm@gnu.org>
5127
5128         * gnus-diary.el (gnus-diary-check-message):
5129         * message.el (message-insert-formatted-citation-line):
5130         * nnbabyl.el (top-level):
5131         * nndiary.el (nndiary-schedule):
5132         Fix typos in condition-case handlers.
5133
5134 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5135
5136         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5137         configuration that provides the sole article window in a frame;
5138         position point correctly after deleting a part.
5139
5140 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5141
5142         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5143         (spam-resolve-registrations-routine): Use it to unregister articles
5144         that change status.
5145
5146 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5147
5148         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5149         with XEmacs.
5150         (parse-time-string-chars): Use it.
5151
5152 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5153
5154         * imap.el (imap-interactive-login): Better messages.
5155         (imap-open): Fix bug with renamed buffer on reconnect.
5156         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5157         for easier debugging and cleaner code.  On successful (guessed based on
5158         server capabilities) secondary authentication, set imap-state
5159         correctly.
5160         (imap-last-authenticator): Define imap-last-authenticator as a variable
5161         to avoid warnings.
5162
5163 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5164
5165         * nnrss.el (nnrss-request-article): Remove binding of
5166         default-enable-multibyte-characters that has gotten needless by
5167         the 2007-07-13 change in rfc2047-encode-message-header.
5168
5169         * mml.el (mml-insert-multipart): Error on the message header.
5170         (mml-insert-part): Error on the message header; position point at
5171         the end of a MIME tag.
5172
5173 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5174
5175         * time-date.el (autoload): Expand define-obsolete-function-alias into
5176         defalias and make-obsolete for old Emacsen that Gnus supports.
5177         (with-no-warnings): Define it for old Emacsen.
5178         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5179         is available.
5180         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5181         float-time is available; suppress compile warning for time-to-seconds.
5182
5183         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5184         (gnus-float-time): Alias to float-time if it exists.
5185
5186         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5187         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5188         float-time is available; suppress compile warning for time-to-seconds.
5189
5190         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5191         XEmacs.
5192
5193 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5194
5195         * imap.el (imap-message-map): Docstring fix.
5196
5197 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5198
5199         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5200         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5201         Add the optional argument `encoding' that overrides the default.
5202
5203         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5204         mm-encode-buffer.
5205
5206 2009-09-04  Glenn Morris  <rgm@gnu.org>
5207
5208         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5209         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5210         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5211         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5212         * mm-util.el (mm-with-unibyte-current-buffer)
5213         (mm-find-buffer-file-coding-system):
5214         * yenc.el (yenc-decode-region): Use default-value rather than
5215         default-enable-multibyte-characters.
5216
5217 2009-09-03  Glenn Morris  <rgm@gnu.org>
5218
5219         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5220         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5221         than default-enable-multibyte-characters.
5222
5223 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5224
5225         * gnus-art.el (gnus-article-read-summary-keys):
5226         Fix gnus-buffer-configuration's value temporarily used.
5227
5228 2009-09-02  Glenn Morris  <rgm@gnu.org>
5229
5230         * gnus-util.el (gnus-float-time): New function.
5231         * gnus-delay.el (gnus-delay-article):
5232         * gnus-sum.el (gnus-thread-latest-date):
5233         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5234         * nnspool.el (nnspool-request-newgroups):
5235         Use gnus-float-time rather than time-to-seconds.
5236         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5237
5238         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5239         (gnus-header-subject-face, gnus-header-newsgroups-face)
5240         (gnus-header-name-face, gnus-header-content-face):
5241         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5242         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5243         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5244         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5245         (gnus-cite-face-11):
5246         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5247         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5248         (gnus-server-closed-face, gnus-server-denied-face)
5249         (gnus-server-offline-face):
5250         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5251         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5252         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5253         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5254         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5255         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5256         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5257         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5258         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5259         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5260         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5261         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5262         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5263         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5264         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5265         (gnus-summary-high-undownloaded-face)
5266         (gnus-summary-low-undownloaded-face)
5267         (gnus-summary-normal-undownloaded-face)
5268         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5269         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5270         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5271         (gnus-splash-face):
5272         * message.el (message-header-to-face, message-header-cc-face)
5273         (message-header-subject-face, message-header-newsgroups-face)
5274         (message-header-other-face, message-header-name-face)
5275         (message-header-xheader-face, message-separator-face)
5276         (message-cited-text-face, message-mml-face):
5277         * sieve-mode.el (sieve-control-commands-face)
5278         (sieve-action-commands-face, sieve-test-commands-face)
5279         (sieve-tagged-arguments-face):
5280         * spam.el (spam-face):
5281         Mark face aliases with "-face" in the name as obsolete.
5282
5283 2009-09-01  Glenn Morris  <rgm@gnu.org>
5284
5285         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5286         than goto-line.
5287
5288 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5289
5290         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5291         Don't move point if the command is invoked inside the message header.
5292
5293 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5294
5295         * imap.el (imap-send-command): Simplify.
5296         (imap-wait-for-tag): point-max -> buffer-size.
5297
5298 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5299
5300         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5301         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5302         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5303         * nnir.el (nnir-swish-e-index-file):
5304         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5305         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5306         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5307         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5308         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5309         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5310
5311 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5312
5313         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5314         Don't save excursion.
5315
5316 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5317
5318         * nnheader.el (nnheader-find-file-noselect):
5319         * mm-util.el (mm-insert-file-contents):
5320         Use (default-value 'major-mode) instead of default-major-mode.
5321
5322 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5323
5324         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5325
5326 2009-08-26  Glenn Morris  <rgm@gnu.org>
5327
5328         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5329         than placing in files.el.
5330
5331 2009-08-25  Glenn Morris  <rgm@gnu.org>
5332
5333         * nnir.el (top-level): Don't require cl at run-time.
5334         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5335         Replace cl-function substitute with gnus-replace-in-string.
5336         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5337         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5338         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5339         simplified expansions.
5340
5341 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5342
5343         * dig.el (dig): Add autoload cookie.
5344
5345 2009-08-22  Glenn Morris  <rgm@gnu.org>
5346
5347         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5348         goto-line.
5349
5350 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5351
5352         * parse-time.el (parse-time-string-chars): Save match data.
5353
5354 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5355
5356         * parse-time.el (parse-time-string-chars): Compute using character
5357         classes, to handle non-ascii characters (Bug#3190).
5358
5359 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5360
5361         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5362
5363         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5364         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5365         (gnus-mm-display-part, gnus-mime-display-single)
5366         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5367         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5368
5369         * gnus-sum.el
5370         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5371         (gnus-summary-move-article): Add expirable mark to articles copied or
5372         moved to group that has auto-expire turned on if the option is non-nil.
5373
5374 2009-07-24  Glenn Morris  <rgm@gnu.org>
5375
5376         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5377         Fix typo.  (Bug#3903)
5378
5379 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5380
5381         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5382         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5383         that should not be used for draft articles.
5384         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5385         that has no concern in minor mode keys.
5386         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5387         Abolish.
5388
5389 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5390
5391         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5392         article without making inquiry to a user for unknown encoding.
5393
5394         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5395         (nnmaildir--scan): Assume i-node and device number that file-attributes
5396         returns might be cons-cell.
5397
5398         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5399
5400         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5401
5402 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5403
5404         * auth-source.el: Remove docs now in auth.texi.  Don't use
5405         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5406         `auth-source-hide-passwords' and use them.
5407
5408 2009-07-15  Glenn Morris  <rgm@gnu.org>
5409
5410         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5411
5412 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5413
5414         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5415         excessive whitespace from the default values of title and description.
5416
5417 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5418
5419         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5420         mail-fetch-field to fetch Content-Description header in order to
5421         exclude newlines.
5422
5423 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5424
5425         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5426         format used by GnuPG 2.0.11.
5427
5428 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5429
5430         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5431         to deleted part.
5432
5433 2009-05-30  David Engster  <dengste@eml.cc>
5434
5435         * nnmairix.el: Remove old documentation in the commentary block.
5436         (nnmairix-request-group): Do not update active file for nnml back ends.
5437         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5438         end so that overview files are ignored.
5439         (nnmairix-update-groups): Make updating the groups more robust by using
5440         marks.
5441         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5442         with dollar characters in message-id.
5443
5444 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5445
5446         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5447         2008-12-25 in dns.el.
5448
5449 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5450
5451         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5452         could happen if the text is only composed of spaces and/or tabs.
5453
5454 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5455
5456         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5457         when sending a queued message to avoid extra mml tags.
5458
5459 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5460
5461         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5462
5463 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5464
5465         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5466         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5467         rmail-toggle-header for XEmacs;
5468         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5469
5470 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5471
5472         * gnus-dired.el: Remove autoload for gnus-setup-message.
5473         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5474         displaying Gnus logo; always use compose-mail.
5475
5476 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5477
5478         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5479
5480 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5481
5482         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5483         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5484         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5485         available.
5486         (gnus-nocem-epg-verify): New function.
5487
5488 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5489
5490         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5491
5492 2009-02-15  Glenn Morris  <rgm@gnu.org>
5493
5494         * gnus-util.el (rmail-insert-rmail-file-header)
5495         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5496         autoloads.
5497         (rmail-default-rmail-file): Remove unnecessary declaration.
5498         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5499
5500 2009-02-14  Glenn Morris  <rgm@gnu.org>
5501
5502         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5503         variable (only used in gnus-util, which declares it anyway).
5504         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5505         which was only needed by gnus-art (changed to not use it any more).
5506         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5507         only used in gnus-util, which autoloads it itself.
5508         (rmail-update-summary): Fix autoload.
5509
5510         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5511         rather than rmail-output-to-rmail-file.
5512
5513 2009-02-07  Glenn Morris  <rgm@gnu.org>
5514
5515         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5516         autoload of function that no longer exists.
5517         (rmail-toggle-header): Declare.
5518         (message-forward-rmail-make-body): Handle mbox Rmail.
5519
5520 2009-01-31  Glenn Morris  <rgm@gnu.org>
5521
5522         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5523         2009-01-09 change.
5524
5525 2009-01-31  Dave Love  <fx@gnu.org>
5526
5527         * imap.el (imap-fetch-safe): Bind debug-on-error.
5528         (imap-debug): Add imap-fetch-safe.
5529
5530 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5531
5532         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5533         (auth-source-forget-all-cached): New convenience function.
5534         (auth-source-user-or-password): Accept list of modes or a single mode.
5535
5536         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5537         auth-source modes.
5538
5539         * netrc.el (netrc-machine-user-or-password): Use list of
5540         auth-source modes.
5541
5542         * nnimap.el (nnimap-open-connection): Use list of
5543         auth-source modes.
5544
5545         * nntp.el (nntp-send-authinfo): Use list of
5546         auth-source modes.
5547
5548 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5549
5550         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5551         now.
5552
5553 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5554
5555         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5556         coding system in XEmacs; add a workaround for XEmacs.
5557
5558         * lpath.el: Fbind coding-system-aliasee.
5559
5560 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5561
5562         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5563         of current-language-environment.
5564
5565 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5566
5567         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5568         available at runtime.
5569
5570 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5571
5572         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5573
5574 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5575
5576         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5577         the greatest positive fixnum value doesn't work under an XEmacs with
5578         bignum support; use the most-positive-fixnum constant instead,
5579         available since Emacs 21.1 with cl and XEmacs 21.1.
5580
5581 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5582
5583         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5584         XEmacs gets not to work.
5585
5586 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5587
5588         * mm-util.el (mm-coding-system-priorities): Allow the value like
5589         "Japanese (UTF-8)" of current-language-environment.
5590
5591 2009-01-09  Glenn Morris  <rgm@gnu.org>
5592
5593         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5594         with last-command-event.
5595
5596 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5597
5598         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5599         in the doc string.
5600
5601         * message.el (message-fix-before-sending): Amend comment.
5602
5603 2009-01-08  Dave Love  <fx@gnu.org>
5604
5605         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5606
5607 2009-01-07  David Engster  <dengste@eml.cc>
5608
5609         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5610         simplified server definitions by converting it via
5611         gnus-server-to-method.
5612
5613 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5614
5615         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5616         parameter's operands.
5617
5618 2009-01-06  David Engster  <dengste@eml.cc>
5619
5620         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5621         primary select method (for gnus-group-mark-article-as-read).
5622
5623 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5624
5625         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5626         `(gnus)Face', not `(gnus)X-Face'.
5627
5628 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5629
5630         * mm-util.el (mm-ucs-to-char): New function.
5631
5632         * mm-url.el (mm-url-decode-entities): Use it.
5633
5634         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5635         unicode-to-char.
5636
5637 2009-01-05  Dave Love  <fx@gnu.org>
5638
5639         * time-date.el: Require cl for `declare'.
5640
5641 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5642
5643         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5644         Dave Love.
5645
5646 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5647
5648         * message.el (message-fix-before-sending): Add `eight-bit' to
5649         illegible-text check.
5650
5651 2009-01-03  Michael Olson  <mwolson@gnu.org>
5652
5653         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5654         `headers' is nil.  This can occur if the IMAP server does not have
5655         permissions to read messages from a folder, but can write new messages
5656         to the folder.
5657         (nnimap-request-article-part): Do not insert `data' if it is nil.
5658
5659         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5660         characters which will confuse `read', so skip past them.
5661
5662 2009-01-01  Dave Love  <fx@gnu.org>
5663
5664         * imap.el (imap-string-to-integer): Fix typo.
5665         (imap-fetch-safe): New function.
5666         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5667
5668         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5669
5670         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5671         (imap-parse-greeting): Fix doc strings.
5672         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5673         (imap-parse-flag-list): Make messages unique.
5674         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5675
5676         * nnimap.el: Fix author email.
5677         (nnimap-split-rule): Add FIXME comment.
5678         (nnimap-debug): Fix doc string.
5679
5680 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5681
5682         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5683
5684 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5685
5686         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5687         nslookup if resolv.conf isn't available.
5688         (dns-query): Rename from query-dns.
5689         (dns-query-cached): Rename from query-dns-cached.
5690
5691 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5692
5693         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5694         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5695         to check if those variables exist (first appeared in Emacs 18.50).
5696
5697 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5698
5699         * mm-util.el (mm-line-number-at-pos): New function.
5700
5701         * spam-report.el (spam-report-process-queue): Use it.
5702
5703 2008-12-24  David Engster  <dengste@eml.cc>
5704
5705         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5706         parameters that haven't existed as variables as buffer-local variables.
5707
5708 2008-12-23  Dave Love  <fx@gnu.org>
5709
5710         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5711         cadar.
5712
5713         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5714         imap-starttls-p.
5715         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5716
5717 2008-12-22  Dave Love  <fx@gnu.org>
5718
5719         * imap.el: Fix author email.  Doc fixes.
5720         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5721         reply.
5722
5723 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5724
5725         * spam-report.el (spam-report-gmane-max-requests): New constant.
5726         (spam-report-gmane-wait): New variable.
5727         (spam-report-gmane-ham, spam-report-gmane-spam)
5728         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5729         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5730         the server.
5731
5732         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5733         Add explanations.
5734
5735         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5736         nnheader-accept-process-output and nnheader-read-timeout if available.
5737         (pop3-movemail): Use it.
5738
5739         * message.el (message-check-news-body-syntax): Fix signature check if
5740         there's an attachment.
5741
5742 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5743
5744         * mm-util.el: Add comments to the mm- emulating functions.
5745
5746 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5747
5748         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5749         Reported by Stephen Berman <stephen.berman@gmx.net>.
5750
5751 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5752
5753         * mm-util.el (mm-substring-no-properties): New function.
5754         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5755         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5756         (mm-string-to-multibyte): Doc fix.
5757
5758         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5759
5760 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5761
5762         * mml.el (mml-attach-file): Strip text properties from file name.
5763         (Bug#1574)
5764
5765 2008-12-16  Glenn Morris  <rgm@gnu.org>
5766
5767         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5768
5769 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5770
5771         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5772         knows since the charset specified might be a bogus alias that
5773         mm-charset-synonym-alist provides.
5774
5775 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5776
5777         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5778         "ISO_8859-1".
5779
5780         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5781
5782 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5783
5784         * mm-util.el (mm-charset-eval-alist):
5785         Define it before mm-charset-to-coding-system.
5786         (mm-charset-to-coding-system): Add optional argument `silent';
5787         define it before mm-charset-override-alist.
5788         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5789         default value if it can be used in Emacs currently running;
5790         silence mm-charset-to-coding-system.
5791
5792 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5793
5794         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5795         `allow-override' which says whether to use `mm-charset-override-alist'.
5796         (rfc2047-decode-encoded-words): Use it.
5797
5798         * mm-util.el (mm-charset-override-alist): Fix custom type;
5799         add `(gb2312 . gbk)' to choices.
5800
5801 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5802
5803         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5804         fast.
5805
5806         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5807
5808         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5809
5810 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5811
5812         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5813         on links.
5814
5815         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5816
5817 2008-12-03  Lute Kamstra  <lute@gnu.org>
5818
5819         * sha1.el: Remove leading * from docstrings of defcustoms,
5820         deffaces, defconsts and defuns.
5821
5822 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5823
5824         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5825         users' addresses that don't have domain parts.
5826         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5827         rather than message-narrow-to-head since there will be the message
5828         header separator.
5829
5830 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5831
5832         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5833         since the result is inserted in a unibyte buffer anyway.
5834         (nnimap-demule-use-string-to-multibyte): Remove.
5835         (nnimap-demule): Alias it to mm-string-to-multibyte.
5836
5837 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5838
5839         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5840         variable for debugging bug#464 and bug#1174.
5841         (nnimap-demule): Use it.
5842
5843 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5844
5845         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5846         score calculation correctly.
5847
5848 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5849
5850         * message.el (message-send-mail): Just set the buffer to unibyte
5851         rather than use mm-with-unibyte-current-buffer which does a lot more.
5852         (message-send-mail-partially): Don't bother with
5853         mm-with-unibyte-current-buffer since it's already been made unibyte by
5854         message-send-mail.
5855
5856 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5857
5858         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5859
5860 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5861
5862         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5863
5864 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5865
5866         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5867         require itself and to remove `with-no-warnings'.
5868
5869 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5870
5871         * starttls.el (starttls-any-program-available): Get the name of the
5872         available TLS layer program.
5873         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5874         well as the host name in the "opening" message.
5875
5876         * auth-source.el (auth-source-cache, auth-source-do-cache)
5877         (auth-source-user-or-password): Cache passwords and logins by default,
5878         allow override with `auth-source-do-cache'.
5879         (auth-source-forget-user-or-password): Allow users to remove cache
5880         entries if needed.
5881
5882 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5883
5884         * md4.el (md4-buffer): Fix typo in docstring.
5885         (md4, md4-64): Doc fixes.
5886         (md4-pack-int32): Reflow docstring.
5887
5888 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5889
5890         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5891         condition-case to only the forward-sexp call.
5892
5893 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5894
5895         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5896         quotes contained.  Make it more robust regardless by an extra
5897         condition-case wrapper.
5898
5899 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5900
5901         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5902
5903 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5904
5905         * nnml.el (nnml-request-expire-articles): Check if the function set to
5906         `nnmail-expiry-target' returns the symbol `delete'.
5907
5908         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5909
5910         * nnmail.el (nnmail-expiry-target): Fix custom type.
5911
5912 2008-10-02  Glenn Morris  <rgm@gnu.org>
5913
5914         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5915         Silence compiler warning.
5916
5917 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5918
5919         * tls.el (open-tls-stream): Show the actual command being
5920         executed, instead of the format string.
5921
5922 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5923
5924         * lpath.el: Fbind codepage-setup for Emacs 23.
5925
5926 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5927
5928         * mml.el (mml-menu): Don't assume mml2015 is bound.
5929
5930 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5931
5932         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5933         exists.
5934
5935 2008-09-27  Glenn Morris  <rgm@gnu.org>
5936
5937         * gnus-util.el (mail-header-remove-comments): Autoload it.
5938
5939 2008-09-27  Andreas Schwab  <schwab@suse.de>
5940
5941         * gnus-util.el (gnus-split-references): Strip comments.
5942         (gnus-parent-id): Likewise.
5943
5944 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5945
5946         * message.el (message-confirm-send): Fix version.
5947
5948 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5949
5950         * message.el (message-idna-to-ascii-rhs-1): Use
5951         mail-extract-address-components rather than mail-header-parse-addresses
5952         that is an alias by default to ietf-drums-parse-addresses that does not
5953         support non-ASCII names in headers' contents.
5954
5955 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5956
5957         * message.el (message-confirm-send): Fix variable documentation to
5958         avoid the "y/n" wording.
5959
5960 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5961
5962         * message.el (message-set-auto-save-file-name): Save to a different
5963         filename so multiple messages (especially drafts) can be recovered.
5964
5965 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5966
5967         * message.el (message-confirm-send): Add appropriate version.
5968
5969 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5970
5971         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5972         defvar.
5973
5974 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5975
5976         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5977         (mm-pkcs7-enveloped-magic): Ditto.
5978
5979 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5980
5981         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5982         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5983
5984 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5985
5986         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5987         default, it's better.
5988
5989 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5990
5991         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5992         summary line gnus-number property and ignore them (with a warning
5993         message).
5994
5995 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5996
5997         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5998         macro caddr in the interactive form since it won't be expanded.
5999
6000 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6001
6002         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6003         `charset'; fix name of function called recursively.
6004         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6005
6006 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6007
6008         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6009         (gnus-mime-set-charset-parameters): New function.
6010         (gnus-mime-view-part-as-charset): Use it to correctly display part
6011         specifying wrong charset.
6012
6013 2008-09-08  David Engster  <dengste@eml.cc>
6014
6015         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6016         in completing-read for back end server.
6017
6018 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6019
6020         * message.el (message-confirm-send): New variable to confirm sending a
6021         message.
6022         (message-send): Use it.
6023
6024 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6025
6026         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6027
6028 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6029
6030         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6031
6032 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6033
6034         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6035         prevent tracking too many groups.
6036         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6037         Use it.
6038
6039 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6040
6041         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6042         moving point to the bottom of the window in order to avoid recentering.
6043
6044 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6045
6046         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
6047
6048         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6049         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6050         (gnus-article-beginning-of-window): Fix calculation.
6051
6052 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6053
6054         * gnus-msg.el (gnus-summary-supersede-article)
6055         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6056         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6057         message header.
6058
6059 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6060
6061         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6062         pending output coming after the status change.
6063
6064 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6065
6066         * message.el:
6067         * gnus-start.el:
6068         * gnus-registry.el: Remove VMS support.
6069
6070 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6071
6072         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6073         macro.
6074         (rfc2104-hash): Use it.
6075
6076 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6077
6078         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6079         (gnus-summary-sort-by-most-recent-date): New commands.
6080         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6081         and menu entries.
6082
6083 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6084
6085         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6086         don't redisplay article for raw contents; remove plural articles stuff.
6087
6088         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6089         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6090         on gnus-summary-save-article; display results properly.
6091
6092 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6093
6094         * lpath.el: No need to fbind ns-focus-frame.
6095
6096 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6097
6098         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6099
6100 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6101
6102         * gnus-art.el (gnus-summary-save-in-pipe):
6103         Consider gnus-save-all-headers.
6104
6105 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6106
6107         * gnus-util.el (ns-focus-frame): Remove declaration.
6108         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6109         like x.
6110
6111 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6112
6113         * rfc2104.el (rfc2104-zero): Delete defconst.
6114         (rfc2104-hex-alist): Likewise.
6115         (rfc2104-hex-to-int): Delete func.
6116         (rfc2104-hexstring-to-bitstring): Likewise.
6117         (rfc2104-nybbles): New defconst.
6118         (rfc2104-hash): Rewrite for speed.
6119
6120 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6121
6122         * tls.el (open-tls-stream): Make it work with the 2nd argument
6123         BUFFER that is a string but does not exist as a buffer object, as
6124         mentioned in the doc-string.
6125
6126 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6127
6128         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6129         SXEmacs.
6130
6131 2008-07-16  Glenn Morris  <rgm@gnu.org>
6132
6133         * gnus-util.el (ns-focus-frame): Declare for compiler.
6134
6135 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6136
6137         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6138         set as a group parameter.
6139         (gnus-summary-save-in-pipe): Work when it is called independently.
6140         (gnus-summary-pipe-to-muttprint): Don't modify
6141         gnus-summary-pipe-output-default-command.
6142
6143 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6144
6145         * message.el (message-send-mail-with-sendmail):
6146         Display the error message.
6147
6148 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6149
6150         * gnus-art.el (gnus-default-article-saver):
6151         Add gnus-summary-save-in-pipe to choices.
6152         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6153         gnus-summary-pipe-output-default-command as the default command.
6154         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6155         instead of gnus-last-shell-command.
6156
6157         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6158         New user option.
6159         (gnus-summary-muttprint-program): Mention the value will be changed.
6160         (gnus-summary-save-article): Force showing of all headers.
6161         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6162
6163 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6164
6165         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6166
6167 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6168
6169         * nnimap.el (nnimap-id):
6170         * sieve-manage.el (sieve-manage-open): Doc fixes.
6171
6172 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6173
6174         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6175         if available.
6176
6177 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6178
6179         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6180
6181         * nnkiboze.el (nnkiboze-generate-group):
6182         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6183
6184         * nnmairix.el: Require CL.
6185
6186 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6187
6188         * dgnushack.el: Autoload get-display-table and put-display-table for
6189         XEmacs 21.5.
6190
6191         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6192         21.4 and SXEmacs.
6193
6194 2008-06-15  David Engster  <dengste@eml.cc>
6195
6196         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6197
6198 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6199
6200         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6201         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6202         runtime choice under XEmacs.
6203
6204         * gnus-sum.el (gnus-summary-set-display-table):
6205         Use `gnus-put-display-table', `gnus-get-display-table',
6206         `gnus-set-display-table' for the display table, instead of `aset'.
6207
6208         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6209         Use `gnus-put-display-table', `gnus-get-display-table',
6210         `gnus-set-display-table' for the display table.
6211
6212 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6213
6214         * nnmairix.el: Add autoloads.
6215
6216 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6217
6218         * nnmairix.el (nnmairix-delete-recreate-group)
6219         (nnmairix-update-and-clear-marks): Fix error messages.
6220
6221 2008-06-14  David Engster  <dengste@eml.cc>
6222
6223         * nnmairix.el: Upgrade to version 0.6.
6224         (nnmairix-group-toggle-propmarks-this-group)
6225         (nnmairix-group-toggle-readmarks-this-group)
6226         (nnmairix-group-delete-recreate-this-group)
6227         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6228         (nnmairix-remove-tick-mark-original-article): New commands.
6229         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6230         (nnmairix-propagate-marks-to-nnmairix-groups)
6231         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6232         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6233         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6234         functions needed for marks propagation and manipulation of read marks.
6235         (nnmairix-update-groups): New function.
6236         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6237         (nnmairix-determine-original-group-from-registry)
6238         (nnmairix-determine-original-group-from-path)
6239         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6240         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6241         New helper functions.
6242         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6243         keystrokes for new commands.
6244         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6245         (nnmairix-request-group): Check allow-fast group parameter.
6246         (nnmairix-request-create-group): Set allow-fast group parameter if
6247         nnmairix-allowfast-default is set.
6248         (nnmairix-close-group): Propagate marks upon closing if needed.
6249         (nnmairix-group-toggle-threads-this-group): Use new.
6250         nnmairix-group-toggle-parameter helper function.
6251         (nnmairix-search): Better check for empty search result.
6252         (nnmairix-goto-original-article): Use new helper functions for
6253         determining original article.
6254         (nnmairix-show-original-article): Make sure message-id is in brackets.
6255         (nnmairix-call-mairix-binary): Change variable name.
6256         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6257         helper function.
6258         (nnmairix-widget-toggle-activate): Fix doc string.
6259
6260 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6261
6262         * nnir.el: Require edmacro when compiling with XEmacs.
6263         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6264         available in Emacs 21.
6265
6266 2008-06-11  Glenn Morris  <rgm@gnu.org>
6267
6268         * gnus-util.el (x-focus-frame):
6269         * gnus.el (image-size):
6270         * mm-decode.el (image-size): Declare.
6271
6272         * gnus-picon.el (declare-function): Add compat definition.
6273         (image-size): Declare.
6274
6275         * gnus-group.el (tool-bar-map):
6276         * gnus-sum.el (tool-bar-map): Define for compiler.
6277
6278         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6279
6280         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6281
6282         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6283         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6284         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6285         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6286         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6287         * sieve-manage.el, spam-report.el, spam.el:
6288         Remove unnecessary eval-and-compile of autoloads.
6289
6290 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6291
6292         * auth-source.el: Precise Tramp doc.
6293
6294 2008-06-07  Glenn Morris  <rgm@gnu.org>
6295
6296         * nnmairix.el: Remove unnecessary eval-when-compile.
6297
6298 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6299
6300         * lpath.el: Fbind propertize for XEmacs 21.4.
6301
6302 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6303
6304         * nnir.el: Move here from ../contrib.
6305
6306 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6307
6308         * gnus-util.el (gnus-read-shell-command): New function.
6309         * mm-decode.el (mm-pipe-part):
6310         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6311
6312 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6313
6314         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6315
6316 2008-06-03  Glenn Morris  <rgm@gnu.org>
6317
6318         * pop3.el (nnheader-accept-process-output): Autoload it.
6319
6320 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6321
6322         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6323         are not 2-digit hexadecimal characters that follow `%'s.
6324
6325 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6326
6327         * message.el (message-bogus-recipient-p): Fix type in doc string.
6328         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6329         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6330         Improve custom options.
6331         (message-bogus-recipient-p): Adjust accordingly.
6332
6333 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6334
6335         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6336         long-form month and day names.
6337
6338 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6339
6340         * dgnushack.el: Autoload debug, eudc-expand-inline and
6341         pgg-snarf-keys-region for XEmacs.
6342
6343         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6344
6345         * nnmairix.el: Require edmacro when compiling with XEmacs.
6346
6347 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6348
6349         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6350         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6351
6352 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6353
6354         * auth-source.el: Add more docs.
6355
6356         * netrc.el (netrc-machine): Always match if the port is not given.
6357
6358 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6359
6360         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6361         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6362         retrieval faster in some cases, but might make CPU usage larger.
6363         If this has any bad side effects, we might revert this change.
6364
6365         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6366         seems to make mail retrieval much, much faster.
6367         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6368         unconditionally.
6369
6370         * gnus-draft.el (gnus-group-send-queue):
6371         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6372
6373 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6374
6375         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6376
6377         * message.el (message-bogus-address-regexp): Fix and improve custom
6378         type.
6379         (message-setup-hook): Add message-check-recipients as custom option.
6380
6381 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6382
6383         * message.el (message-cite-function): Remove bogus autoload which crept
6384         in during merge from v5-10.
6385
6386 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6387
6388         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6389
6390         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6391
6392         * auth-source.el: Preliminary Tramp docs.
6393         (auth-sources): Change the default auth-sources to use
6394         EPA .gpg files.
6395
6396 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6397
6398         * nntp.el: Autoload `auth-source-user-or-password'.
6399         (nntp-send-authinfo): Use it.
6400
6401         * nnimap.el: Autoload `auth-source-user-or-password'.
6402         (nnimap-open-connection): Use it.
6403
6404         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6405         for the gnus-message function.
6406         (auth-source-user-or-password): Use it.
6407
6408 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6409
6410         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6411         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6412         (rfc2104-hash): Use it.
6413
6414 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6415
6416         * gnus-art.el (gnus-article-toggle-truncate-lines):
6417         Don't use `iff' in docstring.
6418
6419 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6420
6421         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6422
6423         * gnus-util.el (gnus-extract-address-component-name)
6424         (gnus-extract-address-component-email): Convenience functions around
6425         `gnus-extract-address-components'.
6426
6427         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6428         Use `gnus-extract-address-component-email' to fix bug of comparing full
6429         sender name to `user-mail-address'.
6430
6431 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6432
6433         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6434         catch/throw to optimize.
6435         (gnus-registry-find-keywords): Just use member to find a keyword.
6436
6437 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6438
6439         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6440         is current before calling gnus-server-prepare.
6441         (gnus-server-setup-buffer, gnus-server-update-server)
6442         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6443
6444 2008-05-04  Juri Linkov  <juri@jurta.org>
6445
6446         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6447         (mailcap-file-default-commands): Use mailcap-replace-in-string
6448         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6449         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6450
6451 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6452
6453         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6454
6455 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6456
6457         * gnus.el: Bump version to 0.11.
6458
6459 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6460
6461         * gnus.el: No Gnus v0.10 is released.
6462
6463 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6464
6465         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6466         hooks.
6467         (gnus-update-read-articles): Speed up non-marks-using users.
6468         (gnus-use-marks): Define gnus-use-marks.
6469         (gnus-propagate-marks): Rename variable to something more sensible.
6470
6471 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6472
6473         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6474         (gmm-image-load-path-for-library): Fix typos in docstrings.
6475         (gmm-message): Reflow docstring.
6476
6477 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6478
6479         * mail-source.el (mail-source-set-1, mail-source-bind):
6480         Move auth-source code out of the macro to clean it up and fix bugs.
6481
6482 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6483
6484         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6485         by sender if it's equal to user-mail-address, it's likely to be
6486         useless.
6487
6488         * mail-source.el (mail-source-bind): Don't use user or password if they
6489         are not bound.  Unintern them if they are nil.  Don't use server unless
6490         it's bound, and default it to empty string otherwise.
6491
6492 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6493
6494         * mail-source.el: Load auth-source.el.
6495         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6496         get user name or password, if auth-sources is set up.
6497
6498         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6499         strategy of splitting with parent.
6500         (gnus-registry-split-fancy-with-parent)
6501         (gnus-registry-post-process-groups): Use it and fix prior
6502         bug (returning a list as the split result).
6503
6504         * auth-source.el (auth-sources): Remove server parameter.
6505         (auth-source-pick, auth-source-user-or-password)
6506         (auth-source-user-or-password-imap)
6507         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6508         (auth-source-user-or-password-sftp)
6509         (auth-source-user-or-password-smtp): Remove server parameter.
6510
6511 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6512
6513         * smime.el (smime-sign-region, smime-encrypt-region)
6514         (smime-decrypt-region):
6515         Remove redundant calls to `generate-new-buffer-name'.
6516
6517 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6518
6519         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6520         Don't use QP for message/rfc822.
6521         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6522
6523 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6524
6525         * sieve-manage.el (sieve-string-bytes): Remove.
6526         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6527         correct byte-length only if the process's coding-system is the same as
6528         the one used internally by Emacs to represent strings.
6529
6530 2008-04-22  Juri Linkov  <juri@jurta.org>
6531
6532         * mailcap.el (mailcap-file-default-commands): New function.
6533
6534 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6535
6536         * message.el (message-signature-separator, message-cite-function):
6537         Change custom version.
6538
6539 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6540
6541         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6542         commands.
6543         (tls-checktrust): Ditto.
6544
6545 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6546
6547         * mm-decode.el (mm-display-external): Make temp file read-only.
6548
6549 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6550
6551         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6552         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6553         `C-c C-f d'.
6554
6555 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6556
6557         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6558
6559 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6560
6561         * gnus.el: Bump version to 0.9.
6562
6563 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6564
6565         * gnus.el: No Gnus v0.8 is released.
6566
6567 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6568
6569         * mail-source.el (mail-source-value):
6570         Prefer fboundp to functionp so it works with macros as well.
6571
6572 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6573
6574         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6575         Fix last change in case the element is not even a symbol.
6576
6577 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6578
6579         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6580         Prefer fboundp to functionp so it works with macros as well.
6581
6582 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6583
6584         * auth-source.el: Add docs.
6585         (auth-sources): Modify format to support server.
6586         (auth-source-pick, auth-source-user-or-password)
6587         (auth-source-user-or-password-imap)
6588         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6589         (auth-source-user-or-password-sftp)
6590         (auth-source-user-or-password-smtp): Add server parameter.
6591
6592 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6593
6594         * gnus-registry.el: Initialize the registry when gnus-registry-install
6595         is t.
6596
6597 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6598
6599         * compface.el (uncompface): Make buffer unibyte.
6600
6601 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6602
6603         * mail-source.el (mail-source-value):
6604         Prefer fboundp to functionp so it works with macros as well.
6605
6606 2008-04-05  Glenn Morris  <rgm@gnu.org>
6607
6608         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6609
6610 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6611
6612         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6613         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6614
6615         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6616         multibyteness after rather than before erasing it.
6617
6618         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6619         mm-with-multibyte.
6620         (gnus-request-article-this-buffer): Make sure the proper decoding is
6621         used if gnus-original-article-buffer happens to be unibyte.
6622
6623         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6624         default-enable-multibyte-characters.
6625
6626         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6627         default-enable-multibyte-characters.
6628
6629         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6630
6631         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6632
6633 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6634
6635         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6636         Fix last change in case the element is not even a symbol.
6637
6638 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6639
6640         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6641         (imap-message-copyuid-1): Use it.
6642         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6643         J. Williams in
6644         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6645
6646         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6647         imap-enable-exchange-bug-workaround.
6648         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6649
6650 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6651
6652         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6653         a 100 byte status-checks into a 2-3MB transfer for each group.
6654         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6655         to enable bug workaround or not.
6656         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6657
6658 2008-03-31  Glenn Morris  <rgm@gnu.org>
6659
6660         * message.el (mml2015-use): Declare for compiler.
6661         (message-info): Require mml2015 when appropriate.
6662
6663 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6664
6665         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6666         whitespace.
6667
6668 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6669
6670         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6671         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6672         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6673         (nntp-service-to-port): New function.
6674         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6675         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6676         (nntp-open-netcat-stream): New function.
6677         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6678
6679 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6680
6681         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6682
6683 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6684
6685         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6686
6687 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6688
6689         * dns.el (dns-write): Use set-buffer-multibyte.
6690
6691 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6692
6693         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6694
6695 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6696
6697         * message.el (message-signature-separator): Change default.
6698         Improve custom type.
6699         (message-cite-function): Change default to
6700         message-cite-original-without-signature.
6701
6702         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6703         toggle.
6704
6705         * message.el (message-check-news-body-syntax): Fix signature check.
6706         (message-setup-1): Mark buffer as unmodified _after_ running
6707         message-setup-hook and handling message-alternative-emails.
6708         (message-shorten-references): Be more strict when building list of
6709         valid references to comply with GNKSA.
6710
6711         * gnus-group.el (gnus-read-ephemeral-bug-group)
6712         (gnus-read-ephemeral-debian-bug-group)
6713         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6714
6715         * message.el (message-info): Don't use booleanp which isn't supported
6716         in Emacs 21 and XEmacs.
6717
6718 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6719
6720         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6721         gnus-group-gmane-group-download-format.
6722         (gnus-group-read-ephemeral-gmane-group): Rename from
6723         gnus-group-read-ephemeral-gmane-group.
6724         (gnus-read-ephemeral-gmane-group-url): Rename from
6725         gnus-group-read-ephemeral-gmane-group-url.
6726         (gnus-bug-group-download-format-alist): New variable.
6727         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6728         (gnus-read-ephemeral-emacs-bug-group): New commands.
6729
6730 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6731
6732         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6733         (gnus-visible-headers): Improve custom type.
6734
6735 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6736
6737         * mml.el (mml-menu): Add workarounds for XEmacs.
6738
6739         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6740         X-Boundary header.
6741
6742         * message.el (message-simplify-recipients): Fix previous commit.
6743
6744 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6745
6746         * mm-util.el (mm-set-buffer-multibyte): New function.
6747         * mm-decode.el (mm-copy-to-buffer): Use it.
6748
6749         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6750         Prefer fboundp to functionp so it works with macros as well.
6751
6752 2008-03-19  Glenn Morris  <rgm@gnu.org>
6753
6754         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6755         Accidentally removed in the sync process with Emacs.
6756
6757 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6758
6759         * message.el (message-alter-recipients-discard-bogus-full-name):
6760         New function.
6761         (message-alter-recipients-function): New variable.
6762         (message-get-reply-headers): Use it.
6763         (message-replace-header): New helper function.
6764         (message-recipients-without-full-name): New variable.
6765         (message-simplify-recipients): New command.
6766
6767         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6768
6769         * message.el (message-info): Handle EasyPG manual.
6770
6771         * mml.el (mml-menu): Add entry for EasyPG.
6772
6773 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6774
6775         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6776         parameter.
6777
6778         * message.el (message-disassociate-draft): Specify drafts group name
6779         fully.
6780
6781 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6782
6783         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6784         Eliminate unnecessary duplicates from the match list.
6785
6786 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6787
6788         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6789
6790         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6791
6792         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6793         args of `how-many' of which the XEmacs version doesn't take; declare
6794         Info-index-next as function.
6795
6796 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6797
6798         * gnus-score.el (gnus-score-headers): Fix handling of
6799         gnus-inhibit-slow-scoring.
6800
6801         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6802         string.
6803         (gnus-button-url-regexp): Improve handling of parenthesis.
6804         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6805         (gnus-button-handle-info-keystrokes): Handle index entries.
6806
6807 2008-03-15  Glenn Morris  <rgm@gnu.org>
6808
6809         * parse-time.el (parse-time-string): Simplify.
6810
6811 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6812
6813         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6814         Incoming* files.
6815
6816 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6817
6818         * auth-source.el (auth-sources): Rename from auth-source-choices.
6819         (auth-source-pick): Use it.
6820
6821 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6822
6823         * binhex.el (binhex-decode-region-internal):
6824         * uudecode.el (uudecode-decode-region-internal):
6825         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6826         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6827         setting default-enable-multibyte-characters.
6828
6829 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6830
6831         * auth-source.el (auth-source-protocols)
6832         (auth-source-protocols-customize, auth-source-choices): Add and
6833         modified variable customizations and defaults.
6834         (auth-source-pick, auth-source-user-or-password)
6835         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6836         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6837         (auth-source-user-or-password-sftp)
6838         (auth-source-user-or-password-smtp): Use new variables and provide an
6839         interface to netrc.el.
6840
6841 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6842
6843         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6844         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6845         Make sure the nntp port to specify is a string.
6846
6847 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6848
6849         * nntp.el: Use with-current-buffer.
6850         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6851         dubious mm-with-unibyte-current-buffer.
6852         (nntp-with-open-group-function): New function extracted from
6853         nntp-with-open-group macro.
6854         (nntp-with-open-group): Use the function, so it's easier to debug.
6855         Add indentation and debugging info.
6856         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6857         Recommend the use of the netcat alternatives.
6858
6859         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6860         Avoid mm-string-as-multibyte as well.
6861
6862         * nnweb.el (nnweb-insert-html):
6863         Remove use of nnheader-string-as-multibyte.
6864
6865         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6866         (nnheader-string-as-multibyte): Remove.
6867
6868         * mm-view.el: Use inhibit-read-only.
6869         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6870         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6871         or unibyte-string.
6872
6873         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6874         (mm-uu-yenc-extract): Use with-current-buffer.
6875
6876         * gnus-soup.el (gnus-soup-send-packet): Don't use
6877         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6878
6879         * nnmh.el: Use with-current-buffer.
6880         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6881         mm-string-as-multibyte on the output of mm-encode-coding-string.
6882
6883         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6884         (nnimap-request-move-article): Use with-current-buffer.
6885
6886         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6887         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6888         conversion uses string-make-unibyte rather than string-as-unibyte.
6889
6890         * gnus-msg.el: Use with-current-buffer.
6891
6892         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6893
6894 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6895
6896         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6897         string for caching if it is 'PIN.
6898
6899 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6900
6901         * lpath.el: Consider the case without Emacs/W3.
6902
6903 2008-03-08  Glenn Morris  <rgm@gnu.org>
6904
6905         * time-date.el (date-to-time, time-subtract, time-add)
6906         (safe-date-to-time): Doc fixes.
6907
6908 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6909
6910         * mail-source.el (mail-source-delete-old-incoming-confirm):
6911         Change default to nil.
6912         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6913
6914 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6915
6916         * lpath.el: Rearrange.
6917
6918         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6919         (gnus-article-goto-prev-page): Work for articles having ^L's.
6920
6921         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6922
6923         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6924
6925 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6926
6927         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6928         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6929         (gnus-bookmark-jump): Adjust some variable names.
6930
6931 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6932
6933         * auth-source.el: New package.
6934         (auth-source-choices): Add customization entry point variable.
6935
6936         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6937         bug.
6938
6939 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6940
6941         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6942         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6943         (gnus-registry-install-shortcuts): Rename from
6944         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6945         the `gnus-registry-mark-map' keymap dynamically from
6946         `gnus-registry-marks'.  The generated functions update the summary line
6947         when a registry mark is added or deleted, and will call
6948         `gnus-registry-install-p' (see the comments in the code).
6949         (gnus-registry-user-format-function-M): Use concat intelligently.
6950
6951         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6952         the registry mark functions.
6953
6954 2008-03-05  Glenn Morris  <rgm@gnu.org>
6955
6956         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6957         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6958         gnus-art.
6959         (top-level): No need to load own source when compiling.
6960
6961 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6962
6963         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6964         Suggested by <chris.anderton@zetnet.co.uk>.
6965
6966 2008-03-04  Glenn Morris  <rgm@gnu.org>
6967
6968         * gnus-sum.el (top-level): No need to require gnus when compiling,
6969         since unconditionally required near start of file.
6970         (gnus-summary-display-while-building): Move definition before use.
6971
6972 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6973
6974         * gnus-registry.el (gnus-registry-user-format-function-M):
6975         Add formatting function.
6976
6977 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6978
6979         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
6980         with plists.
6981         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6982         Use new format.
6983
6984 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6985
6986         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6987         `where-is-internal' that returns a range of key sequences.
6988
6989 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6990
6991         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6992
6993         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6994         (gnus-summary-jump-to-group): Consider windows on other displayed
6995         frames as well.  Similar changes might be needed elsewhere, but that's
6996         the one I've bumped into during my use.
6997
6998         * nndoc.el (nndoc-oe-dbx-type-p):
6999         * gnus-msg.el (gnus-debug):
7000         * gnus-group.el (gnus-update-group-mark-positions):
7001         Use mm-string-to-multibyte.
7002
7003 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7004
7005         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7006         doesn't handle NotDashEscaped.
7007
7008         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7009         (mml-dnd-attach-options): Fix typo in custom choice.
7010
7011         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7012         Change nndoc-article-type to mbox.
7013         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7014
7015         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7016         to nil, instead of html2text.
7017
7018         * imap.el (imap-debug): Add `imap-ping-server'.
7019
7020         * gnus-bookmark.el: Add FIXMEs.
7021
7022         * message.el (message-form-letter-separator)
7023         (message-send-form-letter-delay): New variables.
7024         (message-send-form-letter): Use them.  New command to send form
7025         letters.  Requested by Uwe Siart.
7026         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7027
7028 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7029
7030         * Update copyright years.
7031
7032 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7033
7034         Sync from EMACS_22_BASE.
7035
7036         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
7037
7038 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7039
7040         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7041         empty author.
7042
7043 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7044
7045         * gnus-registry.el (gnus-registry-marks): Add variable for
7046         customization of marks and their appearance.
7047         (gnus-registry-read-mark): Use it.
7048         (gnus-registry-do-marks): Add utility function to loop through
7049         `gnus-registry-marks'.
7050         (gnus-registry-install-shortcuts-and-menus): Add function to install
7051         shortcuts and menus.
7052         (gnus-registry-initialize): Use it.
7053         (gnus-registry-default-mark): Clarify documentation.
7054
7055 2008-02-29  Glenn Morris  <rgm@gnu.org>
7056
7057         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7058         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7059         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7060         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7061         Change defcustom :version from 23.0 to 23.1.
7062
7063 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7064
7065         * gnus-registry.el (gnus-registry-follow-group-p)
7066         (gnus-registry-post-process-groups): Add functions to aid registry
7067         splitting and improve logging.  Clarify behavior in function
7068         documentation.
7069         (gnus-registry-split-fancy-with-parent): Use them.
7070
7071 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7072
7073         * gnus-art.el: Use with-current-buffer.
7074
7075 2008-02-27  David Engster  <dengste@eml.cc>
7076
7077         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7078         Express real group name in the response.
7079
7080 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7081
7082         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7083         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7084         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7085         autoload gnus-registry-fetch-group when compiling.
7086         (nnmairix-request-group-with-article-number-correction):
7087         Remove unreferenced argument passed to nnmairix-call-backend.
7088
7089 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7090
7091         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7092         (mm-uu-extract): Improve face for low color ttys.
7093         Reported by Sascha Wilde.
7094
7095 2008-02-27  Glenn Morris  <rgm@gnu.org>
7096
7097         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7098         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7099         variables to defconsts.  Convert comments to doc-strings.
7100         (nnmairix-last-server, nnmairix-current-server): Convert from free
7101         variables to defvars.  Convert comments to doc-strings.
7102         (gnus-registry-fetch-group): Autoload.
7103         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7104         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7105         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7106         caddr.
7107         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7108         nnmairix-request-group-with-article-number-correction call.
7109         (nnmairix-fast, nnmairix-group): New, less general names, for free
7110         variables passed from nnmairix-request-group to
7111         nnmairix-request-group-with-article-number-correction.  Declare.
7112         (nnmairix-request-group-with-article-number-correction):
7113         Use nnmairix-fast, nnmairix-group rather than fast, group.
7114
7115 2008-02-26  David Engster  <dengste@eml.cc>
7116
7117         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7118         version 0.5.
7119
7120 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7121
7122         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7123         instead of making an extra function call.  Don't add the current group
7124         to articles only when they have the group.  Use
7125         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7126         Reported by David <de_bb@arcor.de>.
7127
7128 2008-02-24  Miles Bader  <miles@gnu.org>
7129
7130         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7131         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7132         (mm-find-mime-charset-region):
7133         * mm-bodies.el (mm-encode-body):
7134         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7135
7136 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7137
7138         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7139         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7140
7141 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7142
7143         * mail-source.el (mail-source-delete-incoming): Change default.
7144         Supplement doc string.
7145
7146         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7147
7148 2008-02-14  Glenn Morris  <rgm@gnu.org>
7149
7150         * time-date.el (format-seconds): New function.
7151
7152 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7153
7154         * nnmail.el (nnmail-message-id-cache-file): Derive from
7155         `gnus-home-directory'.
7156
7157 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7158
7159         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7160         Document negative prefix.
7161
7162         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7163
7164 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7165
7166         * message.el (message-unsent-separator): Add the Exim bounce
7167         separator.
7168
7169 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7170
7171         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7172         list.
7173         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7174         recipient/signer list.
7175
7176 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7177
7178         * Makefile.in (datarootdir): Define.
7179         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7180         name that might contain whitespace.
7181
7182 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7183
7184         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7185         fbound (Emacs 23 unicode), signal an error.
7186
7187 2008-02-08  Glenn Morris  <rgm@gnu.org>
7188
7189         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7190
7191 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7192
7193         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7194         ports to the calls to `netrc-machine-user-or-password' in addition to
7195         "imap" and "imaps".
7196
7197 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7198
7199         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7200
7201         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7202
7203 2008-02-01  Kenichi Handa  <handa@m17n.org>
7204
7205         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7206         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7207         (rfc2104-hash): Convert the result of concat to unibyte string.
7208
7209 2008-02-01  Dave Love  <fx@gnu.org>
7210
7211         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7212         coding-system-for-read.
7213         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7214
7215 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7216
7217         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7218         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7219         <hanche@math.ntnu.no>.
7220
7221 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7222
7223         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7224
7225         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7226
7227 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7228
7229         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7230         * message.el (message-beginning-of-line): Use featurep instead of bound
7231         tests in order to resolve conditionals at compile time.
7232
7233 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7234
7235         * mail-source.el (mail-sources): Add `group' choice.
7236
7237         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7238         parameter `in-group' to control into which group the articles go.
7239         Add treatment of `group' mail-source.
7240
7241 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7242
7243         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7244
7245         * mm-decode.el (mm-dissect-buffer): Decode description.
7246
7247         * mml.el (mml-to-mime): Encode message header first.
7248
7249 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7250
7251         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7252         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7253
7254         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7255         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7256
7257 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7258
7259         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7260
7261 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7262
7263         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7264         prefix keys.
7265         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7266         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7267         gnus-xmas.el.
7268
7269         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7270         (gnus-xmas-article-describe-bindings): New function.
7271         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7272         gnus-xmas-article-describe-bindings.
7273
7274         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7275
7276 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7277
7278         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7279         Add new variables for article mark management.
7280         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7281         list of extra data entries which, when present, will indicate that the
7282         article ID should not be trimmed from the registry.
7283         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7284         functions.
7285         (gnus-registry-read-mark): New function to read a mark name from the
7286         user.
7287         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7288         (gnus-registry-set-article-mark-internal): New functions to add and
7289         remove marks.
7290         (gnus-registry-get-article-marks): New function to show the marks for
7291         an article, or retrieve them for further use.
7292
7293 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7294
7295         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7296         keys when no argument is given.
7297
7298 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7299
7300         * imap.el (imap-ping-server): New variable.
7301         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7302         (imap-ping-server): Minor doc string fixes.
7303
7304 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7305
7306         * imap.el (imap-ping-server): New function.
7307         (imap-opened): Call imap-ping-server.
7308
7309 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7310
7311         * gnus-sum.el (gnus-article-sort-by-random)
7312         (gnus-thread-sort-by-random): Fix doc strings.
7313         Reported by jidanni@jidanni.org.
7314
7315 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7316
7317         * gnus-art.el (gnus-article-describe-bindings): New function.
7318         (gnus-article-read-summary-keys): Use it.
7319         (gnus-article-mode-map): Bind `C-h b' to it.
7320
7321 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7322
7323         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7324         XEmacs.
7325         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7326         Protect against non-character events.
7327
7328         * lpath.el: Fbind map-keymap for Emacs 21.
7329
7330 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7331
7332         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7333         New command.
7334         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7335         instead of END.  Change name of the temp file.
7336         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7337         customizable.
7338
7339 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7340
7341         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7342         bind `S W' to gnus-article-wide-reply-with-original; set default
7343         binding to gnus-article-read-summary-send-keys.
7344         (gnus-article-read-summary-keys): Fix the order of keys; display
7345         continuation keys correctly in the echo area; describe bindings
7346         correctly when keys end with `C-h'.
7347         (gnus-article-read-summary-send-keys): New function.
7348         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7349         Work for gnus-article-read-summary-send-keys; display continuation keys
7350         correctly in the echo area.
7351         (gnus-article-reply-with-original): Ignore prefix argument.
7352         (gnus-article-wide-reply-with-original): New function.
7353
7354         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7355         Emacs 21.
7356
7357 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7358
7359         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7360         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7361
7362 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7363
7364         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7365         (gnus-group-read-ephemeral-gmane-group): New command.
7366
7367 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7368
7369         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7370
7371 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7372
7373         * message.el (message-send-mail-function): Increase custom version.
7374
7375         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7376         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7377
7378 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7379
7380         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7381         for the cases where imap-authenticate is called with a nil buffer
7382         parameter.
7383
7384 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7385
7386         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7387         html parts correctly; support forwarded messages.
7388         (gnus-article-browse-html-article): Remove work buffers.
7389
7390         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7391         compiling.
7392         (netrc-bound-and-true-p): New macro.
7393         (netrc-parse): Use it instead of bound-and-true-p that is not available
7394         in XEmacs 21.4.
7395
7396 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7397
7398         * gnus-registry.el (gnus-registry-mark-article)
7399         (gnus-registry-article-marks): Add functionality to mark articles
7400         through the Gnus registry.
7401
7402         * encrypt.el: Clarify documentation for the new pgg method.
7403         (encrypt-file-alist): Add PGG option.
7404         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7405         functionality.  Abstract password key and messaging to external
7406         functions.
7407         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7408         (encrypt-message-method-and-cipher): Add new convenience external
7409         functions.
7410         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7411         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7412
7413         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7414         (netrc-parse): Use encrypt-file-alist to determine if
7415         encrypt-find-model or encrypt-insert-file-contents should be used.
7416
7417         * encrypt.el: Clarify documentation.  Load password-cache or
7418         password, whichever one is found first, instead of autoloading.
7419
7420 2007-12-19  Glenn Morris  <rgm@gnu.org>
7421
7422         * mml.el (message-options-set, message-narrow-to-head)
7423         (message-in-body-p, message-mail-p, message-encode-message-body):
7424         Autoload.
7425         (message-remove-header, message-narrow-to-headers-or-head)
7426         (message-subscribed-p, message-make-mail-followup-to)
7427         (message-position-on-field, message-news-p)
7428         (message-options-set-recipient, message-generate-headers)
7429         (message-sort-headers): Declare as functions.
7430
7431 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7432
7433         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7434         convention in doc string.
7435
7436 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7437
7438         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7439         title to html parts.
7440         (gnus-article-browse-html-article): Pass message header to it.
7441
7442         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7443
7444 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7445
7446         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7447         or password compatible with XEmacs.
7448
7449 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7450
7451         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7452         format document.
7453         (gnus-mime-delete-part): Don't write description line if empty.
7454         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7455
7456 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
7457
7458         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7459         (gnus-summary-mark-read-and-unread-as-read)
7460         (gnus-summary-mark-current-read-and-unread-as-read)
7461         (gnus-summary-mark-unread-as-ticked): Doc fix.
7462         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7463
7464 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7465
7466         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7467         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7468
7469 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7470
7471         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7472         yes-or-no-p.
7473
7474 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7475
7476         * mm-decode.el (mm-add-meta-html-tag): New function.
7477         (mm-save-part-to-file, mm-pipe-part): Use it.
7478
7479         * gnus-art.el (gnus-article-browse-delete-temp-files):
7480         Use gnus-y-or-n-p instead of y-or-n-p.
7481         (gnus-article-browse-html-parts): Work with message/external-body; use
7482         mm-add-meta-html-tag.
7483
7484 2007-12-11  Glenn Morris  <rgm@gnu.org>
7485
7486         * gnus-cache.el: Require gnus-sum not just when compiling.
7487
7488         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7489
7490         * gnus-int.el (gnus-server-opened, gnus-status-message):
7491         Move definitions before use.
7492
7493         * mm-decode.el: Require gnus-util.
7494         (mm-remove-part): Only call delete-annotation on XEmacs.
7495
7496         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7497
7498         * nnmail.el: Require gnus-int.
7499
7500         * spam.el: Move `require's before `eval-when-compile's.
7501
7502         * gnus-ems.el (gnus-alive-p):
7503         * gnus-fun.el (message-goto-eoh):
7504         * gnus-util.el (gnus-group-name-decode):
7505         * mail-source.el (gnus-compress-sequence):
7506         * message.el (Info-goto-node, format-spec):
7507         * mm-bodies.el (message-options-get):
7508         * mm-decode.el (mm-view-pkcs7):
7509         * mm-util.el (gmm-write-region):
7510         * mml-smime.el (mml-compute-boundary)
7511         (gnus-completing-read-with-default):
7512         * mml.el (widget-button-press, gnus-make-hashtable):
7513         * mml1991.el (mm-decode-content-transfer-encoding)
7514         (mm-encode-content-transfer-encoding)
7515         (message-options-get, message-options-set):
7516         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7517         * nnfolder.el (gnus-request-group):
7518         * nnheader.el (ietf-drums-unfold-fws):
7519         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7520         * smime.el (gnus-run-mode-hooks):
7521         * spam-stat.el (gnus-message): Autoload.
7522
7523         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7524         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7525         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7526         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7527         Add declare-function compatibility definition.
7528
7529         * gnus-cache.el (nnvirtual-find-group-art):
7530         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7531         (gnus-add-image, gnus-add-wash-type):
7532         * gnus-group.el (nnkiboze-score-file):
7533         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7534         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7535         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7536         (message-tokenize-header, gnus-get-buffer-create)
7537         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7538         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7539         * gnus.el (gnus-group-decoded-name):
7540         * mail-source.el (imap-capability):
7541         * mm-bodies.el (message-options-set):
7542         * mm-decode.el (gnus-configure-windows):
7543         * mm-extern.el (message-goto-body):
7544         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7545         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7546         (epg-sub-key-validity, message-options-set):
7547         * mml.el (widget-event-point, gnus-configure-windows):
7548         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7549         * mml2015.el (epg-check-configuration, epg-configuration)
7550         (message-options-set):
7551         * nndb.el (nndb-request-article):
7552         * nnfolder.el (gnus-request-create-group):
7553         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7554         * nnmaildir.el (gnus-group-mark-article-read):
7555         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7556         * rfc1843.el (message-fetch-field):
7557         * spam.el (gnus-extract-address-components):
7558         Declare as functions.
7559
7560 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7561
7562         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7563
7564         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7565
7566         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7567         bind show-trailing-whitespace for XEmacs.
7568
7569 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7570
7571         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7572         new no-op macro for backward compatibility.
7573
7574         * imap.el (imap-string-to-integer): New function.
7575
7576 2007-12-09  Glenn Morris  <rgm@gnu.org>
7577
7578         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7579
7580         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7581         * message.el, mm-view.el, sieve-manage.el, smime.el:
7582         Add declare-function compatibility definition.
7583
7584         * gnus-art.el (w3-region, w3m-region, Info-menu):
7585         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7586         * gnus-sum.el (gnus-get-predicate):
7587         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7588         * message.el (mail-abbrev-in-expansion-header-p):
7589         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7590         (w3m-detect-meta-charset, w3m-region):
7591         * sieve-manage.el (password-read, password-cache-add)
7592         (password-cache-remove):
7593         * smime.el (password-read-and-add): Declare as functions.
7594
7595 2007-12-08  David Kastrup  <dak@gnu.org>
7596
7597         * gnus-sum.el (gnus-summary-simplify-subject-query):
7598         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7599         `message'.
7600
7601 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7602
7603         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7604         it to bind idna-program, installation-directory, defined-colors, and
7605         face-attribute for XEmacs of the version that compiles defcustom forms.
7606
7607 2007-12-07  Glenn Morris  <rgm@gnu.org>
7608
7609         * gnus-art.el (article-make-date-line): Revert previous change.
7610
7611 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7612
7613         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7614
7615 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7616
7617         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7618         Call gnus-add-to-range ranges only once with a prepared article-list.
7619
7620 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7621
7622         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7623         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7624         group names with backslashes.
7625         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7626
7627 2007-12-06  Deepak Goel  <deego3@gmail.com>
7628
7629         * gnus-art.el (article-make-date-line):
7630         * gnus-start.el (gnus-load):
7631         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7632
7633 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7634
7635         * gnus-art.el (gnus-use-idna)
7636         * gnus-start.el (gnus-site-init-file)
7637         * message.el (message-use-idna)
7638         * mm-uu.el (mm-uu-hide-markers)
7639         * smiley.el (smiley-style): Revert changes that suppress warnings.
7640
7641 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7642
7643         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7644         specify charset to html source.
7645         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7646
7647 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7648
7649         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7650         idna-program in order to suppress byte compile warning issued by XEmacs
7651         that came to byte compile the default value section of defcustom forms
7652         recently.
7653
7654         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7655         value of installation-directory.
7656
7657         * message.el (message-use-idna): Don't directly refer to the value of
7658         idna-program.
7659
7660         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7661
7662         * smiley.el (smiley-style): Don't directly call face-attribute.
7663
7664 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7665
7666         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7667
7668         * gnus-dired.el: Reduce Gnus dependencies.
7669         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7670         Don't require.  Use autoloads instead.
7671         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7672         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7673         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7674         (gnus-dired-mode): Adjust doc string.
7675         (gnus-dired-mail-mode): New variable.
7676         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7677         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7678         (gnus-dired-mail-buffers): New function.  Return mail or message
7679         composition buffers.
7680         (gnus-dired-attach): Use it.
7681         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7682         NO-DECODE.
7683         (gnus-dired-print): Use `gnus-print-buffer' depending on
7684         `gnus-dired-mail-mode'.
7685
7686 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7687
7688         * rfc2047.el (rfc2047-encoded-word-regexp)
7689         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7690         explaining what regexp patterns are for.
7691
7692 2007-12-04  Glenn Morris  <rgm@gnu.org>
7693
7694         * password.el: Move to password-cache.el.
7695
7696         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7697         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7698         * mml-smime.el (password-read, password-cache-add)
7699         (password-cache-remove):
7700         No need to autoload, since mml-sec requires password.
7701
7702         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7703         * message.el (gnus-extract-address-components):
7704         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7705
7706         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7707         password.
7708
7709 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7710
7711         * mailcap.el: Reduce dependencies.
7712         (mail-header-parse-content-type): Autoload.
7713         (mailcap-delete-duplicates): New alias.
7714         (mailcap-mime-info): Add optional argument NO-DECODE.
7715         (mailcap-mime-types): Use mailcap-delete-duplicates.
7716
7717         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7718
7719 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7720
7721         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7722         (imap-parse-status): Upcase status-att for servers that sends them
7723         lower-case (e.g., MS Exchange 2007).
7724
7725 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7726
7727         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7728         function.
7729
7730         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7731         (gnus-uu-yenc-article): New function.
7732
7733         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7734
7735         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7736
7737 2007-12-02  Glenn Morris  <rgm@gnu.org>
7738
7739         * binhex.el (binhex): New custom group.
7740         (binhex-decoder-program, binhex-decoder-switches)
7741         (binhex-use-external): Move to the binhex custom group.
7742
7743         * uudecode.el (uudecode): New custom group.
7744         (uudecode-decoder-program, uudecode-decoder-switches)
7745         (uudecode-use-external): Move to the uudecode custom group.
7746
7747         * netrc.el (top-level): Don't load `encrypt' features.
7748         (netrc-parse): Don't use encrypt.
7749         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7750
7751         * encrypt.el: Remove file.
7752
7753 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7754
7755         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7756         matches on patches.
7757
7758         * gnus-art.el (gnus-article-browse-html-article):
7759         Mention `mm-text-html-renderer' in the doc string.
7760
7761         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7762         string.  Add comments.
7763
7764         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7765         if rhs is ASCII.
7766
7767 2007-12-01  Glenn Morris  <rgm@gnu.org>
7768
7769         * mail-source.el (top-level): Require format-spec before
7770         eval-when-compile.
7771
7772 2007-11-30  Glenn Morris  <rgm@gnu.org>
7773
7774         * encrypt.el: Require password, rather than autoloading password-read.
7775
7776 2007-11-29  Glenn Morris  <rgm@gnu.org>
7777
7778         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7779         (sasl-make-client, sasl-next-step, sasl-step-data)
7780         (sasl-step-set-data): Declare as functions.
7781
7782 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7783
7784         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7785
7786 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7787
7788         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7789         certs should be verified and what is to be done in the event of a
7790         verification failure.
7791
7792         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7793         caller can indicate whether the cache should be disregarded for this
7794         call.  This way the result of the call is reproducible at all times and
7795         can be considered a canonical server name for the supplied method.
7796         (gnus-agent-method-p): Canonicalize server names by pushing their
7797         method through `gnus-method-to-server' using the no-cache argument.
7798
7799         * gnus-srvr.el (gnus-server-insert-server-line):
7800         Call `gnus-method-to-server' with `no-cache' argument.
7801
7802         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7803         gnus-agent-possibly-synchronize-flags as this should be called when the
7804         server is actually being opened.
7805         (gnus-agent-possibly-synchronize-flags)
7806         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7807         flags file of an agentized server to the latter function.
7808
7809         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7810         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7811         after a connection has been established successfully.
7812
7813 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7814
7815         * gnus-art.el (article-display-face): Force to display face if called
7816         interactively; check if gnus-article-x-face-too-ugly matches author.
7817         (article-display-x-face): Display face even if From header is missing
7818         as article-display-face does.
7819
7820 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7821
7822         * hashcash.el (message-narrow-to-headers-or-head)
7823         (message-fetch-field, message-goto-eoh)
7824         (message-narrow-to-headers): Declare as functions.
7825
7826 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7827
7828         * mail-source.el (mail-sources): Default to fetch from file for
7829         compatibility with default of nnmail-spool-file.
7830
7831 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7832
7833         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7834         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7835         to look for encoded word that should be encoded again.
7836         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7837         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7838         encoding pattern.
7839         (rfc2047-decode-region): Switch strict regexp and loose one according
7840         to rfc2047-allow-irregular-q-encoded-words.
7841
7842 2007-11-25  Romain Francoise  <romain@orebokech.com>
7843
7844         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7845
7846 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7847
7848         * tls.el (tls-program): Provide more custom choices from
7849         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7850         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7851
7852 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7853
7854         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7855         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7856
7857         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7858         `nnmail-spool-file'.
7859
7860         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7861         `nnmail-spool-file'.
7862
7863         * gnus-move.el (gnus-change-server): Ditto.
7864
7865         * gnus-kill.el (gnus-batch-score): Ditto.
7866
7867         * gnus-cache.el (gnus-jog-cache): Ditto.
7868
7869         * gnus-msg.el (gnus-summary-reply):
7870         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7871
7872 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7873
7874         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7875         version.  Minor improvement to doc strings.
7876         (tls-program): Add comment.
7877
7878 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7879
7880         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7881         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7882         mismatch between the hostname provided in the certificate and the name
7883         of the host connnecting to.
7884         (open-tls-stream): Use them.  Check certificates against trusted root
7885         certificates.
7886
7887 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7888
7889         * gnus-cache.el (gnus-cache-generate-nov-databases):
7890         Use nnml-generate-nov-databases-directory instead of
7891         nnml-generate-nov-databases-1.
7892
7893 2007-11-24  Glenn Morris  <rgm@gnu.org>
7894
7895         * message.el (message-tool-bar-retro): Update for rename
7896         mail_send.xpm->mail-send.xpm.
7897
7898 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7899
7900         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7901         `smime-ldap-search' for Emacs 22 and up.
7902
7903 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7904
7905         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7906
7907         * message.el (message-send-mail-function): Fix error convention.
7908         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7909         (message-widen-reply, message-send-mail, message-talkative-question)
7910         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7911         (message-clone-locals, message-send-news): Use with-current-buffer.
7912         (message-insert-or-toggle-importance): Remove unused var `valid'.
7913         (message-make-references): Remove unused var `new-references'.
7914         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7915
7916 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7917
7918         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7919         (spam-split-symbolic-return-positive): Reflow docstring.
7920         (spam-backends, spam-summary-exit-behavior)
7921         (spam-mark-ham-unread-before-move-from-spam-group)
7922         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7923         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7924         (spam-clear-cache, spam-backend-check, spam-install-backend)
7925         (spam-install-statistical-backend, spam-list-of-processors)
7926         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7927         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7928         (spam-check-crm114, spam-initialize, spam-unload-hook):
7929         Fix typos in docstrings.
7930
7931 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7932
7933         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7934         been checked if they have never been read and those group levels are
7935         higher than the one that a user specified.
7936
7937 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7938
7939         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7940         foreign groups unless a group level is specified by a user.
7941         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7942
7943 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7944
7945         * message.el (message-send-mail-function): Require sendmail.
7946
7947 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7948
7949         * message.el (message-send-mail-function): Check for smtpmail too.
7950
7951         * utf7.el (utf7-encode, utf7-decode): Use coding system
7952         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7953
7954         * message.el (message-send-mail-function): New function.
7955         (message-send-mail-function): Set default using
7956         message-send-mail-function.  Adjust doc string.
7957         (message-send-mail-with-mailclient): New function.
7958
7959 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7960
7961         * smime.el (from):
7962         * rfc2047.el (message-posting-charset):
7963         * qp.el (mm-use-ultra-safe-encoding):
7964         * pop3.el (parse-time-months):
7965         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7966         * nnml.el (files):
7967         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7968         (jka-compr-compression-info-list, ange-ftp-path-format)
7969         (efs-path-regexp):
7970         * nndiary.el (files):
7971         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7972         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7973         (epg-digest-algorithm-alist, inhibit-redisplay)
7974         (password-cache-expiry):
7975         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7976         (pgg-output-buffer, password-cache-expiry):
7977         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7978         (efs-path-regexp):
7979         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7980         (inhibit-redisplay):
7981         * mm-uu.el (file-name, start-point, end-point, entry)
7982         (gnus-newsgroup-name, gnus-newsgroup-charset):
7983         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7984         (latin-unity-ucs-list):
7985         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7986         (mm-uu-binhex-decode-function):
7987         * message.el (gnus-message-group-art, gnus-list-identifiers)
7988         (rmail-enable-mime-composing, gnus-local-organization)
7989         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7990         (gnus-read-active-file, facemenu-add-face-function)
7991         (facemenu-remove-face-function, gnus-article-decoded-p)
7992         (tool-bar-mode):
7993         * mail-source.el (display-time-mail-function):
7994         * gnus-util.el (nnmail-pathname-coding-system)
7995         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7996         (gnus-original-article-buffer, gnus-user-agent)
7997         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7998         (xemacs-codename, sxemacs-codename, emacs-program-version):
7999         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8000         * gnus-start.el (gnus-agent-covered-methods)
8001         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8002         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8003         (gnus-newsgroup-headers, gnus-group-list-mode)
8004         (gnus-group-mark-positions, gnus-newsgroup-data)
8005         (gnus-newsgroup-unreads, nnoo-state-alist)
8006         (gnus-current-select-method, mail-sources)
8007         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8008         (nnmail-spool-file, gnus-cache-active-hashtb):
8009         * gnus-mh.el (mh-lib-progs):
8010         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8011         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8012         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8013         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8014         (gnus-group-buffer):
8015         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8016         (font-lock-set-defaults):
8017         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8018         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8019         (gnus-summary-post-menu, total-parts, type, condition, length):
8020         * gnus-agent.el (gnus-agent-read-agentview):
8021         * flow-fill.el (show-trailing-whitespace):
8022         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8023         eval-and-compile wrappers for byte compiler pacifiers.
8024
8025         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8026         (mm-display-inline-fontify): Check for featurep 'xemacs not
8027         extent-list.
8028
8029         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8030         itimer-list.
8031         (mm-create-image-xemacs): Only do something for XEmacs.
8032         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8033
8034         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8035
8036         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8037         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8038
8039 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8040
8041         * nnimap.el (nnimap-split-download-body):
8042         * gnus-demon.el (gnus-demon):
8043         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8044
8045 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8046
8047         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8048         New macros.
8049         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8050         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8051         copy data from unibyte buffer to multibyte current buffer.
8052         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8053         to copy data from unibyte current buffer to multibyte buffer.
8054         (nntp-make-process-buffer): Make process buffer unibyte.
8055
8056         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8057
8058 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8059
8060         * pop3.el (pop3-open-server): Accept and process data more robustly at
8061         connexion start to avoid spurious "POP SSL connexion failed" errors.
8062
8063 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8064
8065         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8066         read group names.
8067
8068 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8069
8070         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8071
8072 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8073
8074         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8075         (nnmail-save-active): Use a unibyte buffer when saving active file,
8076         which may contain non-ASCII group names.
8077
8078         * nnml.el (nnml-request-group): Decode group names in messages.
8079
8080 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8081
8082         * message.el (message-citation-line-function)
8083         (message-insert-formatted-citation-line): Fix spelling of
8084         `message-insert-formated-citation-line'.
8085
8086 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8087
8088         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8089
8090 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8091
8092         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8093         nnmail-pathname-coding-system.
8094
8095         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8096         that a user enters; decode group names in messages.
8097
8098         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8099
8100 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8101
8102         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8103
8104         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8105
8106         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8107         risky local variable.
8108
8109         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8110
8111 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8112
8113         * encrypt.el: Improve documentation to fix function name typo.
8114         Reported by Daiki Ueno <ueno@unixuser.org>.
8115
8116 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8117
8118         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8119         even if the point is not in the last page of an article.
8120         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8121         back to the previous page.
8122
8123 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8124
8125         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8126
8127 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8128
8129         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8130
8131 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8132
8133         * message.el (message-check-news-body-syntax):
8134         Avoid mm-string-as-multibyte.
8135         (message-hide-headers): Don't assume (point-min)==1.
8136
8137 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8138
8139         * message.el (message-remove-blank-cited-lines): Fix if remove is
8140         given.
8141         (message-bogus-address-regexp): New variable.
8142         (message-bogus-recipient-p): New function.
8143         (message-check-recipients): New command.
8144         (message-syntax-checks): Add `bogus-recipient'.
8145         (message-fix-before-sending): Add `bogus-recipient'.
8146
8147         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8148         (gnus-treat-body-boundary): Don't test window-system.
8149
8150 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8151
8152         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8153
8154 2007-10-28  Miles Bader  <miles@gnu.org>
8155
8156         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8157         at compile-time too.
8158
8159 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8160
8161         * gnus-msg.el (gnus-message-setup-hook):
8162         Add `message-remove-blank-cited-lines' to options.
8163
8164 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8165
8166         * message.el (message-remove-blank-cited-lines): New function.
8167         Suggested by Karl Plästerer.
8168
8169 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8170
8171         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8172         mapc.
8173
8174         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8175         (top-level): Use mapc to set functions to be traced for debugging.
8176
8177         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8178         called for effect with while loop.
8179
8180         * message.el (message-talkative-question): Replace mapcar called for
8181         effect with mapc.
8182
8183         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8184         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8185         called for effect with dolist.
8186
8187         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8188
8189         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8190         gnus-extra-headers and nnmail-extra-headers.
8191
8192         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8193         called for effect with dolist.
8194         (top-level): Use mapc to set functions to be traced for debugging.
8195
8196         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8197         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8198         dolist.
8199
8200         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8201         Replace mapcar called for effect with mapc.
8202         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8203         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8204         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8205         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8206
8207         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8208         remove-if that's a cl function.
8209
8210         * webmail.el (webmail-debug): Replace mapcar called for effect with
8211         dolist.
8212
8213         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8214         with mapc.
8215
8216 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8217
8218         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8219         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8220         with while loop.
8221
8222         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8223         functions from article-* functions.
8224         (gnus-multi-decode-header): Replace mapcar called for effect with
8225         dolist.
8226
8227         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8228         (gnus-bookmark-show-details): Replace mapcar called for effect with
8229         while loop.
8230
8231         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8232         called for effect with while loop.
8233
8234         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8235         with dolist.
8236
8237         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8238         Replace mapcar called for effect with dolist.
8239
8240         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8241
8242         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8243         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8244         Replace mapcar called for effect with dolist.
8245         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8246         mapc.
8247
8248         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8249         Replace mapcar called for effect with dolist.
8250         (gnus-topic-list): Replace mapcar called for effect with mapc.
8251
8252         * gnus.el: Use mapc instead of mapcar to add autoloads.
8253
8254 2007-10-23  Richard Stallman  <rms@gnu.org>
8255
8256         * gnus-group.el (gnus-group-highlight): Mark as risky.
8257
8258 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8259
8260         * gnus.el (gnus-server-to-method): Return method found first in
8261         gnus-newsrc-alist.
8262
8263         * gnus-art.el (gnus-article-highlight-signature)
8264         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8265         button overlay without the front stickiness.
8266
8267 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8268
8269         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8270         overview buffer needed a catch to receive its throw.
8271         (gnus-agent-flush-cache): Declare as interactive to make this function
8272         easier to use.
8273
8274 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8275
8276         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8277         `next-line'.
8278
8279 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8280
8281         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8282         exclude address matching message-dont-reply-to-names.
8283
8284 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8285
8286         * gnus-util.el (gnus-string<): New function.
8287
8288         * gnus-sum.el (gnus-article-sort-by-author)
8289         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8290
8291 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8292
8293         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8294         the frame-focus tag is set in gnus-buffer-configuration.
8295
8296 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8297
8298         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8299         the front stickiness.
8300
8301 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8302
8303         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8304         url pattern; remove duplicate one.
8305         (gnus-article-extend-url-button): New function.
8306         (gnus-article-add-buttons): Use it.
8307         (gnus-button-push): Use concatenated url that it makes.
8308
8309 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8310
8311         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8312
8313 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8314
8315         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8316         Don't hardcode point-min==1.
8317
8318 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8319
8320         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8321         Fix comment about "iso8859-1".
8322
8323 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8324
8325         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8326         ones returned from the verify-function.
8327
8328         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8329         Call mml2015-extract-cleartext-signature if extraction failed.
8330
8331 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8332
8333         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8334         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8335         failed.
8336
8337 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8338
8339         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8340
8341 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8342
8343         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8344         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8345         recommends to use EasyPG instead of PGG.
8346
8347         * pgg.el: Revert to revision 6.23.2.16.
8348
8349         * pgg-def.el: Revert to revision 6.6.2.14.
8350
8351         * pgg-gpg.el: Revert to revision 6.23.2.34.
8352
8353 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8354
8355         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8356         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8357         thread for both the null and zero (kill/expire thread) universal prefix
8358         cases.
8359         (gnus-summary-expire-thread): Add new function to expire a thread,
8360         using gnus-summary-kill-thread.
8361         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8362         shortcuts for gnus-summary-expire-thread.
8363         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8364         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8365
8366 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8367
8368         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8369         extras value, so an extras entry can be deleted.
8370         (gnus-registry-delete-extra-entry): Use it.
8371         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8372         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8373         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8374         storage through the gnus-registry, and provide an appropriate API for
8375         it.
8376
8377 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8378
8379         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8380         Suggested by Leo <sdl.web@gmail.com>.
8381
8382         * gnus.el: Do.
8383
8384 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8385
8386         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8387         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8388
8389         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8390
8391         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8392         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8393
8394 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8395
8396         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8397         newline.
8398         (nnmbox-request-accept-article): Don't change article in source buffer;
8399         narrow to header to use message-fetch-field rather than
8400         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8401         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8402         as delimiters; make sure article ends with newline.
8403         (nnmbox-delete-mail): Correct last position of article to be deleted;
8404         ignore X-Gnus-Newsgroup header in article body.
8405         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8406         positions; make sure article ends with newline.
8407
8408         * message.el (message-display-abbrev): Don't infloop when a user
8409         inserts SPC in the beginning of header.
8410
8411         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8412         coding-system-for-read and coding-system-for-write for XEmacs having no
8413         file-coding feature.
8414
8415         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8416
8417 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8418
8419         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8420         list of groups not followed by default.  Fix type to be regexp.
8421         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8422
8423 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8424
8425         * hmac-def.el (define-hmac-function): Switch from old-style to
8426         new-style backquotes.
8427
8428         * md4.el (md4-make-step): Likewise.
8429
8430 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8431
8432         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8433         raw-text coding system when saving .newsrc file, which may contain
8434         non-ASCII group names.
8435
8436 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8437
8438         * gnus-cus.el (gnus-score-extra): New widget.
8439         (gnus-score-extra-convert): New function.
8440         (gnus-score-customize): Use it for Extra.
8441
8442 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8443
8444         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8445         (mml2015-mailcrypt-clear-verify): Use it.
8446         (mml2015-gpg-clear-verify): Use it.
8447         (mml2015-pgg-clear-verify): Use it.
8448         (mml2015-epg-clear-verify): Replace the current part with the output
8449         from GnuPG; don't extract the plaintext by itself.
8450
8451         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8452         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8453         mml2015-clear-verify-function; don't touch the armor headers or
8454         dash-escaped text here.
8455
8456 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8457
8458         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8459         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8460         parts, or application/octet-stream as a last resort.
8461         (gnus-mime-view-part-as-type): Don't toggle display.
8462         (gnus-mime-view-part-as-charset): Don't turn off display before
8463         querying charset.
8464
8465         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8466         stuff to undisplayer function in Emacs.
8467         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8468
8469         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8470         text/calendar parts.
8471
8472 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8473
8474         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8475         decoding text/calendar parts.
8476
8477         * message.el (message-forward-make-body-mime): Always mark body as
8478         having no illegible text; remove signed-or-encrypted argument.
8479         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8480
8481         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8482         (mml-generate-mime-1): Don't encode body if it is specified to be in
8483         raw form; don't make buffer be unibyte when inserting multibyte string.
8484
8485 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8486
8487         * sha1.el: Fix up comment style.
8488         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8489         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8490
8491         * hex-util.el: Fix up comment style.
8492         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8493
8494         * gnus-salt.el: Use with-current-buffer.
8495         (gnus-pick-setup-message): Fix long-standing typo.
8496
8497 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8498
8499         * imap.el (imap-logout-timeout): New variable.
8500         (imap-logout, imap-logout-wait): New functions.
8501         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8502
8503         * nnimap.el (nnimap-logout-timeout): New server variable.
8504         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8505         nnimap-logout-timeout.
8506
8507         * gnus-art.el (gnus-article-summary-command-nosave)
8508         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8509
8510 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8511
8512         * gnus.el (gnus-maximum-newsgroup): New variable.
8513
8514         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8515         according to gnus-maximum-newsgroup.
8516
8517         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8518         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8519         Limit the range of articles according to gnus-maximum-newsgroup.
8520
8521 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8522
8523         * gnus-art.el (gnus-sticky-article): Fix problems described in
8524         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8525         Don't perform gnus-configure-windows here; reuse existing sticky
8526         article buffer.
8527
8528         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8529         it doesn't exist in gnus-article-mode.
8530
8531 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8532
8533         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8534         (gnus-agent-decoded-group-name): New function.
8535         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8536         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8537
8538 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8539
8540         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8541         Add binding for gnus-sticky-article.
8542         (gnus-summary-exit): Don't kill sticky article buffers.
8543
8544         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8545         article buffer.
8546         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8547         (gnus-kill-sticky-article-buffers): New commands.
8548
8549 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8550
8551         * nntp.el (nntp-xref-number-is-evil): New server variable.
8552         (nntp-find-group-and-number): If it is non-nil, don't trust article
8553         numbers in the Xref header.
8554
8555 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8556
8557         * gnus-agent.el (gnus-agent-read-group): New function.
8558         (gnus-agent-flush-group, gnus-agent-expire-group)
8559         (gnus-agent-regenerate-group): Use it.
8560         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8561         nnmail-pathname-coding-system.
8562
8563 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8564
8565         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8566
8567         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8568         that are unread as unread, and also as selected so that information of
8569         marks having been changed by a user may be updated when exiting group.
8570
8571 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8572
8573         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8574
8575 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8576
8577         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8578         calculated ignoring signature parts to gnus-treat-article.
8579
8580 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8581
8582         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8583         a point here in order to keep the window start.
8584         (gnus-insert-mime-security-button): Make a button overlay without the
8585         front stickiness.
8586         (gnus-mime-display-security): Goto the end of a button.
8587
8588         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8589
8590 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8591
8592         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8593         group-name-at-point.
8594         (gnus-group-completing-read): New function that offers decoded
8595         non-ASCII group names for completion.
8596         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8597         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8598         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8599         (gnus-group-fetch-control): Use it.
8600         (gnus-fetch-group): Use group-name-at-point for the initial value
8601         rather than the default value; use gnus-alive-p.
8602
8603         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8604         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8605         (gnus-summary-post-news): Use gnus-group-completing-read.
8606
8607         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8608         (gnus-read-move-group-name): Decode group name for completion.
8609
8610 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8611
8612         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8613         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8614         Yamaoka slightly modified the code).
8615
8616 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8617
8618         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8619         (nnmail-split-incoming): Bind it.
8620
8621         * nnml.el (nnml-group-name-charset): New function.
8622         (nnml-decoded-group-name): Use it; don't decode group name if
8623         nnmail-group-names-not-encoded-p is non-nil.
8624         (nnml-encoded-group-name): New function.
8625         (nnml-group-pathname): Inline nnml-decoded-group-name.
8626         (nnml-request-expire-articles): Decode group name in message.
8627         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8628         nnmail-pathname-coding-system.
8629         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8630         not decoded ones according to nnmail-group-names-not-encoded-p.
8631         (nnml-generate-active-info): Use nnml-encoded-group-name.
8632
8633 2007-08-08  Glenn Morris  <rgm@gnu.org>
8634
8635         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8636         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8637         doc-strings and comments.
8638
8639 2007-07-25  Glenn Morris  <rgm@gnu.org>
8640
8641         * Relicense all FSF files to GPLv3 or later.
8642
8643 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8644
8645         * gnus-sum.el (gnus-summary-move-article):
8646         Make gnus-summary-respool-article work.
8647
8648 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8649
8650         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8651         string.
8652
8653 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8654
8655         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8656         that should be ignored when comparing distant RSS articles with local
8657         ones.
8658         (nnrss-make-hash-index): New function.  Create a hash index according
8659         to the ignored fields.
8660         (nnrss-check-group): Use it.
8661
8662 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8663
8664         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8665
8666         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8667
8668         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8669         the new optional argument ENCODED is non-nil.
8670         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8671         coding system for encoding group name.
8672         (gnus-group-make-rss-group): Pass un-encoded group name to
8673         gnus-group-make-group.
8674         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8675         encoded.
8676
8677         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8678         Encode group name to which articles are moved or copied.
8679         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8680         coding system for encoding Newsgroup, Followup-To and Xref headers.
8681
8682         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8683         marks; use nnheader-file-coding-system to write a file.
8684         (nnagent-retrieve-headers): Bind file-name-coding-system to
8685         nnmail-pathname-coding-system.
8686
8687         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8688
8689         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8690         (nnml-request-article, nnml-request-create-group)
8691         (nnml-request-rename-group, nnml-find-id)
8692         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8693         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8694         (nnml-save-marks): Use nnml-group-pathname instead of
8695         nnmail-group-pathname.
8696
8697         (nnml-request-create-group, nnml-request-expire-articles)
8698         (nnml-request-move-article, nnml-request-delete-group)
8699         (nnml-deletable-article-p, nnml-possibly-create-directory)
8700         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8701         (nnml-open-marks): Bind file-name-coding-system to
8702         nnmail-pathname-coding-system.
8703
8704         (nnml-request-article): Pass server argument to nnml-find-group-number.
8705         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8706         Pass server argument to nnml-possibly-create-directory.
8707         (nnml-request-accept-article): Pass server argument to
8708         nnml-active-number and nnml-save-mail.
8709         (nnml-find-group-number): Pass server argument to nnml-find-id.
8710         (nnml-request-update-info): Pass server argument to
8711         nnml-marks-changed-p.
8712
8713         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8714         (nnml-save-mail, nnml-active-number): Add server argument.
8715
8716         (nnml-request-delete-group): Warn if group is missing.
8717         (nnml-get-nov-buffer): Decode group name.
8718         (nnml-generate-active-info): Encode group name.
8719         (nnml-open-marks): Decode group name in messages.
8720
8721 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8722
8723         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8724         if it is not specified.
8725         (gnus-article-pipe-part, gnus-article-save-part)
8726         (gnus-article-interactively-view-part, gnus-article-copy-part)
8727         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8728         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8729         (gnus-article-replace-part, gnus-article-delete-part)
8730         (gnus-article-view-part-as-type): Pass raw prefix argument to
8731         gnus-article-part-wrapper.
8732
8733 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8734
8735         * gnus-agent.el (gnus-agent-save-active):
8736         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8737
8738         * gnus-cache.el (gnus-cache-save-buffers)
8739         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8740         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8741         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8742         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8743         (gnus-cache-generate-active, gnus-cache-rename-group)
8744         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8745         (gnus-cache-update-overview-total-fetched-for):
8746         Bind file-name-coding-system to nnmail-pathname-coding-system.
8747         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8748         New variables.
8749         (gnus-cache-decoded-group-name): New function.
8750         (gnus-cache-file-name): Use it.
8751         (gnus-cache-generate-active): Use non-decoded group name for active.
8752
8753         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8754         right place.
8755         (gnus-write-active-file): Don't break non-ASCII group names.
8756
8757         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8758         nnmail-pathname-coding-system.
8759
8760         * lpath.el: Bind default-file-name-coding-system,
8761         file-name-coding-system and language-info-alist for XEmacs.
8762
8763         * gnus-uu.el (gnus-uu-decode-save): Typo.
8764
8765 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8766
8767         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8768
8769 2007-07-14  David Kastrup  <dak@gnu.org>
8770
8771         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8772         finishing actions if we did not edit the article.
8773
8774 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8775
8776         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8777         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8778         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8779         (gnus-agent-flush-group, gnus-agent-flush-cache)
8780         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8781         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8782         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8783         (gnus-agent-regenerate-group)
8784         (gnus-agent-update-files-total-fetched-for)
8785         (gnus-agent-update-view-total-fetched-for):
8786         Bind file-name-coding-system to nnmail-pathname-coding-system.
8787         (gnus-agent-group-pathname): Don't encode file names by
8788         nnmail-pathname-coding-system.
8789         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8790         coding-system-for-write instead of buffer-file-coding-system to
8791         gnus-agent-file-coding-system.
8792
8793         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8794         Decode group name.
8795
8796         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8797
8798         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8799         (gnus-read-newsrc-el-file): Make group names unibyte.
8800
8801         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8802         nnmail-pathname-coding-system.
8803
8804         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8805         (nnrss-request-delete-group): Bind file-name-coding-system to
8806         nnmail-pathname-coding-system.
8807         (nnrss-read-server-data, nnrss-read-group-data):
8808         Bind file-name-coding-system correctly.
8809         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8810
8811         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8812         (nntp-server-to-method-cache): New variable.
8813         (nntp-group-pathname): New function that decodes non-ASCII group names.
8814         (nntp-possibly-create-directory, nntp-marks-changed-p)
8815         (nntp-save-marks, nntp-open-marks): Use it.
8816         (nntp-possibly-create-directory, nntp-open-marks):
8817         Bind file-name-coding-system to nnmail-pathname-coding-system.
8818         (nntp-open-marks): Decode group names when bootstrapping marks.
8819
8820         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8821         Newsgroups and Folowup-To headers.
8822
8823 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8824
8825         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8826         (gnus-server-closed-face, gnus-server-denied-face)
8827         (gnus-server-offline-face): Remove variable.
8828         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8829
8830         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8831         of modifying message-stack directly for XEmacs.
8832
8833         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8834         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8835         if the coding-system argument is nil for XEmacs.
8836
8837         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8838         mm-charset-override-alist.
8839
8840         * rfc2047.el: Don't require base64; require rfc2045 for the function
8841         rfc2045-encode-string.
8842         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8843         to quote the parameter value.
8844
8845 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8846
8847         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8848         form in gnus-group-name-charset-method-alist.
8849
8850         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8851         overrides the default layout edit-form.
8852
8853         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8854
8855         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8856
8857 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8858
8859         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8860         as unfetched articles.
8861
8862 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8863
8864         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8865
8866 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8867
8868         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8869         original back end that keeps marks in the local system.
8870
8871 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8872
8873         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8874         arg of pop-to-buffer for XEmacs.
8875         (gnus-article-read-summary-keys): Ditto; don't restore window
8876         configuration if summary command ends up with neither article buffer
8877         nor summary buffer; describe bindings if summary keys end with C-h.
8878
8879 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8880
8881         * message.el (message-fix-before-sending): Skip raw message part to be
8882         forwarded while checking illegible text.
8883         (message-forward-make-body-mime, message-forward-make-body):
8884         Mark signed or encrypted raw message as having no illegible text.
8885
8886 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8887
8888         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8889         (gnus-message-with-timestamp-1): New macro.
8890         (gnus-message-with-timestamp): New function.
8891         (gnus-message): Use them.
8892
8893         * nnheader.el (nnheader-message): Use them.
8894
8895 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8896
8897         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8898         .newsrc.eld file.
8899
8900 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8901
8902         * gnus-agent.el (gnus-agent-fetch-headers)
8903         (gnus-agent-retrieve-headers):
8904         Bind gnus-decode-encoded-address-function to identity.
8905
8906         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8907         available also when the server returns simply a dot.
8908
8909         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8910
8911 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8912
8913         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8914
8915 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8916
8917         * gnus-ems.el (gnus-x-splash): Make it work.
8918
8919         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8920         from being used.
8921
8922         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8923
8924 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8925
8926         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8927         4th and the 5th arguments.
8928
8929         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8930         the front stickiness.
8931         (gnus-article-summary-command-nosave): Correct the order of the
8932         arguments passed to pop-to-buffer.
8933         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8934         summary command ends up with the article buffer.
8935
8936         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8937         the same faces.
8938
8939 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8940
8941         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8942
8943 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8944
8945         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8946         * gnus-sum.el (gnus-summary-highlight):
8947         * pgg.el (pgg-sign-region, pgg-sign):
8948         * mail-source.el (mail-source-delete-old-incoming-confirm):
8949         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8950
8951 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8952
8953         * gnus-art.el (gnus-mime-view-part-externally)
8954         (gnus-mime-view-part-internally): Fix predicate function passed to
8955         completing-read.
8956
8957         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8958
8959         * gnus.el (gnus-update-message-archive-method): Add :version.
8960
8961 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8962
8963         * gnus.el (gnus-update-message-archive-method): New variable.
8964
8965         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8966         according to gnus-message-archive-method if
8967         gnus-update-message-archive-method is non-nil.
8968
8969 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8970
8971         * gnus-sum.el (gnus-summary-limit-to-address): New function.
8972         Suggested by Loic Dachary <loic@dachary.org>.
8973         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8974
8975 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8976
8977         * message.el (message-pop-to-buffer): Add switch-function argument.
8978         (message-mail): Pass switch-function argument to it.
8979
8980 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8981
8982         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8983         Improve doc string.
8984
8985 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8986
8987         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8988         (gnus-header-content)
8989         * gnus-cite.el (gnus-cite-10)
8990         * gnus-srvr.el (gnus-server-closed)
8991         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8992         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8993         (gnus-group-mail-3-empty, gnus-group-mail-low)
8994         (gnus-group-mail-low-empty, gnus-splash)
8995         * message.el (message-header-to, message-header-cc)
8996         (message-header-subject, message-header-other, message-header-name)
8997         (message-header-xheader, message-separator, message-cited-text)
8998         (message-mml): Lighten colors of faces used for dark background.
8999
9000 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9001
9002         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9003         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9004
9005 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9006
9007         * message.el (message-narrow-to-headers-or-head):
9008         Ignore mail-header-separator in the body.
9009
9010 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9011
9012         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9013         same as window size.
9014
9015 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9016
9017         * message.el (message-font-lock-keywords): Use message-header-xheader
9018         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9019         ahead of the anything pattern, to get it recognised.
9020
9021 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9022
9023         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
9024         spam.el loads uses it in the compiled defadvice form.
9025
9026 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9027
9028         * gnus-sum.el (gnus-articles-to-read)
9029         (gnus-summary-insert-old-articles): Don't truncate group name for
9030         `read-string'.
9031
9032         * gnus-util.el (gnus-limit-string): Delete this function.
9033
9034         * gnus-sum.el (gnus-simplify-subject-fully):
9035         Use `truncate-string-to-width' instead.
9036
9037 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9038
9039         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9040         Tell if, on summary exit, the next group has to be selected.
9041         (gnus-summary-exit): Use it.
9042
9043 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9044
9045         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9046         non-break space.
9047
9048 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9049
9050         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9051         Check if group is not a directory.
9052         (nnfolder-request-expire-articles): Don't delete articles if the target
9053         group is not available.
9054
9055         * nnml.el (nnml-request-create-group): Properly check if group is not a
9056         file.
9057         (nnml-request-expire-articles): Don't delete articles if the target
9058         group is not available.
9059
9060         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9061         Don't quote characters that are within parentheses.
9062
9063 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9064
9065         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9066         (gnus-handle-ephemeral-exit): Select article according to it.
9067
9068 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9069
9070         * message.el (message-insert-formated-citation-line): Remove newline.
9071         (message-citation-line-format): Add final \n here so that the user can
9072         avoid a blank line.
9073
9074 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9075
9076         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9077         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9078         Update lanl/arXiv support.
9079
9080 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9081
9082         * gnus.el: Bump version number.
9083
9084 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9085
9086         * gnus.el (gnus-version-number): Bump version.
9087
9088 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9089
9090         * gnus.el: No Gnus v0.6 is released.
9091
9092 2007-04-27  Didier Verna  <didier@xemacs.org>
9093
9094         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9095         * gmm-utils.el (gmm-regexp-concat): ... here.
9096         * message.el: Don't require 'gnus-util.
9097         (message-dont-reply-to-names): Handle name change above.
9098         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9099
9100 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9101
9102         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9103         since the initial value varies according to the system.
9104
9105 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9106
9107         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9108
9109 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9110
9111         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9112
9113 2007-04-24  Didier Verna  <didier@xemacs.org>
9114
9115         Improve the type of gnus-ignored-from-addresses.
9116         * gnus-util.el (gnus-orify-regexp): New function.
9117         * message.el (gnus-util): Require it.
9118         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9119         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9120         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9121
9122 2007-04-24  Didier Verna  <didier@xemacs.org>
9123
9124         * gnus-sum.el:
9125         * gnus-utils.el: Fix some trailing whitespaces.
9126
9127 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9128
9129         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9130         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9131         article's Message-ID; refer parent article in summary buffer.
9132
9133         * message.el (message-bounce): Call mime-to-mml.
9134
9135         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9136         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9137         optimize and/or forms properly.
9138
9139 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9140
9141         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9142         URL.
9143
9144 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9145
9146         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9147
9148 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9149
9150         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9151         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9152         displayed of multipart/alternative part if it is invoked from summary
9153         buffer.
9154
9155         * mm-view.el (mm-inline-text-html-render-with-w3m)
9156         (mm-inline-text-html-render-with-w3m-standalone)
9157         (mm-inline-render-with-function): Use mail-parse-charset by default.
9158
9159 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9160
9161         * parse-time.el (parse-time-string-chars): Check if CHAR
9162         is less than the length of parse-time-syntax.
9163
9164 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9165
9166         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9167         from gnus-newsgroup-processable.
9168
9169 2007-04-16  Didier Verna  <didier@xemacs.org>
9170
9171         * gnus-msg.el (gnus-configure-posting-styles):
9172         Handle message-signature-directory properly with :file syntax.
9173         Reported by "Leo".
9174
9175 2007-04-11  Didier Verna  <didier@xemacs.org>
9176
9177         New user option: message-signature-directory.
9178         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9179         * message.el (message-insert-signature): Ditto.
9180         * message.el (message-signature-file): Doc update.
9181         * message.el (message-signature-directory): New.
9182
9183 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9184
9185         * gnus-msg.el (gnus-inews-yank-articles):
9186         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9187
9188 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9189
9190         * message.el (message-yank-original): Make sure cited text ends with
9191         newline; don't exchange point and mark.
9192
9193 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9194
9195         * tls.el (open-tls-stream): Properly handle case where there
9196         is no associated buffer.
9197
9198 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9199
9200         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9201         message-yank-original, make sure (< mark TEXT point).
9202
9203 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9204
9205         * message.el (message-fill-column): New variable.
9206         (message-mode): Use it.  Add comment on a possible new hook.
9207
9208         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9209         (nnmail-get-new-mail): Reformat.
9210
9211         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9212
9213         * gmm-utils.el: Fix Commentary.
9214         (gmm-tool-bar-from-list): Fix typo in doc string.
9215
9216 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9217
9218         * message.el (message-yank-original): Don't switch point and mark
9219         unnecessarily to put point and mark as documented.
9220
9221 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9222
9223         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9224         from the message heads.
9225
9226 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9227
9228         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9229         article buffer does not have a window.  This may not be the best
9230         solution but is certainly better than setting the start of the null,
9231         that is the current, window.
9232
9233 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9234
9235         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9236         (gnus-draft-setup): Run it.
9237
9238         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9239         gnus-score-fast-scoring.  Allow regexp.
9240         (gnus-score-headers): Use it.
9241
9242         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9243         XEmacs.
9244
9245         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9246         string.
9247         (gnus-button-alist): Also catch `<f1> k ...'.
9248         (gnus-treat-display-x-face): Fix doc string.
9249
9250 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9251
9252         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9253         evaluation of gnus-extended-version to ensure correct generation of the
9254         User-Agent header when message-generate-headers-first is used.
9255
9256 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9257
9258         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9259         hashcash-path is nil.  Don't call callback with incorrect number of
9260         parameters if val is 0.
9261
9262 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9263
9264         * message.el (message-required-news-headers):
9265         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9266
9267 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9268
9269         * tls.el (open-tls-stream): In handshake-waiting loop,
9270         don't wait more if there is output available to process.
9271
9272 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9273
9274         * tls.el (tls-program): Doc fix.
9275
9276 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9277
9278         * message.el (message-generate-new-buffers): Change the meaning of the
9279         nil value; add `standard' to the choices; treat t as `unique'; improve
9280         doc string.
9281         (gnus-select-frame-set-input-focus): Autoload.
9282         (message-buffer-name): Search for the existing message buffer if
9283         message-generate-new-buffers is nil or `standard'; treat the value t of
9284         message-generate-new-buffers as `unique'.
9285         (message-pop-to-buffer): Raise the frame already displaying the message
9286         buffer; clear the echo area after querying.
9287         (message-setup): Pass the `continue' argument to compose-mail.
9288         (message-mail): Prefer `switch-function' if it is given; search for the
9289         existing message buffer if the `continue' argument is non-nil; pass
9290         continue and switch-function arguments to compose-mail by way of
9291         message-setup.
9292         (message-mail-other-window): Adjust argument of message-setup.
9293         (message-mail-other-frame): Ditto.
9294
9295 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9296
9297         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9298         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9299         to turn font-lock on when turning gnus-message-citation-mode on.
9300
9301 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9302
9303         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9304         (mml-smime-function-alist): New variable; add epg as the backend.
9305         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9306         mml-smime- functions instead.
9307         * mm-view.el: Require smime.
9308
9309 2007-03-05  Didier Verna  <didier@xemacs.org>
9310
9311         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9312         instead of just inheritance for posting styles.
9313         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9314
9315 2007-02-24  Chris Moore  <dooglus@gmail.com>
9316
9317         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9318         * pgg-pgp.el (pgg-pgp-encrypt-region):
9319         * pgg-gpg.el (pgg-gpg-encrypt-region):
9320         Check pgg-encrypt-for-me if no other recipients.
9321
9322 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9323
9324         * tls.el (tls-certtool-program): Fix custom type.
9325
9326 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9327
9328         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9329         and point-at-eol instead of line-(beginning|end)-position.
9330
9331         * assistant.el (assistant-parse-buffer): Ditto.
9332
9333         * netrc.el (netrc-parse-services): Ditto.
9334
9335 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9336
9337         * mml2015.el (mml2015-epg-find-usable-key): New function.
9338         (mml2015-epg-sign): Use it.
9339         (mml2015-epg-encrypt): Use it.
9340
9341 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9342
9343         * message.el (message-make-in-reply-to): Quote name containing
9344         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9345         if there are special characters.  Reported by NAKAJI Hiroyuki
9346         <nakaji@jp.freebsd.org>.
9347
9348 2007-02-27  Didier Verna  <didier@xemacs.org>
9349
9350         Include the group parameters as well as the topic ones in the
9351         inheritance filter process.
9352         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9353         argument GROUP-PARAMS-LIST.
9354         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9355
9356 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9357
9358         * nntp.el (nntp-never-echoes-commands)
9359         (nntp-open-connection-functions-never-echo-commands): New variables.
9360         (nntp-send-command): Use them.
9361
9362 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9363
9364         * mml2015.el (mml2015-epg-verify): Simplify.
9365
9366 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9367
9368         * mml.el (mml-content-disposition-alist): New user option.
9369         (mml-content-disposition): New function.
9370         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9371         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9372
9373 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9374
9375         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9376         verification.
9377
9378 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9379
9380         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9381         articles posted in the last 24 hours.
9382
9383 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9384
9385         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9386
9387 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9388
9389         * nntp.el (nntp-send-command): Don't wait for echoes when
9390         nntp-open-ssl-stream is used.
9391
9392 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9393
9394         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9395         (gnus-message-add-citation-keywords)
9396         (gnus-message-remove-citation-keywords): Remove.
9397         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9398         directly, make the variables in font-lock-defaults buffer-local, add
9399         gnus-message-citation-keywords to them and then update the value of
9400         font-lock-keywords.
9401
9402 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9403
9404         * message.el (message-cite-original-1): Don't call
9405         gnus-article-highlight-citation.
9406
9407         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9408         citations; fix line count.
9409
9410 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9411
9412         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9413         (gnus-message-add-citation-keywords)
9414         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9415         versions of font-lock-add-keywords and font-lock-remove-keywords to
9416         work with XEmacs correctly.
9417
9418 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9419
9420         * gnus-cite.el (gnus-cite-face-list): Set the values of
9421         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9422         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9423         (gnus-message-cite-prefix-regexp): New variable.
9424         (gnus-message-search-citation-line): Use it; protect against long
9425         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9426         the 0th match data for Emacs.
9427         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9428         (gnus-message-add-citation-keywords): Append keywords rather than
9429         prepending; emulate font-lock-add-keywords if it is not available.
9430         (gnus-message-remove-citation-keywords):
9431         Emulate font-lock-remove-keywords if it is not available.
9432
9433         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9434
9435         * message.el (message-cite-prefix-regexp): Set the value of
9436         gnus-message-cite-prefix-regexp.
9437
9438 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9439
9440         * nnweb.el (nnweb-google-parse-1): Update parser.
9441
9442 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9443
9444         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9445
9446 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9447
9448         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9449         regexp.
9450
9451 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9452
9453         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9454         string-to-multibyte.
9455         (uudecode-decode-region-internal): Use it.
9456
9457         * lpath.el: Fbind string-as-multibyte for XEmacs.
9458
9459 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9460
9461         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9462         Fix custom choice.
9463
9464         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9465
9466 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9467
9468         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9469
9470         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9471         `write-region' to respect `mm-inhibit-file-name-handlers'.
9472
9473 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9474
9475         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9476         Use gnus-home-directory instead of "~/" or "$HOME".
9477
9478 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9479
9480         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9481         to mention filename.
9482         Add comments at beginning regarding usage.
9483         (encrypt-write-file-contents): Change interactive so a string is
9484         acceptable.  If the file has no associated model, show an error instead
9485         of a nonsense prompt.
9486
9487 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9488
9489         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9490         Thanks to Yoshihiko Yamada for kind notification of this typo.
9491
9492 2007-01-12  Kenichi Handa  <handa@m17n.org>
9493
9494         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9495         multibyte buffer.
9496
9497 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9498
9499         * gnus-score.el (gnus-score-fast-scoring): New variable.
9500         (gnus-score-headers): Use it.
9501
9502         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9503
9504         * message.el (message-cite-original-1):
9505         Call gnus-article-highlight-citation if requested.
9506         (message-make-from): Allow name and address as optional arguments.
9507
9508         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9509
9510         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9511         bugs to doc string.
9512         (gnus-button-alist): Add mid\\|message-id.
9513         (gnus-button-fetch-group): Extend for use in
9514         `browse-url-browser-function'.
9515         (gnus-button-url-regexp): Try to catch paired parentheses like in
9516         Wikipedia URLs.
9517
9518         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9519         Suggested by Simon Krahnke <overlord@gmx.li>.
9520
9521 2007-01-13  Romain Francoise  <romain@orebokech.com>
9522
9523         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9524         Update copyright.
9525
9526 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9527
9528         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9529
9530 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9531
9532         * gnus-registry.el (gnus-registry-unfollowed-groups)
9533         (gnus-registry-split-fancy-with-parent): Fix documentation.
9534
9535 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9536
9537         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9538         from nnweb groups.
9539
9540 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9541
9542         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9543         Xref urls.  Erase buffer before requesting head.
9544
9545         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9546
9547 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9548
9549         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9550         customizable.
9551
9552 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9553
9554         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9555         no signing key is found.
9556         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9557         no encrypting and/or signing key is found.
9558
9559 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9560
9561         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9562
9563 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9564
9565         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9566         headers read from disk with the ones newly found in the current search.
9567         This should no longer cause problems, because the article numbers in
9568         Gmane's `nov.php' output are ignored since the previous change.
9569
9570 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9571
9572         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9573
9574 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9575
9576         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9577         replace-regexp-in-string; bind url-version; fbind display-images-p and
9578         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9579         find-face and set-itimer-function for Emacs; bind itimer-list for
9580         Emacs.
9581
9582         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9583
9584 2007-01-01  Romain Francoise  <romain@orebokech.com>
9585
9586         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9587
9588 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9589
9590         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9591         `define-minor-mode' macro definition expanded properly.
9592         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9593         exclude it there.
9594
9595         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9596         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9597         `fboundp' test.
9598         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9599         This is OK to autoload in (S)XEmacs now.
9600
9601 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9602
9603         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9604         keystroke.
9605         (gnus-summary-limit-to-singletons): Fix typo.
9606
9607         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9608         else fails.
9609
9610 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9611
9612         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9613         docstring.
9614
9615         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9616         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9617         (gnus-summary-insert-dormant-articles): Fix typo in message.
9618
9619 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9620
9621         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9622         nil for XEmacs.
9623         (gnus-message-citation-mode): Don't autoload in XEmacs.
9624
9625         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9626
9627 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9628
9629         * nnimap.el (nnimap-expunge-search-string):
9630         Mention nnimap-search-uids-not-since-is-evil in docstring.
9631
9632 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9633
9634         * spam.el: Revert to make-obsolete-variable because
9635         define-obsolete-variable-alias is not supported in Emacs 21.
9636
9637         * spam.el (spam-ifile-path, spam-ifile-database-path)
9638         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9639         make-obsolete-variable.
9640         (spam-bsfilter-path, spam-bsfilter-program)
9641         (spam-spamassassin-path, spam-spamassassin-program)
9642         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9643         Don't use "path" inappropriately.
9644         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9645         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9646         variable names.
9647
9648 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9649
9650         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9651         summary buffer.
9652
9653         * password.el (password-cache-remove): Use clear-string to burn
9654         password, if available.
9655
9656 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9657
9658         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9659
9660         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9661
9662         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9663         (gnus-message-highlight-citation): Move defcustom here from
9664         gnus-cite.el.
9665         (gnus-message-citation-mode): Autoload.
9666
9667         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9668         checks to make it compile with XEmacs.
9669         (gnus-message-citation-mode): New minor mode.
9670         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9671         (gnus-message-highlight-citation): New variables.
9672         (gnus-message-search-citation-line)
9673         (gnus-message-add-citation-keywords)
9674         (gnus-message-remove-citation-keywords)
9675         (turn-on-gnus-message-citation-mode)
9676         (turn-off-gnus-message-citation-mode): New functions.
9677
9678 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9679
9680         * gnus-cite.el: Enable highlighting of different citation levels in
9681         message-mode.
9682
9683 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9684
9685         * message.el (message-make-fqdn): Fix comment.
9686         (message-bogus-system-names): Add ".local".
9687
9688         * spam.el (spam-ifile-path, spam-ifile-program)
9689         (spam-ifile-database-path, spam-ifile-database)
9690         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9691         Don't use "path" inappropriately.
9692         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9693         strings.
9694         (spam-check-ifile, spam-ifile-register-with-ifile)
9695         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9696         Use new variable names.
9697
9698         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9699         (gnus-treat-display-smileys): Simplify using
9700         gnus-image-type-available-p.
9701
9702         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9703         available.
9704
9705         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9706         Use `display-images-p' if available.
9707
9708 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9709
9710         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9711         one after turning on the buffer's multibyteness instead of decoding
9712         them directly in the unibyte buffer that causes unexpected conversion
9713         in Emacs 23 (unicode).
9714
9715 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9716
9717         * message.el (message-generate-hashcash): Fix custom type.
9718
9719 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9720
9721         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9722
9723 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9724
9725         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9726         disconnect icons.  Add help text.
9727
9728 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9729
9730         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9731         negated to be consistent with the others we handle.
9732
9733 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9734
9735         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9736         version of gnus-summary-buffer to something, so that we can use two
9737         article buffers at the same time.
9738
9739 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9740
9741         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9742         trigger all the extra headers.
9743         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9744         sorting.
9745
9746 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9747
9748         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9749         solid groups.
9750
9751 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9752
9753         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9754
9755 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9756
9757         * legacy-gnus-agent.el: Add Copyright notice.
9758
9759 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9760
9761         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9762
9763 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9764
9765         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9766
9767         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9768         to make it work reliably in CVS Emacs.
9769         (gnus-summary-limit-strange-charsets-predicate)
9770         (gnus-summary-limit-to-predicate): New functions.
9771
9772 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9773
9774         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9775         specifying array size.
9776         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9777         array if it is too small.
9778         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9779         (gnus-sort-threads-loop): New function.
9780
9781 2006-12-06  Chris Moore  <dooglus@gmail.com>
9782
9783         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9784         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9785
9786 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9787
9788         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9789         options.
9790
9791 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9792
9793         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9794         DOS-ing the recipient.
9795
9796         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9797         the headers when creating the mapping to avoid mismappings.
9798         (nnweb-gmane-create-mapping): Always nix out old mapping.
9799
9800 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9801
9802         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9803         and mm-verify-option to never.
9804
9805 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9806
9807         * message.el (message-signed-or-encrypted-p): New function.
9808         (message-forward-make-body): Use it.
9809
9810         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9811         Replace encode-coding-string with mm-encode-coding-string.
9812
9813 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9814
9815         * nneething.el (nneething-decode-file-name):
9816         Replace decode-coding-string with mm-decode-coding-string.
9817
9818         * gnus-int.el (gnus-open-server): Say failed server's name.
9819
9820 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9821
9822         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9823         strings to a single string.  Quote `errors-file-name'.
9824         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9825         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9826         Adjust calls.  Use `shell-quote-argument'.
9827
9828 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9829
9830         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9831         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9832
9833         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9834         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9835         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9836         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9837         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9838         (gnus-subscribe-newsgroup, gnus-1):
9839         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9840         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9841         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9842         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9843
9844 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9845
9846         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9847         keystroke.
9848         (gnus-summary-limit-to-bodies): Implement headersp.
9849
9850 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9851
9852         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9853
9854 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9855
9856         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9857
9858 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9859
9860         * message.el (message-generate-hashcash): Expand range of values to
9861         include `opportunistic'.
9862         (message-send-mail): Use it.
9863
9864 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9865
9866         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9867         and comment it.
9868
9869         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9870
9871 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9872
9873         * gnus-util.el (gnus-extract-address-components): Improve comment.
9874
9875 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9876
9877         * gnus-util.el (gnus-extract-address-components): Work with address in
9878         which the name portion contains @.
9879
9880         * lpath.el: Fbind custom-autoload.
9881
9882 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9883
9884         * gnus.el (gnus-start): Move custom group up.
9885         (gnus-select-method): Don't autoload, but make it available for
9886         `customize-variable'.
9887         (gnus-getenv-nntpserver): Don't autoload.
9888
9889 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9890
9891         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9892
9893 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9894
9895         * message.el (message-sendmail-extra-arguments): New variable.
9896         (message-send-mail-with-sendmail): Use it.
9897
9898 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9899
9900         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9901         mm-with-unibyte-current-buffer to make string unibyte.
9902
9903         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9904         mm-string-as-multibyte.
9905
9906 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9907
9908         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9909         Reported by Werner Koch <wk@gnupg.org>.
9910
9911 2006-11-14  Daiki Ueno  <ueno@p360>
9912
9913         * mml2015.el: Autoload epa-select-keys when compiling.
9914
9915 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9916
9917         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9918         message-options.
9919         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9920
9921 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9922
9923         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9924         EasyPG (< 0.0.6).
9925         (mml2015-always-trust): New user option.
9926         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9927         prompt.
9928
9929 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9930
9931         * nntp.el (nntp-authinfo-force): New variable.
9932         (nntp-send-authinfo): Use it.
9933
9934 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9935
9936         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9937         decode encoded words.  Improve prompt.  Add comment about forwarding.
9938         (message-replacement-char): Move up.
9939
9940 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9941
9942         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9943         instead of gnus-intersection because arguments of gnus-sorted-nunion
9944         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9945
9946 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9947
9948         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9949         (message-simplify-subject-functions):
9950         Enable message-strip-subject-encoded-words by default.
9951
9952 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9953
9954         * message.el (message-strip-subject-encoded-words): New function.
9955         (message-simplify-subject-functions): New variable.
9956         (message-simplify-subject): Use it.  Fix typo in doc string.
9957         Support message-strip-subject-encoded-words.
9958
9959 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9960
9961         * gnus-diary.el (gnus-diary-delay-format-function):
9962         * nndiary.el (nndiary-reminders):
9963         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9964
9965 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9966
9967         * gnus-art.el (article-hide-boring-headers): Fetch date from
9968         gnus-original-article-buffer to avoid problems with localized date
9969         strings.
9970
9971 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9972
9973         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9974
9975 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9976
9977         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9978         New variables.
9979         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9980         (mm-charset-synonym-alist): Move some entries to
9981         mm-codepage-iso-8859-list.
9982         (mm-charset-synonym-alist, mm-charset-override-alist):
9983         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9984
9985 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9986
9987         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9988
9989 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9990
9991         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9992         with Emacs 21 and XEmacs.
9993
9994 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9995
9996         * spam.el (spam-parse-address): New function for better parsing,
9997         catching errors, etc.
9998         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9999
10000 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10001
10002         * mm-view.el: Add interactive arg to html2text autoload.
10003
10004 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10005
10006         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10007
10008 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10009
10010         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10011         New variables.
10012         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10013         (mm-charset-synonym-alist): Move some entries to
10014         mm-codepage-iso-8859-list.
10015
10016         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10017
10018 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10019
10020         * message.el (message-citation-line-format)
10021         (message-insert-formated-citation-line): Fix implementation of %E, %N
10022         and %n according to the doc string.
10023
10024 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10025
10026         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10027         Use car-safe to avoid bad parses.
10028
10029 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10030
10031         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10032         names.
10033
10034         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10035
10036 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10037
10038         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10039         header.
10040
10041         * message.el (message-draft-headers): Add Date.
10042         (message-headers-to-generate): Fix typo in docstring.
10043
10044         * nndraft.el (nndraft-required-headers): New variable.
10045         (nndraft-generate-headers): Use it.
10046
10047         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10048
10049 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10050
10051         * gnus-registry.el (gnus-registry-wash-for-keywords)
10052         (gnus-registry-find-keywords): New functions to allow easy searching of
10053         articles that are in the registry.
10054
10055 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10056
10057         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10058         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10059         Reported by Damien Elmes <damien@repose.cx>.
10060
10061 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10062
10063         * gnus.el (gnus-mime): Remove unused custom group.
10064
10065 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10066
10067         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10068         "blank line" when searching for end of armor headers.
10069
10070 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10071
10072         * gmm-utils.el (gmm-write-region): Fix variable name.
10073
10074 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10075
10076         * gmm-utils.el (gmm-write-region): New function based on compatibility
10077         code from `mm-make-temp-file'.
10078
10079         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10080
10081         * nnmaildir.el (nnmaildir--update-nov)
10082         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10083         Use `gmm-write-region'.
10084
10085 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10086
10087         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10088         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10089
10090         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10091
10092         * message.el (message-replacement-char): New variable.
10093         (message-fix-before-sending): Use it.
10094         (message-simplify-subject): New function to remove duplicate code.
10095         (message-reply, message-followup): Use it.
10096
10097         * gnus-sum.el (gnus-summary-make-menu-bar):
10098         Clarify gnus-summary-limit-to-articles.
10099
10100 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10101
10102         * gnus-util.el (gnus-with-local-quit): New macro.
10103
10104         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10105
10106 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10107
10108         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10109         ignore non-string data.
10110
10111 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10112
10113         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10114         non-string data (needs to be done in the registry too).
10115
10116 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10117
10118         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10119         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10120         (gnus-registry-split-fancy-with-parent)
10121         (gnus-registry-fetch-simplified-message-subject-fast)
10122         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10123         Remove text properties on ingress into the registry and when it's saved.
10124         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10125         registry from entries with no groups.
10126
10127 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10128
10129         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10130         function to remove string properties.
10131
10132 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10133
10134         * gmm-utils.el (gmm): Adjust custom version.
10135
10136         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10137         Adjust custom version.
10138
10139         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10140
10141 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10142
10143         * gnus-art.el (gnus-insert-prev-page-button)
10144         (gnus-insert-next-page-button): Simplify.  Reformat.
10145
10146 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10147
10148         * gnus-art.el (gnus-insert-prev-page-button)
10149         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10150
10151 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10152
10153         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10154
10155 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10156
10157         * gnus-art.el (gnus-insert-mime-button)
10158         (gnus-insert-mime-security-button):
10159         Apply gnus-article-button-face to MIME and security buttons.
10160
10161 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10162
10163         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10164         readable.
10165
10166 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10167
10168         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10169
10170 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10171
10172         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10173         `browse-url-of-file' instead of `browse-url'.
10174
10175 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10176
10177         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10178         regexp.  Articles containing quotation were cut prematurely.
10179
10180 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10181
10182         * message.el (message-cite-original-1): Use nobody by default for the
10183         value of From header.
10184         (message-reply): Ditto.
10185
10186 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10187
10188         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10189         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10190         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10191
10192 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10193
10194         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10195         mails in the doc string.  Add some URLs in comment.
10196         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10197
10198 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10199
10200         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10201         backslashes handling and the way to find boundaries of quoted strings.
10202
10203 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10204
10205         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10206         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10207         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10208         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10209
10210 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10211
10212         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10213         doc string.
10214         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10215
10216 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10217
10218         * lpath.el: Fbind epg-check-configuration.
10219
10220 2006-09-06  Simon Josefsson  <jas@extundo.com>
10221
10222         * mml2015.el (mml2015-use): Doc fix, mention epg.
10223
10224 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10225
10226         * mml2015.el (mml2015-use): Default to epg, if available.
10227
10228 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10229
10230         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10231         message-sender.
10232         (mml1991-epg-encrypt): Ditto.
10233         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10234         message-sender.
10235         (mml2015-epg-encrypt): Ditto.
10236
10237 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10238
10239         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10240         several common directories.
10241
10242 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10243
10244         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10245         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10246
10247 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10248
10249         * gnus-art.el (article-decode-encoded-words): Make it fast.
10250
10251 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10252
10253         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10254
10255         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10256         in quoted string into `\'.
10257
10258 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10259
10260         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10261         Use standard-syntax-table.
10262
10263 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10264
10265         * gnus-art.el (gnus-decode-address-function): New variable.
10266         (article-decode-encoded-words): Use it to decode headers which are
10267         assumed to contain addresses.
10268         (gnus-mime-delete-part): Remove useless `or'.
10269
10270         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10271         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10272         (gnus-nov-parse-line): Use it to decode From header.
10273         (gnus-get-newsgroup-headers): Ditto.
10274         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10275
10276         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10277         (mail-decode-encoded-address-string): New alias.
10278
10279         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10280         New function.
10281         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10282         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10283         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10284         (rfc2047-decode-string): Ditto.
10285         (rfc2047-decode-address-region): New function.
10286         (rfc2047-decode-address-string): New function.
10287
10288 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10289
10290         * message.el (message-caesar-buffer-body): Allow rotating headers.
10291
10292         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10293
10294         * message.el (message-insert-formated-citation-line): Fix %f.
10295         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10296
10297 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10298
10299         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10300         (gnus-bookmark-mouse-available-p): New macro.
10301         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10302         (gnus-bookmark-bmenu-show-infos): Use it.
10303         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10304         (gnus-bookmark-bmenu-hide-infos): Ditto.
10305         (gnus-bookmark-remove-properties): New function.
10306         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10307         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10308         (gnus-bookmark-write-file): Bind coding-system-for-write.
10309         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10310         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10311         group before selecting it.
10312         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10313         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10314         quit-window if it is not available; use gnus-mouse-2 and bind it to
10315         gnus-bookmark-bmenu-select-by-mouse.
10316         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10317         (gnus-bookmark-bmenu-select-by-mouse): New function.
10318
10319 2006-08-13  Romain Francoise  <romain@orebokech.com>
10320
10321         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10322         space.
10323
10324 2006-08-10  Romain Francoise  <romain@orebokech.com>
10325
10326         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10327         (dns-mode-soa-auto-increment-serial): New user option.
10328         (dns-mode-soa-maybe-increment-serial): New function.
10329         (dns-mode): Add the latter to `write-contents-functions'.
10330
10331 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10332
10333         * compface.el (uncompface): Use binary rather than raw-text-unix.
10334
10335 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10336
10337         * compface.el (uncompface): Make sure the eol conversion doesn't take
10338         place when communicating with the external programs.
10339         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10340
10341 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10342
10343         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10344
10345 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10346
10347         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10348         Make it more robust by parsing author and date independently.
10349
10350 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10351
10352         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10353
10354 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10355
10356         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10357         first matching secret key.
10358         (mml2015-epg-encrypt): Ditto.
10359
10360         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10361         first matching secret key.
10362         (mml1991-epg-encrypt): Ditto.
10363
10364         * mml2015.el (mml2015-encrypt-to-self): New user option.
10365         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10366         mml2015-epg-encrypt-to-self is set.
10367
10368         * mml1991.el (mml1991-encrypt-to-self): New variable.
10369         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10370         mml1991-epg-encrypt-to-self is set.
10371
10372         * mml2015.el (mml2015-signers): New user option.
10373         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10374         (mml2015-epg-encrypt): Allow to select signing keys.
10375
10376         * mml1991.el (mml1991-signers): New variable.
10377         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10378         (mml1991-epg-encrypt): Allow to select signing keys.
10379
10380 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10381
10382         * nnheader.el (nnheader-insert-head): Make it work even if the file
10383         uses CRLF for the line-break code.
10384
10385 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10386
10387         * mml2015.el: Require mml-sec instead of password.
10388         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10389         (mml2015-cache-passphrase): Inherit the default value from
10390         mml-secure-cache-passphrase.
10391         (mml2015-passphrase-cache-expiry): Inherit the default value from
10392         mml-secure-passphrase-cache-expiry.
10393
10394         * mml1991.el: Require mml-sec instead of password.
10395         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10396         (mml1991-cache-passphrase): Inherit the default value from
10397         mml-secure-cache-passphrase.
10398         (mml1991-passphrase-cache-expiry): Inherit the default value from
10399         mml-secure-passphrase-cache-expiry.
10400
10401         * mml-sec.el: Require password.
10402         (mml-secure-verbose): New user option.
10403         (mml-secure-cache-passphrase): New user option.
10404         (mml-secure-passphrase-cache-expiry): New user option.
10405
10406 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10407
10408         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10409         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10410         andreas@altroot.de (Andreas Vögele).
10411
10412         FIXME: Use `tiny change'?
10413
10414 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10415
10416         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10417         workaround for the url package included with Emacs.
10418
10419         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10420
10421 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10422
10423         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10424         correctly.  This fixes a bug caused by the 2006-05-12 change.
10425
10426 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10427
10428         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10429         some information about the error when saying that the `bogus' mail
10430         group will be used.
10431
10432 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10433
10434         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10435         string.
10436
10437 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10438
10439         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10440
10441 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10442
10443         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10444
10445 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10446
10447         * mml1991.el (mml1991-function-alist): Add epg.
10448         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10449         (mml1991-epg-encrypt): New functions.
10450
10451 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10452
10453         * mml2015.el (mml2015-verbose): New variable.
10454         (mml2015-cache-passphrase): Ditto.
10455         (mml2015-passphrase-cache-expiry): Ditto.
10456         (mml2015-function-alist): Add epg.
10457         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10458         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10459         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10460         New functions.
10461
10462 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10463
10464         * message.el (message-cite-original-1): Preserve region when removing
10465         quoted text due to X-No-Archive in order to avoid bogus attribution
10466         when citing multiple messages.
10467
10468 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10469
10470         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10471         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10472
10473 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10474
10475         * gnus-diary.el (gnus-user-format-function-d)
10476         (gnus-user-format-function-D): Autoload.
10477
10478         * imap.el (Commentary): Fix typo.
10479
10480         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10481         2006-04-22 contribution.
10482
10483 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10484
10485         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10486         It didn't really fix the bogosity I'm seeing with solid web groups.
10487
10488 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10489
10490         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10491         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10492         created using server names.  If we use the feature without declaring
10493         it, Gnus does not properly manage server and group state.
10494
10495         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10496         bound.
10497
10498 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10499
10500         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10501         looking up the method using GROUP's prefix before inventing a new one.
10502         It is used on killed/unknown groups in various places where returning
10503         an all-new method isn't expected by the caller.
10504
10505         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10506         and match semantics of gnus-group-real-prefix.
10507
10508 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10509
10510         * nnmail.el (nnmail-broken-references-mailers): New variable.
10511         (nnmail-ignore-broken-references): New function generalizing
10512         nnmail-fix-eudora-headers.
10513         (nnmail-fix-eudora-headers): Now obsolete.
10514
10515         * gnus-art.el (gnus-button-handle-custom):
10516         Support `customize-apropos*'.
10517
10518 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10519
10520         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10521
10522         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10523         articles.
10524
10525 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10526
10527         * message.el (message-cite-reply-above): New variable.
10528         (message-yank-original): Use it.
10529
10530 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10531
10532         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10533
10534 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10535
10536         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10537         as read.
10538
10539         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10540
10541 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10542
10543         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10544         (gnus-bookmark-default-file): Use gnus-directory.
10545         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10546         Remove "*" in doc string.
10547         (gnus-bookmark-write-file): Simplify.
10548         (gnus-bookmark-maybe-sort-alist): Use `when'.
10549         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10550         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10551         Add FIXME about Emacs 21 and XEmacs compatibility.
10552         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10553         compatibility.
10554         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10555         compatibility.
10556         (gnus-bookmark-menu-heading): Fix version.
10557
10558 2006-06-19  Bastien Guerry  <bzg@altern.org>
10559
10560         * gnus-bookmark.el: New file.
10561
10562 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10563
10564         * message.el (message-syntax-checks): Doc fix.
10565
10566 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10567
10568         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10569         unsubscribed groups as if they were killed ones.  It causes duplicate
10570         entries in gnus-newsrc-alist.
10571
10572 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10573
10574         * message.el (message-syntax-checks): Doc fix.
10575         (message-send-mail): Add check for continuation headers.
10576         (message-check-news-header-syntax): Fix regexp used to check for
10577         continuation headers.
10578
10579 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10580
10581         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10582
10583 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10584
10585         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10586
10587 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10588
10589         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10590         default-truncate-lines.
10591
10592 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10593
10594         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10595         to fill the utf-8 entry.
10596
10597         * lpath.el: Fbind unicode-precedence-list.
10598
10599 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10600
10601         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10602
10603 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10604
10605         * gnus-agent.el (directory-files-and-attributes): Move all the way
10606         forward (the third and final move).
10607         (gnus-agent-read-agentview): Trap reconstruction errors due to
10608         nonexistent directory.  Handle by returning nil.
10609
10610 2006-05-30  Didier Verna  <didier@xemacs.org>
10611
10612         * message.el (message-dont-reply-to-names): Update the custom type.
10613         * message.el (message-dont-reply-to-names): New defsubst: potentially
10614         convert a list of regexps into a single one.
10615         * message.el (message-get-reply-headers): Use it.
10616         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10617
10618 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10619
10620         * gnus-agent.el (directory-files-and-attributes): Move forward.
10621
10622 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10623
10624         * gnus-ml.el (gnus-mailing-list-subscribe)
10625         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10626         (gnus-mailing-list-message): Fix doc strings.
10627
10628 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10629
10630         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10631         of doing it manually.
10632
10633 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10634
10635         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10636         comment.
10637
10638 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10639
10640         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10641         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10642         (gnus-agent-read-local): All symbols allocated in my-obarray.
10643         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10644         (gnus-agent-regenerate-group): Check numeric names to see if they are
10645         messages or groups.
10646         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10647         better way of do this...)
10648
10649         * gnus-cache.el (gnus-agent-total-fetched-for):
10650         Ignore 'dummy.group' (there should be a better way of do this...)
10651
10652 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10653
10654         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10655         (gnus-saved-headers): Ditto.
10656         (gnus-default-article-saver): Mention functions may have properties.
10657         (gnus-article-save): Override gnus-save-all-headers and
10658         gnus-saved-headers by :headers property which saver function may have.
10659         (gnus-summary-save-in-file): Add :headers property.
10660         (gnus-summary-write-to-file): Ditto.
10661
10662         * gnus-sum.el (gnus-summary-save-article): Bind
10663         gnus-prompt-before-saving to t when saving many articles in a file;
10664         always show all headers.
10665
10666         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10667
10668 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10669
10670         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10671         marks.
10672
10673         * message.el (message-indent-citation): Add optional arguments to allow
10674         using it outside of message buffers.
10675
10676         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10677         (gnus-article-treat-unfold-headers): Use it.
10678         (gnus-article-truncate-lines): New variable.
10679         (gnus-article-mode): Use it.
10680         (gnus-article-toggle-truncate-lines): New function.
10681
10682         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10683         Add gnus-article-toggle-truncate-lines.
10684
10685         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10686         coding system in XEmacs, use binary.
10687
10688 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10689
10690         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10691         after-load-alist.
10692
10693         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10694         this function should save decoded articles.
10695         (gnus-summary-write-to-file): Use property to specify this function
10696         should save decoded articles and specify gnus-summary-save-in-file
10697         should be used to save articles other than the first one when saving
10698         many articles.
10699         (gnus-summary-save-body-in-file): Use property to specify this
10700         function should save decoded articles.
10701         (gnus-summary-write-body-to-file): Use property to specify this
10702         function should save decoded articles and specify
10703         gnus-summary-save-body-in-file should be used to save articles other
10704         than the first one when saving many articles.
10705
10706         * gnus-sum.el (gnus-summary-save-article): Simplify.
10707
10708 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10709
10710         * gnus-art.el (gnus-default-article-saver):
10711         Add gnus-summary-write-body-to-file.
10712         (gnus-article-save-coding-system): Don't use coding system object
10713         in XEmacs.
10714         (gnus-read-save-file-name): Add optional `dir-var' argument which
10715         specifies directory in which files are saved; work even if optional
10716         `variable' argument is not specified.
10717         (gnus-summary-write-to-file): Read file name.
10718         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10719         (gnus-summary-write-body-to-file): New function.
10720
10721         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10722         (gnus-summary-local-variables): Add it.
10723         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10724         (gnus-summary-save-article): Remove optional `decode' argument;
10725         determine whether to decode articles by the value of
10726         gnus-default-article-saver; when saving many files using
10727         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10728         it first and use gnus-summary-save-in-file or
10729         gnus-summary-save-body-in-file thereafter unless
10730         gnus-prompt-before-saving is always; move point to article which
10731         will be saved.
10732         (gnus-summary-save-article-file): Revert.
10733         (gnus-summary-write-article-file): Revert.
10734         (gnus-summary-save-article-body-file): Revert.
10735         (gnus-summary-write-article-body-file): New function.
10736
10737 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10738
10739         * gnus-art.el (gnus-default-article-saver): Doc fix.
10740         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10741         from gnus-summary-save-article-coding-system, and default to a
10742         certain coding system.
10743         (gnus-output-to-file): Add coding cookie and encode text according
10744         to gnus-article-save-coding-system; don't use mm-append-to-file.
10745
10746         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10747         gnus-art.el and rename to gnus-article-save-coding-system.
10748         (gnus-summary-save-article): Require gnus-art; don't show all
10749         headers if it decodes articles; don't add coding cookie here;
10750         don't bind mm-text-coding-system-for-write.
10751         (gnus-summary-save-article-file): Save decoded articles.
10752         (gnus-summary-write-article-file): When saving many files, use
10753         gnus-summary-write-to-file first and gnus-summary-save-in-file
10754         thereafter unless gnus-prompt-before-saving is always.
10755         (gnus-summary-save-article-body-file): Save decoded articles.
10756
10757         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10758
10759 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10760
10761         * nnrss.el (nnrss-check-group): Bind hash-index.
10762
10763 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10764
10765         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10766         its hash index.  Store this hash in `nnrss-group-data'.
10767         (nnrss-read-group-data): Update accordingly.
10768
10769 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10770
10771         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10772         entry.
10773
10774         * gnus-sum.el (gnus-summary-make-menu-bar):
10775         Add gnus-article-browse-html-article.
10776
10777 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10778
10779         * gnus-sum.el (gnus-summary-mime-map):
10780         Add gnus-article-browse-html-article.
10781
10782         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10783
10784 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10785
10786         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10787         suitable coding systems in customize.
10788
10789 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10790
10791         * mail-source.el (mail-sources): Fix custom type.
10792
10793 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10794
10795         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10796         (gnus-summary-expire-articles-now): Shorten prompt.
10797
10798         * gmm-utils.el (wid-edit): Require.
10799         (defun-gmm): Rename from `gmm-defun-compat'.
10800         (gmm-image-search-load-path): Use it.
10801         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10802
10803 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10804
10805         * gnus-sum.el (gnus-summary-save-article-coding-system):
10806         New variable.
10807         (gnus-summary-save-article): Add optional `decode' argument.
10808         If it is set and gnus-summary-save-article-coding-system is non-nil,
10809         save decoded article.
10810         (gnus-summary-write-article-file): Save decoded article if
10811         gnus-summary-save-article-coding-system is non-nil.
10812
10813         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10814         type.
10815
10816 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10817
10818         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10819
10820 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10821
10822         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10823         first to test gnus-single-article-buffer which may be buffer-local.
10824
10825         * gnus-sum.el (gnus-summary-setup-buffer):
10826         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10827         group; make gnus-article-buffer, gnus-article-current, and
10828         gnus-original-article-buffer always buffer-local.
10829         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10830         group.
10831         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10832
10833 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10834
10835         * nnml.el (nnml-request-compact-group): Compressed files might not
10836         have .gz extension.
10837
10838 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10839
10840         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10841         (mm-copy-to-buffer): Use with-current-buffer.
10842         (mm-display-part): Simplify.
10843         (mm-inlinable-p): Add optional arg `type'.
10844
10845 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10846
10847         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10848         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10849         Try harder to show the attachment internally or externally using
10850         gnus-mime-view-part-as-type.
10851
10852 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10853
10854         * message.el (message-from-style, message-signature-separator)
10855         (message-user-organization-file, message-send-mail-function)
10856         (message-citation-line-function, message-yank-prefix)
10857         (message-indent-citation-function, message-signature)
10858         (message-signature-file, message-signature-insert-empty-line):
10859         Remove autoloads.
10860
10861         * gnus-art.el (gnus-buttonized-mime-types):
10862         Remove "multipart/signed".  Revert 2006-04-26 change.
10863
10864 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10865
10866         * gnus.el (gnus-version-number): Bump version.
10867
10868 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10869
10870         * gnus.el: No Gnus v0.5 is released.
10871
10872 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10873
10874         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10875         fetching articles by message-id.
10876
10877 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10878
10879         * message.el (hashcash): Require hashcash as normal.
10880
10881         * ecomplete.el (ecomplete-highlight-match-line):
10882         Use point-at-eol.
10883         (ecomplete-highlight-match-line): Use `highlight', because that
10884         face exists in both Emacs and XEmacs.
10885
10886         * message.el (message-display-abbrev): Use point-at-bol.
10887
10888         * mail-source.el: Don't require timer/timer-funcs.
10889
10890         * gnus-async.el: Ditto.
10891
10892         * password.el: Ditto.
10893
10894         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10895
10896         * mm-url.el: Ditto.
10897
10898         * gnus-xmas.el: Don't require timer-funcs.
10899
10900         * mm-util.el: Require timer/timer-funcs.
10901
10902 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10903
10904         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10905         Close.
10906
10907 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10908
10909         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10910         unibyte after clear-decrypt function runs.
10911
10912         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10913         returns as a unibyte string.
10914
10915 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10916
10917         * lpath.el: Revert.
10918
10919         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10920         (pgg-gpg-process-sentinel): Revert.
10921
10922         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10923         (pgg-pgp-lookup-key): Revert.
10924
10925         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10926         (pgg-pgp5-lookup-key): Revert.
10927
10928         * pgg.el (pgg-fetch-key): Revert.
10929
10930 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10931
10932         * lpath.el: Fbind string-as-multibyte for XEmacs.
10933
10934         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10935         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10936         (mml1991-pgg-encrypt): Ditto.
10937
10938         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10939         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10940         a multibyte buffer.
10941
10942         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10943         (pgg-pgp-lookup-key): Ditto.
10944
10945         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10946         (pgg-pgp5-lookup-key): Ditto.
10947
10948         * pgg.el (pgg-fetch-key): Ditto.
10949
10950 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10951
10952         * message.el (message-user-organization-file): Check several
10953         locations of the organization file.
10954
10955         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10956         Add gnus-article-view-part-as-type.
10957
10958         * gnus-art.el (gnus-article-view-part-as-type): New function.
10959
10960         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10961         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10962
10963         * mml.el: Simplify autoload.
10964         (mml-mode): defvar dnd-protocol-alist instead of using
10965         symbol-value.
10966         (mml-default-directory): New variable.
10967         (mml-minibuffer-read-file): Use it.
10968         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10969
10970         * message.el (message-citation-line-format): New variable.
10971         (message-insert-formated-citation-line): New function.
10972         (message-citation-line-function):
10973         Add `message-insert-formated-citation-line' to custom type.
10974
10975         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10976         to doc string.
10977
10978         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10979         depending on mm-verify-option.
10980
10981 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10982
10983         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10984         binding pgg-* variables; reimplement the section which prevents
10985         MIME header from being signed.
10986         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10987         pgg-text-mode; remove a blank line at the top of body.
10988
10989         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10990         lines at the top of body; use gnus-newsgroup-charset if there's no
10991         Charset header.
10992
10993 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10994
10995         * message.el (message-self-insert-commands): Doc fix.
10996
10997         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10998         (mm-uu-pgp-encrypted-test): Ditto.
10999         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11000         between header and body; return application/pgp-encrypted handle
11001         if decryption failed; decode decrypted body by charset.
11002
11003         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11004         element match to application/pgp-*.
11005
11006 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11007
11008         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11009         HTML.
11010
11011 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11012
11013         * mail-source.el (mail-source-call-script): Message the error
11014         string.
11015
11016 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11017
11018         * gnus-util.el (gnus-byte-compile): Use it.
11019
11020 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11021
11022         * gnus-util.el (kill-empty-logs): New function.
11023
11024 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11025
11026         * message.el (message-mail-alias-type): Doc fix.
11027         (message-mail-alias-type-p): New function.
11028         (message-send): Use it.
11029         (message-mode): Ditto.
11030         (message-strip-forbidden-properties): Ditto.
11031
11032         * ecomplete.el (ecomplete-database-file-coding-system):
11033         New variable.
11034         (ecomplete-save): Use it.
11035         (ecomplete-setup): Use it.
11036
11037 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11038
11039         * message.el (message-self-insert-commands): New variable.
11040         (message-strip-forbidden-properties): Use it.
11041
11042 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11043
11044         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11045         that doesn't make XEmacs choke.
11046
11047 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11048
11049         * gnus-util.el (gnus-replace-in-string):
11050         Prefer replace-regexp-in-string over of replace-in-string.
11051
11052 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11053
11054         * gnus-util.el (gnus-select-frame-set-input-focus):
11055         Use select-frame-set-input-focus if it is available in XEmacs; use
11056         definition defined in Emacs 22 for old Emacsen.
11057
11058         * dgnushack.el: Autoload unmorse-region for XEmacs.
11059
11060         * lpath.el: Bind cursor-in-non-selected-windows and
11061         select-frame-set-input-focus for XEmacs.
11062
11063 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11064
11065         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11066
11067 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11068
11069         * gnus-registry.el (gnus-registry-cache-save): Remove text
11070         properties when saving via the temp buffer.
11071
11072 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11073
11074         * message.el (message-generate-hashcash): Honor custom type.
11075
11076 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11077
11078         * message.el (message-generate-hashcash): Default to non-nil when
11079         hashcash is found.
11080
11081         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11082         (gnus-refer-thread-limit): Increase default to 500.
11083
11084         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11085
11086         * flow-fill.el (fill-flowed): Allow delete-space.
11087
11088 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11089
11090         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11091         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11092         Remove autoloads.
11093
11094 2006-04-18  Simon Josefsson  <jas@extundo.com>
11095
11096         * message.el (message-generate-hashcash): Default to.
11097
11098 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11099
11100         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11101         concatenating segments rather than before concatenating them.
11102
11103 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11104
11105         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11106
11107 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11108
11109         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11110
11111         * message.el (message-forward-make-body-plain):
11112         Allow message-forward-ignored-headers to be a list.
11113         (message-remove-ignored-headers): Factor out into function.
11114         (message-forward-make-body-mml): Use it.
11115
11116         * imap.el (imap-quote-specials): New function.
11117         (imap-login-auth): Quote specials.
11118
11119         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11120         (rfc2231-parse-string): Allow concatanation of parameters that
11121         aren't contiguous.  The test case is
11122           (mail-header-parse-content-type "message/external-body;
11123             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11124             access-type=LOCAL-FILE;
11125             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11126
11127 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11128
11129         * nntp.el (nntp-accept-process-output): Return the value of
11130         `nnheader-accept-process-output'.
11131
11132 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11133
11134         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11135         (gnus-button-alist): Recognize more diff formats.
11136         (gnus-button-patch): Strip directory.
11137
11138 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11139
11140         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11141         Emacs 22 when setting focus.
11142
11143 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11144
11145         * gnus-art.el (gnus-article-treat-types): Do treatment of
11146         text/x-verbatim parts.
11147         (gnus-button-patch): New command.
11148
11149         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11150         addresses that contain invalid characters.
11151
11152 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11153
11154         * message.el (message-put-addresses-in-ecomplete):
11155         Use gnus-replace-in-string.
11156         (message-is-yours-p): Use the more correct
11157         mail-header-parse-address instead of
11158         mail-extract-address-components.
11159         (message-put-addresses-in-ecomplete): Fix typo.
11160
11161         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11162         keystroke.
11163
11164         * gnus-art.el (gnus-treatment-function-alist): Change order of
11165         newsgroups/generic header folding to avoid double-folding.
11166
11167         * message.el (message-hidden-headers): Add X-Draft-From.
11168
11169         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11170         New command.
11171         (gnus-summary-repeat-search-article-backward): New command.
11172
11173         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11174         groups in the parent topic.
11175
11176 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11177
11178         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11179         (spam-extra-header-to-number): Return the CRM114 number as a
11180         number instead of a string.
11181
11182 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11183
11184         * gnus-art.el (gnus-face-properties-alist): Move here from
11185         gnus-fun.
11186
11187         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11188
11189 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11190
11191         * message.el (message-strip-forbidden-properties): Only display on
11192         self-insert-command.
11193
11194         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11195         reindent.
11196         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11197
11198 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11199
11200         * smiley.el (smiley-style): Fix typo.
11201
11202 2006-03-23  Kenichi Handa  <handa@m17n.org>
11203
11204         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11205         instead of set-buffer-multibyte.
11206
11207 2006-03-23  Kenichi Handa  <handa@m17n.org>
11208
11209         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11210         buffer and then decode the buffer text if necessary.
11211         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11212         first, and after mm-encode-body, change the buffer to unibyte.
11213
11214 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11215
11216         * hashcash.el (hashcash-insert-payment-async-2):
11217         Use message-goto-eoh instead of doing it manually.
11218         (mail-add-payment): Use message-narrow-to-header instead of trying
11219         to do the same itself.
11220
11221         * message.el (message-hidden-headers): Add Face.
11222
11223         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11224         reparenting code.
11225         (gnus-summary-reparent-children): Refactored out code.
11226         (gnus-summary-thread-map): New keystroke.
11227         (gnus-summary-reparent-children): Make into command.
11228
11229         * smiley.el (smiley-style): Default to `medium' if using a large
11230         font.
11231
11232         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11233         does it itself.
11234
11235         * message.el (message-point-in-header-p): Simplify definition.
11236
11237 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11238
11239         * nnagent.el (nnagent-request-set-mark): Silence log file
11240         writing.
11241         (nnagent-request-set-mark): Use write-region instead of
11242         append-to-file.
11243
11244         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11245         strange select method.
11246
11247         * ecomplete.el (ecomplete-display-matches): Get highlightling
11248         right.
11249         (ecomplete-display-matches): Use literals.
11250         (ecomplete-display-matches): Disable message logging.
11251
11252         * message.el (message-display-abbrev): Small optimization.
11253
11254         * ecomplete.el (ecomplete-display-matches): Allow automatic
11255         display.
11256
11257         * message.el (message-strip-forbidden-properties):
11258         Display abbrevs.
11259         (message-display-abbrev): Get automatic display right.
11260
11261         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11262         keystrokes.
11263
11264 2006-04-13  Romain Francoise  <romain@orebokech.com>
11265
11266         TODO: Backport to v5-10!
11267
11268         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11269         Move here (and rename) from gnus-registry.el.
11270
11271         * gnus-registry.el: Require gnus-util.
11272         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11273
11274 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11275
11276         * gnus-group.el (gnus-group-catchup-current):
11277         Change if-then-else-if-then-else into cond.
11278         (gnus-group-catchup): Indent.
11279         (group-name-at-point): New function.
11280         (gnus-fetch-group): Provide default from thing at point.
11281
11282 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11283
11284         * message.el (message-display-abbrev): Fix regexp.
11285
11286         * ecomplete.el (ecomplete-highlight-match-line):
11287         Reimplement choosing.
11288         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11289         dead variables.
11290
11291         * message.el (message-newline-and-indent): Remove debugging.
11292         (message-display-abbrev): Use new implementation.
11293
11294 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11295
11296         * gnus-art.el (gnus-article-mode):
11297         Set cursor-in-non-selected-windows to nil.
11298
11299         * smiley.el: Revert previous change.
11300         (smiley-data-directory): defvar it before using it in the
11301         defcustom of `smiley-style'.
11302
11303 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11304
11305         * message.el (message-newline-and-indent): New function.
11306
11307         * ecomplete.el: Implement more bits.
11308
11309         * message.el (message-put-addresses-in-ecomplete): Clean up the
11310         string.
11311
11312         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11313
11314         * gnus-sum.el (gnus-summary-save-parts):
11315         Bind gnus-summary-save-parts-counter and use it to make unique file
11316         names.
11317
11318         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11319
11320         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11321         parameter to say whether to actually parse the individual
11322         addresses.
11323
11324         * message.el (message-put-addresses-in-ecomplete): New function.
11325         (ecomplete): Require.
11326         (message-mail-alias-type): Add ecomplete as an option.
11327
11328 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11329
11330         * flow-fill.el (fill-flowed): Remove trailing space from blank
11331         quoted lines.
11332
11333 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11334
11335         * smiley.el (smiley-style): Move definition later to avoid a
11336         compilation warning.
11337
11338 2006-04-12  Kenichi Handa  <handa@m17n.org>
11339
11340         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11341         buffer and then decode the buffer text if necessary.
11342         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11343         first, and after mm-encode-body, change the buffer to unibyte.
11344         Use mm-disable-multibyte instead of set-buffer-multibyte.
11345
11346 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11347
11348         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11349         Content-Type header instead of Content-Disposition header.
11350         (gnus-mime-inline-part): Ditto.
11351         (gnus-mime-view-part-as-charset): Ignore charset that the part
11352         specifies.
11353
11354         * mm-decode.el (mm-display-part): Work with external parts and
11355         usual parts similarly.
11356
11357         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11358         instead of gnus-display-mime.
11359
11360         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11361         instead of with-temp-buffer.
11362
11363         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11364         tag to summarized topics part in order to encode non-ASCII text.
11365
11366 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11367
11368         * smiley.el (smiley-style): New variable.
11369         (smiley-directory): New function.
11370         (smiley-data-directory): Derive from `smiley-style' using
11371         `smiley-directory'.
11372         (smiley-regexp-alist): Add new entries.
11373
11374         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11375         (gnus-article-browse-delete-temp): Add :version.
11376
11377 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11378
11379         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11380         the sieve region.
11381
11382 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11383
11384         * gnus.el (gnus-version-number): Bump version.
11385
11386 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11387
11388         * gnus.el: No Gnus v0.4 is released.
11389
11390 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11391
11392         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11393         layout.
11394
11395         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11396         unknown charset.
11397
11398         * message.el (message-header-synonyms): Add Original-To to the
11399         default.
11400
11401         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11402         optional parameter.
11403
11404 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11405
11406         * gnus-fun.el (gnus): Require it for gnus-directory.
11407
11408 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11409
11410         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11411
11412 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11413
11414         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11415
11416 2006-04-05  Simon Josefsson  <jas@extundo.com>
11417
11418         * password.el (password-reset): New function.
11419
11420 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11421
11422         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11423         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11424
11425 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11426
11427         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11428         Some whitespace was matched into the url, which broke browsing hits
11429         > 100 when mm-url-use-external was nil.
11430
11431 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11432
11433         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11434         Check gnus-extra-headers for 'Newsgroups.
11435
11436         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11437         bound.
11438
11439 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11440
11441         * pgg-gpg.el: Clean up process buffers every time gpg processes
11442         complete.
11443
11444 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11445
11446         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11447         doc string.
11448
11449 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11450
11451         * pgg-gpg.el (pgg-gpg-process-filter)
11452         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11453
11454         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11455         lines, temporary fix.
11456
11457 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11458
11459         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11460
11461 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11462
11463         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11464         default-enable-multibyte-characters.  This reverts the change from
11465         revision 6.17 which is no longer necessary because the passphrase
11466         is sent separately now.  GnuPG messages are unreadable under
11467         multibyte locales with default-enable-multibyte-characters set to
11468         nil.
11469
11470 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11471
11472         * message.el (message-tool-bar-gnome): Move "spell".
11473
11474 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11475
11476         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11477         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11478         instead.
11479
11480 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11481
11482         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11483         Improve newsgroups handling for NNTP overviews which don't include
11484         Newsgroups.
11485
11486 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11487
11488         * message.el (message-resend): Bind message-generate-hashcash to nil.
11489
11490 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11491
11492         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11493         when searching for already-paid recipients.
11494
11495 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11496
11497         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11498         passphrases when it is not needed.
11499         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11500         passphrase stuff from gpg, should only be necessary when you use
11501         gpg with a smartcard.
11502
11503 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11504
11505         * mml.el (mml-insert-mime): Ignore cached contents of
11506         message/external-body part.
11507
11508         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11509         (mm-insert-part): Ditto.
11510
11511 2006-03-23  Simon Josefsson  <jas@extundo.com>
11512
11513         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11514         Reiner.
11515         (pgg-gpg-use-agent-p): Use it again.
11516
11517 2006-03-23  Simon Josefsson  <jas@extundo.com>
11518
11519         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11520         older emacsen.
11521         (pgg-gpg-use-agent-p): Don't use it.
11522
11523 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11524
11525         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11526         if we can.
11527
11528 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11529
11530         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11531         (pgg-gpg-update-agent): New function.
11532         (pgg-gpg-use-agent-p): New function.
11533         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11534         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11535         (pgg-gpg-sign-region): Use it.
11536
11537 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11538
11539         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11540         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11541
11542 2006-03-21  Simon Josefsson  <jas@extundo.com>
11543
11544         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11545         <wilde@sha-bang.de>.
11546         (pgg-gpg-use-agent): New variable.
11547         (pgg-gpg-process-region): Use it.
11548         (pgg-gpg-encrypt-region): Likewise.
11549         (pgg-gpg-encrypt-symmetric-region): Likewise.
11550         (pgg-gpg-decrypt-region): Likewise.
11551         (pgg-gpg-sign-region): Likewise.
11552         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11553
11554 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11555
11556         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11557
11558         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11559         Add comment on version.
11560
11561 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11562
11563         * smiley.el: Add missing test smiley.
11564
11565 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11566
11567         * mm-decode.el (mm-with-part): New macro.
11568         (mm-get-part): Use it; work with message/external-body as well.
11569         (mm-save-part): Treat name and filename equally.
11570
11571         * mm-extern.el (mm-extern-cache-contents): New function.
11572         (mm-inline-external-body): Use it; force the part to be displayed;
11573         move undisplayer added to the cached handle to the parent.
11574
11575         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11576         (gnus-mime-view-part-as-type): Work with message/external-body.
11577
11578         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11579
11580 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11581
11582         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11583         images in image-load-path.  [Sync with image.el, revision 1.60, in
11584         Emacs.]
11585
11586 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11587
11588         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11589         path rather than symbol.  Always return list of directories.
11590         Guarantee that image directory comes first.  [Sync with image.el,
11591         revision 1.59, in Emacs.]
11592
11593         * message.el (message-make-tool-bar): Adjust to new API of
11594         `gmm-image-load-path-for-library'.
11595
11596         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11597
11598         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11599
11600 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11601
11602         * gnus-art.el (gnus-article-only-boring-p):
11603         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11604         intangible text.
11605         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11606
11607 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11608
11609         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11610         Use `defun' instead of `gmm-defun-compat'.
11611
11612 2006-03-14  Simon Josefsson  <jas@extundo.com>
11613
11614         * message.el (message-unique-id): Don't use message-number-base36
11615         if (user-uid) is a float.
11616         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11617
11618 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11619
11620         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11621
11622         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11623         empty line between a part and a message part.
11624
11625 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11626
11627         * smiley.el: Add more test smileys.
11628         (smiley-data-directory, smiley-regexp-alist)
11629         (gnus-smiley-file-types): Fix doc strings.
11630         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11631         adding new elements.
11632         (smiley-mouse-map): Unused code.  Make it a comment.
11633
11634 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11635
11636         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11637         scan latest NoCeM messages instead of old ones.
11638         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11639         delimiters that are recently used.
11640         (gnus-nocem-load-cache): Add autoload cookie.
11641
11642         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11643
11644         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11645         level which is larger than gnus-use-nocem is specified.
11646
11647         * gnus-group.el (gnus-group-get-new-news): Ditto.
11648
11649 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11650
11651         * gnus-util.el (gnus-tool-bar-update): New function.
11652
11653         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11654         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11655
11656         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11657
11658         * gnus-group.el (gnus-group-redraw-when-idle)
11659         (gnus-group-redraw-check): Remove.
11660         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11661
11662 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11663
11664         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11665         if optional last element is specified in splits (FIELD VALUE...).
11666
11667 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11668
11669         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11670         to gmm-image-load-path-for-library.  Call with no-error argument.
11671         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11672
11673         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11674
11675         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11676
11677         * gmm-utils.el (gmm-image-load-path): Remove alias.
11678
11679 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11680
11681         * gmm-utils.el (gmm-image-load-path): Add alias.
11682
11683         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11684         nnml-generate-nov-databases-1.
11685         (nnml-generate-nov-databases): Use it.
11686         (nnml-generate-nov-databases-directory): Document no-active
11687         argument.
11688
11689         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11690         directory if path is t.  Add no-error.
11691
11692         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11693         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11694
11695         * gnus-art.el (gnus-article-browse-delete-temp-files):
11696         Simplify resetting gnus-article-browse-html-temp-list.
11697
11698         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11699         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11700         Add example to docstring.  Rename local variables.  Move error
11701         checks to default case in cond and simplify.
11702
11703 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11704
11705         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11706         handle is multipart when calling it recursively.
11707         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11708
11709 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11710
11711         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11712         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11713
11714 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11715
11716         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11717         is loaded.
11718
11719         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11720         loaded.
11721
11722 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11723
11724         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11725         to "Emacs 23 (unicode)" in doc string.
11726
11727         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11728         "Emacs 23 (unicode)" in comment.
11729
11730 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11731
11732         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11733
11734         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11735         characters 160 through 255 in Emacs 23.
11736
11737 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11738
11739         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11740         gnus-article-browse-html-temp.
11741         (gnus-article-browse-delete-temp): Make it customizable.
11742         Add `file'.  Adjust doc string.
11743         (gnus-article-browse-delete-temp-files): Add argument.
11744         Allow query for each file.  Adjust doc string.
11745         (gnus-article-browse-html-parts):
11746         Add `gnus-article-browse-delete-temp-files' to
11747         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11748
11749 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11750
11751         * gnus-art.el (gnus-article-browse-html-temp)
11752         (gnus-article-browse-delete-temp): New variables.
11753         (gnus-article-browse-delete-temp-files): New function.
11754         (gnus-article-browse-html-parts): Use it.
11755
11756 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11757
11758         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11759
11760         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11761         string.
11762
11763         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11764         gnus-summary-insert-new-articles when unplugged.
11765         Remove gnus-summary-search-article-forward.
11766
11767         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11768         display-visual-class instead of display-color-cells.
11769
11770 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11771
11772         * dgnushack.el: Autoload customize-group for XEmacs.
11773
11774         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11775         message/* containing non-ASCII text properly.
11776
11777 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11778
11779         * message.el: Require gmm-utils, remove autoloads.
11780         (message-tool-bar): Set default based on
11781         gmm-tool-bar-style.
11782         (message-tool-bar-gnome): Add gmm-customize-mode.
11783
11784         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11785         gmm-tool-bar-style.
11786         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11787
11788         * gnus-group.el (gnus-group-tool-bar): Set default based on
11789         gmm-tool-bar-style.
11790         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11791
11792         * gmm-utils.el (gmm-image-directory): Rename variable from
11793         gmm-image-load-path.
11794         (gmm-image-load-path): Use gmm-image-directory.
11795         (gmm-customize-mode): New function.
11796         (gmm-tool-bar-style): New variable.
11797
11798         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11799         gnus-group-redraw-line-number.
11800         (gnus-group-redraw-check): Simplify.
11801         (gnus-group-tool-bar-update): Remove redraw check.
11802         (gnus-group-make-tool-bar): Add redraw check.
11803
11804 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11805
11806         * gnus-art.el (gnus-button): Add missing parentheses.
11807
11808 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11809
11810         * lpath.el: Fbind line-number-at-pos.
11811
11812 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11813
11814         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11815
11816 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11817
11818         * gnus-art.el (gnus-button): New face.
11819         (gnus-article-button-face): Use it.
11820
11821         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11822         Add gnus-summary-next-page.  Re-order.
11823
11824         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11825         next-node are now included.
11826         (gnus-group-redraw-line-number): New internal variable.
11827         (gnus-group-redraw-check): Helper function for updating the tool
11828         bar.
11829         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11830
11831         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11832
11833         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11834         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11835         Use it to match format of Spamassassin 3.0 and later.
11836         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11837         (spam-check-bogofilter)
11838         (spam-bogofilter-register-with-bogofilter): Fix args of
11839         `gnus-error' calls.
11840
11841 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11842
11843         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11844         unnecessary interaction when sending queued mails.
11845         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11846
11847 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11848
11849         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11850         first or last are nil.
11851
11852 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11853
11854         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11855
11856 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11857
11858         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11859
11860 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11861
11862         * dns.el (query-dns): Protect more against buggy tcp output.
11863
11864 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11865
11866         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11867         nov.php.
11868
11869 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11870
11871         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11872         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11873         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11874         output on the server side.
11875         (nnweb-google-create-mapping): Update regexps and add some
11876         progress indication.
11877
11878 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11879
11880         * gnus-group.el (gnus-group-tool-bar-gnome):
11881         Fix gnus-agent-toggle-plugged.  Re-order icons.
11882         (gnus-group-tool-bar-gnome):
11883         Add gnus-group-{prev,next}-unread-group.
11884         (gnus-group-tool-bar-gnome): Re-order icons.
11885
11886         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11887         Move gnus-summary-insert-new-articles.
11888
11889         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11890         Fix comments.
11891
11892         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11893         also available in Emacs 21.3.
11894
11895         * message.el (message-fix-before-sending): Change "Emacs 22" to
11896         "Emacs 23 (unicode)" in comment.
11897
11898         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11899         "Emacs 23 (unicode)" in comment.
11900
11901         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11902         comment.
11903         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11904
11905         * mm-view.el (mm-fill-flowed): Add :version.
11906
11907 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11908
11909         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11910         and load-path.
11911
11912 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11913
11914         * message.el: Autoload gmm-image-load-path.
11915         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11916         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11917         consitency.
11918
11919         * gmm-utils.el (gmm-image-load-path): Also search in
11920         "../etc/images".  Don't set gmm-image-load-path if we don't find
11921         the image.
11922
11923 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11924
11925         * gmm-utils.el (gmm-image-load-path): Don't make
11926         `gmm-image-load-path' include subdirectories which the second arg
11927         `image' might specify.
11928
11929         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11930         subdirectory to icon file names.
11931
11932         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11933
11934 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11935
11936         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11937         gmm-image-load-path calls.
11938
11939         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11940
11941         * message.el (message-make-tool-bar): Ditto.
11942
11943         * mml.el (mml-preview): Add comment concerning tool bar icons.
11944
11945         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11946         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11947
11948         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11949         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11950
11951         * message.el (message-tool-bar-gnome): Use new icon names.
11952         (message-make-tool-bar): Use `gmm-image-load-path'.
11953
11954         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11955         New functions from MH-E.
11956         (gmm-image-load-path): New variable from MH-E.
11957         (gmm-image-load-path): New function from MH-E.  Add arguments
11958         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11959         *-image-load-path-called-flag.
11960
11961 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11962
11963         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11964
11965 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11966
11967         * nnimap.el (nnimap-request-move-article): Change folder back to
11968         source group before deleting.
11969
11970 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11971
11972         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11973
11974         * gnus-art.el (mm-url-insert-file-contents-external):
11975         Autoload mm-url.
11976
11977         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11978
11979 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11980
11981         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11982         coding system which mm-charset-to-coding-system returns for a
11983         given charset is valid.
11984
11985 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11986
11987         * html2text.el (html2text-remove-tag-list):
11988         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11989
11990 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11991
11992         * gnus-cus.el: Revert 2005-10-17 change.
11993
11994 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11995
11996         * gnus-art.el (article-strip-banner):
11997         Call article-really-strip-banner only when the regexp match is made.
11998
11999 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12000
12001         * gnus-art.el (article-strip-banner):
12002         Use gnus-extract-address-components instead of
12003         mail-header-parse-addresses to make it work with non-ASCII text;
12004         remove mail-encode-encoded-word-string.
12005
12006         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12007         values which are surrounded with \"...\"; make it never cause a
12008         Lisp error; give up parsing of parameters if it failed in
12009         extracting type.
12010
12011 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12012
12013         * smime.el (smime-cert-by-ldap-1): Fix bug where
12014         `smime-ldap-search' returns results without userCertificates.
12015
12016 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12017
12018         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12019
12020 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12021
12022         * spam.el (spam-check-spamassassin-headers): Adapt format for
12023         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12024         <ari@mbf.ocn.ne.jp>.
12025         (spam-list-of-processors): Add spam-use-gmane.
12026
12027 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12028
12029         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12030         make-temp-file; make it work with XEmacs as well.
12031
12032         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12033         mm-make-temp-file.
12034
12035         * mm-decode.el (mm-display-external): Use the 3rd arg of
12036         mm-make-temp-file.
12037         (mm-create-image-xemacs): Ditto.
12038
12039 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12040
12041         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12042         with message-narrow-to-headers.
12043         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12044         (gnus-draft-check-draft-articles): New function.
12045         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12046
12047 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12048
12049         * gnus-art.el (gnus-article-browse-html-parts):
12050         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12051         Don't use suffix argument for mm-make-temp-file for Emacs 21
12052         compatibility.  Remove useless `format'.
12053
12054 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12055
12056         * nnweb.el (nnweb-google-wash-article): Update regexps.
12057         (nnweb-group-alist): Use defvoo instead of defvar.
12058
12059 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12060
12061         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12062         re-loading nn* modules.
12063
12064 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12065
12066         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12067         for `tool-bar-mode' and don't check it's default-value.
12068
12069         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12070
12071         * message.el (message-make-tool-bar): Ditto.
12072
12073         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12074         `substring'.  Shorten tmp-file name.
12075
12076         * gnus.el: Remove bogus comment.
12077
12078 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12079
12080         * gnus-art.el (gnus-article-browse-html-parts): New function.
12081         (gnus-article-browse-html-article): New function for viewing html
12082         articles with a browser.
12083
12084 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12085
12086         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
12087         in elisp.
12088         (pgg-gpg-encrypt-symmetric-region): Ditto.
12089         (pgg-gpg-sign-region): Ditto.
12090
12091         * pgg-def.el (pgg-text-mode): New variable.
12092
12093         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12094         (mml2015-pgg-encrypt): Ditto.
12095
12096         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12097         (mml1991-pgg-encrypt): Ditto.
12098
12099 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12100
12101         * nnfolder.el (nnfolder-insert-newsgroup-line):
12102         Use message-make-date instead of current-time-string.
12103
12104         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12105         to gnus-decoded which mm-uu might set.
12106
12107 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12108
12109         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12110         don't decode quoted parameters; remove misimported Emacs code.
12111         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12112         (rfc2231-decode-encoded-string): Don't use split-string which
12113         behaves differently according to Emacs version; use
12114         mm-decode-coding-region to convert charset to coding-system.
12115         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12116         (rfc2231-encode-string): Remove misimported Emacs code.
12117
12118 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12119
12120         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12121         when calling mail-header-parse-content-type.
12122         (article-de-quoted-unreadable): Ditto.
12123         (article-de-base64-unreadable): Ditto.
12124         (article-wash-html): Ditto.
12125
12126         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12127         calling mail-header-parse-content-type and
12128         mail-header-parse-content-disposition.
12129         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12130         mail-header-parse-content-type.
12131
12132         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12133         insert charset and format parameters; encode description after
12134         inserting it to buffer.
12135         (mml-insert-parameter): Fold lines properly even if a parameter is
12136         segmented into two or more lines; change the max column to 76.
12137
12138         * rfc1843.el (rfc1843-decode-article-body): Don't use
12139         ignore-errors when calling mail-header-parse-content-type.
12140
12141         * rfc2231.el (rfc2231-parse-string): Return at least type if
12142         possible; don't cause an error even if it fails in parsing of
12143         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12144         (rfc2231-encode-string): Don't break lines at the beginning, leave
12145         it to mml-insert-parameter.
12146
12147         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12148         calling mail-header-parse-content-type.
12149
12150 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12151
12152         * spam-report.el (spam-report-gmane-use-article-number):
12153         Improve doc string.
12154         (spam-report-gmane-internal): Check if a suitable header was found
12155         in the article.
12156
12157 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12158
12159         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12160         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12161
12162 2006-02-05  Romain Francoise  <romain@orebokech.com>
12163
12164         Update copyright notices of all files in the gnus directory.
12165
12166 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12167
12168         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12169
12170 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12171
12172         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12173         segmented lines of parameter value to cope with Thunderbird 1.5
12174         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12175         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12176         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12177
12178 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12179
12180         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12181         parts.
12182
12183 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12184
12185         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12186         there's only one active file for all servers.
12187         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12188         solid groups.  Gnus might have used a FAST request to select the group.
12189         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12190         and nnweb-search redundantly in the active file.
12191         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12192         (nnweb-request-create-group): Don't use ARGS.
12193         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12194         initialisations.  Let nnoo do the work.
12195
12196 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12197
12198         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12199         Say the part has been decoded.
12200
12201         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12202
12203 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12204
12205         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12206         mailcap-viewer-test-cache when there's no 'test clause, since that
12207         will invert the meaning of a "nil" test previously determined by
12208         mailcap-mailcap-entry-passes-test.
12209
12210 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12211
12212         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12213         compiling.
12214
12215         * gnus-sum.el: Ditto.
12216
12217         * message.el: Don't bind tool-bar-map when compiling.
12218
12219 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12220
12221         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12222
12223 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12224
12225         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12226         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12227         current Google Groups.
12228
12229 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12230
12231         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12232         and tool-bar-mode.
12233
12234         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12235         and tool-bar-mode.
12236
12237         * message.el (message-tool-bar-update): Simplify.
12238         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12239
12240         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12241         gnus-summary-buffer.
12242         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12243         gnus-summary-reply.
12244
12245         * gmm-utils.el (gmm): Add :version.
12246
12247 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12248
12249         * Makefile.in (clean): New rule.
12250         (distclean): Use it.
12251
12252 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12253
12254         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12255         Don't autoload.
12256
12257 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12258
12259         * gmm-utils.el (gmm-verbose): Add :group.
12260
12261 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12262
12263         * message.el: Change some comments WRT tool-bars.
12264
12265         * gnus-sum.el (gnus-summary-tool-bar)
12266         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12267         (gnus-summary-tool-bar-zap-list): New variables.
12268         (gnus-summary-make-tool-bar): Complete rewrite using
12269         `gmm-tool-bar-from-list'.
12270
12271         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12272         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12273         New variables.
12274         (gnus-group-make-tool-bar): Complete rewrite using
12275         `gmm-tool-bar-from-list'.
12276         (gnus-group-tool-bar-update): New function.
12277
12278         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12279
12280 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12281
12282         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12283         is dissected into a single part of which the type is the same as
12284         the given one; decode charset.
12285
12286 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12287
12288         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12289         into alists as symbol not string, since that's what
12290         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12291         look for.
12292
12293 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12294
12295         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12296         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12297
12298         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12299
12300 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12301
12302         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12303         (gnus-xmas-mime-security-button-menu): New function.
12304
12305         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12306         (gnus-mime-security-button-menu): New definition.
12307         (gnus-mime-security-button-map): Use them.
12308         (gnus-mime-security-button-menu): New function.
12309         (gnus-insert-mime-security-button): Addition to help echo.
12310         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12311         (gnus-mime-security-pipe-part): New functions.
12312
12313         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12314         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12315
12316         * mm-decode.el (mm-handle-set-disposition): Remove.
12317         (mm-handle-set-description): Remove.
12318
12319 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12320
12321         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12322         (mm-w3m-standalone-supports-m17n-p): New function.
12323         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12324         w3m usage.
12325
12326         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12327         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12328
12329 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12330
12331         * message.el (message-tool-bar-zap-list):
12332         Use gmm-tool-bar-zap-list as custom type.
12333         (message-tool-bar-update): New function.
12334         (message-tool-bar, message-tool-bar-gnome)
12335         (message-tool-bar-retro): Add message-tool-bar-update.
12336         (message-tool-bar-gnome): Add flyspell-buffer.
12337
12338         * gnus-util.el (gnus-error): Describe `args'.
12339
12340         * gmm-utils.el (gmm-error): Describe `args'.
12341         (gmm-tool-bar-zap-list): New widget.
12342         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12343
12344 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12345
12346         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12347         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12348         the number of recursive calls.
12349
12350         * mm-decode.el (mm-handle-set-disposition): New macro.
12351         (mm-handle-set-description): New macro.
12352
12353 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12354
12355         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12356         encoding.
12357
12358 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12359
12360         * message.el (message-tool-bar-zap-list, message-tool-bar)
12361         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12362         (message-tool-bar-local-item-from-menu): Remove.
12363         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12364         (message-make-tool-bar): New function.
12365         (message-mode): Use `message-make-tool-bar'.
12366
12367         * gmm-utils.el: New file.
12368         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12369         (gmm-lazy): New widget copied from `nnmail.el'.
12370         (gmm-tool-bar-from-list): New function for creating customizable
12371         tool bars.
12372         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12373         output.
12374         (gmm): Add :prefix to defgroup.
12375
12376 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12377
12378         * gmm-utils.el (gmm-widget-p): New function.
12379
12380 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12381
12382         * mml.el (mml-attach-file): Describe `description' in doc string.
12383         (mml-menu): Add Emacs MIME manual and PGG manual.
12384
12385 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12386
12387         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12388
12389 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12390
12391         * nntp.el (nntp-end-of-line): Doc fix.
12392
12393 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12394
12395         * imap.el (imap-open): Handle case where buffer is a buffer
12396         object.
12397
12398 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12399
12400         * gnus-delay.el (gnus-delay): Don't autoload.
12401         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12402         to be re-loaded when customizing the `gnus-delay' group.
12403
12404 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12405
12406         * message.el (message-insert-citation-line): Use newlines.
12407
12408 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12409
12410         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12411         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12412         these routines, so the passphrase can be managed externally and
12413         passed in to the system.
12414         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12415         pgg-add-passphrase-to-cache function.
12416
12417         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12418         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12419         these routines, so the passphrase can be managed externally and
12420         passed in to the system.
12421         (pgg-pgp5-sign-region): Use new name of
12422         pgg-add-passphrase-to-cache function.
12423
12424 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12425
12426         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12427         part of the decoded armor to find the key-identifier.
12428         (pgg-gpg-lookup-key-owner): New function to return the
12429         human-readable identifier of a key owner.
12430         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12431         itself.
12432         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12433         the key value) if we have a key and can match it against a secret
12434         key.  Also, added a note pointing out fact that the prompt only
12435         indicates the first matching key.
12436
12437         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12438         pgg-decrypt-region.
12439         (pgg-add-passphrase-to-cache): Rename from
12440         `pgg-add-passphrase-cache' to reduce confusion (all callers
12441         changed).
12442         (pgg-remove-passphrase-from-cache): Rename from
12443         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12444         changed).
12445         (pgg-read-passphrase, pgg-add-passphrase-cache)
12446         (pgg-remove-passphrase-cache): Add informative docstrings.
12447         (pgg-decrypt): Convey provided passphrase in subordinate call to
12448         pgg-decrypt-region.
12449
12450 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12451
12452         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12453         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12454         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12455         'passphrase' argument, so the passphrase can be managed externally
12456         and then passed in to the system.
12457
12458         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12459         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12460         so the passphrase cache can be used reliably with identifiers
12461         besides a pgp packet's key id.
12462
12463         * pgg-gpg.el (pgg-gpg-encrypt-region)
12464         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12465         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12466         these routines, so the passphrase can be managed externally and
12467         passed in to the system.
12468
12469         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12470         'notruncate' argument, so the passphrase cache can be used
12471         reliably with identifiers besides a pgp packet's key id.
12472
12473 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12474
12475         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12476         symmetric encryption.
12477         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12478         encrypted session key.
12479         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12480         message ask for the passphrase in a proper way.
12481
12482         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12483         New user commands for symmetric encryption.
12484
12485 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12486
12487         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12488
12489         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12490
12491 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12492
12493         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12494
12495 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12496
12497         * mm-decode.el (mm-inlined-types): Add application/pgp.
12498         (mm-automatic-display): Ditto.
12499
12500         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12501         part as text.
12502
12503 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12504
12505         * nnrss.el: Update copyright.
12506         (nnrss-opml-import): Query whether to subscribe to each entry.
12507
12508         * gnus-art.el:
12509         * gnus-sum.el:
12510         * gnus-xmas.el:
12511         * messagexmas.el:
12512         * mm-uu.el:
12513         * mm-view.el: Update copyright.
12514
12515 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12516
12517         * message.el (message-info): New function.
12518         (message-mode-menu): Add it.
12519         Update copyright.
12520
12521         * ChangeLog: Fix and update copyright.
12522
12523 2006-01-13  Romain Francoise  <romain@orebokech.com>
12524
12525         * message.el (message-forward-subject-name-subject): Prefer the
12526         address to 'nowhere' if the sender has no name.
12527         Fix typo.  Update copyright year.
12528
12529 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12530
12531         * gnus-art.el (article-wash-html):
12532         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12533         (gnus-article-wash-html-with-w3m-standalone): New function.
12534
12535         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12536         mm-inline-text-html-render-with-w3m-standalone.
12537         (mm-text-html-washer-alist): Map w3m-standalone to
12538         gnus-article-wash-html-with-w3m-standalone.
12539         (mm-inline-text-html-render-with-w3m-standalone): New function.
12540
12541 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12542
12543         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12544         Improve LaTeX.
12545
12546 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12547
12548         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12549         (nnrss-request-article): Render text/plain parts as HTML.
12550
12551         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12552         the buffer.
12553
12554 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12555
12556         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12557         custom definition of `gnus-posting-styles'.
12558
12559         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12560         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12561
12562 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12563
12564         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12565         Use nntp for bug archive.
12566
12567 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12568
12569         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12570         parts.
12571         (nnrss-normalize-date): New function converts ISO 8601 date into
12572         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12573         (nnrss-check-group): Use it.
12574
12575 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12576
12577         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12578
12579         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12580         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12581         (nnrss-insert-w3): Ditto.
12582
12583 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12584
12585         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12586         the articles to be forwarded including the case where neither a
12587         number of articles nor a region is specified.
12588
12589 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12590
12591         * nnrss.el (nnrss-request-article): Fix last change; fill
12592         text/plain parts.
12593
12594 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12595
12596         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12597         in text/plain part.
12598         (nnrss-check-group): Don't add excessive newline to dc:subject.
12599
12600 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12601
12602         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12603         article.
12604
12605 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12606
12607         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12608         (nnml-use-compressed-files, nnml-save-mail): Support other
12609         comression programs such as bzip2.
12610
12611 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12612
12613         * dns.el (query-dns): Make sure we check the buffer size before
12614         removing tcp headers.
12615
12616 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12617
12618         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12619         remove MIME buttons associated with multipart/alternative parts.
12620         (gnus-mime-display-alternative): Tag buttons using `article-type'
12621         text property.
12622
12623         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12624         associated with multipart/alternative parts.
12625
12626         * gnus-art.el (gnus-signature-separator): Fix custom type.
12627
12628         * mm-decode.el (mm-inlined-types): Fix custom type.
12629         (mm-keep-viewer-alive-types): Ditto.
12630         (mm-automatic-display): Ditto.
12631         (mm-attachment-override-types): Ditto.
12632         (mm-inline-override-types): Ditto.
12633         (mm-automatic-external-display): Ditto.
12634
12635 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12636
12637         * spam-report.el (spam-report-user-mail-address)
12638         (spam-report-user-agent): New variables.
12639         (spam-report-url-ping-plain): Use spam-report-user-agent.
12640
12641 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12642
12643         * gnus-art.el (gnus-button-handle-custom): Do not just use
12644         `customize-apropos' for any "M-x customize-*" button but the
12645         function called for.  Accept both the function name and its
12646         argument in order to achieve this.
12647         (gnus-button-alist): Remove support for "custom:" URL's.
12648         Pass function name to `gnus-button-handle-custom' in case of "M-x
12649         customize-*" buttons.
12650
12651 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12652
12653         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12654         multipart/alternative and add xref to mm-discouraged-alternatives
12655         in doc string.
12656
12657         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12658         gnus-buttonized-mime-types in doc string.
12659
12660 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12661
12662         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12663         Suggest image/.* in the doc string.
12664
12665 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12666
12667         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12668         message-marks (Debian bug #342521).
12669
12670 2005-12-12  Simon Josefsson  <jas@extundo.com>
12671
12672         * password.el (password-read-from-cache): Add.
12673         (password-read): Use it.
12674
12675 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12676
12677         * rfc2047.el (rfc2047-charset-to-coding-system):
12678         Recognize us-ascii as a MIME charset.
12679
12680         * mm-bodies.el (mm-decode-content-transfer-encoding):
12681         Protect against the case where the 2nd arg TYPE is nil.
12682
12683 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12684
12685         * pop3.el (pop3-stream-type): Fix custom version.
12686
12687         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12688
12689 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12690
12691         * mm-decode.el (mm-display-external): Add missing cdr.
12692
12693 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12694
12695         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12696         RFC1524) if it is in mailcap or add a suffix according to
12697         mailcap-mime-extensions when generating a temp filename; postpone
12698         deleting a temp file for 2 seconds for some wrappers, shell
12699         scripts, and so on, which might exit right after having started a
12700         viewer command as a background job.
12701
12702 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12703
12704         * nntp.el (nntp-marks-directory): Fix custom group.
12705
12706         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12707         steps when < 10.
12708
12709         * gnus-start.el (gnus-no-server-1):
12710         Mention `gnus-level-default-subscribed' in doc string.
12711
12712 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12713
12714         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12715         parens.
12716
12717 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12718
12719         * gnus-xmas.el (gnus-use-toolbar): Revert.
12720         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12721         gnus-use-toolbar is default.
12722
12723         * messagexmas.el (message-use-toolbar): Revert.
12724         (message-setup-toolbar): Use global default-toolbar if
12725         message-use-toolbar is default.
12726
12727 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12728
12729         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12730         according to default-toolbar-visible-p.
12731
12732         * messagexmas.el (message-use-toolbar): Ditto.
12733
12734 2005-11-26  Dave Love  <fx@gnu.org>
12735
12736         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12737         (tls-program, tls-success): Provide openssl alternative.
12738
12739         * starttls.el: Doc fixes.
12740         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12741         SERVICE to PORT.
12742
12743         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12744         port null or service name.
12745         (starttls-negotiate): Autoload.
12746
12747 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12748
12749         * message.el (message-kill-to-signature): Fix interactive spec.
12750
12751 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12752
12753         * pop3.el (pop3-open-server): Recognize a string as a service name.
12754
12755 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12756
12757         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12758
12759 2005-11-23  Dave Love  <fx@gnu.org>
12760
12761         Add pop3s, pop3/starttls.
12762
12763         * pop3.el (pop3-authentication-scheme): Clarify doc.
12764         (open-tls-stream, starttls-open-stream): Autoload.
12765         (pop3-stream-type): New.
12766         (pop3-open-server): Use it.
12767
12768         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12769         for POP.
12770         (mail-source-keyword-map): Add :stream for POP.
12771         (mail-source-fetch-pop): Use pop3-stream-type.
12772
12773 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12774
12775         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12776         of current-time-string.
12777
12778 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12779
12780         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12781         date header.
12782
12783 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12784
12785         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12786         it can seriously impact performance as it bypasses the agent's
12787         local caches.
12788
12789 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12790
12791         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12792         must be explicitly online rather than "not explicitly offline" for
12793         its flags to be synchronized.
12794
12795         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12796         that gnus-uu-unmark-thread will function correctly.
12797
12798         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12799         1024K is instead displayed as 1M.
12800
12801 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12802
12803         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12804
12805 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12806
12807         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12808
12809 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12810
12811         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12812         error message to display actual error condition.
12813         (gnus-agent-save-local): Avoid saving symbols that are bound to
12814         nil as they simply result in a warning message in
12815         gnus-agent-read-local.
12816
12817 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12818
12819         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12820         rather than make-variable-buffer-local for file-precious-flag.
12821
12822 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12823
12824         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12825         for duplicates which are removed.  The invalid sort check then
12826         triggers a rescan after the sort as sorting may have moved
12827         duplicate entries such that they can be cheaply detected.
12828
12829 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12830
12831         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12832
12833 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12834
12835         * gnus-agent.el (gnus-agent-article-alist-save-format):
12836         Change internal variable to a custom variable.  Change default value
12837         from compressed(2) to uncompressed(1).
12838         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12839         support for uncompressed agentview files.  Taken together, reading
12840         the agentview file should now be 6-7 times faster.
12841
12842 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12843
12844         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12845         as a buffer-local variable.  This avoids creating truncated
12846         dribble files as a result of a hang up, eg.
12847
12848 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12849
12850         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12851         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12852         XEmacs.
12853
12854 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12855
12856         * gnus-start.el (gnus-start-draft-setup):
12857         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12858
12859         * gnus.el (gnus-splash): Change custom group.
12860         (gnus-group-get-parameter, gnus-group-parameter-value):
12861         Describe allow-list argument.
12862
12863         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12864         string.
12865
12866 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12867
12868         * gnus-art.el (gnus-default-article-saver): Add user-defined
12869         `function' to custom type.
12870
12871 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12872
12873         * imap.el (imap-open): Handle case where buffer is a buffer
12874         object.
12875
12876 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12877
12878         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12879         long lines.
12880         (gnus-cache-delete-group): Wrap doc strings.
12881
12882         * gnus-agent.el (gnus-agent-rename-group)
12883         (gnus-agent-delete-group): Wrap doc strings.
12884
12885 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12886
12887         * messagexmas.el (message-use-toolbar): Change the valid values
12888         into default, top, bottom, left, and right.
12889         (message-toolbar-thickness): New variable.
12890         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12891         well.
12892         (message-setup-toolbar): Make it work.
12893
12894         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12895         (gnus-use-toolbar): Change the valid values into default, top,
12896         bottom, left, and right.
12897         (gnus-toolbar-thickness): New variable.
12898         (gnus-xmas-setup-toolbar): New function.
12899         (gnus-xmas-setup-group-toolbar): Use it.
12900         (gnus-xmas-setup-summary-toolbar): Use it.
12901
12902 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12903
12904         * gnus-start.el (gnus-1): Add "native" to
12905         gnus-predefined-server-alist.
12906
12907         * gnus.el (gnus-method-to-server): Don't add "native" to the
12908         lists here, because that leads to problems when
12909         gnus-select-method is bound.
12910
12911 2005-11-09  Simon Josefsson  <jas@extundo.com>
12912
12913         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12914         use (not sort-by-date) instead.
12915
12916 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12917
12918         * gnus-delay.el (gnus-delay-group): Don't autoload.
12919         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12920         to be re-loaded when customizing the `gnus-delay' group.
12921
12922 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12923
12924         * message.el: Revert last changes.
12925         (message-insert-citation-line): Use newlines.
12926
12927 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12928
12929         * message.el (message-courtesy-message)
12930         (message-mark-insert-begin, message-mark-insert-end)
12931         (message-elide-ellipsis, message-cancel-message)
12932         (message-add-header, message-change-subject)
12933         (message-cross-post-followup-to-header)
12934         (message-cross-post-insert-note, message-reduce-to-to-cc)
12935         (message-widen-reply, message-delete-not-region)
12936         (message-kill-to-signature, message-insert-signature)
12937         (message-insert-importance-high, message-insert-importance-low)
12938         (message-insert-or-toggle-importance)
12939         (message-insert-disposition-notification-to)
12940         (message-indent-citation, message-yank-original)
12941         (message-cite-original-without-signature, message-cite-original)
12942         (message-insert-citation-line, message-position-on-field)
12943         (message-fix-before-sending, message-send-mail-partially)
12944         (message-send-mail, message-send-mail-with-sendmail)
12945         (message-send-mail-with-qmail, message-send-news)
12946         (message-check-news-header-syntax, message-generate-headers)
12947         (message-insert-courtesy-copy, message-fill-address)
12948         (message-fill-header, message-shorten-references)
12949         (message-setup-1, message-cancel-news)
12950         (message-forward-make-body-plain, message-forward-make-body-mime)
12951         (message-forward-make-body-mml, message-encode-message-body)
12952         (message-forward-make-body-digest-plain)
12953         (message-forward-make-body-digest-mime)
12954         (message-use-alternative-email-as-from): Insert `hard-newline'
12955         instead of ordinary newlines.
12956
12957 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12958
12959         * message.el (message-generate-headers): Downcase the argument
12960         given to message-check-element.
12961
12962 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12963
12964         * nntp.el (nntp-authinfo-rejected): New error condition.
12965         (nntp-wait-for): Use new error condition to signal authentication
12966         error.
12967         (nntp-retrieve-data): Rethrow new error condition to break out of
12968         recursive call to nntp-send-authinfo.
12969
12970 2005-11-08  Romain Francoise  <romain@orebokech.com>
12971
12972         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12973         (gnus-summary-exit-map): Bind to `Z p'.
12974         (gnus-summary-make-menu-bar): Add menu item.
12975
12976 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12977
12978         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12979         (gnus-treat-*): Add `first' in all doc strings.
12980
12981         * gnus-group.el (gnus-group-compact-group): Fix typo.
12982
12983 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12984
12985         * gnus.el (gnus-parameters-case-fold-search): New variable.
12986         (gnus-parameters-get-parameter): Use it.
12987
12988         * gnus-score.el (gnus-home-score-file): Doc fix.
12989
12990 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12991
12992         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12993
12994 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12995
12996         * mm-util.el (mm-special-display-p): New function.
12997
12998         * mml.el (mml-preview): Use it; doc fix.
12999
13000 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13001
13002         * imap.el (imap-open): Handle case where buffer is a buffer object.
13003
13004 2005-10-29  Romain Francoise  <romain@orebokech.com>
13005
13006         * message.el (message-fix-before-sending): Fix comment.
13007
13008 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13009
13010         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13011
13012 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13013
13014         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13015         Used in gnus-score.el.
13016
13017 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13018
13019         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13020
13021 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13022
13023         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13024         whitespace removed in revision 7.8.  Use concatenated string to
13025         protect trailing whitespace.
13026
13027 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13028
13029         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13030         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13031         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13032         Courier IMAP ("some version from 2004").  Mostly based on similar
13033         code in the same function.
13034
13035 2005-10-26  Didier Verna  <didier@xemacs.org>
13036
13037         * gnus-group.el (gnus-group-compact-group): Invalidate original
13038         article buffer.
13039         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13040         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13041         NOV database and in article itself.
13042         Invalidate article backlog.
13043
13044 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13045
13046         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13047
13048 2005-10-26  Simon Josefsson  <jas@extundo.com>
13049
13050         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13051         part of 2004-07-25 change.
13052
13053 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13054
13055         * message.el (message-display-completion-list): New function.
13056         (message-expand-group): Use it; make sure the Completions buffer
13057         is modifiable.
13058 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13059
13060         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13061         user-mail-name is an empty string.
13062
13063 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13064
13065         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13066         depending on gnus-score-decay-constant.
13067
13068         * encrypt.el (encrypt-insert-file-contents)
13069         (encrypt-write-file-contents): Don't use `gnus-message'.
13070
13071         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13072         arguments.
13073         (mm-uu-type-alist): Add message-marks and insert-marks.
13074         Pass arguments to mm-uu-verbatim-marks-extract.
13075         (mm-uu-hide-markers): New variable.
13076         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13077
13078         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13079         (gnus-convert-image-to-face-command): Use "convert" by default to
13080         allow other input image formats.
13081         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13082         accordingly.
13083
13084 2005-10-23  Simon Josefsson  <jas@extundo.com>
13085
13086         * imap.el (imap-gssapi-program): Align command line parameters
13087         with latest GNU SASL.
13088         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13089
13090 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13091
13092         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13093         HTML.
13094         (nnslashdot-request-article): Ditto.
13095
13096         * lpath.el (featurep): Add nobreak-char-display.
13097
13098 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13099
13100         * mail-source.el (mail-source-fetch-pop): Require pop3.
13101         (mail-source-check-pop): Ditto.
13102
13103 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13104
13105         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13106         errors.
13107
13108 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13109
13110         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13111         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13112
13113         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13114
13115         * mm-bodies.el (mm-decode-string):
13116         Call `mm-charset-to-coding-system' with allow-override argument.
13117
13118 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13119
13120         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13121         (rfc2047-charset-to-coding-system): New function.
13122         (rfc2047-decode-encoded-words): New function.
13123         (rfc2047-decode-region): Use them.
13124         (rfc2047-decode-cte): Remove.
13125         (rfc2047-parse-and-decode): Remove.
13126         (rfc2047-decode): Remove.
13127
13128 2005-10-15  Kenichi Handa  <handa@m17n.org>
13129
13130         * rfc2047.el (rfc2047-decode-cte): New function.
13131         (rfc2047-decode-region): Change the way to decode successive
13132         encoded-words: decode B- or Q-encoding in each encoded-word,
13133         concatenate them, and decode it as charset.
13134
13135 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13136
13137         * lpath.el: Fbind codepage-setup for XEmacs.
13138
13139 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13140
13141         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13142         widget-move-and-invoke.
13143         (gnus-custom-mode): Use gnus-custom-map.
13144
13145 2005-10-15  Bill Wohler  <wohler@newt.com>
13146
13147         * message.el (message-tool-bar-map): Rename image file from
13148         mail_send to mail/send.
13149
13150 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13151
13152         * message.el (message-expand-group): Pass the common
13153         prefix substring of completion to `display-completion-list'.
13154
13155 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13156
13157         * mml-sec.el (mml-secure-method): New internal variable.
13158         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13159         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13160         New functions using mml-secure-method.
13161
13162         * mml.el (mml-mode-map): Add key bindings for those functions.
13163         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13164         Harder <harder@myrealbox.com>.
13165         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13166         Goto end of message if point is the headers of the message.
13167
13168         * message.el (message-in-body-p): New function.
13169
13170         * assistant.el: Autoload gnus-util and netrc.
13171
13172         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13173         Use `mm-charset-override-alist' only when decoding.
13174
13175         * mm-bodies.el (mm-decode-body):
13176         Call `mm-charset-to-coding-system' with allow-override argument.
13177
13178         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13179         `filename' from Content-Disposition if Content-Type doesn't
13180         provide `name'.
13181         (gnus-mime-view-part-as-type): Set default instead of
13182         initial-input.
13183
13184 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13185
13186         * format-spec.el (format-spec): Propagate text properties of % spec.
13187
13188 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13189
13190         * gnus-art.el (gnus-treat-predicate): Add `first'.
13191
13192 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13193
13194         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13195         (mm-charset-override-alist): New variable.
13196         (mm-charset-to-coding-system): Use it.
13197         (mm-codepage-setup): New helper function.
13198         (mm-charset-eval-alist): New variable.
13199         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13200         Warn about unknown charsets.
13201
13202         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13203
13204 2005-10-04  David Hansen  <david.hansen@gmx.net>
13205
13206         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13207         (nnrss-check-group): Ditto.
13208
13209 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13210
13211         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13212         Rename x-gnus-verbatim to x-verbatim.
13213         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13214
13215         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13216         x-verbatim.
13217
13218         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13219
13220         * gnus-util.el (gnus-remove-duplicates): Remove.
13221
13222         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13223         instead of gnus-remove-duplicates.
13224
13225         * message.el (message-remove-duplicates): Remove.
13226         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13227         message-remove-duplicates.
13228
13229         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13230         available, else use implementation from `delete-dups'.
13231
13232         * message.el (message-insert-expires): New function.
13233         (message-mode-map): Add key binding.
13234         (message-mode-field-menu): Add menu entry.
13235         (message-mode): Document it.
13236         (message-make-expires-date): Use `message-make-date'.
13237
13238 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13239
13240         * message.el (message-make-expires-date): New function.
13241
13242 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13243
13244         * Makefile.in (list-installed-shadows): New entry.
13245         (install): Use it.
13246         (remove-installed-shadows): New entry.
13247
13248         * dgnushack.el (dgnushack-default-load-path): New variable.
13249         (dgnushack-find-lisp-shadows): New function.
13250         (dgnushack-remove-lisp-shadows): New function.
13251
13252 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13253
13254         * Makefile.in (install-el-elc): New entry.
13255         (install): Use it so that .el files are necessarily installed.
13256
13257 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13258
13259         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13260
13261 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13262
13263         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13264         function rather than the diff-mode.el package.
13265         (mm-display-external): Use with-current-buffer.
13266         (mm-viewer-completion-map, mm-viewer-completion-map):
13267         Move initialization inside declaration.
13268
13269 2005-09-29  Simon Josefsson  <jas@extundo.com>
13270
13271         * spam.el: Load hashcash when compiling, to avoid warnings.
13272         Don't autoload mail-check-payment.
13273         (spam-check-hashcash): Define unconditionally, since hashcash.el
13274         is part of Gnus now.  Ignore errors from payment checking.
13275
13276 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13277
13278         * message.el (message-bold-region, message-unbold-region):
13279         Rename from `bold-region' and `unbold-region'.
13280
13281         * message.el: Remove useless autoloads.
13282
13283 2005-09-28  Simon Josefsson  <jas@extundo.com>
13284
13285         * message.el (message-use-idna): Default to t.
13286         (message-use-idna): Test whether encoding works too.  Doc fix.
13287
13288 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13289
13290         * nntp.el (nntp-warn-about-losing-connection): Remove.
13291
13292 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13293
13294         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13295         customizable.  Change default value.
13296         (mm-uu-diff-groups-regexp): Change default value.
13297         (mm-uu-type-alist): Add doc string.
13298         (mm-uu-configure): Add doc string.  Make it interactive.
13299         (mm-uu-tex-groups-regexp): New variable.
13300         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13301         (mm-uu-type-alist): Add LaTeX documents.
13302         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13303         of "text/verbatim".
13304         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13305
13306         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13307         instead of "text/verbatim".
13308
13309         * message.el (message-mark-inserted-region)
13310         (message-mark-insert-file): Use slrn style marks when called with
13311         prefix argument.
13312
13313 2005-09-27  Simon Josefsson  <jas@extundo.com>
13314
13315         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13316
13317 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13318
13319         * message.el (message-remove-duplicates): New function.
13320         Implementation borrowed from `gnus-remove-duplicates'.
13321         (message-idna-to-ascii-rhs): Also encode idna addresses in
13322         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13323         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13324         only ask about the same idna domain once per header and also tell
13325         in what header to replace the idna domain.
13326
13327         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13328         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13329         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13330         a header is decoded and not just the last one.
13331
13332 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13333
13334         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13335         has been decoded.
13336
13337         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13338         (mm-insert-part): Don't modify text if it has been decoded.
13339
13340         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13341         decoded.
13342
13343         * mm-view.el (mm-inline-text): Don't strip text props unless
13344         decoding enriched or richtext parts.
13345
13346 2005-09-25  Romain Francoise  <romain@orebokech.com>
13347
13348         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13349         * gnus-start.el (gnus-subscribe-interactively):
13350         * gnus-uu.el (gnus-uu-grab-articles):
13351         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13352         space.
13353
13354 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13355
13356         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13357         * mm-view.el (mm-view-pkcs7-decrypt):
13358         * gnus-sum.el (gnus-summary-limit-to-extra)
13359         (gnus-summary-respool-article, gnus-read-move-group-name):
13360         * gnus-score.el (gnus-summary-increase-score):
13361         * gnus-util.el (gnus-completing-read-with-default):
13362         * gnus-art.el (gnus-read-save-file-name)
13363         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13364         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13365         * message.el (message-check-news-header-syntax):
13366         Follow convention for reading with the minibuffer.
13367
13368 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13369
13370         * spam-report.el (spam-report-url-ping-plain):
13371         Use gnus-extended-version as User-Agent.
13372
13373         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13374         default value is nil.
13375
13376         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13377         (mm-uu-verbatim-marks-extract): New function.
13378         (mm-uu-extract): New face.
13379         (mm-uu-copy-to-buffer): Use it.
13380
13381         * spam-report.el (spam-report-gmane-ham): Rename from
13382         `spam-report-gmane-unspam'.
13383         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13384         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13385
13386         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13387         Autoload.
13388         (spam-report-gmane-unregister-routine):
13389         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13390
13391 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13392
13393         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13394         (spam-report-gmane-unregister-routine): Add support for gmane
13395         unregistration.
13396
13397         * spam-report.el (spam-report-gmane-unspam)
13398         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13399         (spam-report-gmane): Change to take a single article and do unspam
13400         registration.
13401
13402 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13403
13404         * mm-url.el (mm-url-decode-entities): Fix regexp.
13405
13406 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13407
13408         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13409         default to nil, to be able to use Gnus at all.  If the default
13410         switches to something else, then the function should be fixed not
13411         be exceedingly slow.
13412
13413 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13414
13415         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13416         fail hard.
13417
13418         * spam-report.el: Add better Keywords line.
13419
13420         * spam.el: Add Maintainer and better Keywords line.
13421
13422 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13423
13424         * gnus-art.el (gnus-article-replace-part)
13425         (gnus-mime-replace-part): New functions.
13426         (gnus-mime-action-alist, gnus-mime-button-commands)
13427         (gnus-mime-save-part-and-strip): Add file argument.
13428         (gnus-article-part-wrapper): Add interactive argument.
13429
13430         * gnus-sum.el (gnus-summary-mime-map):
13431         Add `gnus-article-replace-part'.
13432
13433 2005-09-19  Didier Verna  <didier@xemacs.org>
13434
13435         The nnml compaction feature:
13436         * nnml.el (nnml-request-compact-group): New function.
13437         * nnml.el (nnml-request-compact): New function.
13438         * gnus-int.el (gnus-request-compact-group): New function.
13439         * gnus-int.el (gnus-request-compact): New function.
13440         * gnus-group.el (gnus-group-compact-group): New function.
13441         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13442         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13443         * gnus-srvr.el (gnus-server-compact-server): New function.
13444         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13445         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13446
13447 2005-09-18  Deepak Goel  <deego@gnufans.org>
13448
13449         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13450         format spec.
13451
13452 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13453
13454         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13455
13456 2005-09-15  Romain Francoise  <romain@orebokech.com>
13457
13458         * message.el (message-fill-paragraph): Clarify docstring.
13459
13460 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13461
13462         * gnus-art.el (gnus-mime-display-part): Protect against broken
13463         MIME messages.
13464
13465 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13466
13467         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13468         before parsing header.
13469
13470 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13471
13472         * html2text.el (html2text-replace-list): Add new entities.
13473
13474 2005-09-11  Romain Francoise  <romain@orebokech.com>
13475
13476         * message.el (message-alternative-emails): Improve docstring.
13477         (message-setup-1): Call `message-use-alternative-email-as-from'
13478         after `message-setup-hook' to give it precedence over posting
13479         styles, etc.
13480         (message-use-alternative-email-as-from): Add docstring.
13481         Remove the original From header if present.
13482
13483         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13484         (nnml-save-mail): Use it.
13485
13486         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13487         articles.  Add new argument `silent'.
13488         (gnus-uu-mark-all): Report the total number of marked articles.
13489
13490 2005-09-10  Romain Francoise  <romain@orebokech.com>
13491
13492         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13493         (gnus-uu-mark-series): Likewise.
13494
13495 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13496
13497         * spam-report.el (spam-report-gmane): Fix generation of spam
13498         report URL.
13499
13500 2005-09-10  Simon Josefsson  <jas@extundo.com>
13501
13502         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13503         t, based on discussion on the ding list with Robert Epprecht
13504         <epprecht@solnet.ch>.
13505
13506 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13507
13508         * spam-report.el (spam-report-gmane): Make it work without
13509         X-Report-Spam header.  Gmane now only provides Archived-At.
13510         This is only used if `spam-report-gmane-use-article-number' is nil.
13511         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13512
13513         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13514         make `gnus-summary-sort-by-recipient' work with threading.
13515
13516         * nnweb.el (nnweb-google-wash-article): Print a message if article
13517         is not available.
13518
13519 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13520
13521         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13522         change.  Decode text/* parts content before displaying.
13523
13524 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13525
13526         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13527
13528 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13529
13530         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13531
13532         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13533         url-package-name, url-package-version,
13534         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13535         w3m-display-inline-images, and w3m-minor-mode-map.
13536
13537 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13538
13539         * message.el (message-tab-body-function): Fix mismatched custom type.
13540
13541         * gnus.el (gnus-group-change-level-function): Ditto.
13542
13543         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13544
13545         * gnus-art.el (gnus-signature-limit)
13546         (gnus-article-mime-part-function): Ditto.
13547
13548 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13549
13550         * mml.el (mml-mode): Silence the byte compiler.
13551
13552         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13553         using `(sit-for 0)' before moving the point to the specified part;
13554         skip unbuttonized parts.
13555         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13556         return to the summary window if gnus-auto-select-part is non-nil.
13557
13558 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13559
13560         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13561         New variables.
13562         (mml-dnd-attach-file, mml-mode): Use them.
13563
13564         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13565         Make fetching article by MID work again for Google Groups.
13566         Add FIXME concerning gnus-group-make-web-group.
13567
13568         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13569         Don't depend on Gnus by using mail-extract-address-components if
13570         gnus-extract-address-components is not bound.
13571
13572 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13573
13574         * gnus-art.el (gnus-mime-display-security): Don't display the
13575         signature, but only the signed part.
13576
13577 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13578
13579         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13580
13581         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13582         list, not listp.
13583
13584 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13585
13586         * mm-encode.el (mm-encode-content-transfer-encoding):
13587         Likewise when encoding.
13588
13589         * mm-bodies.el (mm-decode-content-transfer-encoding):
13590         De-canonicalize CRLF for all text content types, not just
13591         text/plain.
13592
13593 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13594
13595         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13596         valid article; point arrow and cursor at the MIME button.
13597
13598 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13599
13600         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13601         Suggested by Dan Christensen <jdc@uwo.ca>.
13602
13603         * mm-decode.el (mm-save-part): Enable change of prompt.
13604
13605 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13606
13607         * gnus-msg.el (gnus-inews-add-send-actions):
13608         Make `message-post-method' lambda parameter ARG `&optional'.
13609
13610 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13611
13612         * gnus-sum.el (gnus-summary-mime-map):
13613         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13614         gnus-article-jump-to-part.
13615
13616         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13617         (gnus-article-edit-part): Use it.
13618         (gnus-article-part-wrapper): Add no-handle argument.
13619         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13620         New functions.
13621
13622 2005-08-29  Romain Francoise  <romain@orebokech.com>
13623
13624         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13625         docstring.
13626         (gnus-face-from-file): Likewise.
13627
13628 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13629
13630         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13631         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13632         non-nil.
13633         (gnus-auto-select-part): New variable.
13634         (gnus-article-jump-to-part): New function.
13635         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13636         (gnus-mime-delete-part): Allow selecting specified part after
13637         deleting or stripping parts.
13638         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13639         part if argument is bogus.
13640
13641 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13642
13643         * gnus-art.el (w3m-minor-mode-map):
13644         * gnus-spec.el (gnus-newsrc-file-version):
13645         * gnus-util.el (nnmail-active-file-coding-system)
13646         (gnus-original-article-buffer, gnus-user-agent):
13647         * gnus.el (gnus-ham-process-destinations)
13648         (gnus-parameter-ham-marks-alist)
13649         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13650         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13651         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13652         * mm-decode.el (gnus-current-window-configuration):
13653         * mm-extern.el (gnus-article-mime-handles):
13654         * mm-url.el (url-current-object, url-package-name)
13655         (url-package-version):
13656         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13657         (smime-keys, w3m-cid-retrieve-function-alist)
13658         (w3m-current-buffer, w3m-display-inline-images)
13659         (w3m-minor-mode-map):
13660         * mml-smime.el (gnus-extract-address-components):
13661         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13662         (gnus-newsrc-hashtb, message-default-charset)
13663         (message-deletable-headers, message-options)
13664         (message-posting-charset, message-required-mail-headers)
13665         (message-required-news-headers):
13666         * mml1991.el (mc-pgp-always-sign):
13667         * mml2015.el (mc-pgp-always-sign):
13668         * nnheader.el (nnmail-extra-headers):
13669         * rfc1843.el (gnus-decode-encoded-word-function)
13670         (gnus-decode-header-function, gnus-newsgroup-name):
13671         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13672
13673 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13674
13675         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13676         the end of the date treatments.
13677
13678 2005-08-15  Simon Josefsson  <jas@extundo.com>
13679
13680         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13681         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13682         Capello and Romain Francoise.
13683         (pgg-fetch-key-function): Remove, not used?
13684         (pgg-insert-url-with-w3): Require url, to get
13685         url-insert-file-contents regardless of where it is defined.
13686
13687 2005-08-13  Romain Francoise  <romain@orebokech.com>
13688
13689         * message.el (message-cite-original-1): New function.
13690         (message-cite-original): Use it.
13691         (message-cite-original-without-signature): Ditto.
13692
13693 2005-08-08  Romain Francoise  <romain@orebokech.com>
13694
13695         * message.el (message-yank-empty-prefix): New variable.
13696         (message-indent-citation): Use it.
13697         (message-cite-original-without-signature): Respect X-No-Archive.
13698
13699 2005-08-08  Simon Josefsson  <jas@extundo.com>
13700
13701         * pgg.el: Autoload url-insert-file-contents instead of loading
13702         w3/url.
13703         (pgg-insert-url-with-w3): Don't load url here.
13704
13705 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13706
13707         * message.el (message-kill-to-signature): Don't insert newline at
13708         bol.
13709         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13710
13711 2005-08-06  Romain Francoise  <romain@orebokech.com>
13712
13713         * message.el (message-user-fqdn): Fix typo in docstring.
13714
13715 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13716
13717         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13718
13719         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13720
13721 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13722
13723         * mm-bodies.el (mm-encode-body): Use coding system rather than
13724         charset to encode text.
13725
13726         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13727         number of charsets if utf-8 is available (XEmacs).
13728
13729 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13730
13731         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13732         taken from `gnus-button-mid-or-mail-regexp'.
13733         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13734         (gnus-button-alist): Improve regexp for domain part of the MIDs
13735         for news:localpart@domain buttons.
13736         (gnus-button-ctan-directory-regexp): Update.
13737
13738 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13739
13740         * sieve-manage.el (sieve-manage-interactive-login):
13741         Use make-local-variable rather than make-variable-buffer-local.
13742         (sieve-manage-open): Ditto.
13743         (sieve-manage-authenticate): Ditto.
13744
13745         * mml.el (mml-generate-mime-1): Make the content type default to
13746         text/plain if the filename is not specified.
13747
13748 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13749
13750         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13751         instead of insert-buffer.
13752
13753         * message.el (message-yank-original): Ditto; set the mark at the
13754         end of the yanked message.
13755
13756 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13757
13758         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13759         lines to scroll rather than to stop it.
13760
13761         * mml.el (mml-generate-default-type): Add doc string.
13762         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13763         default to application/octet-stream when determining the content
13764         type if it is not specified for the part or the mml contents; add
13765         a comment about mml-generate-default-type.
13766
13767 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13768
13769         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13770         make it default to application/octet-stream when determining the
13771         content type if it is not specified for the external contents.
13772
13773 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13774
13775         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13776         segmented parameter but also other parameters might be there.
13777
13778 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13779
13780         * mm-decode.el (mm-display-external): Delete temp file, directory
13781         and buffer immediately if the external process is exited.
13782
13783 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13784
13785         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13786         fewer lines than that of scroll-margin.
13787         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13788
13789 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13790
13791         * gnus-art.el (gnus-article-next-page): Revert.
13792         (gnus-article-beginning-of-window): New macro.
13793         (gnus-article-next-page-1): Use it.
13794         (gnus-article-prev-page): Ditto.
13795         (gnus-article-edit-part): Use insert-buffer-substring instead of
13796         insert-buffer.
13797         (gnus-article-edit-exit): Ditto.
13798
13799         * gnus-util.el (gnus-beginning-of-window): Remove.
13800         (gnus-end-of-window): Remove.
13801
13802         * lpath.el: Don't bind header-line-format and scroll-margin.
13803
13804 2005-07-25  Simon Josefsson  <jas@extundo.com>
13805
13806         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13807         to have the url package without w3.  Reported by Daiki Ueno
13808         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13809
13810 2005-07-20  Didier Verna  <didier@xemacs.org>
13811
13812         * gnus-diary.el: Remove the description comment (nndiary is now
13813         properly documented in the Gnus manual).
13814         Fix the spelling of "Back End".
13815         * nndiary.el: Ditto.
13816         Fix the copyright notice.
13817
13818 2005-07-18  Romain Francoise  <romain@orebokech.com>
13819
13820         * gnus-sum.el (gnus-summary-to-prefix)
13821         (gnus-summary-newsgroup-prefix): New variables.
13822         (gnus-summary-from-or-to-or-newsgroups): Use them.
13823
13824 2005-07-17  Romain Francoise  <romain@orebokech.com>
13825
13826         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13827         space as it's generally not especially interesting to the user.
13828
13829 2005-07-16  Romain Francoise  <romain@orebokech.com>
13830
13831         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13832         nil to avoid prompting and file modification if one of the
13833         messages at the top of the nnfolder file contains a copyright
13834         notice.
13835         Update copyright notice.
13836
13837         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13838         instead of `current-time-string' as the latter creates a time
13839         string that is not RFC 2822 compliant (it lacks the zone).
13840         Update copyright notice.
13841
13842 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13843
13844         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13845         for text/rtf.  Display default in prompt.  Pass default for M-n.
13846
13847         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13848
13849 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13850
13851         * gnus-msg.el (gnus-button-mailto):
13852         Remove save-selected-window-window hackery because it relies on
13853         save-selected-window internals.
13854
13855 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13856
13857         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13858         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13859         (gnus-article-prev-page): Ditto.
13860
13861         * gnus-util.el (gnus-beginning-of-window): New function.
13862         (gnus-end-of-window): New function.
13863
13864         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13865
13866 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13867
13868         * gnus-score.el (gnus-score-edit-all-score):
13869         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13870         gnus-message.
13871
13872 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13873
13874         * gnus-msg.el (gnus-button-mailto):
13875         Remove save-selected-window-window hackery because it relies on
13876         save-selected-window internals.
13877
13878 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13879
13880         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13881         add-minor-mode.
13882         (gnus-binary-mode): Ditto.
13883
13884         * gnus-topic.el (gnus-topic-mode): Ditto.
13885
13886 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13887
13888         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13889         (gnus-article-prev-page): Take scroll-margin into consideration.
13890
13891 2005-07-04  Lute Kamstra  <lute@gnu.org>
13892
13893         Update FSF's address in GPL notices.
13894
13895 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13896
13897         * gnus.el (gnus-exit):
13898         * gnus-group.el (gnus-group-icons):
13899         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13900
13901         * gnus-nocem.el (gnus-nocem):
13902         * message.el (message-various, message-buffers, message-sending)
13903         (message-interface, message-forwarding, message-insertion)
13904         (message-headers, message-news, message-mail):
13905         * pgg-gpg.el (pgg-gpg):
13906         * pgg-parse.el (pgg-parse):
13907         * pgg-pgp.el (pgg-pgp):
13908         * pgg-pgp5.el (pgg-pgp5):
13909         * pop3.el (pop3): Finish `defgroup' description with period.
13910
13911 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13912
13913         * gnus-art.el (article-display-face): Improve the efficiency.
13914         (article-display-x-face): Ditto; remove grey x-face stuff.
13915
13916 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13917
13918         * gnus-art.el (article-display-face): Correct the position in
13919         which Faces are inserted.
13920
13921 2005-06-29  Didier Verna  <didier@xemacs.org>
13922
13923         * gnus-art.el (article-display-face): Display faces in correct
13924         order.
13925
13926 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13927
13928         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13929         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13930         (gnus-nocem-check-article): Fetch the Type header.
13931         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13932         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13933         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13934         make sure gnus-nocem-hashtb is initialized.
13935         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13936         (gnus-nocem-unwanted-article-p): Ditto.
13937
13938         * pgg.el (pgg-verify): Return the verification result.
13939
13940 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13941
13942         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13943         is ascii.
13944
13945 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13946
13947         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13948         `show-nonbreak-escape'.
13949
13950 2005-06-23  Lute Kamstra  <lute@gnu.org>
13951
13952         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13953
13954         * dig.el (dig-mode):
13955         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13956
13957 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13958
13959         * nnimap.el (nnimap-split-download-body): Fix spellings.
13960
13961 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13962
13963         * gnus-art.el (gnus-article-encrypt-body):
13964         * gnus-cus.el (gnus-score-customize):
13965         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13966         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13967
13968 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13969
13970         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13971         header by looking for magic "MII" at the beginnig.
13972
13973 2005-06-16  Miles Bader  <miles@gnu.org>
13974
13975         * gnus-xmas.el (gnus-xmas-group-startup-message):
13976         Use renamed gnus-splash face.
13977
13978         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13979         (assistant-field-face): New backward-compatibility alias for renamed
13980         face.
13981         (assistant-render-text): Use renamed assistant-field face.
13982
13983         * spam.el (spam): Remove "-face" suffix from face name.
13984         (spam-face): New backward-compatibility alias for renamed face.
13985         (spam-face, spam-initialize): Use renamed spam face.
13986
13987         * message.el (message-header-to, message-header-cc)
13988         (message-header-subject, message-header-newsgroups)
13989         (message-header-other, message-header-name)
13990         (message-header-xheader, message-separator, message-cited-text)
13991         (message-mml): Remove "-face" suffix from face names.
13992         (message-header-to-face, message-header-cc-face)
13993         (message-header-subject-face, message-header-newsgroups-face)
13994         (message-header-other-face, message-header-name-face)
13995         (message-header-xheader-face, message-separator-face)
13996         (message-cited-text-face, message-mml-face):
13997         New backward-compatibility aliases for renamed faces.
13998         (message-font-lock-keywords): Use renamed message faces.
13999
14000         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14001         (sieve-test-commands, sieve-tagged-arguments):
14002         Remove "-face" suffix from face names.
14003         (sieve-control-commands-face, sieve-action-commands-face)
14004         (sieve-test-commands-face, sieve-tagged-arguments-face):
14005         New backward-compatibility aliases for renamed faces.
14006         (sieve-control-commands-face, sieve-action-commands-face)
14007         (sieve-test-commands-face, sieve-tagged-arguments-face):
14008         Use renamed sieve faces.
14009
14010         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14011         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14012         (gnus-group-news-3-empty, gnus-group-news-4)
14013         (gnus-group-news-4-empty, gnus-group-news-5)
14014         (gnus-group-news-5-empty, gnus-group-news-6)
14015         (gnus-group-news-6-empty, gnus-group-news-low)
14016         (gnus-group-news-low-empty, gnus-group-mail-1)
14017         (gnus-group-mail-1-empty, gnus-group-mail-2)
14018         (gnus-group-mail-2-empty, gnus-group-mail-3)
14019         (gnus-group-mail-3-empty, gnus-group-mail-low)
14020         (gnus-group-mail-low-empty, gnus-summary-selected)
14021         (gnus-summary-cancelled, gnus-summary-high-ticked)
14022         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14023         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14024         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14025         (gnus-summary-low-undownloaded)
14026         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14027         (gnus-summary-low-unread, gnus-summary-normal-unread)
14028         (gnus-summary-high-read, gnus-summary-low-read)
14029         (gnus-summary-normal-read, gnus-splash):
14030         Remove "-face" suffix from face names.
14031         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14032         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14033         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14034         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14035         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14036         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14037         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14038         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14039         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14040         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14041         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14042         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14043         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14044         (gnus-summary-normal-ticked-face)
14045         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14046         (gnus-summary-normal-ancient-face)
14047         (gnus-summary-high-undownloaded-face)
14048         (gnus-summary-low-undownloaded-face)
14049         (gnus-summary-normal-undownloaded-face)
14050         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14051         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14052         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14053         (gnus-splash-face):
14054         New backward-compatibility aliases for renamed faces.
14055         (gnus-group-startup-message): Use renamed gnus faces.
14056
14057         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14058         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14059         (gnus-server-agent): Remove "-face" suffix from face names.
14060         (gnus-server-agent-face, gnus-server-opened-face)
14061         (gnus-server-closed-face, gnus-server-denied-face)
14062         (gnus-server-offline-face):
14063         New backward-compatibility aliases for renamed faces.
14064         (gnus-server-agent-face, gnus-server-opened-face)
14065         (gnus-server-closed-face, gnus-server-denied-face)
14066         (gnus-server-offline-face): Use renamed gnus faces.
14067
14068         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14069         Remove "-face" suffix from face names.
14070         (gnus-picon-xbm-face, gnus-picon-face):
14071         New backward-compatibility aliases for renamed faces.
14072
14073         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14074         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14075         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14076         (gnus-cite-11): Remove "-face" suffix from face names.
14077         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14078         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14079         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14080         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14081         New backward-compatibility aliases for renamed faces.
14082         (gnus-cite-attribution-face, gnus-cite-face-list)
14083         (gnus-article-boring-faces): Use renamed gnus faces.
14084
14085         * gnus-art.el (gnus-signature, gnus-header-from)
14086         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14087         (gnus-header-content): Remove "-face" suffix from face names.
14088         (gnus-signature-face, gnus-header-from-face)
14089         (gnus-header-subject-face, gnus-header-newsgroups-face)
14090         (gnus-header-name-face, gnus-header-content-face):
14091         New backward-compatibility aliases for renamed faces.
14092         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14093
14094         * gnus-sum.el (gnus-summary-selected-face)
14095         (gnus-summary-highlight): Use renamed gnus faces.
14096         * gnus-group.el (gnus-group-highlight): Likewise.
14097
14098 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14099
14100         * gnus-sieve.el (gnus-sieve-article-add-rule):
14101         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14102         * spam-stat.el (spam-stat-buffer-change-to-spam)
14103         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14104
14105         * message.el (message-is-yours-p):
14106         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14107
14108 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14109
14110         * mm-view.el (mm-inline-text): Withdraw the last change.
14111
14112 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14113
14114         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14115         executing enriched-decode.
14116
14117 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14118
14119         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14120         charset of tar files.
14121
14122 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14123
14124         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14125
14126 2005-06-04  Lute Kamstra  <lute@gnu.org>
14127
14128         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14129         information is never recorded.
14130
14131 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14132
14133         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14134
14135 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14136
14137         * pop3.el (pop3-apop): Run md5 in the binary mode.
14138
14139         * starttls.el (starttls-set-process-query-on-exit-flag):
14140         Use eval-and-compile.
14141
14142 2005-05-31  Simon Josefsson  <jas@extundo.com>
14143
14144         * smime.el (smime-replace-in-string): Define.
14145         (smime-cert-by-ldap-1): Use it.
14146
14147 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14148
14149         * gnus-art.el (article-display-x-face): Replace
14150         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14151
14152         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14153         set-process-query-on-exit-flag or process-kill-without-query.
14154
14155         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14156         loop instead of replace-regexp.
14157
14158         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14159         instead of process-kill-without-query if it is available.
14160
14161         * lpath.el: Fbind ldap-search-entries.
14162
14163         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14164         instead of find-file-hooks if it is available.
14165
14166         * mml1991.el: Bind pgg-default-user-id when compiling.
14167
14168         * mml2015.el: Bind pgg-default-user-id when compiling.
14169
14170         * nndraft.el (nndraft-request-associate-buffer):
14171         Use write-contents-functions instead of write-contents-hooks if it is
14172         available.
14173
14174         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14175         instead of find-file-hooks if it is available.
14176
14177         * nntp.el (nntp-open-connection): Replace
14178         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14179         (nntp-open-ssl-stream): Ditto.
14180         (nntp-open-tls-stream): Ditto.
14181
14182         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14183         set-process-query-on-exit-flag or process-kill-without-query.
14184         (starttls-open-stream-gnutls): Use it instead of
14185         process-kill-without-query.
14186         (starttls-open-stream): Ditto.
14187
14188 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14189
14190         * smime.el (smime-cert-by-ldap-1): Don't use
14191         replace-regexp-in-string.
14192
14193 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14194
14195         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14196
14197         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14198         in PEM format.  Adjust to the XEmacs compability.
14199
14200 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14201
14202         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14203         by `string-to-number'.
14204         * gnus-agent.el (gnus-agent-regenerate-group)
14205         (gnus-agent-fetch-articles): Ditto.
14206         * gnus-art.el (gnus-button-fetch-group): Ditto.
14207         * gnus-cache.el (gnus-cache-generate-active)
14208         (gnus-cache-articles-in-group): Ditto.
14209         * gnus-group.el (gnus-group-set-current-level)
14210         (gnus-group-insert-group-line): Ditto.
14211         * gnus-score.el (gnus-score-set-expunge-below)
14212         (gnus-score-set-mark-below, gnus-summary-score-effect)
14213         (gnus-summary-score-entry): Ditto.
14214         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14215         (gnus-soup-pack): Ditto.
14216         * gnus-spec.el (gnus-xmas-format): Ditto.
14217         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14218         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14219         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14220         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14221         * nndb.el (nndb-get-remote-expire-response): Ditto.
14222         * nndiary.el (nndiary-parse-schedule-value)
14223         (nndiary-string-to-number, nndiary-request-replace-article)
14224         (nndiary-request-article): Ditto.
14225         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14226         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14227         * nneething.el (nneething-make-head): Ditto.
14228         * nnfolder.el (nnfolder-request-article)
14229         (nnfolder-retrieve-headers): Ditto.
14230         * nnheader.el (nnheader-file-to-number): Ditto.
14231         * nnkiboze.el (nnkiboze-request-article): Ditto.
14232         * nnmail.el (nnmail-process-unix-mail-format)
14233         (nnmail-process-babyl-mail-format): Ditto.
14234         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14235         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14236         (nnmh-request-create-group, nnmh-request-list-1)
14237         (nnmh-request-group, nnmh-request-article): Ditto.
14238         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14239         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14240         * nnsoup.el (nnsoup-make-active): Ditto.
14241         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14242         * nntp.el (nntp-find-group-and-number)
14243         (nntp-retrieve-headers-with-xover): Ditto.
14244         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14245         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14246         (pgg-format-key-identifier): Ditto.
14247         * pop3.el (pop3-last, pop3-stat): Ditto.
14248         * qp.el (quoted-printable-decode-region): Ditto.
14249
14250         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14251         of concat.
14252
14253 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14254
14255         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14256
14257         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14258
14259         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14260
14261         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14262
14263         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14264
14265         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14266
14267         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14268         (gnus-carpal-mode): Ditto.
14269
14270         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14271         (gnus-browse-mode): Ditto.
14272
14273         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14274
14275         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14276
14277 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14278
14279         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14280
14281 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14282
14283         * gnus-util.el (gnus-run-mode-hooks): New function.
14284
14285         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14286
14287         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14288         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14289
14290 2005-05-27  Lute Kamstra  <lute@gnu.org>
14291
14292         * dns-mode.el (dns-mode): Specify customization group.
14293
14294 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14295
14296         * gnus-agent.el (gnus-agent-make-mode-line-string):
14297         Use mode-line-highlight as mouse-face.
14298
14299 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14300
14301         * canlock.el (canlock): Change the parent group to news.
14302
14303         * deuglify.el (gnus-outlook-deuglify): Add :group.
14304
14305         * dig.el (dig): Add :group.
14306
14307         * dns-mode.el (dns-mode): Add :group.
14308
14309         * encrypt.el (encrypt): Add :group.
14310
14311         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14312         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14313         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14314         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14315         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14316
14317         * gnus-diary.el (gnus-diary): Add :group.
14318
14319         * gnus.el (gnus-group-news-1-face): Add :group.
14320         (gnus-group-news-1-empty-face): Ditto.
14321         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14322         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14323         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14324         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14325         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14326         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14327         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14328         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14329         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14330         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14331         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14332         (gnus-summary-high-ticked-face): Ditto.
14333         (gnus-summary-low-ticked-face): Ditto.
14334         (gnus-summary-normal-ticked-face): Ditto.
14335         (gnus-summary-high-ancient-face): Ditto.
14336         (gnus-summary-low-ancient-face): Ditto.
14337         (gnus-summary-normal-ancient-face): Ditto.
14338         (gnus-summary-high-undownloaded-face): Ditto.
14339         (gnus-summary-low-undownloaded-face): Ditto.
14340         (gnus-summary-normal-undownloaded-face): Ditto.
14341         (gnus-summary-high-unread-face): Ditto.
14342         (gnus-summary-low-unread-face): Ditto.
14343         (gnus-summary-normal-unread-face): Ditto.
14344         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14345         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14346
14347         * hashcash.el (hashcash): New custom group.
14348         (hashcash-default-payment): Add :group.
14349         (hashcash-payment-alist): Ditto.
14350         (hashcash-default-accept-payment): Ditto.
14351         (hashcash-accept-resources): Ditto.
14352         (hashcash-path): Ditto.
14353         (hashcash-extra-generate-parameters): Ditto.
14354         (hashcash-double-spend-database): Ditto.
14355         (hashcash-in-news): Ditto.
14356
14357         * message.el (message-minibuffer-local-map): Add :group.
14358
14359         * netrc.el (netrc): Add :group.
14360
14361         * sieve-manage.el (sieve-manage-log): Add :group.
14362         (sieve-manage-default-user): Diito.
14363         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14364         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14365         (sieve-manage-authenticators): Ditto.
14366         (sieve-manage-authenticator-alist): Ditto.
14367         (sieve-manage-default-port): Ditto.
14368
14369         * sieve-mode.el (sieve-control-commands-face): Add :group.
14370         (sieve-action-commands-face): Ditto.
14371         (sieve-test-commands-face): Ditto.
14372         (sieve-tagged-arguments-face): Ditto.
14373
14374         * smime.el (smime): Add :group.
14375
14376         * spam-report.el (spam-report): Add :group.
14377
14378         * spam.el (spam, spam-face): Add :group.
14379
14380 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14381
14382         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14383         return \n.\n.\n at the end of articles.  Protect against that.
14384         (nntp-with-open-group): Allow debugging.
14385
14386         * nnheader.el (mail-header-set-extra): Make into a function
14387         because I just could't understand how to quote the list properly.
14388
14389         * dns.el (query-dns-cached): New function.
14390
14391 2005-05-26  Lute Kamstra  <lute@gnu.org>
14392
14393         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14394
14395 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14396
14397         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14398
14399         * gnus-art.el: Don't autoload mail-extract-address-components.
14400
14401         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14402         eval-and-compile to evaluate it.
14403
14404         * hashcash.el: Don't autoload executable-find.
14405
14406         * nndb.el: Don't declare the nndb back end two or more times; don't
14407         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14408
14409         * nntp.el: Autoload format-spec instead of format; use
14410         eval-and-compile to evaluate autoload forms.
14411
14412 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14413
14414         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14415
14416 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14417
14418         * gnus.el (gnus-version-number): Bump version.
14419
14420 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14421
14422         * gnus.el: No Gnus v0.3 is released.
14423
14424 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14425
14426         * lpath.el (featurep): Bind show-nonbreak-escape.
14427
14428 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14429
14430         * gnus-art.el (gnus-article-edit-part): Disable undo.
14431
14432 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14433
14434         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14435         gnus-article-date-lapsed-new-header is t if date timer is active;
14436         skip headers in which the original date value is empty.
14437         (gnus-article-save-original-date): Redefine it as a macro.
14438         (gnus-display-mime): Use it.
14439
14440 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14441
14442         * gnus-art.el (article-date-ut): Support converting date in
14443         forwarded parts as well.
14444         (gnus-article-save-original-date): New function.
14445         (gnus-display-mime): Use it.
14446
14447 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14448
14449         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14450         enclosure element of <item>.
14451
14452 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14453
14454         * message.el (message-kill-buffer-query): Rename from
14455         `message-kill-buffer-query-if-modified'.  Add :version.
14456
14457 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14458
14459         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14460         window layout.
14461
14462 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14463
14464         * mml.el: Autoload dnd when compiling.
14465
14466 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14467
14468         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14469         x-dnd-*.
14470
14471 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14472
14473         * qp.el (quoted-printable-encode-region): Save excursion.
14474
14475 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14476
14477         * message.el (message-kill-buffer-query-if-modified): Add new variable
14478         so the user can kill a modified message buffer quickly.
14479         (message-kill-buffer): Use it.
14480
14481 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14482
14483         * lpath.el: Fbind display-time-event-handler; don't fbind
14484         string-to-multibyte.
14485
14486         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14487
14488 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14489
14490         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14491         contained in text because xml.el decodes entities) with LFs.
14492
14493 2005-04-11  Lute Kamstra  <lute@gnu.org>
14494
14495         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14496         differently.
14497
14498 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14499
14500         * mm-util.el (mm-detect-coding-region): Typo.
14501
14502 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14503
14504         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14505
14506 2005-04-06  Deepak Goel  <deego@gnufans.org>
14507
14508         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14509         user-function allow user modifications of the scores.
14510         (spam-stat-score-buffer-user): New function, to allow
14511         user-computed modifications to the score.
14512         (spam-stat-score-buffer-user-functions): List of additional
14513         scoring functions.
14514         (spam-stat-error-holder): Global temporary error holder.
14515         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14516         variable.
14517
14518 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14519
14520         * gnus-registry.el (gnus-registry-clean-empty-function)
14521         (gnus-registry-trim, gnus-registry-fetch-groups)
14522         (gnus-registry-delete-group): Groups that match
14523         `gnus-registry-ignored-groups' are removed from the registry
14524         entries, not just ignored for splitting.  This helps clean up the
14525         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14526         to get all the groups a message ID is in.
14527
14528         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14529         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14530         (spam-stat-score-buffer-user-functions): Add :number custom type.
14531
14532 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14533
14534         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14535         argument in XEmacs.
14536
14537         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14538         (nnrss-request-group): Decode group name first.
14539         (nnrss-request-article): Make a text/plain article if mml-to-mime
14540         failed.
14541         (nnrss-get-encoding): Return a compatible encoding according to
14542         nnrss-compatible-encoding-alist.
14543         (nnrss-find-el): Use consp instead of listp.
14544         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14545
14546 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14547
14548         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14549         which Emacs 20 doesn't support.
14550         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14551
14552 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14553
14554         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14555         silence the byte compiler inside the defun.
14556
14557         * gnus-demon.el (parse-time-string): Add autoload.
14558
14559         * gnus-delay.el (parse-time-string): Add autoload.
14560
14561         * gnus-art.el (parse-time-string): Add autoload.
14562
14563         * nnultimate.el (parse-time): Require for `parse-time-string'.
14564
14565 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14566
14567         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14568
14569         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14570
14571         * smime.el (smime-ldap-host-list): Add :version.
14572
14573 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14574
14575         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14576         pass it to `gnus-browse-read-group'.
14577         (gnus-browse-read-group): Add NUMBER argument and pass it to
14578         `gnus-group-read-ephemeral-group'.
14579
14580         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14581         argument and pass it to `gnus-group-read-group'.
14582
14583 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14584
14585         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14586         mm-xemacs-find-mime-charset-1 if we have the mule feature
14587         available at runtime.
14588
14589 2005-03-25  Werner Lemberg  <wl@gnu.org>
14590
14591         * nnmaildir.el: Replace `illegal' with `invalid'.
14592
14593 2005-03-23  Lute Kamstra  <lute@gnu.org>
14594
14595         * time-date.el: Add comment on time value formats.
14596         Don't require parse-time.
14597         (with-decoded-time-value): New macro.
14598         (encode-time-value): New function.
14599         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14600         (days-to-time): Return a valid time value when arg is huge.
14601         (time-since): Use time-subtract.
14602         (time-to-number-of-days): Use time-to-seconds.
14603
14604 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14605
14606         * gnus-start.el (gnus-display-time-event-handler):
14607         Check display-time-timer at runtime rather than only at load time
14608         in case display-time-mode is turned off in the mean time.
14609
14610 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14611
14612         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14613         used.
14614
14615         * nneething.el (nneething-map-file-directory): Derive from
14616         `gnus-directory'.
14617
14618         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14619         the To/Cc button.
14620
14621 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14622
14623         * nnmaildir.el (nnmaildir-request-accept-article):
14624         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14625
14626 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14627
14628         * gnus-async.el: Require timer-funcs at compile time when in
14629         XEmacs for `run-with-idle-timer'.
14630
14631 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14632
14633         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14634         autoloaded function.
14635
14636 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14637
14638         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14639
14640 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14641
14642         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14643
14644 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14645
14646         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14647         Add gnus-expert-user to default.
14648
14649 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14650
14651         * nnimap.el (nnimap-open-server): Ditto.
14652
14653         * imap.el (imap-authenticate): Fix typo.
14654
14655 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14656
14657         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14658         buffer (since IMAP server might return FETCH response out of
14659         order, and the nntp buffer must be sorted).
14660
14661 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14662
14663         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14664         comparison on string.
14665
14666         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14667         (gnus-agent-score): Rename category keywords to match gnus-cus.
14668         (gnus-agent-summary-fetch-series): Modify to protect against
14669         gnus-agent-summary-fetch-group clearing processable flags.
14670         (gnus-agent-synchronize-group-flags): Update live group buffer as
14671         synchronization may occur due to the user toggle the plugged
14672         status.
14673         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14674         successfully downloaded.
14675         (gnus-agent-expire-group-1): Avoid using markers when the overview
14676         is in ascending order; greatly improves performance.
14677         (gnus-agent-regenerate-group):
14678         Use gnus-agent-synchronize-group-flags to reset read status in both
14679         gnus and server.
14680         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14681
14682 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14683
14684         * message.el: Don't autoload former message-utils variables.
14685         (message-strip-subject-trailing-was): Change doc string.
14686
14687         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14688         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14689         (nnweb-google-search): Add "hl=en" here.
14690         (nnweb-google-parse-1, nnweb-google-create-mapping):
14691         Don't hardcode URL.
14692
14693 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14694
14695         * message.el (message-get-reply-headers, message-followup):
14696         Mention related variables `message-use-followup-to' and
14697         `message-use-mail-followup-to', in the information buffer.
14698
14699         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14700         of broken groups(-beta).google.com.
14701
14702 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14703
14704         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14705         parameter to invoked gnus-request-move-article; remove the
14706         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14707         all at once instead of once per article.
14708         (gnus-summary-remove-process-mark): Accept a list of articles as
14709         well as a single article for processing.
14710
14711         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14712         parameter.
14713
14714         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14715
14716         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14717
14718         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14719         parameter.
14720
14721         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14722         parameter.
14723
14724         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14725         parameter and remove the gnus-sum-hint-move-is-internal variable.
14726
14727         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14728         parameter.
14729
14730         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14731         parameter.
14732
14733         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14734         parameter.
14735
14736         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14737
14738         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14739         parameter.
14740
14741         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14742         parameter.
14743
14744 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14745
14746         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14747         a more conservative way.
14748
14749 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14750
14751         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14752         buffer, so it moves the window's cursor.
14753
14754 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14755
14756         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14757         `mm-dissect-multipart' and receive the from field as an (optional)
14758         argument from `mm-dissect-multipart'.
14759         (mm-dissect-multipart): Receive the from field as an argument and
14760         pass it on when we call `mm-dissect-buffer' on MIME parts.
14761         Fixes verification/decryption of signed/encrypted MIME parts.
14762
14763 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14764
14765         * gnus-sum.el (gnus-summary-move-article):
14766         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14767         whatever it calls (right now, only nnimap-request-move article
14768         respects it).
14769
14770         * nnimap.el (nnimap-request-move-article):
14771         When gnus-sum-hint-move-is-internal is set, don't do the extra
14772         nnimap-request-article.
14773
14774 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14775
14776         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14777
14778         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14779         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14780
14781         * gnus-sum.el (gnus-summary-caesar-message):
14782         Apply `gnus-treat-article' after rotation.
14783
14784         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14785         doc string.
14786
14787 2005-02-22  Simon Josefsson  <jas@extundo.com>
14788
14789         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14790         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14791         <arne@arnested.dk>.
14792         (encrypt): Add password-cache and password-cache-expiry as group
14793         members.
14794
14795 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14796
14797         * smime.el (smime-ldap-host-list): Doc fix.
14798         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14799         cache) password.
14800         (smime-sign-region): Use it.
14801         (smime-decrypt-region): Use it.
14802         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14803         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14804         fails.
14805         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14806         certificate from DER to PEM format rather than calling openssl.
14807
14808         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14809
14810         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14811         for signing/encryption.
14812
14813         * mml.el (mml-parse-1): Use them.
14814
14815 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14816
14817         * nnrss.el (nnrss-verbose): Remove.
14818         (nnrss-request-group): Use `nnheader-message' instead.
14819
14820 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14821
14822         * nnrss.el (nnrss-verbose): New variable.
14823         (nnrss-request-group): Make it say nnrss is requesting a group.
14824
14825 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14826
14827         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14828         Handle news URL with given port correctly.
14829
14830 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14831
14832         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14833         containing special characters.
14834
14835         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14836
14837         * mml.el (mime-to-mml): Ditto.
14838
14839         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14840         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14841         (rfc2047-decode-region): Quote decoded words containing special
14842         characters when rfc2047-quote-decoded-words-containing-tspecials
14843         is non-nil.
14844
14845 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14846
14847         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14848
14849         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14850
14851 2005-02-15  Simon Josefsson  <jas@extundo.com>
14852
14853         * nnimap.el (nnimap-debug): Doc fix.
14854
14855         * imap.el (imap-debug): Doc fix.
14856
14857 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14858
14859         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14860
14861 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14862
14863         * gnus.el (spam-contents): Improve docs for spam-contents
14864         parameter in its variable incarnation.
14865
14866 2005-02-14  Simon Josefsson  <jas@extundo.com>
14867
14868         * smime-ldap.el: Use require instead of load-library for ldap.
14869         (smime-ldap-search): Indent.
14870         (smime-ldap-search-internal): Shorten line.
14871
14872         * smime.el (smime-cert-by-dns): Add doc-string.
14873         (smime-cert-by-ldap-1): Indent.
14874
14875         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14876         mml-smime-get-dns-ldap.
14877         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14878
14879 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14880
14881         * smime.el: Require smime-ldap.
14882         (smime-ldap-host-list): New variable.
14883         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14884
14885         * mml-smime.el (mml-smime-encrypt-query): New function.
14886         (mml-smime-encrypt-query): Use it.
14887
14888         * smime-ldap.el: New file.
14889
14890 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14891
14892         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14893
14894 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14895
14896         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14897         argument in doc string.  Make query for type more clear.
14898
14899 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14900
14901         * gnus.el (gnus-group-startup-message): Search for gnus images in
14902         etc/images/gnus.
14903         * mm-util.el (mm-image-load-path): Likewise.
14904         * smiley.el (smiley-data-directory): Search for smilies in
14905         etc/images/smilies.
14906
14907 2005-02-09  Kim F. Storm  <storm@cua.dk>
14908
14909         Change Emacs release version from 21.4 to 22.1 throughout.
14910         Change Emacs development version from 21.3.50 to 22.0.50.
14911
14912 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14913
14914         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14915
14916         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14917         non-Mule XEmacs as well.
14918         (mm-decompress-buffer): Signal an error intentionally if it does
14919         not decompress compressed data because auto-compression-mode is
14920         disabled.
14921
14922 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14923
14924         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14925         an ID in the registry even if it has no groups.
14926
14927 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14928
14929         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14930         merge it into mm-decompress-buffer.
14931         (gnus-mime-copy-part): Use the MIME part charset, the value which
14932         a user specified or gnus-newsgroup-charset for decoding, like
14933         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14934         save-buffer what was used.  Suggested by Kevin Ryde
14935         <user42@zip.com.au>.
14936         (gnus-mime-inline-part): Allow the name parameter as well as the
14937         filename parameter; force decompressing of compressed data; always
14938         display contents being not decoded as unibyte.
14939
14940         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14941         as well as the filename parameter.
14942
14943         * mm-util.el (mm-decompress-buffer):
14944         Merge gnus-mime-jka-compr-maybe-uncompress.
14945         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14946         of compressed data.
14947
14948 2005-02-08  Simon Josefsson  <jas@extundo.com>
14949
14950         * imap.el (imap-log): Doc fix.
14951
14952 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14953
14954         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14955         the coding cookies; decompress compressed parts.
14956
14957         * mml.el (mml-generate-mime-1): Add the charset parameter according
14958         to the value which a user specified manually or the coding cookie.
14959
14960         * mm-util.el (mm-string-to-multibyte): New function.
14961         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14962         (mm-coding-system-to-mime-charset): New function.
14963         (mm-decompress-buffer): New function.
14964         (mm-find-buffer-file-coding-system): New function.
14965
14966         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14967         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14968         parts.
14969
14970 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14971
14972         * mm-view.el (mm-display-inline-fontify): Decode a part according
14973         to the charset parameter.
14974
14975 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14976
14977         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14978         prefix arg is neither nil nor a number, as info specifies.
14979
14980 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14981
14982         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14983         timestamps.
14984
14985 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14986
14987         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14988         groups error checking and notify user.
14989
14990 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14991
14992         * message.el (message-send-mail-function): Check existence of
14993         sendmail-program first before using default value
14994         `message-send-mail-with-sendmail'.  Otherwise use more generic
14995         `smtpmail-send-it'.
14996
14997 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14998
14999         * nntp.el (nntp-request-update-info): Always return nil.
15000
15001 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15002
15003         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15004
15005 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15006
15007         * message.el (message-beginning-of-line): Change the behavior when
15008         invoked between BOL and : so that it first moves backward.
15009
15010 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15011
15012         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15013         article buffer when editing of the article is discarded.
15014         (gnus-article-prepare): Revert.
15015
15016 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15017
15018         * gnus-art.el (gnus-article-prepare):
15019         Remove message-strip-forbidden-properties from the local hook.
15020
15021 2005-01-27  Simon Josefsson  <jas@extundo.com>
15022
15023         * password.el (password-cache-add): Only start one timer per key.
15024         Reported by Derek Atkins <warlord@MIT.EDU>.
15025
15026 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15027
15028         * run-at-time.el: Remove.  It is no longer needed as
15029         timer-funcs.el in the xemacs-base package has a working version of
15030         `run-at-time'.
15031
15032         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
15033
15034         * password.el: Require timer-funcs instead of run-at-time in
15035         XEmacs.
15036         Remove `password-run-at-time' macro.
15037         (password-cache-add): Use `run-at-time' instead of
15038         `password-run-at-time'.
15039
15040         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
15041         Remove `nnheader-cancel-function-timers' alias,
15042         `cancel-function-timers' exists in XEmacs in timer-funcs.
15043
15044         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15045         for `run-with-idle-timer'.
15046
15047         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15048         for `run-at-time'.
15049
15050         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15051         for `with-timeout'.
15052
15053         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
15054         the same as for XEmacs 21.4.
15055         No need to ignore `run-with-idle-timer', this function exists in
15056         XEmacs now in timer-funcs.el in the xemacs-base package.
15057         (dgnushack-compile): No need to delete
15058         run-at-time.el from the list of files to compile because it
15059         doesn't exist anymore.
15060
15061 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15062
15063         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15064         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15065
15066 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15067
15068         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15069         sensitively.
15070
15071 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15072
15073         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15074
15075 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15076
15077         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15078         which will be inserted according to the multibyteness of a buffer
15079         rather than the type of contents.  Suggested by ARISAWA Akihiro
15080         <ari@mbf.ocn.ne.jp>.
15081
15082         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15083         of string which old xml.el may return rather than a string.
15084
15085 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15086
15087         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15088
15089 2005-01-16  Simon Josefsson  <jas@extundo.com>
15090
15091         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15092         idn/idna.el isn't available.
15093         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15094         <michael@waxrat.com>.
15095
15096         * hashcash.el: Remove non-FSF copyright header.
15097
15098         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15099         (hashcash-generate-payment): Use it.
15100         (hashcash-generate-payment-async): Use it.
15101
15102 2005-01-15  Simon Josefsson  <jas@extundo.com>
15103
15104         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15105         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15106
15107         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15108         gnus-summary-idna-message.
15109         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15110         (gnus-summary-idna-message): New function.
15111
15112 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15113
15114         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15115         gnus-novice-user.
15116
15117 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15118
15119         * nnrss.el (nnrss-request-delete-group): Delete entries in
15120         nnrss-group-alist as well.
15121         (nnrss-save-server-data): Insert newline.
15122
15123 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15124
15125         * gnus.el (gnus-user-agent): Use list of symbols instead of
15126         symbols.  Display full version number for (S)XEmacs.
15127         Optionally display (S)XEmacs codename.
15128
15129         * gnus-util.el (gnus-emacs-version): Update for new
15130         `gnus-user-agent'.
15131
15132         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15133         Gnus version.
15134
15135 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15136
15137         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15138         which is unreadable in some setups.
15139
15140 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15141
15142         * gnus-spec.el (gnus-update-format-specifications): Flush the
15143         group format spec cache if it doesn't support decoded group names.
15144
15145 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15146
15147         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15148         Allow to apply decay on score files matching a regexp.
15149
15150 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15151
15152         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15153         compatibility in %g and %c.
15154
15155 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15156
15157         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15158         name for only %g and %c.
15159         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15160         of gnus-tmp-group to decoded group name.
15161         (gnus-group-make-rss-group): Exclude `/'s from group names.
15162
15163 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15164
15165         * nnrss.el (nnrss-get-encoding): Fix regexp.
15166
15167 2004-12-27  Simon Josefsson  <jas@extundo.com>
15168
15169         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15170         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15171         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15172
15173 2004-12-17  Kim F. Storm  <storm@cua.dk>
15174
15175         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15176
15177         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15178
15179 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15180
15181         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15182
15183 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15184
15185         * nnrss.el: Require rfc2047 and mml.
15186         (nnrss-file-coding-system): New variable.
15187         (nnrss-format-string): Redefine it as an inline function.
15188         (nnrss-decode-group-name): New function.
15189         (nnrss-string-as-multibyte): Remove.
15190         (nnrss-retrieve-headers): Decode group name; don't use
15191         nnrss-format-string.
15192         (nnrss-request-group): Decode group name.
15193         (nnrss-request-article): Decode group name; allow a Message-ID as
15194         well as an article number; don't use nnrss-format-string; encode a
15195         Message-ID string which may contain non-ASCII characters; use
15196         mml-to-mime to compose a MIME article.
15197         (nnrss-request-expire-articles): Decode group name.
15198         (nnrss-request-delete-group): Decode group name.
15199         (nnrss-fetch): Clarify error message.
15200         (nnrss-read-server-data): Use insert-file-contents instead of load;
15201         bind file-name-coding-system; use multibyte buffer.
15202         (nnrss-save-server-data): Bind coding-system-for-write to the
15203         value of nnrss-file-coding-system; bind file-name-coding-system;
15204         add coding cookie.
15205         (nnrss-read-group-data): Use insert-file-contents instead of load;
15206         bind file-name-coding-system; use multibyte buffer.
15207         (nnrss-save-group-data): Bind coding-system-for-write to the
15208         value of nnrss-file-coding-system; bind file-name-coding-system.
15209         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15210         make it work with non-ASCII text.
15211         (nnrss-find-el): Make it work with old xml.el as well.
15212
15213 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15214
15215         * nnrss.el (nnrss-get-encoding): New function.
15216         (nnrss-fetch): Use unibyte buffer initially; bind
15217         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15218         decode contents according to the encoding attribute.
15219         (nnrss-save-group-data): Add coding cookie.
15220         (nnrss-mime-encode-string): New function.
15221         (nnrss-check-group): Use it to encode subject and author.
15222
15223 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15224
15225         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15226         imaginary variable.
15227
15228 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15229
15230         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15231         correctly even if there are wide characters.
15232
15233 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15234
15235         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15236         downcased symbol names; make a new cache instead of reusing
15237         bbdb-hashtable.
15238
15239 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15240
15241         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15242         concatenating segments rather than before concatenating them.
15243         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15244
15245         * message.el (message-get-reply-headers): Bind `extra'.
15246
15247 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15248
15249         * message.el (message-extra-wide-headers): New variable.
15250         (message-get-reply-headers): Use it.
15251
15252 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15253
15254         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15255         (gnus-agent-group-pathname): Ditto.
15256
15257         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15258
15259         * gnus-group.el (gnus-group-make-group): Decode group name.
15260         (gnus-group-make-rss-group): Register the group data after opening
15261         the nnrss group.
15262
15263 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15264
15265         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15266         by expiry now get marked as read.
15267
15268 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15269
15270         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15271
15272 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15273
15274         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15275         unify Latin characters in XEmacs.
15276         (mm-find-mime-charset-region): Use it.
15277
15278 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15279
15280         * gnus-util.el (gnus-delete-directory): New function.
15281
15282         * gnus-agent.el (gnus-agent-delete-group): Use it.
15283
15284         * gnus-cache.el (gnus-cache-delete-group): Use it.
15285
15286 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15287
15288         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15289         names.
15290
15291 2004-12-16  Simon Josefsson  <jas@extundo.com>
15292
15293         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15294
15295 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15296
15297         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15298
15299         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15300         (gnus-group-set-current-level): Decode group name.
15301
15302 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15303
15304         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15305         failed.
15306
15307 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15308
15309         * gnus-group.el (gnus-group-delete-group): Decode group name.
15310         (gnus-group-make-rss-group): Encode group name.
15311         (gnus-group-catchup-current): Decode group name.
15312         (gnus-group-kill-group): Decode group name.
15313
15314 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15315
15316         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15317
15318 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15319
15320         * gnus-group.el (gnus-group-make-rss-group):
15321         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15322
15323         * gnus-start.el (gnus-setup-news): Honor user's setting to
15324         gnus-message-archive-method.  Suggested by Lute Kamstra
15325         <lute@gnu.org>.
15326
15327 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15328
15329         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15330         global counterparts of the buffer-local variables.
15331
15332 2004-11-16  Romain Francoise  <romain@orebokech.com>
15333
15334         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15335         counterparts of the buffer-local variables.
15336
15337 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15338
15339         * message.el (message-forbidden-properties): Fix typo in doc
15340         string.
15341
15342 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15343
15344         * gnus-util.el (gnus-replace-in-string): Add doc string.
15345
15346         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15347         to avoid problems when splitting mails with many recipients.
15348
15349 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15350
15351         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15352         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15353
15354 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15355
15356         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15357         if there is no hashtable in memory or file modification time is
15358         newer than cached timestamp.
15359
15360 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15361
15362         * gnus-sum.el (gnus-summary-limit-to-recipient):
15363         Implement not-matching option.
15364
15365 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15366
15367         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15368         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15369         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15370         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15371         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15372         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15373
15374 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15375
15376         * message.el (message-forward-make-body-mml): Remove headers
15377         according to message-forward-ignored-headers if a message is decoded.
15378
15379 2004-12-02  Romain Francoise  <romain@orebokech.com>
15380
15381         * message.el (message-forward-make-body-plain): Always remove
15382         headers according to message-forward-ignored-headers.
15383
15384 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15385
15386         * spam.el (spam-summary-prepare-exit): Remove the
15387         gnus-summary-limit pop for now, it has problems with ham marks for
15388         me.
15389
15390 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15391
15392         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15393         correctly.
15394
15395 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15396
15397         * format-spec.el (format-spec): Message the char.
15398
15399 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15400
15401         * gnus-art.el (gnus-split-methods): Reformat comments.
15402
15403         * spam.el (spam-summary-prepare-exit): Remove article limits
15404         before exiting the summary buffer.
15405
15406 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15407
15408         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15409         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15410
15411         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15412         order to silence the byte compiler.
15413
15414         * spam.el: Fix the way to silence the byte compiler, which
15415         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15416         bbdb-search-simple, spam-BBDB-register-routine,
15417         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15418         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15419         spam-stat-buffer-is-spam, spam-stat-load,
15420         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15421         spam-stat-save and spam-stat-split-fancy.
15422
15423 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15424
15425         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15426         which may confuse users.
15427         (canlock-password-for-verify): Ditto.
15428
15429         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15430
15431         * gnus-art.el (gnus-emphasis-alist): Ditto.
15432
15433         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15434
15435         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15436
15437         * gnus-start.el (gnus-save-killed-list): Ditto.
15438
15439         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15440         (gnus-sum-thread-tree-root): Ditto.
15441         (gnus-sum-thread-tree-false-root): Ditto.
15442         (gnus-sum-thread-tree-single-indent): Ditto.
15443
15444         * message.el (message-courtesy-message): Ditto.
15445         (message-archive-note): Ditto.
15446         (message-subscribed-address-file): Ditto.
15447         (message-user-fqdn): Ditto.
15448
15449         * spam-report.el (spam-report-gmane-regex): Ditto.
15450
15451         * spam.el (spam-blackhole-good-server-regex): Ditto.
15452
15453 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15454
15455         * mml.el (mml-preview): Widen the message buffer before copying
15456         the contents to the preview buffer; sort headers before previewing.
15457
15458         * message.el (message-hidden-headers): Fix the way to avoid a bug
15459         in the `repeat' widget in Emacs 21.3 or earlier.
15460
15461 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15462
15463         * message.el (message-hidden-headers): Default to "^References:".
15464         Improve customization type.  Suggested by Reiner Steib
15465         <Reiner.Steib@gmx.de>.
15466
15467 2004-11-25  Romain Francoise  <romain@orebokech.com>
15468
15469         * message.el (message-strip-forbidden-properties): Remove check for
15470         obsolete `message-hidden' text property, hidden headers are not
15471         accessible in the buffer anymore.
15472
15473 2004-11-22  Romain Francoise  <romain@orebokech.com>
15474
15475         * message.el (message-header-format-alist): Add `From' in list
15476         so that it can be sorted.
15477         (message-fix-before-sending): Widen and sort headers before
15478         sending.
15479         (message-hide-headers): Use narrowing to hide headers by moving
15480         them to the top of the buffer and narrowing to the region
15481         underneath.
15482
15483 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15484
15485         * message.el (message-strip-forbidden-properties):
15486         Bind buffer-read-only (etc) to nil.
15487
15488 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15489
15490         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15491         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15492
15493 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15494
15495         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15496
15497 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15498
15499         * dns.el (query-dns): Use sit-for to time instead of
15500         accept-process-output, since that doesn't seem to work on udp
15501         sockets.
15502
15503 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15504
15505         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15506
15507 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15508
15509         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15510         doc string.  Improve doc string.
15511
15512 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15513
15514         * nntp.el (nntp-request-update-info): Return nil if
15515         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15516         may not call gnus-activate-group which uselessly issues the GROUP
15517         commands for all nntp groups and wastes time.  Reported by Romain
15518         Francoise <romain@orebokech.com>.
15519
15520         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15521
15522 2004-11-15  Simon Josefsson  <jas@extundo.com>
15523
15524         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15525         headers separately.
15526         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15527         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15528
15529 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15530
15531         * gnus-start.el (gnus-convert-old-newsrc):
15532         Assign legacy-gnus-agent to 5.10.7.
15533
15534 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15535
15536         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15537         start of the lines.
15538
15539 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15540
15541         * hashcash.el (hashcash-default-payment): Change default to 20.
15542         (hashcash-default-accept-payment): Change default to 20.
15543         (hashcash-process-alist): New variable.
15544         (hashcash-generate-payment-async): Add.
15545         (hashcash-already-paid-p): Add.
15546         (hashcash-insert-payment): Don't generate payments twice.
15547         (hashcash-insert-payment-async): Add.
15548         (hashcash-insert-payment-async-2): Add.
15549         (hashcash-cancel-async): Add.
15550         (hashcash-wait-async): Add.
15551         (hashcash-processes-running-p): Add.
15552         (hashcash-wait-or-cancel): Add.
15553         (mail-add-payment): New optional argument.  Conditionally start
15554         asynchronous calculation.
15555         (mail-add-payment-async): Add.
15556
15557         * message.el (message-send-mail): Wait for asynchronous hashcash
15558         results.  Don't clobber existing X-Hashcash headers.
15559         (message-setup-1): Call mail-add-payment-async when
15560         message-generate-hashcash is non-nil.
15561
15562 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15563
15564         * message.el (message-use-alternative-email-as-from): Examine the
15565         From header as well; use message-make-from in order to include a
15566         user's full name.
15567
15568 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15569
15570         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15571         default; improve customization type.
15572         (gnus-emphasis-custom-with-format): New macro.
15573         (gnus-emphasis-custom-value-to-external): New function.
15574         (gnus-emphasis-custom-value-to-internal): New function.
15575
15576 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15577
15578         * dns.el (query-dns): Resolve reverse addresses.
15579
15580 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15581
15582         * gnus-group.el (gnus-group-get-new-news): Use it.
15583
15584         * gnus-start.el (gnus-check-reasonable-setup): New function.
15585
15586 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15587
15588         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15589         "Args out of range" error.  Reported by Arnaud Giersch
15590         <arnaud.giersch@free.fr>.
15591
15592 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15593
15594         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15595
15596 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15597
15598         * spam.el (spam group): Add :version.
15599
15600         * pgg-def.el (pgg group): Add :version.
15601
15602 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15603
15604         * gnus-art.el (gnus-article-edit-article): Don't associate the
15605         article buffer with a draft file.  This is a temporary measure
15606         against the 2004-08-22 change to gnus-article-edit-mode.
15607
15608 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15609
15610         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15611         (html2text-format-tags): Remove unused variable `attr'.
15612
15613 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15614
15615         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15616
15617         * tls.el (tls-process-connection-type, tls-success)
15618         (tls-certtool-program): Add :version.
15619
15620         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15621         (starttls-extra-arguments, starttls-process-connection-type)
15622         (starttls-connect, starttls-failure, starttls-success): Add :version.
15623
15624         * spam-stat.el (spam-stat): Add :version.
15625
15626         * sieve.el (sieve): Add :version.
15627
15628         * sha1.el (sha1): Add :version.
15629         (sha1-use-external): Remove redundant version.
15630
15631         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15632         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15633         (nnmail-split-fancy-match-partial-words)
15634         (nnmail-split-lowercase-expanded): Add :version.
15635
15636         * nndiary.el (nndiary): Add :version.
15637
15638         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15639
15640         * mml-sec.el (mml-default-sign-method)
15641         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15642         Add :version.
15643
15644         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15645
15646         * mm-url.el (mm-url-use-external, mm-url-program)
15647         (mm-url-arguments): Add :version.
15648
15649         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15650         (mm-attachment-file-modes, mm-decrypt-option)
15651         (mm-w3m-safe-url-regexp): Add :version.
15652
15653         * message.el (message-cite-prefix-regexp)
15654         (message-sendmail-envelope-from, message-minibuffer-local-map)
15655         (message-user-fqdn, message-completion-alist): Add :version.
15656
15657         * gnus-win.el (gnus-configure-windows-hook)
15658         (gnus-use-frames-on-any-display): Add :version.
15659
15660         * gnus-art.el (gnus-article-address-banner-alist)
15661         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15662         (gnus-treat-from-picon, gnus-treat-mail-picon)
15663         (gnus-treat-x-pgp-sig): Add :version.
15664
15665         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15666         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15667         (gnus-summary-article-delete-hook)
15668         (gnus-summary-display-while-building): Add :version.
15669
15670         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15671         (gnus-get-top-new-news-hook): Add :version.
15672
15673         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15674         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15675
15676         * gnus-registry.el (gnus-registry): Add :version.
15677
15678         * gnus-spec.el (gnus-use-correct-string-widths)
15679         (gnus-make-format-preserve-properties): Add :version.
15680
15681         * gnus.el (gnus-group-charter-alist)
15682         (gnus-group-fetch-control-use-browse-url)
15683         (gnus-install-group-spam-parameters): Add :version.
15684
15685         * gnus-diary.el (gnus-diary): Add :version.
15686
15687         * gnus-delay.el (gnus-delay): Add :version.
15688
15689         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15690         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15691         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15692         Add :version.
15693
15694         * gnus-agent.el (gnus-agent-max-fetch-size)
15695         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15696         (gnus-agent-prompt-send-queue): Add :version.
15697
15698         * deuglify.el (gnus-outlook-deuglify): Add :version.
15699
15700         * html2text.el: Beautify code.  Improve doc strings.
15701         Some checkdoc cleanup.
15702         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15703
15704 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15705
15706         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15707
15708 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15709
15710         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15711         when package is loaded.
15712
15713         * spam.el (spam-summary-score-preferred-header): Add global preference
15714         for people who want to override the default SpamAssassin over
15715         Bogofilter preference (when both are set).
15716         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15717         (spam-user-format-function-S):
15718         Check spam-summary-score-preferred-header.
15719         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15720         (spam-user-format-function-S): Format the score correctly.
15721
15722 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15723
15724         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15725         signature file.  Suggested by Manoj Srivastava
15726         <srivasta@golden-gryphon.com>.
15727
15728         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15729         iso-2022-jp even in the Japanese language environment.
15730         Suggested by Jason Rumney <jasonr@gnu.org>.
15731
15732 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15733
15734         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15735         use the same characters as the dummy marks; make it free from
15736         getting affected by the language environment.
15737         (gnus-summary-read-group-1): Update mark positions only when the
15738         format spec is updated.
15739
15740         * gnus-spec.el (gnus-update-format-specifications): Return a list
15741         of updated types.
15742
15743 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15744
15745         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15746         of boundp to check if display-warning is available.
15747
15748 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15749
15750         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15751
15752 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15753
15754         * nnspool.el (nnspool-spool-directory): Use news-path if the
15755         news-directory variable is not bound.
15756
15757         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15758         function instead of display-warning if it is not available.
15759
15760 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15761
15762         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15763         v5-10: Use `point-at-bol'.
15764
15765 2004-10-26  Simon Josefsson  <jas@extundo.com>
15766
15767         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15768         <chenggao@gmail.com>.
15769
15770 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15771
15772         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15773         instead.
15774
15775 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15776
15777         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15778         to remove a server from the nnimap-server-buffer-alist.
15779         (nnimap-open-connection, nnimap-close-server): Use it.
15780
15781         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15782
15783 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15784
15785         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15786         running the major-mode function.
15787
15788 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15789
15790         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15791         dummy marks in the right way.
15792
15793 2004-10-18  David Edmondson  <dme@dme.org>
15794
15795         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15796         excessively.
15797
15798 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15799
15800         * gnus-util.el (gnus-split-references): Accept a nil references
15801         string and go on blissfully.
15802
15803         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15804         cases where the references string is non-nil but has no references.
15805
15806         * encrypt.el: Add autoload tags.
15807
15808         * spam.el (spam-resolve-registrations-routine): Remove article
15809         from unregistration list too.  Reported by David Hanak
15810         <dhanak@isis.vanderbilt.edu>
15811
15812 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15813
15814         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15815         nil.  Change custom type.
15816
15817 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15818
15819         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15820
15821         * gnus-sum.el (gnus-summary-move-article): Use it.
15822
15823 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15824
15825         * encrypt.el: Add autoload cookies.
15826
15827         * spam.el (spam-backend-article-list-property)
15828         (spam-backend-get-article-todo-list)
15829         (spam-backend-put-article-todo-list)
15830         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15831         Resolve registrations separately.
15832         (spam-register-routine): Format comments.
15833         (spam-unregister-routine, spam-register-routine): Always call with
15834         specific-articles, no default list.
15835         (spam-summary-prepare-exit): Use the spam-classifications function.
15836
15837         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15838         gnus-encrypt.el.
15839
15840         * encrypt.el: Copied from gnus-encrypt.el.
15841
15842         * gnus-encrypt.el: Commented that it's obsolete.
15843
15844 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15845
15846         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15847         (gnus-score-save): Use it.
15848
15849         * message.el (message-bury): Use `window-dedicated-p'.
15850
15851 2004-10-15  Simon Josefsson  <jas@extundo.com>
15852
15853         * pop3.el (top-level): Don't require nnheader.
15854         (pop3-read-timeout): Add.
15855         (pop3-accept-process-output): Add.
15856         (pop3-read-response, pop3-retr): Use it.
15857
15858 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15859
15860         * spam.el (spam-register-routine): Move comment.
15861         (spam-verify-bogofilter): Use 'unknown for the initial
15862         spam-bogofilter-valid state, not 'never.
15863
15864         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15865         for netrc-machine.
15866
15867         * nnimap.el (nnimap-open-connection):
15868         Use netrc-machine-user-or-password.
15869
15870 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15871
15872         * gnus-registry.el (gnus-registry-unload-hook):
15873         Set as a variable with add-hook.
15874
15875         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15876         of news-path.
15877
15878         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15879
15880         * spam.el: Delete duplicate `provide'.
15881         (spam-unload-hook): Set as a variable with add-hook.
15882
15883 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15884
15885         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15886         in the doc string.
15887
15888         * message.el (message-ignored-news-headers)
15889         (message-ignored-supersedes-headers)
15890         (message-ignored-resent-headers)
15891         (message-forward-ignored-headers): Improve custom type.
15892
15893 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15894
15895         * message.el (message-tokenize-header): Fix 2004-09-06 change
15896         which used point-min in the wrong place.
15897
15898 2004-10-12  Simon Josefsson  <jas@extundo.com>
15899
15900         * tls.el (tls-certtool-program): New variable.
15901         (tls-certificate-information): New function, based on
15902         ssl-certificate-information.
15903
15904 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15905
15906         * compface.el: Move the version of ELisp-based uncompface program
15907         to the contrib directory because of the copyright problem.
15908
15909 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15910
15911         * message.el (message-kill-buffer): Raise the current frame.
15912
15913 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15914
15915         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15916
15917         * gnus.el (message-y-or-n-p): Autoload.
15918
15919         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15920         (pop3-password-required, pop3-authentication-scheme)
15921         (pop3-leave-mail-on-server): Make customizable.
15922         (pop3): New custom group.
15923         (pop3-retr): Remove `sleep-for' statements.
15924         Suggested by Dave Love <fx@gnu.org>.
15925
15926         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15927         Windows/DOS.
15928
15929         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15930         (imap-parse-body): Fix incorrect use of `assert'.
15931         Suggested by Dave Love <fx@gnu.org>.
15932
15933         * mml.el (mml-minibuffer-read-disposition): Require match.
15934         Suggested by Dave Love <fx@gnu.org>.
15935
15936 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15937
15938         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15939         doc string.
15940
15941 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15942
15943         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15944
15945 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15946
15947         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15948         instead of calling `mm-insert-inline', to decode text/* parts
15949         before displaying them.
15950
15951 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15952
15953         * mm-uu.el (mm-uu-text-plain-type): New variable.
15954         (mm-uu-pgp-signed-extract-1): Use it.
15955         (mm-uu-pgp-encrypted-extract-1): Use it.
15956         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15957         bind mm-uu-text-plain-type with that value.
15958         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15959         mm-uu-dissect.
15960
15961 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15962
15963         * gnus-group.el (gnus-update-group-mark-positions):
15964         * gnus-sum.el (gnus-update-summary-mark-positions):
15965         * message.el (message-check-news-body-syntax):
15966         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15967         of string-as-multibyte.
15968
15969 2004-10-05  Juri Linkov  <juri@jurta.org>
15970
15971         * gnus-group.el (gnus-update-group-mark-positions):
15972         * gnus-sum.el (gnus-update-summary-mark-positions):
15973         * message.el (message-check-news-body-syntax):
15974         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15975         8-bit unibyte values to a multibyte string for search functions.
15976
15977 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15978
15979         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15980         (mm-uu-dissect-text-parts): New function.
15981
15982         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15983         dissect text parts.
15984
15985         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15986         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15987
15988         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15989
15990         * gnus-topic.el (gnus-topic-hierarchical-parameters):
15991         Use gnus-current-topics instead of gnus-current-topic.
15992
15993 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15994
15995         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15996
15997 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15998
15999         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16000         where approriate.
16001
16002         * nnml.el (nnml-generate-active-info): do.
16003
16004         * nndiary.el (nndiary-generate-active-info): do.
16005
16006         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16007         (gnus-topic-move): do.
16008
16009         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16010         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16011
16012         * gnus-srvr.el (gnus-server-prepare)
16013         (gnus-server-open-all-servers): do.
16014
16015         * gnus-msg.el (gnus-summary-cancel-article)
16016         (gnus-summary-resend-message)
16017         (gnus-summary-mail-crosspost-complaint): do.
16018
16019         * gnus-move.el (gnus-change-server): do.
16020
16021         * gnus-group.el (gnus-group-unmark-all-groups)
16022         (gnus-group-set-current-level): do.
16023
16024 2004-10-04  Simon Josefsson  <jas@extundo.com>
16025
16026         * message.el (message-generate-hashcash): Doc fix.
16027
16028 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16029
16030         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16031         avoid infinite recursion via gnus-get-function.
16032
16033 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16034
16035         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16036
16037         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16038
16039         * nnmail.el (nnmail-split-history): do.
16040
16041         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16042         (nnml-request-delete-group): do.
16043
16044         * nnslashdot.el (nnslashdot-read-groups): do.
16045
16046         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16047         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16048
16049         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16050         (nnspool-sift-nov-with-sed): Use last.
16051         (nnspool-retrieve-headers-with-nov): Use mapc.
16052         (nnspool-request-newgroups): Use dolist.
16053         (nnspool-request-group): Use last.
16054
16055         * nntp.el (nntp-read-server-type): Use dolist.
16056
16057         * nnvirtual.el (nnvirtual-create-mapping)
16058         (nnvirtual-update-read-and-marked): Use dolist.
16059         (nnvirtual-convert-headers): Simplify.
16060
16061 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16062
16063         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16064         Add support for sync'ing tick marks.
16065
16066 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16067
16068         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16069         there's no visible header.
16070
16071 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16072
16073         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16074         When necessary, pass full group name to gnus-request-set-marks.
16075
16076 2004-10-01  Simon Josefsson  <jas@extundo.com>
16077
16078         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16079         acroread.
16080
16081 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16082
16083         * spam-report.el (spam-report-gmane): Fix interactive.
16084
16085         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16086
16087         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16088         when writing file.
16089         (gnus-agent-synchronize-flags): Don't default to being
16090         interactive.
16091
16092 2004-09-30  Simon Josefsson  <jas@extundo.com>
16093
16094         * message.el (message-generate-hashcash): Add.
16095         (message-send-mail): Use it, call mail-add-payment.
16096
16097 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16098
16099         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16100
16101 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16102
16103         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16104         gnus-requst-update-info with explicit code to sync the in-memory
16105         info read flags with the marks being sync'd to the backend.
16106
16107         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16108
16109 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16110
16111         * spam.el (spam-verify-bogofilter): Add new function.
16112         (spam-check-bogofilter)
16113         (spam-bogofilter-register-with-bogofilter): Use it.
16114         (spam-verify-bogofilter): Add small fixes.
16115
16116 2004-09-28  Simon Josefsson  <jas@extundo.com>
16117
16118         * hashcash.el (hashcash-generate-payment): Revert.
16119
16120 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16121
16122         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16123         Use gnus-extract-references instead of gnus-split-references.
16124
16125         * gnus-util.el (gnus-extract-references): Add new function, analogous
16126         to gnus-split-references but extracts only the message-ID without
16127         anything extra.
16128
16129         * hashcash.el (hashcash-generate-payment)
16130         (hashcash-check-payment): Do the right thing if hashcash-path is
16131         nil (because the hashcash program could not be found).
16132
16133         * spam.el (spam-use-hashcash): Remove comment.
16134
16135 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16136
16137         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16138         (gnus-cache-enter-article, gnus-cache-remove-article)
16139         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16140
16141         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16142
16143         * gnus-art.el (article-hide-boring-headers)
16144         (article-translate-strings, article-display-face)
16145         (gnus-article-mime-match-handle-first)
16146         (gnus-article-highlight-headers)
16147         (gnus-article-add-buttons-to-head): do.
16148
16149 2004-09-27  Simon Josefsson  <jas@extundo.com>
16150
16151         * hashcash.el: New version, from
16152         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16153         ../contrib/.
16154
16155 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16156
16157         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16158
16159 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16160
16161         * gnus-dup.el (gnus-dup-open): Use mapc.
16162         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16163
16164         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16165         Reported by Stefan Wiens <s.wi@gmx.net>.
16166
16167         * gnus.el (gnus-shutdown): Use dolist.
16168
16169         * gnus-undo.el (gnus-undo): Use mapc.
16170
16171         * nnrss.el (nnrss-generate-active): do.
16172
16173         * message.el (message-cite-original-without-signature)
16174         (message-cite-original): Use mapc.
16175         (message-do-actions, message-make-forward-subject): Use dolist.
16176
16177 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16178
16179         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16180         deletion to remove entire duplicate line.  Fixes merged article
16181         number bug.
16182
16183 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16184
16185         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16186         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16187         first ask if you want to open a server and then, even when you
16188         responded with no, asking if you want to synchronize the server's
16189         flags.
16190         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16191         multi-line expressions.
16192         (gnus-agent-synchronize-group-flags): New internal function.
16193         Updates marks in memory (in the info structure) AND in the
16194         backend.
16195
16196         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16197
16198         * nnagent.el (nnagent-request-set-mark):
16199         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16200         method, to ensure that synchronization updates marks in the
16201         backend and in the info (in memory) structure.
16202
16203 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16204
16205         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16206         convention fully; don't miss the root article of a thread; make
16207         the X-Draft-From header with correct article numbers.
16208
16209 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16210
16211         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16212         unless plugged.  Disable the agent so that an open failure causes
16213         an error.
16214
16215         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16216         Revert 2004-09-21 change.  The backend must be opened while
16217         synchronizing flags even when the backend stores the flags
16218         locally.
16219
16220 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16221
16222         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16223         in `header' match.  Reported by Svend Tollak Munkejord.
16224
16225         * message.el (message-cite-original): Fix use of
16226         `message-cite-articles-with-x-no-archive'.
16227
16228 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16229
16230         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16231         (gnus-window-to-buffer): Ditto.
16232
16233         * mml.el (mml-preview-buffer): New variable.
16234         (mml-preview): Manage window layout with gnus-buffer-configuration.
16235
16236         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16237         X-Draft-From header even if those articles aren't quoted.
16238
16239 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16240
16241         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16242         (gnus-request-set-mark, gnus-request-update-mark): Use new
16243         g-s-t-u-l-m to decide to use backend even when unplugged.
16244
16245 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16246
16247         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16248         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16249
16250 2004-09-20  Simon Josefsson  <jas@extundo.com>
16251
16252         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16253         "utf-16-le".
16254
16255 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16256
16257         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16258
16259 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16260
16261         * uudecode.el (uudecode-use-external): Add :version.
16262
16263         * smime.el (smime-CA-file, smime-encrypt-cipher)
16264         (smime-dns-server): Add :version.
16265
16266         * smiley.el (gnus-smiley-file-types): Add :version.
16267
16268         * sha1.el (sha1-use-external): Add :version.
16269
16270         * pgg-def.el (pgg-query-keyserver): Add :version.
16271
16272         * nnmail.el (nnmail-fancy-expiry-targets)
16273         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16274         Add :version.
16275
16276         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16277         (nnimap-retrieve-groups-asynchronous): Add :version.
16278         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16279
16280         * mml.el (mml-content-disposition-parameters)
16281         (mml-insert-mime-headers-always): Add :version.
16282
16283         * mm-util.el (mm-coding-system-priorities): Add :version.
16284
16285         * mm-decode.el (mm-inline-text-html-with-images)
16286         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16287         (mm-verify-option): Add :version.
16288         (mm-text-html-renderer): Change :version.
16289
16290         * message.el (message-fcc-externalize-attachments)
16291         (message-required-headers, message-draft-headers)
16292         (message-subject-trailing-was-query)
16293         (message-subject-trailing-was-ask-regexp)
16294         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16295         (message-mark-insert-end, message-archive-header)
16296         (message-archive-note, message-cross-post-default)
16297         (message-cross-post-note, message-followup-to-note)
16298         (message-cross-post-note-function, message-use-mail-followup-to)
16299         (message-subscribed-address-functions)
16300         (message-subscribed-address-file, message-subscribed-addresses)
16301         (message-subscribed-regexps, message-allow-no-recipients)
16302         (message-yank-cited-prefix, message-signature-insert-empty-line)
16303         (message-hidden-headers, message-hierarchical-addresses)
16304         (message-mail-user-agent, message-use-idna)
16305         (message-valid-fqdn-regexp)
16306         (message-strip-special-text-properties, message-header-synonyms)
16307         (message-beginning-of-line, message-tab-body-function): Add :version.
16308         (message-insert-canlock, message-wide-reply-confirm-recipients):
16309         Change :version.
16310
16311         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16312         and :version.
16313         (mail-source-delete-old-incoming-confirm)
16314         (mail-source-movemail-program): Add :version.
16315
16316         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16317         (gnus-agent-cache, gnus-agent): Change :version.
16318
16319         * gnus-util.el (gnus-use-byte-compile): Change :version.
16320
16321         * gnus-sum.el (gnus-summary-make-false-root-always)
16322         (gnus-summary-default-high-score)
16323         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16324         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16325         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16326         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16327         (gnus-sum-thread-tree-single-indent)
16328         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16329         (gnus-sum-thread-tree-leaf-with-other)
16330         (gnus-sum-thread-tree-single-leaf): Add :version.
16331         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16332         (gnus-article-loose-mime): Change :version.
16333
16334         * gnus-start.el (gnus-backup-startup-file)
16335         (gnus-save-startup-file-via-temp-buffer): Add :version.
16336
16337         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16338         (gnus-server-offline-face): Add :version.
16339
16340         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16341
16342         * gnus-msg.el (gnus-gcc-externalize-attachments)
16343         (gnus-debug-files, gnus-debug-exclude-variables)
16344         (gnus-discouraged-post-methods): Change :version.
16345         (gnus-confirm-mail-reply-to-news)
16346         (gnus-confirm-treat-mail-like-news): Add :version.
16347
16348         * gnus-int.el (gnus-server-unopen-status): Add :version.
16349
16350         * gnus-group.el (gnus-group-jump-to-group-prompt)
16351         (gnus-large-ephemeral-newsgroup)
16352         (gnus-fetch-old-ephemeral-headers): Add :version.
16353
16354         * gnus-fun.el (gnus-x-face-directory)
16355         (gnus-convert-pbm-to-x-face-command)
16356         (gnus-convert-image-to-x-face-command)
16357         (gnus-convert-image-to-face-command): Add :version.
16358
16359         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16360
16361         * gnus-cite.el (gnus-cite-blank-line-after-header)
16362         (gnus-article-boring-faces): Add :version.
16363
16364         * gnus-art.el (gnus-buttonized-mime-types)
16365         (gnus-inhibit-mime-unbuttonizing)
16366         (gnus-treat-display-face)
16367         (gnus-treat-body-boundary): Change :version.
16368         (gnus-body-boundary-delimiter, gnus-picon-databases)
16369         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16370         (gnus-treat-date-english, gnus-treat-fold-headers)
16371         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16372         (gnus-treat-mail-picon, gnus-treat-wash-html)
16373         (gnus-article-encrypt-protocol)
16374         (gnus-use-idna, gnus-article-over-scroll)
16375         (gnus-mime-display-multipart-alternative-as-mixed)
16376         (gnus-mime-display-multipart-related-as-mixed)
16377         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16378         (gnus-ctan-url, gnus-button-ctan-handler)
16379         (gnus-button-handle-ctan-bogus-regexp)
16380         (gnus-button-ctan-directory-regexp)
16381         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16382         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16383         (gnus-button-man-level, gnus-button-emacs-level)
16384         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16385
16386         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16387         (gnus-agent-go-online): Change :version.
16388         (gnus-agent-expire-unagentized-dirs)
16389         (gnus-agent-auto-agentize-methods): Add :version.
16390
16391         * flow-fill.el (fill-flowed-display-column)
16392         (fill-flowed-encode-column): Add :version.
16393
16394         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16395         (gnus-outlook-deuglify-unwrap-max)
16396         (gnus-outlook-deuglify-cite-marks)
16397         (gnus-outlook-deuglify-unwrap-stop-chars)
16398         (gnus-outlook-deuglify-no-wrap-chars)
16399         (gnus-outlook-deuglify-attrib-cut-regexp)
16400         (gnus-outlook-deuglify-attrib-verb-regexp)
16401         (gnus-outlook-deuglify-attrib-end-regexp)
16402         (gnus-outlook-display-hook): Add :version.
16403
16404         * binhex.el (binhex-use-external): Add :version.
16405
16406 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16407
16408         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16409         and `invisible'.
16410
16411 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16412
16413         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16414         in gnus-registry-trim.
16415
16416 2004-09-13  Simon Josefsson  <jas@extundo.com>
16417
16418         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16419
16420         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16421
16422         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16423         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16424         <yamaoka@jpl.org>.
16425         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16426         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16427         <yamaoka@jpl.org>.
16428
16429         * sieve.el (sieve-manage-mode): Ditto.
16430
16431 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16432
16433         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16434
16435 2004-09-11  Simon Josefsson  <jas@extundo.com>
16436
16437         * dns-mode.el: Add.
16438
16439         * mm-view.el (mm-display-dns-inline): Add.
16440
16441         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16442         (mm-automatic-display): Ditto.
16443
16444         * mailcap.el (mailcap-mime-data): Add text/dns.
16445         (mailcap-mime-extensions): Map .soa to text/dns.
16446
16447 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16448
16449         * gnus-art.el (article-decode-mime-words, article-babel)
16450         (gnus-article-highlight-signature, gnus-article-add-buttons)
16451         (gnus-signature-toggle): Remove unnecessary bindings of
16452         `inhibit-read-only' inherited from v5.10 merge.
16453
16454 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16455
16456         * nntp.el (nntp): New customization group.
16457         (nntp-authinfo-file): Add customization group.
16458
16459         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16460
16461         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16462
16463         * gnus.el (to-address, to-list, subscribed)
16464         (large-newsgroup-initial): Ditto.
16465
16466         * flow-fill.el (fill-flowed-display-column)
16467         (fill-flowed-encode-column): Ditto.
16468
16469 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16470
16471         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16472         Use point-min rather than 1.
16473         (message-send-mail): Use buffer-size rather than point-max.
16474
16475         * gnus-sum.el (gnus-summary-search-article-forward):
16476         Signal a specific `search-failed' rather than a generic `error'.
16477
16478         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16479         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16480         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16481
16482 2004-09-10  Simon Josefsson  <jas@extundo.com>
16483
16484         * nndb.el (require): Remove tcp and duplicate cl.
16485
16486 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16487
16488         * gnus-agent.el (directory-files-and-attributes): Move forward.
16489
16490 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16491
16492         * gnus-agent.el (directory-files-and-attributes):
16493         Optionally defined to support XEmacs.
16494
16495 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16496
16497         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16498         to avoid run-time CL dependencies.
16499         (gnus-agent-unfetch-articles): New function.
16500         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16501         article numbers even when local .overview file is missing.
16502         (gnus-agent-read-article-number): New function.  Only accepts
16503         27-bit article numbers.
16504         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16505         Use gnus-agent-read-article-number.
16506         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16507         from backend while recognizing that article numbers in .overview
16508         must be valid.
16509         (gnus-agent-update-files-total-fetched-for):
16510         Use directory-files-and-attributes to improve performance.
16511         * gnus-int.el (gnus-request-move-article):
16512         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16513         improve performance.
16514
16515         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16516         some users confused by references to .newsrc when they only have a
16517         .newsrc.eld file.
16518         (gnus-convert-mark-converter-prompt)
16519         (gnus-convert-converter-needs-prompt): Fix use of property list.
16520         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16521         New function.  Used internally to only display 'gnus converting
16522         files' message when actually necessary.
16523
16524         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16525         methods now autoloaded.
16526
16527 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16528
16529         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16530         identifiers.
16531
16532 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16533
16534         * gnus-picon.el: Fix indentation and closing parenthesis.
16535
16536 2004-09-01  Simon Josefsson  <jas@extundo.com>
16537
16538         * message.el (message-canlock-generate): Require sha1, not
16539         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16540         to require within a function.  Sadly, if sha1.el isn't loaded, the
16541         let binding in m-c-g will hide the defcustom definition, which is
16542         bad.)
16543
16544         * canlock.el: Require sha1, not sha1-el.
16545
16546         * message.el: Don't autoload sha1 (there is a autoload cookie in
16547         sha1.el).
16548
16549         * sha1-el.el: Rename to sha1.el.
16550
16551 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16552
16553         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16554
16555 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16556
16557         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16558
16559 2004-08-30  Kim F. Storm  <storm@cua.dk>
16560
16561         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16562
16563         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16564         Add :group 'nnimap.
16565
16566 2004-08-30  Andreas Schwab  <schwab@suse.de>
16567
16568         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16569         ?* and ?\;.
16570
16571         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16572         and ?\' to symbol instead of whitespace.
16573
16574 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16575
16576         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16577
16578         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16579         instead of re-search-forward.
16580
16581         * gnus-uu.el (gnus-uu-save-article): Ditto.
16582         (gnus-uu-post-encode-uuencode): Ditto.
16583
16584         * html2text.el (html2text-clean-list-items): Ditto.
16585         (html2text-clean-dtdd): Ditto.
16586         (html2text-format-tags): Ditto.
16587
16588         * message.el (message-send-mail-with-sendmail): Fix regexp.
16589         (message-fill-field-general): Use search-forward instead of
16590         re-search-forward.
16591         (unbold-region): Ditto.
16592
16593         * nnrss.el (nnrss-request-article): Ditto.
16594
16595         * nnslashdot.el (nnslashdot-request-article): Ditto.
16596
16597         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16598
16599         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16600         "Unrecognized menu descriptor" error in XEmacs.
16601
16602 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16603
16604         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16605         parent article of a sparse article in the thread hashtb.
16606
16607 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16608
16609         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16610         (nnmail-expand-newtext): Lowercase expanded entries if
16611         nnmail-split-lowercase-expanded is non-nil.
16612
16613 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16614
16615         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16616
16617         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16618         of gnus-tmp-news-method into string under XEmacs.  It will be
16619         passed to gnus-correct-length which takes only a string argument.
16620
16621 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16622
16623         * gnus-util.el (gnus-bind-print-variables): New macro.
16624         (gnus-prin1): Use it.
16625         (gnus-prin1-to-string): Use it.
16626         (gnus-pp): New function.
16627         (gnus-pp-to-string): New function.
16628
16629         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16630         Replace pp-to-string with gnus-pp-to-string.
16631         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16632         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16633         * gnus-msg.el (gnus-debug): Ditto.
16634         * gnus-score.el (gnus-score-save): Ditto.
16635         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16636         gnus-pp-to-string.
16637         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16638         with gnus-pp.
16639         * score-mode.el (gnus-score-pretty-print): Ditto.
16640         * webmail.el (webmail-debug): Ditto.
16641
16642 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16643
16644         * gnus-art.el (article-display-face, article-display-x-face):
16645         Use buffer-read-only.
16646
16647 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16648
16649         * gnus-art.el (article-hide-list-identifiers):
16650         Bind inhibit-read-only as t.
16651
16652 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16653
16654         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16655
16656 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16657
16658         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16659         (gnus-narrow-to-page): Don't assume point-min == 1.
16660         (gnus-article-edit-mode): Derive from message-mode.
16661
16662         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16663         point-min == 1.
16664
16665         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16666         Disable incorrect use of `assert'.
16667
16668         * message.el (message-mode): Set comment-start-skip.
16669
16670
16671 2004-08-22  Sam Steingold  <sds@gnu.org>
16672
16673         * pop3.el (pop3-leave-mail-on-server): New user variable.
16674         (pop3-movemail): Delete mail only when it is nil.
16675
16676 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16677
16678         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16679
16680         * mml.el (mml-preview): Use `pop-to-buffer'.
16681
16682         * message.el (message-goto-mail-followup-to): Insert after "To".
16683         (message-carefully-insert-headers): Add comment.
16684
16685         * gnus.el: Remove unused variable `gnus-article-check-size'.
16686
16687         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16688
16689         * gnus-art.el (gnus-button-alist):
16690         Improve `gnus-button-handle-library' entry.
16691
16692 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16693
16694         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16695         Use downcase, since XEmacs capitalizes error messages differently.
16696
16697 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16698
16699         * nntp.el: Add (require 'gnus) due to reference to
16700         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16701
16702 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16703
16704         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16705         Bind `mm-fill-flowed'.
16706
16707         * mm-decode.el (mm-dissect-singlepart): Check it.
16708
16709 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16710
16711         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16712         'imap' for netrc parsing.
16713
16714 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16715
16716         * mailcap.el (mailcap-mime-data): Mark as risky.
16717
16718 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16719
16720         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16721         may be included in the encoded word.
16722         (rfc2047-encode): Don't append a space if the encoded word
16723         includes close parenthesis.
16724
16725 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16726
16727         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16728         of text within parentheses.
16729
16730 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16731
16732         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16733         (gnus-encrypt-write-file-contents): Make the password key the file
16734         name PLUS the cipher, not just the cipher.  Also remove failed
16735         passwords from the cache.
16736
16737 2004-08-06  Simon Josefsson  <jas@extundo.com>
16738
16739         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16740         Doc fix.
16741
16742 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16743
16744         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16745         LWSP.
16746
16747 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16748
16749         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16750         Try to append in-reply-to: data to the references: header.
16751
16752         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16753         (netrc-parse): Use gnus-encrypt.el functions.
16754
16755         * gnus-encrypt.el: Add new file for encryption support; currently
16756         does only a few GPG ciphers and an internal XOR cipher.
16757
16758         * password.el: Add comments on using password-read-and-add.
16759         (password-read-and-add): Add function to read and add the
16760         password to the cache at once.
16761
16762 2004-07-28  Simon Josefsson  <jas@extundo.com>
16763
16764         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16765         parameter (but don't use it, for now).
16766
16767         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16768         instead of hard coding to nil.
16769
16770 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16771
16772         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16773         as mm-inline-image-xemacs does.
16774
16775 2004-07-26  Simon Josefsson  <jas@extundo.com>
16776
16777         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16778         Revert part of 2004-07-17 change below.
16779
16780 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16781
16782         * rfc2047.el (rfc2047-encode-region): Don't infloop.
16783         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16784
16785 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16786
16787         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16788         quotes that actually start with ">" at the beginning of the
16789         lines.
16790
16791 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16792
16793         * rfc2047.el (rfc2047-encode-region): Fix last change.
16794         (rfc2047-encode-parameter): Remove useless concat.
16795
16796 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16797
16798         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16799         encode special characters; fix some kind of misconfigured headers;
16800         signal a real error if debug-on-quit or debug-on-error is non-nil.
16801         (rfc2047-encode-max-chars): New variable.
16802         (rfc2047-encode-1): Use it.
16803         (rfc2047-encode-parameter): New function.
16804
16805         * mml.el (mml-insert-parameter): Remove an excessive space.
16806
16807 2004-07-17  Simon Josefsson  <jas@extundo.com>
16808
16809         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16810         Kai Grossjohann <kai@emptydomain.de>.
16811         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16812         (gnus-group-make-menu-bar): Ditto.
16813
16814         * gnus-util.el (gnus-group-server): Add.
16815
16816 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16817
16818         * message.el (message-clone-locals): Clone sendmail and smtp
16819         variables.
16820
16821 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16822
16823         * rfc2047.el (rfc2047-encode-region): Fix last change.
16824
16825 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16826
16827         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16828         characters as non-special.
16829
16830 2004-07-09  Simon Josefsson  <jas@extundo.com>
16831
16832         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16833         Users will lose all flag changes made while unplugged with
16834         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16835         good default.  See numerous reports on ding mailing list.
16836
16837 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16838
16839         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16840         add generate-head-function and generate-article-function to the
16841         rfc822-forward entry.
16842         (nndoc-rfc822-forward-generate-article): New function.
16843         (nndoc-rfc822-forward-generate-head): New function.
16844
16845         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16846
16847 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16848
16849         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16850         respect display group parameter and gnus-summary-expunge-below.
16851         (gnus-articles-to-read): Remove unused reference to display group
16852         parameter.
16853
16854 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16855
16856         * nnheader.el (nnheader-uniquify-message-id): New experimental
16857         variable.
16858         (nnheader-nov-read-message-id): Use it.
16859
16860         * spam-report.el (spam-report-gmane): Add interactive.
16861
16862 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16863
16864         * mm-encode.el (mm-content-transfer-encoding-defaults):
16865         Use qp-or-base64 for the application/* types.
16866
16867 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16868
16869         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16870
16871 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16872
16873         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16874         trim value.
16875
16876 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16877
16878         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16879         New macro and function.
16880         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16881
16882 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16883
16884         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16885         after-load-alist.
16886
16887 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16888
16889         * gnus-group.el (gnus-group-get-new-news-this-group):
16890         Don't update info that isn't there.
16891
16892 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16893
16894         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16895         entry.
16896
16897 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16898
16899         * mm-view.el (mm-inline-render-with-function): Use multibyte
16900         buffer; decode html source by charset.
16901
16902         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16903
16904         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16905         Mule-UCS is loaded under XEmacs.
16906         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16907
16908 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16909
16910         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16911
16912 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16913
16914         * mm-util.el (mm-coding-system-p): Return a coding-system.
16915         (mm-mime-mule-charset-alist): Use shift_jis instead of
16916         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16917         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16918         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16919         instead of japanese-shift-jis and iso-latin-1 respectively in
16920         order to share the default value with both Emacs and XEmacs-mule.
16921         (mm-mule-charset-to-mime-charset):
16922         Make mm-coding-system-priorities effective.
16923         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16924         while predicating of candidates upon the priorities.
16925
16926 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16927
16928         * gnus-sum.el (gnus-summary-make-menu-bar):
16929         Add gnus-uu-invert-processable.
16930
16931         * gnus.el: Autoload gnus-uu-invert-processable.
16932
16933 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16934
16935         * mm-util.el (mm-with-multibyte-buffer): New macro.
16936
16937         * rfc2047.el (rfc2047-encode-string): Use it.
16938         (rfc2047-encode-region): Move point to the end of the region after
16939         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16940
16941 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16942
16943         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16944         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16945
16946 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16947
16948         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16949         (gnus-cite-parse): Ignore quoted envelope From_.
16950         Suggested by Karl Chen <quarl@nospam.quarl.org>.
16951
16952 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16953
16954         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16955         invalid addresses.
16956
16957 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16958
16959         * spam.el: Change section markers, revise TODO list.
16960         (spam-backends): Make new master list of all installed backends.
16961         (spam-summary-exit-behavior): Add new variable to determine how
16962         messages moves are done at summary exit.
16963         (spam-move-spam-nonspam-groups-only)
16964         (spam-process-ham-in-nonham-groups)
16965         (spam-process-ham-in-spam-groups): Remove variables, the
16966         spam-summary-exit-behavior variable should be used to manage this
16967         behavior.
16968         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16969         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16970         and spam-old-spam-articles.
16971         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16972         Add empty variables, placeholders for the backends they represent.
16973         (spam-set-difference): Move, unchanged.
16974         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16975         unless the user has a processor variable.
16976         (spam-classifications, spam-classification-valid-p)
16977         (spam-backend-properties, spam-backend-property-valid-p)
16978         (spam-backend-function-type-valid-p)
16979         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16980         (spam-report-articles-gmane, spam-report-articles-resend):
16981         Remove functions, they are not needed.
16982         (spam-install-backend-super, spam-backend-list)
16983         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16984         (spam-backend-function, spam-backend-ham-registration-function)
16985         (spam-backend-spam-registration-function)
16986         (spam-backend-ham-unregistration-function)
16987         (spam-backend-spam-unregistration-function)
16988         (spam-backend-statistical-p, spam-backend-mover-p)
16989         (spam-install-backend-alias, spam-install-checkonly-backend)
16990         (spam-install-mover-backend, spam-install-nocheck-backend)
16991         (spam-install-backend, spam-install-statistical-backend)
16992         (spam-install-statistical-checkonly-backend): Add backend installation
16993         support.
16994         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16995         (spam-group-processor-p): Use the new backend code and respect the
16996         summary exit behavior.
16997         (spam-mark-spam-as-expired-and-move-routine): Remove.
16998         (spam-summary-prepare): Change to use the new spam-old-articles
16999         variable.
17000         (spam-copy-or-move-routine, spam-copy-spam-routine)
17001         (spam-move-spam-routine, spam-copy-ham-routine)
17002         (spam-move-ham-routine): Add code to copy/move ham or spam.
17003         (spam-fetch-field-fast): Improve doc and code, plus allow the
17004         'number request.
17005         (spam-list-of-checks, spam-list-of-statistical-checks):
17006         Remove variables.
17007         (spam-split, spam-find-spam): Use the new backend code.
17008         (spam-registration-functions): Remove variable.
17009         (spam-unregister-routine): Add convenience wrapper.
17010         (spam-log-undo-registration, spam-register-routine)
17011         (spam-log-processing-to-registry)
17012         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17013         where possible.
17014         (spam-check-gmane-xref, spam-check-regex-headers)
17015         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17016         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17017         (spam-check-bogofilter-headers, spam-check-spamoracle)
17018         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17019         (spam-check-crm114-headers): Use the spam-split-group that
17020         spam-split prepares, no need to determine it every time.
17021
17022         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17023         to the nnheader-parse-naked-head call.
17024
17025         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17026
17027         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17028         the nnheader-nov-read-message-id call.
17029
17030 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17031
17032         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17033         gnus-activate-group twice.  Suggested by Markus Peter
17034         <warp@spin.de>.
17035
17036 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17037
17038         * gnus-art.el (gnus-article-time-format): Exchange the order of
17039         day and month in the default value; fix customization type.
17040         (article-date-ut): Use add-text-properties.
17041         (article-make-date-line): Use message-make-date instead of
17042         current-time-string.
17043
17044         * message.el (message-fetch-field): Don't use set-text-properties.
17045         (message-make-date): Simplify.
17046
17047         * messagexmas.el (message-xmas-make-date): New function.
17048         (message-xmas-redefine): Defalias message-make-date to it.
17049
17050 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17051
17052         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17053         (rfc2047-encode-region): Treat text within parentheses as special;
17054         show the original text when error has occurred.
17055
17056         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17057         already-computed method to gnus-activate-group.
17058
17059         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17060         same select-methods identical Lisp objects.
17061
17062         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17063         object when modifying the info.
17064
17065 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17066
17067         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17068         gnus-opened-servers since it has never been opened with the new
17069         configuration yet.
17070
17071 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17072
17073         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17074         arg to nnheader-generate-fake-message-id.
17075
17076 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17077
17078         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17079         number and build a fake message ID localized to a group and
17080         article number (so it's repeatable from that point on).
17081         (nnheader-fake-message-id-p): Change regex to accomodate new fake
17082         ID format.
17083
17084         * gnus-sum.el (gnus-get-newsgroup-headers):
17085         Call nnheader-generate-fake-message-id with the article number.
17086
17087 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17088
17089         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17090         end-of-buffer.
17091
17092 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17093
17094         * message.el (message-ignored-supersedes-headers): Add Approved.
17095
17096 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17097
17098         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17099         goto-char.
17100         (rfc2047-encode): Fold the line before encoding.
17101
17102 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17103
17104         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17105         folding -- not all headers can be folded, and this should be done
17106         by the message composition mode.  Probably.  I think.
17107
17108 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17109
17110         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17111         fast.
17112
17113         * gnus-ems.el (gnus-remove-image): Don't use
17114         message-text-with-property; remove only the image found first.
17115
17116         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17117         found first.
17118
17119 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17120
17121         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17122
17123 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17124
17125         * message.el (message-text-with-property): Make it fast and accept
17126         optional arguments.
17127         (message-strip-forbidden-properties): Use it.
17128         (message-fix-before-sending): Follow the m-t-w-p change.
17129
17130         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17131
17132 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17133
17134         * gnus-art.el (article-hide-headers): Don't change the buffer
17135         mistakenly when performing mml-preview even if
17136         gnus-single-article-buffer is nil.
17137
17138 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17139
17140         * message.el (message-expand-name-databases): New user option.
17141         (message-expand-name): Use it.
17142
17143 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17144
17145         * spam.el (spam-report-articles-resend)
17146         (spam-report-resend-register-routine): Allow ham reporting.
17147         (spam-report-resend-register-ham-routine): Add wrapper.
17148         (spam-registration-functions): Add ham resending functions.
17149         (spam-list-of-processors): Add ham resend processor.
17150
17151         * gnus.el (ham-resend-to): Add new group parameter.
17152         (spam-process): Add ham resend option.
17153
17154         * spam-report.el (spam-report-resend): Allow reporting ham.
17155         (spam-report-resend-ham): Add wrapper.
17156
17157 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17158
17159         * message.el (message-cite-articles-with-x-no-archive):
17160         New variable.
17161         (message-cite-original): Use it.
17162
17163 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17164
17165         * message.el (message-cite-original): Respect X-No-Archive.
17166
17167 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17168
17169         * gnus-art.el (article-hide-headers): Refer to the values for
17170         gnus-ignored-headers and gnus-visible-headers in the summary
17171         buffer since a user may have set them as group parameters.
17172
17173 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17174
17175         * assistant.el (assistant-node-name): Add convenience function.
17176         (assistant-render-text, assistant-render-node): Add error handling,
17177         plus handle multiple next nodes.
17178         (assistant-find-next-node): Comment out for now.
17179         (assistant-find-next-nodes): Add function, returns list of next
17180         nodes.
17181
17182 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17183
17184         * mail-source.el (mail-source-directory): Fix doc-string.
17185
17186 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17187
17188         * assistant.el (assistant-render-text, assistant-eval): Add :set
17189         widget type, which is different because it takes and returns a
17190         list.  Much hilarity ensues.
17191
17192 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17193
17194         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17195
17196         * gnus-group.el (gnus-group-get-new-news-this-group):
17197         Add doc-string.
17198
17199         * gnus-start.el (gnus-activate-group): Add doc-string.
17200
17201 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17202
17203         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17204
17205 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17206
17207         * assistant.el (assistant-render-text): Try to add a :set
17208         widget, more to come.
17209
17210         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17211         strings.
17212         (spam-report-articles-resend)
17213         (spam-register-routine): Do registration iff any articles warrant
17214         it.
17215         (spam-summary-prepare-exit): Change log message for nil group
17216         destinations.
17217
17218 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17219
17220         * spam.el (spam-report-resend-register-routine):
17221         Allow spam-report-resend-to to be a group parameter or a global value.
17222
17223 2004-05-26  Simon Josefsson  <jas@extundo.com>
17224
17225         * starttls.el: Merge with my GNUTLS based starttls.el.
17226         (starttls-gnutls-program, starttls-use-gnutls)
17227         (starttls-extra-arguments, starttls-process-connection-type)
17228         (starttls-connect, starttls-failure, starttls-success):
17229         New variables.
17230         (starttls-program, starttls-extra-args): Doc fix.
17231         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17232         New functions.
17233         (starttls-negotiate, starttls-open-stream):
17234         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17235         function if it is set.
17236
17237 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17238
17239         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17240         structured fields.
17241
17242 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17243
17244         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17245
17246 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17247
17248         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17249         Add variable.
17250         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17251         assigning the spam-mark to new messages.
17252
17253 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17254
17255         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17256
17257 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17258
17259         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17260
17261         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17262         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17263         default.
17264
17265 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17266
17267         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17268         correct data.
17269
17270 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17271
17272         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17273         (spam-group-processor-p): Fix function.
17274         (spam-group-processor-multiple-p)
17275         (spam-group-spam-processor-report-gmane-p)
17276         (spam-group-spam-processor-report-resend-p)
17277         (spam-group-spam-processor-bogofilter-p)
17278         (spam-group-spam-processor-blacklist-p)
17279         (spam-group-spam-processor-ifile-p)
17280         (spam-group-ham-processor-ifile-p)
17281         (spam-group-spam-processor-spamoracle-p)
17282         (spam-group-spam-processor-crm114-p)
17283         (spam-group-ham-processor-bogofilter-p)
17284         (spam-group-spam-processor-stat-p)
17285         (spam-group-ham-processor-stat-p)
17286         (spam-group-ham-processor-whitelist-p)
17287         (spam-group-ham-processor-BBDB-p)
17288         (spam-group-ham-processor-spamoracle-p)
17289         (spam-group-ham-processor-copy-p): Remove functions with some
17290         prejudice against unneeded code.
17291         (spam-report-articles-resend)
17292         (spam-report-resend-register-routine): Allow the group/topic
17293         spam-resend-to value to override spam-report-resend-to.
17294         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17295         properly now.
17296
17297         * gnus.el (spam-resend-to): Add group/topic parameter.
17298         (spam-process): Move the OBSOLETE processors to the end of the
17299         choices.
17300
17301 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17302
17303         * spam-report.el (spam-report-resend-to, spam-report-resend):
17304         Start with resend-to set to nil, and then ask the user if necessary.
17305         (spam-report-resend): spam-report-resend takes a list of articles, not
17306         separate article numbers.
17307
17308 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17309
17310         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17311         addition to emacs-w3m.
17312
17313 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17314
17315         * assistant.el (assistant-authinfo-data): New function.
17316         (assistant-eval): Eval for entire assistant.
17317
17318         * netrc.el (netrc-services-file): New variable.
17319         (netrc-parse-services): New function.
17320         (netrc-find-service-name): New function.
17321         (netrc-find-service-number): New function.
17322         (netrc-port-equal): New function.
17323         (netrc-machine): Use it.
17324
17325         * nnimap.el (nnimap-open-connection): Use netrc.
17326
17327         * gnus-util.el (gnus-netrc-get): Remove aliases.
17328
17329         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17330
17331         * assistant.el (wid-edit): Fix compilation.
17332
17333         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17334
17335 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17336
17337         * gnus-util.el (gnus-set-file-modes): New function.  (small
17338         patch).
17339
17340 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17341
17342         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17343
17344         * assistant.el (assistant-render-node): Fix up rendering and
17345         read-only text.
17346         (assistant-render-node): Reset.
17347         (assistant-make-read-only): Not sticky.
17348
17349 2004-05-20  Danny Siu  <dsiu@adobe.com>
17350
17351         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17352         centered even when gnus-auto-center-summary is t.
17353
17354 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17355
17356         * dns.el (dns-get-txt-answer): New function.
17357         (dns-read-txt): Ditto.
17358         (query-dns): Use it.
17359
17360 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17361
17362         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17363         active for foreign groups even if the group level is higher than
17364         the specified value.
17365
17366 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17367
17368         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17369         non-active groups.
17370
17371         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17372
17373 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17374
17375         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17376
17377 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17378
17379         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17380         (spam-crm114-header, spam-crm114-spam-switch)
17381         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17382         (spam-crm114-positive-spam-header)
17383         (spam-crm114-database-directory, spam-list-of-processors)
17384         (spam-group-spam-processor-crm114-p)
17385         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17386         (spam-generic-score, spam-list-of-checks)
17387         (spam-list-of-statistical-checks, spam-registration-functions)
17388         (spam-check-crm114-headers, spam-crm114-score)
17389         (spam-check-crm114, spam-crm114-register-with-crm114)
17390         (spam-crm114-register-spam-routine)
17391         (spam-crm114-unregister-spam-routine)
17392         (spam-crm114-register-ham-routine)
17393         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17394         From asjo@koldfront.dk (Adam Sjøgren).
17395
17396         * gnus.el: Add spam-use-crm114.
17397
17398         * spam.el (spam-list-of-processors, spam-registration-functions):
17399         Add spam-use-resend.
17400         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17401         (spam-report-articles-gmane): Add doc fix.
17402         (spam-report-articles-resend, spam-report-resend-register-routine):
17403         Add wrappers around spam-report-resend-to.
17404
17405         * spam-report.el (spam-report-resend-to, spam-report-resend):
17406         Add support for resending spam.
17407         (spam-report-gmane): Fix line length >80.
17408
17409         * gnus.el (spam-process): Add spam-use-resend.
17410
17411 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17412
17413         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17414         number of processed spam messages.
17415         (spam-ham-copy-or-move-routine): Return the number of processed
17416         ham messages.
17417         (spam-summary-prepare-exit): Use the above values to decide
17418         whether status messages shouled be displayed.
17419
17420 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17421
17422         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17423         `rfc2047-encoding-function-alist' in order to avoid conflicting
17424         with the old version.
17425         (rfc2047-encode-region): Concatenate words containing non-ASCII
17426         characters in structured fields; don't encode space-delimited
17427         ASCII words even in unstructured fields; don't break words at
17428         char-category boundaries.
17429         (rfc2047-encode-1): New function.
17430         (rfc2047-encode): Use it; encode text so that it occupies the
17431         maximum width within 76-column; work correctly on Q encoding for
17432         iso-2022-* charsets.
17433         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17434         sure not to break a line just after the header name.
17435         (rfc2047-b-encode-region): Remove.
17436         (rfc2047-b-encode-string): New function.
17437         (rfc2047-q-encode-region): Remove.
17438         (rfc2047-q-encode-string): New function.
17439
17440         * mm-util.el (mm-replace-in-string): New function.
17441
17442 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17443
17444         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17445         Really get it right.
17446         (gnus-inews-make-draft): Really.
17447
17448 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17449
17450         * nnmh.el (nnmh-request-list-1): Don't check the link count
17451         before descending.  (small patch)
17452
17453 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17454
17455         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17456         stuff.
17457
17458         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17459         Match on real group name.
17460
17461         * gnus-art.el (gnus-signature-limit): Doc fix.
17462
17463         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17464
17465         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17466
17467 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17468
17469         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17470         isn't a string.
17471
17472 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17473
17474         * gnus-draft.el (gnus-draft-send):
17475         Bind rfc2047-encode-encoded-words.
17476
17477         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17478         (rfc2047-encodable-p): Say that =? needs encoding.
17479         (rfc2047-encode-encoded-words): New variable.
17480
17481         * gnus-group.el (gnus-group-select-group): Doc fix.
17482
17483         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17484
17485         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17486         to nil.
17487
17488         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17489
17490         * nnheader.el (nnheader-get-lines-and-char): New function.
17491
17492 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17493
17494         * gnus-msg.el (gnus-summary-followup-with-original):
17495         Document yanking of region when active.
17496
17497 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17498
17499         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17500         groups if the group level is higher than the specified value.
17501
17502 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17503
17504         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17505         (gnus-group-jump-to-group): Add prefix argument using
17506         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17507         non-active group.
17508
17509         * compface.el (uncompface): Be verbose when changing
17510         `uncompface-use-external'.
17511
17512         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17513         handle manual section.
17514
17515 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17516
17517         * gnus-art.el (gnus-button-alist): Revert previous change.
17518
17519 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17520
17521         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17522
17523 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17524
17525         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17526         whether backend can accept message.
17527
17528         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17529
17530 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17531
17532         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17533         Avoid creating directory when nntp-marks-is-evil is true.
17534         Reported by Reiner Steib.
17535
17536 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17537
17538         * gnus-picon.el (gnus-picon-style): New variable.
17539         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17540         (gnus-picon-transform-address): Support `gnus-picon-style'.
17541         From Jesper Harder <harder@ifa.au.dk>.
17542
17543 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17544
17545         * message.el (message-fill-field): Return point.
17546         (message-generate-headers): Go to end of field.
17547
17548         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17549         stuff for non-living groups.
17550
17551 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17552
17553         * gnus-art.el (gnus-article-followup-with-original)
17554         (gnus-article-reply-with-original): gnus-mark-active-p ->
17555         gnus-region-active-p.
17556
17557 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17558
17559         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17560         only when there is spam or ham to be processed.
17561
17562 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17563
17564         * mail-source.el (mail-source-delete-crash-box): Refactor.
17565         (mail-source-fetch): Use it.
17566         (mail-source-fetch-file): Ditto.
17567         (mail-source-fetch-directory): Run postscript in loop.
17568         (mail-source-fetch-pop): Delete.
17569         (mail-source-fetch-maildir): Ditto.
17570         (mail-source-fetch-imap): Ditto.
17571
17572         * imap.el (imap-authenticators): Comment out sasl.
17573
17574         * message.el (message-skip-to-next-address): New function.
17575         (message-fill-header-address): Refactor.
17576         (message-fill-address): Use it.
17577         (message-delete-address): Use it.
17578         (message-fill-header-general): Refactor.
17579         (message-fill-field-address): Rename.
17580         (message-narrow-to-field): Find the start of the header.
17581         (message-header-format-alist): Don't pre-fill.
17582         (message-fill-header): Remove.
17583         (message-insert-header): New function.
17584         (message-shorten-references): Use it.
17585
17586         * rfc2047.el (rfc2047-field-value): Strip props.
17587
17588         * mail-parse.el (mail-header-make-address): New alias.
17589
17590         * ietf-drums.el (ietf-drums-make-address): New function.
17591
17592         * imap.el: Add compiler directives.
17593
17594         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17595
17596         * gnus-art.el (article-decode-idna-rhs): Don't use
17597         message-idna-inside-rhs-p.
17598
17599 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17600
17601         * message.el (message-idna-inside-rhs-p): Remove.
17602         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17603
17604         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17605         false positives.
17606
17607 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17608
17609         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17610
17611 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17612
17613         * nneething.el (nneething-file-name): Don't create spurious
17614         files.
17615
17616         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17617         (gnus-inews-do-gcc): Remove sleep.
17618
17619         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17620         part under point.
17621
17622         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17623         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17624
17625 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17626
17627         * spam.el (spam-summary-prepare-exit): Fix (length).
17628
17629 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17630
17631         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17632         as expired without moving it" message when there are spam
17633         messages left.
17634
17635 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17636
17637         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17638         header is not nil.
17639
17640 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17641
17642         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17643         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17644         (nntp-marks-changed-p): New arg SERVER.
17645         (nntp-request-update-info): Adjust caller.
17646
17647 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17648
17649         * nntp.el (nntp-save-marks): Pass missing arg.
17650
17651 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17652
17653         * nntp.el: Support marks.
17654         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17655         (nntp-marks-modtime, nntp-marks-directory): New variables.
17656         (nntp-request-set-mark, nntp-request-update-info)
17657         (nntp-possibly-create-directory, nntp-marks-changed-p)
17658         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17659         New functions.
17660
17661 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17662
17663         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17664         (gnus-xmas-redefine): Rename.
17665
17666         * gnus-score.el (gnus-score-insert-help):
17667         Use gnus-select-lowest-window.
17668
17669         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17670         appt-select-lowest-window and rename to gnus-select-lowest-window.
17671
17672         * gnus.el: do.
17673
17674 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17675
17676         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17677         encodings of MIME-encoded words, in order to improve
17678         interoperability with several broken MUAs.
17679
17680 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17681
17682         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17683         tags, only when charsets are not specified in headers.
17684         (mm-inline-text-html-render-with-w3m): Ditto.
17685
17686         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17687         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17688
17689 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17690
17691         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17692         instead of MIME-decoded from fields when checking
17693         `gnus-article-address-banner-alist'.
17694
17695 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17696
17697         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17698         description rather than subject.
17699
17700 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17701
17702         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17703
17704 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17705
17706         * gnus.el (gnus-version-number): Bump.
17707
17708 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17709
17710         * gnus.el: No Gnus v0.2 is released.
17711
17712 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17713
17714         * gnus-agent.el (gnus-agent-read-agentview):
17715         Inline gnus-uncompress-range.
17716
17717 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17718
17719         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17720         `exec-installed-p'.
17721
17722 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17723
17724         * gnus.el (spam-process, spam-autodetect-methods):
17725         Add bsfilter and bsfilter-headers.
17726
17727         * spam.el (spam-bsfilter): New customize group.
17728         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17729         (spam-bsfilter-header, spam-bsfilter-probability-header)
17730         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17731         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17732         (spam-bsfilter-database-directory): New options.
17733         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17734         (spam-list-of-statistical-checks, spam-registration-functions):
17735         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17736         (spam-bsfilter-score): New command.
17737         (spam-check-bsfilter-headers, spam-check-bsfilter)
17738         (spam-bsfilter-register-with-bsfilter)
17739         (spam-bsfilter-register-spam-routine)
17740         (spam-bsfilter-unregister-spam-routine)
17741         (spam-bsfilter-register-ham-routine)
17742         (spam-bsfilter-unregister-ham-routine): New functions.
17743         (spam-generic-score): Support bsfilter; Accept an optional argument
17744         to recalcurate spam score even if scoring header has already been
17745         added.
17746         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17747         optional argument to recalcurate spam score even if scoring header
17748         has already been added.
17749
17750 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17751
17752         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17753         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17754         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17755         link is missing.
17756
17757 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17758
17759         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17760         (html2text-get-attr): Rewrite.
17761
17762         * message.el (message-setup-1): Remove redundant put-text-property
17763         on mail-header-separator.
17764
17765 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17766
17767         * gnus-registry.el (gnus-registry-cache-whitespace)
17768         (gnus-registry-action, gnus-registry-spool-action)
17769         (gnus-registry-split-fancy-with-parent): Change message levels
17770         from 5 to 3 or 7, as needed.
17771
17772         * spam.el (spam-summary-prepare-exit)
17773         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17774         (spam-split, spam-find-spam, spam-log-undo-registration)
17775         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17776         level from 5 to 6.
17777
17778 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17779
17780         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17781         2004-03-04 change).
17782
17783 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17784
17785         * sieve-manage.el (sieve-manage-open):
17786         * nnweb.el (nnweb-insert-html):
17787         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17788         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17789         * nnspool.el (nnspool-request-group):
17790         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17791         * nnml.el (nnml-request-update-info):
17792         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17793         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17794         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17795         (nnimap-request-set-mark):
17796         * nnfolder.el (nnfolder-request-update-info):
17797         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17798         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17799         * gnus-uu.el (gnus-uu-find-articles-matching):
17800         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17801         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17802         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17803         * gnus-nocem.el (gnus-nocem-scan-groups):
17804         * gnus-int.el (gnus-start-news-server):
17805         * gnus-group.el (gnus-group-make-kiboze-group)
17806         (gnus-group-browse-foreign-server):
17807         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17808         Use mapc when appropriate.
17809
17810 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17811
17812         FIXME: Make separate entries for each person.
17813
17814         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17815         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17816         <shields@msrl.com>:
17817
17818         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17819         may need for spam sorting and scoring.
17820         (spam-user-format-function-S): Add user format function suitable for
17821         general use.
17822         (spam-article-sort-by-spam-status): Add sorting function for summary
17823         sorting.
17824         (spam-extra-header-to-number): Add function to get a score from a
17825         header.
17826         (spam-summary-score): Add function to get a numeric score from the
17827         headers.
17828         (spam-generic-score): Fix function doc, was in wrong place.
17829         (spam-initialize): Take symbols when it's run, and install the
17830         extra headers that spam-necessary-extra-headers thinks we need.
17831
17832 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17833
17834         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17835         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
17836
17837 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17838
17839         * gnus-sum.el (gnus-set-global-variables)
17840         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17841         (gnus-article-get-xrefs, gnus-summary-best-group)
17842         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17843         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17844         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17845         Use with-current-buffer.
17846
17847 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17848
17849         * spam.el (spam-summary-prepare-exit): Simplify logic.
17850         (spam-fetch-article-header): Read the article header if it's not
17851         available.
17852         (spam-list-articles): Simplify logic.
17853         (spam-filelist-register-routine): Fix bug with unregister-list.
17854
17855         * gnus-registry.el: Fix comments at beginning.
17856
17857 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17858
17859         * message.el (message-cater-to-broken-inn): Remove.
17860         (message-shorten-references): Make sure the total folded length of
17861         References is shorter than 998 characters to cater to a bug in INN
17862         2.3.  Also, don't pretend that references aren't folded -- this
17863         hasn't worked for a while.
17864
17865 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17866
17867         * gnus-agent.el (gnus-agentize):
17868         gnus-agent-send-mail-real-function no longer set to current value
17869         of message-send-mail-function but rather a lambda that calls
17870         message-send-mail-function.  The change makes the agent real-time
17871         responsive to user changes to message-send-mail-function.
17872
17873 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17874
17875         * legacy-gnus-agent.el
17876         (gnus-agent-convert-to-compressed-agentview): Fix typos with
17877         help from Florian Weimer <fw@deneb.enyo.de>
17878
17879 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17880
17881         * nnmail.el (nnmail-cache-insert): Revert last change.
17882
17883 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17884
17885         * nnmail.el (nnmail-cache-insert): Always check whether
17886         nnmail-cache-ignore-groups matches a group name.
17887
17888 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17889
17890         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17891         (spam-find-spam, spam-log-processing-to-registry)
17892         (spam-log-registered-p, spam-log-unregistration-needed-p)
17893         (spam-log-undo-registration): Use gnus-message instead of
17894         gnus-error, none of these errors are fatal.
17895
17896         * gnus-registry.el (gnus-registry-clean-empty-function)
17897         (gnus-registry-clean-empty): Remove only empty entries without
17898         extra data.
17899
17900 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17901
17902         * spam-stat.el (spam-stat-buffer-change-to-spam)
17903         (spam-stat-buffer-change-to-non-spam): Change (error) to
17904         (gnus-message 8) invocation.
17905
17906 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17907
17908         * nntp.el (nntp-via-netcat-command): New variable.
17909         (nntp-via-netcat-switches): New variable.
17910         (nntp-open-via-rlogin-and-netcat): New function.
17911         (nntp-open-connection-function): Doc fix.
17912         (nntp-telnet-command): Doc fix.
17913         (nntp-end-of-line): Doc fix.
17914         (nntp-via-rlogin-command): Doc fix.
17915         (nntp-via-user-name): Doc fix.
17916         (nntp-via-address): Doc fix.
17917
17918 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17919
17920         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17921         error in Emacs 21.1.
17922
17923 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17924
17925         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17926
17927 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17928
17929         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17930         (gnus-agent-with-refreshed-group): New macro.
17931         (gnus-agent-rename-group): New function.
17932         (gnus-agent-delete-group): New function.
17933         (gnus-agent-save-group-info): Use gnus-command-method when
17934         `method' parameter is nil.  Don't write nil entries into the
17935         active file.
17936         (gnus-agent-get-group-info): New function.
17937         (gnus-agent-fetch-articles):
17938         Use gnus-agent-update-files-total-fetched-for to increment disk space
17939         used.
17940         (gnus-agent-fetch-headers, gnus-agent-save-alist):
17941         Use gnus-agent-update-view-total-fetched-for to increment disk space
17942         used.
17943         (gnus-agent-get-local): Add optional parameters to avoid calling
17944         gnus-group-real-name and gnus-find-method-for-group.
17945         (gnus-agent-set-local): Delete stored entry if either min, or max,
17946         are nil.
17947         (gnus-agent-fetch-session): Reworded error/quit messages.
17948         On quit, use gnus-agent-regenerate-group to record existance of any
17949         articles fetched to disk before the quit occurred.
17950         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17951         gnus-agent-update-view-total-fetched-for, and
17952         gnus-agent-update-files-total-fetched-for to decrement disk space
17953         used.
17954         (gnus-agent-retrieve-headers):
17955         Use gnus-agent-update-view-total-fetched-for to increment disk space
17956         used.
17957         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17958         with gnus-agent-update-files-total-fetched-for to decrement disk
17959         space and fresh group buffer.
17960         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17961         (gnus-agent-need-update-total-fetched-for): New variable.
17962         (gnus-agent-update-files-total-fetched-for): New function.
17963         (gnus-agent-update-view-total-fetched-for): New function.
17964         (gnus-agent-total-fetched-for): New function.
17965
17966         * gnus-cache.el (gnus-cache-save-buffers):
17967         Use gnus-cache-update-overview-total-fetched-for to change disk space
17968         used by this group.
17969         (gnus-cache-possibly-enter-article):
17970         Use gnus-cache-update-file-total-fetched-for to increment disk space
17971         used by this group.
17972         (gnus-cache-possibly-remove-article):
17973         Use gnus-cache-update-file-total-fetched-for to decrement disk space
17974         used by this group.
17975         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17976         (gnus-cache-rename-group): New function.
17977         (gnus-cache-delete-group): New function.
17978         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17979         (gnus-cache-need-update-total-fetched-for): New variable.
17980         (gnus-cache-with-refreshed-group): New macro.
17981         (gnus-cache-update-file-total-fetched-for): New function.
17982         (gnus-cache-update-overview-total-fetched-for): New function.
17983         (gnus-cache-rename-group-total-fetched-for): New function.
17984         (gnus-cache-delete-group-total-fetched-for): New function.
17985         (gnus-cache-total-fetched-for): New function.
17986
17987         * gnus-group.el: Require gnus-sum and autoload functions to
17988         resolve warnings when gnus-group.el compiled alone.
17989         (gnus-group-line-format): Documented new %F.
17990         (size of Fetched data) group line format; identifies disk space
17991         used by agent and cache.
17992         (gnus-group-line-format-alist): Defined new F format.
17993         (gnus-total-fetched-for): New function.
17994         (gnus-group-delete-group): No longer update
17995         gnus-cache-active-altered as gnus-request-delete-group now keeps
17996         the cache in sync.
17997         (gnus-group-list-active): Let the agent store a server's active
17998         list if currently plugged.
17999
18000         * gnus-int.el (gnus-request-delete-group):
18001         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18002         local disk in sync with the server.
18003         (gnus-request-rename-group):
18004         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18005         local disk in sync with the server.
18006
18007         * gnus-start.el (gnus-get-unread-articles):
18008         Cosmetic simplification to logic.
18009
18010         * gnus-util.el (gnus-rename-file): New function.
18011
18012 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18013
18014         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18015
18016 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18017
18018         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18019         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18020
18021 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18022
18023         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18024         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18025
18026 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18027
18028         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18029
18030 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18031
18032         * spam.el (spam-set-difference): Add function to replace
18033         gnus-set-difference in spam.el.
18034         (spam-summary-prepare-exit): Use spam-set-difference.
18035
18036 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18037
18038         * gnus-registry.el (gnus-registry-cache-file): Update to use
18039         gnus-dribble-directory OR gnus-home-directory OR ~.
18040         (gnus-registry-split-fancy-with-parent): Fix doc.
18041
18042 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18043
18044         * message.el (message-exchange-point-and-mark):
18045         Use message-mark-active-p.  Suggested by Jesper Harder
18046         <harder@ifa.au.dk>.
18047
18048 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18049
18050         * message.el (message-exchange-point-and-mark): Don't activate
18051         region if it was inactive.  Suggested by Hiroshi Fujishima
18052         <pooh@nature.tsukuba.ac.jp>.
18053
18054 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18055
18056         * gnus-art.el (article-display-face): Display Faces in the same
18057         order as X-Faces.
18058
18059 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18060
18061         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18062
18063 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18064
18065         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18066         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18067         (gnus-article-mime-hierarchy): Remove.
18068         (gnus-article-mime-hierarchy-next): Remove.
18069         (gnus-article-mode): Revert 2004-03-19 change.
18070         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18071         (gnus-insert-mime-button): Revert 2004-03-19 change.
18072         (gnus-mime-accumulate-hierarchy): Remove.
18073         (gnus-mime-enter-multipart): Remove.
18074         (gnus-mime-leave-multipart): Remove.
18075         (gnus-mime-display-part): Revert 2004-03-19 change.
18076         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18077
18078         * mml.el (mml-preview): Revert 2004-03-19 change.
18079
18080 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18081
18082         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18083
18084 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18085
18086         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18087         t while entering a file name using the mm-with-multibyte macro.
18088         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18089
18090         * mm-util.el (mm-with-multibyte): New macro.
18091
18092 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18093
18094         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18095         New user option.
18096         (gnus-mime-multipart-functions): Doc and customization fix.
18097         (gnus-article-mime-hierarchy): New variable.
18098         (gnus-article-mime-hierarchy-next): New variable.
18099         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18100         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18101         gnus-article-mime-hierarchy-next to nil.
18102         (gnus-insert-mime-button): Show hierarchy numbers.
18103         (gnus-mime-accumulate-hierarchy): New function.
18104         (gnus-mime-enter-multipart): New function.
18105         (gnus-mime-leave-multipart): New function.
18106         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18107         (gnus-mime-display-alternative): Show hierarchy numbers.
18108
18109         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18110         gnus-article-mime-hierarchy-next to nil.
18111
18112 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18113
18114         * dns.el: Don't require gnus-xmas.
18115
18116 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18117
18118         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18119         inline PGP.
18120         (mml-menu): Disable mml-quote-region if mark is inactive.
18121
18122 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18123
18124         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18125         when the group's active is not available.
18126
18127 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18128
18129         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18130         error.
18131
18132 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18133
18134         * imap.el (imap-store-password): New variable.
18135         (imap-interactive-login): Use it.
18136         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18137
18138 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18139
18140         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18141         window-start and hscroll to summary window.
18142
18143 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18144
18145         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18146         conversion message to newsrc-dribble when an actual conversion is
18147         performed.
18148
18149 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18150
18151         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18152
18153 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18154
18155         * mm-decode.el (mm-complicated-handles): New function reviving
18156         former definition of mm-multiple-handles.
18157
18158         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18159         (gnus-mime-delete-part): Use it.
18160
18161 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18162
18163         * gnus-agent.el (gnus-agent-read-local):
18164         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18165         avoid the implicit assumption that they will always be equal.
18166         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18167         coding-system-for-write, as the with-temp-file macro first prints
18168         to a buffer then saves the buffer.
18169
18170 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18171
18172         * gnus-art.el (gnus-article-edit-part): New function.
18173         (gnus-mime-save-part-and-strip): Use it; do query instead of
18174         signaling an error; don't use mm-multiple-handles.
18175         (gnus-mime-delete-part): Ditto.
18176
18177 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18178
18179         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18180         old file versions.
18181         (gnus-group-prepare-hook): Remove function that converted list
18182         form of gnus-agent-expire-days to group properties.
18183
18184         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18185         (gnus-request-accept-article): Re-indented.
18186
18187         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18188         converters to handle old agent file formats.  Add logic for a
18189         "backup before upgrading warning".
18190         (gnus-convert-mark-converter-prompt): Developers can mark
18191         functions as needing (default), or not needing,
18192         gnus-convert-old-newsrc's "backup before upgrading warning".
18193         (gnus-convert-converter-needs-prompt): Tests whether the user
18194         should be protected from potentially irreversable changes by the
18195         function.
18196
18197         * legacy-gnus-agent.el: New.  Provides converters that are only
18198         loaded when gnus-convert-old-newsrc needs to call them.
18199
18200 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18201
18202         * mail-source.el (mail-source-touch-pop): Doc fix.
18203
18204         * message.el (message-smtpmail-send-it): Doc fix.
18205
18206 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18207
18208         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18209
18210         * nnmail.el (nnmail-split-fancy): do.
18211
18212         * gnus-kill.el (gnus-kill, gnus-execute): do.
18213
18214 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18215
18216         * gnus-sum.el (gnus-widget-reversible-match)
18217         (gnus-widget-reversible-to-internal)
18218         (gnus-widget-reversible-to-external): New functions.
18219         (gnus-widget-reversible): New widget.
18220         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18221
18222 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18223
18224         * gnus-sum.el (gnus-thread-sort-functions)
18225         (gnus-article-sort-functions): Document `(not F)' items.
18226
18227 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18228
18229         * spam.el (spam-use-gmane-xref): Add new backend.
18230         (spam-gmane-xref-spam-group): Add variable to control the name of the
18231         Gmane spam group.
18232         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18233         (spam-regex-headers-spam, spam-regex-headers-ham)
18234         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18235         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18236         backends and checks.
18237         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18238
18239         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18240         an autodetect method.
18241
18242 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18243
18244         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18245         articles are being added to a group.
18246         (gnus-request-replace-article): Inform the agent that articles
18247         need to be uncached as the cached contents are no longer valid.
18248
18249 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18250
18251         * binhex.el: Don't autoload executable-find.
18252
18253         * canlock.el: Don't autoload mail-fetch-field.
18254
18255         * dgnushack.el: Autoload c-mode for XEmacs.
18256
18257         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18258
18259         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18260         rmail-dont-reply-to and rmail-output.
18261
18262         * gnus-score.el: Don't autoload ffap-string-at-point.
18263
18264         * gnus-setup.el: Don't autoload sc-cite-original.
18265
18266         * imap.el: Don't autoload base64-decode-string,
18267         base64-encode-string and md5.
18268
18269         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18270         and rmail-msg-restore-non-pruned-header.
18271
18272         * mm-decode.el: Don't autoload executable-find.
18273
18274         * mm-url.el: Don't autoload executable-find.
18275
18276         * mm-view.el: Don't autoload diff-mode.
18277
18278         * nndb.el: Don't autoload news-reply-mode, news-setup,
18279         cancel-timer and telnet.
18280
18281         * password.el: Don't autoload run-at-time for Emacs.
18282
18283         * sha1-el.el: Don't autoload executable-find.
18284
18285         * sieve-mode.el: Don't autoload c-mode.
18286
18287         * uudecode.el: Don't autoload executable-find.
18288
18289 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18290
18291         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18292         (gnus-agent-possibly-alter-active): Avoid null in numeric
18293         comparison.
18294         (gnus-agent-set-local): Refuse to save null in local object table.
18295         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18296         list of articles that will be marked as unread.
18297
18298 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18299
18300         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18301
18302 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18303
18304         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18305         language tags.
18306
18307 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18308
18309         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18310         Don't bind "obarray".
18311
18312         * gnus-sum.el (gnus-thread-sort-functions):
18313         Add `gnus-thread-sort-by-most-recent-number' and
18314         `gnus-thread-sort-by-most-recent-date'.
18315         Reported by Kai Grossjohann <kai@emptydomain.de>.
18316
18317 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18318
18319         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18320
18321 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18322
18323         * gnus-cus.el (gnus-agent-customize-category):
18324         Remove ignore-errors macro reference that required cl to be loaded at
18325         run-time.
18326
18327         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18328         single-interval range of the form (min . max).  Previously the
18329         range had to look like ((min . max)).  Likewise, return
18330         (min . max) rather than ((min . max)).
18331         (gnus-range-map): Use gnus-range-normalize to accept
18332         single-interval range.
18333
18334         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18335         the cache, but not the agent, now appear with their usual face.
18336
18337         * dgnushack.el (loaddir): New variable that is bound to the
18338         directory containing the dgnushack.el file. Use loaddir, rather
18339         than srcdir, to update load-path. Change lets dgnushack compile
18340         code in directories other than GNUS/lisp.
18341
18342 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18343
18344         * lpath.el: Don't bind w3m-safe-url-regexp.
18345
18346         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18347         w3m-safe-url-regexp variable buffer-local.
18348
18349         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18350
18351 2004-02-27  Simon Josefsson  <jas@extundo.com>
18352
18353         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18354         gnus-group-real-prefix.
18355         (gnus-summary-move-article): Use it, instead of
18356         gnus-group-real-prefix.
18357
18358 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18359
18360         * lpath.el: Bind w3m-safe-url-regexp.
18361
18362         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18363         w3m-safe-url-regexp variable buffer-local and set it as the value
18364         of mm-w3m-safe-url-regexp.
18365
18366         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18367
18368         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18369         parsing gnus-posting-styles when the message is not for replying.
18370
18371         * dgnushack.el: Autoload sgml-mode for XEmacs.
18372
18373         * nnrss.el (nnrss-opml-export):
18374         Use mm-set-buffer-file-coding-system instead of
18375         set-buffer-file-coding-system.
18376
18377 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18378
18379         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18380         of checkdoc.el).
18381         * nnrss.el: do.
18382         * gnus-mlspl.el: do.
18383         * gnus-ml.el: do.
18384         * gnus-srvr.el: do.
18385
18386         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18387
18388 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18389
18390         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18391         Corrections to custom-manual links.
18392
18393         * gnus-art.el (gnus-article): Ditto.
18394
18395         * mm-decode.el (mime-display, mime-security): Ditto.
18396
18397 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18398
18399         * flow-fill.el: Typo.
18400
18401 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18402
18403         * spam-wash.el: New file.
18404
18405 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18406
18407         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18408
18409 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18410
18411         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18412         to be run with new-articles as LIST1, not LIST2.
18413         (spam-registration-functions): Add spam-use-ham-copy as a nil
18414         registration backend.
18415
18416 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18417
18418         * spam-stat.el (spam-stat-washing-hook): New option.
18419         (spam-stat-buffer-words): Use it.
18420         (spam-stat-process-directory, spam-stat-test-directory):
18421         Use insert-file-contents-literally.
18422         (spam-stat-coding-system): New variable.
18423         (spam-stat-load, spam-stat-save): Use it.
18424
18425 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18426
18427         * spam-report.el (spam-report-plug-agent):
18428         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18429
18430 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18431
18432         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18433         Allow / in mailto URLs.
18434
18435 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18436
18437         * spam-report.el (spam-report-process-queue): Fix interactive use.
18438         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18439         (spam-report-unplug-agent): Doc fixes.
18440         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18441         (spam-report-agentize, spam-report-deagentize): Autoload.
18442
18443 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18444
18445         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18446
18447         * message.el (message-setup-fill-variables): Add mml tags to
18448         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18449         <ajk@iu.edu>.
18450         (message-mode): Don't modify paragraph-separate there.
18451
18452 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18453
18454         * compface.el (uncompface-use-external): Default to undecided.
18455         (uncompface-use-external-threshold): New variable.
18456         (uncompface-float-time): New macro.
18457         (uncompface): Determine whether to use the external decoder if
18458         uncompface-use-external is undecided.
18459
18460 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18461
18462         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18463         after images.
18464
18465         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18466
18467 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18468
18469         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18470
18471         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18472
18473         * gnus-sum.el (gnus-summary-limit-to-age)
18474         (gnus-summary-limit-children): do.
18475
18476         * gnus-int.el (gnus-request-scan): do.
18477
18478         * gnus-group.el (gnus-group-suspend): do.
18479
18480         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18481
18482         * gnus-cite.el (gnus-cite-parse-attributions): do.
18483
18484         * gnus-agent.el (gnus-summary-set-agent-mark)
18485         (gnus-agent-regenerate-group): do.
18486
18487         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18488
18489         * binhex.el (binhex-decode-region-internal): do.
18490
18491 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18492
18493         * gnus-fun.el (gnus-face-properties-alist): New user option.
18494         (gnus-display-x-face-in-from): Use it.
18495
18496         * gnus-art.el (article-display-face): Ditto.
18497
18498         * compface.el (uncompface-use-external): Default to nil.
18499
18500 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18501
18502         * nntp.el (nntp-erase-buffer): New function.
18503         (nntp-retrieve-data, nntp-send-command)
18504         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18505         (nntp-possibly-change-group): Use it.
18506
18507         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18508         Use with-current-buffer.
18509
18510 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18511
18512         * compface.el: Merge the ELisp-based uncompface program.
18513         (compface): New customization group.
18514         (uncompface-use-external): New user option.
18515         (uncompface): Call uncompface-internal if uncompface-use-external
18516         is nil.
18517         (uncompface-internal): New function.  Note that there are also
18518         some other functions and variables added for this function.
18519
18520 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18521
18522         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18523         if necessary.
18524
18525 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18526
18527         * spam-report.el (spam-report-unplug-agent)
18528         (spam-report-plug-agent, spam-report-deagentize)
18529         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18530         Add support for the Agent in spam-report: when unplugged, report to a
18531         file; when plugged, submit all the requests.
18532
18533         * spam.el (spam-register-routine): Fix message about
18534         registration.
18535
18536 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18537
18538         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18539         dependencies.
18540         (rfc2047-encode): Use it.
18541
18542         * gnus-art.el (gnus-button-marker-list): Move before first
18543         reference.
18544
18545         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18546         (imap-parse-body): Fix format string mismatch.
18547
18548         * gnus-score.el (gnus-summary-increase-score): do.
18549
18550         * nnrss.el (nnrss-close): New function.
18551
18552 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18553
18554         * nnrss.el (nnrss-make-filename): New function.
18555         (nnrss-request-delete-group, nnrss-read-server-data)
18556         (nnrss-save-server-data, nnrss-read-group-data)
18557         (nnrss-save-group-data): Use it.
18558         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18559         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18560         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18561
18562 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18563
18564         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18565
18566 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18567
18568         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18569         files.
18570
18571         * message.el (message-generate-headers-first): Don't quote nil
18572         and t in docstrings.
18573
18574         * imap.el (imap-id): do.
18575
18576         * gnus-agent.el (gnus-agent-consider-all-articles)
18577         (gnus-agent-queue-mail): do.
18578
18579 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18580
18581         * spam-report.el (spam-report-process-queue): New function.
18582         Process requests from `spam-report-requests-file'.
18583         (spam-report-process-queue): Doc fix.
18584
18585 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18586
18587         * spam.el (spam-register-routine)
18588         (spam-log-processing-to-registry, spam-log-registered-p)
18589         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18590         Change "check" to "spam-check" for semi-clarity.
18591
18592 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18593
18594         * pop3.el: Require nnheader.
18595
18596         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18597
18598         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18599
18600         * gnus-picon.el: Require cl.
18601
18602         * gnus-fun.el: Require gnus-ems and gnus-util.
18603
18604         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18605
18606         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18607
18608         * gnus-art.el (gnus-article-edit-mode): Define before first
18609         reference.
18610
18611 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18612
18613         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18614         (gnus-uu-post-encoded): Use point-at-bol.
18615
18616         * gnus-topic.el (gnus-group-active-topic-p): do.
18617
18618         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18619
18620         * gnus-group.el (gnus-group-kill-region): do.
18621
18622         * gnus-art.el (article-date-ut): do.
18623
18624         * message.el (message-fetch-field): Remove redundant
18625         case-fold-search binding.
18626         (message-narrow-to-field): Simplify.
18627
18628 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18629
18630         * spam.el (spam-directory): Derive from `gnus-directory'.
18631
18632         * spam-report.el (spam-report-url-to-file)
18633         (spam-report-requests-file): New function and variable for offline
18634         reporting.
18635         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18636         and user defined function.
18637         (spam-report-url-ping-mm-url): Remove doubled slash.
18638
18639 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18640
18641         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18642
18643 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18644
18645         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18646         Fix format string mismatch.
18647
18648         * sieve.el (sieve-deactivate-all): do.
18649
18650         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18651
18652         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18653
18654         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18655
18656         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18657
18658 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18659
18660         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18661         the list of checks.
18662
18663 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18664
18665         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18666         padding.
18667
18668 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18669
18670         * mm-view.el (mm-fill-flowed): New variable.
18671         (mm-inline-text): Use it.
18672
18673 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18674
18675         * spam.el (spam-spamassassin-register-ham-routine)
18676         (spam-spamassassin-register-spam-routine): Fix function names.
18677
18678 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18679
18680         * gnus.el (gnus-tmp-grouplens): Remove.
18681         (gnus-summary-line-format): Remove grouplens.
18682
18683         * gnus-group.el (gnus-group-line-format): Ditto.
18684
18685         * gnus-spec.el (gnus-format-specs): Ditto.
18686         (gnus-update-format-specifications): Flush the group format spec
18687         cache if there's the grouplens stuff.
18688         (gnus-parse-simple-format): Replace %l with the empty string.
18689
18690 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18691
18692         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18693         omission.
18694
18695 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18696
18697         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18698         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18699
18700 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18701
18702         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18703         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18704         New macros and functions.
18705         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18706         Handle > NLINK_MAX messages.
18707         * nnmaildir.el (nnmaildir-request-set-mark):
18708         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18709
18710 2004-01-25  Alex Schroeder  <alex@gnu.org>
18711
18712         * spam-stat.el (spam-stat-process-directory-age): New option.
18713         (spam-stat-process-directory): Use it.
18714
18715 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18716
18717         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18718         (spam-stat-save): Accept prefix argument.
18719
18720 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18721
18722         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18723         links" error.
18724
18725 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18726
18727         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18728         the rest of the and/or forms.
18729
18730 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18731
18732         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18733         compatibility with old .newsrc.eld files.
18734
18735         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18736
18737         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18738
18739         * gnus-start.el (gnus-1): do.
18740
18741         * gnus-group.el (gnus-group-line-format-alist): do.
18742
18743         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18744
18745         * gnus-gl.el: Remove.
18746
18747 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18748
18749         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18750         marks consisting of a single range {for example, (3 . 5)} rather
18751         than a list of a single range { ((3 . 5)) }.
18752
18753 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18754
18755         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18756         Use with-current-buffer.
18757         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18758         avoid consing a string.
18759
18760         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18761         Remove obsolete entries for big5 and gb2312.
18762
18763 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18764
18765         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18766         uncompressed list.
18767
18768 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18769
18770         * spam-stat.el (spam-stat-strip-xref): New function.
18771         (spam-stat-process-directory): Use it.
18772
18773         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18774         here -- it's done in message-fetch-field.
18775
18776 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18777
18778         * gnus-agent.el (gnus-agent-queue-mail)
18779         (gnus-agent-prompt-send-queue): New variables.
18780         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18781         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18782         "nndraft:queue" along to gnus-draft-send.
18783         Use gnus-agent-prompt-send-queue.
18784         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18785         is "nndraft:queue".  Suggested by Gaute Strokkenes
18786         <gs234@srcf.ucam.org>
18787
18788         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18789         (agent-enable-undownloaded-faces): Add.
18790         (gnus-agent-cat-groups): Use eval-and-compile, not
18791         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18792         method of gnus-agent-cat-groups even when the buffer has been
18793         evaled.
18794         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18795         delete gnus-agent-save-active-1.
18796         (gnus-agent-save-groups): Delete.  Identical to
18797         gnus-agent-save-active.
18798         (gnus-agent-write-active): No longer adjust agent's copy of active
18799         file as agent's adjustments are now stored in their own
18800         file.  Remove optional parameter.
18801         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18802         servers.  Add use of min/max range limits from server's local
18803         file.
18804         (gnus-agent-save-alist): Remove unused optional argument.
18805         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18806         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18807         (gnus-agent-set-local): A per-server file that keeps min/max range
18808         limits for articles known to the agent.  Provides a fast mechanism
18809         for altering many active ranges.
18810         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18811         active file (local makes it unnecessary).
18812         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18813
18814         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18815         (agent-enable-undownloaded-faces): Add.
18816
18817         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18818         disable it when sending to "nndraft:queue".
18819         (gnus-group-send-queue): Add safety check to avoid sending queue
18820         when unplugged.
18821
18822         * gnus-group.el (gnus-group-catchup): Use new
18823         gnus-sequence-of-unread-articles, not
18824         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18825         numbers of articles.  Use gnus-range-map to avoid having to
18826         uncompress the unread list.
18827         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18828         Fix invalid ange-ftp reference.
18829
18830         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18831         (gnus-sorted-range-intersection): Intersection of two ranges
18832         without requiring that they first be uncompressed.
18833
18834         * gnus-start.el (gnus-activate-group): Unless blocked by the
18835         caller, possibly expand the active range to include both cached
18836         and agentized articles.
18837         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18838         multiple version-dependent converters.
18839         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18840         gnus-agent-save-active.
18841         (gnus-save-newsrc-file): Save dirty agent range limits.
18842
18843         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18844         gnus-agent-possibly-alter-active.
18845         (gnus-adjust-marked-articles): Faster handling of simple lists.
18846
18847 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18848
18849         * spam-stat.el (spam-stat-test-directory): New optional argument
18850         displays a list of files detected.  Suggested by Andrew Cohen
18851         <cohen@andy.bu.edu>.
18852         (spam-stat-buffer-words-with-scores): Don't narrow and change
18853         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18854
18855 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18856
18857         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18858         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18859         (spam-spamassassin-arguments)
18860         (spam-spamassassin-spam-flag-header)
18861         (spam-spamassassin-positive-spam-flag-header)
18862         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18863         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18864         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18865         (spam-list-of-processors, spam-list-of-checks)
18866         (spam-list-of-statistical-checks, spam-registration-functions)
18867         (spam-check-spamassassin-headers, spam-check-spamassassin)
18868         (spam-spamassassin-score)
18869         (spam-spamassassin-register-with-sa-learn)
18870         (spam-spamassassin-register-spam-routine)
18871         (spam-spamassassin-register-ham-routine)
18872         (spam-assassin-register-spam-routine)
18873         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18874         (spam-bogofilter-score): Fix to show article before scoring.
18875
18876 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18877
18878         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18879         default scoring function.
18880         (spam-generic-score): Call spam-spamassassin-score if
18881         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18882         spam-bogofilter-score otherwise.
18883
18884         * gnus.el (spam-process, spam-autodetect-methods):
18885         Add spamassassin and spamassassin-headers.
18886
18887 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18888
18889         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18890         Suppress unnecessary messages.
18891
18892 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18893
18894         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18895         make-hash-table.
18896
18897 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18898
18899         * canlock.el (base64-encode-string): Don't autoload it.
18900
18901 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18902
18903         * run-at-time.el: Remove useless (require 'itimer),
18904         eval-and-compile and (featurep 'xemacs).
18905
18906 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18907
18908         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18909         GROUP is a virtual group.
18910
18911 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18912
18913         * gnus.el: Autoload `message-y-or-n-p'.
18914
18915 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18916
18917         * pgg-parse.el: Remove unnecessary (require 'custom).
18918
18919         * pgg-def.el: do.
18920
18921         * nnmail.el: do.
18922
18923         * gnus-undo.el: do.
18924
18925         * gnus-picon.el: do.
18926
18927         * gnus-util.el: do.
18928
18929 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18930
18931         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18932
18933 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18934
18935         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18936         handle, as well as a list.
18937
18938         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18939         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18940         (mm-w3m-cid-retrieve): Simplify.
18941
18942 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18943
18944         * message.el (message-kill-to-signature): Allow prefix arg to
18945         specify number of lines to keep before signature.
18946
18947 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18948
18949         * message.el (message-kill-to-signature): Change docstring.
18950
18951 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18952
18953         * canlock.el: Always require sha1-el.
18954         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18955
18956         * message.el: Autoload sha1 only when compiling.
18957
18958         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18959         eudc-expand-inline for XEmacs.
18960
18961 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18962
18963         * message.el (message-canlock-generate): Require sha1-el.
18964
18965 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18966
18967         * message.el (message-expand-name): Silence the byte compiler.
18968
18969         * lpath.el: Add detect-coding-system.
18970
18971         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18972         cus-edit.
18973
18974 2004-01-13  Simon Josefsson  <jas@extundo.com>
18975
18976         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18977         Invoke gnus-score-mode.
18978         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
18979
18980         * gnus-range.el (gnus-compress-sequence): Doc fix.
18981         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
18982
18983 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18984
18985         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18986
18987 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18988
18989         * spam.el (spam-get-article-as-string): Update to use
18990         gnus-request-article-this-buffer, much simpler.
18991         (spam-get-article-as-buffer): Remove.
18992
18993 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18994
18995         * message.el (message-expand-name): Use EUDC if the user uses that.
18996
18997 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18998
18999         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19000         character for the encoding to avoid consing a string.
19001
19002         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19003         unnecessarily.
19004
19005         * mm-util.el (mm-replace-chars-in-string): Remove.
19006
19007         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19008         of mm-replace-chars-in-string.
19009
19010 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19011
19012         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19013
19014         * mm-util.el (mm-subst-char-in-string): Support inplace.
19015
19016         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19017         a new string in every iteration.  Use shy groups.
19018
19019 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19020
19021         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19022         * gnus-soup.el (gnus-soup-group-brew):
19023         * gnus-msg.el (gnus-put-message):
19024         * gnus-move.el (gnus-group-move-group-to-server):
19025         * gnus-kill.el (gnus-batch-score):
19026         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19027         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19028         (gnus-group-update-group, gnus-group-read-group)
19029         (gnus-group-make-group, gnus-group-make-help-group)
19030         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19031         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19032         (gnus-group-sort-by-unread, gnus-group-catchup)
19033         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19034         (gnus-group-yank-group, gnus-group-set-info)
19035         (gnus-group-list-groups):
19036         * gnus.el (gnus-generate-new-group-name):
19037         * gnus-delay.el (gnus-delay-send-queue):
19038         * nnvirtual.el (nnvirtual-catchup-group):
19039         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19040         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19041         (gnus-group-prepare-topics, gnus-topic-check-topology):
19042         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19043         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19044         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19045         (gnus-group-make-articles-read):
19046         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19047         (gnus-group-change-level, gnus-kill-newsgroup)
19048         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19049         (gnus-get-unread-articles, gnus-make-articles-unread)
19050         (gnus-make-ascending-articles-unread): Use accessor
19051         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19052         to get group information for improved readability.
19053
19054
19055 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19056
19057         * gnus-art.el (article-decode-mime-words, article-babel)
19058         (gnus-article-highlight-signature, gnus-article-add-buttons)
19059         (gnus-signature-toggle): Use gnus-with-article-buffer.
19060
19061         * gnus-art.el (gnus-article-highlight-headers)
19062         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19063
19064         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19065         (gnus-article-set-globals, gnus-request-article-this-buffer)
19066         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19067         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19068         (gnus-mime-display-alternative): Use with-current-buffer.
19069
19070 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19071
19072         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19073         also under 80 char limit, and call gnus-error if needed.
19074         (spam-fetch-article-header): Fix - it was a
19075         buffer-local variable (gnus-newsgroup-data).
19076         (spam-find-spam): Use spam-generate-fake-headers, forget about
19077         spam-insert-fake-headers.
19078         (spam-insert-fake-headers): Remove.
19079
19080 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19081
19082         * deuglify.el (gnus-article-outlook-unwrap-lines)
19083         (gnus-outlook-rearrange-article)
19084         (gnus-outlook-repair-attribution-outlook)
19085         (gnus-outlook-repair-attribution-block)
19086         (gnus-outlook-repair-attribution-other): Remove redundant
19087         save-excursion.
19088
19089 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19090
19091         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19092         (spam-fetch-field-subject-fast)
19093         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19094         (spam-fetch-article-header): Add functions to deal with Gnus
19095         internals for fast retrieval of article header data.
19096         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19097
19098 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19099
19100         * pop3.el (pop3-md5): Remove.
19101         (pop3-apop): Replace pop3-md5 with md5.
19102
19103         * mm-bodies.el: base64 is always built-in.
19104
19105         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19106         Use with-current-buffer.
19107
19108 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19109
19110         * canlock.el (canlock-insert-header): Remove excessive grouping in
19111         regexp.
19112
19113         * gnus-sum.el (gnus-summary-read-document): Ditto.
19114
19115         * gnus-uu.el (gnus-uu-part-number): Ditto.
19116
19117         * html2text.el (html2text-remove-tags): Ditto.
19118         (html2text-format-tags): Ditto.
19119         (html2text-format-single-elements): Ditto.
19120
19121         * mml.el (mml-parse-1): Ditto.
19122
19123 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19124
19125         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19126
19127         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19128
19129         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19130
19131         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19132
19133 2003-11-15  Simon Josefsson  <jas@extundo.com>
19134
19135         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19136         (pgg-gpg-lookup-key): Use regexp match instead of
19137         split-string (split-string is different between emacs 21.2 and
19138         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19139
19140 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19141
19142         * gnus-art.el (gnus-mime-view-all-parts)
19143         (gnus-article-part-wrapper, gnus-article-view-part):
19144         Use with-current-buffer.
19145
19146 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19147
19148         * spam.el (spam-disable-spam-split-during-ham-respool)
19149         (spam-spamoracle-database, spam-cache-lookups)
19150         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19151         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19152         (spam-group-ham-marks, spam-group-spam-marks)
19153         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19154         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19155         also add spam-use-blackholes to the statistical checks.
19156         (spam-fetch-field-fast): Add interface to fetching fields, may
19157         become a macro.
19158         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19159         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19160         (spam-insert-fake-headers): Fake an article when needed.
19161         (spam-find-spam): Fake article when possible.
19162         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19163         (spam-check-bogofilter-headers): Use message-fetch-field instead
19164         of nnmail-fetch-field.
19165
19166 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19167
19168         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19169
19170 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19171
19172         * spam.el (spam-split): Do not require spam-use-CHECK to be
19173         enabled if that check is passed to spam-split explicitly; also
19174         fix so 'spam doesn't get converted to spam-split-group when
19175         spam-split-symbolic-return is t.
19176         (spam-find-spam): Find registrations of the article and use those
19177         instead of re-running spam-split to find the spam/ham
19178         classification of the article.
19179         (spam-log-processing-to-registry, spam-log-registered-p)
19180         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19181         Use gnus-error instead of gnus-message.
19182         (spam-log-registration-type): Add function to determine the
19183         classification of a message based on registry entries; will
19184         return nil if both 'spam and 'ham are found.
19185         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19186         a reasonably fast local cache without the loading errors.
19187         (spam-cache-lookups): Set to t by default.
19188         (spam-find-spam): Don't try to guess spam-cache-lookups.
19189         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19190         spam-caches entry.
19191         (spam-filelist-build-cache, spam-filelist-check-cache):
19192         Fix caching of whitelist/blacklist entries.
19193         (spam-check-whitelist, spam-check-blacklist):
19194         Invoke spam-from-listed-p with a type, not a cache variable.
19195         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19196
19197 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19198
19199         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19200
19201         * nnmail.el (nnmail-split-fancy): do.
19202
19203         * mml.el (mml-parse): do.
19204
19205         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19206         (gnus-score-adaptive): do.
19207
19208 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19209
19210         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19211         (gnus-mime-button-map): Don't set keymap parent.
19212         (gnus-button-ctan-directory-regexp): Use shy grouping.
19213         (gnus-prev-page-map): Don't set keymap parent.
19214         (gnus-prev-page-map): Remove duplicated one.
19215         (gnus-next-page-map): Don't set keymap parent.
19216         (gnus-mime-security-button-map): Ditto.
19217
19218         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19219         version number.
19220
19221         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19222
19223 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19224
19225         * canlock.el (canlock-sha1-function): Remove.
19226         (canlock-sha1-function-for-verify): Remove.
19227         (canlock-openssl-program): Remove.
19228         (canlock-openssl-args): Remove.
19229         (canlock-ignore-errors): Remove.
19230         (canlock-sha1-with-openssl): Remove.
19231         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19232         (canlock-verify): Don't use canlock-ignore-errors.
19233
19234         * sha1-el.el (sha1-string-external): Make it can return a string
19235         in binary form.
19236         (sha1-region-external): Ditto.
19237         (sha1-string-internal): Ditto.
19238         (sha1-region-internal): Ditto.
19239         (sha1-region): Ditto.
19240         (sha1-string): Ditto.
19241         (sha1): Ditto.
19242
19243 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19244
19245         * spam.el (spam-report-articles-gmane): New command.
19246
19247 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19248
19249         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19250
19251         * run-at-time.el (run-at-time-saved): Remove.
19252         (run-at-time): Doc fix.
19253
19254 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19255
19256         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19257         (gnus-summary-limit-map): Add it.
19258         (gnus-summary-make-menu-bar): do.
19259
19260 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19261
19262         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19263         Make attempt at some caching support (done for BBDB only now).
19264         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19265         addresses to be checked.
19266         (spam-clear-cache-BBDB): Add function, to be invoked by
19267         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19268         (spam-check-BBDB): Check and use the caches, if
19269         spam-cache-lookups is on, remove superfluous (provide).
19270
19271 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19272
19273         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19274
19275 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19276
19277         * run-at-time.el (run-at-time-saved): Move to after the definition
19278         of `run-at-time'.
19279
19280         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19281
19282 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19283
19284         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19285         mm-w3m-local-map-property.
19286
19287         * mm-view.el (mm-w3m-mode-map): Remove.
19288         (mm-w3m-local-map-property): Remove.
19289         (mm-inline-text-html-render-with-w3m): Don't use
19290         mm-w3m-local-map-property.
19291
19292 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19293
19294         * run-at-time.el: New file.
19295
19296         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19297         under Emacs.
19298
19299         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19300         of gnus-set-text-properties.
19301
19302         * gnus-uu.el (gnus-uu-save-article): Ditto.
19303
19304         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19305
19306         * gnus-cite.el (gnus-cite-parse): Ditto.
19307
19308         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19309         of gnus-.
19310
19311         * gnus-xmas.el (run-at-time): Require run-at-time.
19312
19313         * gnus.el: Change calls to nnheader-run-at-time and
19314         password-run-at-time throughout to use run-at-time directly.
19315
19316         * password.el: Remove definition of run-at-time.
19317
19318         * nnheaderxm.el: Remove definition of run-at-time.
19319
19320 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19321
19322         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19323         in prompt.
19324
19325 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19326
19327         * messagexmas.el (message-xmas-redefine): Alias
19328         `message-make-caesar-translation-table' to
19329         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19330         version.
19331
19332         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19333         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19334         `gnus-xmas-set-text-properties'.
19335         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19336         `gnus-xmas-completing-read'.
19337         (gnus-xmas-completing-read): Removed.
19338         (gnus-xmas-open-network-stream): Removed.
19339
19340         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19341         XEmacs version.
19342
19343         * dns.el (dns-make-network-process): Use `open-network-stream'
19344         instead of `gnus-xmas-open-network-stream'.
19345
19346         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19347
19348         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19349
19350 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19351
19352         * gnus-art.el (gnus-mime-display-alternative)
19353         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19354         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19355         Don't use gnus-local-map-property.
19356
19357         * gnus-util.el (gnus-local-map-property): Remove.
19358
19359         * mm-view.el (mm-view-pkcs7-decrypt):
19360         Replace gnus-completing-read-maybe-default with completing-read.
19361
19362         * gnus-util.el (gnus-completing-read): do.
19363         (gnus-completing-read-maybe-default): Remove.
19364
19365 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19366
19367         * password.el: Only autoload `run-at-time' if not XEmacs.
19368         Only autoload the itimer functions if XEmacs.
19369
19370 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19371
19372         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19373         XEmacsen.
19374
19375         * dgnushack.el: Autoload executable-find for XEmacs.
19376
19377 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19378
19379         * gnus-art.el (gnus-read-string): Remove.
19380         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19381         read-string.
19382
19383 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19384
19385         * netrc.el: Autoload password-read.
19386         (netrc): Add configuration group.
19387         (netrc-encoding-method, netrc-openssl-path):
19388         Add variables for encoding and decoding of files with symmetric
19389         ciphers.
19390         (netrc-encode): Add assistant function to encode a file with
19391         netrc-encoding-method.
19392         (netrc-parse): Add interactive parameter, added optional
19393         decoding if netrc-encoding-method is non-nil but otherwise
19394         behavior is standard.
19395         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19396         Do s/encode/encrypt/ everywhere.
19397
19398         * spam.el: Remove executable-find autoload.
19399
19400 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19401
19402         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19403
19404         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19405
19406 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19407
19408         * gnus-art.el (gnus-treat-ansi-sequences)
19409         (article-treat-ansi-sequences): New variable and function.
19410         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19411
19412         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19413         Use it.
19414
19415 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19416
19417         * mm-util.el (mm-quote-arg): Remove.
19418
19419         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19420         shell-quote-argument.
19421
19422         * gnus-uu.el (gnus-uu-command): do.
19423
19424         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19425
19426         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19427         with make-char.
19428
19429         * mm-util.el (mm-make-char): Remove.
19430
19431         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19432         add-minor-mode.
19433
19434         * gnus-undo.el (gnus-undo-mode): do.
19435
19436         * gnus-topic.el (gnus-topic-mode): do.
19437
19438         * gnus-sum.el (gnus-dead-summary-mode): do.
19439
19440         * gnus-start.el (gnus-slave-mode): do.
19441
19442         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19443
19444         * gnus-ml.el (gnus-mailing-list-mode): do.
19445
19446         * gnus-gl.el (gnus-grouplens-mode): do.
19447
19448         * gnus-draft.el (gnus-draft-mode): do.
19449
19450         * gnus-dired.el (gnus-dired-mode): do.
19451
19452         * gnus-ems.el (gnus-add-minor-mode): Remove.
19453
19454         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19455         Replace gnus-char-width with char-width.
19456
19457         * gnus-ems.el (gnus-char-width): Remove.
19458
19459         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19460         Replace gnus-char-width with char-width.
19461
19462         * gnus-ems.el (gnus-char-width): Remove.
19463
19464         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19465         definition.
19466         Remove Emacs 20 hash table compatibility code.
19467
19468         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19469         20 compatibility code.
19470
19471         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19472
19473         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19474
19475         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19476         Replace with point-at-{eol,bol}.
19477
19478         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19479
19480         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19481
19482         * flow-fill.el (fill-flowed-point-at-bol)
19483         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19484
19485         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19486         Replace with point-at-{eol,bol} throughout all files.
19487
19488 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19489
19490         * ntlm.el (ntlm-string-as-unibyte): New macro.
19491         (ntlm-build-auth-response): Use it.
19492
19493         Remove Emacs 20 stuff:
19494         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19495         (butlast, mapc, remove): Remove the compiler macros.
19496         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19497         of delq and copy-sequence.
19498         * gnus-art.el (popup-menu): Remove the compiler macro.
19499         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19500         Emacs 20.
19501
19502 2004-01-05  Simon Josefsson  <jas@extundo.com>
19503
19504         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19505         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19506         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19507         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19508         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19509         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19510         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19511         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19512         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19513         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19514         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19515         string-xor into ntlm-string-xor.
19516         Suggested by Jesper Harder <harder@myrealbox.com>.
19517
19518         * ntlm.el: Don't include poem.
19519
19520         * md4.el (print-int32, print-string-hexa): Remove.
19521         Suggested by Jesper Harder <harder@myrealbox.com>.
19522
19523         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19524
19525         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19526         probably breaks emacs with DL patch, but do we care? Is anyone
19527         still using the DL stuff?)
19528
19529         * sieve-manage.el: Use the password package.
19530         (sieve-manage-read-passwd): Remove.
19531         (sieve-manage-interactive-login): Use password.  Re-add
19532         condition-case around loop.
19533
19534         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19535         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19536         Use the password package.
19537
19538 2003-02-19  Simon Josefsson  <jas@extundo.com>
19539
19540         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19541         token.
19542
19543 2002-08-07  Simon Josefsson  <jas@extundo.com>
19544
19545         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19546         (sieve-manage-authenticators):
19547         (sieve-manage-authenticator-alist): Add some SASL mechs.
19548         (sieve-sasl-auth): New function.
19549         (sieve-manage-cram-md5-auth):
19550         (sieve-manage-plain-auth): Rewrite using SASL library.
19551         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19552         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19553         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19554         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19555
19556 2004-01-05  Simon Josefsson  <jas@extundo.com>
19557
19558         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19559         New files.
19560
19561 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19562
19563         * gnus-group.el (gnus-no-groups-message): Update.
19564
19565         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19566
19567 2003-11-09  Simon Josefsson  <jas@extundo.com>
19568
19569         * imap.el: Support for ID IMAP extension (RFC 2971).
19570         (imap-local-variables): Add imap-id.
19571         (imap-id): New variable.
19572         (imap-id): New function.
19573         (imap-parse-response): Parse untagged ID response.
19574         * nnimap.el (nnimap-id): New variable.
19575         (nnimap-open-connection): Use it.
19576
19577 2003-12-28  Simon Josefsson  <jas@extundo.com>
19578
19579         * gnus-score.el (gnus-score-edit-all-score): New.
19580         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19581
19582 2004-01-04  Simon Josefsson  <jas@extundo.com>
19583
19584         * password.el: Add.
19585
19586 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19587
19588         * dns.el (dns-query-types): Fix typo.
19589         (dns-query-types): New function.
19590         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19591         PTR and SOA replies, see RFC 1035.
19592
19593 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19594
19595         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19596
19597         * Move to Changelog.2.
19598
19599 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19600
19601         * gnus.el (gnus-version-number): Bump version.
19602
19603 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19604
19605         * gnus.el: No Gnus v0.1 is released.
19606
19607 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19608
19609         * gnus.el: No Gnus v0.0 is released.
19610
19611 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19612
19613         * gnus.el (gnus-version-number): Bump.
19614         (gnus-version): No.
19615
19616 See ChangeLog.2 for earlier changes.
19617
19618     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19619       Free Software Foundation, Inc.
19620
19621   This file is part of GNU Emacs.
19622
19623   GNU Emacs is free software: you can redistribute it and/or modify
19624   it under the terms of the GNU General Public License as published by
19625   the Free Software Foundation, either version 3 of the License, or
19626   (at your option) any later version.
19627
19628   GNU Emacs is distributed in the hope that it will be useful,
19629   but WITHOUT ANY WARRANTY; without even the implied warranty of
19630   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19631   GNU General Public License for more details.
19632
19633   You should have received a copy of the GNU General Public License
19634   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19635
19636 ;; Local Variables:
19637 ;; coding: utf-8
19638 ;; fill-column: 79
19639 ;; add-log-time-zone-rule: t
19640 ;; End: