(nnmaildir-request-set-mark): Add article to add-mark funcall.
[gnus] / lisp / ChangeLog
1 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
2
3         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
4         funcall.
5
6 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7
8         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
9         names.
10
11         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
12         characters.
13
14         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
15         to t of inhibit-read-only since it is inside gnus-with-article-headers.
16         Suggested by Štěpán Němec <stepnem@gmail.com>.
17         (gnus-gravatar-transform-address): Use mail-extract-address-components
18         that supports non-ASCII names rather than mail-header-parse-addresses.
19
20 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21
22         * proto-stream.el (open-protocol-stream): All starttls connections are
23         handled by the network handler.
24
25 2010-11-30  Julien Danjou  <julien@danjou.info>
26
27         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
28         (nnimap-open-connection-1): Fix PREAUTH.
29
30         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
31
32 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
33
34         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
35         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
36         (shr-insert): Use them.
37         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
38
39 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
40
41         * nnir.el (nnir-request-move-article): Bail out if original group
42         doesn't support article moves.
43         (nnir-get-active): Improve active list retrieval.
44
45 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
46
47         * shr.el (shr-find-fill-point): Don't break before apostrophes.
48
49 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
50
51         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
52         seem to accept strings-with-numbers as port numbers,
53
54 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
55
56         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
57         change the registry.
58
59 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
60
61         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
62         delete-dups that is not available in XEmacs 21.4.
63
64         * mm-util.el (mm-delete-duplicates): Add comment.
65
66 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
67
68         * nnir.el (nnir-ignored-newsgroups): New variable.
69         (nnir-get-active): Use it.
70
71 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
72
73         * proto-stream.el (proto-stream-open-network): Add some comments.
74
75         * nntp.el (nntp-open-connection): Provide a :success condition.
76
77         * nnimap.el (nnimap-open-connection-1): Ditto.
78
79         * proto-stream.el (proto-stream-open-network): See what the response to
80         the STARTTLS command is.
81
82         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
83         backwards compatibility).
84         (nnimap-open-connection-1): Really respect nnimap-server-port.
85
86         * proto-stream.el (proto-stream-open-network): When doing opportunistic
87         TLS upgrades we don't really care about the identity of the peer.
88         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
89         that what we've checked for.
90         (proto-stream-always-use-starttls): Only default to t if
91         open-gnutls-stream exists.
92         (proto-stream-open-network): If STARTTLS failed, then just open a
93         normal connection.
94         (proto-stream-open-network): Wait until the greeting before doing
95         STARTTLS.
96
97         * nntp.el (nntp-open-connection): Report what the connection error is.
98
99         * proto-stream.el (open-protocol-stream): Renamed from
100         open-proto-stream.
101
102 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
103
104         * nnimap.el (nnimap-stream): Change default to `undecided'.
105         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
106         first, and then network.
107         (nnimap-open-connection-1): Respect nnimap-server-port.
108         (nnimap-open-connection): Be more backwards-compatible.
109
110         * proto-stream.el (proto-stream-always-use-starttls): New variable.
111         (proto-stream-open-starttls): De-duplicate the starttls code.
112         (proto-stream-open-starttls): Folded back into the main function.
113         (proto-stream-open-network): Fix typo in the gnutls path.
114         (proto-stream-command): Refactor out.
115
116         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
117
118         * proto-stream.el (proto-stream-open-starttls): Actually implement the
119         starttls.el STARTTLS.
120
121         * color.el (color-lab->srgb): Fix function call name.
122
123         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
124         if we're using tls.el.
125         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
126         built in, then don't try to establish a STARTTLS connection.
127
128         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
129         servers.
130
131         * proto-stream.el (open-proto-stream): Use network, not stream.
132         (open-proto-stream): Add a way to specify what the end of a command is.
133
134         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
135         connections types.
136         (nntp-open-network-stream): Remove.
137         (nntp-open-ssl-stream): Remove.
138         (nntp-open-tls-stream): Remove.
139         (nntp-ssl-program): Remove.
140
141         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
142
143 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
144
145         * nnir.el: Fix typos.
146         (nnir-retrieve-headers-override-function): Rename variable to reflect
147         new semantics.
148         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
149         macros.
150         (nnir-request-article, nnir-request-move-article): Use them.
151         (nnir-categorize): New function.
152         (nnir-run-query): Use it.
153         (nnir-retrieve-headers): Rewrite to batch header retrieval.
154         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
155         sorted.
156         (nnir-group-full-name): Use gnus-group-full-name instead.
157         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
158         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
159
160 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
161
162         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
163
164         * proto-stream.el: New library to provide protocol-specific
165         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
166         protocols.
167         (open-proto-stream): Complete the documentation.
168         (proto-stream-open-network): Fix some typos.
169
170         * nnimap.el (nnimap-open-connection): Use it.
171
172 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
173
174         * pop3.el (pop3-open-server): Read server greeting before starting TLS
175         negotiation.
176
177 2010-11-26  Julien Danjou  <julien@danjou.info>
178
179         * color.el: Rename various rgb functions to srgb.
180
181 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
182
183         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
184         names.
185
186 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
187
188         * shr.el (shr-insert): Revert last change.
189         (shr-find-fill-point): Never leave point being at bol;
190         relax the kinsoku limitation when rendering tables.
191
192 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
193
194         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
195         results from -accept-article.
196
197         * shr-color.el: Require cl when compiling.
198
199         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
200         checkin.
201
202         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
203
204         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
205
206         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
207         'add and 'delete to set backend marks.
208
209         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
210
211         * nnheader.el (nnheader-update-marks-actions): Refactor out.
212
213         * nntp.el (nntp-request-set-mark): Use it.
214
215         * nnfolder.el (nnfolder-request-set-mark): Ditto.
216
217         * nnml.el (nnml-request-set-mark): Ditto.
218
219         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
220         introduces regressions in article selection.
221         (nnimap-find-uid-response): New function.
222         (nnimap-request-accept-article): Use the UID returned, if any.
223         (nnimap-request-move-article): Use the UID returned, if any.
224         (nnimap-get-groups): Reimplement to work with folded lines.
225         (nnimap-find-uid-response): The UID is the last element in the list.
226         (nnimap-request-set-mark): Extend syntax with 'set.
227
228         * nnml.el (nnml-request-set-mark): Ditto.
229
230         * nnfolder.el (nnfolder-request-set-mark): Ditto.
231
232         * nntp.el (nntp-request-set-mark): Ditto.
233
234 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
235
236         * message.el (message-called-interactively-p): A temporary macro.
237         (message-goto-body): Use it temporarily.
238
239 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
240
241         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
242         (nnimap-last-response-string): Unfold quoted lines, if they exist.
243         (nnimap-last-response-string): Fix last unfolding fix.
244
245 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
246
247         * shr.el (shr-insert): Fix the way to fold lines.
248
249 2010-11-25  Julien Danjou  <julien@danjou.info>
250
251         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
252
253         * color.el: Rename from color-lab.el
254         (color-rgb->hex): Add.
255         (color-complement): Add.
256         (color-complement-hex): Add.
257
258         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
259
260 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
261
262         * shr-color.el (shr-color-visible): Don't bug out if the colour names
263         don't exist.
264
265 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
266
267         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
268         assuming that article displaying or another mml-preview may be
269         interrupted for an error or for the like.
270
271         * shr.el (shr-get-background): Fix argument name.
272
273 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
274
275         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
276
277         * gnus-sum.el (gnus-summary-include-articles): New function.
278
279         * message.el (message-goto-body): called-interactively-p needs a
280         parameter, so use `any'.
281
282         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
283         clear marks before moving, since they're synced from the Gnus side
284         first.
285
286         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
287         (gnus-summary-move-article): Copy over all marks before moving, so that
288         IMAP doesn't think a new article has arrived.
289
290 2010-11-24  Julien Danjou  <julien@danjou.info>
291
292         * shr.el (shr-insert-background-overlay): Fix typo.
293         (shr-render-td): Copy the background before rendering.
294
295         * shr-color.el (shr-color-visible): Fix docstring.
296
297         * shr.el (shr-tag-table): Add bgcolor support.
298         (shr-render-td): Add bgcolor support.
299         (shr-get-background): Add.
300         (shr-insert-foreground-overlay): Use shr-get-background.
301
302         * message.el (message-goto-body): Use called-interactively-p.
303         (message-in-body-p): message-goto-body returns point.
304
305 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
306
307         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
308         Fixes something or other in Emacs 23, and is backwards compatible.
309
310         * message.el (message-goto-body): Remove the <#secure special-casing,
311         which is too special.
312
313         * shr.el (shr-parse-style): Drop !important from styles.
314
315 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
316
317         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
318         this function to return incorrect results when calling it with an
319         explicit article argument different from
320         (gnus-summary-article-number).
321
322 2010-11-24  Julien Danjou  <julien@danjou.info>
323
324         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
325         (shr-tag-body): Add background support.
326         (shr-descend): Add background support.
327         (shr-tag-title): Add.
328
329         * shr-color.el (shr-color-visible): Really return original background
330         if fixed.
331
332 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
333
334         * shr.el (shr-color-check): Protect against non-existant colour names.
335
336 2010-11-24  Julien Danjou  <julien@danjou.info>
337
338         * color-lab.el: Require 'cl when compiling.
339
340         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
341
342         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
343         matched part.
344
345         * color-lab.el: Fix all expt calls to use float type.
346
347 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
348
349         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
350         expression to shr-color-check as is.
351
352         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
353
354         * color-lab.el: Add coding cookie.
355         (float-pi): Use eval-and-compile.
356
357         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
358         compiled for Emacsen having no `libxml-parse-html-region' support.
359
360 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
361
362         * shr.el (shr-insert-color-overlay): Split stuff like
363         "#444444 !important" to find the real colour.
364         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
365         parse <font color="red"> entries.
366
367 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
368
369         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
370         point when parsing headers.
371
372         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
373         is positioned properly when parsing headers.
374
375 2010-11-23  Julien Danjou  <julien@danjou.info>
376
377         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
378
379         * shr-color.el (shr-color->hexadecimal): Add support for color names.
380
381         * shr.el (shr-parse-style): Replace \n with space in style parsing.
382
383         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
384         shr-color-hue-to-rgb.
385         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
386
387 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
388
389         * shr.el (shr-color->hexadecimal): Autoload.
390         (shr-descend): Add color to all tags.
391
392 2010-11-22  Julien Danjou  <julien@danjou.info>
393
394         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
395         shr-color->hexadecimal.
396
397         * shr-color.el (shr-color->hexadecimal): Add converting functions for
398         RGB() or HSL() color representation.
399
400         * shr.el (shr-tag-font): Add.
401         (shr-tag-color-check): New function to get better colors.
402         (shr-tag-insert-color-overlay): Factorize code between tag-font and
403         tag-span.
404
405         * shr-color.el: New file.
406
407         * color-lab.el: New file.
408
409         * gnus-art.el (gnus-url-mailto): Do not downcase args.
410
411 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
412
413         * nnir.el: Fix typo in comments.
414         (nnir-run-imap): Simplify code. No need to reverse artlist.
415         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
416
417 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
418
419         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
420
421         * nnimap.el (nnimap-get-capabilities): Refactor out.
422         (nnimap-open-connection): Re-request capabilities after STARTTLS.
423
424 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
425
426         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
427         appearing when `mm-uu-hide-markers' is nil.
428
429 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
430
431         * nnimap.el (nnimap-unselect-group): Make into its own function.
432         (nnimap-request-rename-group): Unselect group before renaming.
433         This had gotten lost somewhere.
434         (nnimap-request-accept-article): Keep track of examined groups, and
435         unselect the group before APPENDing to read-only groups.
436         (nnimap-request-move-article): Clear flags before moving so that they
437         can be re-set later.
438
439 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
440
441         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
442         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
443
444 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
445
446         * gnus-art.el (gnus-mime-display-single)
447         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
448         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
449         parameter.
450
451 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
452
453         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
454         (shr-table-vertical-line): New variable.
455         (shr-insert-table): Use it.
456
457 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
458
459         * gnus-html.el (gnus-html-wash-images): Don't display images if
460         gnus-inhibit-images is non-nil; register displayer for cid images.
461         (gnus-html-display-image): Work for cid image.
462         (gnus-html-insert-image): Allow arguments.
463         (gnus-html-put-image): Inhibit read-only.
464         (gnus-html-prefetch-images): Don't prefetch images if
465         gnus-inhibit-images is non-nil.
466
467 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
468
469         * shr.el (shr-put-image): Break lines when inserting big pictures.
470
471 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
472
473         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
474         sender, thanks Katsumi Yamaoka.
475
476 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
477
478         * nnir.el (nnir-run-imap): Reverse the article list for each group
479         rather than the whole list.
480
481 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
482
483         * shr.el (shr-image-displayer): Protect function against non-existent
484         image source.
485
486         * gnus-art.el (gnus-inhibit-images): New user option.
487         (gnus-mime-display-single): Don't display image if it is non-nil.
488
489         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
490         gnus-inhibit-images.
491
492         * shr.el (shr-image-displayer): New function.
493         (shr-tag-img): Use it.
494
495 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
496
497         * mml2015.el (mml2015-epg-sign): Use From header.
498
499 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
500
501         * gnus-html.el (gnus-html-wash-images): Register a displayer.
502
503         * gnus-util.el (gnus-find-text-property-region): Return markers.
504
505         * shr.el (shr-tag-img): Put a displayer in the text property.
506
507         * gnus-util.el (gnus-find-text-property-region): New utility function.
508
509         * gnus-html.el (gnus-html-display-image): Make the alt optional.
510         (gnus-html-show-images): Remove.
511
512         * gnus-art.el (gnus-article-show-images): New, more general function.
513
514         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
515         image url text properties.
516
517         * shr.el: Ditto.
518
519         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
520         gnus-agent-auto-agentize-methods is set.  Which it isn't.
521
522 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
523
524         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
525         work for two or more articles.
526
527 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
528
529         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
530         divide an image that's in an html article to two or more when washing
531         non-ASCII characters in alt text of it.
532
533 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
534
535         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
536         smime-decrypt-region using function argument.
537         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
538
539         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
540
541         * smime.el (smime-decrypt-region): Catch it.
542
543 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
544
545         * smime.el (smime-mode-map): Move initialization into declaration.
546         (gnus-run-mode-hooks): Don't autoload.
547         (smime-mode): Use define-derived-mode.
548
549 2010-11-11  Glenn Morris  <rgm@gnu.org>
550
551         * smime.el (from): Restrict declaration to XEmacs.
552
553         * nnir.el (gnus-group-topic-name): Autoload.
554
555 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
556
557         * shr.el (shr-insert): Don't break long line if it is because of
558         kinsoku-bol characters in the line end.
559
560 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
561
562         * nnir.el (nnir-request-move-article): Fix to provide original group
563         and subject.
564         (nnir-warp-to-article): Don't fail on articles whose headers haven't
565         been retrieved.
566
567         * gnus-sum.el (gnus-summary-move-article): Use original group and
568         subject for virtual articles such as those in an nnir summary buffer.
569
570 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
571
572         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
573         least 21.5).
574
575         * smime.el (from): Declare it again for XEmacs.
576
577 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
578
579         * message.el (message-resend): Don't disable encoding unless it's
580         already encoded.
581
582         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
583         low-numbered articles.
584
585 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
586
587         * rfc2047.el (rfc2047-syntax-table): Simplify.
588
589         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
590
591         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
592         set-char-table-range for XEmacs.
593
594 2010-11-10  Glenn Morris  <rgm@gnu.org>
595
596         * time-date.el (time-to-seconds): Always an alias on Emacs,
597         never a real function.
598         (with-no-warnings): Remove compat stub, now unused.
599         (time-less-p): Doc fix.
600         (time-to-number-of-days): Simplify.
601
602         * smime.el (from): Remove unused declaration.
603
604         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
605         (gnus-float-time): On Emacs, always an alias.
606
607         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
608         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
609
610 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
611
612         * dgnushack.el: Don't use ignore-errors in the top level form since it
613         is unavailable in XEmacs even if cl is loaded.
614
615         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
616
617 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
618
619         * shr.el (browse-url-mailto): Autoload.
620
621         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
622
623         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
624         regexp doesn't need quoting.
625
626 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
627
628         * message.el (message-subject-trailing-was-ask-regexp)
629         (message-subject-trailing-was-regexp): Match was: in addition to was.
630
631 2010-11-09  Glenn Morris  <rgm@gnu.org>
632
633         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
634         (nnbabyl-check-mbox): Use point-at-bol.
635
636 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
637
638         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
639
640         * message.el (message-mailto): New function.
641         (message-mailto): Should accept other parameters.
642         (message-mailto): Remove since it duplicates browse-url-mailto
643         functionality.
644
645 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
646
647         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
648         methods.
649         (gnus-read-active-file): Ditto.
650
651         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
652         ": " from the prompt.
653         (gnus-group-make-group): Ditto.
654
655 2010-11-07  Glenn Morris  <rgm@gnu.org>
656
657         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
658         (gnus-bookmark-kill-line): Use point-at-eol.
659
660 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
661
662         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
663         asterisks in From header.
664
665 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
666
667         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
668         string to avoid making the From headers syntactically invalid.
669
670         * message.el (message-send-mail): Don't insert courtesy messages if the
671         message already has List-Post and List-ID messages.
672
673 2010-11-06  Glenn Morris  <rgm@gnu.org>
674
675         * gnus-art.el (gnus-treat-article): Give dynamic local variables
676         `condition', `type', `length' a prefix.
677         (gnus-treat-predicate): Update for above name changes.
678
679 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
680
681         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
682         binding.  Handled by `gnus-summary-refer-thread' instead.
683         (nnir-warp-to-article): New backend function.
684
685         * nnimap.el (nnimap-request-thread): Force dependency updating.
686
687         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
688         (gnus-summary-refer-thread): Rework to improve thread-referral.
689
690         * gnus-int.el (gnus-warp-to-article): New function.
691
692         * gnus-sum.el (gnus-summary-article-map): Bind it.
693
694 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
695
696         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
697         gnus-summary-refer-thread.
698
699         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
700         headers.
701         (gnus-summary-limit-include-thread): Prevent articles in thread from
702         being cut in gnus-cut-threads.
703         (gnus-summary-refer-thread): Limit retrieved headers to those in
704         thread.
705
706 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
707
708         * message.el (message-send-mail): Use the value of
709         message-courtesy-message from the message buffer.
710
711         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
712
713         * shr.el (shr-browse-url): Implement mailto: URLs.
714
715         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
716         "raw".
717
718         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
719         if it's already selected.
720
721         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
722
723 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
724
725         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
726         to measure the length and truncate alt text.
727
728 2010-11-03  Glenn Morris  <rgm@gnu.org>
729
730         * nndiary.el (nndiary-generate-nov-databases-1)
731         (nndiary-generate-active-info): Rename dynamic variable `files' to
732         something less generic.
733
734 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
735
736         * nnir.el (nnir-request-move-article): Call the underlying backend to
737         move articles from nnir.
738
739 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
740
741         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
742
743 2010-11-02  Julien Danjou  <julien@danjou.info>
744
745         * nnir.el: Remove wais support.
746
747 2010-11-02  Glenn Morris  <rgm@gnu.org>
748
749         * gnus-html.el: Reorder requirements to quieten compiler.
750
751 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
752
753         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
754         properly for XEmacs as well.
755         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
756         (gnus-article-natural-long-line-p): Use window-width rather than
757         frame-width.
758
759 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
760
761         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
762         (nnir-read-parms): Don't modify query.
763         (nnir-run-query): Add ability to search topic on current line.
764         (nnir-get-active): Clean up.
765
766 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
767
768         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
769         degenerate articles.
770
771         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
772         (gnus-print-buffer): Just print the buffer as is, without any copying
773         to a buffer and then re-highlighting.
774
775         * nnimap.el (nnimap-request-group): Store the new updated info.
776         (nnimap-request-group): Select the group when we don't know whether it
777         exists or not.
778
779         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
780         groups.
781
782         * gnus-group.el (gnus-group-find-new-groups): Display all the new
783         groups.
784
785         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
786         groups.
787
788         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
789         long-lines case by only filling the long lines.
790
791         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
792         (bug #7311).
793
794 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
795
796         * shr.el: No need to declare `declare-function' since shr.el is for
797         only Emacsen that provide `libxml-parse-html-region'.
798
799         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
800         effective only in a file it is referred to.
801
802 2010-11-01  Glenn Morris  <rgm@gnu.org>
803
804         * mm-util.el (gnus-completing-read): Autoload.
805         (mm-read-coding-system): Simplify Emacs definition.
806
807         * nnmail.el (gnus-activate-group):
808         * nnimap.el (gnutls-negotiate):
809         * nntp.el (netrc-parse): Fix declarations.
810
811 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
812
813         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
814         string-match-p in Emacs >=23.
815
816         * gnus-msg.el (gnus-configure-posting-styles)
817         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
818
819 2010-11-01  Glenn Morris  <rgm@gnu.org>
820
821         * nnir.el (declare-function): Add compat stub.
822         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
823         (nnir-run-gmane): Require 'mm-url.
824
825         * mm-util.el (mm-string-to-multibyte): Simplify.
826
827         * shr.el (declare-function): Add compat stub.
828         (url-cache-create-filename): Declare.
829         (mm-disable-multibyte, widget-convert-button): Autoload.
830
831         * smime.el (ldap-search): Declare.
832         (smime-cert-by-ldap-1): Require ldap on Emacs.
833
834         * nnimap.el: Require nnmail, and gnus-sum when compiling.
835         (nnimap-keepalive): Use gnus-float-time.
836
837         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
838         (mail-source-delete-crash-box): Use gnus-float-time.
839
840         * gnus-dired.el (gnus-completing-read): Autoload.
841
842         * mm-view.el (gnus-rescale-image): Autoload.
843
844         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
845
846         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
847
848         * sieve-manage.el: Require 'cl when compiling.
849
850         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
851         (gnus-iswitchb-completing-read): Require iswitchb.
852         (gnus-select-frame-set-input-focus): Silence compiler.
853
854 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
855
856         * message.el (message-subject-trailing-was-query): Change default to t,
857         since I think that's what most people want.
858
859         * nnimap.el (nnimap-request-accept-article): Erase buffer before
860         appending for easier debugging.
861         (nnimap-wait-for-connection): Take a regexp.
862         (nnimap-request-accept-article): Wait for the continuation line before
863         sending anything unless we're streaming.
864
865         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
866         leave the header washing to take place.
867
868 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
869
870         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
871         regular expression match and replace in posting styles.
872
873 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
874
875         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
876         an entire server.
877         (nnir-get-active): New function.
878         (nnir-run-imap): Use it.
879         (nnir-run-gmane): Who knew, gmane search returns an article score!
880
881         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
882         server on the current line with nnir.
883
884 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
885
886         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
887         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
888         left edge.
889         (gnus-article-foldable-buffer): Skip past the prefix when determining
890         raggedness.
891
892         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
893         the raw article, and change `C-u g' to show the article without doing
894         treatments.
895
896         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
897         on to `gnus-treat-article'.
898         (gnus-inhibit-article-treatments): New variable.
899
900         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
901
902         * gnus-art.el (gnus-treatment-function-alist): Have
903         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
904         (gnus-treat-fill-long-lines): Change default to fill all text/plain
905         sections.
906
907         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
908         parameter.
909         (gnus-article-fill-cited-long-lines): New function.
910         (gnus-article-fill-cited-article): Allow filling only long sections.
911
912         * shr.el (shr-find-fill-point): Don't break lines between punctuation
913         and non-punctuation (like after the apostrophe in "'We").
914
915         * gnus-sum.el (gnus-summary-select-article): Make sure
916         gnus-original-article-buffer is alive.
917
918         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
919         reflect the order they're in in the digest.
920
921         * gnus.el (gnus-group-startup-message): Move point to the start of the
922         buffer.
923
924         * nnimap.el (nnimap-capability): New function.
925         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
926         is set.
927
928 2010-10-31  David Engster  <dengste@eml.cc>
929
930         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
931         conform with changes to gnus-completing-read.
932
933 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
934
935         * shr.el (shr-tag-img): Output "*" instead of "[img]".
936
937 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
938
939         * nnir.el: Move defvar, defcustom around to keep file organized
940         and keep byte-compiler quiet.
941         (nnir-read-parms): Accept search-engine as arg.
942         (nnir-run-query): Pass search-engine as arg.
943         (nnir-search-engine): Remove.
944
945 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
946
947         * shr.el (shr-generic): The text nodes should be text, not :text.
948
949         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
950         later in the file.
951
952 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
953
954         * nnir.el: General clean up.  Allow searching with multiple engines.
955         Allow separate extra-parameters for each engine.
956         Batch queries when possible.
957         (nnir-imap-default-search-key,nnir-method-default-engines):
958         Add customize interface.
959         (nnir-run-gmane): New engine.
960         (nnir-engines): Use it.  Qualify all prompts with engine name.
961         (nnir-search-engine): Remove global variable.
962         (nnir-run-hyrex): Restore for now.
963         (nnir-extra-parms,nnir-search-history): New variables.
964         (gnus-group-make-nnir-group): Use them.
965         (nnir-group-server): Remove in favor of gnus-group-server.
966         (nnir-request-group): Avoid searching twice.
967         (nnir-sort-groups-by-server): New function.
968
969 2010-10-30  Julien Danjou  <julien@danjou.info>
970
971         * gnus-group.el: Remove gnus-group-fetch-control.
972
973         * gnus-start.el (gnus-find-new-newsgroups):
974         Remove gnus-check-first-time-used.
975
976         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
977
978 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
979
980         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
981         set on groups that don't have \* permanentflags.
982
983 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
984
985         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
986         control the background color.
987         (shr-tag-img): Ignore very small web bug type images.
988         (shr-put-image): Add help-echo alt texts to the images.
989         (shr-tag-video): Show the video poster image.
990
991 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
992
993         * shr.el (shr-table-depth): New variable.
994         (shr-tag-table-1): Only insert the images after the top-level table.
995
996         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
997
998         * gnus-util.el (gnus-list-memq-of-list): New function.
999
1000         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1001         selected.
1002         (nnimap-unsplittable-articles): New slot.
1003         (nnimap-new-articles): Use it.
1004
1005 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1006
1007         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1008         move to the previous line on `M-g'.
1009
1010 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1011
1012         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1013         *-request-group, which seems unnecessary.
1014
1015         * nnimap.el (nnimap-quote-specials): Function copied over from
1016         imap.el.
1017         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1018         they support that.  Suggested by Tom Regner.
1019
1020 2010-10-29  Julien Danjou  <julien@danjou.info>
1021
1022         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1023         defalias.
1024         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1025
1026         * gnus.el: Remove `gnus-nntp-service' variable.
1027         (gnus-secondary-servers): Make obsolete.
1028         (gnus-nntp-server): Make obsolete.
1029
1030         * gnus-start.el (gnus-1): Remove x-splash calls.
1031
1032         * gnus-ems.el (gnus-x-splash): Remove.
1033
1034         * gnus.el (gnus-group-startup-message): Simplify/update code.
1035
1036         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1037         definition.
1038
1039         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1040         capability before doing anything.
1041         (gnus-group-insert-group-line): Remove useless
1042         gnus-group-remove-excess-properties.
1043
1044 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1045
1046         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1047
1048 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1049
1050         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1051         config after reselecting.
1052
1053 2010-10-28  Julien Danjou  <julien@danjou.info>
1054
1055         * shr.el (shr-put-image): Use point even if only inserting text.
1056         (shr-put-image): Save excursion when inserting alt text on non-graphic
1057         display, so the behaviour is the same when we are on a graphic display.
1058
1059         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1060
1061 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1062
1063         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1064         (gnus-mime-copy-part): Check coding system, not charset.
1065         (gnus-mime-view-part-externally): Never remove part.
1066         (gnus-mime-view-part-internally): Don't remove part here.
1067         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1068         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1069         multipart/alternative.
1070
1071         * mm-decode.el (mm-display-part): Take optional arg `force'.
1072
1073 2010-10-26  Julien Danjou  <julien@danjou.info>
1074
1075         * gnus-group.el (gnus-group-default-list-level): Add this function to
1076         compute the default list level.
1077         (gnus-group-default-list-level): Add possibility to use a function.
1078
1079 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1080
1081         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1082
1083         * gnus-group.el (gnus-group-completing-read)
1084         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1085         gnus-replace-in-string.
1086
1087 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1088
1089         * shr.el (shr-tag-div): Add.
1090
1091         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1092
1093 2010-10-25  Julien Danjou  <julien@danjou.info>
1094
1095         * gnus-util.el: Remove `gnus-with-local-quit'.
1096
1097         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1098
1099 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1100
1101         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1102         the original article buffer.
1103
1104 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1105
1106         * nnimap.el (nnimap-request-head): New function.
1107         (nnimap-request-move-article): Try to be slighly faster by not
1108         requesting the entire message when moving.
1109         (nnimap-transform-headers): Don't bug out on bodiless articles.
1110         (nnimap-send-command): Have no outstanding messages if the IMAP server
1111         doesn't support streaming.
1112         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1113
1114 2010-10-24  Julien Danjou  <julien@danjou.info>
1115
1116         * message.el (message-default-headers): Fix type.
1117
1118 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1119
1120         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1121         prefetching images.
1122
1123         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1124         backend for unknown groups.  This is mainly useful for nnimap groups.
1125
1126         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1127         group isn't covered by the agent.
1128
1129 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1130
1131         * nnir.el (nnir-method-default-engines): New variable.
1132         (nnir-run-query): Use it.
1133         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1134         (gnus-summary-nnir-goto-thread): Change group if needed.
1135
1136         * gnus-group.el (gnus-group-group-map): Add key binding for
1137         gnus-group-make-nnir-group.
1138
1139 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1140
1141         * shr.el (shr-tag-object): Add.
1142
1143         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1144         original article buffer live.
1145         (gnus-summary-select-article-buffer):
1146         Mention gnus-widen-article-buffer.
1147
1148 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1149
1150         * shr.el (shr-tag-strong): Add.
1151
1152 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1153
1154         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1155         group names.  They mess up the group buffer badly.
1156
1157         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1158
1159         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1160         instead of the summary one.
1161
1162 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1163
1164         * mml.el (mml-preview): Work properly when editing article.
1165
1166         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1167         gnus-have-read-active-file if it's already been in.
1168
1169 2010-10-22  Tom Tromey  <tromey@redhat.com>
1170
1171         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1172         gnus-group-completing-read.
1173
1174 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1175
1176         * message.el (message-mode-map): Don't bind M-; to comment region, to
1177         allow the global comment-dwim to work.
1178
1179 2010-10-21  Julien Danjou  <julien@danjou.info>
1180
1181         * message.el (message-setup-1): Allow message-default-headers to be a
1182         function.
1183
1184 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1185
1186         * shr.el (shr-tag-table): Simplify.
1187
1188 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1189
1190         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1191         to avoid trying to snarf invalid stuff.
1192
1193         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1194
1195         * gnus.el (gnus-message-archive-group): Quote value.
1196         (gnus-message-archive-group): Mark as changed.
1197
1198         * shr.el (shr-add-font): Don't put the font properties on the newline
1199         or the indentation.
1200
1201         * message.el (message-fix-before-sending): Change options when sending
1202         non-printable characters.
1203
1204         * gnus.el (gnus-message-archive-method): Change the default to
1205         monthly outgoing groups.
1206
1207         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1208         that have gotten new numbers.
1209
1210         * nnimap.el (nnimap-request-replace-article): New function.
1211
1212 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1213
1214         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1215         (nnrss-request-article): Don't use special html washing code.
1216
1217 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1218
1219         * shr.el (shr-tag-table): Remove useless nconc.
1220
1221 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1222
1223         * gnus-art.el (article-wash-html): Simplify and remove the charset
1224         stuff.  Use the normal html rendering code instead of the special html
1225         washing code.
1226
1227         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1228         `gnus-w3m' symbols.
1229         (mm-text-html-washer-alist): Remove.
1230
1231         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1232         (mm-inline-media-tests): Remove use.
1233         (mm-text-html-renderer): Change default to the `shr' symbol.
1234
1235         * mm-view.el (mm-inline-text-html): Remove use.
1236
1237         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1238         `gnus-blocked-images' to be a function.
1239         (gnus-article-wash-function): Remove.
1240
1241 2010-10-20  Julien Danjou  <julien@danjou.info>
1242
1243         * spam.el (spam-list-of-processors): Mark as obsolete.
1244
1245         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1246         (nnimap-insert-partial-structure): Fix boundary detection.
1247
1248 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1249
1250         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1251         run file-truename on remote files.  This can be expensive and even
1252         prevent one from editing drafts if some unrelated buffer has a stale
1253         connection.
1254
1255 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1256
1257         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1258         kinsoku-eol regardless of shr-kinsoku-shorten.
1259         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1260         (shr-tag-table): Support caption, thead, and tfoot.
1261
1262 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1263
1264         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1265         lines.
1266         (shr-save-contents): New command and keystroke.
1267
1268         * nndoc.el (nndoc-type-alist): Add git support.
1269         (nndoc-git-type-p): New function.
1270         (nndoc-transform-git-article): Ditto.
1271         (nndoc-transform-git-headers): Ditto.
1272         (nndoc-transform-git-headers): Generate Subject headers.
1273
1274         * shr.el (shr-parse-style): New function.
1275         (shr-tag-span): Ditto.
1276
1277         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1278         to `G G' to avoid collisions.
1279
1280 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1281
1282         * shr.el: Load kinsoku if necessary.
1283         (shr-kinsoku-shorten): New internal variable.
1284         (shr-find-fill-point): Make kinsoku shorten text line if
1285         shr-kinsoku-shorten is bound to non-nil.
1286         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1287         shr-indentation too when testing if table is wider than frame width.
1288         (shr-insert-table): Use `string-width' instead of `length' to measure
1289         text width.
1290         (shr-insert-table-ruler): Make sure indentation is done at bol.
1291
1292 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1293
1294         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1295         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1296         undecoded network data.
1297
1298 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1299
1300         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1301         name in the mode line spec so that the mode line menu works
1302         (bug #2431).
1303
1304         * message.el (message-get-reply-headers): If we're fed `to-address',
1305         then always use that.
1306
1307         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1308         aren't so wide as to need to switch off the edit menu.
1309
1310         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1311         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1312
1313         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1314         `M-g'.
1315         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1316         the permanent marks.
1317
1318 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1319
1320         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1321         Splitting according to references/in-reply-to obeys the ignore-groups
1322         variable, while splitting by sender and subject do not.
1323
1324 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1325
1326         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1327         alist, so that we can look for non-Unicode chars.
1328         (article-translate-strings): Allow both character and string maps.
1329
1330 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1331
1332         * shr.el (shr-insert): Don't insert space behind a wide character
1333         categorized as kinsoku-bol, or between characters both categorized as
1334         nospace.
1335
1336 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1337
1338         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1339         headers to gnus-newsgroup-headers.
1340
1341 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1342
1343         * shr.el (shr-tag-img): Don't align images -- since we're not
1344         rescaling, this often leads to ugly displays.
1345
1346 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1347
1348         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1349         duplicates.
1350
1351 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1352
1353         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1354         call.
1355
1356 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1357
1358         * gnus.el: Autoload gnus-html-show-images.
1359
1360         * nnimap.el: Use nnheader-message throughout.
1361
1362         * shr.el (shr-tag-img): Ignore images with no data.
1363
1364 2010-10-15  Julien Danjou  <julien@danjou.info>
1365
1366         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1367         a possibility to disable format=flow encoding when using hard newlines.
1368
1369 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1370
1371         * shr.el (shr-insert): Remove space inserted before or after a
1372         breakable character or at the beginning or the end of a line.
1373         (shr-find-fill-point): Do kinsoku; find the second best point or give
1374         it up if there's no breakable point.
1375
1376 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1377
1378         * nnimap.el (nnimap-open-connection): Message when opening connection
1379         for debugging purposes.
1380
1381         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1382         on every setup buffer call to allow this to change from article to
1383         article.
1384
1385         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1386         buffers where we have a wide table.
1387
1388 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1389
1390         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1391         uses *-request-thread.
1392
1393 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1394
1395         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1396         incantation, which is no longer valid.
1397
1398 2010-10-14  Julien Danjou  <julien@danjou.info>
1399
1400         * shr.el: Fix defcustom type (char -> character).
1401
1402 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1403
1404         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1405         programs.
1406
1407 2010-10-14  Julien Danjou  <julien@danjou.info>
1408
1409         * shr.el (shr-tag-a): Use url-link as widget type.
1410
1411         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1412         `gnus-group-get-icon'.
1413
1414 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1415
1416         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1417         This should make server editing work better.
1418
1419         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1420
1421         * tls.el (tls-program): Remove spurious %s from openssl.
1422
1423         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1424         (nnimap-parse-flags): Fix regexp.
1425
1426         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1427         probably work for CJVK text, too.
1428
1429         * nnimap.el (nnimap-extend-tls-programs): Remove.
1430         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1431
1432         * tls.el (tls-starttls-switches): Remove starttls hack.
1433         (open-tls-stream): Ditto.
1434         (tls-find-starttls-argument): Ditto.
1435
1436 2010-10-13  Julien Danjou  <julien@danjou.info>
1437
1438         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1439         responses.
1440
1441 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1442
1443         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1444
1445         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1446         anything in Emacs.
1447
1448         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1449
1450 2010-10-13  Julien Danjou  <julien@danjou.info>
1451
1452         * shr.el (shr-width): Make shr-width a defcustom with default to
1453         fill-column.
1454         (shr-tag-img): Use shr-width rather than fill-column.
1455
1456 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1457
1458         * dgnushack.el (byte-optimize-apply)
1459         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1460
1461         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1462         position when (X-)Faces exist.
1463         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1464         avatars when called interactively.
1465
1466 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1467
1468         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1469         gnus-article-x-face-too-ugly is bound.
1470
1471 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1472
1473         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1474
1475         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1476         mailbox that doesn't exist.
1477
1478 2010-10-12  Julien Danjou  <julien@danjou.info>
1479
1480         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1481         (shr-get-image-data): Encode URL properly when fetching from cache.
1482         (shr-tag-img): Use aligned-to spaces to align correctly images.
1483
1484         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1485         before inserting the Gravatar.
1486
1487         * shr.el (shr-tag-img): Add align attribute support for <img>.
1488
1489 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1490
1491         * gnus-gravatar.el (gnus-art): Require.
1492
1493         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1494         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1495         Remove long obsoleted functions.
1496
1497 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1498
1499         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1500
1501         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1502
1503         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1504         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1505         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1506         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1507         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1508         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1509         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1510
1511 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1512
1513         * nnimap.el (nnimap-request-rename-group): Select group read-only
1514         before renaming it.
1515
1516         * shr.el (shr-insert): Fix up the white space only regexp.
1517
1518         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1519         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1520
1521         * shr.el (shr-current-column): New function.
1522         (shr-find-fill-point): New function.
1523
1524 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1525
1526         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1527         numbers.
1528
1529 2010-10-11  Julien Danjou  <julien@danjou.info>
1530
1531         * shr.el (shr-hr-line): Add.
1532         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1533         display hr lines.
1534         (shr-max-columns): Do not change state to nil if we just inserting
1535         spaces.
1536
1537 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1538
1539         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1540         select the last group.
1541
1542 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1543
1544         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1545
1546 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1547
1548         * dig.el (dig-mode-map): Declare and define in one step.
1549
1550 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1551
1552         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1553         for Gnus.
1554         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1555         (nnimap-update-qresync-info): Mark \Seen articles as read.
1556
1557         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1558         non-variable, too.
1559
1560         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1561         available.
1562         (nnimap-update-info): Rely more on the current active than the param
1563         active to avoid marking articles as read too much.
1564
1565         * auth-source.el (auth-source-create): Use (user-login-name) for the
1566         user name default.
1567
1568         * nnimap.el (nnimap-update-info): If the server doesn't return any
1569         useful info, just use the previous info.
1570         (nnimap-update-info): Prefer old info over start-article.
1571         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1572
1573 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1574
1575         * nnir.el (autoload): Clean up autoloads.
1576         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1577         Use key rather than value.
1578         (nnir-imap-search-other): New variable.
1579         (nnir-read-parm): Use it.
1580         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1581         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1582
1583 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1584
1585         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1586         the process, too.
1587
1588 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1589
1590         * spam.el (gnus-summary-mode-map): Bind to "$".
1591         Suggested by Russ Allbery.
1592
1593         * shr.el: Rework the way things are indented by <li> slightly.
1594
1595         * gnus.el (gnus-group-set-parameter): Fix typo.
1596
1597         * nnimap.el: Start implementing QRESYNC support.
1598
1599 2010-10-09  Julien Danjou  <julien@danjou.info>
1600
1601         * nnir.el (nnir-engines): Fix too many arguments.
1602
1603 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1604
1605         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1606         group is the "last", so that the backends like nnfolder actually save
1607         their folders.
1608
1609         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1610         try to use that for the tls stream.
1611         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1612         UIDVALIDITY and find out which groups are read-only and not.
1613         (nnimap-get-flags): Use the same marks parsing code as the rest of
1614         nnimap.
1615
1616 2010-10-09  Julien Danjou  <julien@danjou.info>
1617
1618         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1619
1620         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1621         retrieving gravatars.
1622
1623         * shr.el (shr-table-corner): Add.
1624         (shr-table-line): Add.
1625         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1626
1627 2010-10-08  Julien Danjou  <julien@danjou.info>
1628
1629         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1630
1631 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1632
1633         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1634
1635         * gnus-sum.el (gnus-mark-article-as-unread)
1636         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1637         (gnus-summary-set-bookmark): Use it.
1638
1639         * gnus-msg.el (gnus-setup-message): Use it.
1640
1641         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1642
1643         * gnus.el (gnus-group-remove-parameter): Use it.
1644
1645         * gnus-group.el (gnus-group-make-web-group): Use it.
1646
1647         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1648
1649         * nnregistry.el: Update docs to mention manual.
1650
1651         * gnus-registry.el: Update docs to mention nnregistry.el.
1652         (gnus-registry-initialize): Don't install nnregistry refer method
1653         automatically.
1654         (gnus-registry-install-nnregistry): Remove it.
1655
1656 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1657
1658         * shr.el (shr-insert): Don't insert double spaces.
1659
1660 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1661
1662         * gnus-gravatar.el (gnus-treat-from-gravatar)
1663         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1664         called interactively.
1665
1666         * gnus-art.el (gnus-mime-view-part-externally)
1667         (gnus-mime-view-part-internally): Make predicate function passed to
1668         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1669         of a mime type.
1670
1671         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1672
1673 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1674
1675         * shr.el (require): Require cl when compiling.
1676         (shr-tag-hr): New function.
1677
1678         * nnimap.el (nnimap-update-info): Remove double setting of high.
1679         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1680         This makes nnimap work properly on Courier again.
1681
1682         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1683         the variable for backwards compatability.
1684
1685         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1686         the file name before using to avoid setting mm-default-directory to
1687         nil.
1688
1689         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1690         bidning gnus-agent variables.
1691
1692         * shr.el (shr-render-td): Use a cache for the table rendering function
1693         to avoid getting an exponential rendering behaviour in nested tables.
1694         (shr-insert): Rework the line-breaking algorithm.
1695         (shr-insert): Don't leave trailing spaces.
1696         (shr-insert-table): Also insert empty TDs.
1697         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1698
1699 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1700
1701         * gnus-sum.el (gnus-number): Rename from `number'.
1702         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1703         (gnus-summary-limit-children): Update uses correspondingly.
1704
1705 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1706
1707         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1708         (gnus-gravatar-transform-address): Don't show avatars of people of
1709         which mail addresses match gnus-gravatar-too-ugly.
1710
1711 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1712
1713         * shr.el (shr-table-widths): Expand TD elements to fill available
1714         space.
1715
1716 2010-10-07  Julien Danjou  <julien@danjou.info>
1717
1718         * nnimap.el (nnimap-request-rename-group): Add this method.
1719
1720 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1721
1722         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1723         name from XEmacs' function-arglist.
1724
1725         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1726         gravatar under XEmacs.
1727
1728 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1729
1730         * auth-source.el: Update docs with TODO items.
1731
1732         * gnus-sync.el: Update docs to explain state and plans.
1733
1734         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1735         Hooks for mark updates.
1736         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1737
1738         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1739         hooks with arguments, which is needed for mark update hooks.
1740
1741 2010-10-06  Julien Danjou  <julien@danjou.info>
1742
1743         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1744         was matched.
1745
1746         * sieve-manage.el: Update example in `Commentary'.
1747
1748         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1749
1750         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1751         not 2000.
1752         (sieve-manage-authenticate): Re-add function.
1753
1754 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1755
1756         * shr.el (shr-insert): Get 'space transition right.
1757         (shr-render-td): Only delete space at the end of the TD.
1758
1759         * nnimap.el (nnimap-open-connection): Prepare to support
1760         open-gnutls-stream.
1761
1762         * shr.el: Rearrange function order to be more logical.
1763
1764 2010-10-06  Julien Danjou  <julien@danjou.info>
1765
1766         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1767         (nnrss-discover-feed): Remove 404 URL in docstring.
1768
1769         * nnir.el: Fix Swish-E URL.
1770         Fix Namazu URL.
1771
1772         * message.el (message-change-subject): Remove 404 URL in a comment.
1773
1774 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1775
1776         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1777         called interactively.
1778
1779         * gnus-util.el (gnus-remove-if): Allow hash table.
1780         (gnus-remove-if-not): New function.
1781
1782         * gnus-art.el (gnus-mime-view-part-as-type)
1783         * gnus-score.el (gnus-summary-score-effect)
1784         * gnus-sum.el (gnus-read-move-group-name):
1785         Replace remove-if-not with gnus-remove-if-not.
1786
1787         * gnus-group.el (gnus-group-completing-read):
1788         Regard collection as a hash table if it is not a list.
1789
1790 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1791
1792         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1793
1794         * shr.el: Document the table-rendering algorithm.
1795
1796 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1797
1798         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1799         for Emacsen having no `libxml-parse-html-region' support.
1800
1801 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1802
1803         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1804         invalid URLs.
1805
1806         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1807         line-broken.
1808         (shr-tag-img): Ignore image fetching errors.
1809         (shr-overlays-in-region): Compute overlay positions correctly.
1810
1811         * mm-decode.el (mm-shr): Require shr.
1812
1813         * gnus-art.el (gnus-blocked-images): Move variable here.
1814
1815         * shr.el (shr-insert-table): Bind free variable.
1816
1817         * mm-decode.el (mm-shr): Bind shr-content-function.
1818
1819         * shr.el (shr-content-function): New variable.
1820
1821         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1822         added for symmetry.
1823
1824         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1825
1826         * gnus-group.el (gnus-group-make-group): Doc fix.
1827
1828         * nnimap.el (nnimap-request-newgroups): Return success.
1829
1830         * shr.el (shr-find-elements): New function.
1831         (shr-tag-table): Put all the images after the table.
1832         (shr-tag-table): Really inhibit images inside the table.
1833         (shr-collect-overlays): Copy over overlays from the TD elements to the
1834         main document.
1835
1836         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1837         gnus-blocked-images.
1838
1839 2010-10-05  Julien Danjou  <julien@danjou.info>
1840
1841         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1842
1843         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1844         (gnus-html-maximum-image-size): Add this function.
1845         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1846
1847         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1848         server-value of the capability is nil.
1849
1850 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1851
1852         * shr.el (shr-tag-em): Add <EM> tag.
1853
1854 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1855
1856         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1857         customizable.
1858
1859         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1860         handing broken links to browse-url.
1861
1862 2010-10-05  Julien Danjou  <julien@danjou.info>
1863
1864         * gnus-util.el (gnus-emacs-completing-read)
1865         (gnus-iswitchb-completing-read): Use autoload rather than require.
1866
1867 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1868
1869         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1870         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1871         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1872         iswitchb-temp-buflist for XEmacs.
1873
1874         * gnus-util.el (gnus-completing-read-function): Exclude
1875         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1876         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1877         XEmacs.
1878
1879         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1880         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1881
1882         * gnus-html.el: Don't require help-fns under XEmacs.
1883         (gnus-html-schedule-image-fetching): Work for XEmacs.
1884
1885         * mm-decode.el (mm-shr): Decode contents by charset.
1886
1887 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1888
1889         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1890         unknown.
1891
1892         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1893         (shr-get-image-data): Ensure against the cache file missing.
1894
1895         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1896         for data.
1897
1898         * spam-report.el (spam-report-url-ping-plain): Don't query about
1899         killing the process.
1900
1901         * shr.el (shr-render-td): Protect against too-wide text.
1902
1903 2010-10-04  Julien Danjou  <julien@danjou.info>
1904
1905         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1906         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1907
1908         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1909         retrieved.
1910
1911 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1912
1913         * shr.el (browse-url): Require.
1914         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1915         lines.
1916         (shr-show-alt-text, shr-browse-image): New commands.
1917         (shr-browse-url, shr-copy-url): New commands.
1918
1919         * gnus-sum.el (gnus-widen-article-window): New variable.
1920         (gnus-summary-select-article-buffer): Use it.
1921
1922         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1923         without @ signs.
1924
1925 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1926
1927         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1928
1929 2010-10-04  Julien Danjou  <julien@danjou.info>
1930
1931         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1932         for XEmacs.
1933
1934 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1935
1936         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1937
1938         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1939         (nnimap-close-server): Implement.
1940
1941         * dgnushack.el (iswitchb): Require to shut up the compiler.
1942
1943         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1944         (shr-insert): Tweak line breaking.
1945         (shr-insert): Handle <pre> better.
1946         (shr-tag-li): Get <li> indentation right.
1947         (shr-tag-li): Get <li> indentation even righter.
1948         (shr-tag-blockquote): Ensure paragraph start.
1949         (shr-make-table): Tweak table generation.
1950         (shr-make-table): Fix typo.
1951
1952         * shr.el: Implement table rendering.
1953
1954 2010-10-04  Julien Danjou  <julien@danjou.info>
1955
1956         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1957
1958 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1959
1960         * shr.el (shr-insert): Use string anchors instead of line anchors.
1961
1962 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1963
1964         * shr.el: Add headings.
1965         (shr-ensure-paragraph): Actually work.
1966         (shr-tag-li): Make <ul> prettier.
1967         (shr-insert): Get white space at the beginning/end of elements right.
1968         (shr-tag-p): Collapse subsequent <p>s.
1969         (shr-ensure-paragraph): Don't insert double line feeds after blank
1970         lines.
1971         (shr-insert): \t is also space.
1972         (shr-tag-s): Fix "s" tag name function.
1973         (shr-tag-s): Fix face prop name.
1974
1975 2010-10-03  Julien Danjou  <julien@danjou.info>
1976
1977         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1978
1979         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1980         gnus-window-inside-pixel-edges.
1981
1982         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1983         gnus-ems.
1984
1985         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1986
1987         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1988         function.
1989
1990         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1991         resize choice.
1992
1993 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1994
1995         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1996         beginning of the buffer.
1997
1998         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1999         article buffer again.
2000
2001         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2002
2003         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2004         when it's at the start of the buffer.
2005
2006         * shr.el (shr-tag-blockquote): Convert name.
2007         (shr-rescale-image): Use the right image-size variant.
2008
2009         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2010         buffer isn't shown, then select the current article first instead of
2011         bugging out.
2012         (gnus-summary-select-article-buffer): Show both the article and summary
2013         buffers again.
2014
2015         * shr.el (shr-fontize-cont): Protect against regions with no text.
2016         Rename tag functions to shr-tag-* for enhanced security.
2017         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2018
2019 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2020
2021         * shr.el (shr-insert):
2022         * pop3.el (pop3-movemail):
2023         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2024         loaded.
2025
2026 2010-10-03  Glenn Morris  <rgm@gnu.org>
2027
2028         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2029
2030         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2031
2032         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2033
2034         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2035
2036         * gnus-util.el (gnus-make-local-hook): Simplify.
2037
2038 2010-10-02  Julien Danjou  <julien@danjou.info>
2039
2040         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2041         (gnus-ido-completing-read): New function.
2042         (gnus-emacs-completing-read): New function.
2043         (gnus-completing-read): Use gnus-completing-read-function.
2044         Add gnus-completing-read-function.
2045
2046 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2047
2048         * shr.el (shr-insert-document): Autoload.
2049         (shr-img): Be silent.
2050         (shr-insert): Add a newline after every picture before text.
2051         (shr-add-font): Use overlays for combining faces.
2052         (shr-insert): Pass upwards the text start point.
2053
2054         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2055         possible.
2056         (mm-shr): New function.
2057
2058 2010-10-02  Julien Danjou  <julien@danjou.info>
2059
2060         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2061         should go backward.
2062
2063 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2064
2065         * shr.el (shr): Fix typo in provide call.
2066
2067 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2068
2069         * shr.el: New file.
2070
2071         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2072
2073         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2074         completing read.
2075
2076 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2077
2078         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2079         we're being queried about.  Suggested by Dan Jacobson.
2080
2081         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2082         Suggested by Jason Eisner.
2083
2084         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2085         table, too.  Suggested by Stefan Wiens.
2086         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2087         the table unnecessary.  Suggested by Stefan Wiens.
2088
2089         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2090         longer needed, and probably doesn't work either, as pointed out by
2091         Stefan Wiens.
2092         (gnus-summary-exit): Remove call to the clearing function.
2093         (gnus-summary-exit-no-update): Ditto.
2094
2095         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2096         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2097         Reported by Stefan Monnier.
2098         (gnus-summary-save-in-rmail): Ditto.
2099
2100         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2101         article buffer, instead of both the article buffer and the summary
2102         buffer.  Sort of suggested by Dan Jacobson.
2103
2104         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2105
2106         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2107         Suggested by Dan Jacobson.
2108
2109         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2110         documentation clearer.
2111
2112         * message.el (message-shorten-references): Comment on the number "21".
2113         Suggested by Stefan Monnier.
2114
2115         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2116         Suggested by Dan Jacobson.
2117
2118         * gnus.el (gnus-large-newsgroup):
2119         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2120
2121         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2122         externalize attachments.  Bug reported by Steve Wen.
2123
2124         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2125         really message anything to the user.
2126
2127         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2128         directly.
2129
2130         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2131         messages in empty groups.
2132
2133 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2134
2135         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2136         non-UIDNEXT group.
2137
2138 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2139
2140         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2141         not the value from the collection.
2142
2143         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2144         values.  This sometimes happens on some groups that have no info.
2145         (nnimap-request-newgroups): New function.
2146
2147 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2148
2149         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2150         check into `gnus-registry-initialize'.
2151         (gnus-registry-initialize): Ditto.
2152         Fix and extend header docs.
2153
2154 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2155
2156         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2157         regexp backtrace overflows.
2158
2159         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2160         for starttls that tls.el implements; i.e. openssl.
2161
2162         * tls.el (tls-starttls-switches): Give up on using starttls with
2163         gnutls-cli.
2164         (tls-program): Add --insecure to be consistent with the defaults from
2165         openssl s_client.  Now all three commands are insecure.
2166
2167 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2168
2169         * lpath.el: Bind completion-styles-alist for XEmacs.
2170
2171         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2172         (gravatar-create-image): New function that's an alias to
2173         gnus-xmas-create-image, gnus-create-image, or create-image.
2174         (gravatar-data->image): Use it.
2175
2176 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2177
2178         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2179         install the nnregistry refer method.
2180         (gnus-registry-install-hooks): Use it.
2181         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2182         unfollowed groups.
2183
2184 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2185
2186         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2187         expanding threads.
2188
2189 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2190
2191         * nnir.el: Use the server names without suffixes (bug #7009).
2192
2193         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2194         unencrypted to STARTTLS, if possible.
2195
2196 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2197
2198         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2199         headers before superseding.
2200
2201 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2202
2203         * nnrss.el (nnrss-use-local): Add documentation.
2204
2205         * nnimap.el (nnimap-extend-tls-programs): New function.
2206         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2207         (nnimap-wait-for-connection): Accept the greeting from the stupid
2208         output from openssl s_client -starttls, too.
2209
2210         * tls.el (tls-starttls-switches): New variable.
2211         (tls-find-starttls-argument): Use it.
2212         (open-tls-stream): Ditto.
2213
2214         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2215         (netrc-machine): Ditto.
2216
2217         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2218         article number.
2219         (nnimap-split-fancy): New variable.
2220         (nnimap-split-incoming-mail): Use it.
2221
2222         * nntp.el (nntp-server-list-active-group): Document.
2223
2224         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2225         SELECT to get the message-id.
2226
2227         * mail-source.el (mail-sources): Remove webmail support.
2228         (defvar): Ditto.
2229         (mail-source-fetcher-alist): Ditto.
2230         (mail-source-fetch-webmail): Remove.
2231
2232         * webmail.el: Remove -- doesn't seem relevant any more.
2233
2234         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2235
2236         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2237         the \r.
2238
2239 2010-09-30  Julien Danjou  <julien@danjou.info>
2240
2241         * gnus-agent.el (gnus-agent-add-group): Fix call to
2242         gnus-completing-read.
2243
2244 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2245
2246         * nndoc.el (nndoc-retrieve-groups): New function.
2247
2248         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2249         `default', use nnmail-split-methods.
2250         (nnimap-request-article): Downcase the NILs so that they are nil.
2251
2252         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2253         symbol.
2254
2255         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2256         code, since if the user has requested network, that's what they ought
2257         to get.
2258         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2259         (nnimap-split-rule): Mark as obsolete.
2260
2261         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2262         New variable.
2263
2264         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2265         correct slot, too.
2266
2267 2010-09-29  Julien Danjou  <julien@danjou.info>
2268
2269         * gnus.el (gnus-local-domain): Declare variable obsolete.
2270
2271         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2272         Fix history computing.
2273         (gnus-ido-completing-read): Require ido.
2274
2275 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2276
2277         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2278         build Gnus.
2279
2280         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2281         when interpreting the structures.
2282         (nnimap-request-accept-article): Add \r\n to the lines to make this
2283         work with Cyrus.
2284
2285         * nndraft.el (nndraft-request-expire-articles): Use the group name
2286         instead if "nndraft".  Fix found by Nils Ackermann.
2287
2288 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2289
2290         * nnregistry.el: Add.
2291
2292 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2293
2294         * nnmail.el (group, group-art-list, group-art):
2295         Remove unneeded directives.
2296
2297 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2298
2299         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2300         (mm-mime-charset)
2301         * rfc2047.el (rfc2047-syntax-table)
2302         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2303
2304         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2305         rather than `insert-file-contents' and `eval-region'.
2306
2307         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2308         construction.
2309
2310         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2311
2312         * time-date.el: No need to require cl for Emacs 21.
2313
2314 2010-09-29  Julien Danjou  <julien@danjou.info>
2315
2316         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2317         replacement of `gnus-gravatar-relief' to mimic
2318         `gnus-faces-properties-alist'.
2319         Add :version property.
2320
2321 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2322
2323         * mail-source.el (mail-source-report-new-mail)
2324         * message.el (message-default-mail-headers)
2325         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2326
2327         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2328
2329 2010-09-28  Julien Danjou  <julien@danjou.info>
2330
2331         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2332         mail-address contains the same string as real-name.
2333
2334         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2335         non-blank in header, otherwise it'll get stripped.
2336
2337         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2338         real-name, and then for mail address rather than doing : or , search.
2339
2340 2010-09-27  Julien Danjou  <julien@danjou.info>
2341
2342         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2343         right completing-read function.
2344         (gnus-use-ido): New variable
2345         (gnus-completing-read-with-default): Remove.
2346         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2347         (gnus-agent-add-group):
2348         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2349         * mm-view.el (mm-view-pkcs7-decrypt):
2350         * mm-util.el (mm-codepage-setup):
2351         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2352         * mml-smime.el (mml-smime-openssl-sign-query):
2353         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2354         (mml-insert-multipart):
2355         * gnus-msg.el (gnus-summary-yank-message):
2356         * gnus-int.el (gnus-start-news-server):
2357         * mm-decode.el (mm-interactively-view-part):
2358         * gnus-dired.el (gnus-dired-attach):
2359         * gnus.el (gnus-read-method):
2360         * gnus-bookmark.el (gnus-bookmark-jump):
2361         * gnus-art.el (gnus-mime-view-part-as-type)
2362         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2363         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2364         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2365         * nnmairix.el (nnmairix-create-server-and-default-group)
2366         (nnmairix-update-groups, nnmairix-get-server)
2367         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2368         (nnmairix-get-group-from-file-path):
2369         * nnrss.el (nnrss-find-rss-via-syndic8):
2370         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2371         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2372         (gnus-group-browse-foreign-server):
2373         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2374         (gnus-summary-execute-command, gnus-summary-respool-article)
2375         (gnus-read-move-group-name):
2376         * gnus-score.el (gnus-summary-increase-score)
2377         (gnus-summary-score-effect):
2378         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2379
2380 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2381
2382         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2383         x-focus-frame.
2384
2385         * nnimap.el (auth-source-forget-user-or-password)
2386         (auth-source-user-or-password): Autoload.
2387
2388         * message.el (message-from-style, message-interactive)
2389         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2390         (message-yank-prefix, message-indentation-spaces, message-signature)
2391         (message-signature-file): Add comment.
2392
2393 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2394
2395         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2396         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2397         new articles.
2398
2399         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2400         parts.
2401         (nnimap-request-article): Work with the t setting, too.
2402
2403         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2404         that you don't get flashes of other buffers.
2405         (gnus-summary-show-complete-article): Intern before setting.
2406
2407 2010-09-27  David Engster  <dengste@eml.cc>
2408
2409         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2410         well as HEADERS.
2411         (nnmairix-retrieve-headers): Provide new argument for the above.
2412
2413 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2414
2415         * gnus-sum.el (gnus-summary-move-article): Don't alter
2416         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2417         group.
2418
2419         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2420
2421         * message.el (message-cite-prefix-regexp): Revert my last edit.
2422
2423         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2424         variable instead of the Gnus variable.
2425
2426         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2427
2428         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2429
2430         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2431         since some servers don't like it.
2432         (nnimap-open-connection): Forget credentials if the server says the
2433         password was wrong.
2434         (nnimap-parse-line): Protect against invalid data.
2435
2436         * gnus-sum.el (gnus-summary-move-article): Add comment.
2437         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2438         nothing alters it while scanning for new messages.
2439
2440         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2441         which may or may not help.
2442         (nnimap-open-connection): If we're doing a stream connection, and then
2443         discover we're on a STARTTLS-capable server, then open a STARTTLS
2444         connection instead.
2445
2446 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2447
2448         * nnimap.el (utf7): Require.
2449
2450         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2451         prefix.
2452
2453 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2454
2455         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2456
2457 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2458
2459         * nnimap.el (nnimap-request-accept-article): Message the error on
2460         error.
2461
2462 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2463
2464         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2465
2466 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2467
2468         * nndoc.el (nndoc-request-list): Return success always.
2469
2470         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2471         `fetch-old' -- we only want to fetch the articles we've requested.
2472         The rest are in the agent, probably.
2473         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2474         disappeared server" to something low.  It's not important.
2475
2476         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2477         arrived before the FETCH data.
2478
2479         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2480         target here, because we don't know the Gnus name of the group.
2481
2482         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2483         for the correct group.
2484
2485         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2486
2487         * gnus.el (gnus): Give a final warning after startup.
2488
2489         * gnus-util.el (gnus-action-message-log): New variable.
2490         (gnus-message): Use it.
2491         (gnus-final-warning): New function.
2492
2493         * nnimap.el (nnimap-open-connection): Record the greeting.
2494         (nnimap): Add greeting.
2495
2496 2010-09-26  Julien Danjou  <julien@danjou.info>
2497
2498         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2499         arguments.
2500         (gnus-html-wash-images): Fix spec computing to include start/end.
2501
2502         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2503
2504 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2505
2506         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2507         deletion.
2508         (nnimap-retrieve-headers): Don't select the group, because that's
2509         already done by nnimap-possibly-change-group.
2510
2511         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2512         (gnus-picon-transform-address): Use it.
2513
2514         * mail-source.el (mail-source-value): Revert previous patch.
2515
2516         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2517         on failure.
2518         (nnimap-open-connection): Look up both virtual and physical server name
2519         credentials.
2520
2521         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2522
2523 2009-02-07  Dave Love  <fx@gnu.org>
2524
2525         * tls.el (open-tls-stream): Don't query killing process.
2526
2527 2009-02-08  Dave Love  <fx@gnu.org>
2528
2529         * gnus-win.el (gnus-window-to-buffer-helper)
2530         (gnus-all-windows-visible-p): Function needn't be a symbol.
2531
2532         * mail-source.el (mail-source-value): Function needn't be a symbol.
2533
2534 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2535
2536         * message.el (message-cite-prefix-regexp): Remove } from the cite
2537         prefix.
2538
2539         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2540         highlight again, so that the highlight is correct.
2541
2542         * gnus-picon.el (gnus-picon): Remove again.
2543         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2544
2545         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2546         doing the header highlightling, so that the background colour of the
2547         picon is correct.
2548
2549         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2550         (gnus-picon): Ditto.
2551         (gnus-picon): Reinstate.  The background colour for picons is white.
2552         (gnus-picon-insert-glyph): Make the background white.
2553
2554         * nnml.el (nnml-open-nov): Don't return dead buffers.
2555
2556         * auth-source.el (auth-source-create): Query the user for whether to
2557         store the credentials.
2558
2559         * netrc.el (netrc-store-data): New function.
2560
2561         * auth-source.el (auth-source-user-or-password): Use the existing auth
2562         sources, if any, for creation.
2563
2564         * gnus.el (gnus-group-fast-parameter): Return the last matching
2565         parameter instead of the first matching parameter.
2566
2567 2010-09-26  Julien Danjou  <julien@danjou.info>
2568
2569         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2570
2571 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2572
2573         * mml2015.el (mml2015-use): Remove gpg support.
2574
2575         * mml1991.el (mml1991-function-alist): Remove gpg function.
2576         (mml1991-gpg-sign): Remove.
2577
2578 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2579
2580         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2581         (gnus-browse-unsubscribe-current-group): Document it.
2582         (gnus-browse-unsubscribe-group): Use it.
2583
2584 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2585
2586         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2587         address to the To list for easier response.
2588
2589         * gnus.el (gnus-play-startup-jingle): Remove.
2590         (gnus-splash): Don't play jingle.
2591         (gnus): Silence gnus-load message.
2592
2593         * gnus-art.el (gnus-treat-play-sounds): Remove.
2594
2595         * gnus.el (gnus-play-jingle): Remove audio support.
2596
2597         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2598
2599         * earcon.el: Remove -- no users.
2600
2601         * gnus-audio.el: Remove -- no users of this package.
2602
2603         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2604
2605         * gnus-start.el (gnus-setup-news): Remove nocem support.
2606
2607         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2608
2609         * gnus.el (gnus-use-nocem): Remove.
2610
2611         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2612         Remove.
2613
2614         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2615         uses NoCeM any more.
2616
2617         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2618         (gnus-button-ctan-handler): Ditto.
2619         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2620         (gnus-button-ctan-directory-regexp): Ditto.
2621         (gnus-button-handle-ctan): Ditto.
2622         (gnus-button-tex-level): Ditto.
2623         (gnus-button-alist): Remove CTAN stuff.
2624
2625 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2626
2627         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2628         nnimap-streaming test.
2629
2630         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2631         servers twice.
2632
2633         * nnimap.el (nnimap-open-connection): Add more error reporting when
2634         nnimap fails early.
2635
2636         * nnheader.el (nnheader-get-report-string): New function.
2637         (nnheader-get-report): Use it.
2638
2639         * gnus-int.el (gnus-check-server): Say what the error was when opening
2640         failed.
2641
2642         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2643         using streaming.
2644
2645 2010-09-25  Julien Danjou  <julien@danjou.info>
2646
2647         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2648         gnus-window-inside-pixel-edges.
2649
2650 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2651
2652         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2653
2654         * mm-decode.el (mm-save-part): Allow saving to other directories the
2655         normal Emacs way.
2656
2657         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2658         Suggested by Jay Berkenbilt.
2659
2660         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2661         there isn't a single byte.
2662
2663         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2664         just do it.  It doesn't really seem to matter what the user responds
2665         here, I think, so it's just a confusing question.
2666
2667         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2668         non-streaming case.
2669
2670         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2671         (gnus-article-encrypt-body): Use it.
2672
2673         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2674         keystroke.
2675
2676         * nnimap.el (nnimap-find-wanted-parts-1):
2677         Use gnus-fetch-partial-articles.
2678
2679         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2680
2681         * nnimap.el (nnimap-insert-partial-structure): New function.
2682         (nnimap-get-partial-article): New function.
2683         (nnimap-request-article): Use it.
2684         (nnimap-wait-for-response): Return whether the wait was successful.
2685         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2686         retrieval wasn't successful.
2687         (nnimap-retrieve-group-data-early): Allow throttling servers.
2688         (nnimap-streaming): New variable.
2689         (nnimap-fetch-partial-articles): Remove.
2690
2691         * mm-decode.el (mm-with-part): Protect against killed buffers.
2692
2693         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2694         for prettier summary display.
2695
2696 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2697
2698         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2699
2700 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2701
2702         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2703         apparently third-party libraries depend on it.
2704
2705         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2706         before starting negotiation.
2707
2708         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2709         privacy reasons.
2710         (gnus-treat-mail-gravatar): Ditto.
2711
2712         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2713         buffer when inserting images.  Inserting text into the headers, for
2714         instance, can make them invalid.
2715
2716 2010-09-25  Julien Danjou  <julien@danjou.info>
2717
2718         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2719         variables.
2720
2721         * nnheader.el: Remove useless variables news-reply-yank-from and
2722         news-reply-yank-message-id.
2723
2724         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2725         variables.
2726
2727         * mml1991.el: Remove useless mml1991-verbose.
2728
2729         * gnus.el: Remove useless variable gnus-use-generic-from.
2730         Remove obsolete variable gnus-topic-indentation.
2731
2732         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2733
2734         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2735
2736         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2737
2738         * gnus-group.el: Remove useless gnus-group-icon-cache.
2739         Remove useless gnus-ephemeral-group-server.
2740
2741         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2742
2743         * mml2015.el: Remove useless mml2015-verbose.
2744
2745         * mml-smime.el: Remove useless mml-smime-verbose.
2746
2747         * gnus.el: Remove useless gnus-local-domain.
2748
2749         * gnus-gravatar.el (gnus-gravatar-transform-address):
2750         Use gnus-gravatar-size.
2751
2752         * gnus-art.el: Remove useless gnus-treat-translate.
2753
2754 2010-09-24  Julien Danjou  <julien@danjou.info>
2755
2756         * gnus-sum.el: Add support for Gravatars.
2757
2758         * gnus-art.el: Add support for Gravatars.
2759
2760         * gnus-gravatar.el: Add this file.
2761
2762         * gravatar.el: Add this file.
2763
2764 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2765
2766         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2767
2768         * gnus-group.el (gnus-group-fetch-faq): Remove.
2769
2770         * gnus.el (gnus-group-faq-directory): Remove.
2771
2772         * gnus-group.el (gnus-group-fetch-charter): Remove.
2773
2774         * gnus.el (gnus-group-charter-alist): Remove.
2775
2776         * gnus-group.el (gnus-group-archive-directory): Remove.
2777         (gnus-group-recent-archive-directory): Ditto.
2778         (gnus-group-make-archive-group): Remove.
2779
2780         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2781
2782         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2783         use the same article number for all the cached articles.
2784
2785         * nnimap.el (nnimap-command): Register the last command time so
2786         that we can use it for idling NOOPs.
2787         (nnimap-open-connection): Start the keeplive timer.
2788         (nnimap-make-process-buffer): Store all the process buffers.
2789         (nnimap-keepalive): New function.
2790
2791         * starttls.el (starttls-open-stream): Add autoload cookie.
2792
2793 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2794
2795         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2796         handling.
2797
2798 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2799
2800         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2801         its data structures.
2802
2803         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2804         instead of the cl.el copy-list.
2805         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2806         equalp.
2807
2808 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2809
2810         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2811         and tool-bar-local-item-from-menu.
2812
2813         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2814         mode-line-highlight face for Emacs.
2815
2816         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2817         loading gnus-sum.elc; fix comment for canlock-verify.
2818         (gnus-article-jump-to-part): Use read-number.
2819         (gnus-insert-mime-button, gnus-insert-mime-security-button):
2820         Remove Emacs pre-21 compatible code for help-echo.
2821         (gnus-article-next-page-1): No need to adjust the number of lines.
2822         (gnus-article-describe-bindings): Always use help-buffer.
2823
2824         * gnus-audio.el (gnus-audio-inline-sound)
2825         * gnus-cus.el (gnus-custom-mode)
2826         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2827
2828         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2829
2830         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2831         compatible code.
2832
2833 2010-09-24  Glenn Morris  <rgm@gnu.org>
2834
2835         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2836         visiting the fcc file in rmail-mode.
2837
2838         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2839
2840 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2841
2842         * nnir.el: Silence the byte compiler.
2843
2844         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2845         alias to browse-url-url-encode-chars if any.
2846         (gnus-html-encode-url): Use it.
2847
2848 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2849
2850         * gnus-start.el (gnus-use-backend-marks): New variable.
2851         (gnus-get-unread-articles-in-group): Use it.
2852
2853         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2854         makeover.
2855
2856 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2857
2858         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2859
2860 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2861
2862         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2863         Remove.
2864         (gnus-setup-news-hook):
2865         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
2866
2867         * gnus-int.el (gnus-request-update-info): Protect against backends not
2868         having the function.
2869
2870         * nnimap.el (nnimap-stream): Mention starttls.
2871         (nnimap-open-connection): Add starttls support.
2872
2873 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2874
2875         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2876
2877 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2878
2879         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2880         BODYSTRUCTUREs.
2881         (nnimap-transform-headers): Unfold quoted {42} headers.
2882
2883         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2884         the info.
2885         (gnus-get-unread-articles): Only call updatep on backends that support
2886         it.
2887
2888         * nnweb.el (nnweb-request-update-info): NOOP.
2889
2890         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
2891
2892         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
2893         since it only deals with marks.
2894
2895         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
2896         gnus-request-marks, and make a new gnus-request-update-info.
2897
2898         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2899         the active instead of the high number, which is usually too low.
2900
2901 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2902
2903         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2904         * encrypt.el: Remove.
2905
2906 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2907
2908         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2909         server in symbolic form.
2910
2911         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
2912
2913 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2914
2915         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2916         (nnimap-update-info): Fix up code slightly.
2917
2918         * gnus-int.el (gnus-open-server): Add tracing for performance
2919         debugging.
2920
2921         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2922         (gnus-group-insert-group-line): Pass the real group name so that it
2923         gets the right data.
2924
2925         * gnus-start.el (gnus-get-unread-articles): Don't have
2926         `gnus-get-unread-articles-in-group' update info, since that can be
2927         really slow and doesn't seem to be needed?
2928
2929 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2930
2931         * time-date.el (date-to-time): Try using parse-time-string first before
2932         using the slower timezone-make-date-arpa-standard.
2933
2934 2010-09-22  Julien Danjou  <julien@danjou.info>
2935
2936         * gnus-group.el (gnus-group-insert-group-line):
2937         Call gnus-group-highlight-line.
2938         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2939         default hook list.
2940         (gnus-group-update-eval-form): Add new function.
2941         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2942         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2943
2944 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2945
2946         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2947         immediate, then expire all articles.
2948         (nnimap-update-info): Fix off-by-one errors.
2949         (nnimap-flags-to-marks): Would return no marks lists for group with no
2950         flags.  Instead return the other data.
2951
2952 2010-09-22  Julien Danjou  <julien@danjou.info>
2953
2954         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
2955         Only return an icon.
2956         (gnus-group-insert-group-line): Compute icon to return.
2957
2958         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
2959         (gnus-html-image-fetched): Only cache if
2960         gnus-html-image-automatic-caching is set.
2961         (gnus-html-image-fetched): Check for errors.
2962
2963 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2964
2965         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2966         once per method on `g'.  This ensures that backends like nnfolder don't
2967         open all their folders.
2968
2969         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2970         (nnimap-request-list): Nix out group in the correct buffer.
2971         (nnimap-parse-flags): Implement by using `read' instead of
2972         hand-parsing.
2973         (nnimap-flags-to-marks): Pass on permanent-flags.
2974         (nnimap-make-process-buffer): Record the server name.
2975         (nnimap-parse-flags): Fix typo.
2976         (nnimap-request-scan): Run split on the server in general, not just a
2977         single group.
2978
2979         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2980         parameter, and propagate this downwards.
2981
2982         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2983         since EXAMINE changes it on the server.
2984
2985         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2986         this command might take a while.
2987
2988 2010-09-22  Julien Danjou  <julien@danjou.info>
2989
2990         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
2991         harmful if you have 2 images side-by-side, they can't be properly
2992         update on text deletion.  Using text-property is safer here.
2993         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2994         data.
2995
2996 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2997
2998         * nnimap.el (nnimap-expunge-inbox): Remove.
2999         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3000         (nnimap-expunge): Flip default to t.
3001
3002         * gnus.el (gnus-method-to-server): Don't push things to the cache
3003         unless it's unique.
3004         (gnus-server-to-method): Ditto.
3005
3006 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3007
3008         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3009
3010 2010-09-22  Julien Danjou  <julien@danjou.info>
3011
3012         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3013         get the start of data.
3014         (gnus-html-encode-url): Add this function to encode special chars in
3015         URL.
3016         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3017         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3018
3019         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3020         default.
3021         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3022
3023         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3024         images alt-text.
3025         (gnus-html-put-image): Put alt-text as help-echo.
3026
3027 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3028
3029         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3030         * mm-util.el (mm-decompress-buffer)
3031         * nnir.el (nnir-run-find-grep)
3032         * pop3.el (pop3-list): Use 3rd arg of split-string.
3033
3034         * time-date.el (format-seconds): Comment fix.
3035
3036         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
3037         and byte-optimize-form-code-walker.
3038         (dgnushack-make-auto-load): Don't advise make-autoload.
3039
3040         * lpath.el: Remove Emacs 21 stuff.
3041
3042 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3043
3044         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3045         outside the active range.  Suggested by Dan Christensen.
3046
3047         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3048         slightly later to avoid double-getting it.
3049
3050         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3051         previous patch.
3052
3053         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3054
3055 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3056
3057         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3058
3059 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3060
3061         * gnus-int.el (gnus-open-server): Give a better error message in the
3062         "go offline" case.
3063
3064         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3065         marks for nnimap, which is seldom the right thing to do.
3066
3067         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3068         (gnus-same-method-different-name): New function.
3069
3070         * nnimap.el (parse-time): Require.
3071
3072         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3073         method in the presence of many similar methods.
3074
3075         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3076
3077         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3078         nnml-inhibit-expiry.
3079
3080         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3081         find out whether methods are equal.
3082
3083         * nnimap.el (nnimap-find-expired-articles): New function.
3084         (nnimap-process-expiry-targets): New function.
3085         (nnimap-request-move-article): Request the article before looking at
3086         what the Message-ID is.  Fix found by Andrew Cohen.
3087         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3088
3089         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3090         for oldness in addition to being a predicate.
3091
3092         * nnimap.el (nnimap-request-group): When we have zero articles, return
3093         the right data to Gnus.
3094         (nnimap-request-expire-articles): Only delete articles immediately if
3095         the target is 'delete.
3096
3097         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3098         method, this would bug out.
3099
3100         * gnus-group.el (gnus-group-expunge-group): Rename from
3101         gnus-group-nnimap-expunge, and implemented as a normal interface
3102         function.
3103
3104         * gnus-int.el (gnus-request-expunge-group): New function.
3105
3106         * nnimap.el (nnimap-request-create-group): Implement.
3107         (nnimap-request-expunge-group): New function.
3108
3109 2010-09-21  Julien Danjou  <julien@danjou.info>
3110
3111         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3112         (gnus-html-cache-expired): Add new function.
3113         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3114         wethever we should display image for fetch it.
3115         Compute alt-text earlier to pass it to the fetching function too.
3116         (gnus-html-schedule-image-fetching): Change function argument to only
3117         get one image at a time, not a list.
3118         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3119         cache.
3120         (gnus-html-get-image-data): New function to retrieve image data from
3121         cache.
3122         (gnus-html-put-image): Change buffer argument to use image data rather
3123         than file, and place image above region rather than inserting a new
3124         one.  Do not take alt-text as argument, since it's useless now: we place
3125         the image above alt-text.
3126         (gnus-html-prune-cache): Remove.
3127         (gnus-html-show-images): Start to fetch image when we find one, do not
3128         push into a temporary list.
3129         (gnus-html-prefetch-images): Only fetch image if they have expired.
3130         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3131         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3132
3133 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3134
3135         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3136
3137 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3138
3139         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3140         spec inser "*" if the group isn't active instead of 0.
3141
3142         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3143         opening the server.
3144         (nnimap-request-delete-group): Implement group deletion.
3145         (nnimap-transform-headers): Return the size of the entire message in
3146         the Bytes header, not just the size of the first part.
3147         (nnimap-request-move-article): When moving an article from nnimap,
3148         request the article first so the accepting form has an article to
3149         accept.  Reported by Dan Christensen.
3150         (nnimap-command): Make sure that the error message doesn't error out.
3151
3152 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3153
3154         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3155         we haven't requested anything.
3156
3157 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3158
3159         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3160         "".  Fix found by Andrew Cohen.
3161
3162         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3163         instead of -encode-string.
3164
3165 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3166
3167         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3168
3169         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3170         by mm-subst-char-in-string.
3171
3172 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3173
3174         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3175         waiting for the connection string.
3176
3177         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3178         arriving.
3179
3180         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3181         bogus characters.  This allows selecting certain Gmail groups.
3182
3183         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3184         (nnimap-fetch-partial-articles): New variable.
3185         (nnimap-open-connection): When looking for credentials, also use the
3186         nnimap-server-port.
3187         (nnimap-request-article): Return the group/article number, so that Gnus
3188         `^' works as expected.
3189         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3190
3191         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3192         comments.
3193         (gnus-methods-sloppily-equal): New function.
3194         (gnus): When using the development version of Gnus, load the gnus-load
3195         file.
3196
3197         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3198         `gnus-open-server' on each method before trying to scan them etc.
3199         This ensures that all the backend parameters are set correctly.
3200
3201         * nnimap.el (nnimap-authenticator): New variable.
3202         (nnimap-open-connection): Allow anonymous login.
3203         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3204         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3205
3206         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3207         patch, found by Knut Anders Hatlen.
3208
3209 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3210
3211         * gnus-agent.el (gnus-agent-batch-confirmation)
3212         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3213         to gnus-message.
3214         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3215         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3216         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3217         * gnus-int.el (gnus-open-server): Likewise.
3218         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3219         (gnus-score-check-syntax): Likewise.
3220         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3221         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3222         Likewise.
3223         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3224
3225 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3226
3227         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3228         calling conventions so that prefetch doesn't bug out.
3229
3230 2010-09-19  Julien Danjou  <julien@danjou.info>
3231
3232         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3233         rather than `subst-char-in-region' in order to be able to replace ASCII
3234         char by UTF-8 ones.
3235
3236         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3237         than curl.
3238         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3239         the right URL and ALT text on images.
3240         (gnus-html-wash-tags): Fix tag case.
3241         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3242         (gnus-article-html): Add -o display_ins_del=2 option.
3243         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3244
3245 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3246
3247         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3248         the extra mail headers, which sometimes seem to happen for unknown
3249         reasons.
3250
3251         * mail-parse.el (mail-header-encode-parameter): Define as
3252         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3253         (or most, perhaps?) mail readers don't understand the latter, but do
3254         understand the former.
3255
3256         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3257         to nil, so that no methods are automatically agentized.  I think this
3258         is probably what most users want.
3259
3260         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3261         from url-retrieve, for instance about invalid URLs.
3262
3263         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3264         groups that have no articles.
3265         (nnimap-request-article): Check that we really got an article when we
3266         requested one.
3267
3268         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3269         doesn't exist.
3270
3271         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3272         nntp buffer so the agent can save it.
3273         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3274         that CRLF doesn't get translated to \n.
3275         (nnimap-open-connection): Don't make 'shell commands only send \n.
3276
3277 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3278
3279         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3280         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3281         Update var name.
3282         (nnml-generate-nov-file): Use dolist.
3283         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3284         Use with-current-buffer.
3285
3286 2010-09-18  Julien Danjou  <julien@danjou.info>
3287
3288         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3289         parallel.
3290
3291 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3292
3293         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3294         the range update right.
3295         (nnimap-request-group): Don't make `M-g' bug out on group with no
3296         marks.
3297         (nnoo): Require, so that other packages can require nnimap.
3298         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3299         command we're looking for.  This helps when the server sends more
3300         responses after we've gotten everything we expected.
3301         (nnimap): Add a `newlinep' field to keep track of end-of-line
3302         conventions.
3303         Don't send CRLF to things that don't want it.
3304         (nnimap-request-accept-article): Ditto.
3305
3306 2010-09-18  Julien Danjou  <julien@danjou.info>
3307
3308         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3309         than curl to retrieve images.
3310
3311 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3312
3313         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3314         the marks.
3315         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3316         (nnimap-wait-for-connection): New function.
3317         (nnimap-open-connection): If we have PREAUTH, don't query for login
3318         credentials.
3319         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3320         when doing a partial update.
3321
3322 2010-09-18  Julien Danjou  <julien@danjou.info>
3323
3324         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3325         tags.
3326
3327 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3328
3329         * nnimap.el (nnimap-credentials): New function.
3330         (nnimap-open-connection): Use the new function to look for credentials
3331         also on the numeric equivalents of "imap" and "imaps".
3332
3333         * gnus-start.el (gnus-activate-group): Send the info to
3334         gnus-request-group.
3335
3336         * nnimap.el (nnimap-request-group): Have the "check" version of the
3337         function parse flags and update the info, so that a `M-g' get a total
3338         resync of all flags from the group.
3339
3340         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3341         to allow backends to alter the info on group selection.  Also alter all
3342         the backend -request-group functions to take the parameter.
3343
3344         * nnimap.el (nnimap-store-info): New function.
3345         (nnimap-update-info): Store the info for later usage.
3346         (nnimap-request-group): Use the stored info for the dont-check case, so
3347         that we don't retrieve all marks when we enter a group.
3348
3349         * nnimap.el: Use deffoo instead of defun for interface functions.
3350
3351         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3352         update the group info.  This makes the nndraft groups, for instance, go
3353         back to their old behaviour.
3354
3355         * gnus-sum.el (gnus-select-newsgroup): Indent.
3356
3357         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3358         in.
3359         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3360         nothing.
3361
3362         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3363         from methods that are denied.
3364
3365         * gnus-int.el (gnus-method-denied-p): New function.
3366
3367         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3368         store the password instead of netrc.
3369         (nnimap-open-connection): Don't error out when we can't make a
3370         connections.
3371
3372         * auth-source.el (auth-source-create): In the password prompt, say what
3373         we're querying for.  Also prompt for user name if that hasn't been
3374         given.
3375
3376         * nnimap.el (nnimap-with-process-buffer): Remove.
3377
3378 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3379
3380         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3381         method when we're reading from the agent.
3382
3383         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3384
3385         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3386         that's probably most useful for users.
3387
3388         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3389         "failed" all the time.
3390
3391         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3392         ...)) with (with-current-buffer ... ).
3393
3394         * nntp.el (nntp-open-server): Return whether the open was successful or
3395         not.
3396
3397         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3398         select an unread unseen article first.
3399
3400         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3401         /etc/services, supply some sensible port defaults.
3402
3403         * dgnushack.el: Define netrc-credentials.
3404
3405 2010-09-17  Julien Danjou  <julien@danjou.info>
3406
3407         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3408
3409 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3410
3411         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3412         doesn't have any parameters.
3413
3414 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3415
3416         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3417         only upcased checks.
3418
3419         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3420
3421         * nnimap.el (nnimap-open-shell-stream): New function.
3422         (nnimap-open-connection): Use it.
3423         (nnimap-transform-headers): Get the number of lines in each message.
3424         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3425         number of lines.
3426         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3427         problem.
3428
3429         * utf7.el (utf7-encode): Autoload.
3430
3431         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3432         to allow the mail splitting to not return a default group.  This is
3433         useful for nnimap, which will leave unmatched mail in the inbox.
3434
3435         * nnimap.el: Rewritten.
3436
3437         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3438         nnimap usage.
3439
3440         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3441         if the move is internal, so that nnimap can do fast internal moves.
3442
3443         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3444         data.
3445         (gnus-read-active-for-groups): Support finishing the early retrieval of
3446         data.
3447
3448         * gnus-range.el (gnus-range-nconcat): New function.
3449
3450         * gnus-int.el (gnus-finish-retrieve-group-infos)
3451         (gnus-retrieve-group-data-early): New functions.
3452
3453 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3454
3455         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3456         (nnrss-retrieve-groups):
3457         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3458         (pop3-quit): Use with-current-buffer.
3459
3460 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3461
3462         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3463         instead of nnheader-accept-process-output.
3464
3465         * dgnushack.el (dgnushack-compile): Add comment.
3466
3467         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3468
3469         * gnus-html.el (gnus-html-schedule-image-fetching)
3470         (gnus-html-prefetch-images): Replace process-kill-without-query by
3471         gnus-set-process-query-on-exit-flag.
3472
3473 2010-09-16  Romain Francoise  <romain@orebokech.com>
3474
3475         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3476
3477 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3478
3479         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3480         parameter to unintern is mandatory-ish in Emacs 24.
3481
3482         * gnus-html.el (gnus-html-schedule-image-fetching)
3483         (gnus-html-prefetch-images): Check for curl before using it.
3484
3485         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3486         depend on curl, which isn't essential.
3487
3488         * imap.el: Revert back to version
3489         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3490         seem problematic.
3491
3492 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3493
3494         * gnus-registry.el (gnus-registry-install-shortcuts):
3495         Explicitly pass `obarray' to `unintern' to avoid a warning.
3496
3497 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3498
3499         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3500         change.
3501
3502         * nnrss.el (nnrss-request-list): Remove this function and related
3503         functions, including the moreover stuff.
3504
3505 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3506
3507         * nnrss.el (nnrss-retrieve-groups): New function.
3508
3509 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3510
3511         * .dir-locals.el: Add no-byte-compile cookie.
3512
3513 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3514
3515         * time-date.el (format-seconds): Comment fix.
3516
3517         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3518         for back end that doesn't support request-scan.
3519
3520 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3521
3522         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3523         then do request scans from the backends.
3524
3525         * netrc.el (netrc-credentials): New conveniency function.
3526
3527         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3528         avoid running a hook per line, since this takes a lot of time,
3529         profiling shows.
3530         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3531         directly if gnus-visual-p is true.
3532
3533 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3534
3535         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3536         groups; replace mapcar with dolist which is a bit faster; pass groups
3537         info to gnus-read-active-file-1.
3538         (gnus-read-active-file-1): Scan only specified groups if the new
3539         optional arg `infos' is given.
3540
3541 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3542
3543         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3544
3545         * pop3.el (pop3-movemail): Remove.
3546         (pop3-streaming-movemail): Rename to pop3-movemail.
3547
3548         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3549         don't restrict end-tag searches to the end of the line.
3550
3551 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3552
3553         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3554         articles of every unchecked group to t, which means unknown since the
3555         server has never been opened.
3556
3557 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3558
3559         * gnus-html.el (gnus-html-show-alt-text): New command.
3560         (gnus-html-browse-image): Ditto.
3561         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3562         to browse the image directly.
3563         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3564         better.
3565
3566         * gnus-async.el (gnus-async-article-callback):
3567         Call `gnus-html-prefetch-images' unconditionally.
3568
3569         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3570         before feeding URLs to curl.
3571
3572 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3573
3574         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3575         internal images as deletable by `W D D'.
3576
3577         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3578         (gnus-async-article-callback): Fix typo.
3579
3580 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3581
3582         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3583         current line to work around bugs in the output from w3m.
3584
3585         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3586         for groups that want that.
3587
3588         * nntp.el (nntp-wait-for-string): Supply a timeout for
3589         accept-process-output to ensure progress.
3590
3591         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3592         level to get unread articles from, then use that for foreign groups,
3593         too.
3594
3595         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3596         confuses the rest of the function.
3597
3598         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3599         for the methods that support -retrieve-groups, too.
3600
3601         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3602
3603 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3604
3605         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3606         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3607
3608         * pop3.el: Require cl when compiling.
3609         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3610
3611 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3612
3613         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3614         that aren't going to be activated.
3615         (gnus-get-unread-articles): Fix up the last commit.
3616
3617         * gnus-html.el (gnus-article-html): Allow calling without specifying
3618         the handle.  In that case, dissect the buffer first.
3619
3620         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3621
3622         * nnimap.el (nnimap-open-connection): Revert the change that would look
3623         into authinfo for imaps instead of imap.
3624
3625         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3626         say that you don't want to call gnus-request-group with don-check, but
3627         do check the reponse.  This is for virtual groups only.
3628         (gnus-get-unread-articles): Count the archive groups as secondary, so
3629         that they're activated the same way as before.
3630
3631         * imap.el (imap-message-map): Removed optional buffer parameter, since
3632         no callers use it.
3633         (imap-message-get): Ditto.
3634         (imap-message-put): Ditto.
3635         (imap-mailbox-map): Ditto.
3636         (imap-mailbox-put): Ditto.
3637         (imap-mailbox-get): Ditto.
3638         (imap-mailbox-get): Revert last change for this function.
3639
3640         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3641         case-insensitively.
3642         (nnimap-debug): Remove.
3643
3644         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3645         to use `imap-fetch' instead.  According to the comments, this should be
3646         safe, since all other IMAP clients use the 1:* syntax.
3647         (imap-enable-exchange-bug-workaround): Removed.
3648         (imap-debug): Removed -- doesn't seem very useful.
3649
3650         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3651         mail from a file, and the file doesn't exist.
3652
3653         * imap.el (imap-log): New convenience function used throughout instead
3654         of repeating the same code all over the place.
3655
3656         * pop3.el (pop3-streaming-movemail): Return t for success.
3657
3658         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3659         .authinfo if we're using ssl connection.
3660
3661         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3662         already have if we're in a main Gnus `g' run.
3663
3664         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3665
3666 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3667
3668         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3669
3670         * nnmh.el (nnmh-request-list-1): Bind `file'.
3671
3672         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3673         alias to set-process-query-on-exit-flag or process-kill-without-query.
3674         (pop3-open-server): Use it.
3675
3676 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3677
3678         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3679         box to the Incoming file.  Fixes mistake in previous checkin.
3680
3681         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3682         request loop (for debugging purposes) removed.
3683
3684         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3685         culprit is more visible.
3686         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3687         (nnml-add-incremental-nov): New functions to do "incremental" nov
3688         updates, where we just append to the end of the existing nov files
3689         without reading/writing them in full.
3690
3691         * mail-source.el (mail-source-delete-crash-box): Really only check the
3692         incoming files once in a while.
3693
3694         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3695
3696         * mail-source.el (mail-source-delete-crash-box): Only check the
3697         incoming files for deletion once per day to save a lot of file
3698         accesses.
3699
3700         * pop3.el (pop3-logon): Fix up unbound variable typo.
3701
3702         * mail-source.el (pop3-streaming-movemail): Autoload.
3703
3704         * pop3.el (pop3-streaming-movemail):
3705         Respect pop3-leave-mail-on-server.
3706
3707         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3708         retrieval.
3709
3710         * pop3.el (pop3-process-filter): Remove unused function.
3711         (pop3-streaming-movemail, pop3-send-streaming-command)
3712         (pop3-wait-for-messages, pop3-write-to-file)
3713         (pop3-number-of-responses): New functions for streaming pop3
3714         retrieval.
3715
3716         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3717         come from no known methods.
3718         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3719         list.
3720
3721         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3722         message sizes.
3723         (pop3-movemail): Use erase-buffer instead of looping and deleting
3724         regions, which seems rather odd.
3725
3726         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3727         file once per `g' run.
3728
3729         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3730         directories.  This makes the draft queue directory work.
3731
3732         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3733         data from the backends, so that we only request the list of groups from
3734         each method once.  This should speed things up considerably.
3735
3736         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3737         detect that it's not implemented.
3738
3739         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3740         we actually do recurse down into the tree, but don't stat all leaf
3741         nodes.
3742
3743         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3744         then say so instead of bugging out.
3745
3746         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3747         files exist before trying to read them.
3748
3749         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3750         around <pre_int>.
3751
3752         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3753
3754         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3755
3756 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3757
3758         * mm-util.el (mm-image-load-path): Just return the image directories,
3759         not all directories in the path in addition to the image directories.
3760         (mm-image-load-path): Maintain a cache of the image directories so that
3761         the `g' command in Gnus doesn't have to stat dozens of directories each
3762         time.
3763
3764         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3765         (gnus-html-wash-tags): Add a new `i' command to insert images.
3766         (gnus-html-insert-image): New command and keystroke.
3767         (gnus-html-redisplay-with-images): New command and keystroke.
3768         (gnus-html-show-images): Rename command.
3769         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3770         spacers.
3771         (gnus-html-wash-tags): Decode entities at the end, so that entities
3772         inside the tags don't mess up the rest of the "parsing".
3773
3774         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3775         so that nnimap methods aren't agentized by default.  There's apparently
3776         many problems related to agent/imap behaviour.
3777
3778         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3779
3780         * gnus-html.el: Doc fix.
3781
3782 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3783
3784         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3785         specifier-spec-list for Emacs 21.
3786
3787         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3788         glyph-width and glyph-height instead of display-graphic-p and
3789         image-size; make avoidance of displaying small images work for XEmacs.
3790
3791         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3792         for XEmacs.
3793
3794         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3795         of symbol that holds plist data.
3796         (gnus-process-plist): Remove plist of process after getting it.
3797
3798 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3799
3800         * message.el (message-generate-hashcash): Change default to
3801         'opportunistic if hashcash is installed.
3802
3803         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3804         (gnus-html-put-image): Only call image-size once, since it's somewhat
3805         time-consuming on remote X servers.
3806
3807 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3808
3809         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3810         type on data, not a file name.
3811
3812         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3813         window-pixel-edges for Emacs 21.
3814
3815         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3816         decoded contents.
3817         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3818
3819 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3820
3821         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3822         group line format, since it isn't very interesting.
3823
3824         * gnus-agent.el (gnus-agent-short-article),
3825         (gnus-agent-long-article): Increase values for these two variables,
3826         since most people are likely to have more network connection and
3827         storage than before.
3828
3829         * gnus.el (gnus-refer-article-method): Change default to 'current.
3830         When referring an article, the common behaviour is to refer it from the
3831         current select method, not the native select method.  The chances of
3832         the native select method having the message in question is rather slim
3833         these days.
3834
3835         * gnus-sum.el (gnus-auto-select-subject): Change default to
3836         `unseen-or-unread'.  I think it's likely that most people want to
3837         select an unseen article over a previously seen, but unread one.
3838
3839         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3840         means that in the article buffer none of the minor mode elements will
3841         be shown, usually, and this is not desirable in most cases.
3842
3843         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3844         that commands like `d' (and the like) go to the next line in the
3845         buffer, instead of the next unread article.  I think this is the
3846         behaviour that is most natural for most users.
3847         (gnus-single-article-buffer): Change default to nil, so that people can
3848         have as many article buffers open as they have summary buffer.  I think
3849         this is the most natural way for the groups to behave.
3850
3851         * message.el (message-generate-new-buffers): Change default to
3852         `unsent', so that all new message buffers start their names with the
3853         string "*unsent", and it's easier to find the buffers if you move from
3854         them.
3855
3856 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3857
3858         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3859         small.  They're probably tracking images.
3860         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3861         (gnus-html-rescale-image): Yet another try at getting the image sizing
3862         right.
3863
3864         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3865         nntp-marks-file-name is nil.
3866
3867 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3868
3869         * gnus-html.el (gnus-html-wash-tags)
3870         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3871         Better logging.
3872
3873 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3874
3875         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
3876
3877         * gnus-html.el (gnus-html-wash-tags): Check the value of
3878         gnus-blocked-images in the summary buffer.
3879
3880 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3881
3882         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3883
3884 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3885
3886         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3887         like "a", it seems like.
3888         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3889         since it needs to be picked from the correct buffer.
3890
3891         * nnwfm.el: Remove.
3892
3893         * nnlistserv.el: Remove.
3894
3895 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3896
3897         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3898         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3899
3900 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3901
3902         * nnkiboze.el: Remove.
3903
3904         * nndb.el: Remove.
3905
3906         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3907         alt text.
3908         (gnus-html-rescale-image): Try to get the rescaling logic right for
3909         images that are just wide and not tall.
3910
3911         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3912         overshadow variable bindings.
3913
3914 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3915
3916         * gnus-html.el (gnus-html-wash-tags)
3917         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
3918         Add extra logging.
3919
3920 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3921
3922         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3923         (gnus-max-image-proportion): New variable.
3924         (gnus-html-rescale-image): New function.
3925         (gnus-html-put-image): Rescale images.
3926
3927 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3928
3929         Fix up some byte-compiler warnings.
3930         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3931         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3932         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3933         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3934         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3935         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3936         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3937
3938 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3939
3940         * gnus-html.el (gnus-article-html): Decode contents by charset.
3941
3942 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3943
3944         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3945         (gnus-html-frame-width, gnus-blocked-images)
3946         * message.el (message-prune-recipient-rules): Add custom version.
3947         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3948
3949         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3950         functions.
3951
3952         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3953         gnus-process-get.
3954
3955 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3956
3957         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3958         instead of lsub directly.
3959
3960 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3961
3962         * nnwarchive.el: Remove.
3963
3964         * gnus-soup.el: Remove.
3965
3966         * nnsoup.el: Remove.
3967
3968         * nnultimate.el: Remove.
3969
3970         * gnus-html.el (gnus-blocked-images): New variable.
3971
3972         * message.el (message-prune-recipients): New function.
3973         (message-prune-recipient-rules): New variable.
3974
3975         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3976         guess whether a long line is natural text or not.
3977
3978         * gnus-html.el (gnus-html-schedule-image-fetching):
3979         Use gnus-process-plist and friends for compatibility.
3980
3981 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3982
3983         * gnus-html.el: Require packages that define macros used in this file.
3984         (gnus-article-mouse-face): Declare to silence byte-compiler.
3985         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3986         process-get.
3987         (gnus-html-put-image): Use plist-get to avoid getf.
3988         (gnus-html-prefetch-images): Use with-current-buffer.
3989
3990 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3991
3992         * gnus-ems.el: Provide compatibility functions for
3993         gnus-set-process-plist.
3994
3995         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3996         header-line-format for XEmacs 21.4.
3997
3998         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3999         * gnus.el (gnus-valid-select-methods)
4000         * message.el (message-send-mail-partially-limit)
4001         * mm-decode.el (mm-text-html-renderer)
4002         * mml.el (mml-insert-mime-headers-always)
4003         * smiley.el (smiley-regexp-alist): Bump custom version.
4004
4005 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4006
4007         * gnus-html.el: require mm-url.
4008         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4009         with the url to `url'.
4010         (gnus-html-wash-tags): Support cid: URLs/images.
4011
4012 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4013
4014         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4015         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4016         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4017
4018         * gnus-move.el: Remove file, since it doesn't really work.
4019
4020         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4021         UTF-8.  This seems to fix problems with some German web feeds.
4022
4023         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4024         at the top so that the proper colours are applied.
4025
4026         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
4027         don't have dots in their names.
4028
4029         * gnus-art.el (gnus-article-view-part): Doc fix.
4030
4031         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4032         XEmacs-compatible.
4033         (gnus-html-put-image): Don't do images on non-graphic displays.
4034
4035         * nnslashdot.el: Remove this unused backend.
4036
4037         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4038         actions.
4039         (gnus-undo-register-1): Revert last change.
4040
4041         * gnus-group.el (gnus-group-completing-read): Protect against not
4042         having completion-styles bound.
4043
4044         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4045         make broken recipients happier.
4046
4047         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4048
4049         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4050         point parameter.
4051
4052         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4053
4054         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4055         completion-styles for group selection.
4056
4057 2009-02-04  Andreas Schwab  <schwab@suse.de>
4058
4059         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4060         headers and regexp-quote the match if necessary.
4061
4062 2009-03-24  Miles Bader  <miles@gnu.org>
4063
4064         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4065         the blinking smiley.
4066
4067 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4068
4069         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4070         blink smiley.
4071
4072 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4073
4074         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4075         where the dribbel file lives exists.
4076
4077         * message.el (message-send-mail-partially-limit): Change the default to
4078         nil, since most people don't want this.
4079
4080         * mm-url.el (mm-url-decode-entities): Also decode entities like
4081         &#x3212.
4082
4083 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4084
4085         * gnus-sum.el (gnus-summary-idna-message):
4086         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4087         Hyperlink urls in docstrings with URL `...'.
4088
4089 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4090
4091         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4092         functions.
4093
4094 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4095
4096         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4097         say what the mouseover text should be.
4098
4099         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4100         version of the mm-w3m-safe-url-regexp variable to only download images
4101         in the groups where we want that to happen.
4102
4103         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4104
4105         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4106         easier debugging.
4107         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4108         big pictures in the article buffer.
4109
4110         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4111         gnus-article-html.
4112         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4113         w3m.
4114
4115         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4116
4117 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4118
4119         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4120         which doesn't exist.
4121
4122         * message.el (message-inhibit-ecomplete): New variable to allow some
4123         function to inhibit ecomplete address storage.
4124         (message-resend): Disable ecomplete message storage when resending
4125         messages.
4126
4127         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4128
4129 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4130
4131         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4132         Save excursion while copying, moving, and deleting articles in order to
4133         prevent the cursor from jumping to unforeseen place.
4134
4135 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4136
4137         * lpath.el: No need to bind bookmark-current-buffer,
4138         bookmark-yank-point and bookmark-make-record-function.
4139
4140 2010-08-17  Glenn Morris  <rgm@gnu.org>
4141
4142         * gnus-sync.el: Require gnus components whose functions are used.
4143
4144         * gnus-art.el (bookmark-make-record-function):
4145         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4146         Declare for compiler.
4147
4148         * mm-url.el (mml-compute-boundary): Autoload.
4149
4150 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4151
4152         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4153
4154 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4155
4156         Typo fix "hoo4a" -> "hook".
4157
4158         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4159
4160 2010-08-14  Glenn Morris  <rgm@gnu.org>
4161
4162         * gnus-sync.el (gnus-sync): Fix defgroup version.
4163
4164 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4165
4166         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4167
4168         * gnus-sync.el: Fix docs.
4169         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4170         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4171
4172 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4173
4174         Optimizations for gnus-sync.el.
4175
4176         * gnus-sync.el: Add docs about gnus-sync-backend
4177         possibilities.
4178         (gnus-sync-save): Remove unnecessary message.
4179         (gnus-sync-read): Optimize and show what groups were skipped.
4180
4181 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4182
4183         Minor bug fixes for gnus-sync.el.
4184
4185         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4186         Don't read the sync on get-new-news.
4187
4188         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4189         quiet.
4190
4191         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4192         (fix typo).
4193
4194 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4195
4196         Make saving and restoring of hidden threads work with overlays.
4197         Patch applied by Ted Zlatanov.
4198
4199         * gnus-sum.el (gnus-hidden-threads-configuration)
4200         (gnus-restore-hidden-threads-configuration): Update to deal with text
4201         properties, rather than searching for a magic character.
4202
4203 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4204
4205         New gnus-sync.el library for synchronization of marks.
4206
4207         * gnus-sync.el: New library for synchronization of marks.
4208
4209         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4210         renamed from `gnus-registry-grep-in-list'.
4211
4212         * gnus-registry.el (gnus-registry-follow-group-p):
4213         Use `gnus-grep-in-list'.
4214
4215         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4216
4217 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4218
4219         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4220         determining charset of text fails.
4221
4222 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4223
4224         * nnmail.el (nnmail-get-new-mail-1): Revert.
4225
4226         * nnml.el (nnml-active-number): Make sure names of newly created groups
4227         in nnml-group-alist are encoded.
4228
4229 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4230
4231         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4232         containing non-ASCII characters in active file for nnml back end.
4233
4234 2010-07-24  David Engster  <dengste@eml.cc>
4235
4236         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4237         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4238
4239 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4240
4241         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4242         tag (Bug#6654).
4243
4244 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4245
4246         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4247         the article buffer, not the summary buffer.
4248
4249 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4250
4251         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4252         Emacs 23 as well.
4253
4254 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4255
4256         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4257         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4258
4259 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4260
4261         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4262         Patch applied by Karl Fogel.
4263
4264         * gnus-sum.el (gnus-summary-bookmark-make-record):
4265         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4266
4267 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4268
4269         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4270         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4271         C-w still not working correctly from Article buffers; Thierry's
4272         patch to fix that will be applied after this.
4273
4274         * gnus-art.el (bookmark-make-record-function): New local variable.
4275
4276         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4277         article buffer.
4278         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4279
4280 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4281
4282         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4283         on changes in bookmark.el.
4284
4285 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4286
4287         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4288         `no-log' instead of message not to log prompt string.
4289
4290 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4291
4292         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4293         the *other* type of HTML form submission.
4294
4295 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4296
4297         * auth-source.el (auth-source-pick): If choice does not contain a
4298         questioned keyword, set the check to t.
4299
4300 2010-06-12  Romain Francoise  <romain@orebokech.com>
4301
4302         * gnus-util.el (gnus-date-get-time): Move up before first use.
4303
4304 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4305
4306         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4307         (gnus-article-edit-part): Bind it to make last part that is substituted
4308         or deleted visible.
4309         (gnus-mime-display-single): Buttonize part of which id equals to
4310         gnus-mime-buttonized-part-id.
4311
4312 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4313
4314         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4315         (gnus-dd-mmm): Use gnus-date-get-time.
4316         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4317         simplify logic.
4318         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4319         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4320
4321 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4322
4323         * auth-source.el (top): Autoload `secrets-list-collections',
4324         `secrets-create-item', `secrets-delete-item'.
4325         (auth-sources): Fix tag string.
4326         (auth-get-source, auth-source-retrieve, auth-source-create)
4327         (auth-source-delete): New defuns.
4328         (auth-source-pick): Rewrite in order to avoid 2 passes.
4329         (auth-source-forget-user-or-password): New parameter USERNAME.
4330         (auth-source-user-or-password): New parameters CREATE-MISSING and
4331         DELETE-EXISTING.  Retrieve password interactively, if needed.
4332
4333 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4334
4335         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4336         deleting unused directories when gnus-expert-user is t.
4337
4338 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4339
4340         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4341         for each temp file when gnus-article-browse-delete-temp is ask.
4342
4343 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4344
4345         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4346         Lisp calls to delete-backward-char by calls to delete-char.
4347
4348 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4349
4350         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4351
4352 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4353
4354         * password-cache.el (password-cache-remove): Fix docstring.
4355
4356 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4357
4358         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4359         article unless decoding article to be saved.
4360
4361 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4362
4363         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4364         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4365         generated within the mm-with-unibyte-current-buffer macro.
4366
4367 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4368
4369         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4370         to nil when we're in a mml-preview buffer and no group is selected.
4371
4372 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4373
4374         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4375         when catching the `C-g'.  Reported by "Leo".
4376
4377 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4378
4379         * message.el (message-forward-make-body-plain)
4380         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4381         multibyte-string-p.
4382
4383         * lpath.el: Revert.
4384
4385 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4386
4387         * message.el (message-forward-make-body-mml): Assume original message
4388         is multibyte string; error on unibyte.
4389         (message-forward-make-body-plain): Ditto; don't add excessive newline
4390         in body end.
4391
4392         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4393
4394 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4395
4396         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4397         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4398
4399 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4400
4401         * mm-extern.el (mm-extern-url): Don't use
4402         mm-with-unibyte-current-buffer.
4403         (mm-extern-cache-contents): Use with-current-buffer instead of
4404         save-excursion + set-buffer.
4405
4406 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4407
4408         * mm-util.el (mm-emacs-mule): Remove.
4409
4410 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4411
4412         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4413         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4414         change.
4415
4416 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4417
4418         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4419         bind the default value of enable-multibyte-characters to nil.
4420
4421 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4422
4423         * message.el (message-forward-make-body-plain)
4424         (message-forward-make-body-mml):
4425         Don't use mm-with-unibyte-current-buffer.
4426
4427 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4428
4429         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4430
4431 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4432
4433         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4434         (Bug#5592).
4435
4436 2010-05-07  Julien Danjou  <julien@danjou.info>
4437
4438         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4439         it to mm-pipe-part.
4440
4441         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4442         it is given.
4443
4444 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4445
4446         * binhex.el (binhex-decode-region-internal)
4447         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4448         (dns-query)
4449         * nnweb.el (nnweb-gmane-search)
4450         * pgg-parse.el (pgg-parse-armor)
4451         * pgg.el (pgg-verify-region)
4452         * sha1.el (sha1-string-external)
4453         * uudecode.el (uudecode-decode-region-internal)
4454         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4455         XEmacs.
4456
4457         * gnus-art.el (gnus-article-browse-html-parts)
4458         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4459         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4460         make-temp-file.
4461
4462         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4463         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4464         compiling.
4465
4466         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4467         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4468         XEmacs when compiling.
4469
4470         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4471         gnus-pick-mode-off-hook for XEmacs when compiling.
4472         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4473         gnus-binary-mode-off-hook for XEmacs when compiling.
4474
4475         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4476         Return nil if char-charset is not available.
4477
4478         * imap.el (imap-disable-multibyte)
4479         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4480         macros.
4481
4482         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4483         instead of encode-coding-string.
4484
4485         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4486         'xemacs) instead of mm-emacs-mule to switch function definitions.
4487         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4488
4489         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4490         bind temporary-file-directory for XEmacs;
4491         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4492         timer-set-function for XEmacs 21.4 and SXEmacs;
4493         bind timer-list for XEmacs 21.4 and SXEmacs;
4494         fbind char-charset and find-charset-region for non-Mule XEmacs;
4495         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4496         encode-coding-region and encode-coding-string for XEmacs having no
4497         file-coding feature.
4498
4499 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4500
4501         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4502
4503 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4504
4505         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4506         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4507
4508 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4509
4510         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4511         alias `jka-compr-delete-temp-file' no longer exists.
4512
4513 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4514
4515         Use define-minor-mode in Gnus where applicable.
4516         * mml.el (mml-mode): Use define-minor-mode.
4517         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4518         (gnus-undo-mode): Use define-minor-mode.
4519         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4520         (gnus-dead-summary-mode): Use define-minor-mode.
4521         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4522         Initialize in declaration.
4523         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4524         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4525         (gnus-mailing-list-mode): Use define-minor-mode.
4526         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4527         (gnus-draft-mode): Use define-minor-mode.
4528         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4529         (gnus-dired-mode): Use define-minor-mode.
4530
4531 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4532
4533         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4534         handles on recursive mml-to-mime translation and check them for
4535         boundary delimiter collisions.  Reported by Greg Troxel.
4536
4537 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4538
4539         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4540
4541 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4542
4543         * mm-util.el (mm-find-buffer-file-coding-system):
4544         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4545
4546 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4547
4548         * message.el (message-generate-headers): Record insertion of optional
4549         headers as well.  Otherwise the check to prevent repeated insertion of
4550         optional headers is a no-op.
4551
4552 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4553
4554         * smime.el: Don't mention CVS.
4555
4556         * nnrss.el (nnrss-fetch): Don't mention CVS.
4557
4558         * nnir.el: Don't mention CVS.
4559
4560 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4561
4562         * gnus-sum.el (gnus-summary-bookmark-make-record):
4563         Add `location' field.
4564
4565 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4566
4567         * lpath.el: Fbind bookmark-default-handler,
4568         bookmark-get-bookmark-record, bookmark-make-record-default,
4569         bookmark-prop-get for Emacs <23 and XEmacs.
4570
4571 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4572
4573         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4574         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4575         Use with-current-buffer to silence the byte-compiler.
4576         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4577         bother to require `gnus'.
4578         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4579
4580 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4581
4582         * gnus-sum.el (gnus-summary-bookmark-make-record)
4583         (gnus-summary-bookmark-jump): New functions.
4584         (gnus-summary-mode): Setup bookmark support.
4585
4586 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4587
4588         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4589         if set.
4590
4591 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4592
4593         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4594         gnus-article-browse-html-save-cid-image; make it work recursively for
4595         forwarded messages as well.
4596         (gnus-article-browse-html-parts): Work when prefix arg is given.
4597         (gnus-article-browse-html-article): Doc fix.
4598
4599 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4600
4601         * message.el (message-default-mail-headers):
4602         (message-default-headers): Carry the value mail-default-headers over
4603         into message-default-mail-headers, rather than message-default-headers.
4604
4605 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4606
4607         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4608         charset.
4609
4610         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4611         charset into the <meta> tag when the article is encoded to utf-8.
4612
4613 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4614
4615         * gnus-art.el (gnus-article-browse-delete-temp-files):
4616         Delete directories as well.
4617         (gnus-article-browse-html-parts): Work for images that do not specify
4618         file names; delete temp directory when quitting; insert header at the
4619         right place; use file: scheme for image files.
4620
4621 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4622
4623         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4624         (gnus-article-browse-html-parts): Use it to make temporary cid image
4625         files in addition to html file so that browser may display them.
4626
4627 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4628
4629         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4630
4631 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4632
4633         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4634
4635 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4636
4637         * auth-source.el (auth-sources): Change default to be simpler.
4638         Explain about Secret Service API sources.  Improve Customize options.
4639         (auth-source-pick): Change to accept any number of search parameters.
4640         Implement fallbacks iteratively, not recursively.  Add scoring on the
4641         second pass and sort by score.  Call Secret Service API when needed.
4642         (auth-source-user-or-password): Use it.  Call Secret Service API
4643         directly when needed to get the user name and the password.
4644
4645 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4646
4647         * message.el (message-interactive): Doc fix.
4648         (message-qmail-inject-args): Reflow.
4649         (message-kill-to-signature): Fix typo in docstring.
4650
4651         * smiley.el (smiley-buffer): Fix typo in docstring.
4652
4653 2010-03-24  Glenn Morris  <rgm@gnu.org>
4654
4655         * mail-source.el (gnus-message): Declare.
4656         (mail-source-delete-old-incoming): Require gnus-util.
4657
4658 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4659
4660         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4661
4662         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4663
4664         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4665         password-cache's default if it is not bound.
4666         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4667         password-cache-expiry's default if it is not bound.
4668
4669         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4670         available in Emacs 21.
4671
4672         * lpath.el: Suppress compiler warnings for:
4673         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4674         XEmacs;
4675         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4676         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4677         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4678
4679 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4680
4681         * auth-source.el (auth-sources): Fix up definition so extra parameters
4682         are always inline.
4683
4684 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4685
4686         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4687         wasn't updated after mismatch.  Clear cached mailbox info correctly
4688         when uidvalidity changes.
4689         (nnimap-group-prefixed-name): New function to avoid some code
4690         duplication.
4691         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4692         (nnimap-request-group): Use it.
4693         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4694         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4695         with many imap folders.  This is done by caching the group status from
4696         the imap server persistently in a group parameter `imap-status'.  (This
4697         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4698         but not persistently, so every Gnus startup was still very slow.)
4699
4700 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4701
4702         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4703         delete the extra newline.  Otherwise editing of :string and :number
4704         types don't work.
4705
4706 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4707
4708         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4709         secrets.el dependency.
4710         (auth-sources): Add optional user name.  Add secrets.el configuration
4711         choice (unused right now).
4712
4713 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4714
4715         * gnus-sum.el (gnus-summary-make-menu-bar):
4716         Let `gnus-registry-install-shortcuts' fill in the functions.
4717
4718         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4719         warnings.
4720         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4721         (gnus-registry-install-shortcuts): Populate and use it in a
4722         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4723
4724 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4725
4726         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4727         In-place substitutions for the group name encoding/decoding.
4728         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4729         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4730         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4731         (nnimap-update-unseen, nnimap-request-list)
4732         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4733         (nnimap-request-set-mark, nnimap-split-to-groups)
4734         (nnimap-split-articles, nnimap-request-newgroups)
4735         (nnimap-request-create-group, nnimap-request-accept-article)
4736         (nnimap-request-delete-group, nnimap-request-rename-group)
4737         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4738         `encoded-mbx' for consistency.
4739         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4740         variable `imap-current-mailbox'.
4741
4742         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4743         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4744
4745 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4746
4747         * pop3.el (pop3-display-message-size-flag): Display message size byte
4748         counts during POP3 download.
4749         (pop3-movemail): Use it.
4750         (pop3-list): Implement listing of available messages.
4751
4752 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4753
4754         * nnir.el (nnir-get-article-nov-override-function): New function to
4755         override the normal NOV retrieval.
4756         (nnir-retrieve-headers): Use it.
4757
4758 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4759
4760         * auth-source.el (netrc-machine-user-or-password): Autoload.
4761
4762 2010-03-19  Glenn Morris  <rgm@gnu.org>
4763
4764         Stop message.el from loading about 40 libraries it doesn't always need.
4765         The general approach is to autoload rather than require, and to
4766         require in the specific functions rather than the file.  (Bug#5642)
4767
4768         * gmm-utils.el: Don't require wid-edit.
4769         (widget-create-child-value, widget-convert, widget-default-get):
4770         Autoload.
4771
4772         * gnus-util.el: Don't require time-date, netrc.
4773         (message-fetch-field, gnus-group-name-decode): Declare rather than
4774         autoloading.
4775         (gnus-fetch-field): Require message.
4776         (gnus-decode-newsgroups): Require gnus-group.
4777
4778         * ietf-drums.el: Don't require time-date.
4779
4780         * message.el: Don't require hashcash, canlock, ecomplete.
4781         Do require mail-utils.  Require nnheader only when compiling.
4782         (smtpmail-default-smtp-server): Remove declaration.
4783         (message-send-mail-function): Check smtpmail-default-smtp-server
4784         is bound rather than requiring smtpmail.
4785         (message-auto-save-directory, message-insert-signature):
4786         Use expand-file-name rather than nnheader-concat.
4787         (nnheader-insert-file-contents): Autoload.
4788         (hashcash-wait-async): Declare.
4789         (message-send-mail): Only call gnus-setup-posting-charset if
4790         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4791         (message-send-mail-with-sendmail): Require sendmail.
4792         (canlock-password, canlock-password-for-verify): Declare.
4793         (message-canlock-password): Require canlock.
4794         (nnheader-get-report): Autoload.
4795         (gnus-setup-posting-charset): Declare.
4796         (message-send-news): Require gnus-msg.
4797         (message-make-references, message-make-in-reply-to): Use mail-header-id
4798         rather than the alias mail-header-message-id.
4799         (ecomplete-add-item, ecomplete-save): Declare.
4800         (message-put-addresses-in-ecomplete): Require ecomplete.
4801         (ecomplete-display-matches): Autoload.
4802
4803         * mm-decode.el: Don't require mailcap, gnus-util.
4804         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4805         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4806         Autoload.
4807         (mailcap-mime-extensions): Declare.
4808
4809         * mm-encode.el: Don't require mailcap.
4810         (mailcap-extension-to-mime): Autoload.
4811
4812         * mml-sec.el: Don't require password-cache.
4813
4814         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4815         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4816         (mml-minibuffer-read-type): Require mailcap.
4817         (mml-preview): Require gnus-msg.
4818
4819         * mml1991.el: Require password-cache.
4820         (password-cache-expiry): Remove declaration.
4821
4822         * mml2015.el: Require password-cache.
4823         (password-cache-expiry): Remove declaration.
4824
4825         * nneething.el (mailcap): Require mailcap.
4826
4827         * nnheader.el (declare-function): Add compatibility stub.
4828         (message-remove-header): Declare rather than autoload.
4829         (nnheader-replace-header): Require message.
4830
4831         * nnimap.el (declare-function): Add compatibility stub.
4832         (netrc-parse, netrc-machine-user-or-password): Declare.
4833         (nnimap-open-connection): Require netrc.
4834
4835         * nntp.el (declare-function): Add compatibility stub.
4836         (netrc-parse, netrc-machine, netrc-get): Declare.
4837         (nntp-send-authinfo): Require netrc.
4838
4839         * rfc2047.el: Don't require qp.
4840         (quoted-printable-encode-region, quoted-printable-decode-string):
4841         Autoload.
4842
4843         * sieve-mode.el: Don't require easymenu.
4844         (easy-menu-add-item): Autoload it.
4845
4846         * spam-stat.el (time-to-number-of-days): Autoload it.
4847
4848 2010-03-19  Glenn Morris  <rgm@gnu.org>
4849
4850         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4851
4852 2010-03-18  Glenn Morris  <rgm@gnu.org>
4853
4854         * hashcash.el (declare-function): Remove duplicate definition.
4855
4856 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4857
4858         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4859         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4860         value if any backslash escapes).
4861
4862 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4863
4864         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4865         if it is available.  (bug#5647)
4866
4867         * lpath.el: Suppress compiler warning for coding-system-from-name for
4868         Emacs 21 and XEmacs.
4869
4870 2010-03-14  Juri Linkov  <juri@jurta.org>
4871
4872         * hmac-def.el:
4873         * hmac-md5.el:
4874         * netrc.el: Fix keywords.
4875
4876 2010-02-26  Glenn Morris  <rgm@gnu.org>
4877
4878         * message.el (message-send-mail-function): Change the default, so that
4879         it inherits from a customized send-mail-function.  (Bug#5643)
4880
4881 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4882
4883         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4884         shell-command-to-string signals an error (bug#5299).
4885
4886 2010-02-24  Glenn Morris  <rgm@gnu.org>
4887
4888         * message.el (message-smtpmail-send-it)
4889         (message-send-mail-with-mailclient): Doc fixes.
4890
4891 2010-02-16  Glenn Morris  <rgm@gnu.org>
4892
4893         * message.el (message-default-mail-headers): Change the default value
4894         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4895
4896 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4897
4898         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4899         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4900
4901 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4902
4903         * time-date.el (date-to-time): Doc fix (Bug#5408).
4904
4905 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4906
4907         * message.el (message-mail): Just pass yank-action on to message-setup.
4908         (message-setup): Handle (FUN . ARGS) form of yank-action.
4909         (message-with-reply-buffer, message-widen-reply)
4910         (message-yank-original): Handle non-buffer values of
4911         message-reply-buffer (Bug#4080).
4912         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4913
4914 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4915
4916         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4917         Fix typo in docstring.
4918
4919 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4920
4921         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4922         response.
4923
4924 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4925
4926         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4927
4928         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4929
4930         * message.el (message-check-news-header-syntax): Protect against a
4931         string that `rfc822-addresses' returns when parsing fails.
4932
4933 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4934
4935         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4936         (gnus-previous-char-property-change): New functions.
4937
4938         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4939
4940 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4941
4942         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4943         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4944
4945 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4946
4947         * message.el (message-exchange-point-and-mark): Rework last change to
4948         avoid using optional arg of exchange-point-and-mark, for backward
4949         compatibility.
4950
4951 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4952
4953         * message.el (message-exchange-point-and-mark):
4954         Call exchange-point-and-mark with an argument rather than setting
4955         mark-active by hand (Bug#5175).
4956
4957 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4958
4959         * nntp.el (nntp-service-to-port): Work for service expressed with
4960         numeric string; replace [:digit:] with [0-9] for XEmacs.
4961
4962 2009-12-17  Glenn Morris  <rgm@gnu.org>
4963
4964         * gnus-group.el (gnus-bug-group-download-format-alist):
4965         Change emacs entry to debbugs.gnu.org.  Bump :version.
4966
4967 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4968
4969         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4970
4971 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4972
4973         * message.el (message-info): Explain why we use `Info-goto-node'.
4974
4975 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4976
4977         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4978
4979 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4980
4981         * message.el (message-completion-in-region): New compatibility function.
4982         (message-expand-group): Use it.
4983
4984 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4985
4986         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4987         with no unread article should be listed if the 2nd arg `predicate' is
4988         given.
4989
4990 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4991
4992         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4993
4994 2009-11-29  Juri Linkov  <juri@jurta.org>
4995
4996         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4997         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4998         on `gnus-recenter'.  (Bug#4698, Bug#4981)
4999
5000 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5001
5002         * sha1.el (sha1-string-external): default-directory "/" in case
5003         otherwise non-existent.  process-connection-type pipe for touch of
5004         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5005
5006 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5007
5008         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
5009         it's comms related and sgml-mode.el has "comm" on that basis too.
5010
5011 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5012
5013         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5014         containing tspecial characters if they have been already quoted.
5015
5016 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5017
5018         * dns-mode.el (auto-mode-alist): Purecopy string.
5019
5020 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5021
5022         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
5023
5024 2009-10-24  Glenn Morris  <rgm@gnu.org>
5025
5026         * gnus-art.el (help-xref-stack-item): Define for compiler.
5027
5028 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5029
5030         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5031
5032 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5033
5034         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5035
5036 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5037
5038         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5039         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5040
5041 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5042
5043         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5044         (gnus-overlays-in): New alias to overlays-in.
5045
5046         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5047         gnus-overlay-get, and gnus-delete-overlay.
5048         (gnus-summary-show-thread): Make it work as well for systems in which
5049         next-single-char-property-change is not available.
5050         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5051
5052         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5053         (gnus-overlay-get): New alias to extent-property.
5054         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5055
5056         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5057         SXEmacs.
5058
5059         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5060         SXEmacs.
5061
5062 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5063
5064         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5065
5066 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5067
5068         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5069         and XEmacs that don't have `remove-overlays'.
5070
5071 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5072
5073         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5074         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5075         selective display.  Use overlays instead.
5076
5077 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5078
5079         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5080
5081 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5082
5083         * spam-stat.el (spam-stat-load): Fix typo in message.
5084
5085 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5086
5087         * dig.el (dig-invoke): Fix typo in docstring.
5088         (query-dig): Reflow docstring.
5089
5090 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5091
5092         * gnus-art.el (gnus-article-encrypt-body):
5093         * message.el (message-check-recipients):
5094         * mm-util.el (mm-codepage-setup):
5095         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5096         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5097
5098 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5099
5100         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5101         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5102         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5103         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5104         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5105
5106 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5107
5108         * dig.el: Add "Keywords: comm", as per net-utils.el.
5109
5110 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5111
5112         * dig.el (dig-mode): Use define-derived-mode.
5113
5114 2009-09-19  Glenn Morris  <rgm@gnu.org>
5115
5116         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5117
5118 2009-09-18  Glenn Morris  <rgm@gnu.org>
5119
5120         * gnus-diary.el (gnus-diary-check-message):
5121         * message.el (message-insert-formatted-citation-line):
5122         * nnbabyl.el (top-level):
5123         * nndiary.el (nndiary-schedule):
5124         Fix typos in condition-case handlers.
5125
5126 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5127
5128         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5129         configuration that provides the sole article window in a frame;
5130         position point correctly after deleting a part.
5131
5132 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5133
5134         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5135         (spam-resolve-registrations-routine): Use it to unregister articles
5136         that change status.
5137
5138 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5139
5140         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5141         with XEmacs.
5142         (parse-time-string-chars): Use it.
5143
5144 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5145
5146         * imap.el (imap-interactive-login): Better messages.
5147         (imap-open): Fix bug with renamed buffer on reconnect.
5148         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5149         for easier debugging and cleaner code.  On successful (guessed based on
5150         server capabilities) secondary authentication, set imap-state
5151         correctly.
5152         (imap-last-authenticator): Define imap-last-authenticator as a variable
5153         to avoid warnings.
5154
5155 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5156
5157         * nnrss.el (nnrss-request-article): Remove binding of
5158         default-enable-multibyte-characters that has gotten needless by
5159         the 2007-07-13 change in rfc2047-encode-message-header.
5160
5161         * mml.el (mml-insert-multipart): Error on the message header.
5162         (mml-insert-part): Error on the message header; position point at
5163         the end of a MIME tag.
5164
5165 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5166
5167         * time-date.el (autoload): Expand define-obsolete-function-alias into
5168         defalias and make-obsolete for old Emacsen that Gnus supports.
5169         (with-no-warnings): Define it for old Emacsen.
5170         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5171         is available.
5172         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5173         float-time is available; suppress compile warning for time-to-seconds.
5174
5175         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5176         (gnus-float-time): Alias to float-time if it exists.
5177
5178         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5179         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5180         float-time is available; suppress compile warning for time-to-seconds.
5181
5182         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5183         XEmacs.
5184
5185 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5186
5187         * imap.el (imap-message-map): Docstring fix.
5188
5189 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5190
5191         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5192         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5193         Add the optional argument `encoding' that overrides the default.
5194
5195         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5196         mm-encode-buffer.
5197
5198 2009-09-04  Glenn Morris  <rgm@gnu.org>
5199
5200         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5201         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5202         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5203         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5204         * mm-util.el (mm-with-unibyte-current-buffer)
5205         (mm-find-buffer-file-coding-system):
5206         * yenc.el (yenc-decode-region): Use default-value rather than
5207         default-enable-multibyte-characters.
5208
5209 2009-09-03  Glenn Morris  <rgm@gnu.org>
5210
5211         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5212         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5213         than default-enable-multibyte-characters.
5214
5215 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5216
5217         * gnus-art.el (gnus-article-read-summary-keys):
5218         Fix gnus-buffer-configuration's value temporarily used.
5219
5220 2009-09-02  Glenn Morris  <rgm@gnu.org>
5221
5222         * gnus-util.el (gnus-float-time): New function.
5223         * gnus-delay.el (gnus-delay-article):
5224         * gnus-sum.el (gnus-thread-latest-date):
5225         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5226         * nnspool.el (nnspool-request-newgroups):
5227         Use gnus-float-time rather than time-to-seconds.
5228         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5229
5230         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5231         (gnus-header-subject-face, gnus-header-newsgroups-face)
5232         (gnus-header-name-face, gnus-header-content-face):
5233         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5234         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5235         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5236         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5237         (gnus-cite-face-11):
5238         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5239         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5240         (gnus-server-closed-face, gnus-server-denied-face)
5241         (gnus-server-offline-face):
5242         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5243         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5244         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5245         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5246         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5247         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5248         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5249         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5250         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5251         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5252         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5253         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5254         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5255         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5256         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5257         (gnus-summary-high-undownloaded-face)
5258         (gnus-summary-low-undownloaded-face)
5259         (gnus-summary-normal-undownloaded-face)
5260         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5261         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5262         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5263         (gnus-splash-face):
5264         * message.el (message-header-to-face, message-header-cc-face)
5265         (message-header-subject-face, message-header-newsgroups-face)
5266         (message-header-other-face, message-header-name-face)
5267         (message-header-xheader-face, message-separator-face)
5268         (message-cited-text-face, message-mml-face):
5269         * sieve-mode.el (sieve-control-commands-face)
5270         (sieve-action-commands-face, sieve-test-commands-face)
5271         (sieve-tagged-arguments-face):
5272         * spam.el (spam-face):
5273         Mark face aliases with "-face" in the name as obsolete.
5274
5275 2009-09-01  Glenn Morris  <rgm@gnu.org>
5276
5277         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5278         than goto-line.
5279
5280 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5281
5282         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5283         Don't move point if the command is invoked inside the message header.
5284
5285 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5286
5287         * imap.el (imap-send-command): Simplify.
5288         (imap-wait-for-tag): point-max -> buffer-size.
5289
5290 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5291
5292         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5293         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5294         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5295         * nnir.el (nnir-swish-e-index-file):
5296         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5297         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5298         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5299         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5300         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5301         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5302
5303 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5304
5305         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5306         Don't save excursion.
5307
5308 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5309
5310         * nnheader.el (nnheader-find-file-noselect):
5311         * mm-util.el (mm-insert-file-contents):
5312         Use (default-value 'major-mode) instead of default-major-mode.
5313
5314 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5315
5316         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5317
5318 2009-08-26  Glenn Morris  <rgm@gnu.org>
5319
5320         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5321         than placing in files.el.
5322
5323 2009-08-25  Glenn Morris  <rgm@gnu.org>
5324
5325         * nnir.el (top-level): Don't require cl at run-time.
5326         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5327         Replace cl-function substitute with gnus-replace-in-string.
5328         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5329         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5330         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5331         simplified expansions.
5332
5333 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5334
5335         * dig.el (dig): Add autoload cookie.
5336
5337 2009-08-22  Glenn Morris  <rgm@gnu.org>
5338
5339         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5340         goto-line.
5341
5342 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5343
5344         * parse-time.el (parse-time-string-chars): Save match data.
5345
5346 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5347
5348         * parse-time.el (parse-time-string-chars): Compute using character
5349         classes, to handle non-ascii characters (Bug#3190).
5350
5351 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5352
5353         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5354
5355         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5356         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5357         (gnus-mm-display-part, gnus-mime-display-single)
5358         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5359         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5360
5361         * gnus-sum.el
5362         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5363         (gnus-summary-move-article): Add expirable mark to articles copied or
5364         moved to group that has auto-expire turned on if the option is non-nil.
5365
5366 2009-07-24  Glenn Morris  <rgm@gnu.org>
5367
5368         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5369         Fix typo.  (Bug#3903)
5370
5371 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5372
5373         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5374         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5375         that should not be used for draft articles.
5376         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5377         that has no concern in minor mode keys.
5378         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5379         Abolish.
5380
5381 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5382
5383         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5384         article without making inquiry to a user for unknown encoding.
5385
5386         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5387         (nnmaildir--scan): Assume i-node and device number that file-attributes
5388         returns might be cons-cell.
5389
5390         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5391
5392         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5393
5394 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5395
5396         * auth-source.el: Remove docs now in auth.texi.  Don't use
5397         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5398         `auth-source-hide-passwords' and use them.
5399
5400 2009-07-15  Glenn Morris  <rgm@gnu.org>
5401
5402         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5403
5404 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5405
5406         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5407         excessive whitespace from the default values of title and description.
5408
5409 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5410
5411         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5412         mail-fetch-field to fetch Content-Description header in order to
5413         exclude newlines.
5414
5415 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5416
5417         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5418         format used by GnuPG 2.0.11.
5419
5420 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5421
5422         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5423         to deleted part.
5424
5425 2009-05-30  David Engster  <dengste@eml.cc>
5426
5427         * nnmairix.el: Remove old documentation in the commentary block.
5428         (nnmairix-request-group): Do not update active file for nnml back ends.
5429         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5430         end so that overview files are ignored.
5431         (nnmairix-update-groups): Make updating the groups more robust by using
5432         marks.
5433         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5434         with dollar characters in message-id.
5435
5436 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5437
5438         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5439         2008-12-25 in dns.el.
5440
5441 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5442
5443         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5444         could happen if the text is only composed of spaces and/or tabs.
5445
5446 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5447
5448         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5449         when sending a queued message to avoid extra mml tags.
5450
5451 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5452
5453         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5454
5455 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5456
5457         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5458         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5459         rmail-toggle-header for XEmacs;
5460         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5461
5462 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5463
5464         * gnus-dired.el: Remove autoload for gnus-setup-message.
5465         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5466         displaying Gnus logo; always use compose-mail.
5467
5468 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5469
5470         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5471
5472 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5473
5474         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5475         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5476         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5477         available.
5478         (gnus-nocem-epg-verify): New function.
5479
5480 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5481
5482         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5483
5484 2009-02-15  Glenn Morris  <rgm@gnu.org>
5485
5486         * gnus-util.el (rmail-insert-rmail-file-header)
5487         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5488         autoloads.
5489         (rmail-default-rmail-file): Remove unnecessary declaration.
5490         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5491
5492 2009-02-14  Glenn Morris  <rgm@gnu.org>
5493
5494         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5495         variable (only used in gnus-util, which declares it anyway).
5496         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5497         which was only needed by gnus-art (changed to not use it any more).
5498         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5499         only used in gnus-util, which autoloads it itself.
5500         (rmail-update-summary): Fix autoload.
5501
5502         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5503         rather than rmail-output-to-rmail-file.
5504
5505 2009-02-07  Glenn Morris  <rgm@gnu.org>
5506
5507         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5508         autoload of function that no longer exists.
5509         (rmail-toggle-header): Declare.
5510         (message-forward-rmail-make-body): Handle mbox Rmail.
5511
5512 2009-01-31  Glenn Morris  <rgm@gnu.org>
5513
5514         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5515         2009-01-09 change.
5516
5517 2009-01-31  Dave Love  <fx@gnu.org>
5518
5519         * imap.el (imap-fetch-safe): Bind debug-on-error.
5520         (imap-debug): Add imap-fetch-safe.
5521
5522 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5523
5524         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5525         (auth-source-forget-all-cached): New convenience function.
5526         (auth-source-user-or-password): Accept list of modes or a single mode.
5527
5528         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5529         auth-source modes.
5530
5531         * netrc.el (netrc-machine-user-or-password): Use list of
5532         auth-source modes.
5533
5534         * nnimap.el (nnimap-open-connection): Use list of
5535         auth-source modes.
5536
5537         * nntp.el (nntp-send-authinfo): Use list of
5538         auth-source modes.
5539
5540 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5541
5542         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5543         now.
5544
5545 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5546
5547         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5548         coding system in XEmacs; add a workaround for XEmacs.
5549
5550         * lpath.el: Fbind coding-system-aliasee.
5551
5552 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5553
5554         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5555         of current-language-environment.
5556
5557 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5558
5559         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5560         available at runtime.
5561
5562 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5563
5564         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5565
5566 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5567
5568         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5569         the greatest positive fixnum value doesn't work under an XEmacs with
5570         bignum support; use the most-positive-fixnum constant instead,
5571         available since Emacs 21.1 with cl and XEmacs 21.1.
5572
5573 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5574
5575         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5576         XEmacs gets not to work.
5577
5578 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5579
5580         * mm-util.el (mm-coding-system-priorities): Allow the value like
5581         "Japanese (UTF-8)" of current-language-environment.
5582
5583 2009-01-09  Glenn Morris  <rgm@gnu.org>
5584
5585         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5586         with last-command-event.
5587
5588 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5589
5590         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5591         in the doc string.
5592
5593         * message.el (message-fix-before-sending): Amend comment.
5594
5595 2009-01-08  Dave Love  <fx@gnu.org>
5596
5597         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5598
5599 2009-01-07  David Engster  <dengste@eml.cc>
5600
5601         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5602         simplified server definitions by converting it via
5603         gnus-server-to-method.
5604
5605 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5606
5607         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5608         parameter's operands.
5609
5610 2009-01-06  David Engster  <dengste@eml.cc>
5611
5612         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5613         primary select method (for gnus-group-mark-article-as-read).
5614
5615 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5616
5617         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5618         `(gnus)Face', not `(gnus)X-Face'.
5619
5620 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5621
5622         * mm-util.el (mm-ucs-to-char): New function.
5623
5624         * mm-url.el (mm-url-decode-entities): Use it.
5625
5626         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5627         unicode-to-char.
5628
5629 2009-01-05  Dave Love  <fx@gnu.org>
5630
5631         * time-date.el: Require cl for `declare'.
5632
5633 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5634
5635         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5636         Dave Love.
5637
5638 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5639
5640         * message.el (message-fix-before-sending): Add `eight-bit' to
5641         illegible-text check.
5642
5643 2009-01-03  Michael Olson  <mwolson@gnu.org>
5644
5645         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5646         `headers' is nil.  This can occur if the IMAP server does not have
5647         permissions to read messages from a folder, but can write new messages
5648         to the folder.
5649         (nnimap-request-article-part): Do not insert `data' if it is nil.
5650
5651         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5652         characters which will confuse `read', so skip past them.
5653
5654 2009-01-01  Dave Love  <fx@gnu.org>
5655
5656         * imap.el (imap-string-to-integer): Fix typo.
5657         (imap-fetch-safe): New function.
5658         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5659
5660         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5661
5662         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5663         (imap-parse-greeting): Fix doc strings.
5664         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5665         (imap-parse-flag-list): Make messages unique.
5666         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5667
5668         * nnimap.el: Fix author email.
5669         (nnimap-split-rule): Add FIXME comment.
5670         (nnimap-debug): Fix doc string.
5671
5672 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5673
5674         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5675
5676 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5677
5678         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5679         nslookup if resolv.conf isn't available.
5680         (dns-query): Rename from query-dns.
5681         (dns-query-cached): Rename from query-dns-cached.
5682
5683 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5684
5685         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5686         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5687         to check if those variables exist (first appeared in Emacs 18.50).
5688
5689 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5690
5691         * mm-util.el (mm-line-number-at-pos): New function.
5692
5693         * spam-report.el (spam-report-process-queue): Use it.
5694
5695 2008-12-24  David Engster  <dengste@eml.cc>
5696
5697         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5698         parameters that haven't existed as variables as buffer-local variables.
5699
5700 2008-12-23  Dave Love  <fx@gnu.org>
5701
5702         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5703         cadar.
5704
5705         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5706         imap-starttls-p.
5707         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5708
5709 2008-12-22  Dave Love  <fx@gnu.org>
5710
5711         * imap.el: Fix author email.  Doc fixes.
5712         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5713         reply.
5714
5715 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5716
5717         * spam-report.el (spam-report-gmane-max-requests): New constant.
5718         (spam-report-gmane-wait): New variable.
5719         (spam-report-gmane-ham, spam-report-gmane-spam)
5720         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5721         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5722         the server.
5723
5724         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5725         Add explanations.
5726
5727         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5728         nnheader-accept-process-output and nnheader-read-timeout if available.
5729         (pop3-movemail): Use it.
5730
5731         * message.el (message-check-news-body-syntax): Fix signature check if
5732         there's an attachment.
5733
5734 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5735
5736         * mm-util.el: Add comments to the mm- emulating functions.
5737
5738 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5739
5740         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5741         Reported by Stephen Berman <stephen.berman@gmx.net>.
5742
5743 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5744
5745         * mm-util.el (mm-substring-no-properties): New function.
5746         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5747         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5748         (mm-string-to-multibyte): Doc fix.
5749
5750         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5751
5752 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5753
5754         * mml.el (mml-attach-file): Strip text properties from file name.
5755         (Bug#1574)
5756
5757 2008-12-16  Glenn Morris  <rgm@gnu.org>
5758
5759         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5760
5761 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5762
5763         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5764         knows since the charset specified might be a bogus alias that
5765         mm-charset-synonym-alist provides.
5766
5767 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5768
5769         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5770         "ISO_8859-1".
5771
5772         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5773
5774 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5775
5776         * mm-util.el (mm-charset-eval-alist):
5777         Define it before mm-charset-to-coding-system.
5778         (mm-charset-to-coding-system): Add optional argument `silent';
5779         define it before mm-charset-override-alist.
5780         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5781         default value if it can be used in Emacs currently running;
5782         silence mm-charset-to-coding-system.
5783
5784 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5785
5786         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5787         `allow-override' which says whether to use `mm-charset-override-alist'.
5788         (rfc2047-decode-encoded-words): Use it.
5789
5790         * mm-util.el (mm-charset-override-alist): Fix custom type;
5791         add `(gb2312 . gbk)' to choices.
5792
5793 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5794
5795         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5796         fast.
5797
5798         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5799
5800         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5801
5802 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5803
5804         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5805         on links.
5806
5807         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5808
5809 2008-12-03  Lute Kamstra  <lute@gnu.org>
5810
5811         * sha1.el: Remove leading * from docstrings of defcustoms,
5812         deffaces, defconsts and defuns.
5813
5814 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5815
5816         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5817         users' addresses that don't have domain parts.
5818         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5819         rather than message-narrow-to-head since there will be the message
5820         header separator.
5821
5822 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5823
5824         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5825         since the result is inserted in a unibyte buffer anyway.
5826         (nnimap-demule-use-string-to-multibyte): Remove.
5827         (nnimap-demule): Alias it to mm-string-to-multibyte.
5828
5829 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5830
5831         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5832         variable for debugging bug#464 and bug#1174.
5833         (nnimap-demule): Use it.
5834
5835 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5836
5837         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5838         score calculation correctly.
5839
5840 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5841
5842         * message.el (message-send-mail): Just set the buffer to unibyte
5843         rather than use mm-with-unibyte-current-buffer which does a lot more.
5844         (message-send-mail-partially): Don't bother with
5845         mm-with-unibyte-current-buffer since it's already been made unibyte by
5846         message-send-mail.
5847
5848 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5849
5850         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5851
5852 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5853
5854         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5855
5856 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5857
5858         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5859         require itself and to remove `with-no-warnings'.
5860
5861 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5862
5863         * starttls.el (starttls-any-program-available): Get the name of the
5864         available TLS layer program.
5865         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5866         well as the host name in the "opening" message.
5867
5868         * auth-source.el (auth-source-cache, auth-source-do-cache)
5869         (auth-source-user-or-password): Cache passwords and logins by default,
5870         allow override with `auth-source-do-cache'.
5871         (auth-source-forget-user-or-password): Allow users to remove cache
5872         entries if needed.
5873
5874 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5875
5876         * md4.el (md4-buffer): Fix typo in docstring.
5877         (md4, md4-64): Doc fixes.
5878         (md4-pack-int32): Reflow docstring.
5879
5880 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5881
5882         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5883         condition-case to only the forward-sexp call.
5884
5885 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5886
5887         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5888         quotes contained.  Make it more robust regardless by an extra
5889         condition-case wrapper.
5890
5891 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5892
5893         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5894
5895 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5896
5897         * nnml.el (nnml-request-expire-articles): Check if the function set to
5898         `nnmail-expiry-target' returns the symbol `delete'.
5899
5900         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5901
5902         * nnmail.el (nnmail-expiry-target): Fix custom type.
5903
5904 2008-10-02  Glenn Morris  <rgm@gnu.org>
5905
5906         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5907         Silence compiler warning.
5908
5909 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5910
5911         * tls.el (open-tls-stream): Show the actual command being
5912         executed, instead of the format string.
5913
5914 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5915
5916         * lpath.el: Fbind codepage-setup for Emacs 23.
5917
5918 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5919
5920         * mml.el (mml-menu): Don't assume mml2015 is bound.
5921
5922 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5923
5924         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5925         exists.
5926
5927 2008-09-27  Glenn Morris  <rgm@gnu.org>
5928
5929         * gnus-util.el (mail-header-remove-comments): Autoload it.
5930
5931 2008-09-27  Andreas Schwab  <schwab@suse.de>
5932
5933         * gnus-util.el (gnus-split-references): Strip comments.
5934         (gnus-parent-id): Likewise.
5935
5936 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5937
5938         * message.el (message-confirm-send): Fix version.
5939
5940 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5941
5942         * message.el (message-idna-to-ascii-rhs-1): Use
5943         mail-extract-address-components rather than mail-header-parse-addresses
5944         that is an alias by default to ietf-drums-parse-addresses that does not
5945         support non-ASCII names in headers' contents.
5946
5947 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5948
5949         * message.el (message-confirm-send): Fix variable documentation to
5950         avoid the "y/n" wording.
5951
5952 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5953
5954         * message.el (message-set-auto-save-file-name): Save to a different
5955         filename so multiple messages (especially drafts) can be recovered.
5956
5957 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5958
5959         * message.el (message-confirm-send): Add appropriate version.
5960
5961 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5962
5963         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5964         defvar.
5965
5966 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5967
5968         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5969         (mm-pkcs7-enveloped-magic): Ditto.
5970
5971 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5972
5973         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5974         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5975
5976 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5977
5978         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5979         default, it's better.
5980
5981 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5982
5983         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5984         summary line gnus-number property and ignore them (with a warning
5985         message).
5986
5987 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5988
5989         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5990         macro caddr in the interactive form since it won't be expanded.
5991
5992 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5993
5994         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5995         `charset'; fix name of function called recursively.
5996         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5997
5998 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5999
6000         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6001         (gnus-mime-set-charset-parameters): New function.
6002         (gnus-mime-view-part-as-charset): Use it to correctly display part
6003         specifying wrong charset.
6004
6005 2008-09-08  David Engster  <dengste@eml.cc>
6006
6007         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6008         in completing-read for back end server.
6009
6010 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6011
6012         * message.el (message-confirm-send): New variable to confirm sending a
6013         message.
6014         (message-send): Use it.
6015
6016 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6017
6018         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6019
6020 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6021
6022         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6023
6024 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6025
6026         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6027         prevent tracking too many groups.
6028         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6029         Use it.
6030
6031 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6032
6033         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6034         moving point to the bottom of the window in order to avoid recentering.
6035
6036 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6037
6038         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
6039
6040         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6041         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6042         (gnus-article-beginning-of-window): Fix calculation.
6043
6044 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6045
6046         * gnus-msg.el (gnus-summary-supersede-article)
6047         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6048         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6049         message header.
6050
6051 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6052
6053         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6054         pending output coming after the status change.
6055
6056 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6057
6058         * message.el:
6059         * gnus-start.el:
6060         * gnus-registry.el: Remove VMS support.
6061
6062 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6063
6064         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6065         macro.
6066         (rfc2104-hash): Use it.
6067
6068 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6069
6070         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6071         (gnus-summary-sort-by-most-recent-date): New commands.
6072         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6073         and menu entries.
6074
6075 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6076
6077         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6078         don't redisplay article for raw contents; remove plural articles stuff.
6079
6080         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6081         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6082         on gnus-summary-save-article; display results properly.
6083
6084 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6085
6086         * lpath.el: No need to fbind ns-focus-frame.
6087
6088 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6089
6090         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6091
6092 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6093
6094         * gnus-art.el (gnus-summary-save-in-pipe):
6095         Consider gnus-save-all-headers.
6096
6097 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6098
6099         * gnus-util.el (ns-focus-frame): Remove declaration.
6100         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6101         like x.
6102
6103 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6104
6105         * rfc2104.el (rfc2104-zero): Delete defconst.
6106         (rfc2104-hex-alist): Likewise.
6107         (rfc2104-hex-to-int): Delete func.
6108         (rfc2104-hexstring-to-bitstring): Likewise.
6109         (rfc2104-nybbles): New defconst.
6110         (rfc2104-hash): Rewrite for speed.
6111
6112 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6113
6114         * tls.el (open-tls-stream): Make it work with the 2nd argument
6115         BUFFER that is a string but does not exist as a buffer object, as
6116         mentioned in the doc-string.
6117
6118 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6119
6120         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6121         SXEmacs.
6122
6123 2008-07-16  Glenn Morris  <rgm@gnu.org>
6124
6125         * gnus-util.el (ns-focus-frame): Declare for compiler.
6126
6127 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6128
6129         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6130         set as a group parameter.
6131         (gnus-summary-save-in-pipe): Work when it is called independently.
6132         (gnus-summary-pipe-to-muttprint): Don't modify
6133         gnus-summary-pipe-output-default-command.
6134
6135 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6136
6137         * message.el (message-send-mail-with-sendmail):
6138         Display the error message.
6139
6140 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6141
6142         * gnus-art.el (gnus-default-article-saver):
6143         Add gnus-summary-save-in-pipe to choices.
6144         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6145         gnus-summary-pipe-output-default-command as the default command.
6146         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6147         instead of gnus-last-shell-command.
6148
6149         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6150         New user option.
6151         (gnus-summary-muttprint-program): Mention the value will be changed.
6152         (gnus-summary-save-article): Force showing of all headers.
6153         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6154
6155 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6156
6157         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6158
6159 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6160
6161         * nnimap.el (nnimap-id):
6162         * sieve-manage.el (sieve-manage-open): Doc fixes.
6163
6164 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6165
6166         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6167         if available.
6168
6169 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6170
6171         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6172
6173         * nnkiboze.el (nnkiboze-generate-group):
6174         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6175
6176         * nnmairix.el: Require CL.
6177
6178 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6179
6180         * dgnushack.el: Autoload get-display-table and put-display-table for
6181         XEmacs 21.5.
6182
6183         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6184         21.4 and SXEmacs.
6185
6186 2008-06-15  David Engster  <dengste@eml.cc>
6187
6188         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6189
6190 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6191
6192         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6193         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6194         runtime choice under XEmacs.
6195
6196         * gnus-sum.el (gnus-summary-set-display-table):
6197         Use `gnus-put-display-table', `gnus-get-display-table',
6198         `gnus-set-display-table' for the display table, instead of `aset'.
6199
6200         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6201         Use `gnus-put-display-table', `gnus-get-display-table',
6202         `gnus-set-display-table' for the display table.
6203
6204 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6205
6206         * nnmairix.el: Add autoloads.
6207
6208 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6209
6210         * nnmairix.el (nnmairix-delete-recreate-group)
6211         (nnmairix-update-and-clear-marks): Fix error messages.
6212
6213 2008-06-14  David Engster  <dengste@eml.cc>
6214
6215         * nnmairix.el: Upgrade to version 0.6.
6216         (nnmairix-group-toggle-propmarks-this-group)
6217         (nnmairix-group-toggle-readmarks-this-group)
6218         (nnmairix-group-delete-recreate-this-group)
6219         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6220         (nnmairix-remove-tick-mark-original-article): New commands.
6221         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6222         (nnmairix-propagate-marks-to-nnmairix-groups)
6223         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6224         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6225         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6226         functions needed for marks propagation and manipulation of read marks.
6227         (nnmairix-update-groups): New function.
6228         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6229         (nnmairix-determine-original-group-from-registry)
6230         (nnmairix-determine-original-group-from-path)
6231         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6232         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6233         New helper functions.
6234         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6235         keystrokes for new commands.
6236         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6237         (nnmairix-request-group): Check allow-fast group parameter.
6238         (nnmairix-request-create-group): Set allow-fast group parameter if
6239         nnmairix-allowfast-default is set.
6240         (nnmairix-close-group): Propagate marks upon closing if needed.
6241         (nnmairix-group-toggle-threads-this-group): Use new.
6242         nnmairix-group-toggle-parameter helper function.
6243         (nnmairix-search): Better check for empty search result.
6244         (nnmairix-goto-original-article): Use new helper functions for
6245         determining original article.
6246         (nnmairix-show-original-article): Make sure message-id is in brackets.
6247         (nnmairix-call-mairix-binary): Change variable name.
6248         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6249         helper function.
6250         (nnmairix-widget-toggle-activate): Fix doc string.
6251
6252 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6253
6254         * nnir.el: Require edmacro when compiling with XEmacs.
6255         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6256         available in Emacs 21.
6257
6258 2008-06-11  Glenn Morris  <rgm@gnu.org>
6259
6260         * gnus-util.el (x-focus-frame):
6261         * gnus.el (image-size):
6262         * mm-decode.el (image-size): Declare.
6263
6264         * gnus-picon.el (declare-function): Add compat definition.
6265         (image-size): Declare.
6266
6267         * gnus-group.el (tool-bar-map):
6268         * gnus-sum.el (tool-bar-map): Define for compiler.
6269
6270         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6271
6272         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6273
6274         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6275         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6276         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6277         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6278         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6279         * sieve-manage.el, spam-report.el, spam.el:
6280         Remove unnecessary eval-and-compile of autoloads.
6281
6282 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6283
6284         * auth-source.el: Precise Tramp doc.
6285
6286 2008-06-07  Glenn Morris  <rgm@gnu.org>
6287
6288         * nnmairix.el: Remove unnecessary eval-when-compile.
6289
6290 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6291
6292         * lpath.el: Fbind propertize for XEmacs 21.4.
6293
6294 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6295
6296         * nnir.el: Move here from ../contrib.
6297
6298 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6299
6300         * gnus-util.el (gnus-read-shell-command): New function.
6301         * mm-decode.el (mm-pipe-part):
6302         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6303
6304 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6305
6306         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6307
6308 2008-06-03  Glenn Morris  <rgm@gnu.org>
6309
6310         * pop3.el (nnheader-accept-process-output): Autoload it.
6311
6312 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6313
6314         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6315         are not 2-digit hexadecimal characters that follow `%'s.
6316
6317 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6318
6319         * message.el (message-bogus-recipient-p): Fix type in doc string.
6320         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6321         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6322         Improve custom options.
6323         (message-bogus-recipient-p): Adjust accordingly.
6324
6325 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6326
6327         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6328         long-form month and day names.
6329
6330 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6331
6332         * dgnushack.el: Autoload debug, eudc-expand-inline and
6333         pgg-snarf-keys-region for XEmacs.
6334
6335         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6336
6337         * nnmairix.el: Require edmacro when compiling with XEmacs.
6338
6339 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6340
6341         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6342         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6343
6344 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6345
6346         * auth-source.el: Add more docs.
6347
6348         * netrc.el (netrc-machine): Always match if the port is not given.
6349
6350 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6351
6352         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6353         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6354         retrieval faster in some cases, but might make CPU usage larger.
6355         If this has any bad side effects, we might revert this change.
6356
6357         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6358         seems to make mail retrieval much, much faster.
6359         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6360         unconditionally.
6361
6362         * gnus-draft.el (gnus-group-send-queue):
6363         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6364
6365 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6366
6367         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6368
6369         * message.el (message-bogus-address-regexp): Fix and improve custom
6370         type.
6371         (message-setup-hook): Add message-check-recipients as custom option.
6372
6373 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6374
6375         * message.el (message-cite-function): Remove bogus autoload which crept
6376         in during merge from v5-10.
6377
6378 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6379
6380         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6381
6382         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6383
6384         * auth-source.el: Preliminary Tramp docs.
6385         (auth-sources): Change the default auth-sources to use
6386         EPA .gpg files.
6387
6388 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6389
6390         * nntp.el: Autoload `auth-source-user-or-password'.
6391         (nntp-send-authinfo): Use it.
6392
6393         * nnimap.el: Autoload `auth-source-user-or-password'.
6394         (nnimap-open-connection): Use it.
6395
6396         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6397         for the gnus-message function.
6398         (auth-source-user-or-password): Use it.
6399
6400 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6401
6402         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6403         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6404         (rfc2104-hash): Use it.
6405
6406 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6407
6408         * gnus-art.el (gnus-article-toggle-truncate-lines):
6409         Don't use `iff' in docstring.
6410
6411 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6412
6413         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6414
6415         * gnus-util.el (gnus-extract-address-component-name)
6416         (gnus-extract-address-component-email): Convenience functions around
6417         `gnus-extract-address-components'.
6418
6419         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6420         Use `gnus-extract-address-component-email' to fix bug of comparing full
6421         sender name to `user-mail-address'.
6422
6423 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6424
6425         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6426         catch/throw to optimize.
6427         (gnus-registry-find-keywords): Just use member to find a keyword.
6428
6429 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6430
6431         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6432         is current before calling gnus-server-prepare.
6433         (gnus-server-setup-buffer, gnus-server-update-server)
6434         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6435
6436 2008-05-04  Juri Linkov  <juri@jurta.org>
6437
6438         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6439         (mailcap-file-default-commands): Use mailcap-replace-in-string
6440         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6441         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6442
6443 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6444
6445         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6446
6447 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6448
6449         * gnus.el: Bump version to 0.11.
6450
6451 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6452
6453         * gnus.el: No Gnus v0.10 is released.
6454
6455 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6456
6457         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6458         hooks.
6459         (gnus-update-read-articles): Speed up non-marks-using users.
6460         (gnus-use-marks): Define gnus-use-marks.
6461         (gnus-propagate-marks): Rename variable to something more sensible.
6462
6463 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6464
6465         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6466         (gmm-image-load-path-for-library): Fix typos in docstrings.
6467         (gmm-message): Reflow docstring.
6468
6469 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6470
6471         * mail-source.el (mail-source-set-1, mail-source-bind):
6472         Move auth-source code out of the macro to clean it up and fix bugs.
6473
6474 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6475
6476         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6477         by sender if it's equal to user-mail-address, it's likely to be
6478         useless.
6479
6480         * mail-source.el (mail-source-bind): Don't use user or password if they
6481         are not bound.  Unintern them if they are nil.  Don't use server unless
6482         it's bound, and default it to empty string otherwise.
6483
6484 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6485
6486         * mail-source.el: Load auth-source.el.
6487         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6488         get user name or password, if auth-sources is set up.
6489
6490         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6491         strategy of splitting with parent.
6492         (gnus-registry-split-fancy-with-parent)
6493         (gnus-registry-post-process-groups): Use it and fix prior
6494         bug (returning a list as the split result).
6495
6496         * auth-source.el (auth-sources): Remove server parameter.
6497         (auth-source-pick, auth-source-user-or-password)
6498         (auth-source-user-or-password-imap)
6499         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6500         (auth-source-user-or-password-sftp)
6501         (auth-source-user-or-password-smtp): Remove server parameter.
6502
6503 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6504
6505         * smime.el (smime-sign-region, smime-encrypt-region)
6506         (smime-decrypt-region):
6507         Remove redundant calls to `generate-new-buffer-name'.
6508
6509 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6510
6511         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6512         Don't use QP for message/rfc822.
6513         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6514
6515 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6516
6517         * sieve-manage.el (sieve-string-bytes): Remove.
6518         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6519         correct byte-length only if the process's coding-system is the same as
6520         the one used internally by Emacs to represent strings.
6521
6522 2008-04-22  Juri Linkov  <juri@jurta.org>
6523
6524         * mailcap.el (mailcap-file-default-commands): New function.
6525
6526 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6527
6528         * message.el (message-signature-separator, message-cite-function):
6529         Change custom version.
6530
6531 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6532
6533         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6534         commands.
6535         (tls-checktrust): Ditto.
6536
6537 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6538
6539         * mm-decode.el (mm-display-external): Make temp file read-only.
6540
6541 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6542
6543         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6544         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6545         `C-c C-f d'.
6546
6547 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6548
6549         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6550
6551 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6552
6553         * gnus.el: Bump version to 0.9.
6554
6555 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6556
6557         * gnus.el: No Gnus v0.8 is released.
6558
6559 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6560
6561         * mail-source.el (mail-source-value):
6562         Prefer fboundp to functionp so it works with macros as well.
6563
6564 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6565
6566         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6567         Fix last change in case the element is not even a symbol.
6568
6569 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6570
6571         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6572         Prefer fboundp to functionp so it works with macros as well.
6573
6574 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6575
6576         * auth-source.el: Add docs.
6577         (auth-sources): Modify format to support server.
6578         (auth-source-pick, auth-source-user-or-password)
6579         (auth-source-user-or-password-imap)
6580         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6581         (auth-source-user-or-password-sftp)
6582         (auth-source-user-or-password-smtp): Add server parameter.
6583
6584 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6585
6586         * gnus-registry.el: Initialize the registry when gnus-registry-install
6587         is t.
6588
6589 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6590
6591         * compface.el (uncompface): Make buffer unibyte.
6592
6593 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6594
6595         * mail-source.el (mail-source-value):
6596         Prefer fboundp to functionp so it works with macros as well.
6597
6598 2008-04-05  Glenn Morris  <rgm@gnu.org>
6599
6600         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6601
6602 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6603
6604         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6605         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6606
6607         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6608         multibyteness after rather than before erasing it.
6609
6610         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6611         mm-with-multibyte.
6612         (gnus-request-article-this-buffer): Make sure the proper decoding is
6613         used if gnus-original-article-buffer happens to be unibyte.
6614
6615         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6616         default-enable-multibyte-characters.
6617
6618         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6619         default-enable-multibyte-characters.
6620
6621         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6622
6623         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6624
6625 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6626
6627         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6628         Fix last change in case the element is not even a symbol.
6629
6630 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6631
6632         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6633         (imap-message-copyuid-1): Use it.
6634         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6635         J. Williams in
6636         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6637
6638         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6639         imap-enable-exchange-bug-workaround.
6640         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6641
6642 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6643
6644         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6645         a 100 byte status-checks into a 2-3MB transfer for each group.
6646         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6647         to enable bug workaround or not.
6648         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6649
6650 2008-03-31  Glenn Morris  <rgm@gnu.org>
6651
6652         * message.el (mml2015-use): Declare for compiler.
6653         (message-info): Require mml2015 when appropriate.
6654
6655 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6656
6657         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6658         whitespace.
6659
6660 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6661
6662         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6663         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6664         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6665         (nntp-service-to-port): New function.
6666         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6667         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6668         (nntp-open-netcat-stream): New function.
6669         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6670
6671 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6672
6673         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6674
6675 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6676
6677         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6678
6679 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6680
6681         * dns.el (dns-write): Use set-buffer-multibyte.
6682
6683 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6684
6685         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6686
6687 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6688
6689         * message.el (message-signature-separator): Change default.
6690         Improve custom type.
6691         (message-cite-function): Change default to
6692         message-cite-original-without-signature.
6693
6694         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6695         toggle.
6696
6697         * message.el (message-check-news-body-syntax): Fix signature check.
6698         (message-setup-1): Mark buffer as unmodified _after_ running
6699         message-setup-hook and handling message-alternative-emails.
6700         (message-shorten-references): Be more strict when building list of
6701         valid references to comply with GNKSA.
6702
6703         * gnus-group.el (gnus-read-ephemeral-bug-group)
6704         (gnus-read-ephemeral-debian-bug-group)
6705         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6706
6707         * message.el (message-info): Don't use booleanp which isn't supported
6708         in Emacs 21 and XEmacs.
6709
6710 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6711
6712         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6713         gnus-group-gmane-group-download-format.
6714         (gnus-group-read-ephemeral-gmane-group): Rename from
6715         gnus-group-read-ephemeral-gmane-group.
6716         (gnus-read-ephemeral-gmane-group-url): Rename from
6717         gnus-group-read-ephemeral-gmane-group-url.
6718         (gnus-bug-group-download-format-alist): New variable.
6719         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6720         (gnus-read-ephemeral-emacs-bug-group): New commands.
6721
6722 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6723
6724         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6725         (gnus-visible-headers): Improve custom type.
6726
6727 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6728
6729         * mml.el (mml-menu): Add workarounds for XEmacs.
6730
6731         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6732         X-Boundary header.
6733
6734         * message.el (message-simplify-recipients): Fix previous commit.
6735
6736 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6737
6738         * mm-util.el (mm-set-buffer-multibyte): New function.
6739         * mm-decode.el (mm-copy-to-buffer): Use it.
6740
6741         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6742         Prefer fboundp to functionp so it works with macros as well.
6743
6744 2008-03-19  Glenn Morris  <rgm@gnu.org>
6745
6746         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6747         Accidentally removed in the sync process with Emacs.
6748
6749 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6750
6751         * message.el (message-alter-recipients-discard-bogus-full-name):
6752         New function.
6753         (message-alter-recipients-function): New variable.
6754         (message-get-reply-headers): Use it.
6755         (message-replace-header): New helper function.
6756         (message-recipients-without-full-name): New variable.
6757         (message-simplify-recipients): New command.
6758
6759         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6760
6761         * message.el (message-info): Handle EasyPG manual.
6762
6763         * mml.el (mml-menu): Add entry for EasyPG.
6764
6765 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6766
6767         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6768         parameter.
6769
6770         * message.el (message-disassociate-draft): Specify drafts group name
6771         fully.
6772
6773 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6774
6775         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6776         Eliminate unnecessary duplicates from the match list.
6777
6778 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6779
6780         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6781
6782         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6783
6784         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6785         args of `how-many' of which the XEmacs version doesn't take; declare
6786         Info-index-next as function.
6787
6788 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6789
6790         * gnus-score.el (gnus-score-headers): Fix handling of
6791         gnus-inhibit-slow-scoring.
6792
6793         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6794         string.
6795         (gnus-button-url-regexp): Improve handling of parenthesis.
6796         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6797         (gnus-button-handle-info-keystrokes): Handle index entries.
6798
6799 2008-03-15  Glenn Morris  <rgm@gnu.org>
6800
6801         * parse-time.el (parse-time-string): Simplify.
6802
6803 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6804
6805         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6806         Incoming* files.
6807
6808 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6809
6810         * auth-source.el (auth-sources): Rename from auth-source-choices.
6811         (auth-source-pick): Use it.
6812
6813 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6814
6815         * binhex.el (binhex-decode-region-internal):
6816         * uudecode.el (uudecode-decode-region-internal):
6817         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6818         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6819         setting default-enable-multibyte-characters.
6820
6821 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6822
6823         * auth-source.el (auth-source-protocols)
6824         (auth-source-protocols-customize, auth-source-choices): Add and
6825         modified variable customizations and defaults.
6826         (auth-source-pick, auth-source-user-or-password)
6827         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6828         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6829         (auth-source-user-or-password-sftp)
6830         (auth-source-user-or-password-smtp): Use new variables and provide an
6831         interface to netrc.el.
6832
6833 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6834
6835         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6836         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6837         Make sure the nntp port to specify is a string.
6838
6839 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6840
6841         * nntp.el: Use with-current-buffer.
6842         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6843         dubious mm-with-unibyte-current-buffer.
6844         (nntp-with-open-group-function): New function extracted from
6845         nntp-with-open-group macro.
6846         (nntp-with-open-group): Use the function, so it's easier to debug.
6847         Add indentation and debugging info.
6848         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6849         Recommend the use of the netcat alternatives.
6850
6851         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6852         Avoid mm-string-as-multibyte as well.
6853
6854         * nnweb.el (nnweb-insert-html):
6855         Remove use of nnheader-string-as-multibyte.
6856
6857         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6858         (nnheader-string-as-multibyte): Remove.
6859
6860         * mm-view.el: Use inhibit-read-only.
6861         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6862         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6863         or unibyte-string.
6864
6865         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6866         (mm-uu-yenc-extract): Use with-current-buffer.
6867
6868         * gnus-soup.el (gnus-soup-send-packet): Don't use
6869         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6870
6871         * nnmh.el: Use with-current-buffer.
6872         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6873         mm-string-as-multibyte on the output of mm-encode-coding-string.
6874
6875         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6876         (nnimap-request-move-article): Use with-current-buffer.
6877
6878         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6879         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6880         conversion uses string-make-unibyte rather than string-as-unibyte.
6881
6882         * gnus-msg.el: Use with-current-buffer.
6883
6884         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6885
6886 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6887
6888         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6889         string for caching if it is 'PIN.
6890
6891 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6892
6893         * lpath.el: Consider the case without Emacs/W3.
6894
6895 2008-03-08  Glenn Morris  <rgm@gnu.org>
6896
6897         * time-date.el (date-to-time, time-subtract, time-add)
6898         (safe-date-to-time): Doc fixes.
6899
6900 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6901
6902         * mail-source.el (mail-source-delete-old-incoming-confirm):
6903         Change default to nil.
6904         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6905
6906 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6907
6908         * lpath.el: Rearrange.
6909
6910         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6911         (gnus-article-goto-prev-page): Work for articles having ^L's.
6912
6913         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6914
6915         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6916
6917 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6918
6919         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6920         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6921         (gnus-bookmark-jump): Adjust some variable names.
6922
6923 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6924
6925         * auth-source.el: New package.
6926         (auth-source-choices): Add customization entry point variable.
6927
6928         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6929         bug.
6930
6931 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6932
6933         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6934         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6935         (gnus-registry-install-shortcuts): Rename from
6936         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6937         the `gnus-registry-mark-map' keymap dynamically from
6938         `gnus-registry-marks'.  The generated functions update the summary line
6939         when a registry mark is added or deleted, and will call
6940         `gnus-registry-install-p' (see the comments in the code).
6941         (gnus-registry-user-format-function-M): Use concat intelligently.
6942
6943         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6944         the registry mark functions.
6945
6946 2008-03-05  Glenn Morris  <rgm@gnu.org>
6947
6948         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6949         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6950         gnus-art.
6951         (top-level): No need to load own source when compiling.
6952
6953 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6954
6955         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6956         Suggested by <chris.anderton@zetnet.co.uk>.
6957
6958 2008-03-04  Glenn Morris  <rgm@gnu.org>
6959
6960         * gnus-sum.el (top-level): No need to require gnus when compiling,
6961         since unconditionally required near start of file.
6962         (gnus-summary-display-while-building): Move definition before use.
6963
6964 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6965
6966         * gnus-registry.el (gnus-registry-user-format-function-M):
6967         Add formatting function.
6968
6969 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6970
6971         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
6972         with plists.
6973         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6974         Use new format.
6975
6976 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6977
6978         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6979         `where-is-internal' that returns a range of key sequences.
6980
6981 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6982
6983         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6984
6985         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6986         (gnus-summary-jump-to-group): Consider windows on other displayed
6987         frames as well.  Similar changes might be needed elsewhere, but that's
6988         the one I've bumped into during my use.
6989
6990         * nndoc.el (nndoc-oe-dbx-type-p):
6991         * gnus-msg.el (gnus-debug):
6992         * gnus-group.el (gnus-update-group-mark-positions):
6993         Use mm-string-to-multibyte.
6994
6995 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6996
6997         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6998         doesn't handle NotDashEscaped.
6999
7000         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7001         (mml-dnd-attach-options): Fix typo in custom choice.
7002
7003         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7004         Change nndoc-article-type to mbox.
7005         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7006
7007         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7008         to nil, instead of html2text.
7009
7010         * imap.el (imap-debug): Add `imap-ping-server'.
7011
7012         * gnus-bookmark.el: Add FIXMEs.
7013
7014         * message.el (message-form-letter-separator)
7015         (message-send-form-letter-delay): New variables.
7016         (message-send-form-letter): Use them.  New command to send form
7017         letters.  Requested by Uwe Siart.
7018         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7019
7020 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7021
7022         * Update copyright years.
7023
7024 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7025
7026         Sync from EMACS_22_BASE.
7027
7028         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
7029
7030 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7031
7032         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7033         empty author.
7034
7035 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7036
7037         * gnus-registry.el (gnus-registry-marks): Add variable for
7038         customization of marks and their appearance.
7039         (gnus-registry-read-mark): Use it.
7040         (gnus-registry-do-marks): Add utility function to loop through
7041         `gnus-registry-marks'.
7042         (gnus-registry-install-shortcuts-and-menus): Add function to install
7043         shortcuts and menus.
7044         (gnus-registry-initialize): Use it.
7045         (gnus-registry-default-mark): Clarify documentation.
7046
7047 2008-02-29  Glenn Morris  <rgm@gnu.org>
7048
7049         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7050         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7051         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7052         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7053         Change defcustom :version from 23.0 to 23.1.
7054
7055 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7056
7057         * gnus-registry.el (gnus-registry-follow-group-p)
7058         (gnus-registry-post-process-groups): Add functions to aid registry
7059         splitting and improve logging.  Clarify behavior in function
7060         documentation.
7061         (gnus-registry-split-fancy-with-parent): Use them.
7062
7063 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7064
7065         * gnus-art.el: Use with-current-buffer.
7066
7067 2008-02-27  David Engster  <dengste@eml.cc>
7068
7069         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7070         Express real group name in the response.
7071
7072 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7073
7074         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7075         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7076         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7077         autoload gnus-registry-fetch-group when compiling.
7078         (nnmairix-request-group-with-article-number-correction):
7079         Remove unreferenced argument passed to nnmairix-call-backend.
7080
7081 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7082
7083         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7084         (mm-uu-extract): Improve face for low color ttys.
7085         Reported by Sascha Wilde.
7086
7087 2008-02-27  Glenn Morris  <rgm@gnu.org>
7088
7089         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7090         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7091         variables to defconsts.  Convert comments to doc-strings.
7092         (nnmairix-last-server, nnmairix-current-server): Convert from free
7093         variables to defvars.  Convert comments to doc-strings.
7094         (gnus-registry-fetch-group): Autoload.
7095         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7096         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7097         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7098         caddr.
7099         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7100         nnmairix-request-group-with-article-number-correction call.
7101         (nnmairix-fast, nnmairix-group): New, less general names, for free
7102         variables passed from nnmairix-request-group to
7103         nnmairix-request-group-with-article-number-correction.  Declare.
7104         (nnmairix-request-group-with-article-number-correction):
7105         Use nnmairix-fast, nnmairix-group rather than fast, group.
7106
7107 2008-02-26  David Engster  <dengste@eml.cc>
7108
7109         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7110         version 0.5.
7111
7112 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7113
7114         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7115         instead of making an extra function call.  Don't add the current group
7116         to articles only when they have the group.  Use
7117         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7118         Reported by David <de_bb@arcor.de>.
7119
7120 2008-02-24  Miles Bader  <miles@gnu.org>
7121
7122         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7123         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7124         (mm-find-mime-charset-region):
7125         * mm-bodies.el (mm-encode-body):
7126         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7127
7128 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7129
7130         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7131         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7132
7133 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7134
7135         * mail-source.el (mail-source-delete-incoming): Change default.
7136         Supplement doc string.
7137
7138         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7139
7140 2008-02-14  Glenn Morris  <rgm@gnu.org>
7141
7142         * time-date.el (format-seconds): New function.
7143
7144 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7145
7146         * nnmail.el (nnmail-message-id-cache-file): Derive from
7147         `gnus-home-directory'.
7148
7149 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7150
7151         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7152         Document negative prefix.
7153
7154         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7155
7156 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7157
7158         * message.el (message-unsent-separator): Add the Exim bounce
7159         separator.
7160
7161 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7162
7163         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7164         list.
7165         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7166         recipient/signer list.
7167
7168 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7169
7170         * Makefile.in (datarootdir): Define.
7171         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7172         name that might contain whitespace.
7173
7174 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7175
7176         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7177         fbound (Emacs 23 unicode), signal an error.
7178
7179 2008-02-08  Glenn Morris  <rgm@gnu.org>
7180
7181         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7182
7183 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7184
7185         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7186         ports to the calls to `netrc-machine-user-or-password' in addition to
7187         "imap" and "imaps".
7188
7189 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7190
7191         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7192
7193         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7194
7195 2008-02-01  Kenichi Handa  <handa@m17n.org>
7196
7197         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7198         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7199         (rfc2104-hash): Convert the result of concat to unibyte string.
7200
7201 2008-02-01  Dave Love  <fx@gnu.org>
7202
7203         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7204         coding-system-for-read.
7205         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7206
7207 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7208
7209         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7210         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7211         <hanche@math.ntnu.no>.
7212
7213 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7214
7215         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7216
7217         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7218
7219 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7220
7221         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7222         * message.el (message-beginning-of-line): Use featurep instead of bound
7223         tests in order to resolve conditionals at compile time.
7224
7225 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7226
7227         * mail-source.el (mail-sources): Add `group' choice.
7228
7229         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7230         parameter `in-group' to control into which group the articles go.
7231         Add treatment of `group' mail-source.
7232
7233 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7234
7235         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7236
7237         * mm-decode.el (mm-dissect-buffer): Decode description.
7238
7239         * mml.el (mml-to-mime): Encode message header first.
7240
7241 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7242
7243         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7244         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7245
7246         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7247         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7248
7249 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7250
7251         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7252
7253 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7254
7255         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7256         prefix keys.
7257         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7258         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7259         gnus-xmas.el.
7260
7261         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7262         (gnus-xmas-article-describe-bindings): New function.
7263         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7264         gnus-xmas-article-describe-bindings.
7265
7266         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7267
7268 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7269
7270         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7271         Add new variables for article mark management.
7272         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7273         list of extra data entries which, when present, will indicate that the
7274         article ID should not be trimmed from the registry.
7275         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7276         functions.
7277         (gnus-registry-read-mark): New function to read a mark name from the
7278         user.
7279         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7280         (gnus-registry-set-article-mark-internal): New functions to add and
7281         remove marks.
7282         (gnus-registry-get-article-marks): New function to show the marks for
7283         an article, or retrieve them for further use.
7284
7285 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7286
7287         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7288         keys when no argument is given.
7289
7290 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7291
7292         * imap.el (imap-ping-server): New variable.
7293         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7294         (imap-ping-server): Minor doc string fixes.
7295
7296 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7297
7298         * imap.el (imap-ping-server): New function.
7299         (imap-opened): Call imap-ping-server.
7300
7301 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7302
7303         * gnus-sum.el (gnus-article-sort-by-random)
7304         (gnus-thread-sort-by-random): Fix doc strings.
7305         Reported by jidanni@jidanni.org.
7306
7307 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7308
7309         * gnus-art.el (gnus-article-describe-bindings): New function.
7310         (gnus-article-read-summary-keys): Use it.
7311         (gnus-article-mode-map): Bind `C-h b' to it.
7312
7313 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7314
7315         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7316         XEmacs.
7317         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7318         Protect against non-character events.
7319
7320         * lpath.el: Fbind map-keymap for Emacs 21.
7321
7322 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7323
7324         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7325         New command.
7326         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7327         instead of END.  Change name of the temp file.
7328         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7329         customizable.
7330
7331 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7332
7333         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7334         bind `S W' to gnus-article-wide-reply-with-original; set default
7335         binding to gnus-article-read-summary-send-keys.
7336         (gnus-article-read-summary-keys): Fix the order of keys; display
7337         continuation keys correctly in the echo area; describe bindings
7338         correctly when keys end with `C-h'.
7339         (gnus-article-read-summary-send-keys): New function.
7340         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7341         Work for gnus-article-read-summary-send-keys; display continuation keys
7342         correctly in the echo area.
7343         (gnus-article-reply-with-original): Ignore prefix argument.
7344         (gnus-article-wide-reply-with-original): New function.
7345
7346         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7347         Emacs 21.
7348
7349 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7350
7351         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7352         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7353
7354 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7355
7356         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7357         (gnus-group-read-ephemeral-gmane-group): New command.
7358
7359 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7360
7361         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7362
7363 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7364
7365         * message.el (message-send-mail-function): Increase custom version.
7366
7367         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7368         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7369
7370 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7371
7372         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7373         for the cases where imap-authenticate is called with a nil buffer
7374         parameter.
7375
7376 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7377
7378         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7379         html parts correctly; support forwarded messages.
7380         (gnus-article-browse-html-article): Remove work buffers.
7381
7382         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7383         compiling.
7384         (netrc-bound-and-true-p): New macro.
7385         (netrc-parse): Use it instead of bound-and-true-p that is not available
7386         in XEmacs 21.4.
7387
7388 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7389
7390         * gnus-registry.el (gnus-registry-mark-article)
7391         (gnus-registry-article-marks): Add functionality to mark articles
7392         through the Gnus registry.
7393
7394         * encrypt.el: Clarify documentation for the new pgg method.
7395         (encrypt-file-alist): Add PGG option.
7396         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7397         functionality.  Abstract password key and messaging to external
7398         functions.
7399         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7400         (encrypt-message-method-and-cipher): Add new convenience external
7401         functions.
7402         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7403         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7404
7405         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7406         (netrc-parse): Use encrypt-file-alist to determine if
7407         encrypt-find-model or encrypt-insert-file-contents should be used.
7408
7409         * encrypt.el: Clarify documentation.  Load password-cache or
7410         password, whichever one is found first, instead of autoloading.
7411
7412 2007-12-19  Glenn Morris  <rgm@gnu.org>
7413
7414         * mml.el (message-options-set, message-narrow-to-head)
7415         (message-in-body-p, message-mail-p, message-encode-message-body):
7416         Autoload.
7417         (message-remove-header, message-narrow-to-headers-or-head)
7418         (message-subscribed-p, message-make-mail-followup-to)
7419         (message-position-on-field, message-news-p)
7420         (message-options-set-recipient, message-generate-headers)
7421         (message-sort-headers): Declare as functions.
7422
7423 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7424
7425         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7426         convention in doc string.
7427
7428 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7429
7430         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7431         title to html parts.
7432         (gnus-article-browse-html-article): Pass message header to it.
7433
7434         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7435
7436 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7437
7438         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7439         or password compatible with XEmacs.
7440
7441 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7442
7443         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7444         format document.
7445         (gnus-mime-delete-part): Don't write description line if empty.
7446         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7447
7448 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
7449
7450         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7451         (gnus-summary-mark-read-and-unread-as-read)
7452         (gnus-summary-mark-current-read-and-unread-as-read)
7453         (gnus-summary-mark-unread-as-ticked): Doc fix.
7454         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7455
7456 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7457
7458         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7459         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7460
7461 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7462
7463         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7464         yes-or-no-p.
7465
7466 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7467
7468         * mm-decode.el (mm-add-meta-html-tag): New function.
7469         (mm-save-part-to-file, mm-pipe-part): Use it.
7470
7471         * gnus-art.el (gnus-article-browse-delete-temp-files):
7472         Use gnus-y-or-n-p instead of y-or-n-p.
7473         (gnus-article-browse-html-parts): Work with message/external-body; use
7474         mm-add-meta-html-tag.
7475
7476 2007-12-11  Glenn Morris  <rgm@gnu.org>
7477
7478         * gnus-cache.el: Require gnus-sum not just when compiling.
7479
7480         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7481
7482         * gnus-int.el (gnus-server-opened, gnus-status-message):
7483         Move definitions before use.
7484
7485         * mm-decode.el: Require gnus-util.
7486         (mm-remove-part): Only call delete-annotation on XEmacs.
7487
7488         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7489
7490         * nnmail.el: Require gnus-int.
7491
7492         * spam.el: Move `require's before `eval-when-compile's.
7493
7494         * gnus-ems.el (gnus-alive-p):
7495         * gnus-fun.el (message-goto-eoh):
7496         * gnus-util.el (gnus-group-name-decode):
7497         * mail-source.el (gnus-compress-sequence):
7498         * message.el (Info-goto-node, format-spec):
7499         * mm-bodies.el (message-options-get):
7500         * mm-decode.el (mm-view-pkcs7):
7501         * mm-util.el (gmm-write-region):
7502         * mml-smime.el (mml-compute-boundary)
7503         (gnus-completing-read-with-default):
7504         * mml.el (widget-button-press, gnus-make-hashtable):
7505         * mml1991.el (mm-decode-content-transfer-encoding)
7506         (mm-encode-content-transfer-encoding)
7507         (message-options-get, message-options-set):
7508         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7509         * nnfolder.el (gnus-request-group):
7510         * nnheader.el (ietf-drums-unfold-fws):
7511         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7512         * smime.el (gnus-run-mode-hooks):
7513         * spam-stat.el (gnus-message): Autoload.
7514
7515         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7516         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7517         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7518         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7519         Add declare-function compatibility definition.
7520
7521         * gnus-cache.el (nnvirtual-find-group-art):
7522         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7523         (gnus-add-image, gnus-add-wash-type):
7524         * gnus-group.el (nnkiboze-score-file):
7525         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7526         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7527         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7528         (message-tokenize-header, gnus-get-buffer-create)
7529         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7530         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7531         * gnus.el (gnus-group-decoded-name):
7532         * mail-source.el (imap-capability):
7533         * mm-bodies.el (message-options-set):
7534         * mm-decode.el (gnus-configure-windows):
7535         * mm-extern.el (message-goto-body):
7536         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7537         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7538         (epg-sub-key-validity, message-options-set):
7539         * mml.el (widget-event-point, gnus-configure-windows):
7540         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7541         * mml2015.el (epg-check-configuration, epg-configuration)
7542         (message-options-set):
7543         * nndb.el (nndb-request-article):
7544         * nnfolder.el (gnus-request-create-group):
7545         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7546         * nnmaildir.el (gnus-group-mark-article-read):
7547         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7548         * rfc1843.el (message-fetch-field):
7549         * spam.el (gnus-extract-address-components):
7550         Declare as functions.
7551
7552 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7553
7554         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7555
7556         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7557
7558         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7559         bind show-trailing-whitespace for XEmacs.
7560
7561 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7562
7563         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7564         new no-op macro for backward compatibility.
7565
7566         * imap.el (imap-string-to-integer): New function.
7567
7568 2007-12-09  Glenn Morris  <rgm@gnu.org>
7569
7570         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7571
7572         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7573         * message.el, mm-view.el, sieve-manage.el, smime.el:
7574         Add declare-function compatibility definition.
7575
7576         * gnus-art.el (w3-region, w3m-region, Info-menu):
7577         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7578         * gnus-sum.el (gnus-get-predicate):
7579         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7580         * message.el (mail-abbrev-in-expansion-header-p):
7581         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7582         (w3m-detect-meta-charset, w3m-region):
7583         * sieve-manage.el (password-read, password-cache-add)
7584         (password-cache-remove):
7585         * smime.el (password-read-and-add): Declare as functions.
7586
7587 2007-12-08  David Kastrup  <dak@gnu.org>
7588
7589         * gnus-sum.el (gnus-summary-simplify-subject-query):
7590         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7591         `message'.
7592
7593 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7594
7595         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7596         it to bind idna-program, installation-directory, defined-colors, and
7597         face-attribute for XEmacs of the version that compiles defcustom forms.
7598
7599 2007-12-07  Glenn Morris  <rgm@gnu.org>
7600
7601         * gnus-art.el (article-make-date-line): Revert previous change.
7602
7603 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7604
7605         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7606
7607 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7608
7609         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7610         Call gnus-add-to-range ranges only once with a prepared article-list.
7611
7612 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7613
7614         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7615         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7616         group names with backslashes.
7617         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7618
7619 2007-12-06  Deepak Goel  <deego3@gmail.com>
7620
7621         * gnus-art.el (article-make-date-line):
7622         * gnus-start.el (gnus-load):
7623         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7624
7625 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7626
7627         * gnus-art.el (gnus-use-idna)
7628         * gnus-start.el (gnus-site-init-file)
7629         * message.el (message-use-idna)
7630         * mm-uu.el (mm-uu-hide-markers)
7631         * smiley.el (smiley-style): Revert changes that suppress warnings.
7632
7633 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7634
7635         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7636         specify charset to html source.
7637         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7638
7639 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7640
7641         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7642         idna-program in order to suppress byte compile warning issued by XEmacs
7643         that came to byte compile the default value section of defcustom forms
7644         recently.
7645
7646         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7647         value of installation-directory.
7648
7649         * message.el (message-use-idna): Don't directly refer to the value of
7650         idna-program.
7651
7652         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7653
7654         * smiley.el (smiley-style): Don't directly call face-attribute.
7655
7656 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7657
7658         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7659
7660         * gnus-dired.el: Reduce Gnus dependencies.
7661         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7662         Don't require.  Use autoloads instead.
7663         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7664         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7665         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7666         (gnus-dired-mode): Adjust doc string.
7667         (gnus-dired-mail-mode): New variable.
7668         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7669         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7670         (gnus-dired-mail-buffers): New function.  Return mail or message
7671         composition buffers.
7672         (gnus-dired-attach): Use it.
7673         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7674         NO-DECODE.
7675         (gnus-dired-print): Use `gnus-print-buffer' depending on
7676         `gnus-dired-mail-mode'.
7677
7678 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7679
7680         * rfc2047.el (rfc2047-encoded-word-regexp)
7681         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7682         explaining what regexp patterns are for.
7683
7684 2007-12-04  Glenn Morris  <rgm@gnu.org>
7685
7686         * password.el: Move to password-cache.el.
7687
7688         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7689         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7690         * mml-smime.el (password-read, password-cache-add)
7691         (password-cache-remove):
7692         No need to autoload, since mml-sec requires password.
7693
7694         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7695         * message.el (gnus-extract-address-components):
7696         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7697
7698         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7699         password.
7700
7701 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7702
7703         * mailcap.el: Reduce dependencies.
7704         (mail-header-parse-content-type): Autoload.
7705         (mailcap-delete-duplicates): New alias.
7706         (mailcap-mime-info): Add optional argument NO-DECODE.
7707         (mailcap-mime-types): Use mailcap-delete-duplicates.
7708
7709         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7710
7711 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7712
7713         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7714         (imap-parse-status): Upcase status-att for servers that sends them
7715         lower-case (e.g., MS Exchange 2007).
7716
7717 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7718
7719         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7720         function.
7721
7722         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7723         (gnus-uu-yenc-article): New function.
7724
7725         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7726
7727         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7728
7729 2007-12-02  Glenn Morris  <rgm@gnu.org>
7730
7731         * binhex.el (binhex): New custom group.
7732         (binhex-decoder-program, binhex-decoder-switches)
7733         (binhex-use-external): Move to the binhex custom group.
7734
7735         * uudecode.el (uudecode): New custom group.
7736         (uudecode-decoder-program, uudecode-decoder-switches)
7737         (uudecode-use-external): Move to the uudecode custom group.
7738
7739         * netrc.el (top-level): Don't load `encrypt' features.
7740         (netrc-parse): Don't use encrypt.
7741         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7742
7743         * encrypt.el: Remove file.
7744
7745 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7746
7747         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7748         matches on patches.
7749
7750         * gnus-art.el (gnus-article-browse-html-article):
7751         Mention `mm-text-html-renderer' in the doc string.
7752
7753         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7754         string.  Add comments.
7755
7756         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7757         if rhs is ASCII.
7758
7759 2007-12-01  Glenn Morris  <rgm@gnu.org>
7760
7761         * mail-source.el (top-level): Require format-spec before
7762         eval-when-compile.
7763
7764 2007-11-30  Glenn Morris  <rgm@gnu.org>
7765
7766         * encrypt.el: Require password, rather than autoloading password-read.
7767
7768 2007-11-29  Glenn Morris  <rgm@gnu.org>
7769
7770         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7771         (sasl-make-client, sasl-next-step, sasl-step-data)
7772         (sasl-step-set-data): Declare as functions.
7773
7774 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7775
7776         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7777
7778 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7779
7780         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7781         certs should be verified and what is to be done in the event of a
7782         verification failure.
7783
7784         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7785         caller can indicate whether the cache should be disregarded for this
7786         call.  This way the result of the call is reproducible at all times and
7787         can be considered a canonical server name for the supplied method.
7788         (gnus-agent-method-p): Canonicalize server names by pushing their
7789         method through `gnus-method-to-server' using the no-cache argument.
7790
7791         * gnus-srvr.el (gnus-server-insert-server-line):
7792         Call `gnus-method-to-server' with `no-cache' argument.
7793
7794         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7795         gnus-agent-possibly-synchronize-flags as this should be called when the
7796         server is actually being opened.
7797         (gnus-agent-possibly-synchronize-flags)
7798         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7799         flags file of an agentized server to the latter function.
7800
7801         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7802         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7803         after a connection has been established successfully.
7804
7805 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7806
7807         * gnus-art.el (article-display-face): Force to display face if called
7808         interactively; check if gnus-article-x-face-too-ugly matches author.
7809         (article-display-x-face): Display face even if From header is missing
7810         as article-display-face does.
7811
7812 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7813
7814         * hashcash.el (message-narrow-to-headers-or-head)
7815         (message-fetch-field, message-goto-eoh)
7816         (message-narrow-to-headers): Declare as functions.
7817
7818 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7819
7820         * mail-source.el (mail-sources): Default to fetch from file for
7821         compatibility with default of nnmail-spool-file.
7822
7823 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7824
7825         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7826         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7827         to look for encoded word that should be encoded again.
7828         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7829         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7830         encoding pattern.
7831         (rfc2047-decode-region): Switch strict regexp and loose one according
7832         to rfc2047-allow-irregular-q-encoded-words.
7833
7834 2007-11-25  Romain Francoise  <romain@orebokech.com>
7835
7836         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7837
7838 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7839
7840         * tls.el (tls-program): Provide more custom choices from
7841         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7842         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7843
7844 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7845
7846         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7847         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7848
7849         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7850         `nnmail-spool-file'.
7851
7852         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7853         `nnmail-spool-file'.
7854
7855         * gnus-move.el (gnus-change-server): Ditto.
7856
7857         * gnus-kill.el (gnus-batch-score): Ditto.
7858
7859         * gnus-cache.el (gnus-jog-cache): Ditto.
7860
7861         * gnus-msg.el (gnus-summary-reply):
7862         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7863
7864 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7865
7866         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7867         version.  Minor improvement to doc strings.
7868         (tls-program): Add comment.
7869
7870 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7871
7872         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7873         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7874         mismatch between the hostname provided in the certificate and the name
7875         of the host connnecting to.
7876         (open-tls-stream): Use them.  Check certificates against trusted root
7877         certificates.
7878
7879 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7880
7881         * gnus-cache.el (gnus-cache-generate-nov-databases):
7882         Use nnml-generate-nov-databases-directory instead of
7883         nnml-generate-nov-databases-1.
7884
7885 2007-11-24  Glenn Morris  <rgm@gnu.org>
7886
7887         * message.el (message-tool-bar-retro): Update for rename
7888         mail_send.xpm->mail-send.xpm.
7889
7890 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7891
7892         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7893         `smime-ldap-search' for Emacs 22 and up.
7894
7895 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7896
7897         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7898
7899         * message.el (message-send-mail-function): Fix error convention.
7900         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7901         (message-widen-reply, message-send-mail, message-talkative-question)
7902         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7903         (message-clone-locals, message-send-news): Use with-current-buffer.
7904         (message-insert-or-toggle-importance): Remove unused var `valid'.
7905         (message-make-references): Remove unused var `new-references'.
7906         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7907
7908 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7909
7910         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7911         (spam-split-symbolic-return-positive): Reflow docstring.
7912         (spam-backends, spam-summary-exit-behavior)
7913         (spam-mark-ham-unread-before-move-from-spam-group)
7914         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7915         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7916         (spam-clear-cache, spam-backend-check, spam-install-backend)
7917         (spam-install-statistical-backend, spam-list-of-processors)
7918         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7919         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7920         (spam-check-crm114, spam-initialize, spam-unload-hook):
7921         Fix typos in docstrings.
7922
7923 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7924
7925         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7926         been checked if they have never been read and those group levels are
7927         higher than the one that a user specified.
7928
7929 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7930
7931         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7932         foreign groups unless a group level is specified by a user.
7933         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7934
7935 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7936
7937         * message.el (message-send-mail-function): Require sendmail.
7938
7939 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7940
7941         * message.el (message-send-mail-function): Check for smtpmail too.
7942
7943         * utf7.el (utf7-encode, utf7-decode): Use coding system
7944         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7945
7946         * message.el (message-send-mail-function): New function.
7947         (message-send-mail-function): Set default using
7948         message-send-mail-function.  Adjust doc string.
7949         (message-send-mail-with-mailclient): New function.
7950
7951 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7952
7953         * smime.el (from):
7954         * rfc2047.el (message-posting-charset):
7955         * qp.el (mm-use-ultra-safe-encoding):
7956         * pop3.el (parse-time-months):
7957         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7958         * nnml.el (files):
7959         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7960         (jka-compr-compression-info-list, ange-ftp-path-format)
7961         (efs-path-regexp):
7962         * nndiary.el (files):
7963         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7964         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7965         (epg-digest-algorithm-alist, inhibit-redisplay)
7966         (password-cache-expiry):
7967         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7968         (pgg-output-buffer, password-cache-expiry):
7969         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7970         (efs-path-regexp):
7971         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7972         (inhibit-redisplay):
7973         * mm-uu.el (file-name, start-point, end-point, entry)
7974         (gnus-newsgroup-name, gnus-newsgroup-charset):
7975         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7976         (latin-unity-ucs-list):
7977         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7978         (mm-uu-binhex-decode-function):
7979         * message.el (gnus-message-group-art, gnus-list-identifiers)
7980         (rmail-enable-mime-composing, gnus-local-organization)
7981         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7982         (gnus-read-active-file, facemenu-add-face-function)
7983         (facemenu-remove-face-function, gnus-article-decoded-p)
7984         (tool-bar-mode):
7985         * mail-source.el (display-time-mail-function):
7986         * gnus-util.el (nnmail-pathname-coding-system)
7987         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7988         (gnus-original-article-buffer, gnus-user-agent)
7989         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7990         (xemacs-codename, sxemacs-codename, emacs-program-version):
7991         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7992         * gnus-start.el (gnus-agent-covered-methods)
7993         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7994         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7995         (gnus-newsgroup-headers, gnus-group-list-mode)
7996         (gnus-group-mark-positions, gnus-newsgroup-data)
7997         (gnus-newsgroup-unreads, nnoo-state-alist)
7998         (gnus-current-select-method, mail-sources)
7999         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8000         (nnmail-spool-file, gnus-cache-active-hashtb):
8001         * gnus-mh.el (mh-lib-progs):
8002         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8003         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8004         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8005         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8006         (gnus-group-buffer):
8007         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8008         (font-lock-set-defaults):
8009         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8010         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8011         (gnus-summary-post-menu, total-parts, type, condition, length):
8012         * gnus-agent.el (gnus-agent-read-agentview):
8013         * flow-fill.el (show-trailing-whitespace):
8014         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8015         eval-and-compile wrappers for byte compiler pacifiers.
8016
8017         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8018         (mm-display-inline-fontify): Check for featurep 'xemacs not
8019         extent-list.
8020
8021         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8022         itimer-list.
8023         (mm-create-image-xemacs): Only do something for XEmacs.
8024         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8025
8026         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8027
8028         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8029         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8030
8031 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8032
8033         * nnimap.el (nnimap-split-download-body):
8034         * gnus-demon.el (gnus-demon):
8035         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8036
8037 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8038
8039         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8040         New macros.
8041         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8042         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8043         copy data from unibyte buffer to multibyte current buffer.
8044         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8045         to copy data from unibyte current buffer to multibyte buffer.
8046         (nntp-make-process-buffer): Make process buffer unibyte.
8047
8048         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8049
8050 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8051
8052         * pop3.el (pop3-open-server): Accept and process data more robustly at
8053         connexion start to avoid spurious "POP SSL connexion failed" errors.
8054
8055 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8056
8057         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8058         read group names.
8059
8060 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8061
8062         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8063
8064 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8065
8066         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8067         (nnmail-save-active): Use a unibyte buffer when saving active file,
8068         which may contain non-ASCII group names.
8069
8070         * nnml.el (nnml-request-group): Decode group names in messages.
8071
8072 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8073
8074         * message.el (message-citation-line-function)
8075         (message-insert-formatted-citation-line): Fix spelling of
8076         `message-insert-formated-citation-line'.
8077
8078 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8079
8080         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8081
8082 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8083
8084         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8085         nnmail-pathname-coding-system.
8086
8087         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8088         that a user enters; decode group names in messages.
8089
8090         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8091
8092 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8093
8094         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8095
8096         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8097
8098         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8099         risky local variable.
8100
8101         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8102
8103 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8104
8105         * encrypt.el: Improve documentation to fix function name typo.
8106         Reported by Daiki Ueno <ueno@unixuser.org>.
8107
8108 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8109
8110         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8111         even if the point is not in the last page of an article.
8112         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8113         back to the previous page.
8114
8115 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8116
8117         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8118
8119 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8120
8121         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8122
8123 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8124
8125         * message.el (message-check-news-body-syntax):
8126         Avoid mm-string-as-multibyte.
8127         (message-hide-headers): Don't assume (point-min)==1.
8128
8129 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8130
8131         * message.el (message-remove-blank-cited-lines): Fix if remove is
8132         given.
8133         (message-bogus-address-regexp): New variable.
8134         (message-bogus-recipient-p): New function.
8135         (message-check-recipients): New command.
8136         (message-syntax-checks): Add `bogus-recipient'.
8137         (message-fix-before-sending): Add `bogus-recipient'.
8138
8139         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8140         (gnus-treat-body-boundary): Don't test window-system.
8141
8142 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8143
8144         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8145
8146 2007-10-28  Miles Bader  <miles@gnu.org>
8147
8148         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8149         at compile-time too.
8150
8151 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8152
8153         * gnus-msg.el (gnus-message-setup-hook):
8154         Add `message-remove-blank-cited-lines' to options.
8155
8156 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8157
8158         * message.el (message-remove-blank-cited-lines): New function.
8159         Suggested by Karl Plästerer.
8160
8161 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8162
8163         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8164         mapc.
8165
8166         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8167         (top-level): Use mapc to set functions to be traced for debugging.
8168
8169         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8170         called for effect with while loop.
8171
8172         * message.el (message-talkative-question): Replace mapcar called for
8173         effect with mapc.
8174
8175         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8176         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8177         called for effect with dolist.
8178
8179         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8180
8181         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8182         gnus-extra-headers and nnmail-extra-headers.
8183
8184         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8185         called for effect with dolist.
8186         (top-level): Use mapc to set functions to be traced for debugging.
8187
8188         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8189         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8190         dolist.
8191
8192         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8193         Replace mapcar called for effect with mapc.
8194         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8195         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8196         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8197         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8198
8199         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8200         remove-if that's a cl function.
8201
8202         * webmail.el (webmail-debug): Replace mapcar called for effect with
8203         dolist.
8204
8205         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8206         with mapc.
8207
8208 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8209
8210         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8211         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8212         with while loop.
8213
8214         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8215         functions from article-* functions.
8216         (gnus-multi-decode-header): Replace mapcar called for effect with
8217         dolist.
8218
8219         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8220         (gnus-bookmark-show-details): Replace mapcar called for effect with
8221         while loop.
8222
8223         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8224         called for effect with while loop.
8225
8226         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8227         with dolist.
8228
8229         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8230         Replace mapcar called for effect with dolist.
8231
8232         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8233
8234         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8235         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8236         Replace mapcar called for effect with dolist.
8237         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8238         mapc.
8239
8240         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8241         Replace mapcar called for effect with dolist.
8242         (gnus-topic-list): Replace mapcar called for effect with mapc.
8243
8244         * gnus.el: Use mapc instead of mapcar to add autoloads.
8245
8246 2007-10-23  Richard Stallman  <rms@gnu.org>
8247
8248         * gnus-group.el (gnus-group-highlight): Mark as risky.
8249
8250 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8251
8252         * gnus.el (gnus-server-to-method): Return method found first in
8253         gnus-newsrc-alist.
8254
8255         * gnus-art.el (gnus-article-highlight-signature)
8256         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8257         button overlay without the front stickiness.
8258
8259 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8260
8261         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8262         overview buffer needed a catch to receive its throw.
8263         (gnus-agent-flush-cache): Declare as interactive to make this function
8264         easier to use.
8265
8266 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8267
8268         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8269         `next-line'.
8270
8271 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8272
8273         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8274         exclude address matching message-dont-reply-to-names.
8275
8276 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8277
8278         * gnus-util.el (gnus-string<): New function.
8279
8280         * gnus-sum.el (gnus-article-sort-by-author)
8281         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8282
8283 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8284
8285         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8286         the frame-focus tag is set in gnus-buffer-configuration.
8287
8288 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8289
8290         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8291         the front stickiness.
8292
8293 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8294
8295         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8296         url pattern; remove duplicate one.
8297         (gnus-article-extend-url-button): New function.
8298         (gnus-article-add-buttons): Use it.
8299         (gnus-button-push): Use concatenated url that it makes.
8300
8301 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8302
8303         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8304
8305 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8306
8307         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8308         Don't hardcode point-min==1.
8309
8310 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8311
8312         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8313         Fix comment about "iso8859-1".
8314
8315 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8316
8317         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8318         ones returned from the verify-function.
8319
8320         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8321         Call mml2015-extract-cleartext-signature if extraction failed.
8322
8323 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8324
8325         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8326         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8327         failed.
8328
8329 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8330
8331         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8332
8333 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8334
8335         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8336         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8337         recommends to use EasyPG instead of PGG.
8338
8339         * pgg.el: Revert to revision 6.23.2.16.
8340
8341         * pgg-def.el: Revert to revision 6.6.2.14.
8342
8343         * pgg-gpg.el: Revert to revision 6.23.2.34.
8344
8345 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8346
8347         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8348         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8349         thread for both the null and zero (kill/expire thread) universal prefix
8350         cases.
8351         (gnus-summary-expire-thread): Add new function to expire a thread,
8352         using gnus-summary-kill-thread.
8353         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8354         shortcuts for gnus-summary-expire-thread.
8355         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8356         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8357
8358 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8359
8360         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8361         extras value, so an extras entry can be deleted.
8362         (gnus-registry-delete-extra-entry): Use it.
8363         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8364         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8365         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8366         storage through the gnus-registry, and provide an appropriate API for
8367         it.
8368
8369 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8370
8371         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8372         Suggested by Leo <sdl.web@gmail.com>.
8373
8374         * gnus.el: Do.
8375
8376 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8377
8378         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8379         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8380
8381         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8382
8383         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8384         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8385
8386 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8387
8388         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8389         newline.
8390         (nnmbox-request-accept-article): Don't change article in source buffer;
8391         narrow to header to use message-fetch-field rather than
8392         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8393         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8394         as delimiters; make sure article ends with newline.
8395         (nnmbox-delete-mail): Correct last position of article to be deleted;
8396         ignore X-Gnus-Newsgroup header in article body.
8397         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8398         positions; make sure article ends with newline.
8399
8400         * message.el (message-display-abbrev): Don't infloop when a user
8401         inserts SPC in the beginning of header.
8402
8403         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8404         coding-system-for-read and coding-system-for-write for XEmacs having no
8405         file-coding feature.
8406
8407         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8408
8409 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8410
8411         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8412         list of groups not followed by default.  Fix type to be regexp.
8413         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8414
8415 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8416
8417         * hmac-def.el (define-hmac-function): Switch from old-style to
8418         new-style backquotes.
8419
8420         * md4.el (md4-make-step): Likewise.
8421
8422 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8423
8424         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8425         raw-text coding system when saving .newsrc file, which may contain
8426         non-ASCII group names.
8427
8428 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8429
8430         * gnus-cus.el (gnus-score-extra): New widget.
8431         (gnus-score-extra-convert): New function.
8432         (gnus-score-customize): Use it for Extra.
8433
8434 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8435
8436         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8437         (mml2015-mailcrypt-clear-verify): Use it.
8438         (mml2015-gpg-clear-verify): Use it.
8439         (mml2015-pgg-clear-verify): Use it.
8440         (mml2015-epg-clear-verify): Replace the current part with the output
8441         from GnuPG; don't extract the plaintext by itself.
8442
8443         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8444         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8445         mml2015-clear-verify-function; don't touch the armor headers or
8446         dash-escaped text here.
8447
8448 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8449
8450         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8451         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8452         parts, or application/octet-stream as a last resort.
8453         (gnus-mime-view-part-as-type): Don't toggle display.
8454         (gnus-mime-view-part-as-charset): Don't turn off display before
8455         querying charset.
8456
8457         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8458         stuff to undisplayer function in Emacs.
8459         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8460
8461         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8462         text/calendar parts.
8463
8464 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8465
8466         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8467         decoding text/calendar parts.
8468
8469         * message.el (message-forward-make-body-mime): Always mark body as
8470         having no illegible text; remove signed-or-encrypted argument.
8471         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8472
8473         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8474         (mml-generate-mime-1): Don't encode body if it is specified to be in
8475         raw form; don't make buffer be unibyte when inserting multibyte string.
8476
8477 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8478
8479         * sha1.el: Fix up comment style.
8480         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8481         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8482
8483         * hex-util.el: Fix up comment style.
8484         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8485
8486         * gnus-salt.el: Use with-current-buffer.
8487         (gnus-pick-setup-message): Fix long-standing typo.
8488
8489 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8490
8491         * imap.el (imap-logout-timeout): New variable.
8492         (imap-logout, imap-logout-wait): New functions.
8493         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8494
8495         * nnimap.el (nnimap-logout-timeout): New server variable.
8496         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8497         nnimap-logout-timeout.
8498
8499         * gnus-art.el (gnus-article-summary-command-nosave)
8500         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8501
8502 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8503
8504         * gnus.el (gnus-maximum-newsgroup): New variable.
8505
8506         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8507         according to gnus-maximum-newsgroup.
8508
8509         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8510         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8511         Limit the range of articles according to gnus-maximum-newsgroup.
8512
8513 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8514
8515         * gnus-art.el (gnus-sticky-article): Fix problems described in
8516         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8517         Don't perform gnus-configure-windows here; reuse existing sticky
8518         article buffer.
8519
8520         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8521         it doesn't exist in gnus-article-mode.
8522
8523 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8524
8525         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8526         (gnus-agent-decoded-group-name): New function.
8527         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8528         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8529
8530 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8531
8532         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8533         Add binding for gnus-sticky-article.
8534         (gnus-summary-exit): Don't kill sticky article buffers.
8535
8536         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8537         article buffer.
8538         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8539         (gnus-kill-sticky-article-buffers): New commands.
8540
8541 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8542
8543         * nntp.el (nntp-xref-number-is-evil): New server variable.
8544         (nntp-find-group-and-number): If it is non-nil, don't trust article
8545         numbers in the Xref header.
8546
8547 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8548
8549         * gnus-agent.el (gnus-agent-read-group): New function.
8550         (gnus-agent-flush-group, gnus-agent-expire-group)
8551         (gnus-agent-regenerate-group): Use it.
8552         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8553         nnmail-pathname-coding-system.
8554
8555 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8556
8557         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8558
8559         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8560         that are unread as unread, and also as selected so that information of
8561         marks having been changed by a user may be updated when exiting group.
8562
8563 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8564
8565         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8566
8567 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8568
8569         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8570         calculated ignoring signature parts to gnus-treat-article.
8571
8572 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8573
8574         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8575         a point here in order to keep the window start.
8576         (gnus-insert-mime-security-button): Make a button overlay without the
8577         front stickiness.
8578         (gnus-mime-display-security): Goto the end of a button.
8579
8580         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8581
8582 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8583
8584         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8585         group-name-at-point.
8586         (gnus-group-completing-read): New function that offers decoded
8587         non-ASCII group names for completion.
8588         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8589         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8590         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8591         (gnus-group-fetch-control): Use it.
8592         (gnus-fetch-group): Use group-name-at-point for the initial value
8593         rather than the default value; use gnus-alive-p.
8594
8595         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8596         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8597         (gnus-summary-post-news): Use gnus-group-completing-read.
8598
8599         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8600         (gnus-read-move-group-name): Decode group name for completion.
8601
8602 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8603
8604         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8605         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8606         Yamaoka slightly modified the code).
8607
8608 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8609
8610         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8611         (nnmail-split-incoming): Bind it.
8612
8613         * nnml.el (nnml-group-name-charset): New function.
8614         (nnml-decoded-group-name): Use it; don't decode group name if
8615         nnmail-group-names-not-encoded-p is non-nil.
8616         (nnml-encoded-group-name): New function.
8617         (nnml-group-pathname): Inline nnml-decoded-group-name.
8618         (nnml-request-expire-articles): Decode group name in message.
8619         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8620         nnmail-pathname-coding-system.
8621         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8622         not decoded ones according to nnmail-group-names-not-encoded-p.
8623         (nnml-generate-active-info): Use nnml-encoded-group-name.
8624
8625 2007-08-08  Glenn Morris  <rgm@gnu.org>
8626
8627         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8628         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8629         doc-strings and comments.
8630
8631 2007-07-25  Glenn Morris  <rgm@gnu.org>
8632
8633         * Relicense all FSF files to GPLv3 or later.
8634
8635 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8636
8637         * gnus-sum.el (gnus-summary-move-article):
8638         Make gnus-summary-respool-article work.
8639
8640 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8641
8642         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8643         string.
8644
8645 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8646
8647         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8648         that should be ignored when comparing distant RSS articles with local
8649         ones.
8650         (nnrss-make-hash-index): New function.  Create a hash index according
8651         to the ignored fields.
8652         (nnrss-check-group): Use it.
8653
8654 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8655
8656         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8657
8658         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8659
8660         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8661         the new optional argument ENCODED is non-nil.
8662         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8663         coding system for encoding group name.
8664         (gnus-group-make-rss-group): Pass un-encoded group name to
8665         gnus-group-make-group.
8666         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8667         encoded.
8668
8669         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8670         Encode group name to which articles are moved or copied.
8671         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8672         coding system for encoding Newsgroup, Followup-To and Xref headers.
8673
8674         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8675         marks; use nnheader-file-coding-system to write a file.
8676         (nnagent-retrieve-headers): Bind file-name-coding-system to
8677         nnmail-pathname-coding-system.
8678
8679         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8680
8681         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8682         (nnml-request-article, nnml-request-create-group)
8683         (nnml-request-rename-group, nnml-find-id)
8684         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8685         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8686         (nnml-save-marks): Use nnml-group-pathname instead of
8687         nnmail-group-pathname.
8688
8689         (nnml-request-create-group, nnml-request-expire-articles)
8690         (nnml-request-move-article, nnml-request-delete-group)
8691         (nnml-deletable-article-p, nnml-possibly-create-directory)
8692         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8693         (nnml-open-marks): Bind file-name-coding-system to
8694         nnmail-pathname-coding-system.
8695
8696         (nnml-request-article): Pass server argument to nnml-find-group-number.
8697         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8698         Pass server argument to nnml-possibly-create-directory.
8699         (nnml-request-accept-article): Pass server argument to
8700         nnml-active-number and nnml-save-mail.
8701         (nnml-find-group-number): Pass server argument to nnml-find-id.
8702         (nnml-request-update-info): Pass server argument to
8703         nnml-marks-changed-p.
8704
8705         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8706         (nnml-save-mail, nnml-active-number): Add server argument.
8707
8708         (nnml-request-delete-group): Warn if group is missing.
8709         (nnml-get-nov-buffer): Decode group name.
8710         (nnml-generate-active-info): Encode group name.
8711         (nnml-open-marks): Decode group name in messages.
8712
8713 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8714
8715         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8716         if it is not specified.
8717         (gnus-article-pipe-part, gnus-article-save-part)
8718         (gnus-article-interactively-view-part, gnus-article-copy-part)
8719         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8720         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8721         (gnus-article-replace-part, gnus-article-delete-part)
8722         (gnus-article-view-part-as-type): Pass raw prefix argument to
8723         gnus-article-part-wrapper.
8724
8725 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8726
8727         * gnus-agent.el (gnus-agent-save-active):
8728         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8729
8730         * gnus-cache.el (gnus-cache-save-buffers)
8731         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8732         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8733         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8734         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8735         (gnus-cache-generate-active, gnus-cache-rename-group)
8736         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8737         (gnus-cache-update-overview-total-fetched-for):
8738         Bind file-name-coding-system to nnmail-pathname-coding-system.
8739         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8740         New variables.
8741         (gnus-cache-decoded-group-name): New function.
8742         (gnus-cache-file-name): Use it.
8743         (gnus-cache-generate-active): Use non-decoded group name for active.
8744
8745         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8746         right place.
8747         (gnus-write-active-file): Don't break non-ASCII group names.
8748
8749         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8750         nnmail-pathname-coding-system.
8751
8752         * lpath.el: Bind default-file-name-coding-system,
8753         file-name-coding-system and language-info-alist for XEmacs.
8754
8755         * gnus-uu.el (gnus-uu-decode-save): Typo.
8756
8757 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8758
8759         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8760
8761 2007-07-14  David Kastrup  <dak@gnu.org>
8762
8763         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8764         finishing actions if we did not edit the article.
8765
8766 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8767
8768         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8769         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8770         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8771         (gnus-agent-flush-group, gnus-agent-flush-cache)
8772         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8773         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8774         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8775         (gnus-agent-regenerate-group)
8776         (gnus-agent-update-files-total-fetched-for)
8777         (gnus-agent-update-view-total-fetched-for):
8778         Bind file-name-coding-system to nnmail-pathname-coding-system.
8779         (gnus-agent-group-pathname): Don't encode file names by
8780         nnmail-pathname-coding-system.
8781         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8782         coding-system-for-write instead of buffer-file-coding-system to
8783         gnus-agent-file-coding-system.
8784
8785         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8786         Decode group name.
8787
8788         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8789
8790         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8791         (gnus-read-newsrc-el-file): Make group names unibyte.
8792
8793         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8794         nnmail-pathname-coding-system.
8795
8796         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8797         (nnrss-request-delete-group): Bind file-name-coding-system to
8798         nnmail-pathname-coding-system.
8799         (nnrss-read-server-data, nnrss-read-group-data):
8800         Bind file-name-coding-system correctly.
8801         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8802
8803         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8804         (nntp-server-to-method-cache): New variable.
8805         (nntp-group-pathname): New function that decodes non-ASCII group names.
8806         (nntp-possibly-create-directory, nntp-marks-changed-p)
8807         (nntp-save-marks, nntp-open-marks): Use it.
8808         (nntp-possibly-create-directory, nntp-open-marks):
8809         Bind file-name-coding-system to nnmail-pathname-coding-system.
8810         (nntp-open-marks): Decode group names when bootstrapping marks.
8811
8812         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8813         Newsgroups and Folowup-To headers.
8814
8815 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8816
8817         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8818         (gnus-server-closed-face, gnus-server-denied-face)
8819         (gnus-server-offline-face): Remove variable.
8820         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8821
8822         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8823         of modifying message-stack directly for XEmacs.
8824
8825         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8826         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8827         if the coding-system argument is nil for XEmacs.
8828
8829         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8830         mm-charset-override-alist.
8831
8832         * rfc2047.el: Don't require base64; require rfc2045 for the function
8833         rfc2045-encode-string.
8834         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8835         to quote the parameter value.
8836
8837 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8838
8839         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8840         form in gnus-group-name-charset-method-alist.
8841
8842         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8843         overrides the default layout edit-form.
8844
8845         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8846
8847         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8848
8849 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8850
8851         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8852         as unfetched articles.
8853
8854 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8855
8856         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8857
8858 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8859
8860         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8861         original back end that keeps marks in the local system.
8862
8863 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8864
8865         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8866         arg of pop-to-buffer for XEmacs.
8867         (gnus-article-read-summary-keys): Ditto; don't restore window
8868         configuration if summary command ends up with neither article buffer
8869         nor summary buffer; describe bindings if summary keys end with C-h.
8870
8871 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8872
8873         * message.el (message-fix-before-sending): Skip raw message part to be
8874         forwarded while checking illegible text.
8875         (message-forward-make-body-mime, message-forward-make-body):
8876         Mark signed or encrypted raw message as having no illegible text.
8877
8878 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8879
8880         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8881         (gnus-message-with-timestamp-1): New macro.
8882         (gnus-message-with-timestamp): New function.
8883         (gnus-message): Use them.
8884
8885         * nnheader.el (nnheader-message): Use them.
8886
8887 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8888
8889         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8890         .newsrc.eld file.
8891
8892 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8893
8894         * gnus-agent.el (gnus-agent-fetch-headers)
8895         (gnus-agent-retrieve-headers):
8896         Bind gnus-decode-encoded-address-function to identity.
8897
8898         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8899         available also when the server returns simply a dot.
8900
8901         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8902
8903 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8904
8905         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8906
8907 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8908
8909         * gnus-ems.el (gnus-x-splash): Make it work.
8910
8911         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8912         from being used.
8913
8914         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8915
8916 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8917
8918         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8919         4th and the 5th arguments.
8920
8921         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8922         the front stickiness.
8923         (gnus-article-summary-command-nosave): Correct the order of the
8924         arguments passed to pop-to-buffer.
8925         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8926         summary command ends up with the article buffer.
8927
8928         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8929         the same faces.
8930
8931 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8932
8933         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8934
8935 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8936
8937         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8938         * gnus-sum.el (gnus-summary-highlight):
8939         * pgg.el (pgg-sign-region, pgg-sign):
8940         * mail-source.el (mail-source-delete-old-incoming-confirm):
8941         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8942
8943 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8944
8945         * gnus-art.el (gnus-mime-view-part-externally)
8946         (gnus-mime-view-part-internally): Fix predicate function passed to
8947         completing-read.
8948
8949         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8950
8951         * gnus.el (gnus-update-message-archive-method): Add :version.
8952
8953 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8954
8955         * gnus.el (gnus-update-message-archive-method): New variable.
8956
8957         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8958         according to gnus-message-archive-method if
8959         gnus-update-message-archive-method is non-nil.
8960
8961 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8962
8963         * gnus-sum.el (gnus-summary-limit-to-address): New function.
8964         Suggested by Loic Dachary <loic@dachary.org>.
8965         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8966
8967 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8968
8969         * message.el (message-pop-to-buffer): Add switch-function argument.
8970         (message-mail): Pass switch-function argument to it.
8971
8972 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8973
8974         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8975         Improve doc string.
8976
8977 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8978
8979         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8980         (gnus-header-content)
8981         * gnus-cite.el (gnus-cite-10)
8982         * gnus-srvr.el (gnus-server-closed)
8983         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8984         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8985         (gnus-group-mail-3-empty, gnus-group-mail-low)
8986         (gnus-group-mail-low-empty, gnus-splash)
8987         * message.el (message-header-to, message-header-cc)
8988         (message-header-subject, message-header-other, message-header-name)
8989         (message-header-xheader, message-separator, message-cited-text)
8990         (message-mml): Lighten colors of faces used for dark background.
8991
8992 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8993
8994         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8995         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8996
8997 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8998
8999         * message.el (message-narrow-to-headers-or-head):
9000         Ignore mail-header-separator in the body.
9001
9002 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9003
9004         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9005         same as window size.
9006
9007 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9008
9009         * message.el (message-font-lock-keywords): Use message-header-xheader
9010         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9011         ahead of the anything pattern, to get it recognised.
9012
9013 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9014
9015         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
9016         spam.el loads uses it in the compiled defadvice form.
9017
9018 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9019
9020         * gnus-sum.el (gnus-articles-to-read)
9021         (gnus-summary-insert-old-articles): Don't truncate group name for
9022         `read-string'.
9023
9024         * gnus-util.el (gnus-limit-string): Delete this function.
9025
9026         * gnus-sum.el (gnus-simplify-subject-fully):
9027         Use `truncate-string-to-width' instead.
9028
9029 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9030
9031         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9032         Tell if, on summary exit, the next group has to be selected.
9033         (gnus-summary-exit): Use it.
9034
9035 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9036
9037         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9038         non-break space.
9039
9040 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9041
9042         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9043         Check if group is not a directory.
9044         (nnfolder-request-expire-articles): Don't delete articles if the target
9045         group is not available.
9046
9047         * nnml.el (nnml-request-create-group): Properly check if group is not a
9048         file.
9049         (nnml-request-expire-articles): Don't delete articles if the target
9050         group is not available.
9051
9052         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9053         Don't quote characters that are within parentheses.
9054
9055 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9056
9057         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9058         (gnus-handle-ephemeral-exit): Select article according to it.
9059
9060 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9061
9062         * message.el (message-insert-formated-citation-line): Remove newline.
9063         (message-citation-line-format): Add final \n here so that the user can
9064         avoid a blank line.
9065
9066 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9067
9068         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9069         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9070         Update lanl/arXiv support.
9071
9072 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9073
9074         * gnus.el: Bump version number.
9075
9076 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9077
9078         * gnus.el (gnus-version-number): Bump version.
9079
9080 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9081
9082         * gnus.el: No Gnus v0.6 is released.
9083
9084 2007-04-27  Didier Verna  <didier@xemacs.org>
9085
9086         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9087         * gmm-utils.el (gmm-regexp-concat): ... here.
9088         * message.el: Don't require 'gnus-util.
9089         (message-dont-reply-to-names): Handle name change above.
9090         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9091
9092 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9093
9094         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9095         since the initial value varies according to the system.
9096
9097 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9098
9099         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9100
9101 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9102
9103         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9104
9105 2007-04-24  Didier Verna  <didier@xemacs.org>
9106
9107         Improve the type of gnus-ignored-from-addresses.
9108         * gnus-util.el (gnus-orify-regexp): New function.
9109         * message.el (gnus-util): Require it.
9110         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9111         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9112         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9113
9114 2007-04-24  Didier Verna  <didier@xemacs.org>
9115
9116         * gnus-sum.el:
9117         * gnus-utils.el: Fix some trailing whitespaces.
9118
9119 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9120
9121         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9122         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9123         article's Message-ID; refer parent article in summary buffer.
9124
9125         * message.el (message-bounce): Call mime-to-mml.
9126
9127         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9128         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9129         optimize and/or forms properly.
9130
9131 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9132
9133         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9134         URL.
9135
9136 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9137
9138         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9139
9140 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9141
9142         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9143         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9144         displayed of multipart/alternative part if it is invoked from summary
9145         buffer.
9146
9147         * mm-view.el (mm-inline-text-html-render-with-w3m)
9148         (mm-inline-text-html-render-with-w3m-standalone)
9149         (mm-inline-render-with-function): Use mail-parse-charset by default.
9150
9151 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9152
9153         * parse-time.el (parse-time-string-chars): Check if CHAR
9154         is less than the length of parse-time-syntax.
9155
9156 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9157
9158         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9159         from gnus-newsgroup-processable.
9160
9161 2007-04-16  Didier Verna  <didier@xemacs.org>
9162
9163         * gnus-msg.el (gnus-configure-posting-styles):
9164         Handle message-signature-directory properly with :file syntax.
9165         Reported by "Leo".
9166
9167 2007-04-11  Didier Verna  <didier@xemacs.org>
9168
9169         New user option: message-signature-directory.
9170         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9171         * message.el (message-insert-signature): Ditto.
9172         * message.el (message-signature-file): Doc update.
9173         * message.el (message-signature-directory): New.
9174
9175 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9176
9177         * gnus-msg.el (gnus-inews-yank-articles):
9178         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9179
9180 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9181
9182         * message.el (message-yank-original): Make sure cited text ends with
9183         newline; don't exchange point and mark.
9184
9185 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9186
9187         * tls.el (open-tls-stream): Properly handle case where there
9188         is no associated buffer.
9189
9190 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9191
9192         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9193         message-yank-original, make sure (< mark TEXT point).
9194
9195 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9196
9197         * message.el (message-fill-column): New variable.
9198         (message-mode): Use it.  Add comment on a possible new hook.
9199
9200         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9201         (nnmail-get-new-mail): Reformat.
9202
9203         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9204
9205         * gmm-utils.el: Fix Commentary.
9206         (gmm-tool-bar-from-list): Fix typo in doc string.
9207
9208 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9209
9210         * message.el (message-yank-original): Don't switch point and mark
9211         unnecessarily to put point and mark as documented.
9212
9213 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9214
9215         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9216         from the message heads.
9217
9218 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9219
9220         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9221         article buffer does not have a window.  This may not be the best
9222         solution but is certainly better than setting the start of the null,
9223         that is the current, window.
9224
9225 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9226
9227         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9228         (gnus-draft-setup): Run it.
9229
9230         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9231         gnus-score-fast-scoring.  Allow regexp.
9232         (gnus-score-headers): Use it.
9233
9234         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9235         XEmacs.
9236
9237         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9238         string.
9239         (gnus-button-alist): Also catch `<f1> k ...'.
9240         (gnus-treat-display-x-face): Fix doc string.
9241
9242 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9243
9244         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9245         evaluation of gnus-extended-version to ensure correct generation of the
9246         User-Agent header when message-generate-headers-first is used.
9247
9248 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9249
9250         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9251         hashcash-path is nil.  Don't call callback with incorrect number of
9252         parameters if val is 0.
9253
9254 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9255
9256         * message.el (message-required-news-headers):
9257         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9258
9259 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9260
9261         * tls.el (open-tls-stream): In handshake-waiting loop,
9262         don't wait more if there is output available to process.
9263
9264 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9265
9266         * tls.el (tls-program): Doc fix.
9267
9268 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9269
9270         * message.el (message-generate-new-buffers): Change the meaning of the
9271         nil value; add `standard' to the choices; treat t as `unique'; improve
9272         doc string.
9273         (gnus-select-frame-set-input-focus): Autoload.
9274         (message-buffer-name): Search for the existing message buffer if
9275         message-generate-new-buffers is nil or `standard'; treat the value t of
9276         message-generate-new-buffers as `unique'.
9277         (message-pop-to-buffer): Raise the frame already displaying the message
9278         buffer; clear the echo area after querying.
9279         (message-setup): Pass the `continue' argument to compose-mail.
9280         (message-mail): Prefer `switch-function' if it is given; search for the
9281         existing message buffer if the `continue' argument is non-nil; pass
9282         continue and switch-function arguments to compose-mail by way of
9283         message-setup.
9284         (message-mail-other-window): Adjust argument of message-setup.
9285         (message-mail-other-frame): Ditto.
9286
9287 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9288
9289         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9290         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9291         to turn font-lock on when turning gnus-message-citation-mode on.
9292
9293 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9294
9295         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9296         (mml-smime-function-alist): New variable; add epg as the backend.
9297         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9298         mml-smime- functions instead.
9299         * mm-view.el: Require smime.
9300
9301 2007-03-05  Didier Verna  <didier@xemacs.org>
9302
9303         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9304         instead of just inheritance for posting styles.
9305         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9306
9307 2007-02-24  Chris Moore  <dooglus@gmail.com>
9308
9309         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9310         * pgg-pgp.el (pgg-pgp-encrypt-region):
9311         * pgg-gpg.el (pgg-gpg-encrypt-region):
9312         Check pgg-encrypt-for-me if no other recipients.
9313
9314 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9315
9316         * tls.el (tls-certtool-program): Fix custom type.
9317
9318 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9319
9320         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9321         and point-at-eol instead of line-(beginning|end)-position.
9322
9323         * assistant.el (assistant-parse-buffer): Ditto.
9324
9325         * netrc.el (netrc-parse-services): Ditto.
9326
9327 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9328
9329         * mml2015.el (mml2015-epg-find-usable-key): New function.
9330         (mml2015-epg-sign): Use it.
9331         (mml2015-epg-encrypt): Use it.
9332
9333 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9334
9335         * message.el (message-make-in-reply-to): Quote name containing
9336         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9337         if there are special characters.  Reported by NAKAJI Hiroyuki
9338         <nakaji@jp.freebsd.org>.
9339
9340 2007-02-27  Didier Verna  <didier@xemacs.org>
9341
9342         Include the group parameters as well as the topic ones in the
9343         inheritance filter process.
9344         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9345         argument GROUP-PARAMS-LIST.
9346         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9347
9348 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9349
9350         * nntp.el (nntp-never-echoes-commands)
9351         (nntp-open-connection-functions-never-echo-commands): New variables.
9352         (nntp-send-command): Use them.
9353
9354 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9355
9356         * mml2015.el (mml2015-epg-verify): Simplify.
9357
9358 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9359
9360         * mml.el (mml-content-disposition-alist): New user option.
9361         (mml-content-disposition): New function.
9362         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9363         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9364
9365 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9366
9367         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9368         verification.
9369
9370 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9371
9372         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9373         articles posted in the last 24 hours.
9374
9375 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9376
9377         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9378
9379 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9380
9381         * nntp.el (nntp-send-command): Don't wait for echoes when
9382         nntp-open-ssl-stream is used.
9383
9384 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9385
9386         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9387         (gnus-message-add-citation-keywords)
9388         (gnus-message-remove-citation-keywords): Remove.
9389         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9390         directly, make the variables in font-lock-defaults buffer-local, add
9391         gnus-message-citation-keywords to them and then update the value of
9392         font-lock-keywords.
9393
9394 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9395
9396         * message.el (message-cite-original-1): Don't call
9397         gnus-article-highlight-citation.
9398
9399         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9400         citations; fix line count.
9401
9402 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9403
9404         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9405         (gnus-message-add-citation-keywords)
9406         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9407         versions of font-lock-add-keywords and font-lock-remove-keywords to
9408         work with XEmacs correctly.
9409
9410 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9411
9412         * gnus-cite.el (gnus-cite-face-list): Set the values of
9413         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9414         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9415         (gnus-message-cite-prefix-regexp): New variable.
9416         (gnus-message-search-citation-line): Use it; protect against long
9417         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9418         the 0th match data for Emacs.
9419         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9420         (gnus-message-add-citation-keywords): Append keywords rather than
9421         prepending; emulate font-lock-add-keywords if it is not available.
9422         (gnus-message-remove-citation-keywords):
9423         Emulate font-lock-remove-keywords if it is not available.
9424
9425         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9426
9427         * message.el (message-cite-prefix-regexp): Set the value of
9428         gnus-message-cite-prefix-regexp.
9429
9430 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9431
9432         * nnweb.el (nnweb-google-parse-1): Update parser.
9433
9434 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9435
9436         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9437
9438 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9439
9440         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9441         regexp.
9442
9443 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9444
9445         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9446         string-to-multibyte.
9447         (uudecode-decode-region-internal): Use it.
9448
9449         * lpath.el: Fbind string-as-multibyte for XEmacs.
9450
9451 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9452
9453         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9454         Fix custom choice.
9455
9456         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9457
9458 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9459
9460         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9461
9462         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9463         `write-region' to respect `mm-inhibit-file-name-handlers'.
9464
9465 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9466
9467         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9468         Use gnus-home-directory instead of "~/" or "$HOME".
9469
9470 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9471
9472         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9473         to mention filename.
9474         Add comments at beginning regarding usage.
9475         (encrypt-write-file-contents): Change interactive so a string is
9476         acceptable.  If the file has no associated model, show an error instead
9477         of a nonsense prompt.
9478
9479 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9480
9481         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9482         Thanks to Yoshihiko Yamada for kind notification of this typo.
9483
9484 2007-01-12  Kenichi Handa  <handa@m17n.org>
9485
9486         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9487         multibyte buffer.
9488
9489 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9490
9491         * gnus-score.el (gnus-score-fast-scoring): New variable.
9492         (gnus-score-headers): Use it.
9493
9494         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9495
9496         * message.el (message-cite-original-1):
9497         Call gnus-article-highlight-citation if requested.
9498         (message-make-from): Allow name and address as optional arguments.
9499
9500         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9501
9502         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9503         bugs to doc string.
9504         (gnus-button-alist): Add mid\\|message-id.
9505         (gnus-button-fetch-group): Extend for use in
9506         `browse-url-browser-function'.
9507         (gnus-button-url-regexp): Try to catch paired parentheses like in
9508         Wikipedia URLs.
9509
9510         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9511         Suggested by Simon Krahnke <overlord@gmx.li>.
9512
9513 2007-01-13  Romain Francoise  <romain@orebokech.com>
9514
9515         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9516         Update copyright.
9517
9518 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9519
9520         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9521
9522 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9523
9524         * gnus-registry.el (gnus-registry-unfollowed-groups)
9525         (gnus-registry-split-fancy-with-parent): Fix documentation.
9526
9527 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9528
9529         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9530         from nnweb groups.
9531
9532 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9533
9534         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9535         Xref urls.  Erase buffer before requesting head.
9536
9537         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9538
9539 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9540
9541         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9542         customizable.
9543
9544 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9545
9546         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9547         no signing key is found.
9548         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9549         no encrypting and/or signing key is found.
9550
9551 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9552
9553         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9554
9555 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9556
9557         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9558         headers read from disk with the ones newly found in the current search.
9559         This should no longer cause problems, because the article numbers in
9560         Gmane's `nov.php' output are ignored since the previous change.
9561
9562 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9563
9564         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9565
9566 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9567
9568         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9569         replace-regexp-in-string; bind url-version; fbind display-images-p and
9570         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9571         find-face and set-itimer-function for Emacs; bind itimer-list for
9572         Emacs.
9573
9574         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9575
9576 2007-01-01  Romain Francoise  <romain@orebokech.com>
9577
9578         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9579
9580 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9581
9582         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9583         `define-minor-mode' macro definition expanded properly.
9584         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9585         exclude it there.
9586
9587         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9588         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9589         `fboundp' test.
9590         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9591         This is OK to autoload in (S)XEmacs now.
9592
9593 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9594
9595         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9596         keystroke.
9597         (gnus-summary-limit-to-singletons): Fix typo.
9598
9599         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9600         else fails.
9601
9602 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9603
9604         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9605         docstring.
9606
9607         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9608         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9609         (gnus-summary-insert-dormant-articles): Fix typo in message.
9610
9611 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9612
9613         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9614         nil for XEmacs.
9615         (gnus-message-citation-mode): Don't autoload in XEmacs.
9616
9617         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9618
9619 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9620
9621         * nnimap.el (nnimap-expunge-search-string):
9622         Mention nnimap-search-uids-not-since-is-evil in docstring.
9623
9624 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9625
9626         * spam.el: Revert to make-obsolete-variable because
9627         define-obsolete-variable-alias is not supported in Emacs 21.
9628
9629         * spam.el (spam-ifile-path, spam-ifile-database-path)
9630         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9631         make-obsolete-variable.
9632         (spam-bsfilter-path, spam-bsfilter-program)
9633         (spam-spamassassin-path, spam-spamassassin-program)
9634         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9635         Don't use "path" inappropriately.
9636         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9637         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9638         variable names.
9639
9640 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9641
9642         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9643         summary buffer.
9644
9645         * password.el (password-cache-remove): Use clear-string to burn
9646         password, if available.
9647
9648 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9649
9650         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9651
9652         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9653
9654         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9655         (gnus-message-highlight-citation): Move defcustom here from
9656         gnus-cite.el.
9657         (gnus-message-citation-mode): Autoload.
9658
9659         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9660         checks to make it compile with XEmacs.
9661         (gnus-message-citation-mode): New minor mode.
9662         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9663         (gnus-message-highlight-citation): New variables.
9664         (gnus-message-search-citation-line)
9665         (gnus-message-add-citation-keywords)
9666         (gnus-message-remove-citation-keywords)
9667         (turn-on-gnus-message-citation-mode)
9668         (turn-off-gnus-message-citation-mode): New functions.
9669
9670 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9671
9672         * gnus-cite.el: Enable highlighting of different citation levels in
9673         message-mode.
9674
9675 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9676
9677         * message.el (message-make-fqdn): Fix comment.
9678         (message-bogus-system-names): Add ".local".
9679
9680         * spam.el (spam-ifile-path, spam-ifile-program)
9681         (spam-ifile-database-path, spam-ifile-database)
9682         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9683         Don't use "path" inappropriately.
9684         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9685         strings.
9686         (spam-check-ifile, spam-ifile-register-with-ifile)
9687         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9688         Use new variable names.
9689
9690         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9691         (gnus-treat-display-smileys): Simplify using
9692         gnus-image-type-available-p.
9693
9694         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9695         available.
9696
9697         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9698         Use `display-images-p' if available.
9699
9700 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9701
9702         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9703         one after turning on the buffer's multibyteness instead of decoding
9704         them directly in the unibyte buffer that causes unexpected conversion
9705         in Emacs 23 (unicode).
9706
9707 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9708
9709         * message.el (message-generate-hashcash): Fix custom type.
9710
9711 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9712
9713         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9714
9715 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9716
9717         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9718         disconnect icons.  Add help text.
9719
9720 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9721
9722         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9723         negated to be consistent with the others we handle.
9724
9725 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9726
9727         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9728         version of gnus-summary-buffer to something, so that we can use two
9729         article buffers at the same time.
9730
9731 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9732
9733         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9734         trigger all the extra headers.
9735         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9736         sorting.
9737
9738 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9739
9740         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9741         solid groups.
9742
9743 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9744
9745         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9746
9747 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9748
9749         * legacy-gnus-agent.el: Add Copyright notice.
9750
9751 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9752
9753         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9754
9755 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9756
9757         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9758
9759         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9760         to make it work reliably in CVS Emacs.
9761         (gnus-summary-limit-strange-charsets-predicate)
9762         (gnus-summary-limit-to-predicate): New functions.
9763
9764 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9765
9766         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9767         specifying array size.
9768         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9769         array if it is too small.
9770         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9771         (gnus-sort-threads-loop): New function.
9772
9773 2006-12-06  Chris Moore  <dooglus@gmail.com>
9774
9775         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9776         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9777
9778 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9779
9780         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9781         options.
9782
9783 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9784
9785         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9786         DOS-ing the recipient.
9787
9788         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9789         the headers when creating the mapping to avoid mismappings.
9790         (nnweb-gmane-create-mapping): Always nix out old mapping.
9791
9792 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9793
9794         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9795         and mm-verify-option to never.
9796
9797 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9798
9799         * message.el (message-signed-or-encrypted-p): New function.
9800         (message-forward-make-body): Use it.
9801
9802         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9803         Replace encode-coding-string with mm-encode-coding-string.
9804
9805 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9806
9807         * nneething.el (nneething-decode-file-name):
9808         Replace decode-coding-string with mm-decode-coding-string.
9809
9810         * gnus-int.el (gnus-open-server): Say failed server's name.
9811
9812 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9813
9814         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9815         strings to a single string.  Quote `errors-file-name'.
9816         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9817         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9818         Adjust calls.  Use `shell-quote-argument'.
9819
9820 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9821
9822         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9823         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9824
9825         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9826         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9827         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9828         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9829         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9830         (gnus-subscribe-newsgroup, gnus-1):
9831         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9832         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9833         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9834         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9835
9836 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9837
9838         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9839         keystroke.
9840         (gnus-summary-limit-to-bodies): Implement headersp.
9841
9842 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9843
9844         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9845
9846 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9847
9848         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9849
9850 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9851
9852         * message.el (message-generate-hashcash): Expand range of values to
9853         include `opportunistic'.
9854         (message-send-mail): Use it.
9855
9856 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9857
9858         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9859         and comment it.
9860
9861         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9862
9863 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9864
9865         * gnus-util.el (gnus-extract-address-components): Improve comment.
9866
9867 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9868
9869         * gnus-util.el (gnus-extract-address-components): Work with address in
9870         which the name portion contains @.
9871
9872         * lpath.el: Fbind custom-autoload.
9873
9874 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9875
9876         * gnus.el (gnus-start): Move custom group up.
9877         (gnus-select-method): Don't autoload, but make it available for
9878         `customize-variable'.
9879         (gnus-getenv-nntpserver): Don't autoload.
9880
9881 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9882
9883         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9884
9885 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9886
9887         * message.el (message-sendmail-extra-arguments): New variable.
9888         (message-send-mail-with-sendmail): Use it.
9889
9890 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9891
9892         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9893         mm-with-unibyte-current-buffer to make string unibyte.
9894
9895         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9896         mm-string-as-multibyte.
9897
9898 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9899
9900         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9901         Reported by Werner Koch <wk@gnupg.org>.
9902
9903 2006-11-14  Daiki Ueno  <ueno@p360>
9904
9905         * mml2015.el: Autoload epa-select-keys when compiling.
9906
9907 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9908
9909         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9910         message-options.
9911         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9912
9913 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9914
9915         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9916         EasyPG (< 0.0.6).
9917         (mml2015-always-trust): New user option.
9918         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9919         prompt.
9920
9921 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9922
9923         * nntp.el (nntp-authinfo-force): New variable.
9924         (nntp-send-authinfo): Use it.
9925
9926 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9927
9928         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9929         decode encoded words.  Improve prompt.  Add comment about forwarding.
9930         (message-replacement-char): Move up.
9931
9932 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9933
9934         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9935         instead of gnus-intersection because arguments of gnus-sorted-nunion
9936         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9937
9938 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9939
9940         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9941         (message-simplify-subject-functions):
9942         Enable message-strip-subject-encoded-words by default.
9943
9944 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9945
9946         * message.el (message-strip-subject-encoded-words): New function.
9947         (message-simplify-subject-functions): New variable.
9948         (message-simplify-subject): Use it.  Fix typo in doc string.
9949         Support message-strip-subject-encoded-words.
9950
9951 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9952
9953         * gnus-diary.el (gnus-diary-delay-format-function):
9954         * nndiary.el (nndiary-reminders):
9955         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9956
9957 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9958
9959         * gnus-art.el (article-hide-boring-headers): Fetch date from
9960         gnus-original-article-buffer to avoid problems with localized date
9961         strings.
9962
9963 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9964
9965         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9966
9967 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9968
9969         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9970         New variables.
9971         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9972         (mm-charset-synonym-alist): Move some entries to
9973         mm-codepage-iso-8859-list.
9974         (mm-charset-synonym-alist, mm-charset-override-alist):
9975         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9976
9977 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9978
9979         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9980
9981 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9982
9983         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9984         with Emacs 21 and XEmacs.
9985
9986 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9987
9988         * spam.el (spam-parse-address): New function for better parsing,
9989         catching errors, etc.
9990         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9991
9992 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9993
9994         * mm-view.el: Add interactive arg to html2text autoload.
9995
9996 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9997
9998         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9999
10000 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10001
10002         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10003         New variables.
10004         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10005         (mm-charset-synonym-alist): Move some entries to
10006         mm-codepage-iso-8859-list.
10007
10008         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10009
10010 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10011
10012         * message.el (message-citation-line-format)
10013         (message-insert-formated-citation-line): Fix implementation of %E, %N
10014         and %n according to the doc string.
10015
10016 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10017
10018         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10019         Use car-safe to avoid bad parses.
10020
10021 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10022
10023         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10024         names.
10025
10026         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10027
10028 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10029
10030         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10031         header.
10032
10033         * message.el (message-draft-headers): Add Date.
10034         (message-headers-to-generate): Fix typo in docstring.
10035
10036         * nndraft.el (nndraft-required-headers): New variable.
10037         (nndraft-generate-headers): Use it.
10038
10039         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10040
10041 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10042
10043         * gnus-registry.el (gnus-registry-wash-for-keywords)
10044         (gnus-registry-find-keywords): New functions to allow easy searching of
10045         articles that are in the registry.
10046
10047 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10048
10049         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10050         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10051         Reported by Damien Elmes <damien@repose.cx>.
10052
10053 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10054
10055         * gnus.el (gnus-mime): Remove unused custom group.
10056
10057 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10058
10059         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10060         "blank line" when searching for end of armor headers.
10061
10062 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10063
10064         * gmm-utils.el (gmm-write-region): Fix variable name.
10065
10066 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10067
10068         * gmm-utils.el (gmm-write-region): New function based on compatibility
10069         code from `mm-make-temp-file'.
10070
10071         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10072
10073         * nnmaildir.el (nnmaildir--update-nov)
10074         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10075         Use `gmm-write-region'.
10076
10077 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10078
10079         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10080         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10081
10082         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10083
10084         * message.el (message-replacement-char): New variable.
10085         (message-fix-before-sending): Use it.
10086         (message-simplify-subject): New function to remove duplicate code.
10087         (message-reply, message-followup): Use it.
10088
10089         * gnus-sum.el (gnus-summary-make-menu-bar):
10090         Clarify gnus-summary-limit-to-articles.
10091
10092 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10093
10094         * gnus-util.el (gnus-with-local-quit): New macro.
10095
10096         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10097
10098 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10099
10100         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10101         ignore non-string data.
10102
10103 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10104
10105         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10106         non-string data (needs to be done in the registry too).
10107
10108 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10109
10110         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10111         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10112         (gnus-registry-split-fancy-with-parent)
10113         (gnus-registry-fetch-simplified-message-subject-fast)
10114         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10115         Remove text properties on ingress into the registry and when it's saved.
10116         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10117         registry from entries with no groups.
10118
10119 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10120
10121         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10122         function to remove string properties.
10123
10124 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10125
10126         * gmm-utils.el (gmm): Adjust custom version.
10127
10128         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10129         Adjust custom version.
10130
10131         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10132
10133 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10134
10135         * gnus-art.el (gnus-insert-prev-page-button)
10136         (gnus-insert-next-page-button): Simplify.  Reformat.
10137
10138 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10139
10140         * gnus-art.el (gnus-insert-prev-page-button)
10141         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10142
10143 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10144
10145         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10146
10147 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10148
10149         * gnus-art.el (gnus-insert-mime-button)
10150         (gnus-insert-mime-security-button):
10151         Apply gnus-article-button-face to MIME and security buttons.
10152
10153 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10154
10155         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10156         readable.
10157
10158 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10159
10160         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10161
10162 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10163
10164         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10165         `browse-url-of-file' instead of `browse-url'.
10166
10167 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10168
10169         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10170         regexp.  Articles containing quotation were cut prematurely.
10171
10172 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10173
10174         * message.el (message-cite-original-1): Use nobody by default for the
10175         value of From header.
10176         (message-reply): Ditto.
10177
10178 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10179
10180         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10181         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10182         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10183
10184 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10185
10186         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10187         mails in the doc string.  Add some URLs in comment.
10188         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10189
10190 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10191
10192         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10193         backslashes handling and the way to find boundaries of quoted strings.
10194
10195 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10196
10197         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10198         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10199         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10200         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10201
10202 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10203
10204         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10205         doc string.
10206         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10207
10208 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10209
10210         * lpath.el: Fbind epg-check-configuration.
10211
10212 2006-09-06  Simon Josefsson  <jas@extundo.com>
10213
10214         * mml2015.el (mml2015-use): Doc fix, mention epg.
10215
10216 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10217
10218         * mml2015.el (mml2015-use): Default to epg, if available.
10219
10220 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10221
10222         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10223         message-sender.
10224         (mml1991-epg-encrypt): Ditto.
10225         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10226         message-sender.
10227         (mml2015-epg-encrypt): Ditto.
10228
10229 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10230
10231         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10232         several common directories.
10233
10234 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10235
10236         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10237         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10238
10239 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10240
10241         * gnus-art.el (article-decode-encoded-words): Make it fast.
10242
10243 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10244
10245         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10246
10247         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10248         in quoted string into `\'.
10249
10250 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10251
10252         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10253         Use standard-syntax-table.
10254
10255 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10256
10257         * gnus-art.el (gnus-decode-address-function): New variable.
10258         (article-decode-encoded-words): Use it to decode headers which are
10259         assumed to contain addresses.
10260         (gnus-mime-delete-part): Remove useless `or'.
10261
10262         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10263         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10264         (gnus-nov-parse-line): Use it to decode From header.
10265         (gnus-get-newsgroup-headers): Ditto.
10266         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10267
10268         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10269         (mail-decode-encoded-address-string): New alias.
10270
10271         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10272         New function.
10273         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10274         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10275         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10276         (rfc2047-decode-string): Ditto.
10277         (rfc2047-decode-address-region): New function.
10278         (rfc2047-decode-address-string): New function.
10279
10280 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10281
10282         * message.el (message-caesar-buffer-body): Allow rotating headers.
10283
10284         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10285
10286         * message.el (message-insert-formated-citation-line): Fix %f.
10287         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10288
10289 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10290
10291         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10292         (gnus-bookmark-mouse-available-p): New macro.
10293         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10294         (gnus-bookmark-bmenu-show-infos): Use it.
10295         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10296         (gnus-bookmark-bmenu-hide-infos): Ditto.
10297         (gnus-bookmark-remove-properties): New function.
10298         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10299         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10300         (gnus-bookmark-write-file): Bind coding-system-for-write.
10301         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10302         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10303         group before selecting it.
10304         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10305         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10306         quit-window if it is not available; use gnus-mouse-2 and bind it to
10307         gnus-bookmark-bmenu-select-by-mouse.
10308         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10309         (gnus-bookmark-bmenu-select-by-mouse): New function.
10310
10311 2006-08-13  Romain Francoise  <romain@orebokech.com>
10312
10313         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10314         space.
10315
10316 2006-08-10  Romain Francoise  <romain@orebokech.com>
10317
10318         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10319         (dns-mode-soa-auto-increment-serial): New user option.
10320         (dns-mode-soa-maybe-increment-serial): New function.
10321         (dns-mode): Add the latter to `write-contents-functions'.
10322
10323 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10324
10325         * compface.el (uncompface): Use binary rather than raw-text-unix.
10326
10327 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10328
10329         * compface.el (uncompface): Make sure the eol conversion doesn't take
10330         place when communicating with the external programs.
10331         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10332
10333 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10334
10335         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10336
10337 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10338
10339         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10340         Make it more robust by parsing author and date independently.
10341
10342 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10343
10344         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10345
10346 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10347
10348         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10349         first matching secret key.
10350         (mml2015-epg-encrypt): Ditto.
10351
10352         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10353         first matching secret key.
10354         (mml1991-epg-encrypt): Ditto.
10355
10356         * mml2015.el (mml2015-encrypt-to-self): New user option.
10357         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10358         mml2015-epg-encrypt-to-self is set.
10359
10360         * mml1991.el (mml1991-encrypt-to-self): New variable.
10361         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10362         mml1991-epg-encrypt-to-self is set.
10363
10364         * mml2015.el (mml2015-signers): New user option.
10365         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10366         (mml2015-epg-encrypt): Allow to select signing keys.
10367
10368         * mml1991.el (mml1991-signers): New variable.
10369         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10370         (mml1991-epg-encrypt): Allow to select signing keys.
10371
10372 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10373
10374         * nnheader.el (nnheader-insert-head): Make it work even if the file
10375         uses CRLF for the line-break code.
10376
10377 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10378
10379         * mml2015.el: Require mml-sec instead of password.
10380         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10381         (mml2015-cache-passphrase): Inherit the default value from
10382         mml-secure-cache-passphrase.
10383         (mml2015-passphrase-cache-expiry): Inherit the default value from
10384         mml-secure-passphrase-cache-expiry.
10385
10386         * mml1991.el: Require mml-sec instead of password.
10387         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10388         (mml1991-cache-passphrase): Inherit the default value from
10389         mml-secure-cache-passphrase.
10390         (mml1991-passphrase-cache-expiry): Inherit the default value from
10391         mml-secure-passphrase-cache-expiry.
10392
10393         * mml-sec.el: Require password.
10394         (mml-secure-verbose): New user option.
10395         (mml-secure-cache-passphrase): New user option.
10396         (mml-secure-passphrase-cache-expiry): New user option.
10397
10398 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10399
10400         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10401         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10402         andreas@altroot.de (Andreas Vögele).
10403
10404         FIXME: Use `tiny change'?
10405
10406 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10407
10408         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10409         workaround for the url package included with Emacs.
10410
10411         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10412
10413 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10414
10415         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10416         correctly.  This fixes a bug caused by the 2006-05-12 change.
10417
10418 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10419
10420         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10421         some information about the error when saying that the `bogus' mail
10422         group will be used.
10423
10424 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10425
10426         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10427         string.
10428
10429 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10430
10431         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10432
10433 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10434
10435         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10436
10437 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10438
10439         * mml1991.el (mml1991-function-alist): Add epg.
10440         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10441         (mml1991-epg-encrypt): New functions.
10442
10443 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10444
10445         * mml2015.el (mml2015-verbose): New variable.
10446         (mml2015-cache-passphrase): Ditto.
10447         (mml2015-passphrase-cache-expiry): Ditto.
10448         (mml2015-function-alist): Add epg.
10449         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10450         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10451         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10452         New functions.
10453
10454 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10455
10456         * message.el (message-cite-original-1): Preserve region when removing
10457         quoted text due to X-No-Archive in order to avoid bogus attribution
10458         when citing multiple messages.
10459
10460 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10461
10462         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10463         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10464
10465 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10466
10467         * gnus-diary.el (gnus-user-format-function-d)
10468         (gnus-user-format-function-D): Autoload.
10469
10470         * imap.el (Commentary): Fix typo.
10471
10472         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10473         2006-04-22 contribution.
10474
10475 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10476
10477         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10478         It didn't really fix the bogosity I'm seeing with solid web groups.
10479
10480 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10481
10482         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10483         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10484         created using server names.  If we use the feature without declaring
10485         it, Gnus does not properly manage server and group state.
10486
10487         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10488         bound.
10489
10490 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10491
10492         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10493         looking up the method using GROUP's prefix before inventing a new one.
10494         It is used on killed/unknown groups in various places where returning
10495         an all-new method isn't expected by the caller.
10496
10497         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10498         and match semantics of gnus-group-real-prefix.
10499
10500 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10501
10502         * nnmail.el (nnmail-broken-references-mailers): New variable.
10503         (nnmail-ignore-broken-references): New function generalizing
10504         nnmail-fix-eudora-headers.
10505         (nnmail-fix-eudora-headers): Now obsolete.
10506
10507         * gnus-art.el (gnus-button-handle-custom):
10508         Support `customize-apropos*'.
10509
10510 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10511
10512         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10513
10514         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10515         articles.
10516
10517 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10518
10519         * message.el (message-cite-reply-above): New variable.
10520         (message-yank-original): Use it.
10521
10522 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10523
10524         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10525
10526 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10527
10528         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10529         as read.
10530
10531         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10532
10533 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10534
10535         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10536         (gnus-bookmark-default-file): Use gnus-directory.
10537         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10538         Remove "*" in doc string.
10539         (gnus-bookmark-write-file): Simplify.
10540         (gnus-bookmark-maybe-sort-alist): Use `when'.
10541         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10542         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10543         Add FIXME about Emacs 21 and XEmacs compatibility.
10544         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10545         compatibility.
10546         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10547         compatibility.
10548         (gnus-bookmark-menu-heading): Fix version.
10549
10550 2006-06-19  Bastien Guerry  <bzg@altern.org>
10551
10552         * gnus-bookmark.el: New file.
10553
10554 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10555
10556         * message.el (message-syntax-checks): Doc fix.
10557
10558 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10559
10560         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10561         unsubscribed groups as if they were killed ones.  It causes duplicate
10562         entries in gnus-newsrc-alist.
10563
10564 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10565
10566         * message.el (message-syntax-checks): Doc fix.
10567         (message-send-mail): Add check for continuation headers.
10568         (message-check-news-header-syntax): Fix regexp used to check for
10569         continuation headers.
10570
10571 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10572
10573         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10574
10575 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10576
10577         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10578
10579 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10580
10581         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10582         default-truncate-lines.
10583
10584 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10585
10586         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10587         to fill the utf-8 entry.
10588
10589         * lpath.el: Fbind unicode-precedence-list.
10590
10591 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10592
10593         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10594
10595 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10596
10597         * gnus-agent.el (directory-files-and-attributes): Move all the way
10598         forward (the third and final move).
10599         (gnus-agent-read-agentview): Trap reconstruction errors due to
10600         nonexistent directory.  Handle by returning nil.
10601
10602 2006-05-30  Didier Verna  <didier@xemacs.org>
10603
10604         * message.el (message-dont-reply-to-names): Update the custom type.
10605         * message.el (message-dont-reply-to-names): New defsubst: potentially
10606         convert a list of regexps into a single one.
10607         * message.el (message-get-reply-headers): Use it.
10608         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10609
10610 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10611
10612         * gnus-agent.el (directory-files-and-attributes): Move forward.
10613
10614 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10615
10616         * gnus-ml.el (gnus-mailing-list-subscribe)
10617         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10618         (gnus-mailing-list-message): Fix doc strings.
10619
10620 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10621
10622         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10623         of doing it manually.
10624
10625 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10626
10627         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10628         comment.
10629
10630 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10631
10632         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10633         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10634         (gnus-agent-read-local): All symbols allocated in my-obarray.
10635         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10636         (gnus-agent-regenerate-group): Check numeric names to see if they are
10637         messages or groups.
10638         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10639         better way of do this...)
10640
10641         * gnus-cache.el (gnus-agent-total-fetched-for):
10642         Ignore 'dummy.group' (there should be a better way of do this...)
10643
10644 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10645
10646         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10647         (gnus-saved-headers): Ditto.
10648         (gnus-default-article-saver): Mention functions may have properties.
10649         (gnus-article-save): Override gnus-save-all-headers and
10650         gnus-saved-headers by :headers property which saver function may have.
10651         (gnus-summary-save-in-file): Add :headers property.
10652         (gnus-summary-write-to-file): Ditto.
10653
10654         * gnus-sum.el (gnus-summary-save-article): Bind
10655         gnus-prompt-before-saving to t when saving many articles in a file;
10656         always show all headers.
10657
10658         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10659
10660 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10661
10662         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10663         marks.
10664
10665         * message.el (message-indent-citation): Add optional arguments to allow
10666         using it outside of message buffers.
10667
10668         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10669         (gnus-article-treat-unfold-headers): Use it.
10670         (gnus-article-truncate-lines): New variable.
10671         (gnus-article-mode): Use it.
10672         (gnus-article-toggle-truncate-lines): New function.
10673
10674         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10675         Add gnus-article-toggle-truncate-lines.
10676
10677         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10678         coding system in XEmacs, use binary.
10679
10680 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10681
10682         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10683         after-load-alist.
10684
10685         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10686         this function should save decoded articles.
10687         (gnus-summary-write-to-file): Use property to specify this function
10688         should save decoded articles and specify gnus-summary-save-in-file
10689         should be used to save articles other than the first one when saving
10690         many articles.
10691         (gnus-summary-save-body-in-file): Use property to specify this
10692         function should save decoded articles.
10693         (gnus-summary-write-body-to-file): Use property to specify this
10694         function should save decoded articles and specify
10695         gnus-summary-save-body-in-file should be used to save articles other
10696         than the first one when saving many articles.
10697
10698         * gnus-sum.el (gnus-summary-save-article): Simplify.
10699
10700 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10701
10702         * gnus-art.el (gnus-default-article-saver):
10703         Add gnus-summary-write-body-to-file.
10704         (gnus-article-save-coding-system): Don't use coding system object
10705         in XEmacs.
10706         (gnus-read-save-file-name): Add optional `dir-var' argument which
10707         specifies directory in which files are saved; work even if optional
10708         `variable' argument is not specified.
10709         (gnus-summary-write-to-file): Read file name.
10710         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10711         (gnus-summary-write-body-to-file): New function.
10712
10713         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10714         (gnus-summary-local-variables): Add it.
10715         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10716         (gnus-summary-save-article): Remove optional `decode' argument;
10717         determine whether to decode articles by the value of
10718         gnus-default-article-saver; when saving many files using
10719         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10720         it first and use gnus-summary-save-in-file or
10721         gnus-summary-save-body-in-file thereafter unless
10722         gnus-prompt-before-saving is always; move point to article which
10723         will be saved.
10724         (gnus-summary-save-article-file): Revert.
10725         (gnus-summary-write-article-file): Revert.
10726         (gnus-summary-save-article-body-file): Revert.
10727         (gnus-summary-write-article-body-file): New function.
10728
10729 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10730
10731         * gnus-art.el (gnus-default-article-saver): Doc fix.
10732         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10733         from gnus-summary-save-article-coding-system, and default to a
10734         certain coding system.
10735         (gnus-output-to-file): Add coding cookie and encode text according
10736         to gnus-article-save-coding-system; don't use mm-append-to-file.
10737
10738         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10739         gnus-art.el and rename to gnus-article-save-coding-system.
10740         (gnus-summary-save-article): Require gnus-art; don't show all
10741         headers if it decodes articles; don't add coding cookie here;
10742         don't bind mm-text-coding-system-for-write.
10743         (gnus-summary-save-article-file): Save decoded articles.
10744         (gnus-summary-write-article-file): When saving many files, use
10745         gnus-summary-write-to-file first and gnus-summary-save-in-file
10746         thereafter unless gnus-prompt-before-saving is always.
10747         (gnus-summary-save-article-body-file): Save decoded articles.
10748
10749         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10750
10751 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10752
10753         * nnrss.el (nnrss-check-group): Bind hash-index.
10754
10755 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10756
10757         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10758         its hash index.  Store this hash in `nnrss-group-data'.
10759         (nnrss-read-group-data): Update accordingly.
10760
10761 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10762
10763         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10764         entry.
10765
10766         * gnus-sum.el (gnus-summary-make-menu-bar):
10767         Add gnus-article-browse-html-article.
10768
10769 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10770
10771         * gnus-sum.el (gnus-summary-mime-map):
10772         Add gnus-article-browse-html-article.
10773
10774         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10775
10776 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10777
10778         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10779         suitable coding systems in customize.
10780
10781 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10782
10783         * mail-source.el (mail-sources): Fix custom type.
10784
10785 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10786
10787         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10788         (gnus-summary-expire-articles-now): Shorten prompt.
10789
10790         * gmm-utils.el (wid-edit): Require.
10791         (defun-gmm): Rename from `gmm-defun-compat'.
10792         (gmm-image-search-load-path): Use it.
10793         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10794
10795 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10796
10797         * gnus-sum.el (gnus-summary-save-article-coding-system):
10798         New variable.
10799         (gnus-summary-save-article): Add optional `decode' argument.
10800         If it is set and gnus-summary-save-article-coding-system is non-nil,
10801         save decoded article.
10802         (gnus-summary-write-article-file): Save decoded article if
10803         gnus-summary-save-article-coding-system is non-nil.
10804
10805         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10806         type.
10807
10808 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10809
10810         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10811
10812 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10813
10814         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10815         first to test gnus-single-article-buffer which may be buffer-local.
10816
10817         * gnus-sum.el (gnus-summary-setup-buffer):
10818         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10819         group; make gnus-article-buffer, gnus-article-current, and
10820         gnus-original-article-buffer always buffer-local.
10821         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10822         group.
10823         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10824
10825 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10826
10827         * nnml.el (nnml-request-compact-group): Compressed files might not
10828         have .gz extension.
10829
10830 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10831
10832         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10833         (mm-copy-to-buffer): Use with-current-buffer.
10834         (mm-display-part): Simplify.
10835         (mm-inlinable-p): Add optional arg `type'.
10836
10837 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10838
10839         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10840         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10841         Try harder to show the attachment internally or externally using
10842         gnus-mime-view-part-as-type.
10843
10844 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10845
10846         * message.el (message-from-style, message-signature-separator)
10847         (message-user-organization-file, message-send-mail-function)
10848         (message-citation-line-function, message-yank-prefix)
10849         (message-indent-citation-function, message-signature)
10850         (message-signature-file, message-signature-insert-empty-line):
10851         Remove autoloads.
10852
10853         * gnus-art.el (gnus-buttonized-mime-types):
10854         Remove "multipart/signed".  Revert 2006-04-26 change.
10855
10856 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10857
10858         * gnus.el (gnus-version-number): Bump version.
10859
10860 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10861
10862         * gnus.el: No Gnus v0.5 is released.
10863
10864 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10865
10866         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10867         fetching articles by message-id.
10868
10869 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10870
10871         * message.el (hashcash): Require hashcash as normal.
10872
10873         * ecomplete.el (ecomplete-highlight-match-line):
10874         Use point-at-eol.
10875         (ecomplete-highlight-match-line): Use `highlight', because that
10876         face exists in both Emacs and XEmacs.
10877
10878         * message.el (message-display-abbrev): Use point-at-bol.
10879
10880         * mail-source.el: Don't require timer/timer-funcs.
10881
10882         * gnus-async.el: Ditto.
10883
10884         * password.el: Ditto.
10885
10886         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10887
10888         * mm-url.el: Ditto.
10889
10890         * gnus-xmas.el: Don't require timer-funcs.
10891
10892         * mm-util.el: Require timer/timer-funcs.
10893
10894 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10895
10896         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10897         Close.
10898
10899 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10900
10901         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10902         unibyte after clear-decrypt function runs.
10903
10904         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10905         returns as a unibyte string.
10906
10907 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10908
10909         * lpath.el: Revert.
10910
10911         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10912         (pgg-gpg-process-sentinel): Revert.
10913
10914         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10915         (pgg-pgp-lookup-key): Revert.
10916
10917         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10918         (pgg-pgp5-lookup-key): Revert.
10919
10920         * pgg.el (pgg-fetch-key): Revert.
10921
10922 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10923
10924         * lpath.el: Fbind string-as-multibyte for XEmacs.
10925
10926         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10927         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10928         (mml1991-pgg-encrypt): Ditto.
10929
10930         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10931         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10932         a multibyte buffer.
10933
10934         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10935         (pgg-pgp-lookup-key): Ditto.
10936
10937         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10938         (pgg-pgp5-lookup-key): Ditto.
10939
10940         * pgg.el (pgg-fetch-key): Ditto.
10941
10942 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10943
10944         * message.el (message-user-organization-file): Check several
10945         locations of the organization file.
10946
10947         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10948         Add gnus-article-view-part-as-type.
10949
10950         * gnus-art.el (gnus-article-view-part-as-type): New function.
10951
10952         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10953         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10954
10955         * mml.el: Simplify autoload.
10956         (mml-mode): defvar dnd-protocol-alist instead of using
10957         symbol-value.
10958         (mml-default-directory): New variable.
10959         (mml-minibuffer-read-file): Use it.
10960         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10961
10962         * message.el (message-citation-line-format): New variable.
10963         (message-insert-formated-citation-line): New function.
10964         (message-citation-line-function):
10965         Add `message-insert-formated-citation-line' to custom type.
10966
10967         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10968         to doc string.
10969
10970         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10971         depending on mm-verify-option.
10972
10973 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10974
10975         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10976         binding pgg-* variables; reimplement the section which prevents
10977         MIME header from being signed.
10978         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10979         pgg-text-mode; remove a blank line at the top of body.
10980
10981         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10982         lines at the top of body; use gnus-newsgroup-charset if there's no
10983         Charset header.
10984
10985 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10986
10987         * message.el (message-self-insert-commands): Doc fix.
10988
10989         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10990         (mm-uu-pgp-encrypted-test): Ditto.
10991         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10992         between header and body; return application/pgp-encrypted handle
10993         if decryption failed; decode decrypted body by charset.
10994
10995         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10996         element match to application/pgp-*.
10997
10998 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10999
11000         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11001         HTML.
11002
11003 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11004
11005         * mail-source.el (mail-source-call-script): Message the error
11006         string.
11007
11008 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11009
11010         * gnus-util.el (gnus-byte-compile): Use it.
11011
11012 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11013
11014         * gnus-util.el (kill-empty-logs): New function.
11015
11016 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11017
11018         * message.el (message-mail-alias-type): Doc fix.
11019         (message-mail-alias-type-p): New function.
11020         (message-send): Use it.
11021         (message-mode): Ditto.
11022         (message-strip-forbidden-properties): Ditto.
11023
11024         * ecomplete.el (ecomplete-database-file-coding-system):
11025         New variable.
11026         (ecomplete-save): Use it.
11027         (ecomplete-setup): Use it.
11028
11029 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11030
11031         * message.el (message-self-insert-commands): New variable.
11032         (message-strip-forbidden-properties): Use it.
11033
11034 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11035
11036         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11037         that doesn't make XEmacs choke.
11038
11039 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11040
11041         * gnus-util.el (gnus-replace-in-string):
11042         Prefer replace-regexp-in-string over of replace-in-string.
11043
11044 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11045
11046         * gnus-util.el (gnus-select-frame-set-input-focus):
11047         Use select-frame-set-input-focus if it is available in XEmacs; use
11048         definition defined in Emacs 22 for old Emacsen.
11049
11050         * dgnushack.el: Autoload unmorse-region for XEmacs.
11051
11052         * lpath.el: Bind cursor-in-non-selected-windows and
11053         select-frame-set-input-focus for XEmacs.
11054
11055 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11056
11057         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11058
11059 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11060
11061         * gnus-registry.el (gnus-registry-cache-save): Remove text
11062         properties when saving via the temp buffer.
11063
11064 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11065
11066         * message.el (message-generate-hashcash): Honor custom type.
11067
11068 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11069
11070         * message.el (message-generate-hashcash): Default to non-nil when
11071         hashcash is found.
11072
11073         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11074         (gnus-refer-thread-limit): Increase default to 500.
11075
11076         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11077
11078         * flow-fill.el (fill-flowed): Allow delete-space.
11079
11080 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11081
11082         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11083         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11084         Remove autoloads.
11085
11086 2006-04-18  Simon Josefsson  <jas@extundo.com>
11087
11088         * message.el (message-generate-hashcash): Default to.
11089
11090 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11091
11092         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11093         concatenating segments rather than before concatenating them.
11094
11095 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11096
11097         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11098
11099 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11100
11101         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11102
11103         * message.el (message-forward-make-body-plain):
11104         Allow message-forward-ignored-headers to be a list.
11105         (message-remove-ignored-headers): Factor out into function.
11106         (message-forward-make-body-mml): Use it.
11107
11108         * imap.el (imap-quote-specials): New function.
11109         (imap-login-auth): Quote specials.
11110
11111         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11112         (rfc2231-parse-string): Allow concatanation of parameters that
11113         aren't contiguous.  The test case is
11114           (mail-header-parse-content-type "message/external-body;
11115             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11116             access-type=LOCAL-FILE;
11117             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11118
11119 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11120
11121         * nntp.el (nntp-accept-process-output): Return the value of
11122         `nnheader-accept-process-output'.
11123
11124 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11125
11126         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11127         (gnus-button-alist): Recognize more diff formats.
11128         (gnus-button-patch): Strip directory.
11129
11130 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11131
11132         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11133         Emacs 22 when setting focus.
11134
11135 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11136
11137         * gnus-art.el (gnus-article-treat-types): Do treatment of
11138         text/x-verbatim parts.
11139         (gnus-button-patch): New command.
11140
11141         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11142         addresses that contain invalid characters.
11143
11144 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11145
11146         * message.el (message-put-addresses-in-ecomplete):
11147         Use gnus-replace-in-string.
11148         (message-is-yours-p): Use the more correct
11149         mail-header-parse-address instead of
11150         mail-extract-address-components.
11151         (message-put-addresses-in-ecomplete): Fix typo.
11152
11153         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11154         keystroke.
11155
11156         * gnus-art.el (gnus-treatment-function-alist): Change order of
11157         newsgroups/generic header folding to avoid double-folding.
11158
11159         * message.el (message-hidden-headers): Add X-Draft-From.
11160
11161         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11162         New command.
11163         (gnus-summary-repeat-search-article-backward): New command.
11164
11165         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11166         groups in the parent topic.
11167
11168 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11169
11170         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11171         (spam-extra-header-to-number): Return the CRM114 number as a
11172         number instead of a string.
11173
11174 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11175
11176         * gnus-art.el (gnus-face-properties-alist): Move here from
11177         gnus-fun.
11178
11179         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11180
11181 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11182
11183         * message.el (message-strip-forbidden-properties): Only display on
11184         self-insert-command.
11185
11186         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11187         reindent.
11188         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11189
11190 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11191
11192         * smiley.el (smiley-style): Fix typo.
11193
11194 2006-03-23  Kenichi Handa  <handa@m17n.org>
11195
11196         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11197         instead of set-buffer-multibyte.
11198
11199 2006-03-23  Kenichi Handa  <handa@m17n.org>
11200
11201         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11202         buffer and then decode the buffer text if necessary.
11203         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11204         first, and after mm-encode-body, change the buffer to unibyte.
11205
11206 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11207
11208         * hashcash.el (hashcash-insert-payment-async-2):
11209         Use message-goto-eoh instead of doing it manually.
11210         (mail-add-payment): Use message-narrow-to-header instead of trying
11211         to do the same itself.
11212
11213         * message.el (message-hidden-headers): Add Face.
11214
11215         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11216         reparenting code.
11217         (gnus-summary-reparent-children): Refactored out code.
11218         (gnus-summary-thread-map): New keystroke.
11219         (gnus-summary-reparent-children): Make into command.
11220
11221         * smiley.el (smiley-style): Default to `medium' if using a large
11222         font.
11223
11224         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11225         does it itself.
11226
11227         * message.el (message-point-in-header-p): Simplify definition.
11228
11229 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11230
11231         * nnagent.el (nnagent-request-set-mark): Silence log file
11232         writing.
11233         (nnagent-request-set-mark): Use write-region instead of
11234         append-to-file.
11235
11236         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11237         strange select method.
11238
11239         * ecomplete.el (ecomplete-display-matches): Get highlightling
11240         right.
11241         (ecomplete-display-matches): Use literals.
11242         (ecomplete-display-matches): Disable message logging.
11243
11244         * message.el (message-display-abbrev): Small optimization.
11245
11246         * ecomplete.el (ecomplete-display-matches): Allow automatic
11247         display.
11248
11249         * message.el (message-strip-forbidden-properties):
11250         Display abbrevs.
11251         (message-display-abbrev): Get automatic display right.
11252
11253         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11254         keystrokes.
11255
11256 2006-04-13  Romain Francoise  <romain@orebokech.com>
11257
11258         TODO: Backport to v5-10!
11259
11260         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11261         Move here (and rename) from gnus-registry.el.
11262
11263         * gnus-registry.el: Require gnus-util.
11264         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11265
11266 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11267
11268         * gnus-group.el (gnus-group-catchup-current):
11269         Change if-then-else-if-then-else into cond.
11270         (gnus-group-catchup): Indent.
11271         (group-name-at-point): New function.
11272         (gnus-fetch-group): Provide default from thing at point.
11273
11274 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11275
11276         * message.el (message-display-abbrev): Fix regexp.
11277
11278         * ecomplete.el (ecomplete-highlight-match-line):
11279         Reimplement choosing.
11280         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11281         dead variables.
11282
11283         * message.el (message-newline-and-indent): Remove debugging.
11284         (message-display-abbrev): Use new implementation.
11285
11286 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11287
11288         * gnus-art.el (gnus-article-mode):
11289         Set cursor-in-non-selected-windows to nil.
11290
11291         * smiley.el: Revert previous change.
11292         (smiley-data-directory): defvar it before using it in the
11293         defcustom of `smiley-style'.
11294
11295 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11296
11297         * message.el (message-newline-and-indent): New function.
11298
11299         * ecomplete.el: Implement more bits.
11300
11301         * message.el (message-put-addresses-in-ecomplete): Clean up the
11302         string.
11303
11304         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11305
11306         * gnus-sum.el (gnus-summary-save-parts):
11307         Bind gnus-summary-save-parts-counter and use it to make unique file
11308         names.
11309
11310         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11311
11312         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11313         parameter to say whether to actually parse the individual
11314         addresses.
11315
11316         * message.el (message-put-addresses-in-ecomplete): New function.
11317         (ecomplete): Require.
11318         (message-mail-alias-type): Add ecomplete as an option.
11319
11320 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11321
11322         * flow-fill.el (fill-flowed): Remove trailing space from blank
11323         quoted lines.
11324
11325 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11326
11327         * smiley.el (smiley-style): Move definition later to avoid a
11328         compilation warning.
11329
11330 2006-04-12  Kenichi Handa  <handa@m17n.org>
11331
11332         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11333         buffer and then decode the buffer text if necessary.
11334         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11335         first, and after mm-encode-body, change the buffer to unibyte.
11336         Use mm-disable-multibyte instead of set-buffer-multibyte.
11337
11338 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11339
11340         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11341         Content-Type header instead of Content-Disposition header.
11342         (gnus-mime-inline-part): Ditto.
11343         (gnus-mime-view-part-as-charset): Ignore charset that the part
11344         specifies.
11345
11346         * mm-decode.el (mm-display-part): Work with external parts and
11347         usual parts similarly.
11348
11349         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11350         instead of gnus-display-mime.
11351
11352         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11353         instead of with-temp-buffer.
11354
11355         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11356         tag to summarized topics part in order to encode non-ASCII text.
11357
11358 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11359
11360         * smiley.el (smiley-style): New variable.
11361         (smiley-directory): New function.
11362         (smiley-data-directory): Derive from `smiley-style' using
11363         `smiley-directory'.
11364         (smiley-regexp-alist): Add new entries.
11365
11366         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11367         (gnus-article-browse-delete-temp): Add :version.
11368
11369 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11370
11371         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11372         the sieve region.
11373
11374 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11375
11376         * gnus.el (gnus-version-number): Bump version.
11377
11378 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11379
11380         * gnus.el: No Gnus v0.4 is released.
11381
11382 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11383
11384         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11385         layout.
11386
11387         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11388         unknown charset.
11389
11390         * message.el (message-header-synonyms): Add Original-To to the
11391         default.
11392
11393         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11394         optional parameter.
11395
11396 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11397
11398         * gnus-fun.el (gnus): Require it for gnus-directory.
11399
11400 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11401
11402         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11403
11404 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11405
11406         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11407
11408 2006-04-05  Simon Josefsson  <jas@extundo.com>
11409
11410         * password.el (password-reset): New function.
11411
11412 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11413
11414         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11415         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11416
11417 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11418
11419         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11420         Some whitespace was matched into the url, which broke browsing hits
11421         > 100 when mm-url-use-external was nil.
11422
11423 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11424
11425         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11426         Check gnus-extra-headers for 'Newsgroups.
11427
11428         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11429         bound.
11430
11431 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11432
11433         * pgg-gpg.el: Clean up process buffers every time gpg processes
11434         complete.
11435
11436 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11437
11438         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11439         doc string.
11440
11441 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11442
11443         * pgg-gpg.el (pgg-gpg-process-filter)
11444         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11445
11446         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11447         lines, temporary fix.
11448
11449 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11450
11451         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11452
11453 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11454
11455         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11456         default-enable-multibyte-characters.  This reverts the change from
11457         revision 6.17 which is no longer necessary because the passphrase
11458         is sent separately now.  GnuPG messages are unreadable under
11459         multibyte locales with default-enable-multibyte-characters set to
11460         nil.
11461
11462 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11463
11464         * message.el (message-tool-bar-gnome): Move "spell".
11465
11466 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11467
11468         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11469         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11470         instead.
11471
11472 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11473
11474         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11475         Improve newsgroups handling for NNTP overviews which don't include
11476         Newsgroups.
11477
11478 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11479
11480         * message.el (message-resend): Bind message-generate-hashcash to nil.
11481
11482 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11483
11484         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11485         when searching for already-paid recipients.
11486
11487 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11488
11489         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11490         passphrases when it is not needed.
11491         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11492         passphrase stuff from gpg, should only be necessary when you use
11493         gpg with a smartcard.
11494
11495 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11496
11497         * mml.el (mml-insert-mime): Ignore cached contents of
11498         message/external-body part.
11499
11500         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11501         (mm-insert-part): Ditto.
11502
11503 2006-03-23  Simon Josefsson  <jas@extundo.com>
11504
11505         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11506         Reiner.
11507         (pgg-gpg-use-agent-p): Use it again.
11508
11509 2006-03-23  Simon Josefsson  <jas@extundo.com>
11510
11511         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11512         older emacsen.
11513         (pgg-gpg-use-agent-p): Don't use it.
11514
11515 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11516
11517         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11518         if we can.
11519
11520 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11521
11522         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11523         (pgg-gpg-update-agent): New function.
11524         (pgg-gpg-use-agent-p): New function.
11525         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11526         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11527         (pgg-gpg-sign-region): Use it.
11528
11529 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11530
11531         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11532         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11533
11534 2006-03-21  Simon Josefsson  <jas@extundo.com>
11535
11536         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11537         <wilde@sha-bang.de>.
11538         (pgg-gpg-use-agent): New variable.
11539         (pgg-gpg-process-region): Use it.
11540         (pgg-gpg-encrypt-region): Likewise.
11541         (pgg-gpg-encrypt-symmetric-region): Likewise.
11542         (pgg-gpg-decrypt-region): Likewise.
11543         (pgg-gpg-sign-region): Likewise.
11544         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11545
11546 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11547
11548         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11549
11550         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11551         Add comment on version.
11552
11553 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11554
11555         * smiley.el: Add missing test smiley.
11556
11557 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11558
11559         * mm-decode.el (mm-with-part): New macro.
11560         (mm-get-part): Use it; work with message/external-body as well.
11561         (mm-save-part): Treat name and filename equally.
11562
11563         * mm-extern.el (mm-extern-cache-contents): New function.
11564         (mm-inline-external-body): Use it; force the part to be displayed;
11565         move undisplayer added to the cached handle to the parent.
11566
11567         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11568         (gnus-mime-view-part-as-type): Work with message/external-body.
11569
11570         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11571
11572 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11573
11574         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11575         images in image-load-path.  [Sync with image.el, revision 1.60, in
11576         Emacs.]
11577
11578 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11579
11580         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11581         path rather than symbol.  Always return list of directories.
11582         Guarantee that image directory comes first.  [Sync with image.el,
11583         revision 1.59, in Emacs.]
11584
11585         * message.el (message-make-tool-bar): Adjust to new API of
11586         `gmm-image-load-path-for-library'.
11587
11588         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11589
11590         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11591
11592 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11593
11594         * gnus-art.el (gnus-article-only-boring-p):
11595         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11596         intangible text.
11597         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11598
11599 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11600
11601         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11602         Use `defun' instead of `gmm-defun-compat'.
11603
11604 2006-03-14  Simon Josefsson  <jas@extundo.com>
11605
11606         * message.el (message-unique-id): Don't use message-number-base36
11607         if (user-uid) is a float.
11608         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11609
11610 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11611
11612         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11613
11614         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11615         empty line between a part and a message part.
11616
11617 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11618
11619         * smiley.el: Add more test smileys.
11620         (smiley-data-directory, smiley-regexp-alist)
11621         (gnus-smiley-file-types): Fix doc strings.
11622         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11623         adding new elements.
11624         (smiley-mouse-map): Unused code.  Make it a comment.
11625
11626 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11627
11628         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11629         scan latest NoCeM messages instead of old ones.
11630         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11631         delimiters that are recently used.
11632         (gnus-nocem-load-cache): Add autoload cookie.
11633
11634         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11635
11636         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11637         level which is larger than gnus-use-nocem is specified.
11638
11639         * gnus-group.el (gnus-group-get-new-news): Ditto.
11640
11641 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11642
11643         * gnus-util.el (gnus-tool-bar-update): New function.
11644
11645         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11646         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11647
11648         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11649
11650         * gnus-group.el (gnus-group-redraw-when-idle)
11651         (gnus-group-redraw-check): Remove.
11652         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11653
11654 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11655
11656         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11657         if optional last element is specified in splits (FIELD VALUE...).
11658
11659 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11660
11661         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11662         to gmm-image-load-path-for-library.  Call with no-error argument.
11663         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11664
11665         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11666
11667         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11668
11669         * gmm-utils.el (gmm-image-load-path): Remove alias.
11670
11671 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11672
11673         * gmm-utils.el (gmm-image-load-path): Add alias.
11674
11675         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11676         nnml-generate-nov-databases-1.
11677         (nnml-generate-nov-databases): Use it.
11678         (nnml-generate-nov-databases-directory): Document no-active
11679         argument.
11680
11681         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11682         directory if path is t.  Add no-error.
11683
11684         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11685         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11686
11687         * gnus-art.el (gnus-article-browse-delete-temp-files):
11688         Simplify resetting gnus-article-browse-html-temp-list.
11689
11690         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11691         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11692         Add example to docstring.  Rename local variables.  Move error
11693         checks to default case in cond and simplify.
11694
11695 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11696
11697         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11698         handle is multipart when calling it recursively.
11699         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11700
11701 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11702
11703         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11704         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11705
11706 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11707
11708         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11709         is loaded.
11710
11711         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11712         loaded.
11713
11714 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11715
11716         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11717         to "Emacs 23 (unicode)" in doc string.
11718
11719         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11720         "Emacs 23 (unicode)" in comment.
11721
11722 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11723
11724         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11725
11726         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11727         characters 160 through 255 in Emacs 23.
11728
11729 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11730
11731         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11732         gnus-article-browse-html-temp.
11733         (gnus-article-browse-delete-temp): Make it customizable.
11734         Add `file'.  Adjust doc string.
11735         (gnus-article-browse-delete-temp-files): Add argument.
11736         Allow query for each file.  Adjust doc string.
11737         (gnus-article-browse-html-parts):
11738         Add `gnus-article-browse-delete-temp-files' to
11739         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11740
11741 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11742
11743         * gnus-art.el (gnus-article-browse-html-temp)
11744         (gnus-article-browse-delete-temp): New variables.
11745         (gnus-article-browse-delete-temp-files): New function.
11746         (gnus-article-browse-html-parts): Use it.
11747
11748 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11749
11750         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11751
11752         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11753         string.
11754
11755         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11756         gnus-summary-insert-new-articles when unplugged.
11757         Remove gnus-summary-search-article-forward.
11758
11759         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11760         display-visual-class instead of display-color-cells.
11761
11762 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11763
11764         * dgnushack.el: Autoload customize-group for XEmacs.
11765
11766         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11767         message/* containing non-ASCII text properly.
11768
11769 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11770
11771         * message.el: Require gmm-utils, remove autoloads.
11772         (message-tool-bar): Set default based on
11773         gmm-tool-bar-style.
11774         (message-tool-bar-gnome): Add gmm-customize-mode.
11775
11776         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11777         gmm-tool-bar-style.
11778         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11779
11780         * gnus-group.el (gnus-group-tool-bar): Set default based on
11781         gmm-tool-bar-style.
11782         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11783
11784         * gmm-utils.el (gmm-image-directory): Rename variable from
11785         gmm-image-load-path.
11786         (gmm-image-load-path): Use gmm-image-directory.
11787         (gmm-customize-mode): New function.
11788         (gmm-tool-bar-style): New variable.
11789
11790         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11791         gnus-group-redraw-line-number.
11792         (gnus-group-redraw-check): Simplify.
11793         (gnus-group-tool-bar-update): Remove redraw check.
11794         (gnus-group-make-tool-bar): Add redraw check.
11795
11796 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11797
11798         * gnus-art.el (gnus-button): Add missing parentheses.
11799
11800 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11801
11802         * lpath.el: Fbind line-number-at-pos.
11803
11804 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11805
11806         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11807
11808 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11809
11810         * gnus-art.el (gnus-button): New face.
11811         (gnus-article-button-face): Use it.
11812
11813         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11814         Add gnus-summary-next-page.  Re-order.
11815
11816         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11817         next-node are now included.
11818         (gnus-group-redraw-line-number): New internal variable.
11819         (gnus-group-redraw-check): Helper function for updating the tool
11820         bar.
11821         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11822
11823         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11824
11825         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11826         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11827         Use it to match format of Spamassassin 3.0 and later.
11828         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11829         (spam-check-bogofilter)
11830         (spam-bogofilter-register-with-bogofilter): Fix args of
11831         `gnus-error' calls.
11832
11833 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11834
11835         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11836         unnecessary interaction when sending queued mails.
11837         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11838
11839 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11840
11841         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11842         first or last are nil.
11843
11844 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11845
11846         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11847
11848 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11849
11850         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11851
11852 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11853
11854         * dns.el (query-dns): Protect more against buggy tcp output.
11855
11856 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11857
11858         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11859         nov.php.
11860
11861 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11862
11863         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11864         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11865         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11866         output on the server side.
11867         (nnweb-google-create-mapping): Update regexps and add some
11868         progress indication.
11869
11870 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11871
11872         * gnus-group.el (gnus-group-tool-bar-gnome):
11873         Fix gnus-agent-toggle-plugged.  Re-order icons.
11874         (gnus-group-tool-bar-gnome):
11875         Add gnus-group-{prev,next}-unread-group.
11876         (gnus-group-tool-bar-gnome): Re-order icons.
11877
11878         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11879         Move gnus-summary-insert-new-articles.
11880
11881         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11882         Fix comments.
11883
11884         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11885         also available in Emacs 21.3.
11886
11887         * message.el (message-fix-before-sending): Change "Emacs 22" to
11888         "Emacs 23 (unicode)" in comment.
11889
11890         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11891         "Emacs 23 (unicode)" in comment.
11892
11893         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11894         comment.
11895         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11896
11897         * mm-view.el (mm-fill-flowed): Add :version.
11898
11899 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11900
11901         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11902         and load-path.
11903
11904 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11905
11906         * message.el: Autoload gmm-image-load-path.
11907         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11908         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11909         consitency.
11910
11911         * gmm-utils.el (gmm-image-load-path): Also search in
11912         "../etc/images".  Don't set gmm-image-load-path if we don't find
11913         the image.
11914
11915 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11916
11917         * gmm-utils.el (gmm-image-load-path): Don't make
11918         `gmm-image-load-path' include subdirectories which the second arg
11919         `image' might specify.
11920
11921         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11922         subdirectory to icon file names.
11923
11924         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11925
11926 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11927
11928         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11929         gmm-image-load-path calls.
11930
11931         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11932
11933         * message.el (message-make-tool-bar): Ditto.
11934
11935         * mml.el (mml-preview): Add comment concerning tool bar icons.
11936
11937         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11938         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11939
11940         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11941         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11942
11943         * message.el (message-tool-bar-gnome): Use new icon names.
11944         (message-make-tool-bar): Use `gmm-image-load-path'.
11945
11946         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11947         New functions from MH-E.
11948         (gmm-image-load-path): New variable from MH-E.
11949         (gmm-image-load-path): New function from MH-E.  Add arguments
11950         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11951         *-image-load-path-called-flag.
11952
11953 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11954
11955         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11956
11957 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11958
11959         * nnimap.el (nnimap-request-move-article): Change folder back to
11960         source group before deleting.
11961
11962 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11963
11964         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11965
11966         * gnus-art.el (mm-url-insert-file-contents-external):
11967         Autoload mm-url.
11968
11969         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11970
11971 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11972
11973         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11974         coding system which mm-charset-to-coding-system returns for a
11975         given charset is valid.
11976
11977 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11978
11979         * html2text.el (html2text-remove-tag-list):
11980         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11981
11982 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11983
11984         * gnus-cus.el: Revert 2005-10-17 change.
11985
11986 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11987
11988         * gnus-art.el (article-strip-banner):
11989         Call article-really-strip-banner only when the regexp match is made.
11990
11991 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11992
11993         * gnus-art.el (article-strip-banner):
11994         Use gnus-extract-address-components instead of
11995         mail-header-parse-addresses to make it work with non-ASCII text;
11996         remove mail-encode-encoded-word-string.
11997
11998         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11999         values which are surrounded with \"...\"; make it never cause a
12000         Lisp error; give up parsing of parameters if it failed in
12001         extracting type.
12002
12003 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12004
12005         * smime.el (smime-cert-by-ldap-1): Fix bug where
12006         `smime-ldap-search' returns results without userCertificates.
12007
12008 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12009
12010         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12011
12012 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12013
12014         * spam.el (spam-check-spamassassin-headers): Adapt format for
12015         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12016         <ari@mbf.ocn.ne.jp>.
12017         (spam-list-of-processors): Add spam-use-gmane.
12018
12019 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12020
12021         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12022         make-temp-file; make it work with XEmacs as well.
12023
12024         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12025         mm-make-temp-file.
12026
12027         * mm-decode.el (mm-display-external): Use the 3rd arg of
12028         mm-make-temp-file.
12029         (mm-create-image-xemacs): Ditto.
12030
12031 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12032
12033         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12034         with message-narrow-to-headers.
12035         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12036         (gnus-draft-check-draft-articles): New function.
12037         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12038
12039 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12040
12041         * gnus-art.el (gnus-article-browse-html-parts):
12042         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12043         Don't use suffix argument for mm-make-temp-file for Emacs 21
12044         compatibility.  Remove useless `format'.
12045
12046 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12047
12048         * nnweb.el (nnweb-google-wash-article): Update regexps.
12049         (nnweb-group-alist): Use defvoo instead of defvar.
12050
12051 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12052
12053         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12054         re-loading nn* modules.
12055
12056 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12057
12058         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12059         for `tool-bar-mode' and don't check it's default-value.
12060
12061         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12062
12063         * message.el (message-make-tool-bar): Ditto.
12064
12065         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12066         `substring'.  Shorten tmp-file name.
12067
12068         * gnus.el: Remove bogus comment.
12069
12070 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12071
12072         * gnus-art.el (gnus-article-browse-html-parts): New function.
12073         (gnus-article-browse-html-article): New function for viewing html
12074         articles with a browser.
12075
12076 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12077
12078         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
12079         in elisp.
12080         (pgg-gpg-encrypt-symmetric-region): Ditto.
12081         (pgg-gpg-sign-region): Ditto.
12082
12083         * pgg-def.el (pgg-text-mode): New variable.
12084
12085         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12086         (mml2015-pgg-encrypt): Ditto.
12087
12088         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12089         (mml1991-pgg-encrypt): Ditto.
12090
12091 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12092
12093         * nnfolder.el (nnfolder-insert-newsgroup-line):
12094         Use message-make-date instead of current-time-string.
12095
12096         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12097         to gnus-decoded which mm-uu might set.
12098
12099 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12100
12101         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12102         don't decode quoted parameters; remove misimported Emacs code.
12103         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12104         (rfc2231-decode-encoded-string): Don't use split-string which
12105         behaves differently according to Emacs version; use
12106         mm-decode-coding-region to convert charset to coding-system.
12107         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12108         (rfc2231-encode-string): Remove misimported Emacs code.
12109
12110 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12111
12112         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12113         when calling mail-header-parse-content-type.
12114         (article-de-quoted-unreadable): Ditto.
12115         (article-de-base64-unreadable): Ditto.
12116         (article-wash-html): Ditto.
12117
12118         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12119         calling mail-header-parse-content-type and
12120         mail-header-parse-content-disposition.
12121         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12122         mail-header-parse-content-type.
12123
12124         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12125         insert charset and format parameters; encode description after
12126         inserting it to buffer.
12127         (mml-insert-parameter): Fold lines properly even if a parameter is
12128         segmented into two or more lines; change the max column to 76.
12129
12130         * rfc1843.el (rfc1843-decode-article-body): Don't use
12131         ignore-errors when calling mail-header-parse-content-type.
12132
12133         * rfc2231.el (rfc2231-parse-string): Return at least type if
12134         possible; don't cause an error even if it fails in parsing of
12135         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12136         (rfc2231-encode-string): Don't break lines at the beginning, leave
12137         it to mml-insert-parameter.
12138
12139         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12140         calling mail-header-parse-content-type.
12141
12142 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12143
12144         * spam-report.el (spam-report-gmane-use-article-number):
12145         Improve doc string.
12146         (spam-report-gmane-internal): Check if a suitable header was found
12147         in the article.
12148
12149 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12150
12151         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12152         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12153
12154 2006-02-05  Romain Francoise  <romain@orebokech.com>
12155
12156         Update copyright notices of all files in the gnus directory.
12157
12158 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12159
12160         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12161
12162 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12163
12164         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12165         segmented lines of parameter value to cope with Thunderbird 1.5
12166         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12167         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12168         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12169
12170 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12171
12172         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12173         parts.
12174
12175 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12176
12177         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12178         there's only one active file for all servers.
12179         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12180         solid groups.  Gnus might have used a FAST request to select the group.
12181         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12182         and nnweb-search redundantly in the active file.
12183         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12184         (nnweb-request-create-group): Don't use ARGS.
12185         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12186         initialisations.  Let nnoo do the work.
12187
12188 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12189
12190         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12191         Say the part has been decoded.
12192
12193         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12194
12195 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12196
12197         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12198         mailcap-viewer-test-cache when there's no 'test clause, since that
12199         will invert the meaning of a "nil" test previously determined by
12200         mailcap-mailcap-entry-passes-test.
12201
12202 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12203
12204         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12205         compiling.
12206
12207         * gnus-sum.el: Ditto.
12208
12209         * message.el: Don't bind tool-bar-map when compiling.
12210
12211 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12212
12213         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12214
12215 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12216
12217         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12218         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12219         current Google Groups.
12220
12221 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12222
12223         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12224         and tool-bar-mode.
12225
12226         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12227         and tool-bar-mode.
12228
12229         * message.el (message-tool-bar-update): Simplify.
12230         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12231
12232         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12233         gnus-summary-buffer.
12234         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12235         gnus-summary-reply.
12236
12237         * gmm-utils.el (gmm): Add :version.
12238
12239 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12240
12241         * Makefile.in (clean): New rule.
12242         (distclean): Use it.
12243
12244 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12245
12246         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12247         Don't autoload.
12248
12249 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12250
12251         * gmm-utils.el (gmm-verbose): Add :group.
12252
12253 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12254
12255         * message.el: Change some comments WRT tool-bars.
12256
12257         * gnus-sum.el (gnus-summary-tool-bar)
12258         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12259         (gnus-summary-tool-bar-zap-list): New variables.
12260         (gnus-summary-make-tool-bar): Complete rewrite using
12261         `gmm-tool-bar-from-list'.
12262
12263         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12264         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12265         New variables.
12266         (gnus-group-make-tool-bar): Complete rewrite using
12267         `gmm-tool-bar-from-list'.
12268         (gnus-group-tool-bar-update): New function.
12269
12270         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12271
12272 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12273
12274         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12275         is dissected into a single part of which the type is the same as
12276         the given one; decode charset.
12277
12278 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12279
12280         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12281         into alists as symbol not string, since that's what
12282         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12283         look for.
12284
12285 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12286
12287         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12288         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12289
12290         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12291
12292 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12293
12294         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12295         (gnus-xmas-mime-security-button-menu): New function.
12296
12297         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12298         (gnus-mime-security-button-menu): New definition.
12299         (gnus-mime-security-button-map): Use them.
12300         (gnus-mime-security-button-menu): New function.
12301         (gnus-insert-mime-security-button): Addition to help echo.
12302         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12303         (gnus-mime-security-pipe-part): New functions.
12304
12305         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12306         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12307
12308         * mm-decode.el (mm-handle-set-disposition): Remove.
12309         (mm-handle-set-description): Remove.
12310
12311 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12312
12313         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12314         (mm-w3m-standalone-supports-m17n-p): New function.
12315         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12316         w3m usage.
12317
12318         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12319         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12320
12321 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12322
12323         * message.el (message-tool-bar-zap-list):
12324         Use gmm-tool-bar-zap-list as custom type.
12325         (message-tool-bar-update): New function.
12326         (message-tool-bar, message-tool-bar-gnome)
12327         (message-tool-bar-retro): Add message-tool-bar-update.
12328         (message-tool-bar-gnome): Add flyspell-buffer.
12329
12330         * gnus-util.el (gnus-error): Describe `args'.
12331
12332         * gmm-utils.el (gmm-error): Describe `args'.
12333         (gmm-tool-bar-zap-list): New widget.
12334         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12335
12336 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12337
12338         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12339         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12340         the number of recursive calls.
12341
12342         * mm-decode.el (mm-handle-set-disposition): New macro.
12343         (mm-handle-set-description): New macro.
12344
12345 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12346
12347         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12348         encoding.
12349
12350 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12351
12352         * message.el (message-tool-bar-zap-list, message-tool-bar)
12353         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12354         (message-tool-bar-local-item-from-menu): Remove.
12355         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12356         (message-make-tool-bar): New function.
12357         (message-mode): Use `message-make-tool-bar'.
12358
12359         * gmm-utils.el: New file.
12360         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12361         (gmm-lazy): New widget copied from `nnmail.el'.
12362         (gmm-tool-bar-from-list): New function for creating customizable
12363         tool bars.
12364         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12365         output.
12366         (gmm): Add :prefix to defgroup.
12367
12368 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12369
12370         * gmm-utils.el (gmm-widget-p): New function.
12371
12372 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12373
12374         * mml.el (mml-attach-file): Describe `description' in doc string.
12375         (mml-menu): Add Emacs MIME manual and PGG manual.
12376
12377 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12378
12379         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12380
12381 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12382
12383         * nntp.el (nntp-end-of-line): Doc fix.
12384
12385 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12386
12387         * imap.el (imap-open): Handle case where buffer is a buffer
12388         object.
12389
12390 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12391
12392         * gnus-delay.el (gnus-delay): Don't autoload.
12393         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12394         to be re-loaded when customizing the `gnus-delay' group.
12395
12396 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12397
12398         * message.el (message-insert-citation-line): Use newlines.
12399
12400 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12401
12402         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12403         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12404         these routines, so the passphrase can be managed externally and
12405         passed in to the system.
12406         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12407         pgg-add-passphrase-to-cache function.
12408
12409         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12410         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12411         these routines, so the passphrase can be managed externally and
12412         passed in to the system.
12413         (pgg-pgp5-sign-region): Use new name of
12414         pgg-add-passphrase-to-cache function.
12415
12416 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12417
12418         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12419         part of the decoded armor to find the key-identifier.
12420         (pgg-gpg-lookup-key-owner): New function to return the
12421         human-readable identifier of a key owner.
12422         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12423         itself.
12424         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12425         the key value) if we have a key and can match it against a secret
12426         key.  Also, added a note pointing out fact that the prompt only
12427         indicates the first matching key.
12428
12429         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12430         pgg-decrypt-region.
12431         (pgg-add-passphrase-to-cache): Rename from
12432         `pgg-add-passphrase-cache' to reduce confusion (all callers
12433         changed).
12434         (pgg-remove-passphrase-from-cache): Rename from
12435         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12436         changed).
12437         (pgg-read-passphrase, pgg-add-passphrase-cache)
12438         (pgg-remove-passphrase-cache): Add informative docstrings.
12439         (pgg-decrypt): Convey provided passphrase in subordinate call to
12440         pgg-decrypt-region.
12441
12442 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12443
12444         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12445         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12446         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12447         'passphrase' argument, so the passphrase can be managed externally
12448         and then passed in to the system.
12449
12450         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12451         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12452         so the passphrase cache can be used reliably with identifiers
12453         besides a pgp packet's key id.
12454
12455         * pgg-gpg.el (pgg-gpg-encrypt-region)
12456         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12457         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12458         these routines, so the passphrase can be managed externally and
12459         passed in to the system.
12460
12461         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12462         'notruncate' argument, so the passphrase cache can be used
12463         reliably with identifiers besides a pgp packet's key id.
12464
12465 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12466
12467         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12468         symmetric encryption.
12469         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12470         encrypted session key.
12471         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12472         message ask for the passphrase in a proper way.
12473
12474         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12475         New user commands for symmetric encryption.
12476
12477 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12478
12479         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12480
12481         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12482
12483 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12484
12485         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12486
12487 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12488
12489         * mm-decode.el (mm-inlined-types): Add application/pgp.
12490         (mm-automatic-display): Ditto.
12491
12492         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12493         part as text.
12494
12495 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12496
12497         * nnrss.el: Update copyright.
12498         (nnrss-opml-import): Query whether to subscribe to each entry.
12499
12500         * gnus-art.el:
12501         * gnus-sum.el:
12502         * gnus-xmas.el:
12503         * messagexmas.el:
12504         * mm-uu.el:
12505         * mm-view.el: Update copyright.
12506
12507 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12508
12509         * message.el (message-info): New function.
12510         (message-mode-menu): Add it.
12511         Update copyright.
12512
12513         * ChangeLog: Fix and update copyright.
12514
12515 2006-01-13  Romain Francoise  <romain@orebokech.com>
12516
12517         * message.el (message-forward-subject-name-subject): Prefer the
12518         address to 'nowhere' if the sender has no name.
12519         Fix typo.  Update copyright year.
12520
12521 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12522
12523         * gnus-art.el (article-wash-html):
12524         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12525         (gnus-article-wash-html-with-w3m-standalone): New function.
12526
12527         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12528         mm-inline-text-html-render-with-w3m-standalone.
12529         (mm-text-html-washer-alist): Map w3m-standalone to
12530         gnus-article-wash-html-with-w3m-standalone.
12531         (mm-inline-text-html-render-with-w3m-standalone): New function.
12532
12533 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12534
12535         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12536         Improve LaTeX.
12537
12538 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12539
12540         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12541         (nnrss-request-article): Render text/plain parts as HTML.
12542
12543         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12544         the buffer.
12545
12546 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12547
12548         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12549         custom definition of `gnus-posting-styles'.
12550
12551         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12552         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12553
12554 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12555
12556         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12557         Use nntp for bug archive.
12558
12559 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12560
12561         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12562         parts.
12563         (nnrss-normalize-date): New function converts ISO 8601 date into
12564         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12565         (nnrss-check-group): Use it.
12566
12567 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12568
12569         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12570
12571         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12572         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12573         (nnrss-insert-w3): Ditto.
12574
12575 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12576
12577         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12578         the articles to be forwarded including the case where neither a
12579         number of articles nor a region is specified.
12580
12581 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12582
12583         * nnrss.el (nnrss-request-article): Fix last change; fill
12584         text/plain parts.
12585
12586 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12587
12588         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12589         in text/plain part.
12590         (nnrss-check-group): Don't add excessive newline to dc:subject.
12591
12592 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12593
12594         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12595         article.
12596
12597 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12598
12599         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12600         (nnml-use-compressed-files, nnml-save-mail): Support other
12601         comression programs such as bzip2.
12602
12603 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12604
12605         * dns.el (query-dns): Make sure we check the buffer size before
12606         removing tcp headers.
12607
12608 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12609
12610         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12611         remove MIME buttons associated with multipart/alternative parts.
12612         (gnus-mime-display-alternative): Tag buttons using `article-type'
12613         text property.
12614
12615         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12616         associated with multipart/alternative parts.
12617
12618         * gnus-art.el (gnus-signature-separator): Fix custom type.
12619
12620         * mm-decode.el (mm-inlined-types): Fix custom type.
12621         (mm-keep-viewer-alive-types): Ditto.
12622         (mm-automatic-display): Ditto.
12623         (mm-attachment-override-types): Ditto.
12624         (mm-inline-override-types): Ditto.
12625         (mm-automatic-external-display): Ditto.
12626
12627 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12628
12629         * spam-report.el (spam-report-user-mail-address)
12630         (spam-report-user-agent): New variables.
12631         (spam-report-url-ping-plain): Use spam-report-user-agent.
12632
12633 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12634
12635         * gnus-art.el (gnus-button-handle-custom): Do not just use
12636         `customize-apropos' for any "M-x customize-*" button but the
12637         function called for.  Accept both the function name and its
12638         argument in order to achieve this.
12639         (gnus-button-alist): Remove support for "custom:" URL's.
12640         Pass function name to `gnus-button-handle-custom' in case of "M-x
12641         customize-*" buttons.
12642
12643 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12644
12645         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12646         multipart/alternative and add xref to mm-discouraged-alternatives
12647         in doc string.
12648
12649         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12650         gnus-buttonized-mime-types in doc string.
12651
12652 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12653
12654         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12655         Suggest image/.* in the doc string.
12656
12657 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12658
12659         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12660         message-marks (Debian bug #342521).
12661
12662 2005-12-12  Simon Josefsson  <jas@extundo.com>
12663
12664         * password.el (password-read-from-cache): Add.
12665         (password-read): Use it.
12666
12667 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12668
12669         * rfc2047.el (rfc2047-charset-to-coding-system):
12670         Recognize us-ascii as a MIME charset.
12671
12672         * mm-bodies.el (mm-decode-content-transfer-encoding):
12673         Protect against the case where the 2nd arg TYPE is nil.
12674
12675 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12676
12677         * pop3.el (pop3-stream-type): Fix custom version.
12678
12679         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12680
12681 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12682
12683         * mm-decode.el (mm-display-external): Add missing cdr.
12684
12685 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12686
12687         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12688         RFC1524) if it is in mailcap or add a suffix according to
12689         mailcap-mime-extensions when generating a temp filename; postpone
12690         deleting a temp file for 2 seconds for some wrappers, shell
12691         scripts, and so on, which might exit right after having started a
12692         viewer command as a background job.
12693
12694 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12695
12696         * nntp.el (nntp-marks-directory): Fix custom group.
12697
12698         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12699         steps when < 10.
12700
12701         * gnus-start.el (gnus-no-server-1):
12702         Mention `gnus-level-default-subscribed' in doc string.
12703
12704 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12705
12706         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12707         parens.
12708
12709 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12710
12711         * gnus-xmas.el (gnus-use-toolbar): Revert.
12712         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12713         gnus-use-toolbar is default.
12714
12715         * messagexmas.el (message-use-toolbar): Revert.
12716         (message-setup-toolbar): Use global default-toolbar if
12717         message-use-toolbar is default.
12718
12719 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12720
12721         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12722         according to default-toolbar-visible-p.
12723
12724         * messagexmas.el (message-use-toolbar): Ditto.
12725
12726 2005-11-26  Dave Love  <fx@gnu.org>
12727
12728         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12729         (tls-program, tls-success): Provide openssl alternative.
12730
12731         * starttls.el: Doc fixes.
12732         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12733         SERVICE to PORT.
12734
12735         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12736         port null or service name.
12737         (starttls-negotiate): Autoload.
12738
12739 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12740
12741         * message.el (message-kill-to-signature): Fix interactive spec.
12742
12743 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12744
12745         * pop3.el (pop3-open-server): Recognize a string as a service name.
12746
12747 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12748
12749         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12750
12751 2005-11-23  Dave Love  <fx@gnu.org>
12752
12753         Add pop3s, pop3/starttls.
12754
12755         * pop3.el (pop3-authentication-scheme): Clarify doc.
12756         (open-tls-stream, starttls-open-stream): Autoload.
12757         (pop3-stream-type): New.
12758         (pop3-open-server): Use it.
12759
12760         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12761         for POP.
12762         (mail-source-keyword-map): Add :stream for POP.
12763         (mail-source-fetch-pop): Use pop3-stream-type.
12764
12765 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12766
12767         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12768         of current-time-string.
12769
12770 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12771
12772         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12773         date header.
12774
12775 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12776
12777         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12778         it can seriously impact performance as it bypasses the agent's
12779         local caches.
12780
12781 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12782
12783         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12784         must be explicitly online rather than "not explicitly offline" for
12785         its flags to be synchronized.
12786
12787         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12788         that gnus-uu-unmark-thread will function correctly.
12789
12790         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12791         1024K is instead displayed as 1M.
12792
12793 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12794
12795         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12796
12797 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12798
12799         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12800
12801 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12802
12803         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12804         error message to display actual error condition.
12805         (gnus-agent-save-local): Avoid saving symbols that are bound to
12806         nil as they simply result in a warning message in
12807         gnus-agent-read-local.
12808
12809 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12810
12811         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12812         rather than make-variable-buffer-local for file-precious-flag.
12813
12814 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12815
12816         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12817         for duplicates which are removed.  The invalid sort check then
12818         triggers a rescan after the sort as sorting may have moved
12819         duplicate entries such that they can be cheaply detected.
12820
12821 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12822
12823         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12824
12825 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12826
12827         * gnus-agent.el (gnus-agent-article-alist-save-format):
12828         Change internal variable to a custom variable.  Change default value
12829         from compressed(2) to uncompressed(1).
12830         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12831         support for uncompressed agentview files.  Taken together, reading
12832         the agentview file should now be 6-7 times faster.
12833
12834 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12835
12836         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12837         as a buffer-local variable.  This avoids creating truncated
12838         dribble files as a result of a hang up, eg.
12839
12840 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12841
12842         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12843         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12844         XEmacs.
12845
12846 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12847
12848         * gnus-start.el (gnus-start-draft-setup):
12849         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12850
12851         * gnus.el (gnus-splash): Change custom group.
12852         (gnus-group-get-parameter, gnus-group-parameter-value):
12853         Describe allow-list argument.
12854
12855         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12856         string.
12857
12858 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12859
12860         * gnus-art.el (gnus-default-article-saver): Add user-defined
12861         `function' to custom type.
12862
12863 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12864
12865         * imap.el (imap-open): Handle case where buffer is a buffer
12866         object.
12867
12868 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12869
12870         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12871         long lines.
12872         (gnus-cache-delete-group): Wrap doc strings.
12873
12874         * gnus-agent.el (gnus-agent-rename-group)
12875         (gnus-agent-delete-group): Wrap doc strings.
12876
12877 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12878
12879         * messagexmas.el (message-use-toolbar): Change the valid values
12880         into default, top, bottom, left, and right.
12881         (message-toolbar-thickness): New variable.
12882         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12883         well.
12884         (message-setup-toolbar): Make it work.
12885
12886         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12887         (gnus-use-toolbar): Change the valid values into default, top,
12888         bottom, left, and right.
12889         (gnus-toolbar-thickness): New variable.
12890         (gnus-xmas-setup-toolbar): New function.
12891         (gnus-xmas-setup-group-toolbar): Use it.
12892         (gnus-xmas-setup-summary-toolbar): Use it.
12893
12894 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12895
12896         * gnus-start.el (gnus-1): Add "native" to
12897         gnus-predefined-server-alist.
12898
12899         * gnus.el (gnus-method-to-server): Don't add "native" to the
12900         lists here, because that leads to problems when
12901         gnus-select-method is bound.
12902
12903 2005-11-09  Simon Josefsson  <jas@extundo.com>
12904
12905         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12906         use (not sort-by-date) instead.
12907
12908 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12909
12910         * gnus-delay.el (gnus-delay-group): Don't autoload.
12911         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12912         to be re-loaded when customizing the `gnus-delay' group.
12913
12914 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12915
12916         * message.el: Revert last changes.
12917         (message-insert-citation-line): Use newlines.
12918
12919 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12920
12921         * message.el (message-courtesy-message)
12922         (message-mark-insert-begin, message-mark-insert-end)
12923         (message-elide-ellipsis, message-cancel-message)
12924         (message-add-header, message-change-subject)
12925         (message-cross-post-followup-to-header)
12926         (message-cross-post-insert-note, message-reduce-to-to-cc)
12927         (message-widen-reply, message-delete-not-region)
12928         (message-kill-to-signature, message-insert-signature)
12929         (message-insert-importance-high, message-insert-importance-low)
12930         (message-insert-or-toggle-importance)
12931         (message-insert-disposition-notification-to)
12932         (message-indent-citation, message-yank-original)
12933         (message-cite-original-without-signature, message-cite-original)
12934         (message-insert-citation-line, message-position-on-field)
12935         (message-fix-before-sending, message-send-mail-partially)
12936         (message-send-mail, message-send-mail-with-sendmail)
12937         (message-send-mail-with-qmail, message-send-news)
12938         (message-check-news-header-syntax, message-generate-headers)
12939         (message-insert-courtesy-copy, message-fill-address)
12940         (message-fill-header, message-shorten-references)
12941         (message-setup-1, message-cancel-news)
12942         (message-forward-make-body-plain, message-forward-make-body-mime)
12943         (message-forward-make-body-mml, message-encode-message-body)
12944         (message-forward-make-body-digest-plain)
12945         (message-forward-make-body-digest-mime)
12946         (message-use-alternative-email-as-from): Insert `hard-newline'
12947         instead of ordinary newlines.
12948
12949 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12950
12951         * message.el (message-generate-headers): Downcase the argument
12952         given to message-check-element.
12953
12954 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12955
12956         * nntp.el (nntp-authinfo-rejected): New error condition.
12957         (nntp-wait-for): Use new error condition to signal authentication
12958         error.
12959         (nntp-retrieve-data): Rethrow new error condition to break out of
12960         recursive call to nntp-send-authinfo.
12961
12962 2005-11-08  Romain Francoise  <romain@orebokech.com>
12963
12964         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12965         (gnus-summary-exit-map): Bind to `Z p'.
12966         (gnus-summary-make-menu-bar): Add menu item.
12967
12968 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12969
12970         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12971         (gnus-treat-*): Add `first' in all doc strings.
12972
12973         * gnus-group.el (gnus-group-compact-group): Fix typo.
12974
12975 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12976
12977         * gnus.el (gnus-parameters-case-fold-search): New variable.
12978         (gnus-parameters-get-parameter): Use it.
12979
12980         * gnus-score.el (gnus-home-score-file): Doc fix.
12981
12982 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12983
12984         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12985
12986 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12987
12988         * mm-util.el (mm-special-display-p): New function.
12989
12990         * mml.el (mml-preview): Use it; doc fix.
12991
12992 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12993
12994         * imap.el (imap-open): Handle case where buffer is a buffer object.
12995
12996 2005-10-29  Romain Francoise  <romain@orebokech.com>
12997
12998         * message.el (message-fix-before-sending): Fix comment.
12999
13000 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13001
13002         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13003
13004 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13005
13006         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13007         Used in gnus-score.el.
13008
13009 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13010
13011         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13012
13013 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13014
13015         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13016         whitespace removed in revision 7.8.  Use concatenated string to
13017         protect trailing whitespace.
13018
13019 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13020
13021         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13022         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13023         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13024         Courier IMAP ("some version from 2004").  Mostly based on similar
13025         code in the same function.
13026
13027 2005-10-26  Didier Verna  <didier@xemacs.org>
13028
13029         * gnus-group.el (gnus-group-compact-group): Invalidate original
13030         article buffer.
13031         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13032         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13033         NOV database and in article itself.
13034         Invalidate article backlog.
13035
13036 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13037
13038         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13039
13040 2005-10-26  Simon Josefsson  <jas@extundo.com>
13041
13042         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13043         part of 2004-07-25 change.
13044
13045 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13046
13047         * message.el (message-display-completion-list): New function.
13048         (message-expand-group): Use it; make sure the Completions buffer
13049         is modifiable.
13050 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13051
13052         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13053         user-mail-name is an empty string.
13054
13055 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13056
13057         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13058         depending on gnus-score-decay-constant.
13059
13060         * encrypt.el (encrypt-insert-file-contents)
13061         (encrypt-write-file-contents): Don't use `gnus-message'.
13062
13063         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13064         arguments.
13065         (mm-uu-type-alist): Add message-marks and insert-marks.
13066         Pass arguments to mm-uu-verbatim-marks-extract.
13067         (mm-uu-hide-markers): New variable.
13068         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13069
13070         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13071         (gnus-convert-image-to-face-command): Use "convert" by default to
13072         allow other input image formats.
13073         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13074         accordingly.
13075
13076 2005-10-23  Simon Josefsson  <jas@extundo.com>
13077
13078         * imap.el (imap-gssapi-program): Align command line parameters
13079         with latest GNU SASL.
13080         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13081
13082 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13083
13084         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13085         HTML.
13086         (nnslashdot-request-article): Ditto.
13087
13088         * lpath.el (featurep): Add nobreak-char-display.
13089
13090 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13091
13092         * mail-source.el (mail-source-fetch-pop): Require pop3.
13093         (mail-source-check-pop): Ditto.
13094
13095 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13096
13097         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13098         errors.
13099
13100 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13101
13102         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13103         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13104
13105         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13106
13107         * mm-bodies.el (mm-decode-string):
13108         Call `mm-charset-to-coding-system' with allow-override argument.
13109
13110 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13111
13112         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13113         (rfc2047-charset-to-coding-system): New function.
13114         (rfc2047-decode-encoded-words): New function.
13115         (rfc2047-decode-region): Use them.
13116         (rfc2047-decode-cte): Remove.
13117         (rfc2047-parse-and-decode): Remove.
13118         (rfc2047-decode): Remove.
13119
13120 2005-10-15  Kenichi Handa  <handa@m17n.org>
13121
13122         * rfc2047.el (rfc2047-decode-cte): New function.
13123         (rfc2047-decode-region): Change the way to decode successive
13124         encoded-words: decode B- or Q-encoding in each encoded-word,
13125         concatenate them, and decode it as charset.
13126
13127 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13128
13129         * lpath.el: Fbind codepage-setup for XEmacs.
13130
13131 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13132
13133         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13134         widget-move-and-invoke.
13135         (gnus-custom-mode): Use gnus-custom-map.
13136
13137 2005-10-15  Bill Wohler  <wohler@newt.com>
13138
13139         * message.el (message-tool-bar-map): Rename image file from
13140         mail_send to mail/send.
13141
13142 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13143
13144         * message.el (message-expand-group): Pass the common
13145         prefix substring of completion to `display-completion-list'.
13146
13147 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13148
13149         * mml-sec.el (mml-secure-method): New internal variable.
13150         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13151         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13152         New functions using mml-secure-method.
13153
13154         * mml.el (mml-mode-map): Add key bindings for those functions.
13155         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13156         Harder <harder@myrealbox.com>.
13157         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13158         Goto end of message if point is the headers of the message.
13159
13160         * message.el (message-in-body-p): New function.
13161
13162         * assistant.el: Autoload gnus-util and netrc.
13163
13164         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13165         Use `mm-charset-override-alist' only when decoding.
13166
13167         * mm-bodies.el (mm-decode-body):
13168         Call `mm-charset-to-coding-system' with allow-override argument.
13169
13170         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13171         `filename' from Content-Disposition if Content-Type doesn't
13172         provide `name'.
13173         (gnus-mime-view-part-as-type): Set default instead of
13174         initial-input.
13175
13176 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13177
13178         * format-spec.el (format-spec): Propagate text properties of % spec.
13179
13180 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13181
13182         * gnus-art.el (gnus-treat-predicate): Add `first'.
13183
13184 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13185
13186         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13187         (mm-charset-override-alist): New variable.
13188         (mm-charset-to-coding-system): Use it.
13189         (mm-codepage-setup): New helper function.
13190         (mm-charset-eval-alist): New variable.
13191         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13192         Warn about unknown charsets.
13193
13194         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13195
13196 2005-10-04  David Hansen  <david.hansen@gmx.net>
13197
13198         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13199         (nnrss-check-group): Ditto.
13200
13201 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13202
13203         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13204         Rename x-gnus-verbatim to x-verbatim.
13205         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13206
13207         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13208         x-verbatim.
13209
13210         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13211
13212         * gnus-util.el (gnus-remove-duplicates): Remove.
13213
13214         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13215         instead of gnus-remove-duplicates.
13216
13217         * message.el (message-remove-duplicates): Remove.
13218         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13219         message-remove-duplicates.
13220
13221         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13222         available, else use implementation from `delete-dups'.
13223
13224         * message.el (message-insert-expires): New function.
13225         (message-mode-map): Add key binding.
13226         (message-mode-field-menu): Add menu entry.
13227         (message-mode): Document it.
13228         (message-make-expires-date): Use `message-make-date'.
13229
13230 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13231
13232         * message.el (message-make-expires-date): New function.
13233
13234 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13235
13236         * Makefile.in (list-installed-shadows): New entry.
13237         (install): Use it.
13238         (remove-installed-shadows): New entry.
13239
13240         * dgnushack.el (dgnushack-default-load-path): New variable.
13241         (dgnushack-find-lisp-shadows): New function.
13242         (dgnushack-remove-lisp-shadows): New function.
13243
13244 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13245
13246         * Makefile.in (install-el-elc): New entry.
13247         (install): Use it so that .el files are necessarily installed.
13248
13249 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13250
13251         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13252
13253 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13254
13255         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13256         function rather than the diff-mode.el package.
13257         (mm-display-external): Use with-current-buffer.
13258         (mm-viewer-completion-map, mm-viewer-completion-map):
13259         Move initialization inside declaration.
13260
13261 2005-09-29  Simon Josefsson  <jas@extundo.com>
13262
13263         * spam.el: Load hashcash when compiling, to avoid warnings.
13264         Don't autoload mail-check-payment.
13265         (spam-check-hashcash): Define unconditionally, since hashcash.el
13266         is part of Gnus now.  Ignore errors from payment checking.
13267
13268 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13269
13270         * message.el (message-bold-region, message-unbold-region):
13271         Rename from `bold-region' and `unbold-region'.
13272
13273         * message.el: Remove useless autoloads.
13274
13275 2005-09-28  Simon Josefsson  <jas@extundo.com>
13276
13277         * message.el (message-use-idna): Default to t.
13278         (message-use-idna): Test whether encoding works too.  Doc fix.
13279
13280 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13281
13282         * nntp.el (nntp-warn-about-losing-connection): Remove.
13283
13284 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13285
13286         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13287         customizable.  Change default value.
13288         (mm-uu-diff-groups-regexp): Change default value.
13289         (mm-uu-type-alist): Add doc string.
13290         (mm-uu-configure): Add doc string.  Make it interactive.
13291         (mm-uu-tex-groups-regexp): New variable.
13292         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13293         (mm-uu-type-alist): Add LaTeX documents.
13294         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13295         of "text/verbatim".
13296         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13297
13298         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13299         instead of "text/verbatim".
13300
13301         * message.el (message-mark-inserted-region)
13302         (message-mark-insert-file): Use slrn style marks when called with
13303         prefix argument.
13304
13305 2005-09-27  Simon Josefsson  <jas@extundo.com>
13306
13307         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13308
13309 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13310
13311         * message.el (message-remove-duplicates): New function.
13312         Implementation borrowed from `gnus-remove-duplicates'.
13313         (message-idna-to-ascii-rhs): Also encode idna addresses in
13314         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13315         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13316         only ask about the same idna domain once per header and also tell
13317         in what header to replace the idna domain.
13318
13319         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13320         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13321         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13322         a header is decoded and not just the last one.
13323
13324 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13325
13326         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13327         has been decoded.
13328
13329         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13330         (mm-insert-part): Don't modify text if it has been decoded.
13331
13332         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13333         decoded.
13334
13335         * mm-view.el (mm-inline-text): Don't strip text props unless
13336         decoding enriched or richtext parts.
13337
13338 2005-09-25  Romain Francoise  <romain@orebokech.com>
13339
13340         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13341         * gnus-start.el (gnus-subscribe-interactively):
13342         * gnus-uu.el (gnus-uu-grab-articles):
13343         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13344         space.
13345
13346 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13347
13348         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13349         * mm-view.el (mm-view-pkcs7-decrypt):
13350         * gnus-sum.el (gnus-summary-limit-to-extra)
13351         (gnus-summary-respool-article, gnus-read-move-group-name):
13352         * gnus-score.el (gnus-summary-increase-score):
13353         * gnus-util.el (gnus-completing-read-with-default):
13354         * gnus-art.el (gnus-read-save-file-name)
13355         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13356         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13357         * message.el (message-check-news-header-syntax):
13358         Follow convention for reading with the minibuffer.
13359
13360 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13361
13362         * spam-report.el (spam-report-url-ping-plain):
13363         Use gnus-extended-version as User-Agent.
13364
13365         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13366         default value is nil.
13367
13368         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13369         (mm-uu-verbatim-marks-extract): New function.
13370         (mm-uu-extract): New face.
13371         (mm-uu-copy-to-buffer): Use it.
13372
13373         * spam-report.el (spam-report-gmane-ham): Rename from
13374         `spam-report-gmane-unspam'.
13375         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13376         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13377
13378         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13379         Autoload.
13380         (spam-report-gmane-unregister-routine):
13381         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13382
13383 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13384
13385         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13386         (spam-report-gmane-unregister-routine): Add support for gmane
13387         unregistration.
13388
13389         * spam-report.el (spam-report-gmane-unspam)
13390         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13391         (spam-report-gmane): Change to take a single article and do unspam
13392         registration.
13393
13394 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13395
13396         * mm-url.el (mm-url-decode-entities): Fix regexp.
13397
13398 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13399
13400         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13401         default to nil, to be able to use Gnus at all.  If the default
13402         switches to something else, then the function should be fixed not
13403         be exceedingly slow.
13404
13405 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13406
13407         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13408         fail hard.
13409
13410         * spam-report.el: Add better Keywords line.
13411
13412         * spam.el: Add Maintainer and better Keywords line.
13413
13414 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13415
13416         * gnus-art.el (gnus-article-replace-part)
13417         (gnus-mime-replace-part): New functions.
13418         (gnus-mime-action-alist, gnus-mime-button-commands)
13419         (gnus-mime-save-part-and-strip): Add file argument.
13420         (gnus-article-part-wrapper): Add interactive argument.
13421
13422         * gnus-sum.el (gnus-summary-mime-map):
13423         Add `gnus-article-replace-part'.
13424
13425 2005-09-19  Didier Verna  <didier@xemacs.org>
13426
13427         The nnml compaction feature:
13428         * nnml.el (nnml-request-compact-group): New function.
13429         * nnml.el (nnml-request-compact): New function.
13430         * gnus-int.el (gnus-request-compact-group): New function.
13431         * gnus-int.el (gnus-request-compact): New function.
13432         * gnus-group.el (gnus-group-compact-group): New function.
13433         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13434         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13435         * gnus-srvr.el (gnus-server-compact-server): New function.
13436         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13437         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13438
13439 2005-09-18  Deepak Goel  <deego@gnufans.org>
13440
13441         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13442         format spec.
13443
13444 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13445
13446         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13447
13448 2005-09-15  Romain Francoise  <romain@orebokech.com>
13449
13450         * message.el (message-fill-paragraph): Clarify docstring.
13451
13452 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13453
13454         * gnus-art.el (gnus-mime-display-part): Protect against broken
13455         MIME messages.
13456
13457 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13458
13459         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13460         before parsing header.
13461
13462 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13463
13464         * html2text.el (html2text-replace-list): Add new entities.
13465
13466 2005-09-11  Romain Francoise  <romain@orebokech.com>
13467
13468         * message.el (message-alternative-emails): Improve docstring.
13469         (message-setup-1): Call `message-use-alternative-email-as-from'
13470         after `message-setup-hook' to give it precedence over posting
13471         styles, etc.
13472         (message-use-alternative-email-as-from): Add docstring.
13473         Remove the original From header if present.
13474
13475         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13476         (nnml-save-mail): Use it.
13477
13478         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13479         articles.  Add new argument `silent'.
13480         (gnus-uu-mark-all): Report the total number of marked articles.
13481
13482 2005-09-10  Romain Francoise  <romain@orebokech.com>
13483
13484         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13485         (gnus-uu-mark-series): Likewise.
13486
13487 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13488
13489         * spam-report.el (spam-report-gmane): Fix generation of spam
13490         report URL.
13491
13492 2005-09-10  Simon Josefsson  <jas@extundo.com>
13493
13494         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13495         t, based on discussion on the ding list with Robert Epprecht
13496         <epprecht@solnet.ch>.
13497
13498 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13499
13500         * spam-report.el (spam-report-gmane): Make it work without
13501         X-Report-Spam header.  Gmane now only provides Archived-At.
13502         This is only used if `spam-report-gmane-use-article-number' is nil.
13503         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13504
13505         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13506         make `gnus-summary-sort-by-recipient' work with threading.
13507
13508         * nnweb.el (nnweb-google-wash-article): Print a message if article
13509         is not available.
13510
13511 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13512
13513         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13514         change.  Decode text/* parts content before displaying.
13515
13516 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13517
13518         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13519
13520 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13521
13522         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13523
13524         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13525         url-package-name, url-package-version,
13526         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13527         w3m-display-inline-images, and w3m-minor-mode-map.
13528
13529 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13530
13531         * message.el (message-tab-body-function): Fix mismatched custom type.
13532
13533         * gnus.el (gnus-group-change-level-function): Ditto.
13534
13535         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13536
13537         * gnus-art.el (gnus-signature-limit)
13538         (gnus-article-mime-part-function): Ditto.
13539
13540 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13541
13542         * mml.el (mml-mode): Silence the byte compiler.
13543
13544         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13545         using `(sit-for 0)' before moving the point to the specified part;
13546         skip unbuttonized parts.
13547         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13548         return to the summary window if gnus-auto-select-part is non-nil.
13549
13550 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13551
13552         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13553         New variables.
13554         (mml-dnd-attach-file, mml-mode): Use them.
13555
13556         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13557         Make fetching article by MID work again for Google Groups.
13558         Add FIXME concerning gnus-group-make-web-group.
13559
13560         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13561         Don't depend on Gnus by using mail-extract-address-components if
13562         gnus-extract-address-components is not bound.
13563
13564 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13565
13566         * gnus-art.el (gnus-mime-display-security): Don't display the
13567         signature, but only the signed part.
13568
13569 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13570
13571         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13572
13573         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13574         list, not listp.
13575
13576 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13577
13578         * mm-encode.el (mm-encode-content-transfer-encoding):
13579         Likewise when encoding.
13580
13581         * mm-bodies.el (mm-decode-content-transfer-encoding):
13582         De-canonicalize CRLF for all text content types, not just
13583         text/plain.
13584
13585 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13586
13587         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13588         valid article; point arrow and cursor at the MIME button.
13589
13590 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13591
13592         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13593         Suggested by Dan Christensen <jdc@uwo.ca>.
13594
13595         * mm-decode.el (mm-save-part): Enable change of prompt.
13596
13597 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13598
13599         * gnus-msg.el (gnus-inews-add-send-actions):
13600         Make `message-post-method' lambda parameter ARG `&optional'.
13601
13602 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13603
13604         * gnus-sum.el (gnus-summary-mime-map):
13605         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13606         gnus-article-jump-to-part.
13607
13608         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13609         (gnus-article-edit-part): Use it.
13610         (gnus-article-part-wrapper): Add no-handle argument.
13611         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13612         New functions.
13613
13614 2005-08-29  Romain Francoise  <romain@orebokech.com>
13615
13616         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13617         docstring.
13618         (gnus-face-from-file): Likewise.
13619
13620 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13621
13622         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13623         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13624         non-nil.
13625         (gnus-auto-select-part): New variable.
13626         (gnus-article-jump-to-part): New function.
13627         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13628         (gnus-mime-delete-part): Allow selecting specified part after
13629         deleting or stripping parts.
13630         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13631         part if argument is bogus.
13632
13633 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13634
13635         * gnus-art.el (w3m-minor-mode-map):
13636         * gnus-spec.el (gnus-newsrc-file-version):
13637         * gnus-util.el (nnmail-active-file-coding-system)
13638         (gnus-original-article-buffer, gnus-user-agent):
13639         * gnus.el (gnus-ham-process-destinations)
13640         (gnus-parameter-ham-marks-alist)
13641         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13642         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13643         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13644         * mm-decode.el (gnus-current-window-configuration):
13645         * mm-extern.el (gnus-article-mime-handles):
13646         * mm-url.el (url-current-object, url-package-name)
13647         (url-package-version):
13648         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13649         (smime-keys, w3m-cid-retrieve-function-alist)
13650         (w3m-current-buffer, w3m-display-inline-images)
13651         (w3m-minor-mode-map):
13652         * mml-smime.el (gnus-extract-address-components):
13653         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13654         (gnus-newsrc-hashtb, message-default-charset)
13655         (message-deletable-headers, message-options)
13656         (message-posting-charset, message-required-mail-headers)
13657         (message-required-news-headers):
13658         * mml1991.el (mc-pgp-always-sign):
13659         * mml2015.el (mc-pgp-always-sign):
13660         * nnheader.el (nnmail-extra-headers):
13661         * rfc1843.el (gnus-decode-encoded-word-function)
13662         (gnus-decode-header-function, gnus-newsgroup-name):
13663         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13664
13665 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13666
13667         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13668         the end of the date treatments.
13669
13670 2005-08-15  Simon Josefsson  <jas@extundo.com>
13671
13672         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13673         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13674         Capello and Romain Francoise.
13675         (pgg-fetch-key-function): Remove, not used?
13676         (pgg-insert-url-with-w3): Require url, to get
13677         url-insert-file-contents regardless of where it is defined.
13678
13679 2005-08-13  Romain Francoise  <romain@orebokech.com>
13680
13681         * message.el (message-cite-original-1): New function.
13682         (message-cite-original): Use it.
13683         (message-cite-original-without-signature): Ditto.
13684
13685 2005-08-08  Romain Francoise  <romain@orebokech.com>
13686
13687         * message.el (message-yank-empty-prefix): New variable.
13688         (message-indent-citation): Use it.
13689         (message-cite-original-without-signature): Respect X-No-Archive.
13690
13691 2005-08-08  Simon Josefsson  <jas@extundo.com>
13692
13693         * pgg.el: Autoload url-insert-file-contents instead of loading
13694         w3/url.
13695         (pgg-insert-url-with-w3): Don't load url here.
13696
13697 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13698
13699         * message.el (message-kill-to-signature): Don't insert newline at
13700         bol.
13701         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13702
13703 2005-08-06  Romain Francoise  <romain@orebokech.com>
13704
13705         * message.el (message-user-fqdn): Fix typo in docstring.
13706
13707 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13708
13709         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13710
13711         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13712
13713 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13714
13715         * mm-bodies.el (mm-encode-body): Use coding system rather than
13716         charset to encode text.
13717
13718         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13719         number of charsets if utf-8 is available (XEmacs).
13720
13721 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13722
13723         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13724         taken from `gnus-button-mid-or-mail-regexp'.
13725         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13726         (gnus-button-alist): Improve regexp for domain part of the MIDs
13727         for news:localpart@domain buttons.
13728         (gnus-button-ctan-directory-regexp): Update.
13729
13730 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13731
13732         * sieve-manage.el (sieve-manage-interactive-login):
13733         Use make-local-variable rather than make-variable-buffer-local.
13734         (sieve-manage-open): Ditto.
13735         (sieve-manage-authenticate): Ditto.
13736
13737         * mml.el (mml-generate-mime-1): Make the content type default to
13738         text/plain if the filename is not specified.
13739
13740 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13741
13742         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13743         instead of insert-buffer.
13744
13745         * message.el (message-yank-original): Ditto; set the mark at the
13746         end of the yanked message.
13747
13748 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13749
13750         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13751         lines to scroll rather than to stop it.
13752
13753         * mml.el (mml-generate-default-type): Add doc string.
13754         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13755         default to application/octet-stream when determining the content
13756         type if it is not specified for the part or the mml contents; add
13757         a comment about mml-generate-default-type.
13758
13759 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13760
13761         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13762         make it default to application/octet-stream when determining the
13763         content type if it is not specified for the external contents.
13764
13765 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13766
13767         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13768         segmented parameter but also other parameters might be there.
13769
13770 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13771
13772         * mm-decode.el (mm-display-external): Delete temp file, directory
13773         and buffer immediately if the external process is exited.
13774
13775 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13776
13777         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13778         fewer lines than that of scroll-margin.
13779         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13780
13781 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13782
13783         * gnus-art.el (gnus-article-next-page): Revert.
13784         (gnus-article-beginning-of-window): New macro.
13785         (gnus-article-next-page-1): Use it.
13786         (gnus-article-prev-page): Ditto.
13787         (gnus-article-edit-part): Use insert-buffer-substring instead of
13788         insert-buffer.
13789         (gnus-article-edit-exit): Ditto.
13790
13791         * gnus-util.el (gnus-beginning-of-window): Remove.
13792         (gnus-end-of-window): Remove.
13793
13794         * lpath.el: Don't bind header-line-format and scroll-margin.
13795
13796 2005-07-25  Simon Josefsson  <jas@extundo.com>
13797
13798         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13799         to have the url package without w3.  Reported by Daiki Ueno
13800         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13801
13802 2005-07-20  Didier Verna  <didier@xemacs.org>
13803
13804         * gnus-diary.el: Remove the description comment (nndiary is now
13805         properly documented in the Gnus manual).
13806         Fix the spelling of "Back End".
13807         * nndiary.el: Ditto.
13808         Fix the copyright notice.
13809
13810 2005-07-18  Romain Francoise  <romain@orebokech.com>
13811
13812         * gnus-sum.el (gnus-summary-to-prefix)
13813         (gnus-summary-newsgroup-prefix): New variables.
13814         (gnus-summary-from-or-to-or-newsgroups): Use them.
13815
13816 2005-07-17  Romain Francoise  <romain@orebokech.com>
13817
13818         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13819         space as it's generally not especially interesting to the user.
13820
13821 2005-07-16  Romain Francoise  <romain@orebokech.com>
13822
13823         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13824         nil to avoid prompting and file modification if one of the
13825         messages at the top of the nnfolder file contains a copyright
13826         notice.
13827         Update copyright notice.
13828
13829         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13830         instead of `current-time-string' as the latter creates a time
13831         string that is not RFC 2822 compliant (it lacks the zone).
13832         Update copyright notice.
13833
13834 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13835
13836         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13837         for text/rtf.  Display default in prompt.  Pass default for M-n.
13838
13839         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13840
13841 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13842
13843         * gnus-msg.el (gnus-button-mailto):
13844         Remove save-selected-window-window hackery because it relies on
13845         save-selected-window internals.
13846
13847 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13848
13849         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13850         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13851         (gnus-article-prev-page): Ditto.
13852
13853         * gnus-util.el (gnus-beginning-of-window): New function.
13854         (gnus-end-of-window): New function.
13855
13856         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13857
13858 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13859
13860         * gnus-score.el (gnus-score-edit-all-score):
13861         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13862         gnus-message.
13863
13864 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13865
13866         * gnus-msg.el (gnus-button-mailto):
13867         Remove save-selected-window-window hackery because it relies on
13868         save-selected-window internals.
13869
13870 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13871
13872         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13873         add-minor-mode.
13874         (gnus-binary-mode): Ditto.
13875
13876         * gnus-topic.el (gnus-topic-mode): Ditto.
13877
13878 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13879
13880         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13881         (gnus-article-prev-page): Take scroll-margin into consideration.
13882
13883 2005-07-04  Lute Kamstra  <lute@gnu.org>
13884
13885         Update FSF's address in GPL notices.
13886
13887 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13888
13889         * gnus.el (gnus-exit):
13890         * gnus-group.el (gnus-group-icons):
13891         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13892
13893         * gnus-nocem.el (gnus-nocem):
13894         * message.el (message-various, message-buffers, message-sending)
13895         (message-interface, message-forwarding, message-insertion)
13896         (message-headers, message-news, message-mail):
13897         * pgg-gpg.el (pgg-gpg):
13898         * pgg-parse.el (pgg-parse):
13899         * pgg-pgp.el (pgg-pgp):
13900         * pgg-pgp5.el (pgg-pgp5):
13901         * pop3.el (pop3): Finish `defgroup' description with period.
13902
13903 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13904
13905         * gnus-art.el (article-display-face): Improve the efficiency.
13906         (article-display-x-face): Ditto; remove grey x-face stuff.
13907
13908 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13909
13910         * gnus-art.el (article-display-face): Correct the position in
13911         which Faces are inserted.
13912
13913 2005-06-29  Didier Verna  <didier@xemacs.org>
13914
13915         * gnus-art.el (article-display-face): Display faces in correct
13916         order.
13917
13918 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13919
13920         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13921         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13922         (gnus-nocem-check-article): Fetch the Type header.
13923         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13924         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13925         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13926         make sure gnus-nocem-hashtb is initialized.
13927         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13928         (gnus-nocem-unwanted-article-p): Ditto.
13929
13930         * pgg.el (pgg-verify): Return the verification result.
13931
13932 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13933
13934         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13935         is ascii.
13936
13937 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13938
13939         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13940         `show-nonbreak-escape'.
13941
13942 2005-06-23  Lute Kamstra  <lute@gnu.org>
13943
13944         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13945
13946         * dig.el (dig-mode):
13947         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13948
13949 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13950
13951         * nnimap.el (nnimap-split-download-body): Fix spellings.
13952
13953 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13954
13955         * gnus-art.el (gnus-article-encrypt-body):
13956         * gnus-cus.el (gnus-score-customize):
13957         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13958         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13959
13960 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13961
13962         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13963         header by looking for magic "MII" at the beginnig.
13964
13965 2005-06-16  Miles Bader  <miles@gnu.org>
13966
13967         * gnus-xmas.el (gnus-xmas-group-startup-message):
13968         Use renamed gnus-splash face.
13969
13970         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13971         (assistant-field-face): New backward-compatibility alias for renamed
13972         face.
13973         (assistant-render-text): Use renamed assistant-field face.
13974
13975         * spam.el (spam): Remove "-face" suffix from face name.
13976         (spam-face): New backward-compatibility alias for renamed face.
13977         (spam-face, spam-initialize): Use renamed spam face.
13978
13979         * message.el (message-header-to, message-header-cc)
13980         (message-header-subject, message-header-newsgroups)
13981         (message-header-other, message-header-name)
13982         (message-header-xheader, message-separator, message-cited-text)
13983         (message-mml): Remove "-face" suffix from face names.
13984         (message-header-to-face, message-header-cc-face)
13985         (message-header-subject-face, message-header-newsgroups-face)
13986         (message-header-other-face, message-header-name-face)
13987         (message-header-xheader-face, message-separator-face)
13988         (message-cited-text-face, message-mml-face):
13989         New backward-compatibility aliases for renamed faces.
13990         (message-font-lock-keywords): Use renamed message faces.
13991
13992         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13993         (sieve-test-commands, sieve-tagged-arguments):
13994         Remove "-face" suffix from face names.
13995         (sieve-control-commands-face, sieve-action-commands-face)
13996         (sieve-test-commands-face, sieve-tagged-arguments-face):
13997         New backward-compatibility aliases for renamed faces.
13998         (sieve-control-commands-face, sieve-action-commands-face)
13999         (sieve-test-commands-face, sieve-tagged-arguments-face):
14000         Use renamed sieve faces.
14001
14002         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14003         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14004         (gnus-group-news-3-empty, gnus-group-news-4)
14005         (gnus-group-news-4-empty, gnus-group-news-5)
14006         (gnus-group-news-5-empty, gnus-group-news-6)
14007         (gnus-group-news-6-empty, gnus-group-news-low)
14008         (gnus-group-news-low-empty, gnus-group-mail-1)
14009         (gnus-group-mail-1-empty, gnus-group-mail-2)
14010         (gnus-group-mail-2-empty, gnus-group-mail-3)
14011         (gnus-group-mail-3-empty, gnus-group-mail-low)
14012         (gnus-group-mail-low-empty, gnus-summary-selected)
14013         (gnus-summary-cancelled, gnus-summary-high-ticked)
14014         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14015         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14016         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14017         (gnus-summary-low-undownloaded)
14018         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14019         (gnus-summary-low-unread, gnus-summary-normal-unread)
14020         (gnus-summary-high-read, gnus-summary-low-read)
14021         (gnus-summary-normal-read, gnus-splash):
14022         Remove "-face" suffix from face names.
14023         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14024         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14025         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14026         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14027         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14028         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14029         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14030         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14031         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14032         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14033         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14034         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14035         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14036         (gnus-summary-normal-ticked-face)
14037         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14038         (gnus-summary-normal-ancient-face)
14039         (gnus-summary-high-undownloaded-face)
14040         (gnus-summary-low-undownloaded-face)
14041         (gnus-summary-normal-undownloaded-face)
14042         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14043         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14044         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14045         (gnus-splash-face):
14046         New backward-compatibility aliases for renamed faces.
14047         (gnus-group-startup-message): Use renamed gnus faces.
14048
14049         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14050         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14051         (gnus-server-agent): Remove "-face" suffix from face names.
14052         (gnus-server-agent-face, gnus-server-opened-face)
14053         (gnus-server-closed-face, gnus-server-denied-face)
14054         (gnus-server-offline-face):
14055         New backward-compatibility aliases for renamed faces.
14056         (gnus-server-agent-face, gnus-server-opened-face)
14057         (gnus-server-closed-face, gnus-server-denied-face)
14058         (gnus-server-offline-face): Use renamed gnus faces.
14059
14060         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14061         Remove "-face" suffix from face names.
14062         (gnus-picon-xbm-face, gnus-picon-face):
14063         New backward-compatibility aliases for renamed faces.
14064
14065         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14066         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14067         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14068         (gnus-cite-11): Remove "-face" suffix from face names.
14069         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14070         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14071         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14072         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14073         New backward-compatibility aliases for renamed faces.
14074         (gnus-cite-attribution-face, gnus-cite-face-list)
14075         (gnus-article-boring-faces): Use renamed gnus faces.
14076
14077         * gnus-art.el (gnus-signature, gnus-header-from)
14078         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14079         (gnus-header-content): Remove "-face" suffix from face names.
14080         (gnus-signature-face, gnus-header-from-face)
14081         (gnus-header-subject-face, gnus-header-newsgroups-face)
14082         (gnus-header-name-face, gnus-header-content-face):
14083         New backward-compatibility aliases for renamed faces.
14084         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14085
14086         * gnus-sum.el (gnus-summary-selected-face)
14087         (gnus-summary-highlight): Use renamed gnus faces.
14088         * gnus-group.el (gnus-group-highlight): Likewise.
14089
14090 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14091
14092         * gnus-sieve.el (gnus-sieve-article-add-rule):
14093         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14094         * spam-stat.el (spam-stat-buffer-change-to-spam)
14095         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14096
14097         * message.el (message-is-yours-p):
14098         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14099
14100 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14101
14102         * mm-view.el (mm-inline-text): Withdraw the last change.
14103
14104 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14105
14106         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14107         executing enriched-decode.
14108
14109 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14110
14111         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14112         charset of tar files.
14113
14114 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14115
14116         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14117
14118 2005-06-04  Lute Kamstra  <lute@gnu.org>
14119
14120         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14121         information is never recorded.
14122
14123 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14124
14125         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14126
14127 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14128
14129         * pop3.el (pop3-apop): Run md5 in the binary mode.
14130
14131         * starttls.el (starttls-set-process-query-on-exit-flag):
14132         Use eval-and-compile.
14133
14134 2005-05-31  Simon Josefsson  <jas@extundo.com>
14135
14136         * smime.el (smime-replace-in-string): Define.
14137         (smime-cert-by-ldap-1): Use it.
14138
14139 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14140
14141         * gnus-art.el (article-display-x-face): Replace
14142         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14143
14144         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14145         set-process-query-on-exit-flag or process-kill-without-query.
14146
14147         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14148         loop instead of replace-regexp.
14149
14150         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14151         instead of process-kill-without-query if it is available.
14152
14153         * lpath.el: Fbind ldap-search-entries.
14154
14155         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14156         instead of find-file-hooks if it is available.
14157
14158         * mml1991.el: Bind pgg-default-user-id when compiling.
14159
14160         * mml2015.el: Bind pgg-default-user-id when compiling.
14161
14162         * nndraft.el (nndraft-request-associate-buffer):
14163         Use write-contents-functions instead of write-contents-hooks if it is
14164         available.
14165
14166         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14167         instead of find-file-hooks if it is available.
14168
14169         * nntp.el (nntp-open-connection): Replace
14170         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14171         (nntp-open-ssl-stream): Ditto.
14172         (nntp-open-tls-stream): Ditto.
14173
14174         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14175         set-process-query-on-exit-flag or process-kill-without-query.
14176         (starttls-open-stream-gnutls): Use it instead of
14177         process-kill-without-query.
14178         (starttls-open-stream): Ditto.
14179
14180 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14181
14182         * smime.el (smime-cert-by-ldap-1): Don't use
14183         replace-regexp-in-string.
14184
14185 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14186
14187         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14188
14189         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14190         in PEM format.  Adjust to the XEmacs compability.
14191
14192 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14193
14194         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14195         by `string-to-number'.
14196         * gnus-agent.el (gnus-agent-regenerate-group)
14197         (gnus-agent-fetch-articles): Ditto.
14198         * gnus-art.el (gnus-button-fetch-group): Ditto.
14199         * gnus-cache.el (gnus-cache-generate-active)
14200         (gnus-cache-articles-in-group): Ditto.
14201         * gnus-group.el (gnus-group-set-current-level)
14202         (gnus-group-insert-group-line): Ditto.
14203         * gnus-score.el (gnus-score-set-expunge-below)
14204         (gnus-score-set-mark-below, gnus-summary-score-effect)
14205         (gnus-summary-score-entry): Ditto.
14206         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14207         (gnus-soup-pack): Ditto.
14208         * gnus-spec.el (gnus-xmas-format): Ditto.
14209         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14210         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14211         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14212         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14213         * nndb.el (nndb-get-remote-expire-response): Ditto.
14214         * nndiary.el (nndiary-parse-schedule-value)
14215         (nndiary-string-to-number, nndiary-request-replace-article)
14216         (nndiary-request-article): Ditto.
14217         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14218         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14219         * nneething.el (nneething-make-head): Ditto.
14220         * nnfolder.el (nnfolder-request-article)
14221         (nnfolder-retrieve-headers): Ditto.
14222         * nnheader.el (nnheader-file-to-number): Ditto.
14223         * nnkiboze.el (nnkiboze-request-article): Ditto.
14224         * nnmail.el (nnmail-process-unix-mail-format)
14225         (nnmail-process-babyl-mail-format): Ditto.
14226         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14227         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14228         (nnmh-request-create-group, nnmh-request-list-1)
14229         (nnmh-request-group, nnmh-request-article): Ditto.
14230         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14231         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14232         * nnsoup.el (nnsoup-make-active): Ditto.
14233         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14234         * nntp.el (nntp-find-group-and-number)
14235         (nntp-retrieve-headers-with-xover): Ditto.
14236         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14237         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14238         (pgg-format-key-identifier): Ditto.
14239         * pop3.el (pop3-last, pop3-stat): Ditto.
14240         * qp.el (quoted-printable-decode-region): Ditto.
14241
14242         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14243         of concat.
14244
14245 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14246
14247         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14248
14249         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14250
14251         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14252
14253         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14254
14255         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14256
14257         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14258
14259         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14260         (gnus-carpal-mode): Ditto.
14261
14262         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14263         (gnus-browse-mode): Ditto.
14264
14265         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14266
14267         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14268
14269 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14270
14271         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14272
14273 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14274
14275         * gnus-util.el (gnus-run-mode-hooks): New function.
14276
14277         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14278
14279         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14280         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14281
14282 2005-05-27  Lute Kamstra  <lute@gnu.org>
14283
14284         * dns-mode.el (dns-mode): Specify customization group.
14285
14286 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14287
14288         * gnus-agent.el (gnus-agent-make-mode-line-string):
14289         Use mode-line-highlight as mouse-face.
14290
14291 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14292
14293         * canlock.el (canlock): Change the parent group to news.
14294
14295         * deuglify.el (gnus-outlook-deuglify): Add :group.
14296
14297         * dig.el (dig): Add :group.
14298
14299         * dns-mode.el (dns-mode): Add :group.
14300
14301         * encrypt.el (encrypt): Add :group.
14302
14303         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14304         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14305         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14306         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14307         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14308
14309         * gnus-diary.el (gnus-diary): Add :group.
14310
14311         * gnus.el (gnus-group-news-1-face): Add :group.
14312         (gnus-group-news-1-empty-face): Ditto.
14313         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14314         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14315         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14316         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14317         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14318         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14319         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14320         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14321         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14322         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14323         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14324         (gnus-summary-high-ticked-face): Ditto.
14325         (gnus-summary-low-ticked-face): Ditto.
14326         (gnus-summary-normal-ticked-face): Ditto.
14327         (gnus-summary-high-ancient-face): Ditto.
14328         (gnus-summary-low-ancient-face): Ditto.
14329         (gnus-summary-normal-ancient-face): Ditto.
14330         (gnus-summary-high-undownloaded-face): Ditto.
14331         (gnus-summary-low-undownloaded-face): Ditto.
14332         (gnus-summary-normal-undownloaded-face): Ditto.
14333         (gnus-summary-high-unread-face): Ditto.
14334         (gnus-summary-low-unread-face): Ditto.
14335         (gnus-summary-normal-unread-face): Ditto.
14336         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14337         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14338
14339         * hashcash.el (hashcash): New custom group.
14340         (hashcash-default-payment): Add :group.
14341         (hashcash-payment-alist): Ditto.
14342         (hashcash-default-accept-payment): Ditto.
14343         (hashcash-accept-resources): Ditto.
14344         (hashcash-path): Ditto.
14345         (hashcash-extra-generate-parameters): Ditto.
14346         (hashcash-double-spend-database): Ditto.
14347         (hashcash-in-news): Ditto.
14348
14349         * message.el (message-minibuffer-local-map): Add :group.
14350
14351         * netrc.el (netrc): Add :group.
14352
14353         * sieve-manage.el (sieve-manage-log): Add :group.
14354         (sieve-manage-default-user): Diito.
14355         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14356         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14357         (sieve-manage-authenticators): Ditto.
14358         (sieve-manage-authenticator-alist): Ditto.
14359         (sieve-manage-default-port): Ditto.
14360
14361         * sieve-mode.el (sieve-control-commands-face): Add :group.
14362         (sieve-action-commands-face): Ditto.
14363         (sieve-test-commands-face): Ditto.
14364         (sieve-tagged-arguments-face): Ditto.
14365
14366         * smime.el (smime): Add :group.
14367
14368         * spam-report.el (spam-report): Add :group.
14369
14370         * spam.el (spam, spam-face): Add :group.
14371
14372 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14373
14374         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14375         return \n.\n.\n at the end of articles.  Protect against that.
14376         (nntp-with-open-group): Allow debugging.
14377
14378         * nnheader.el (mail-header-set-extra): Make into a function
14379         because I just could't understand how to quote the list properly.
14380
14381         * dns.el (query-dns-cached): New function.
14382
14383 2005-05-26  Lute Kamstra  <lute@gnu.org>
14384
14385         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14386
14387 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14388
14389         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14390
14391         * gnus-art.el: Don't autoload mail-extract-address-components.
14392
14393         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14394         eval-and-compile to evaluate it.
14395
14396         * hashcash.el: Don't autoload executable-find.
14397
14398         * nndb.el: Don't declare the nndb back end two or more times; don't
14399         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14400
14401         * nntp.el: Autoload format-spec instead of format; use
14402         eval-and-compile to evaluate autoload forms.
14403
14404 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14405
14406         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14407
14408 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14409
14410         * gnus.el (gnus-version-number): Bump version.
14411
14412 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14413
14414         * gnus.el: No Gnus v0.3 is released.
14415
14416 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14417
14418         * lpath.el (featurep): Bind show-nonbreak-escape.
14419
14420 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14421
14422         * gnus-art.el (gnus-article-edit-part): Disable undo.
14423
14424 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14425
14426         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14427         gnus-article-date-lapsed-new-header is t if date timer is active;
14428         skip headers in which the original date value is empty.
14429         (gnus-article-save-original-date): Redefine it as a macro.
14430         (gnus-display-mime): Use it.
14431
14432 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14433
14434         * gnus-art.el (article-date-ut): Support converting date in
14435         forwarded parts as well.
14436         (gnus-article-save-original-date): New function.
14437         (gnus-display-mime): Use it.
14438
14439 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14440
14441         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14442         enclosure element of <item>.
14443
14444 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14445
14446         * message.el (message-kill-buffer-query): Rename from
14447         `message-kill-buffer-query-if-modified'.  Add :version.
14448
14449 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14450
14451         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14452         window layout.
14453
14454 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14455
14456         * mml.el: Autoload dnd when compiling.
14457
14458 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14459
14460         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14461         x-dnd-*.
14462
14463 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14464
14465         * qp.el (quoted-printable-encode-region): Save excursion.
14466
14467 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14468
14469         * message.el (message-kill-buffer-query-if-modified): Add new variable
14470         so the user can kill a modified message buffer quickly.
14471         (message-kill-buffer): Use it.
14472
14473 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14474
14475         * lpath.el: Fbind display-time-event-handler; don't fbind
14476         string-to-multibyte.
14477
14478         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14479
14480 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14481
14482         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14483         contained in text because xml.el decodes entities) with LFs.
14484
14485 2005-04-11  Lute Kamstra  <lute@gnu.org>
14486
14487         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14488         differently.
14489
14490 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14491
14492         * mm-util.el (mm-detect-coding-region): Typo.
14493
14494 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14495
14496         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14497
14498 2005-04-06  Deepak Goel  <deego@gnufans.org>
14499
14500         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14501         user-function allow user modifications of the scores.
14502         (spam-stat-score-buffer-user): New function, to allow
14503         user-computed modifications to the score.
14504         (spam-stat-score-buffer-user-functions): List of additional
14505         scoring functions.
14506         (spam-stat-error-holder): Global temporary error holder.
14507         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14508         variable.
14509
14510 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14511
14512         * gnus-registry.el (gnus-registry-clean-empty-function)
14513         (gnus-registry-trim, gnus-registry-fetch-groups)
14514         (gnus-registry-delete-group): Groups that match
14515         `gnus-registry-ignored-groups' are removed from the registry
14516         entries, not just ignored for splitting.  This helps clean up the
14517         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14518         to get all the groups a message ID is in.
14519
14520         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14521         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14522         (spam-stat-score-buffer-user-functions): Add :number custom type.
14523
14524 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14525
14526         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14527         argument in XEmacs.
14528
14529         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14530         (nnrss-request-group): Decode group name first.
14531         (nnrss-request-article): Make a text/plain article if mml-to-mime
14532         failed.
14533         (nnrss-get-encoding): Return a compatible encoding according to
14534         nnrss-compatible-encoding-alist.
14535         (nnrss-find-el): Use consp instead of listp.
14536         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14537
14538 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14539
14540         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14541         which Emacs 20 doesn't support.
14542         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14543
14544 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14545
14546         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14547         silence the byte compiler inside the defun.
14548
14549         * gnus-demon.el (parse-time-string): Add autoload.
14550
14551         * gnus-delay.el (parse-time-string): Add autoload.
14552
14553         * gnus-art.el (parse-time-string): Add autoload.
14554
14555         * nnultimate.el (parse-time): Require for `parse-time-string'.
14556
14557 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14558
14559         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14560
14561         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14562
14563         * smime.el (smime-ldap-host-list): Add :version.
14564
14565 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14566
14567         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14568         pass it to `gnus-browse-read-group'.
14569         (gnus-browse-read-group): Add NUMBER argument and pass it to
14570         `gnus-group-read-ephemeral-group'.
14571
14572         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14573         argument and pass it to `gnus-group-read-group'.
14574
14575 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14576
14577         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14578         mm-xemacs-find-mime-charset-1 if we have the mule feature
14579         available at runtime.
14580
14581 2005-03-25  Werner Lemberg  <wl@gnu.org>
14582
14583         * nnmaildir.el: Replace `illegal' with `invalid'.
14584
14585 2005-03-23  Lute Kamstra  <lute@gnu.org>
14586
14587         * time-date.el: Add comment on time value formats.
14588         Don't require parse-time.
14589         (with-decoded-time-value): New macro.
14590         (encode-time-value): New function.
14591         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14592         (days-to-time): Return a valid time value when arg is huge.
14593         (time-since): Use time-subtract.
14594         (time-to-number-of-days): Use time-to-seconds.
14595
14596 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14597
14598         * gnus-start.el (gnus-display-time-event-handler):
14599         Check display-time-timer at runtime rather than only at load time
14600         in case display-time-mode is turned off in the mean time.
14601
14602 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14603
14604         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14605         used.
14606
14607         * nneething.el (nneething-map-file-directory): Derive from
14608         `gnus-directory'.
14609
14610         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14611         the To/Cc button.
14612
14613 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14614
14615         * nnmaildir.el (nnmaildir-request-accept-article):
14616         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14617
14618 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14619
14620         * gnus-async.el: Require timer-funcs at compile time when in
14621         XEmacs for `run-with-idle-timer'.
14622
14623 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14624
14625         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14626         autoloaded function.
14627
14628 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14629
14630         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14631
14632 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14633
14634         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14635
14636 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14637
14638         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14639         Add gnus-expert-user to default.
14640
14641 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14642
14643         * nnimap.el (nnimap-open-server): Ditto.
14644
14645         * imap.el (imap-authenticate): Fix typo.
14646
14647 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14648
14649         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14650         buffer (since IMAP server might return FETCH response out of
14651         order, and the nntp buffer must be sorted).
14652
14653 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14654
14655         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14656         comparison on string.
14657
14658         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14659         (gnus-agent-score): Rename category keywords to match gnus-cus.
14660         (gnus-agent-summary-fetch-series): Modify to protect against
14661         gnus-agent-summary-fetch-group clearing processable flags.
14662         (gnus-agent-synchronize-group-flags): Update live group buffer as
14663         synchronization may occur due to the user toggle the plugged
14664         status.
14665         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14666         successfully downloaded.
14667         (gnus-agent-expire-group-1): Avoid using markers when the overview
14668         is in ascending order; greatly improves performance.
14669         (gnus-agent-regenerate-group):
14670         Use gnus-agent-synchronize-group-flags to reset read status in both
14671         gnus and server.
14672         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14673
14674 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14675
14676         * message.el: Don't autoload former message-utils variables.
14677         (message-strip-subject-trailing-was): Change doc string.
14678
14679         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14680         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14681         (nnweb-google-search): Add "hl=en" here.
14682         (nnweb-google-parse-1, nnweb-google-create-mapping):
14683         Don't hardcode URL.
14684
14685 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14686
14687         * message.el (message-get-reply-headers, message-followup):
14688         Mention related variables `message-use-followup-to' and
14689         `message-use-mail-followup-to', in the information buffer.
14690
14691         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14692         of broken groups(-beta).google.com.
14693
14694 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14695
14696         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14697         parameter to invoked gnus-request-move-article; remove the
14698         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14699         all at once instead of once per article.
14700         (gnus-summary-remove-process-mark): Accept a list of articles as
14701         well as a single article for processing.
14702
14703         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14704         parameter.
14705
14706         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14707
14708         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14709
14710         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14711         parameter.
14712
14713         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14714         parameter.
14715
14716         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14717         parameter and remove the gnus-sum-hint-move-is-internal variable.
14718
14719         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14720         parameter.
14721
14722         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14723         parameter.
14724
14725         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14726         parameter.
14727
14728         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14729
14730         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14731         parameter.
14732
14733         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14734         parameter.
14735
14736 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14737
14738         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14739         a more conservative way.
14740
14741 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14742
14743         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14744         buffer, so it moves the window's cursor.
14745
14746 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14747
14748         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14749         `mm-dissect-multipart' and receive the from field as an (optional)
14750         argument from `mm-dissect-multipart'.
14751         (mm-dissect-multipart): Receive the from field as an argument and
14752         pass it on when we call `mm-dissect-buffer' on MIME parts.
14753         Fixes verification/decryption of signed/encrypted MIME parts.
14754
14755 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14756
14757         * gnus-sum.el (gnus-summary-move-article):
14758         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14759         whatever it calls (right now, only nnimap-request-move article
14760         respects it).
14761
14762         * nnimap.el (nnimap-request-move-article):
14763         When gnus-sum-hint-move-is-internal is set, don't do the extra
14764         nnimap-request-article.
14765
14766 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14767
14768         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14769
14770         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14771         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14772
14773         * gnus-sum.el (gnus-summary-caesar-message):
14774         Apply `gnus-treat-article' after rotation.
14775
14776         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14777         doc string.
14778
14779 2005-02-22  Simon Josefsson  <jas@extundo.com>
14780
14781         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14782         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14783         <arne@arnested.dk>.
14784         (encrypt): Add password-cache and password-cache-expiry as group
14785         members.
14786
14787 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14788
14789         * smime.el (smime-ldap-host-list): Doc fix.
14790         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14791         cache) password.
14792         (smime-sign-region): Use it.
14793         (smime-decrypt-region): Use it.
14794         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14795         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14796         fails.
14797         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14798         certificate from DER to PEM format rather than calling openssl.
14799
14800         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14801
14802         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14803         for signing/encryption.
14804
14805         * mml.el (mml-parse-1): Use them.
14806
14807 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14808
14809         * nnrss.el (nnrss-verbose): Remove.
14810         (nnrss-request-group): Use `nnheader-message' instead.
14811
14812 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14813
14814         * nnrss.el (nnrss-verbose): New variable.
14815         (nnrss-request-group): Make it say nnrss is requesting a group.
14816
14817 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14818
14819         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14820         Handle news URL with given port correctly.
14821
14822 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14823
14824         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14825         containing special characters.
14826
14827         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14828
14829         * mml.el (mime-to-mml): Ditto.
14830
14831         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14832         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14833         (rfc2047-decode-region): Quote decoded words containing special
14834         characters when rfc2047-quote-decoded-words-containing-tspecials
14835         is non-nil.
14836
14837 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14838
14839         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14840
14841         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14842
14843 2005-02-15  Simon Josefsson  <jas@extundo.com>
14844
14845         * nnimap.el (nnimap-debug): Doc fix.
14846
14847         * imap.el (imap-debug): Doc fix.
14848
14849 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14850
14851         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14852
14853 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14854
14855         * gnus.el (spam-contents): Improve docs for spam-contents
14856         parameter in its variable incarnation.
14857
14858 2005-02-14  Simon Josefsson  <jas@extundo.com>
14859
14860         * smime-ldap.el: Use require instead of load-library for ldap.
14861         (smime-ldap-search): Indent.
14862         (smime-ldap-search-internal): Shorten line.
14863
14864         * smime.el (smime-cert-by-dns): Add doc-string.
14865         (smime-cert-by-ldap-1): Indent.
14866
14867         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14868         mml-smime-get-dns-ldap.
14869         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14870
14871 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14872
14873         * smime.el: Require smime-ldap.
14874         (smime-ldap-host-list): New variable.
14875         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14876
14877         * mml-smime.el (mml-smime-encrypt-query): New function.
14878         (mml-smime-encrypt-query): Use it.
14879
14880         * smime-ldap.el: New file.
14881
14882 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14883
14884         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14885
14886 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14887
14888         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14889         argument in doc string.  Make query for type more clear.
14890
14891 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14892
14893         * gnus.el (gnus-group-startup-message): Search for gnus images in
14894         etc/images/gnus.
14895         * mm-util.el (mm-image-load-path): Likewise.
14896         * smiley.el (smiley-data-directory): Search for smilies in
14897         etc/images/smilies.
14898
14899 2005-02-09  Kim F. Storm  <storm@cua.dk>
14900
14901         Change Emacs release version from 21.4 to 22.1 throughout.
14902         Change Emacs development version from 21.3.50 to 22.0.50.
14903
14904 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14905
14906         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14907
14908         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14909         non-Mule XEmacs as well.
14910         (mm-decompress-buffer): Signal an error intentionally if it does
14911         not decompress compressed data because auto-compression-mode is
14912         disabled.
14913
14914 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14915
14916         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14917         an ID in the registry even if it has no groups.
14918
14919 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14920
14921         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14922         merge it into mm-decompress-buffer.
14923         (gnus-mime-copy-part): Use the MIME part charset, the value which
14924         a user specified or gnus-newsgroup-charset for decoding, like
14925         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14926         save-buffer what was used.  Suggested by Kevin Ryde
14927         <user42@zip.com.au>.
14928         (gnus-mime-inline-part): Allow the name parameter as well as the
14929         filename parameter; force decompressing of compressed data; always
14930         display contents being not decoded as unibyte.
14931
14932         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14933         as well as the filename parameter.
14934
14935         * mm-util.el (mm-decompress-buffer):
14936         Merge gnus-mime-jka-compr-maybe-uncompress.
14937         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14938         of compressed data.
14939
14940 2005-02-08  Simon Josefsson  <jas@extundo.com>
14941
14942         * imap.el (imap-log): Doc fix.
14943
14944 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14945
14946         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14947         the coding cookies; decompress compressed parts.
14948
14949         * mml.el (mml-generate-mime-1): Add the charset parameter according
14950         to the value which a user specified manually or the coding cookie.
14951
14952         * mm-util.el (mm-string-to-multibyte): New function.
14953         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14954         (mm-coding-system-to-mime-charset): New function.
14955         (mm-decompress-buffer): New function.
14956         (mm-find-buffer-file-coding-system): New function.
14957
14958         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14959         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14960         parts.
14961
14962 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14963
14964         * mm-view.el (mm-display-inline-fontify): Decode a part according
14965         to the charset parameter.
14966
14967 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14968
14969         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14970         prefix arg is neither nil nor a number, as info specifies.
14971
14972 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14973
14974         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14975         timestamps.
14976
14977 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14978
14979         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14980         groups error checking and notify user.
14981
14982 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14983
14984         * message.el (message-send-mail-function): Check existence of
14985         sendmail-program first before using default value
14986         `message-send-mail-with-sendmail'.  Otherwise use more generic
14987         `smtpmail-send-it'.
14988
14989 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14990
14991         * nntp.el (nntp-request-update-info): Always return nil.
14992
14993 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14994
14995         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14996
14997 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14998
14999         * message.el (message-beginning-of-line): Change the behavior when
15000         invoked between BOL and : so that it first moves backward.
15001
15002 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15003
15004         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15005         article buffer when editing of the article is discarded.
15006         (gnus-article-prepare): Revert.
15007
15008 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15009
15010         * gnus-art.el (gnus-article-prepare):
15011         Remove message-strip-forbidden-properties from the local hook.
15012
15013 2005-01-27  Simon Josefsson  <jas@extundo.com>
15014
15015         * password.el (password-cache-add): Only start one timer per key.
15016         Reported by Derek Atkins <warlord@MIT.EDU>.
15017
15018 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15019
15020         * run-at-time.el: Remove.  It is no longer needed as
15021         timer-funcs.el in the xemacs-base package has a working version of
15022         `run-at-time'.
15023
15024         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
15025
15026         * password.el: Require timer-funcs instead of run-at-time in
15027         XEmacs.
15028         Remove `password-run-at-time' macro.
15029         (password-cache-add): Use `run-at-time' instead of
15030         `password-run-at-time'.
15031
15032         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
15033         Remove `nnheader-cancel-function-timers' alias,
15034         `cancel-function-timers' exists in XEmacs in timer-funcs.
15035
15036         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15037         for `run-with-idle-timer'.
15038
15039         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15040         for `run-at-time'.
15041
15042         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15043         for `with-timeout'.
15044
15045         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
15046         the same as for XEmacs 21.4.
15047         No need to ignore `run-with-idle-timer', this function exists in
15048         XEmacs now in timer-funcs.el in the xemacs-base package.
15049         (dgnushack-compile): No need to delete
15050         run-at-time.el from the list of files to compile because it
15051         doesn't exist anymore.
15052
15053 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15054
15055         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15056         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15057
15058 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15059
15060         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15061         sensitively.
15062
15063 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15064
15065         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15066
15067 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15068
15069         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15070         which will be inserted according to the multibyteness of a buffer
15071         rather than the type of contents.  Suggested by ARISAWA Akihiro
15072         <ari@mbf.ocn.ne.jp>.
15073
15074         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15075         of string which old xml.el may return rather than a string.
15076
15077 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15078
15079         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15080
15081 2005-01-16  Simon Josefsson  <jas@extundo.com>
15082
15083         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15084         idn/idna.el isn't available.
15085         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15086         <michael@waxrat.com>.
15087
15088         * hashcash.el: Remove non-FSF copyright header.
15089
15090         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15091         (hashcash-generate-payment): Use it.
15092         (hashcash-generate-payment-async): Use it.
15093
15094 2005-01-15  Simon Josefsson  <jas@extundo.com>
15095
15096         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15097         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15098
15099         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15100         gnus-summary-idna-message.
15101         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15102         (gnus-summary-idna-message): New function.
15103
15104 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15105
15106         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15107         gnus-novice-user.
15108
15109 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15110
15111         * nnrss.el (nnrss-request-delete-group): Delete entries in
15112         nnrss-group-alist as well.
15113         (nnrss-save-server-data): Insert newline.
15114
15115 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15116
15117         * gnus.el (gnus-user-agent): Use list of symbols instead of
15118         symbols.  Display full version number for (S)XEmacs.
15119         Optionally display (S)XEmacs codename.
15120
15121         * gnus-util.el (gnus-emacs-version): Update for new
15122         `gnus-user-agent'.
15123
15124         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15125         Gnus version.
15126
15127 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15128
15129         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15130         which is unreadable in some setups.
15131
15132 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15133
15134         * gnus-spec.el (gnus-update-format-specifications): Flush the
15135         group format spec cache if it doesn't support decoded group names.
15136
15137 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15138
15139         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15140         Allow to apply decay on score files matching a regexp.
15141
15142 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15143
15144         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15145         compatibility in %g and %c.
15146
15147 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15148
15149         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15150         name for only %g and %c.
15151         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15152         of gnus-tmp-group to decoded group name.
15153         (gnus-group-make-rss-group): Exclude `/'s from group names.
15154
15155 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15156
15157         * nnrss.el (nnrss-get-encoding): Fix regexp.
15158
15159 2004-12-27  Simon Josefsson  <jas@extundo.com>
15160
15161         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15162         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15163         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15164
15165 2004-12-17  Kim F. Storm  <storm@cua.dk>
15166
15167         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15168
15169         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15170
15171 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15172
15173         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15174
15175 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15176
15177         * nnrss.el: Require rfc2047 and mml.
15178         (nnrss-file-coding-system): New variable.
15179         (nnrss-format-string): Redefine it as an inline function.
15180         (nnrss-decode-group-name): New function.
15181         (nnrss-string-as-multibyte): Remove.
15182         (nnrss-retrieve-headers): Decode group name; don't use
15183         nnrss-format-string.
15184         (nnrss-request-group): Decode group name.
15185         (nnrss-request-article): Decode group name; allow a Message-ID as
15186         well as an article number; don't use nnrss-format-string; encode a
15187         Message-ID string which may contain non-ASCII characters; use
15188         mml-to-mime to compose a MIME article.
15189         (nnrss-request-expire-articles): Decode group name.
15190         (nnrss-request-delete-group): Decode group name.
15191         (nnrss-fetch): Clarify error message.
15192         (nnrss-read-server-data): Use insert-file-contents instead of load;
15193         bind file-name-coding-system; use multibyte buffer.
15194         (nnrss-save-server-data): Bind coding-system-for-write to the
15195         value of nnrss-file-coding-system; bind file-name-coding-system;
15196         add coding cookie.
15197         (nnrss-read-group-data): Use insert-file-contents instead of load;
15198         bind file-name-coding-system; use multibyte buffer.
15199         (nnrss-save-group-data): Bind coding-system-for-write to the
15200         value of nnrss-file-coding-system; bind file-name-coding-system.
15201         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15202         make it work with non-ASCII text.
15203         (nnrss-find-el): Make it work with old xml.el as well.
15204
15205 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15206
15207         * nnrss.el (nnrss-get-encoding): New function.
15208         (nnrss-fetch): Use unibyte buffer initially; bind
15209         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15210         decode contents according to the encoding attribute.
15211         (nnrss-save-group-data): Add coding cookie.
15212         (nnrss-mime-encode-string): New function.
15213         (nnrss-check-group): Use it to encode subject and author.
15214
15215 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15216
15217         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15218         imaginary variable.
15219
15220 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15221
15222         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15223         correctly even if there are wide characters.
15224
15225 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15226
15227         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15228         downcased symbol names; make a new cache instead of reusing
15229         bbdb-hashtable.
15230
15231 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15232
15233         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15234         concatenating segments rather than before concatenating them.
15235         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15236
15237         * message.el (message-get-reply-headers): Bind `extra'.
15238
15239 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15240
15241         * message.el (message-extra-wide-headers): New variable.
15242         (message-get-reply-headers): Use it.
15243
15244 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15245
15246         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15247         (gnus-agent-group-pathname): Ditto.
15248
15249         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15250
15251         * gnus-group.el (gnus-group-make-group): Decode group name.
15252         (gnus-group-make-rss-group): Register the group data after opening
15253         the nnrss group.
15254
15255 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15256
15257         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15258         by expiry now get marked as read.
15259
15260 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15261
15262         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15263
15264 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15265
15266         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15267         unify Latin characters in XEmacs.
15268         (mm-find-mime-charset-region): Use it.
15269
15270 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15271
15272         * gnus-util.el (gnus-delete-directory): New function.
15273
15274         * gnus-agent.el (gnus-agent-delete-group): Use it.
15275
15276         * gnus-cache.el (gnus-cache-delete-group): Use it.
15277
15278 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15279
15280         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15281         names.
15282
15283 2004-12-16  Simon Josefsson  <jas@extundo.com>
15284
15285         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15286
15287 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15288
15289         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15290
15291         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15292         (gnus-group-set-current-level): Decode group name.
15293
15294 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15295
15296         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15297         failed.
15298
15299 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15300
15301         * gnus-group.el (gnus-group-delete-group): Decode group name.
15302         (gnus-group-make-rss-group): Encode group name.
15303         (gnus-group-catchup-current): Decode group name.
15304         (gnus-group-kill-group): Decode group name.
15305
15306 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15307
15308         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15309
15310 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15311
15312         * gnus-group.el (gnus-group-make-rss-group):
15313         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15314
15315         * gnus-start.el (gnus-setup-news): Honor user's setting to
15316         gnus-message-archive-method.  Suggested by Lute Kamstra
15317         <lute@gnu.org>.
15318
15319 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15320
15321         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15322         global counterparts of the buffer-local variables.
15323
15324 2004-11-16  Romain Francoise  <romain@orebokech.com>
15325
15326         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15327         counterparts of the buffer-local variables.
15328
15329 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15330
15331         * message.el (message-forbidden-properties): Fix typo in doc
15332         string.
15333
15334 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15335
15336         * gnus-util.el (gnus-replace-in-string): Add doc string.
15337
15338         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15339         to avoid problems when splitting mails with many recipients.
15340
15341 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15342
15343         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15344         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15345
15346 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15347
15348         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15349         if there is no hashtable in memory or file modification time is
15350         newer than cached timestamp.
15351
15352 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15353
15354         * gnus-sum.el (gnus-summary-limit-to-recipient):
15355         Implement not-matching option.
15356
15357 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15358
15359         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15360         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15361         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15362         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15363         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15364         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15365
15366 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15367
15368         * message.el (message-forward-make-body-mml): Remove headers
15369         according to message-forward-ignored-headers if a message is decoded.
15370
15371 2004-12-02  Romain Francoise  <romain@orebokech.com>
15372
15373         * message.el (message-forward-make-body-plain): Always remove
15374         headers according to message-forward-ignored-headers.
15375
15376 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15377
15378         * spam.el (spam-summary-prepare-exit): Remove the
15379         gnus-summary-limit pop for now, it has problems with ham marks for
15380         me.
15381
15382 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15383
15384         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15385         correctly.
15386
15387 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15388
15389         * format-spec.el (format-spec): Message the char.
15390
15391 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15392
15393         * gnus-art.el (gnus-split-methods): Reformat comments.
15394
15395         * spam.el (spam-summary-prepare-exit): Remove article limits
15396         before exiting the summary buffer.
15397
15398 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15399
15400         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15401         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15402
15403         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15404         order to silence the byte compiler.
15405
15406         * spam.el: Fix the way to silence the byte compiler, which
15407         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15408         bbdb-search-simple, spam-BBDB-register-routine,
15409         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15410         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15411         spam-stat-buffer-is-spam, spam-stat-load,
15412         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15413         spam-stat-save and spam-stat-split-fancy.
15414
15415 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15416
15417         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15418         which may confuse users.
15419         (canlock-password-for-verify): Ditto.
15420
15421         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15422
15423         * gnus-art.el (gnus-emphasis-alist): Ditto.
15424
15425         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15426
15427         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15428
15429         * gnus-start.el (gnus-save-killed-list): Ditto.
15430
15431         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15432         (gnus-sum-thread-tree-root): Ditto.
15433         (gnus-sum-thread-tree-false-root): Ditto.
15434         (gnus-sum-thread-tree-single-indent): Ditto.
15435
15436         * message.el (message-courtesy-message): Ditto.
15437         (message-archive-note): Ditto.
15438         (message-subscribed-address-file): Ditto.
15439         (message-user-fqdn): Ditto.
15440
15441         * spam-report.el (spam-report-gmane-regex): Ditto.
15442
15443         * spam.el (spam-blackhole-good-server-regex): Ditto.
15444
15445 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15446
15447         * mml.el (mml-preview): Widen the message buffer before copying
15448         the contents to the preview buffer; sort headers before previewing.
15449
15450         * message.el (message-hidden-headers): Fix the way to avoid a bug
15451         in the `repeat' widget in Emacs 21.3 or earlier.
15452
15453 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15454
15455         * message.el (message-hidden-headers): Default to "^References:".
15456         Improve customization type.  Suggested by Reiner Steib
15457         <Reiner.Steib@gmx.de>.
15458
15459 2004-11-25  Romain Francoise  <romain@orebokech.com>
15460
15461         * message.el (message-strip-forbidden-properties): Remove check for
15462         obsolete `message-hidden' text property, hidden headers are not
15463         accessible in the buffer anymore.
15464
15465 2004-11-22  Romain Francoise  <romain@orebokech.com>
15466
15467         * message.el (message-header-format-alist): Add `From' in list
15468         so that it can be sorted.
15469         (message-fix-before-sending): Widen and sort headers before
15470         sending.
15471         (message-hide-headers): Use narrowing to hide headers by moving
15472         them to the top of the buffer and narrowing to the region
15473         underneath.
15474
15475 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15476
15477         * message.el (message-strip-forbidden-properties):
15478         Bind buffer-read-only (etc) to nil.
15479
15480 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15481
15482         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15483         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15484
15485 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15486
15487         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15488
15489 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15490
15491         * dns.el (query-dns): Use sit-for to time instead of
15492         accept-process-output, since that doesn't seem to work on udp
15493         sockets.
15494
15495 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15496
15497         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15498
15499 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15500
15501         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15502         doc string.  Improve doc string.
15503
15504 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15505
15506         * nntp.el (nntp-request-update-info): Return nil if
15507         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15508         may not call gnus-activate-group which uselessly issues the GROUP
15509         commands for all nntp groups and wastes time.  Reported by Romain
15510         Francoise <romain@orebokech.com>.
15511
15512         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15513
15514 2004-11-15  Simon Josefsson  <jas@extundo.com>
15515
15516         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15517         headers separately.
15518         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15519         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15520
15521 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15522
15523         * gnus-start.el (gnus-convert-old-newsrc):
15524         Assign legacy-gnus-agent to 5.10.7.
15525
15526 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15527
15528         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15529         start of the lines.
15530
15531 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15532
15533         * hashcash.el (hashcash-default-payment): Change default to 20.
15534         (hashcash-default-accept-payment): Change default to 20.
15535         (hashcash-process-alist): New variable.
15536         (hashcash-generate-payment-async): Add.
15537         (hashcash-already-paid-p): Add.
15538         (hashcash-insert-payment): Don't generate payments twice.
15539         (hashcash-insert-payment-async): Add.
15540         (hashcash-insert-payment-async-2): Add.
15541         (hashcash-cancel-async): Add.
15542         (hashcash-wait-async): Add.
15543         (hashcash-processes-running-p): Add.
15544         (hashcash-wait-or-cancel): Add.
15545         (mail-add-payment): New optional argument.  Conditionally start
15546         asynchronous calculation.
15547         (mail-add-payment-async): Add.
15548
15549         * message.el (message-send-mail): Wait for asynchronous hashcash
15550         results.  Don't clobber existing X-Hashcash headers.
15551         (message-setup-1): Call mail-add-payment-async when
15552         message-generate-hashcash is non-nil.
15553
15554 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15555
15556         * message.el (message-use-alternative-email-as-from): Examine the
15557         From header as well; use message-make-from in order to include a
15558         user's full name.
15559
15560 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15561
15562         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15563         default; improve customization type.
15564         (gnus-emphasis-custom-with-format): New macro.
15565         (gnus-emphasis-custom-value-to-external): New function.
15566         (gnus-emphasis-custom-value-to-internal): New function.
15567
15568 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15569
15570         * dns.el (query-dns): Resolve reverse addresses.
15571
15572 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15573
15574         * gnus-group.el (gnus-group-get-new-news): Use it.
15575
15576         * gnus-start.el (gnus-check-reasonable-setup): New function.
15577
15578 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15579
15580         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15581         "Args out of range" error.  Reported by Arnaud Giersch
15582         <arnaud.giersch@free.fr>.
15583
15584 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15585
15586         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15587
15588 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15589
15590         * spam.el (spam group): Add :version.
15591
15592         * pgg-def.el (pgg group): Add :version.
15593
15594 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15595
15596         * gnus-art.el (gnus-article-edit-article): Don't associate the
15597         article buffer with a draft file.  This is a temporary measure
15598         against the 2004-08-22 change to gnus-article-edit-mode.
15599
15600 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15601
15602         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15603         (html2text-format-tags): Remove unused variable `attr'.
15604
15605 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15606
15607         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15608
15609         * tls.el (tls-process-connection-type, tls-success)
15610         (tls-certtool-program): Add :version.
15611
15612         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15613         (starttls-extra-arguments, starttls-process-connection-type)
15614         (starttls-connect, starttls-failure, starttls-success): Add :version.
15615
15616         * spam-stat.el (spam-stat): Add :version.
15617
15618         * sieve.el (sieve): Add :version.
15619
15620         * sha1.el (sha1): Add :version.
15621         (sha1-use-external): Remove redundant version.
15622
15623         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15624         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15625         (nnmail-split-fancy-match-partial-words)
15626         (nnmail-split-lowercase-expanded): Add :version.
15627
15628         * nndiary.el (nndiary): Add :version.
15629
15630         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15631
15632         * mml-sec.el (mml-default-sign-method)
15633         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15634         Add :version.
15635
15636         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15637
15638         * mm-url.el (mm-url-use-external, mm-url-program)
15639         (mm-url-arguments): Add :version.
15640
15641         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15642         (mm-attachment-file-modes, mm-decrypt-option)
15643         (mm-w3m-safe-url-regexp): Add :version.
15644
15645         * message.el (message-cite-prefix-regexp)
15646         (message-sendmail-envelope-from, message-minibuffer-local-map)
15647         (message-user-fqdn, message-completion-alist): Add :version.
15648
15649         * gnus-win.el (gnus-configure-windows-hook)
15650         (gnus-use-frames-on-any-display): Add :version.
15651
15652         * gnus-art.el (gnus-article-address-banner-alist)
15653         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15654         (gnus-treat-from-picon, gnus-treat-mail-picon)
15655         (gnus-treat-x-pgp-sig): Add :version.
15656
15657         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15658         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15659         (gnus-summary-article-delete-hook)
15660         (gnus-summary-display-while-building): Add :version.
15661
15662         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15663         (gnus-get-top-new-news-hook): Add :version.
15664
15665         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15666         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15667
15668         * gnus-registry.el (gnus-registry): Add :version.
15669
15670         * gnus-spec.el (gnus-use-correct-string-widths)
15671         (gnus-make-format-preserve-properties): Add :version.
15672
15673         * gnus.el (gnus-group-charter-alist)
15674         (gnus-group-fetch-control-use-browse-url)
15675         (gnus-install-group-spam-parameters): Add :version.
15676
15677         * gnus-diary.el (gnus-diary): Add :version.
15678
15679         * gnus-delay.el (gnus-delay): Add :version.
15680
15681         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15682         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15683         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15684         Add :version.
15685
15686         * gnus-agent.el (gnus-agent-max-fetch-size)
15687         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15688         (gnus-agent-prompt-send-queue): Add :version.
15689
15690         * deuglify.el (gnus-outlook-deuglify): Add :version.
15691
15692         * html2text.el: Beautify code.  Improve doc strings.
15693         Some checkdoc cleanup.
15694         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15695
15696 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15697
15698         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15699
15700 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15701
15702         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15703         when package is loaded.
15704
15705         * spam.el (spam-summary-score-preferred-header): Add global preference
15706         for people who want to override the default SpamAssassin over
15707         Bogofilter preference (when both are set).
15708         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15709         (spam-user-format-function-S):
15710         Check spam-summary-score-preferred-header.
15711         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15712         (spam-user-format-function-S): Format the score correctly.
15713
15714 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15715
15716         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15717         signature file.  Suggested by Manoj Srivastava
15718         <srivasta@golden-gryphon.com>.
15719
15720         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15721         iso-2022-jp even in the Japanese language environment.
15722         Suggested by Jason Rumney <jasonr@gnu.org>.
15723
15724 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15725
15726         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15727         use the same characters as the dummy marks; make it free from
15728         getting affected by the language environment.
15729         (gnus-summary-read-group-1): Update mark positions only when the
15730         format spec is updated.
15731
15732         * gnus-spec.el (gnus-update-format-specifications): Return a list
15733         of updated types.
15734
15735 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15736
15737         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15738         of boundp to check if display-warning is available.
15739
15740 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15741
15742         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15743
15744 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15745
15746         * nnspool.el (nnspool-spool-directory): Use news-path if the
15747         news-directory variable is not bound.
15748
15749         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15750         function instead of display-warning if it is not available.
15751
15752 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15753
15754         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15755         v5-10: Use `point-at-bol'.
15756
15757 2004-10-26  Simon Josefsson  <jas@extundo.com>
15758
15759         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15760         <chenggao@gmail.com>.
15761
15762 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15763
15764         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15765         instead.
15766
15767 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15768
15769         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15770         to remove a server from the nnimap-server-buffer-alist.
15771         (nnimap-open-connection, nnimap-close-server): Use it.
15772
15773         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15774
15775 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15776
15777         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15778         running the major-mode function.
15779
15780 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15781
15782         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15783         dummy marks in the right way.
15784
15785 2004-10-18  David Edmondson  <dme@dme.org>
15786
15787         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15788         excessively.
15789
15790 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15791
15792         * gnus-util.el (gnus-split-references): Accept a nil references
15793         string and go on blissfully.
15794
15795         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15796         cases where the references string is non-nil but has no references.
15797
15798         * encrypt.el: Add autoload tags.
15799
15800         * spam.el (spam-resolve-registrations-routine): Remove article
15801         from unregistration list too.  Reported by David Hanak
15802         <dhanak@isis.vanderbilt.edu>
15803
15804 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15805
15806         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15807         nil.  Change custom type.
15808
15809 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15810
15811         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15812
15813         * gnus-sum.el (gnus-summary-move-article): Use it.
15814
15815 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15816
15817         * encrypt.el: Add autoload cookies.
15818
15819         * spam.el (spam-backend-article-list-property)
15820         (spam-backend-get-article-todo-list)
15821         (spam-backend-put-article-todo-list)
15822         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15823         Resolve registrations separately.
15824         (spam-register-routine): Format comments.
15825         (spam-unregister-routine, spam-register-routine): Always call with
15826         specific-articles, no default list.
15827         (spam-summary-prepare-exit): Use the spam-classifications function.
15828
15829         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15830         gnus-encrypt.el.
15831
15832         * encrypt.el: Copied from gnus-encrypt.el.
15833
15834         * gnus-encrypt.el: Commented that it's obsolete.
15835
15836 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15837
15838         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15839         (gnus-score-save): Use it.
15840
15841         * message.el (message-bury): Use `window-dedicated-p'.
15842
15843 2004-10-15  Simon Josefsson  <jas@extundo.com>
15844
15845         * pop3.el (top-level): Don't require nnheader.
15846         (pop3-read-timeout): Add.
15847         (pop3-accept-process-output): Add.
15848         (pop3-read-response, pop3-retr): Use it.
15849
15850 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15851
15852         * spam.el (spam-register-routine): Move comment.
15853         (spam-verify-bogofilter): Use 'unknown for the initial
15854         spam-bogofilter-valid state, not 'never.
15855
15856         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15857         for netrc-machine.
15858
15859         * nnimap.el (nnimap-open-connection):
15860         Use netrc-machine-user-or-password.
15861
15862 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15863
15864         * gnus-registry.el (gnus-registry-unload-hook):
15865         Set as a variable with add-hook.
15866
15867         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15868         of news-path.
15869
15870         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15871
15872         * spam.el: Delete duplicate `provide'.
15873         (spam-unload-hook): Set as a variable with add-hook.
15874
15875 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15876
15877         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15878         in the doc string.
15879
15880         * message.el (message-ignored-news-headers)
15881         (message-ignored-supersedes-headers)
15882         (message-ignored-resent-headers)
15883         (message-forward-ignored-headers): Improve custom type.
15884
15885 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15886
15887         * message.el (message-tokenize-header): Fix 2004-09-06 change
15888         which used point-min in the wrong place.
15889
15890 2004-10-12  Simon Josefsson  <jas@extundo.com>
15891
15892         * tls.el (tls-certtool-program): New variable.
15893         (tls-certificate-information): New function, based on
15894         ssl-certificate-information.
15895
15896 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15897
15898         * compface.el: Move the version of ELisp-based uncompface program
15899         to the contrib directory because of the copyright problem.
15900
15901 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15902
15903         * message.el (message-kill-buffer): Raise the current frame.
15904
15905 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15906
15907         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15908
15909         * gnus.el (message-y-or-n-p): Autoload.
15910
15911         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15912         (pop3-password-required, pop3-authentication-scheme)
15913         (pop3-leave-mail-on-server): Make customizable.
15914         (pop3): New custom group.
15915         (pop3-retr): Remove `sleep-for' statements.
15916         Suggested by Dave Love <fx@gnu.org>.
15917
15918         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15919         Windows/DOS.
15920
15921         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15922         (imap-parse-body): Fix incorrect use of `assert'.
15923         Suggested by Dave Love <fx@gnu.org>.
15924
15925         * mml.el (mml-minibuffer-read-disposition): Require match.
15926         Suggested by Dave Love <fx@gnu.org>.
15927
15928 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15929
15930         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15931         doc string.
15932
15933 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15934
15935         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15936
15937 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15938
15939         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15940         instead of calling `mm-insert-inline', to decode text/* parts
15941         before displaying them.
15942
15943 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15944
15945         * mm-uu.el (mm-uu-text-plain-type): New variable.
15946         (mm-uu-pgp-signed-extract-1): Use it.
15947         (mm-uu-pgp-encrypted-extract-1): Use it.
15948         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15949         bind mm-uu-text-plain-type with that value.
15950         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15951         mm-uu-dissect.
15952
15953 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15954
15955         * gnus-group.el (gnus-update-group-mark-positions):
15956         * gnus-sum.el (gnus-update-summary-mark-positions):
15957         * message.el (message-check-news-body-syntax):
15958         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15959         of string-as-multibyte.
15960
15961 2004-10-05  Juri Linkov  <juri@jurta.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 `string-as-multibyte' to convert
15967         8-bit unibyte values to a multibyte string for search functions.
15968
15969 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15970
15971         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15972         (mm-uu-dissect-text-parts): New function.
15973
15974         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15975         dissect text parts.
15976
15977         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15978         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15979
15980         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15981
15982         * gnus-topic.el (gnus-topic-hierarchical-parameters):
15983         Use gnus-current-topics instead of gnus-current-topic.
15984
15985 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15986
15987         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15988
15989 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15990
15991         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15992         where approriate.
15993
15994         * nnml.el (nnml-generate-active-info): do.
15995
15996         * nndiary.el (nndiary-generate-active-info): do.
15997
15998         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15999         (gnus-topic-move): do.
16000
16001         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16002         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16003
16004         * gnus-srvr.el (gnus-server-prepare)
16005         (gnus-server-open-all-servers): do.
16006
16007         * gnus-msg.el (gnus-summary-cancel-article)
16008         (gnus-summary-resend-message)
16009         (gnus-summary-mail-crosspost-complaint): do.
16010
16011         * gnus-move.el (gnus-change-server): do.
16012
16013         * gnus-group.el (gnus-group-unmark-all-groups)
16014         (gnus-group-set-current-level): do.
16015
16016 2004-10-04  Simon Josefsson  <jas@extundo.com>
16017
16018         * message.el (message-generate-hashcash): Doc fix.
16019
16020 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16021
16022         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16023         avoid infinite recursion via gnus-get-function.
16024
16025 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16026
16027         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16028
16029         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16030
16031         * nnmail.el (nnmail-split-history): do.
16032
16033         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16034         (nnml-request-delete-group): do.
16035
16036         * nnslashdot.el (nnslashdot-read-groups): do.
16037
16038         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16039         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16040
16041         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16042         (nnspool-sift-nov-with-sed): Use last.
16043         (nnspool-retrieve-headers-with-nov): Use mapc.
16044         (nnspool-request-newgroups): Use dolist.
16045         (nnspool-request-group): Use last.
16046
16047         * nntp.el (nntp-read-server-type): Use dolist.
16048
16049         * nnvirtual.el (nnvirtual-create-mapping)
16050         (nnvirtual-update-read-and-marked): Use dolist.
16051         (nnvirtual-convert-headers): Simplify.
16052
16053 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16054
16055         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16056         Add support for sync'ing tick marks.
16057
16058 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16059
16060         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16061         there's no visible header.
16062
16063 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16064
16065         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16066         When necessary, pass full group name to gnus-request-set-marks.
16067
16068 2004-10-01  Simon Josefsson  <jas@extundo.com>
16069
16070         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16071         acroread.
16072
16073 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16074
16075         * spam-report.el (spam-report-gmane): Fix interactive.
16076
16077         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16078
16079         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16080         when writing file.
16081         (gnus-agent-synchronize-flags): Don't default to being
16082         interactive.
16083
16084 2004-09-30  Simon Josefsson  <jas@extundo.com>
16085
16086         * message.el (message-generate-hashcash): Add.
16087         (message-send-mail): Use it, call mail-add-payment.
16088
16089 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16090
16091         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16092
16093 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16094
16095         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16096         gnus-requst-update-info with explicit code to sync the in-memory
16097         info read flags with the marks being sync'd to the backend.
16098
16099         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16100
16101 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16102
16103         * spam.el (spam-verify-bogofilter): Add new function.
16104         (spam-check-bogofilter)
16105         (spam-bogofilter-register-with-bogofilter): Use it.
16106         (spam-verify-bogofilter): Add small fixes.
16107
16108 2004-09-28  Simon Josefsson  <jas@extundo.com>
16109
16110         * hashcash.el (hashcash-generate-payment): Revert.
16111
16112 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16113
16114         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16115         Use gnus-extract-references instead of gnus-split-references.
16116
16117         * gnus-util.el (gnus-extract-references): Add new function, analogous
16118         to gnus-split-references but extracts only the message-ID without
16119         anything extra.
16120
16121         * hashcash.el (hashcash-generate-payment)
16122         (hashcash-check-payment): Do the right thing if hashcash-path is
16123         nil (because the hashcash program could not be found).
16124
16125         * spam.el (spam-use-hashcash): Remove comment.
16126
16127 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16128
16129         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16130         (gnus-cache-enter-article, gnus-cache-remove-article)
16131         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16132
16133         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16134
16135         * gnus-art.el (article-hide-boring-headers)
16136         (article-translate-strings, article-display-face)
16137         (gnus-article-mime-match-handle-first)
16138         (gnus-article-highlight-headers)
16139         (gnus-article-add-buttons-to-head): do.
16140
16141 2004-09-27  Simon Josefsson  <jas@extundo.com>
16142
16143         * hashcash.el: New version, from
16144         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16145         ../contrib/.
16146
16147 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16148
16149         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16150
16151 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16152
16153         * gnus-dup.el (gnus-dup-open): Use mapc.
16154         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16155
16156         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16157         Reported by Stefan Wiens <s.wi@gmx.net>.
16158
16159         * gnus.el (gnus-shutdown): Use dolist.
16160
16161         * gnus-undo.el (gnus-undo): Use mapc.
16162
16163         * nnrss.el (nnrss-generate-active): do.
16164
16165         * message.el (message-cite-original-without-signature)
16166         (message-cite-original): Use mapc.
16167         (message-do-actions, message-make-forward-subject): Use dolist.
16168
16169 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16170
16171         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16172         deletion to remove entire duplicate line.  Fixes merged article
16173         number bug.
16174
16175 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16176
16177         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16178         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16179         first ask if you want to open a server and then, even when you
16180         responded with no, asking if you want to synchronize the server's
16181         flags.
16182         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16183         multi-line expressions.
16184         (gnus-agent-synchronize-group-flags): New internal function.
16185         Updates marks in memory (in the info structure) AND in the
16186         backend.
16187
16188         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16189
16190         * nnagent.el (nnagent-request-set-mark):
16191         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16192         method, to ensure that synchronization updates marks in the
16193         backend and in the info (in memory) structure.
16194
16195 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16196
16197         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16198         convention fully; don't miss the root article of a thread; make
16199         the X-Draft-From header with correct article numbers.
16200
16201 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16202
16203         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16204         unless plugged.  Disable the agent so that an open failure causes
16205         an error.
16206
16207         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16208         Revert 2004-09-21 change.  The backend must be opened while
16209         synchronizing flags even when the backend stores the flags
16210         locally.
16211
16212 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16213
16214         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16215         in `header' match.  Reported by Svend Tollak Munkejord.
16216
16217         * message.el (message-cite-original): Fix use of
16218         `message-cite-articles-with-x-no-archive'.
16219
16220 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16221
16222         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16223         (gnus-window-to-buffer): Ditto.
16224
16225         * mml.el (mml-preview-buffer): New variable.
16226         (mml-preview): Manage window layout with gnus-buffer-configuration.
16227
16228         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16229         X-Draft-From header even if those articles aren't quoted.
16230
16231 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16232
16233         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16234         (gnus-request-set-mark, gnus-request-update-mark): Use new
16235         g-s-t-u-l-m to decide to use backend even when unplugged.
16236
16237 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16238
16239         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16240         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16241
16242 2004-09-20  Simon Josefsson  <jas@extundo.com>
16243
16244         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16245         "utf-16-le".
16246
16247 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16248
16249         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16250
16251 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16252
16253         * uudecode.el (uudecode-use-external): Add :version.
16254
16255         * smime.el (smime-CA-file, smime-encrypt-cipher)
16256         (smime-dns-server): Add :version.
16257
16258         * smiley.el (gnus-smiley-file-types): Add :version.
16259
16260         * sha1.el (sha1-use-external): Add :version.
16261
16262         * pgg-def.el (pgg-query-keyserver): Add :version.
16263
16264         * nnmail.el (nnmail-fancy-expiry-targets)
16265         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16266         Add :version.
16267
16268         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16269         (nnimap-retrieve-groups-asynchronous): Add :version.
16270         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16271
16272         * mml.el (mml-content-disposition-parameters)
16273         (mml-insert-mime-headers-always): Add :version.
16274
16275         * mm-util.el (mm-coding-system-priorities): Add :version.
16276
16277         * mm-decode.el (mm-inline-text-html-with-images)
16278         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16279         (mm-verify-option): Add :version.
16280         (mm-text-html-renderer): Change :version.
16281
16282         * message.el (message-fcc-externalize-attachments)
16283         (message-required-headers, message-draft-headers)
16284         (message-subject-trailing-was-query)
16285         (message-subject-trailing-was-ask-regexp)
16286         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16287         (message-mark-insert-end, message-archive-header)
16288         (message-archive-note, message-cross-post-default)
16289         (message-cross-post-note, message-followup-to-note)
16290         (message-cross-post-note-function, message-use-mail-followup-to)
16291         (message-subscribed-address-functions)
16292         (message-subscribed-address-file, message-subscribed-addresses)
16293         (message-subscribed-regexps, message-allow-no-recipients)
16294         (message-yank-cited-prefix, message-signature-insert-empty-line)
16295         (message-hidden-headers, message-hierarchical-addresses)
16296         (message-mail-user-agent, message-use-idna)
16297         (message-valid-fqdn-regexp)
16298         (message-strip-special-text-properties, message-header-synonyms)
16299         (message-beginning-of-line, message-tab-body-function): Add :version.
16300         (message-insert-canlock, message-wide-reply-confirm-recipients):
16301         Change :version.
16302
16303         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16304         and :version.
16305         (mail-source-delete-old-incoming-confirm)
16306         (mail-source-movemail-program): Add :version.
16307
16308         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16309         (gnus-agent-cache, gnus-agent): Change :version.
16310
16311         * gnus-util.el (gnus-use-byte-compile): Change :version.
16312
16313         * gnus-sum.el (gnus-summary-make-false-root-always)
16314         (gnus-summary-default-high-score)
16315         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16316         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16317         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16318         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16319         (gnus-sum-thread-tree-single-indent)
16320         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16321         (gnus-sum-thread-tree-leaf-with-other)
16322         (gnus-sum-thread-tree-single-leaf): Add :version.
16323         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16324         (gnus-article-loose-mime): Change :version.
16325
16326         * gnus-start.el (gnus-backup-startup-file)
16327         (gnus-save-startup-file-via-temp-buffer): Add :version.
16328
16329         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16330         (gnus-server-offline-face): Add :version.
16331
16332         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16333
16334         * gnus-msg.el (gnus-gcc-externalize-attachments)
16335         (gnus-debug-files, gnus-debug-exclude-variables)
16336         (gnus-discouraged-post-methods): Change :version.
16337         (gnus-confirm-mail-reply-to-news)
16338         (gnus-confirm-treat-mail-like-news): Add :version.
16339
16340         * gnus-int.el (gnus-server-unopen-status): Add :version.
16341
16342         * gnus-group.el (gnus-group-jump-to-group-prompt)
16343         (gnus-large-ephemeral-newsgroup)
16344         (gnus-fetch-old-ephemeral-headers): Add :version.
16345
16346         * gnus-fun.el (gnus-x-face-directory)
16347         (gnus-convert-pbm-to-x-face-command)
16348         (gnus-convert-image-to-x-face-command)
16349         (gnus-convert-image-to-face-command): Add :version.
16350
16351         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16352
16353         * gnus-cite.el (gnus-cite-blank-line-after-header)
16354         (gnus-article-boring-faces): Add :version.
16355
16356         * gnus-art.el (gnus-buttonized-mime-types)
16357         (gnus-inhibit-mime-unbuttonizing)
16358         (gnus-treat-display-face)
16359         (gnus-treat-body-boundary): Change :version.
16360         (gnus-body-boundary-delimiter, gnus-picon-databases)
16361         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16362         (gnus-treat-date-english, gnus-treat-fold-headers)
16363         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16364         (gnus-treat-mail-picon, gnus-treat-wash-html)
16365         (gnus-article-encrypt-protocol)
16366         (gnus-use-idna, gnus-article-over-scroll)
16367         (gnus-mime-display-multipart-alternative-as-mixed)
16368         (gnus-mime-display-multipart-related-as-mixed)
16369         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16370         (gnus-ctan-url, gnus-button-ctan-handler)
16371         (gnus-button-handle-ctan-bogus-regexp)
16372         (gnus-button-ctan-directory-regexp)
16373         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16374         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16375         (gnus-button-man-level, gnus-button-emacs-level)
16376         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16377
16378         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16379         (gnus-agent-go-online): Change :version.
16380         (gnus-agent-expire-unagentized-dirs)
16381         (gnus-agent-auto-agentize-methods): Add :version.
16382
16383         * flow-fill.el (fill-flowed-display-column)
16384         (fill-flowed-encode-column): Add :version.
16385
16386         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16387         (gnus-outlook-deuglify-unwrap-max)
16388         (gnus-outlook-deuglify-cite-marks)
16389         (gnus-outlook-deuglify-unwrap-stop-chars)
16390         (gnus-outlook-deuglify-no-wrap-chars)
16391         (gnus-outlook-deuglify-attrib-cut-regexp)
16392         (gnus-outlook-deuglify-attrib-verb-regexp)
16393         (gnus-outlook-deuglify-attrib-end-regexp)
16394         (gnus-outlook-display-hook): Add :version.
16395
16396         * binhex.el (binhex-use-external): Add :version.
16397
16398 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16399
16400         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16401         and `invisible'.
16402
16403 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16404
16405         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16406         in gnus-registry-trim.
16407
16408 2004-09-13  Simon Josefsson  <jas@extundo.com>
16409
16410         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16411
16412         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16413
16414         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16415         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16416         <yamaoka@jpl.org>.
16417         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16418         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16419         <yamaoka@jpl.org>.
16420
16421         * sieve.el (sieve-manage-mode): Ditto.
16422
16423 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16424
16425         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16426
16427 2004-09-11  Simon Josefsson  <jas@extundo.com>
16428
16429         * dns-mode.el: Add.
16430
16431         * mm-view.el (mm-display-dns-inline): Add.
16432
16433         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16434         (mm-automatic-display): Ditto.
16435
16436         * mailcap.el (mailcap-mime-data): Add text/dns.
16437         (mailcap-mime-extensions): Map .soa to text/dns.
16438
16439 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16440
16441         * gnus-art.el (article-decode-mime-words, article-babel)
16442         (gnus-article-highlight-signature, gnus-article-add-buttons)
16443         (gnus-signature-toggle): Remove unnecessary bindings of
16444         `inhibit-read-only' inherited from v5.10 merge.
16445
16446 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16447
16448         * nntp.el (nntp): New customization group.
16449         (nntp-authinfo-file): Add customization group.
16450
16451         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16452
16453         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16454
16455         * gnus.el (to-address, to-list, subscribed)
16456         (large-newsgroup-initial): Ditto.
16457
16458         * flow-fill.el (fill-flowed-display-column)
16459         (fill-flowed-encode-column): Ditto.
16460
16461 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16462
16463         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16464         Use point-min rather than 1.
16465         (message-send-mail): Use buffer-size rather than point-max.
16466
16467         * gnus-sum.el (gnus-summary-search-article-forward):
16468         Signal a specific `search-failed' rather than a generic `error'.
16469
16470         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16471         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16472         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16473
16474 2004-09-10  Simon Josefsson  <jas@extundo.com>
16475
16476         * nndb.el (require): Remove tcp and duplicate cl.
16477
16478 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16479
16480         * gnus-agent.el (directory-files-and-attributes): Move forward.
16481
16482 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16483
16484         * gnus-agent.el (directory-files-and-attributes):
16485         Optionally defined to support XEmacs.
16486
16487 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16488
16489         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16490         to avoid run-time CL dependencies.
16491         (gnus-agent-unfetch-articles): New function.
16492         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16493         article numbers even when local .overview file is missing.
16494         (gnus-agent-read-article-number): New function.  Only accepts
16495         27-bit article numbers.
16496         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16497         Use gnus-agent-read-article-number.
16498         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16499         from backend while recognizing that article numbers in .overview
16500         must be valid.
16501         (gnus-agent-update-files-total-fetched-for):
16502         Use directory-files-and-attributes to improve performance.
16503         * gnus-int.el (gnus-request-move-article):
16504         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16505         improve performance.
16506
16507         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16508         some users confused by references to .newsrc when they only have a
16509         .newsrc.eld file.
16510         (gnus-convert-mark-converter-prompt)
16511         (gnus-convert-converter-needs-prompt): Fix use of property list.
16512         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16513         New function.  Used internally to only display 'gnus converting
16514         files' message when actually necessary.
16515
16516         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16517         methods now autoloaded.
16518
16519 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16520
16521         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16522         identifiers.
16523
16524 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16525
16526         * gnus-picon.el: Fix indentation and closing parenthesis.
16527
16528 2004-09-01  Simon Josefsson  <jas@extundo.com>
16529
16530         * message.el (message-canlock-generate): Require sha1, not
16531         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16532         to require within a function.  Sadly, if sha1.el isn't loaded, the
16533         let binding in m-c-g will hide the defcustom definition, which is
16534         bad.)
16535
16536         * canlock.el: Require sha1, not sha1-el.
16537
16538         * message.el: Don't autoload sha1 (there is a autoload cookie in
16539         sha1.el).
16540
16541         * sha1-el.el: Rename to sha1.el.
16542
16543 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16544
16545         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16546
16547 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16548
16549         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16550
16551 2004-08-30  Kim F. Storm  <storm@cua.dk>
16552
16553         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16554
16555         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16556         Add :group 'nnimap.
16557
16558 2004-08-30  Andreas Schwab  <schwab@suse.de>
16559
16560         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16561         ?* and ?\;.
16562
16563         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16564         and ?\' to symbol instead of whitespace.
16565
16566 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16567
16568         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16569
16570         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16571         instead of re-search-forward.
16572
16573         * gnus-uu.el (gnus-uu-save-article): Ditto.
16574         (gnus-uu-post-encode-uuencode): Ditto.
16575
16576         * html2text.el (html2text-clean-list-items): Ditto.
16577         (html2text-clean-dtdd): Ditto.
16578         (html2text-format-tags): Ditto.
16579
16580         * message.el (message-send-mail-with-sendmail): Fix regexp.
16581         (message-fill-field-general): Use search-forward instead of
16582         re-search-forward.
16583         (unbold-region): Ditto.
16584
16585         * nnrss.el (nnrss-request-article): Ditto.
16586
16587         * nnslashdot.el (nnslashdot-request-article): Ditto.
16588
16589         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16590
16591         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16592         "Unrecognized menu descriptor" error in XEmacs.
16593
16594 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16595
16596         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16597         parent article of a sparse article in the thread hashtb.
16598
16599 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16600
16601         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16602         (nnmail-expand-newtext): Lowercase expanded entries if
16603         nnmail-split-lowercase-expanded is non-nil.
16604
16605 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16606
16607         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16608
16609         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16610         of gnus-tmp-news-method into string under XEmacs.  It will be
16611         passed to gnus-correct-length which takes only a string argument.
16612
16613 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16614
16615         * gnus-util.el (gnus-bind-print-variables): New macro.
16616         (gnus-prin1): Use it.
16617         (gnus-prin1-to-string): Use it.
16618         (gnus-pp): New function.
16619         (gnus-pp-to-string): New function.
16620
16621         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16622         Replace pp-to-string with gnus-pp-to-string.
16623         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16624         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16625         * gnus-msg.el (gnus-debug): Ditto.
16626         * gnus-score.el (gnus-score-save): Ditto.
16627         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16628         gnus-pp-to-string.
16629         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16630         with gnus-pp.
16631         * score-mode.el (gnus-score-pretty-print): Ditto.
16632         * webmail.el (webmail-debug): Ditto.
16633
16634 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16635
16636         * gnus-art.el (article-display-face, article-display-x-face):
16637         Use buffer-read-only.
16638
16639 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16640
16641         * gnus-art.el (article-hide-list-identifiers):
16642         Bind inhibit-read-only as t.
16643
16644 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16645
16646         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16647
16648 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16649
16650         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16651         (gnus-narrow-to-page): Don't assume point-min == 1.
16652         (gnus-article-edit-mode): Derive from message-mode.
16653
16654         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16655         point-min == 1.
16656
16657         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16658         Disable incorrect use of `assert'.
16659
16660         * message.el (message-mode): Set comment-start-skip.
16661
16662
16663 2004-08-22  Sam Steingold  <sds@gnu.org>
16664
16665         * pop3.el (pop3-leave-mail-on-server): New user variable.
16666         (pop3-movemail): Delete mail only when it is nil.
16667
16668 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16669
16670         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16671
16672         * mml.el (mml-preview): Use `pop-to-buffer'.
16673
16674         * message.el (message-goto-mail-followup-to): Insert after "To".
16675         (message-carefully-insert-headers): Add comment.
16676
16677         * gnus.el: Remove unused variable `gnus-article-check-size'.
16678
16679         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16680
16681         * gnus-art.el (gnus-button-alist):
16682         Improve `gnus-button-handle-library' entry.
16683
16684 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16685
16686         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16687         Use downcase, since XEmacs capitalizes error messages differently.
16688
16689 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16690
16691         * nntp.el: Add (require 'gnus) due to reference to
16692         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16693
16694 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16695
16696         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16697         Bind `mm-fill-flowed'.
16698
16699         * mm-decode.el (mm-dissect-singlepart): Check it.
16700
16701 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16702
16703         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16704         'imap' for netrc parsing.
16705
16706 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16707
16708         * mailcap.el (mailcap-mime-data): Mark as risky.
16709
16710 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16711
16712         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16713         may be included in the encoded word.
16714         (rfc2047-encode): Don't append a space if the encoded word
16715         includes close parenthesis.
16716
16717 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16718
16719         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16720         of text within parentheses.
16721
16722 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16723
16724         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16725         (gnus-encrypt-write-file-contents): Make the password key the file
16726         name PLUS the cipher, not just the cipher.  Also remove failed
16727         passwords from the cache.
16728
16729 2004-08-06  Simon Josefsson  <jas@extundo.com>
16730
16731         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16732         Doc fix.
16733
16734 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16735
16736         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16737         LWSP.
16738
16739 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16740
16741         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16742         Try to append in-reply-to: data to the references: header.
16743
16744         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16745         (netrc-parse): Use gnus-encrypt.el functions.
16746
16747         * gnus-encrypt.el: Add new file for encryption support; currently
16748         does only a few GPG ciphers and an internal XOR cipher.
16749
16750         * password.el: Add comments on using password-read-and-add.
16751         (password-read-and-add): Add function to read and add the
16752         password to the cache at once.
16753
16754 2004-07-28  Simon Josefsson  <jas@extundo.com>
16755
16756         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16757         parameter (but don't use it, for now).
16758
16759         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16760         instead of hard coding to nil.
16761
16762 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16763
16764         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16765         as mm-inline-image-xemacs does.
16766
16767 2004-07-26  Simon Josefsson  <jas@extundo.com>
16768
16769         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16770         Revert part of 2004-07-17 change below.
16771
16772 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16773
16774         * rfc2047.el (rfc2047-encode-region): Don't infloop.
16775         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16776
16777 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16778
16779         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16780         quotes that actually start with ">" at the beginning of the
16781         lines.
16782
16783 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16784
16785         * rfc2047.el (rfc2047-encode-region): Fix last change.
16786         (rfc2047-encode-parameter): Remove useless concat.
16787
16788 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16789
16790         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16791         encode special characters; fix some kind of misconfigured headers;
16792         signal a real error if debug-on-quit or debug-on-error is non-nil.
16793         (rfc2047-encode-max-chars): New variable.
16794         (rfc2047-encode-1): Use it.
16795         (rfc2047-encode-parameter): New function.
16796
16797         * mml.el (mml-insert-parameter): Remove an excessive space.
16798
16799 2004-07-17  Simon Josefsson  <jas@extundo.com>
16800
16801         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16802         Kai Grossjohann <kai@emptydomain.de>.
16803         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16804         (gnus-group-make-menu-bar): Ditto.
16805
16806         * gnus-util.el (gnus-group-server): Add.
16807
16808 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16809
16810         * message.el (message-clone-locals): Clone sendmail and smtp
16811         variables.
16812
16813 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16814
16815         * rfc2047.el (rfc2047-encode-region): Fix last change.
16816
16817 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16818
16819         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16820         characters as non-special.
16821
16822 2004-07-09  Simon Josefsson  <jas@extundo.com>
16823
16824         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16825         Users will lose all flag changes made while unplugged with
16826         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16827         good default.  See numerous reports on ding mailing list.
16828
16829 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16830
16831         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16832         add generate-head-function and generate-article-function to the
16833         rfc822-forward entry.
16834         (nndoc-rfc822-forward-generate-article): New function.
16835         (nndoc-rfc822-forward-generate-head): New function.
16836
16837         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16838
16839 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16840
16841         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16842         respect display group parameter and gnus-summary-expunge-below.
16843         (gnus-articles-to-read): Remove unused reference to display group
16844         parameter.
16845
16846 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16847
16848         * nnheader.el (nnheader-uniquify-message-id): New experimental
16849         variable.
16850         (nnheader-nov-read-message-id): Use it.
16851
16852         * spam-report.el (spam-report-gmane): Add interactive.
16853
16854 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16855
16856         * mm-encode.el (mm-content-transfer-encoding-defaults):
16857         Use qp-or-base64 for the application/* types.
16858
16859 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16860
16861         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16862
16863 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16864
16865         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16866         trim value.
16867
16868 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16869
16870         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16871         New macro and function.
16872         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16873
16874 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16875
16876         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16877         after-load-alist.
16878
16879 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16880
16881         * gnus-group.el (gnus-group-get-new-news-this-group):
16882         Don't update info that isn't there.
16883
16884 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16885
16886         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16887         entry.
16888
16889 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16890
16891         * mm-view.el (mm-inline-render-with-function): Use multibyte
16892         buffer; decode html source by charset.
16893
16894         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16895
16896         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16897         Mule-UCS is loaded under XEmacs.
16898         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16899
16900 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16901
16902         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16903
16904 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16905
16906         * mm-util.el (mm-coding-system-p): Return a coding-system.
16907         (mm-mime-mule-charset-alist): Use shift_jis instead of
16908         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16909         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16910         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16911         instead of japanese-shift-jis and iso-latin-1 respectively in
16912         order to share the default value with both Emacs and XEmacs-mule.
16913         (mm-mule-charset-to-mime-charset):
16914         Make mm-coding-system-priorities effective.
16915         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16916         while predicating of candidates upon the priorities.
16917
16918 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16919
16920         * gnus-sum.el (gnus-summary-make-menu-bar):
16921         Add gnus-uu-invert-processable.
16922
16923         * gnus.el: Autoload gnus-uu-invert-processable.
16924
16925 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16926
16927         * mm-util.el (mm-with-multibyte-buffer): New macro.
16928
16929         * rfc2047.el (rfc2047-encode-string): Use it.
16930         (rfc2047-encode-region): Move point to the end of the region after
16931         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16932
16933 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16934
16935         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16936         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16937
16938 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16939
16940         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16941         (gnus-cite-parse): Ignore quoted envelope From_.
16942         Suggested by Karl Chen <quarl@nospam.quarl.org>.
16943
16944 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16945
16946         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16947         invalid addresses.
16948
16949 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16950
16951         * spam.el: Change section markers, revise TODO list.
16952         (spam-backends): Make new master list of all installed backends.
16953         (spam-summary-exit-behavior): Add new variable to determine how
16954         messages moves are done at summary exit.
16955         (spam-move-spam-nonspam-groups-only)
16956         (spam-process-ham-in-nonham-groups)
16957         (spam-process-ham-in-spam-groups): Remove variables, the
16958         spam-summary-exit-behavior variable should be used to manage this
16959         behavior.
16960         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16961         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16962         and spam-old-spam-articles.
16963         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16964         Add empty variables, placeholders for the backends they represent.
16965         (spam-set-difference): Move, unchanged.
16966         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16967         unless the user has a processor variable.
16968         (spam-classifications, spam-classification-valid-p)
16969         (spam-backend-properties, spam-backend-property-valid-p)
16970         (spam-backend-function-type-valid-p)
16971         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16972         (spam-report-articles-gmane, spam-report-articles-resend):
16973         Remove functions, they are not needed.
16974         (spam-install-backend-super, spam-backend-list)
16975         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16976         (spam-backend-function, spam-backend-ham-registration-function)
16977         (spam-backend-spam-registration-function)
16978         (spam-backend-ham-unregistration-function)
16979         (spam-backend-spam-unregistration-function)
16980         (spam-backend-statistical-p, spam-backend-mover-p)
16981         (spam-install-backend-alias, spam-install-checkonly-backend)
16982         (spam-install-mover-backend, spam-install-nocheck-backend)
16983         (spam-install-backend, spam-install-statistical-backend)
16984         (spam-install-statistical-checkonly-backend): Add backend installation
16985         support.
16986         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16987         (spam-group-processor-p): Use the new backend code and respect the
16988         summary exit behavior.
16989         (spam-mark-spam-as-expired-and-move-routine): Remove.
16990         (spam-summary-prepare): Change to use the new spam-old-articles
16991         variable.
16992         (spam-copy-or-move-routine, spam-copy-spam-routine)
16993         (spam-move-spam-routine, spam-copy-ham-routine)
16994         (spam-move-ham-routine): Add code to copy/move ham or spam.
16995         (spam-fetch-field-fast): Improve doc and code, plus allow the
16996         'number request.
16997         (spam-list-of-checks, spam-list-of-statistical-checks):
16998         Remove variables.
16999         (spam-split, spam-find-spam): Use the new backend code.
17000         (spam-registration-functions): Remove variable.
17001         (spam-unregister-routine): Add convenience wrapper.
17002         (spam-log-undo-registration, spam-register-routine)
17003         (spam-log-processing-to-registry)
17004         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17005         where possible.
17006         (spam-check-gmane-xref, spam-check-regex-headers)
17007         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17008         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17009         (spam-check-bogofilter-headers, spam-check-spamoracle)
17010         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17011         (spam-check-crm114-headers): Use the spam-split-group that
17012         spam-split prepares, no need to determine it every time.
17013
17014         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17015         to the nnheader-parse-naked-head call.
17016
17017         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17018
17019         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17020         the nnheader-nov-read-message-id call.
17021
17022 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17023
17024         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17025         gnus-activate-group twice.  Suggested by Markus Peter
17026         <warp@spin.de>.
17027
17028 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17029
17030         * gnus-art.el (gnus-article-time-format): Exchange the order of
17031         day and month in the default value; fix customization type.
17032         (article-date-ut): Use add-text-properties.
17033         (article-make-date-line): Use message-make-date instead of
17034         current-time-string.
17035
17036         * message.el (message-fetch-field): Don't use set-text-properties.
17037         (message-make-date): Simplify.
17038
17039         * messagexmas.el (message-xmas-make-date): New function.
17040         (message-xmas-redefine): Defalias message-make-date to it.
17041
17042 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17043
17044         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17045         (rfc2047-encode-region): Treat text within parentheses as special;
17046         show the original text when error has occurred.
17047
17048         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17049         already-computed method to gnus-activate-group.
17050
17051         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17052         same select-methods identical Lisp objects.
17053
17054         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17055         object when modifying the info.
17056
17057 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17058
17059         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17060         gnus-opened-servers since it has never been opened with the new
17061         configuration yet.
17062
17063 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17064
17065         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17066         arg to nnheader-generate-fake-message-id.
17067
17068 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17069
17070         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17071         number and build a fake message ID localized to a group and
17072         article number (so it's repeatable from that point on).
17073         (nnheader-fake-message-id-p): Change regex to accomodate new fake
17074         ID format.
17075
17076         * gnus-sum.el (gnus-get-newsgroup-headers):
17077         Call nnheader-generate-fake-message-id with the article number.
17078
17079 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17080
17081         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17082         end-of-buffer.
17083
17084 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17085
17086         * message.el (message-ignored-supersedes-headers): Add Approved.
17087
17088 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17089
17090         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17091         goto-char.
17092         (rfc2047-encode): Fold the line before encoding.
17093
17094 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17095
17096         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17097         folding -- not all headers can be folded, and this should be done
17098         by the message composition mode.  Probably.  I think.
17099
17100 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17101
17102         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17103         fast.
17104
17105         * gnus-ems.el (gnus-remove-image): Don't use
17106         message-text-with-property; remove only the image found first.
17107
17108         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17109         found first.
17110
17111 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17112
17113         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17114
17115 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17116
17117         * message.el (message-text-with-property): Make it fast and accept
17118         optional arguments.
17119         (message-strip-forbidden-properties): Use it.
17120         (message-fix-before-sending): Follow the m-t-w-p change.
17121
17122         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17123
17124 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17125
17126         * gnus-art.el (article-hide-headers): Don't change the buffer
17127         mistakenly when performing mml-preview even if
17128         gnus-single-article-buffer is nil.
17129
17130 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17131
17132         * message.el (message-expand-name-databases): New user option.
17133         (message-expand-name): Use it.
17134
17135 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17136
17137         * spam.el (spam-report-articles-resend)
17138         (spam-report-resend-register-routine): Allow ham reporting.
17139         (spam-report-resend-register-ham-routine): Add wrapper.
17140         (spam-registration-functions): Add ham resending functions.
17141         (spam-list-of-processors): Add ham resend processor.
17142
17143         * gnus.el (ham-resend-to): Add new group parameter.
17144         (spam-process): Add ham resend option.
17145
17146         * spam-report.el (spam-report-resend): Allow reporting ham.
17147         (spam-report-resend-ham): Add wrapper.
17148
17149 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17150
17151         * message.el (message-cite-articles-with-x-no-archive):
17152         New variable.
17153         (message-cite-original): Use it.
17154
17155 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17156
17157         * message.el (message-cite-original): Respect X-No-Archive.
17158
17159 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17160
17161         * gnus-art.el (article-hide-headers): Refer to the values for
17162         gnus-ignored-headers and gnus-visible-headers in the summary
17163         buffer since a user may have set them as group parameters.
17164
17165 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17166
17167         * assistant.el (assistant-node-name): Add convenience function.
17168         (assistant-render-text, assistant-render-node): Add error handling,
17169         plus handle multiple next nodes.
17170         (assistant-find-next-node): Comment out for now.
17171         (assistant-find-next-nodes): Add function, returns list of next
17172         nodes.
17173
17174 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17175
17176         * mail-source.el (mail-source-directory): Fix doc-string.
17177
17178 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17179
17180         * assistant.el (assistant-render-text, assistant-eval): Add :set
17181         widget type, which is different because it takes and returns a
17182         list.  Much hilarity ensues.
17183
17184 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17185
17186         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17187
17188         * gnus-group.el (gnus-group-get-new-news-this-group):
17189         Add doc-string.
17190
17191         * gnus-start.el (gnus-activate-group): Add doc-string.
17192
17193 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17194
17195         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17196
17197 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17198
17199         * assistant.el (assistant-render-text): Try to add a :set
17200         widget, more to come.
17201
17202         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17203         strings.
17204         (spam-report-articles-resend)
17205         (spam-register-routine): Do registration iff any articles warrant
17206         it.
17207         (spam-summary-prepare-exit): Change log message for nil group
17208         destinations.
17209
17210 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17211
17212         * spam.el (spam-report-resend-register-routine):
17213         Allow spam-report-resend-to to be a group parameter or a global value.
17214
17215 2004-05-26  Simon Josefsson  <jas@extundo.com>
17216
17217         * starttls.el: Merge with my GNUTLS based starttls.el.
17218         (starttls-gnutls-program, starttls-use-gnutls)
17219         (starttls-extra-arguments, starttls-process-connection-type)
17220         (starttls-connect, starttls-failure, starttls-success):
17221         New variables.
17222         (starttls-program, starttls-extra-args): Doc fix.
17223         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17224         New functions.
17225         (starttls-negotiate, starttls-open-stream):
17226         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17227         function if it is set.
17228
17229 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17230
17231         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17232         structured fields.
17233
17234 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17235
17236         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17237
17238 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17239
17240         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17241         Add variable.
17242         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17243         assigning the spam-mark to new messages.
17244
17245 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17246
17247         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17248
17249 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17250
17251         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17252
17253         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17254         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17255         default.
17256
17257 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17258
17259         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17260         correct data.
17261
17262 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17263
17264         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17265         (spam-group-processor-p): Fix function.
17266         (spam-group-processor-multiple-p)
17267         (spam-group-spam-processor-report-gmane-p)
17268         (spam-group-spam-processor-report-resend-p)
17269         (spam-group-spam-processor-bogofilter-p)
17270         (spam-group-spam-processor-blacklist-p)
17271         (spam-group-spam-processor-ifile-p)
17272         (spam-group-ham-processor-ifile-p)
17273         (spam-group-spam-processor-spamoracle-p)
17274         (spam-group-spam-processor-crm114-p)
17275         (spam-group-ham-processor-bogofilter-p)
17276         (spam-group-spam-processor-stat-p)
17277         (spam-group-ham-processor-stat-p)
17278         (spam-group-ham-processor-whitelist-p)
17279         (spam-group-ham-processor-BBDB-p)
17280         (spam-group-ham-processor-spamoracle-p)
17281         (spam-group-ham-processor-copy-p): Remove functions with some
17282         prejudice against unneeded code.
17283         (spam-report-articles-resend)
17284         (spam-report-resend-register-routine): Allow the group/topic
17285         spam-resend-to value to override spam-report-resend-to.
17286         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17287         properly now.
17288
17289         * gnus.el (spam-resend-to): Add group/topic parameter.
17290         (spam-process): Move the OBSOLETE processors to the end of the
17291         choices.
17292
17293 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17294
17295         * spam-report.el (spam-report-resend-to, spam-report-resend):
17296         Start with resend-to set to nil, and then ask the user if necessary.
17297         (spam-report-resend): spam-report-resend takes a list of articles, not
17298         separate article numbers.
17299
17300 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17301
17302         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17303         addition to emacs-w3m.
17304
17305 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17306
17307         * assistant.el (assistant-authinfo-data): New function.
17308         (assistant-eval): Eval for entire assistant.
17309
17310         * netrc.el (netrc-services-file): New variable.
17311         (netrc-parse-services): New function.
17312         (netrc-find-service-name): New function.
17313         (netrc-find-service-number): New function.
17314         (netrc-port-equal): New function.
17315         (netrc-machine): Use it.
17316
17317         * nnimap.el (nnimap-open-connection): Use netrc.
17318
17319         * gnus-util.el (gnus-netrc-get): Remove aliases.
17320
17321         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17322
17323         * assistant.el (wid-edit): Fix compilation.
17324
17325         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17326
17327 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17328
17329         * gnus-util.el (gnus-set-file-modes): New function.  (small
17330         patch).
17331
17332 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17333
17334         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17335
17336         * assistant.el (assistant-render-node): Fix up rendering and
17337         read-only text.
17338         (assistant-render-node): Reset.
17339         (assistant-make-read-only): Not sticky.
17340
17341 2004-05-20  Danny Siu  <dsiu@adobe.com>
17342
17343         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17344         centered even when gnus-auto-center-summary is t.
17345
17346 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17347
17348         * dns.el (dns-get-txt-answer): New function.
17349         (dns-read-txt): Ditto.
17350         (query-dns): Use it.
17351
17352 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17353
17354         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17355         active for foreign groups even if the group level is higher than
17356         the specified value.
17357
17358 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17359
17360         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17361         non-active groups.
17362
17363         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17364
17365 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17366
17367         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17368
17369 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17370
17371         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17372         (spam-crm114-header, spam-crm114-spam-switch)
17373         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17374         (spam-crm114-positive-spam-header)
17375         (spam-crm114-database-directory, spam-list-of-processors)
17376         (spam-group-spam-processor-crm114-p)
17377         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17378         (spam-generic-score, spam-list-of-checks)
17379         (spam-list-of-statistical-checks, spam-registration-functions)
17380         (spam-check-crm114-headers, spam-crm114-score)
17381         (spam-check-crm114, spam-crm114-register-with-crm114)
17382         (spam-crm114-register-spam-routine)
17383         (spam-crm114-unregister-spam-routine)
17384         (spam-crm114-register-ham-routine)
17385         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17386         From asjo@koldfront.dk (Adam Sjøgren).
17387
17388         * gnus.el: Add spam-use-crm114.
17389
17390         * spam.el (spam-list-of-processors, spam-registration-functions):
17391         Add spam-use-resend.
17392         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17393         (spam-report-articles-gmane): Add doc fix.
17394         (spam-report-articles-resend, spam-report-resend-register-routine):
17395         Add wrappers around spam-report-resend-to.
17396
17397         * spam-report.el (spam-report-resend-to, spam-report-resend):
17398         Add support for resending spam.
17399         (spam-report-gmane): Fix line length >80.
17400
17401         * gnus.el (spam-process): Add spam-use-resend.
17402
17403 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17404
17405         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17406         number of processed spam messages.
17407         (spam-ham-copy-or-move-routine): Return the number of processed
17408         ham messages.
17409         (spam-summary-prepare-exit): Use the above values to decide
17410         whether status messages shouled be displayed.
17411
17412 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17413
17414         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17415         `rfc2047-encoding-function-alist' in order to avoid conflicting
17416         with the old version.
17417         (rfc2047-encode-region): Concatenate words containing non-ASCII
17418         characters in structured fields; don't encode space-delimited
17419         ASCII words even in unstructured fields; don't break words at
17420         char-category boundaries.
17421         (rfc2047-encode-1): New function.
17422         (rfc2047-encode): Use it; encode text so that it occupies the
17423         maximum width within 76-column; work correctly on Q encoding for
17424         iso-2022-* charsets.
17425         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17426         sure not to break a line just after the header name.
17427         (rfc2047-b-encode-region): Remove.
17428         (rfc2047-b-encode-string): New function.
17429         (rfc2047-q-encode-region): Remove.
17430         (rfc2047-q-encode-string): New function.
17431
17432         * mm-util.el (mm-replace-in-string): New function.
17433
17434 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17435
17436         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17437         Really get it right.
17438         (gnus-inews-make-draft): Really.
17439
17440 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17441
17442         * nnmh.el (nnmh-request-list-1): Don't check the link count
17443         before descending.  (small patch)
17444
17445 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17446
17447         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17448         stuff.
17449
17450         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17451         Match on real group name.
17452
17453         * gnus-art.el (gnus-signature-limit): Doc fix.
17454
17455         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17456
17457         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17458
17459 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17460
17461         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17462         isn't a string.
17463
17464 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17465
17466         * gnus-draft.el (gnus-draft-send):
17467         Bind rfc2047-encode-encoded-words.
17468
17469         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17470         (rfc2047-encodable-p): Say that =? needs encoding.
17471         (rfc2047-encode-encoded-words): New variable.
17472
17473         * gnus-group.el (gnus-group-select-group): Doc fix.
17474
17475         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17476
17477         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17478         to nil.
17479
17480         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17481
17482         * nnheader.el (nnheader-get-lines-and-char): New function.
17483
17484 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17485
17486         * gnus-msg.el (gnus-summary-followup-with-original):
17487         Document yanking of region when active.
17488
17489 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17490
17491         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17492         groups if the group level is higher than the specified value.
17493
17494 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17495
17496         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17497         (gnus-group-jump-to-group): Add prefix argument using
17498         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17499         non-active group.
17500
17501         * compface.el (uncompface): Be verbose when changing
17502         `uncompface-use-external'.
17503
17504         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17505         handle manual section.
17506
17507 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17508
17509         * gnus-art.el (gnus-button-alist): Revert previous change.
17510
17511 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17512
17513         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17514
17515 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17516
17517         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17518         whether backend can accept message.
17519
17520         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17521
17522 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17523
17524         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17525         Avoid creating directory when nntp-marks-is-evil is true.
17526         Reported by Reiner Steib.
17527
17528 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17529
17530         * gnus-picon.el (gnus-picon-style): New variable.
17531         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17532         (gnus-picon-transform-address): Support `gnus-picon-style'.
17533         From Jesper Harder <harder@ifa.au.dk>.
17534
17535 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17536
17537         * message.el (message-fill-field): Return point.
17538         (message-generate-headers): Go to end of field.
17539
17540         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17541         stuff for non-living groups.
17542
17543 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17544
17545         * gnus-art.el (gnus-article-followup-with-original)
17546         (gnus-article-reply-with-original): gnus-mark-active-p ->
17547         gnus-region-active-p.
17548
17549 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17550
17551         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17552         only when there is spam or ham to be processed.
17553
17554 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17555
17556         * mail-source.el (mail-source-delete-crash-box): Refactor.
17557         (mail-source-fetch): Use it.
17558         (mail-source-fetch-file): Ditto.
17559         (mail-source-fetch-directory): Run postscript in loop.
17560         (mail-source-fetch-pop): Delete.
17561         (mail-source-fetch-maildir): Ditto.
17562         (mail-source-fetch-imap): Ditto.
17563
17564         * imap.el (imap-authenticators): Comment out sasl.
17565
17566         * message.el (message-skip-to-next-address): New function.
17567         (message-fill-header-address): Refactor.
17568         (message-fill-address): Use it.
17569         (message-delete-address): Use it.
17570         (message-fill-header-general): Refactor.
17571         (message-fill-field-address): Rename.
17572         (message-narrow-to-field): Find the start of the header.
17573         (message-header-format-alist): Don't pre-fill.
17574         (message-fill-header): Remove.
17575         (message-insert-header): New function.
17576         (message-shorten-references): Use it.
17577
17578         * rfc2047.el (rfc2047-field-value): Strip props.
17579
17580         * mail-parse.el (mail-header-make-address): New alias.
17581
17582         * ietf-drums.el (ietf-drums-make-address): New function.
17583
17584         * imap.el: Add compiler directives.
17585
17586         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17587
17588         * gnus-art.el (article-decode-idna-rhs): Don't use
17589         message-idna-inside-rhs-p.
17590
17591 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17592
17593         * message.el (message-idna-inside-rhs-p): Remove.
17594         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17595
17596         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17597         false positives.
17598
17599 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17600
17601         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17602
17603 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17604
17605         * nneething.el (nneething-file-name): Don't create spurious
17606         files.
17607
17608         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17609         (gnus-inews-do-gcc): Remove sleep.
17610
17611         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17612         part under point.
17613
17614         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17615         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17616
17617 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17618
17619         * spam.el (spam-summary-prepare-exit): Fix (length).
17620
17621 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17622
17623         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17624         as expired without moving it" message when there are spam
17625         messages left.
17626
17627 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17628
17629         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17630         header is not nil.
17631
17632 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17633
17634         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17635         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17636         (nntp-marks-changed-p): New arg SERVER.
17637         (nntp-request-update-info): Adjust caller.
17638
17639 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17640
17641         * nntp.el (nntp-save-marks): Pass missing arg.
17642
17643 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17644
17645         * nntp.el: Support marks.
17646         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17647         (nntp-marks-modtime, nntp-marks-directory): New variables.
17648         (nntp-request-set-mark, nntp-request-update-info)
17649         (nntp-possibly-create-directory, nntp-marks-changed-p)
17650         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17651         New functions.
17652
17653 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17654
17655         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17656         (gnus-xmas-redefine): Rename.
17657
17658         * gnus-score.el (gnus-score-insert-help):
17659         Use gnus-select-lowest-window.
17660
17661         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17662         appt-select-lowest-window and rename to gnus-select-lowest-window.
17663
17664         * gnus.el: do.
17665
17666 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17667
17668         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17669         encodings of MIME-encoded words, in order to improve
17670         interoperability with several broken MUAs.
17671
17672 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17673
17674         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17675         tags, only when charsets are not specified in headers.
17676         (mm-inline-text-html-render-with-w3m): Ditto.
17677
17678         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17679         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17680
17681 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17682
17683         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17684         instead of MIME-decoded from fields when checking
17685         `gnus-article-address-banner-alist'.
17686
17687 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17688
17689         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17690         description rather than subject.
17691
17692 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17693
17694         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17695
17696 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17697
17698         * gnus.el (gnus-version-number): Bump.
17699
17700 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17701
17702         * gnus.el: No Gnus v0.2 is released.
17703
17704 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17705
17706         * gnus-agent.el (gnus-agent-read-agentview):
17707         Inline gnus-uncompress-range.
17708
17709 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17710
17711         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17712         `exec-installed-p'.
17713
17714 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17715
17716         * gnus.el (spam-process, spam-autodetect-methods):
17717         Add bsfilter and bsfilter-headers.
17718
17719         * spam.el (spam-bsfilter): New customize group.
17720         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17721         (spam-bsfilter-header, spam-bsfilter-probability-header)
17722         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17723         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17724         (spam-bsfilter-database-directory): New options.
17725         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17726         (spam-list-of-statistical-checks, spam-registration-functions):
17727         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17728         (spam-bsfilter-score): New command.
17729         (spam-check-bsfilter-headers, spam-check-bsfilter)
17730         (spam-bsfilter-register-with-bsfilter)
17731         (spam-bsfilter-register-spam-routine)
17732         (spam-bsfilter-unregister-spam-routine)
17733         (spam-bsfilter-register-ham-routine)
17734         (spam-bsfilter-unregister-ham-routine): New functions.
17735         (spam-generic-score): Support bsfilter; Accept an optional argument
17736         to recalcurate spam score even if scoring header has already been
17737         added.
17738         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17739         optional argument to recalcurate spam score even if scoring header
17740         has already been added.
17741
17742 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17743
17744         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17745         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17746         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17747         link is missing.
17748
17749 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17750
17751         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17752         (html2text-get-attr): Rewrite.
17753
17754         * message.el (message-setup-1): Remove redundant put-text-property
17755         on mail-header-separator.
17756
17757 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17758
17759         * gnus-registry.el (gnus-registry-cache-whitespace)
17760         (gnus-registry-action, gnus-registry-spool-action)
17761         (gnus-registry-split-fancy-with-parent): Change message levels
17762         from 5 to 3 or 7, as needed.
17763
17764         * spam.el (spam-summary-prepare-exit)
17765         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17766         (spam-split, spam-find-spam, spam-log-undo-registration)
17767         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17768         level from 5 to 6.
17769
17770 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17771
17772         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17773         2004-03-04 change).
17774
17775 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17776
17777         * sieve-manage.el (sieve-manage-open):
17778         * nnweb.el (nnweb-insert-html):
17779         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17780         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17781         * nnspool.el (nnspool-request-group):
17782         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17783         * nnml.el (nnml-request-update-info):
17784         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17785         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17786         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17787         (nnimap-request-set-mark):
17788         * nnfolder.el (nnfolder-request-update-info):
17789         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17790         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17791         * gnus-uu.el (gnus-uu-find-articles-matching):
17792         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17793         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17794         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17795         * gnus-nocem.el (gnus-nocem-scan-groups):
17796         * gnus-int.el (gnus-start-news-server):
17797         * gnus-group.el (gnus-group-make-kiboze-group)
17798         (gnus-group-browse-foreign-server):
17799         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17800         Use mapc when appropriate.
17801
17802 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17803
17804         FIXME: Make separate entries for each person.
17805
17806         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17807         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17808         <shields@msrl.com>:
17809
17810         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17811         may need for spam sorting and scoring.
17812         (spam-user-format-function-S): Add user format function suitable for
17813         general use.
17814         (spam-article-sort-by-spam-status): Add sorting function for summary
17815         sorting.
17816         (spam-extra-header-to-number): Add function to get a score from a
17817         header.
17818         (spam-summary-score): Add function to get a numeric score from the
17819         headers.
17820         (spam-generic-score): Fix function doc, was in wrong place.
17821         (spam-initialize): Take symbols when it's run, and install the
17822         extra headers that spam-necessary-extra-headers thinks we need.
17823
17824 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17825
17826         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17827         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
17828
17829 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17830
17831         * gnus-sum.el (gnus-set-global-variables)
17832         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17833         (gnus-article-get-xrefs, gnus-summary-best-group)
17834         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17835         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17836         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17837         Use with-current-buffer.
17838
17839 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17840
17841         * spam.el (spam-summary-prepare-exit): Simplify logic.
17842         (spam-fetch-article-header): Read the article header if it's not
17843         available.
17844         (spam-list-articles): Simplify logic.
17845         (spam-filelist-register-routine): Fix bug with unregister-list.
17846
17847         * gnus-registry.el: Fix comments at beginning.
17848
17849 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17850
17851         * message.el (message-cater-to-broken-inn): Remove.
17852         (message-shorten-references): Make sure the total folded length of
17853         References is shorter than 998 characters to cater to a bug in INN
17854         2.3.  Also, don't pretend that references aren't folded -- this
17855         hasn't worked for a while.
17856
17857 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17858
17859         * gnus-agent.el (gnus-agentize):
17860         gnus-agent-send-mail-real-function no longer set to current value
17861         of message-send-mail-function but rather a lambda that calls
17862         message-send-mail-function.  The change makes the agent real-time
17863         responsive to user changes to message-send-mail-function.
17864
17865 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17866
17867         * legacy-gnus-agent.el
17868         (gnus-agent-convert-to-compressed-agentview): Fix typos with
17869         help from Florian Weimer <fw@deneb.enyo.de>
17870
17871 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17872
17873         * nnmail.el (nnmail-cache-insert): Revert last change.
17874
17875 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17876
17877         * nnmail.el (nnmail-cache-insert): Always check whether
17878         nnmail-cache-ignore-groups matches a group name.
17879
17880 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17881
17882         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17883         (spam-find-spam, spam-log-processing-to-registry)
17884         (spam-log-registered-p, spam-log-unregistration-needed-p)
17885         (spam-log-undo-registration): Use gnus-message instead of
17886         gnus-error, none of these errors are fatal.
17887
17888         * gnus-registry.el (gnus-registry-clean-empty-function)
17889         (gnus-registry-clean-empty): Remove only empty entries without
17890         extra data.
17891
17892 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17893
17894         * spam-stat.el (spam-stat-buffer-change-to-spam)
17895         (spam-stat-buffer-change-to-non-spam): Change (error) to
17896         (gnus-message 8) invocation.
17897
17898 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17899
17900         * nntp.el (nntp-via-netcat-command): New variable.
17901         (nntp-via-netcat-switches): New variable.
17902         (nntp-open-via-rlogin-and-netcat): New function.
17903         (nntp-open-connection-function): Doc fix.
17904         (nntp-telnet-command): Doc fix.
17905         (nntp-end-of-line): Doc fix.
17906         (nntp-via-rlogin-command): Doc fix.
17907         (nntp-via-user-name): Doc fix.
17908         (nntp-via-address): Doc fix.
17909
17910 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17911
17912         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17913         error in Emacs 21.1.
17914
17915 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17916
17917         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17918
17919 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17920
17921         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17922         (gnus-agent-with-refreshed-group): New macro.
17923         (gnus-agent-rename-group): New function.
17924         (gnus-agent-delete-group): New function.
17925         (gnus-agent-save-group-info): Use gnus-command-method when
17926         `method' parameter is nil.  Don't write nil entries into the
17927         active file.
17928         (gnus-agent-get-group-info): New function.
17929         (gnus-agent-fetch-articles):
17930         Use gnus-agent-update-files-total-fetched-for to increment disk space
17931         used.
17932         (gnus-agent-fetch-headers, gnus-agent-save-alist):
17933         Use gnus-agent-update-view-total-fetched-for to increment disk space
17934         used.
17935         (gnus-agent-get-local): Add optional parameters to avoid calling
17936         gnus-group-real-name and gnus-find-method-for-group.
17937         (gnus-agent-set-local): Delete stored entry if either min, or max,
17938         are nil.
17939         (gnus-agent-fetch-session): Reworded error/quit messages.
17940         On quit, use gnus-agent-regenerate-group to record existance of any
17941         articles fetched to disk before the quit occurred.
17942         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17943         gnus-agent-update-view-total-fetched-for, and
17944         gnus-agent-update-files-total-fetched-for to decrement disk space
17945         used.
17946         (gnus-agent-retrieve-headers):
17947         Use gnus-agent-update-view-total-fetched-for to increment disk space
17948         used.
17949         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17950         with gnus-agent-update-files-total-fetched-for to decrement disk
17951         space and fresh group buffer.
17952         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17953         (gnus-agent-need-update-total-fetched-for): New variable.
17954         (gnus-agent-update-files-total-fetched-for): New function.
17955         (gnus-agent-update-view-total-fetched-for): New function.
17956         (gnus-agent-total-fetched-for): New function.
17957
17958         * gnus-cache.el (gnus-cache-save-buffers):
17959         Use gnus-cache-update-overview-total-fetched-for to change disk space
17960         used by this group.
17961         (gnus-cache-possibly-enter-article):
17962         Use gnus-cache-update-file-total-fetched-for to increment disk space
17963         used by this group.
17964         (gnus-cache-possibly-remove-article):
17965         Use gnus-cache-update-file-total-fetched-for to decrement disk space
17966         used by this group.
17967         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17968         (gnus-cache-rename-group): New function.
17969         (gnus-cache-delete-group): New function.
17970         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17971         (gnus-cache-need-update-total-fetched-for): New variable.
17972         (gnus-cache-with-refreshed-group): New macro.
17973         (gnus-cache-update-file-total-fetched-for): New function.
17974         (gnus-cache-update-overview-total-fetched-for): New function.
17975         (gnus-cache-rename-group-total-fetched-for): New function.
17976         (gnus-cache-delete-group-total-fetched-for): New function.
17977         (gnus-cache-total-fetched-for): New function.
17978
17979         * gnus-group.el: Require gnus-sum and autoload functions to
17980         resolve warnings when gnus-group.el compiled alone.
17981         (gnus-group-line-format): Documented new %F.
17982         (size of Fetched data) group line format; identifies disk space
17983         used by agent and cache.
17984         (gnus-group-line-format-alist): Defined new F format.
17985         (gnus-total-fetched-for): New function.
17986         (gnus-group-delete-group): No longer update
17987         gnus-cache-active-altered as gnus-request-delete-group now keeps
17988         the cache in sync.
17989         (gnus-group-list-active): Let the agent store a server's active
17990         list if currently plugged.
17991
17992         * gnus-int.el (gnus-request-delete-group):
17993         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17994         local disk in sync with the server.
17995         (gnus-request-rename-group):
17996         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17997         local disk in sync with the server.
17998
17999         * gnus-start.el (gnus-get-unread-articles):
18000         Cosmetic simplification to logic.
18001
18002         * gnus-util.el (gnus-rename-file): New function.
18003
18004 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18005
18006         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18007
18008 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18009
18010         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18011         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18012
18013 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18014
18015         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18016         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18017
18018 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18019
18020         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18021
18022 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18023
18024         * spam.el (spam-set-difference): Add function to replace
18025         gnus-set-difference in spam.el.
18026         (spam-summary-prepare-exit): Use spam-set-difference.
18027
18028 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18029
18030         * gnus-registry.el (gnus-registry-cache-file): Update to use
18031         gnus-dribble-directory OR gnus-home-directory OR ~.
18032         (gnus-registry-split-fancy-with-parent): Fix doc.
18033
18034 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18035
18036         * message.el (message-exchange-point-and-mark):
18037         Use message-mark-active-p.  Suggested by Jesper Harder
18038         <harder@ifa.au.dk>.
18039
18040 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18041
18042         * message.el (message-exchange-point-and-mark): Don't activate
18043         region if it was inactive.  Suggested by Hiroshi Fujishima
18044         <pooh@nature.tsukuba.ac.jp>.
18045
18046 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18047
18048         * gnus-art.el (article-display-face): Display Faces in the same
18049         order as X-Faces.
18050
18051 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18052
18053         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18054
18055 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18056
18057         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18058         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18059         (gnus-article-mime-hierarchy): Remove.
18060         (gnus-article-mime-hierarchy-next): Remove.
18061         (gnus-article-mode): Revert 2004-03-19 change.
18062         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18063         (gnus-insert-mime-button): Revert 2004-03-19 change.
18064         (gnus-mime-accumulate-hierarchy): Remove.
18065         (gnus-mime-enter-multipart): Remove.
18066         (gnus-mime-leave-multipart): Remove.
18067         (gnus-mime-display-part): Revert 2004-03-19 change.
18068         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18069
18070         * mml.el (mml-preview): Revert 2004-03-19 change.
18071
18072 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18073
18074         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18075
18076 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18077
18078         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18079         t while entering a file name using the mm-with-multibyte macro.
18080         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18081
18082         * mm-util.el (mm-with-multibyte): New macro.
18083
18084 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18085
18086         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18087         New user option.
18088         (gnus-mime-multipart-functions): Doc and customization fix.
18089         (gnus-article-mime-hierarchy): New variable.
18090         (gnus-article-mime-hierarchy-next): New variable.
18091         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18092         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18093         gnus-article-mime-hierarchy-next to nil.
18094         (gnus-insert-mime-button): Show hierarchy numbers.
18095         (gnus-mime-accumulate-hierarchy): New function.
18096         (gnus-mime-enter-multipart): New function.
18097         (gnus-mime-leave-multipart): New function.
18098         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18099         (gnus-mime-display-alternative): Show hierarchy numbers.
18100
18101         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18102         gnus-article-mime-hierarchy-next to nil.
18103
18104 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18105
18106         * dns.el: Don't require gnus-xmas.
18107
18108 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18109
18110         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18111         inline PGP.
18112         (mml-menu): Disable mml-quote-region if mark is inactive.
18113
18114 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18115
18116         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18117         when the group's active is not available.
18118
18119 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18120
18121         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18122         error.
18123
18124 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18125
18126         * imap.el (imap-store-password): New variable.
18127         (imap-interactive-login): Use it.
18128         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18129
18130 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18131
18132         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18133         window-start and hscroll to summary window.
18134
18135 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18136
18137         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18138         conversion message to newsrc-dribble when an actual conversion is
18139         performed.
18140
18141 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18142
18143         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18144
18145 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18146
18147         * mm-decode.el (mm-complicated-handles): New function reviving
18148         former definition of mm-multiple-handles.
18149
18150         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18151         (gnus-mime-delete-part): Use it.
18152
18153 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18154
18155         * gnus-agent.el (gnus-agent-read-local):
18156         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18157         avoid the implicit assumption that they will always be equal.
18158         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18159         coding-system-for-write, as the with-temp-file macro first prints
18160         to a buffer then saves the buffer.
18161
18162 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18163
18164         * gnus-art.el (gnus-article-edit-part): New function.
18165         (gnus-mime-save-part-and-strip): Use it; do query instead of
18166         signaling an error; don't use mm-multiple-handles.
18167         (gnus-mime-delete-part): Ditto.
18168
18169 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18170
18171         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18172         old file versions.
18173         (gnus-group-prepare-hook): Remove function that converted list
18174         form of gnus-agent-expire-days to group properties.
18175
18176         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18177         (gnus-request-accept-article): Re-indented.
18178
18179         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18180         converters to handle old agent file formats.  Add logic for a
18181         "backup before upgrading warning".
18182         (gnus-convert-mark-converter-prompt): Developers can mark
18183         functions as needing (default), or not needing,
18184         gnus-convert-old-newsrc's "backup before upgrading warning".
18185         (gnus-convert-converter-needs-prompt): Tests whether the user
18186         should be protected from potentially irreversable changes by the
18187         function.
18188
18189         * legacy-gnus-agent.el: New.  Provides converters that are only
18190         loaded when gnus-convert-old-newsrc needs to call them.
18191
18192 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18193
18194         * mail-source.el (mail-source-touch-pop): Doc fix.
18195
18196         * message.el (message-smtpmail-send-it): Doc fix.
18197
18198 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18199
18200         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18201
18202         * nnmail.el (nnmail-split-fancy): do.
18203
18204         * gnus-kill.el (gnus-kill, gnus-execute): do.
18205
18206 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18207
18208         * gnus-sum.el (gnus-widget-reversible-match)
18209         (gnus-widget-reversible-to-internal)
18210         (gnus-widget-reversible-to-external): New functions.
18211         (gnus-widget-reversible): New widget.
18212         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18213
18214 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18215
18216         * gnus-sum.el (gnus-thread-sort-functions)
18217         (gnus-article-sort-functions): Document `(not F)' items.
18218
18219 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18220
18221         * spam.el (spam-use-gmane-xref): Add new backend.
18222         (spam-gmane-xref-spam-group): Add variable to control the name of the
18223         Gmane spam group.
18224         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18225         (spam-regex-headers-spam, spam-regex-headers-ham)
18226         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18227         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18228         backends and checks.
18229         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18230
18231         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18232         an autodetect method.
18233
18234 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18235
18236         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18237         articles are being added to a group.
18238         (gnus-request-replace-article): Inform the agent that articles
18239         need to be uncached as the cached contents are no longer valid.
18240
18241 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18242
18243         * binhex.el: Don't autoload executable-find.
18244
18245         * canlock.el: Don't autoload mail-fetch-field.
18246
18247         * dgnushack.el: Autoload c-mode for XEmacs.
18248
18249         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18250
18251         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18252         rmail-dont-reply-to and rmail-output.
18253
18254         * gnus-score.el: Don't autoload ffap-string-at-point.
18255
18256         * gnus-setup.el: Don't autoload sc-cite-original.
18257
18258         * imap.el: Don't autoload base64-decode-string,
18259         base64-encode-string and md5.
18260
18261         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18262         and rmail-msg-restore-non-pruned-header.
18263
18264         * mm-decode.el: Don't autoload executable-find.
18265
18266         * mm-url.el: Don't autoload executable-find.
18267
18268         * mm-view.el: Don't autoload diff-mode.
18269
18270         * nndb.el: Don't autoload news-reply-mode, news-setup,
18271         cancel-timer and telnet.
18272
18273         * password.el: Don't autoload run-at-time for Emacs.
18274
18275         * sha1-el.el: Don't autoload executable-find.
18276
18277         * sieve-mode.el: Don't autoload c-mode.
18278
18279         * uudecode.el: Don't autoload executable-find.
18280
18281 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18282
18283         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18284         (gnus-agent-possibly-alter-active): Avoid null in numeric
18285         comparison.
18286         (gnus-agent-set-local): Refuse to save null in local object table.
18287         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18288         list of articles that will be marked as unread.
18289
18290 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18291
18292         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18293
18294 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18295
18296         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18297         language tags.
18298
18299 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18300
18301         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18302         Don't bind "obarray".
18303
18304         * gnus-sum.el (gnus-thread-sort-functions):
18305         Add `gnus-thread-sort-by-most-recent-number' and
18306         `gnus-thread-sort-by-most-recent-date'.
18307         Reported by Kai Grossjohann <kai@emptydomain.de>.
18308
18309 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18310
18311         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18312
18313 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18314
18315         * gnus-cus.el (gnus-agent-customize-category):
18316         Remove ignore-errors macro reference that required cl to be loaded at
18317         run-time.
18318
18319         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18320         single-interval range of the form (min . max).  Previously the
18321         range had to look like ((min . max)).  Likewise, return
18322         (min . max) rather than ((min . max)).
18323         (gnus-range-map): Use gnus-range-normalize to accept
18324         single-interval range.
18325
18326         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18327         the cache, but not the agent, now appear with their usual face.
18328
18329         * dgnushack.el (loaddir): New variable that is bound to the
18330         directory containing the dgnushack.el file. Use loaddir, rather
18331         than srcdir, to update load-path. Change lets dgnushack compile
18332         code in directories other than GNUS/lisp.
18333
18334 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18335
18336         * lpath.el: Don't bind w3m-safe-url-regexp.
18337
18338         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18339         w3m-safe-url-regexp variable buffer-local.
18340
18341         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18342
18343 2004-02-27  Simon Josefsson  <jas@extundo.com>
18344
18345         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18346         gnus-group-real-prefix.
18347         (gnus-summary-move-article): Use it, instead of
18348         gnus-group-real-prefix.
18349
18350 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18351
18352         * lpath.el: Bind w3m-safe-url-regexp.
18353
18354         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18355         w3m-safe-url-regexp variable buffer-local and set it as the value
18356         of mm-w3m-safe-url-regexp.
18357
18358         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18359
18360         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18361         parsing gnus-posting-styles when the message is not for replying.
18362
18363         * dgnushack.el: Autoload sgml-mode for XEmacs.
18364
18365         * nnrss.el (nnrss-opml-export):
18366         Use mm-set-buffer-file-coding-system instead of
18367         set-buffer-file-coding-system.
18368
18369 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18370
18371         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18372         of checkdoc.el).
18373         * nnrss.el: do.
18374         * gnus-mlspl.el: do.
18375         * gnus-ml.el: do.
18376         * gnus-srvr.el: do.
18377
18378         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18379
18380 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18381
18382         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18383         Corrections to custom-manual links.
18384
18385         * gnus-art.el (gnus-article): Ditto.
18386
18387         * mm-decode.el (mime-display, mime-security): Ditto.
18388
18389 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18390
18391         * flow-fill.el: Typo.
18392
18393 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18394
18395         * spam-wash.el: New file.
18396
18397 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18398
18399         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18400
18401 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18402
18403         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18404         to be run with new-articles as LIST1, not LIST2.
18405         (spam-registration-functions): Add spam-use-ham-copy as a nil
18406         registration backend.
18407
18408 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18409
18410         * spam-stat.el (spam-stat-washing-hook): New option.
18411         (spam-stat-buffer-words): Use it.
18412         (spam-stat-process-directory, spam-stat-test-directory):
18413         Use insert-file-contents-literally.
18414         (spam-stat-coding-system): New variable.
18415         (spam-stat-load, spam-stat-save): Use it.
18416
18417 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18418
18419         * spam-report.el (spam-report-plug-agent):
18420         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18421
18422 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18423
18424         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18425         Allow / in mailto URLs.
18426
18427 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18428
18429         * spam-report.el (spam-report-process-queue): Fix interactive use.
18430         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18431         (spam-report-unplug-agent): Doc fixes.
18432         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18433         (spam-report-agentize, spam-report-deagentize): Autoload.
18434
18435 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18436
18437         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18438
18439         * message.el (message-setup-fill-variables): Add mml tags to
18440         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18441         <ajk@iu.edu>.
18442         (message-mode): Don't modify paragraph-separate there.
18443
18444 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18445
18446         * compface.el (uncompface-use-external): Default to undecided.
18447         (uncompface-use-external-threshold): New variable.
18448         (uncompface-float-time): New macro.
18449         (uncompface): Determine whether to use the external decoder if
18450         uncompface-use-external is undecided.
18451
18452 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18453
18454         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18455         after images.
18456
18457         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18458
18459 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18460
18461         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18462
18463         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18464
18465         * gnus-sum.el (gnus-summary-limit-to-age)
18466         (gnus-summary-limit-children): do.
18467
18468         * gnus-int.el (gnus-request-scan): do.
18469
18470         * gnus-group.el (gnus-group-suspend): do.
18471
18472         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18473
18474         * gnus-cite.el (gnus-cite-parse-attributions): do.
18475
18476         * gnus-agent.el (gnus-summary-set-agent-mark)
18477         (gnus-agent-regenerate-group): do.
18478
18479         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18480
18481         * binhex.el (binhex-decode-region-internal): do.
18482
18483 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18484
18485         * gnus-fun.el (gnus-face-properties-alist): New user option.
18486         (gnus-display-x-face-in-from): Use it.
18487
18488         * gnus-art.el (article-display-face): Ditto.
18489
18490         * compface.el (uncompface-use-external): Default to nil.
18491
18492 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18493
18494         * nntp.el (nntp-erase-buffer): New function.
18495         (nntp-retrieve-data, nntp-send-command)
18496         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18497         (nntp-possibly-change-group): Use it.
18498
18499         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18500         Use with-current-buffer.
18501
18502 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18503
18504         * compface.el: Merge the ELisp-based uncompface program.
18505         (compface): New customization group.
18506         (uncompface-use-external): New user option.
18507         (uncompface): Call uncompface-internal if uncompface-use-external
18508         is nil.
18509         (uncompface-internal): New function.  Note that there are also
18510         some other functions and variables added for this function.
18511
18512 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18513
18514         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18515         if necessary.
18516
18517 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18518
18519         * spam-report.el (spam-report-unplug-agent)
18520         (spam-report-plug-agent, spam-report-deagentize)
18521         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18522         Add support for the Agent in spam-report: when unplugged, report to a
18523         file; when plugged, submit all the requests.
18524
18525         * spam.el (spam-register-routine): Fix message about
18526         registration.
18527
18528 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18529
18530         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18531         dependencies.
18532         (rfc2047-encode): Use it.
18533
18534         * gnus-art.el (gnus-button-marker-list): Move before first
18535         reference.
18536
18537         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18538         (imap-parse-body): Fix format string mismatch.
18539
18540         * gnus-score.el (gnus-summary-increase-score): do.
18541
18542         * nnrss.el (nnrss-close): New function.
18543
18544 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18545
18546         * nnrss.el (nnrss-make-filename): New function.
18547         (nnrss-request-delete-group, nnrss-read-server-data)
18548         (nnrss-save-server-data, nnrss-read-group-data)
18549         (nnrss-save-group-data): Use it.
18550         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18551         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18552         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18553
18554 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18555
18556         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18557
18558 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18559
18560         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18561         files.
18562
18563         * message.el (message-generate-headers-first): Don't quote nil
18564         and t in docstrings.
18565
18566         * imap.el (imap-id): do.
18567
18568         * gnus-agent.el (gnus-agent-consider-all-articles)
18569         (gnus-agent-queue-mail): do.
18570
18571 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18572
18573         * spam-report.el (spam-report-process-queue): New function.
18574         Process requests from `spam-report-requests-file'.
18575         (spam-report-process-queue): Doc fix.
18576
18577 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18578
18579         * spam.el (spam-register-routine)
18580         (spam-log-processing-to-registry, spam-log-registered-p)
18581         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18582         Change "check" to "spam-check" for semi-clarity.
18583
18584 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18585
18586         * pop3.el: Require nnheader.
18587
18588         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18589
18590         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18591
18592         * gnus-picon.el: Require cl.
18593
18594         * gnus-fun.el: Require gnus-ems and gnus-util.
18595
18596         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18597
18598         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18599
18600         * gnus-art.el (gnus-article-edit-mode): Define before first
18601         reference.
18602
18603 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18604
18605         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18606         (gnus-uu-post-encoded): Use point-at-bol.
18607
18608         * gnus-topic.el (gnus-group-active-topic-p): do.
18609
18610         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18611
18612         * gnus-group.el (gnus-group-kill-region): do.
18613
18614         * gnus-art.el (article-date-ut): do.
18615
18616         * message.el (message-fetch-field): Remove redundant
18617         case-fold-search binding.
18618         (message-narrow-to-field): Simplify.
18619
18620 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18621
18622         * spam.el (spam-directory): Derive from `gnus-directory'.
18623
18624         * spam-report.el (spam-report-url-to-file)
18625         (spam-report-requests-file): New function and variable for offline
18626         reporting.
18627         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18628         and user defined function.
18629         (spam-report-url-ping-mm-url): Remove doubled slash.
18630
18631 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18632
18633         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18634
18635 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18636
18637         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18638         Fix format string mismatch.
18639
18640         * sieve.el (sieve-deactivate-all): do.
18641
18642         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18643
18644         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18645
18646         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18647
18648         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18649
18650 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18651
18652         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18653         the list of checks.
18654
18655 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18656
18657         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18658         padding.
18659
18660 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18661
18662         * mm-view.el (mm-fill-flowed): New variable.
18663         (mm-inline-text): Use it.
18664
18665 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18666
18667         * spam.el (spam-spamassassin-register-ham-routine)
18668         (spam-spamassassin-register-spam-routine): Fix function names.
18669
18670 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18671
18672         * gnus.el (gnus-tmp-grouplens): Remove.
18673         (gnus-summary-line-format): Remove grouplens.
18674
18675         * gnus-group.el (gnus-group-line-format): Ditto.
18676
18677         * gnus-spec.el (gnus-format-specs): Ditto.
18678         (gnus-update-format-specifications): Flush the group format spec
18679         cache if there's the grouplens stuff.
18680         (gnus-parse-simple-format): Replace %l with the empty string.
18681
18682 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18683
18684         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18685         omission.
18686
18687 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18688
18689         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18690         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18691
18692 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18693
18694         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18695         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18696         New macros and functions.
18697         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18698         Handle > NLINK_MAX messages.
18699         * nnmaildir.el (nnmaildir-request-set-mark):
18700         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18701
18702 2004-01-25  Alex Schroeder  <alex@gnu.org>
18703
18704         * spam-stat.el (spam-stat-process-directory-age): New option.
18705         (spam-stat-process-directory): Use it.
18706
18707 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18708
18709         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18710         (spam-stat-save): Accept prefix argument.
18711
18712 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18713
18714         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18715         links" error.
18716
18717 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18718
18719         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18720         the rest of the and/or forms.
18721
18722 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18723
18724         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18725         compatibility with old .newsrc.eld files.
18726
18727         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18728
18729         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18730
18731         * gnus-start.el (gnus-1): do.
18732
18733         * gnus-group.el (gnus-group-line-format-alist): do.
18734
18735         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18736
18737         * gnus-gl.el: Remove.
18738
18739 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18740
18741         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18742         marks consisting of a single range {for example, (3 . 5)} rather
18743         than a list of a single range { ((3 . 5)) }.
18744
18745 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18746
18747         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18748         Use with-current-buffer.
18749         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18750         avoid consing a string.
18751
18752         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18753         Remove obsolete entries for big5 and gb2312.
18754
18755 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18756
18757         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18758         uncompressed list.
18759
18760 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18761
18762         * spam-stat.el (spam-stat-strip-xref): New function.
18763         (spam-stat-process-directory): Use it.
18764
18765         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18766         here -- it's done in message-fetch-field.
18767
18768 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18769
18770         * gnus-agent.el (gnus-agent-queue-mail)
18771         (gnus-agent-prompt-send-queue): New variables.
18772         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18773         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18774         "nndraft:queue" along to gnus-draft-send.
18775         Use gnus-agent-prompt-send-queue.
18776         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18777         is "nndraft:queue".  Suggested by Gaute Strokkenes
18778         <gs234@srcf.ucam.org>
18779
18780         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18781         (agent-enable-undownloaded-faces): Add.
18782         (gnus-agent-cat-groups): Use eval-and-compile, not
18783         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18784         method of gnus-agent-cat-groups even when the buffer has been
18785         evaled.
18786         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18787         delete gnus-agent-save-active-1.
18788         (gnus-agent-save-groups): Delete.  Identical to
18789         gnus-agent-save-active.
18790         (gnus-agent-write-active): No longer adjust agent's copy of active
18791         file as agent's adjustments are now stored in their own
18792         file.  Remove optional parameter.
18793         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18794         servers.  Add use of min/max range limits from server's local
18795         file.
18796         (gnus-agent-save-alist): Remove unused optional argument.
18797         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18798         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18799         (gnus-agent-set-local): A per-server file that keeps min/max range
18800         limits for articles known to the agent.  Provides a fast mechanism
18801         for altering many active ranges.
18802         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18803         active file (local makes it unnecessary).
18804         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18805
18806         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18807         (agent-enable-undownloaded-faces): Add.
18808
18809         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18810         disable it when sending to "nndraft:queue".
18811         (gnus-group-send-queue): Add safety check to avoid sending queue
18812         when unplugged.
18813
18814         * gnus-group.el (gnus-group-catchup): Use new
18815         gnus-sequence-of-unread-articles, not
18816         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18817         numbers of articles.  Use gnus-range-map to avoid having to
18818         uncompress the unread list.
18819         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18820         Fix invalid ange-ftp reference.
18821
18822         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18823         (gnus-sorted-range-intersection): Intersection of two ranges
18824         without requiring that they first be uncompressed.
18825
18826         * gnus-start.el (gnus-activate-group): Unless blocked by the
18827         caller, possibly expand the active range to include both cached
18828         and agentized articles.
18829         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18830         multiple version-dependent converters.
18831         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18832         gnus-agent-save-active.
18833         (gnus-save-newsrc-file): Save dirty agent range limits.
18834
18835         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18836         gnus-agent-possibly-alter-active.
18837         (gnus-adjust-marked-articles): Faster handling of simple lists.
18838
18839 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18840
18841         * spam-stat.el (spam-stat-test-directory): New optional argument
18842         displays a list of files detected.  Suggested by Andrew Cohen
18843         <cohen@andy.bu.edu>.
18844         (spam-stat-buffer-words-with-scores): Don't narrow and change
18845         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18846
18847 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18848
18849         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18850         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18851         (spam-spamassassin-arguments)
18852         (spam-spamassassin-spam-flag-header)
18853         (spam-spamassassin-positive-spam-flag-header)
18854         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18855         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18856         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18857         (spam-list-of-processors, spam-list-of-checks)
18858         (spam-list-of-statistical-checks, spam-registration-functions)
18859         (spam-check-spamassassin-headers, spam-check-spamassassin)
18860         (spam-spamassassin-score)
18861         (spam-spamassassin-register-with-sa-learn)
18862         (spam-spamassassin-register-spam-routine)
18863         (spam-spamassassin-register-ham-routine)
18864         (spam-assassin-register-spam-routine)
18865         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18866         (spam-bogofilter-score): Fix to show article before scoring.
18867
18868 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18869
18870         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18871         default scoring function.
18872         (spam-generic-score): Call spam-spamassassin-score if
18873         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18874         spam-bogofilter-score otherwise.
18875
18876         * gnus.el (spam-process, spam-autodetect-methods):
18877         Add spamassassin and spamassassin-headers.
18878
18879 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18880
18881         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18882         Suppress unnecessary messages.
18883
18884 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18885
18886         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18887         make-hash-table.
18888
18889 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18890
18891         * canlock.el (base64-encode-string): Don't autoload it.
18892
18893 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18894
18895         * run-at-time.el: Remove useless (require 'itimer),
18896         eval-and-compile and (featurep 'xemacs).
18897
18898 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18899
18900         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18901         GROUP is a virtual group.
18902
18903 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18904
18905         * gnus.el: Autoload `message-y-or-n-p'.
18906
18907 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18908
18909         * pgg-parse.el: Remove unnecessary (require 'custom).
18910
18911         * pgg-def.el: do.
18912
18913         * nnmail.el: do.
18914
18915         * gnus-undo.el: do.
18916
18917         * gnus-picon.el: do.
18918
18919         * gnus-util.el: do.
18920
18921 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18922
18923         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18924
18925 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18926
18927         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18928         handle, as well as a list.
18929
18930         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18931         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18932         (mm-w3m-cid-retrieve): Simplify.
18933
18934 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18935
18936         * message.el (message-kill-to-signature): Allow prefix arg to
18937         specify number of lines to keep before signature.
18938
18939 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18940
18941         * message.el (message-kill-to-signature): Change docstring.
18942
18943 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18944
18945         * canlock.el: Always require sha1-el.
18946         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18947
18948         * message.el: Autoload sha1 only when compiling.
18949
18950         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18951         eudc-expand-inline for XEmacs.
18952
18953 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18954
18955         * message.el (message-canlock-generate): Require sha1-el.
18956
18957 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18958
18959         * message.el (message-expand-name): Silence the byte compiler.
18960
18961         * lpath.el: Add detect-coding-system.
18962
18963         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18964         cus-edit.
18965
18966 2004-01-13  Simon Josefsson  <jas@extundo.com>
18967
18968         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18969         Invoke gnus-score-mode.
18970         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
18971
18972         * gnus-range.el (gnus-compress-sequence): Doc fix.
18973         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
18974
18975 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18976
18977         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18978
18979 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18980
18981         * spam.el (spam-get-article-as-string): Update to use
18982         gnus-request-article-this-buffer, much simpler.
18983         (spam-get-article-as-buffer): Remove.
18984
18985 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18986
18987         * message.el (message-expand-name): Use EUDC if the user uses that.
18988
18989 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18990
18991         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18992         character for the encoding to avoid consing a string.
18993
18994         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18995         unnecessarily.
18996
18997         * mm-util.el (mm-replace-chars-in-string): Remove.
18998
18999         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19000         of mm-replace-chars-in-string.
19001
19002 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19003
19004         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19005
19006         * mm-util.el (mm-subst-char-in-string): Support inplace.
19007
19008         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19009         a new string in every iteration.  Use shy groups.
19010
19011 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19012
19013         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19014         * gnus-soup.el (gnus-soup-group-brew):
19015         * gnus-msg.el (gnus-put-message):
19016         * gnus-move.el (gnus-group-move-group-to-server):
19017         * gnus-kill.el (gnus-batch-score):
19018         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19019         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19020         (gnus-group-update-group, gnus-group-read-group)
19021         (gnus-group-make-group, gnus-group-make-help-group)
19022         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19023         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19024         (gnus-group-sort-by-unread, gnus-group-catchup)
19025         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19026         (gnus-group-yank-group, gnus-group-set-info)
19027         (gnus-group-list-groups):
19028         * gnus.el (gnus-generate-new-group-name):
19029         * gnus-delay.el (gnus-delay-send-queue):
19030         * nnvirtual.el (nnvirtual-catchup-group):
19031         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19032         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19033         (gnus-group-prepare-topics, gnus-topic-check-topology):
19034         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19035         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19036         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19037         (gnus-group-make-articles-read):
19038         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19039         (gnus-group-change-level, gnus-kill-newsgroup)
19040         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19041         (gnus-get-unread-articles, gnus-make-articles-unread)
19042         (gnus-make-ascending-articles-unread): Use accessor
19043         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19044         to get group information for improved readability.
19045
19046
19047 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19048
19049         * gnus-art.el (article-decode-mime-words, article-babel)
19050         (gnus-article-highlight-signature, gnus-article-add-buttons)
19051         (gnus-signature-toggle): Use gnus-with-article-buffer.
19052
19053         * gnus-art.el (gnus-article-highlight-headers)
19054         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19055
19056         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19057         (gnus-article-set-globals, gnus-request-article-this-buffer)
19058         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19059         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19060         (gnus-mime-display-alternative): Use with-current-buffer.
19061
19062 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19063
19064         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19065         also under 80 char limit, and call gnus-error if needed.
19066         (spam-fetch-article-header): Fix - it was a
19067         buffer-local variable (gnus-newsgroup-data).
19068         (spam-find-spam): Use spam-generate-fake-headers, forget about
19069         spam-insert-fake-headers.
19070         (spam-insert-fake-headers): Remove.
19071
19072 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19073
19074         * deuglify.el (gnus-article-outlook-unwrap-lines)
19075         (gnus-outlook-rearrange-article)
19076         (gnus-outlook-repair-attribution-outlook)
19077         (gnus-outlook-repair-attribution-block)
19078         (gnus-outlook-repair-attribution-other): Remove redundant
19079         save-excursion.
19080
19081 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19082
19083         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19084         (spam-fetch-field-subject-fast)
19085         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19086         (spam-fetch-article-header): Add functions to deal with Gnus
19087         internals for fast retrieval of article header data.
19088         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19089
19090 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19091
19092         * pop3.el (pop3-md5): Remove.
19093         (pop3-apop): Replace pop3-md5 with md5.
19094
19095         * mm-bodies.el: base64 is always built-in.
19096
19097         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19098         Use with-current-buffer.
19099
19100 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19101
19102         * canlock.el (canlock-insert-header): Remove excessive grouping in
19103         regexp.
19104
19105         * gnus-sum.el (gnus-summary-read-document): Ditto.
19106
19107         * gnus-uu.el (gnus-uu-part-number): Ditto.
19108
19109         * html2text.el (html2text-remove-tags): Ditto.
19110         (html2text-format-tags): Ditto.
19111         (html2text-format-single-elements): Ditto.
19112
19113         * mml.el (mml-parse-1): Ditto.
19114
19115 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19116
19117         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19118
19119         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19120
19121         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19122
19123         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19124
19125 2003-11-15  Simon Josefsson  <jas@extundo.com>
19126
19127         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19128         (pgg-gpg-lookup-key): Use regexp match instead of
19129         split-string (split-string is different between emacs 21.2 and
19130         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19131
19132 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19133
19134         * gnus-art.el (gnus-mime-view-all-parts)
19135         (gnus-article-part-wrapper, gnus-article-view-part):
19136         Use with-current-buffer.
19137
19138 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19139
19140         * spam.el (spam-disable-spam-split-during-ham-respool)
19141         (spam-spamoracle-database, spam-cache-lookups)
19142         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19143         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19144         (spam-group-ham-marks, spam-group-spam-marks)
19145         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19146         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19147         also add spam-use-blackholes to the statistical checks.
19148         (spam-fetch-field-fast): Add interface to fetching fields, may
19149         become a macro.
19150         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19151         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19152         (spam-insert-fake-headers): Fake an article when needed.
19153         (spam-find-spam): Fake article when possible.
19154         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19155         (spam-check-bogofilter-headers): Use message-fetch-field instead
19156         of nnmail-fetch-field.
19157
19158 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19159
19160         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19161
19162 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19163
19164         * spam.el (spam-split): Do not require spam-use-CHECK to be
19165         enabled if that check is passed to spam-split explicitly; also
19166         fix so 'spam doesn't get converted to spam-split-group when
19167         spam-split-symbolic-return is t.
19168         (spam-find-spam): Find registrations of the article and use those
19169         instead of re-running spam-split to find the spam/ham
19170         classification of the article.
19171         (spam-log-processing-to-registry, spam-log-registered-p)
19172         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19173         Use gnus-error instead of gnus-message.
19174         (spam-log-registration-type): Add function to determine the
19175         classification of a message based on registry entries; will
19176         return nil if both 'spam and 'ham are found.
19177         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19178         a reasonably fast local cache without the loading errors.
19179         (spam-cache-lookups): Set to t by default.
19180         (spam-find-spam): Don't try to guess spam-cache-lookups.
19181         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19182         spam-caches entry.
19183         (spam-filelist-build-cache, spam-filelist-check-cache):
19184         Fix caching of whitelist/blacklist entries.
19185         (spam-check-whitelist, spam-check-blacklist):
19186         Invoke spam-from-listed-p with a type, not a cache variable.
19187         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19188
19189 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19190
19191         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19192
19193         * nnmail.el (nnmail-split-fancy): do.
19194
19195         * mml.el (mml-parse): do.
19196
19197         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19198         (gnus-score-adaptive): do.
19199
19200 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19201
19202         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19203         (gnus-mime-button-map): Don't set keymap parent.
19204         (gnus-button-ctan-directory-regexp): Use shy grouping.
19205         (gnus-prev-page-map): Don't set keymap parent.
19206         (gnus-prev-page-map): Remove duplicated one.
19207         (gnus-next-page-map): Don't set keymap parent.
19208         (gnus-mime-security-button-map): Ditto.
19209
19210         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19211         version number.
19212
19213         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19214
19215 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19216
19217         * canlock.el (canlock-sha1-function): Remove.
19218         (canlock-sha1-function-for-verify): Remove.
19219         (canlock-openssl-program): Remove.
19220         (canlock-openssl-args): Remove.
19221         (canlock-ignore-errors): Remove.
19222         (canlock-sha1-with-openssl): Remove.
19223         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19224         (canlock-verify): Don't use canlock-ignore-errors.
19225
19226         * sha1-el.el (sha1-string-external): Make it can return a string
19227         in binary form.
19228         (sha1-region-external): Ditto.
19229         (sha1-string-internal): Ditto.
19230         (sha1-region-internal): Ditto.
19231         (sha1-region): Ditto.
19232         (sha1-string): Ditto.
19233         (sha1): Ditto.
19234
19235 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19236
19237         * spam.el (spam-report-articles-gmane): New command.
19238
19239 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19240
19241         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19242
19243         * run-at-time.el (run-at-time-saved): Remove.
19244         (run-at-time): Doc fix.
19245
19246 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19247
19248         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19249         (gnus-summary-limit-map): Add it.
19250         (gnus-summary-make-menu-bar): do.
19251
19252 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19253
19254         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19255         Make attempt at some caching support (done for BBDB only now).
19256         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19257         addresses to be checked.
19258         (spam-clear-cache-BBDB): Add function, to be invoked by
19259         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19260         (spam-check-BBDB): Check and use the caches, if
19261         spam-cache-lookups is on, remove superfluous (provide).
19262
19263 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19264
19265         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19266
19267 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19268
19269         * run-at-time.el (run-at-time-saved): Move to after the definition
19270         of `run-at-time'.
19271
19272         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19273
19274 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19275
19276         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19277         mm-w3m-local-map-property.
19278
19279         * mm-view.el (mm-w3m-mode-map): Remove.
19280         (mm-w3m-local-map-property): Remove.
19281         (mm-inline-text-html-render-with-w3m): Don't use
19282         mm-w3m-local-map-property.
19283
19284 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19285
19286         * run-at-time.el: New file.
19287
19288         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19289         under Emacs.
19290
19291         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19292         of gnus-set-text-properties.
19293
19294         * gnus-uu.el (gnus-uu-save-article): Ditto.
19295
19296         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19297
19298         * gnus-cite.el (gnus-cite-parse): Ditto.
19299
19300         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19301         of gnus-.
19302
19303         * gnus-xmas.el (run-at-time): Require run-at-time.
19304
19305         * gnus.el: Change calls to nnheader-run-at-time and
19306         password-run-at-time throughout to use run-at-time directly.
19307
19308         * password.el: Remove definition of run-at-time.
19309
19310         * nnheaderxm.el: Remove definition of run-at-time.
19311
19312 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19313
19314         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19315         in prompt.
19316
19317 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19318
19319         * messagexmas.el (message-xmas-redefine): Alias
19320         `message-make-caesar-translation-table' to
19321         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19322         version.
19323
19324         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19325         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19326         `gnus-xmas-set-text-properties'.
19327         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19328         `gnus-xmas-completing-read'.
19329         (gnus-xmas-completing-read): Removed.
19330         (gnus-xmas-open-network-stream): Removed.
19331
19332         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19333         XEmacs version.
19334
19335         * dns.el (dns-make-network-process): Use `open-network-stream'
19336         instead of `gnus-xmas-open-network-stream'.
19337
19338         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19339
19340         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19341
19342 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19343
19344         * gnus-art.el (gnus-mime-display-alternative)
19345         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19346         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19347         Don't use gnus-local-map-property.
19348
19349         * gnus-util.el (gnus-local-map-property): Remove.
19350
19351         * mm-view.el (mm-view-pkcs7-decrypt):
19352         Replace gnus-completing-read-maybe-default with completing-read.
19353
19354         * gnus-util.el (gnus-completing-read): do.
19355         (gnus-completing-read-maybe-default): Remove.
19356
19357 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19358
19359         * password.el: Only autoload `run-at-time' if not XEmacs.
19360         Only autoload the itimer functions if XEmacs.
19361
19362 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19363
19364         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19365         XEmacsen.
19366
19367         * dgnushack.el: Autoload executable-find for XEmacs.
19368
19369 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19370
19371         * gnus-art.el (gnus-read-string): Remove.
19372         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19373         read-string.
19374
19375 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19376
19377         * netrc.el: Autoload password-read.
19378         (netrc): Add configuration group.
19379         (netrc-encoding-method, netrc-openssl-path):
19380         Add variables for encoding and decoding of files with symmetric
19381         ciphers.
19382         (netrc-encode): Add assistant function to encode a file with
19383         netrc-encoding-method.
19384         (netrc-parse): Add interactive parameter, added optional
19385         decoding if netrc-encoding-method is non-nil but otherwise
19386         behavior is standard.
19387         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19388         Do s/encode/encrypt/ everywhere.
19389
19390         * spam.el: Remove executable-find autoload.
19391
19392 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19393
19394         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19395
19396         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19397
19398 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19399
19400         * gnus-art.el (gnus-treat-ansi-sequences)
19401         (article-treat-ansi-sequences): New variable and function.
19402         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19403
19404         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19405         Use it.
19406
19407 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19408
19409         * mm-util.el (mm-quote-arg): Remove.
19410
19411         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19412         shell-quote-argument.
19413
19414         * gnus-uu.el (gnus-uu-command): do.
19415
19416         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19417
19418         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19419         with make-char.
19420
19421         * mm-util.el (mm-make-char): Remove.
19422
19423         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19424         add-minor-mode.
19425
19426         * gnus-undo.el (gnus-undo-mode): do.
19427
19428         * gnus-topic.el (gnus-topic-mode): do.
19429
19430         * gnus-sum.el (gnus-dead-summary-mode): do.
19431
19432         * gnus-start.el (gnus-slave-mode): do.
19433
19434         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19435
19436         * gnus-ml.el (gnus-mailing-list-mode): do.
19437
19438         * gnus-gl.el (gnus-grouplens-mode): do.
19439
19440         * gnus-draft.el (gnus-draft-mode): do.
19441
19442         * gnus-dired.el (gnus-dired-mode): do.
19443
19444         * gnus-ems.el (gnus-add-minor-mode): Remove.
19445
19446         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19447         Replace gnus-char-width with char-width.
19448
19449         * gnus-ems.el (gnus-char-width): Remove.
19450
19451         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19452         Replace gnus-char-width with char-width.
19453
19454         * gnus-ems.el (gnus-char-width): Remove.
19455
19456         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19457         definition.
19458         Remove Emacs 20 hash table compatibility code.
19459
19460         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19461         20 compatibility code.
19462
19463         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19464
19465         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19466
19467         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19468         Replace with point-at-{eol,bol}.
19469
19470         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19471
19472         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19473
19474         * flow-fill.el (fill-flowed-point-at-bol)
19475         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19476
19477         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19478         Replace with point-at-{eol,bol} throughout all files.
19479
19480 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19481
19482         * ntlm.el (ntlm-string-as-unibyte): New macro.
19483         (ntlm-build-auth-response): Use it.
19484
19485         Remove Emacs 20 stuff:
19486         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19487         (butlast, mapc, remove): Remove the compiler macros.
19488         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19489         of delq and copy-sequence.
19490         * gnus-art.el (popup-menu): Remove the compiler macro.
19491         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19492         Emacs 20.
19493
19494 2004-01-05  Simon Josefsson  <jas@extundo.com>
19495
19496         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19497         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19498         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19499         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19500         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19501         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19502         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19503         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19504         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19505         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19506         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19507         string-xor into ntlm-string-xor.
19508         Suggested by Jesper Harder <harder@myrealbox.com>.
19509
19510         * ntlm.el: Don't include poem.
19511
19512         * md4.el (print-int32, print-string-hexa): Remove.
19513         Suggested by Jesper Harder <harder@myrealbox.com>.
19514
19515         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19516
19517         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19518         probably breaks emacs with DL patch, but do we care? Is anyone
19519         still using the DL stuff?)
19520
19521         * sieve-manage.el: Use the password package.
19522         (sieve-manage-read-passwd): Remove.
19523         (sieve-manage-interactive-login): Use password.  Re-add
19524         condition-case around loop.
19525
19526         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19527         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19528         Use the password package.
19529
19530 2003-02-19  Simon Josefsson  <jas@extundo.com>
19531
19532         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19533         token.
19534
19535 2002-08-07  Simon Josefsson  <jas@extundo.com>
19536
19537         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19538         (sieve-manage-authenticators):
19539         (sieve-manage-authenticator-alist): Add some SASL mechs.
19540         (sieve-sasl-auth): New function.
19541         (sieve-manage-cram-md5-auth):
19542         (sieve-manage-plain-auth): Rewrite using SASL library.
19543         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19544         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19545         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19546         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19547
19548 2004-01-05  Simon Josefsson  <jas@extundo.com>
19549
19550         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19551         New files.
19552
19553 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19554
19555         * gnus-group.el (gnus-no-groups-message): Update.
19556
19557         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19558
19559 2003-11-09  Simon Josefsson  <jas@extundo.com>
19560
19561         * imap.el: Support for ID IMAP extension (RFC 2971).
19562         (imap-local-variables): Add imap-id.
19563         (imap-id): New variable.
19564         (imap-id): New function.
19565         (imap-parse-response): Parse untagged ID response.
19566         * nnimap.el (nnimap-id): New variable.
19567         (nnimap-open-connection): Use it.
19568
19569 2003-12-28  Simon Josefsson  <jas@extundo.com>
19570
19571         * gnus-score.el (gnus-score-edit-all-score): New.
19572         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19573
19574 2004-01-04  Simon Josefsson  <jas@extundo.com>
19575
19576         * password.el: Add.
19577
19578 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19579
19580         * dns.el (dns-query-types): Fix typo.
19581         (dns-query-types): New function.
19582         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19583         PTR and SOA replies, see RFC 1035.
19584
19585 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19586
19587         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19588
19589         * Move to Changelog.2.
19590
19591 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19592
19593         * gnus.el (gnus-version-number): Bump version.
19594
19595 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19596
19597         * gnus.el: No Gnus v0.1 is released.
19598
19599 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19600
19601         * gnus.el: No Gnus v0.0 is released.
19602
19603 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19604
19605         * gnus.el (gnus-version-number): Bump.
19606         (gnus-version): No.
19607
19608 See ChangeLog.2 for earlier changes.
19609
19610     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19611       Free Software Foundation, Inc.
19612
19613   This file is part of GNU Emacs.
19614
19615   GNU Emacs is free software: you can redistribute it and/or modify
19616   it under the terms of the GNU General Public License as published by
19617   the Free Software Foundation, either version 3 of the License, or
19618   (at your option) any later version.
19619
19620   GNU Emacs is distributed in the hope that it will be useful,
19621   but WITHOUT ANY WARRANTY; without even the implied warranty of
19622   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19623   GNU General Public License for more details.
19624
19625   You should have received a copy of the GNU General Public License
19626   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19627
19628 ;; Local Variables:
19629 ;; coding: utf-8
19630 ;; fill-column: 79
19631 ;; add-log-time-zone-rule: t
19632 ;; End: