gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of names.
[gnus] / lisp / ChangeLog
1 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
4         names.
5
6         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
7         characters.
8
9         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
10         to t of inhibit-read-only since it is inside gnus-with-article-headers.
11         Suggested by Štěpán Němec <stepnem@gmail.com>.
12         (gnus-gravatar-transform-address): Use mail-extract-address-components
13         that supports non-ASCII names rather than mail-header-parse-addresses.
14
15 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16
17         * proto-stream.el (open-protocol-stream): All starttls connections are
18         handled by the network handler.
19
20 2010-11-30  Julien Danjou  <julien@danjou.info>
21
22         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
23         (nnimap-open-connection-1): Fix PREAUTH.
24
25         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
26
27 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
28
29         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
30         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
31         (shr-insert): Use them.
32         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
33
34 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
35
36         * nnir.el (nnir-request-move-article): Bail out if original group
37         doesn't support article moves.
38         (nnir-get-active): Improve active list retrieval.
39
40 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
41
42         * shr.el (shr-find-fill-point): Don't break before apostrophes.
43
44 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
45
46         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
47         seem to accept strings-with-numbers as port numbers,
48
49 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
50
51         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
52         change the registry.
53
54 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
55
56         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
57         delete-dups that is not available in XEmacs 21.4.
58
59         * mm-util.el (mm-delete-duplicates): Add comment.
60
61 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
62
63         * nnir.el (nnir-ignored-newsgroups): New variable.
64         (nnir-get-active): Use it.
65
66 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
67
68         * proto-stream.el (proto-stream-open-network): Add some comments.
69
70         * nntp.el (nntp-open-connection): Provide a :success condition.
71
72         * nnimap.el (nnimap-open-connection-1): Ditto.
73
74         * proto-stream.el (proto-stream-open-network): See what the response to
75         the STARTTLS command is.
76
77         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
78         backwards compatibility).
79         (nnimap-open-connection-1): Really respect nnimap-server-port.
80
81         * proto-stream.el (proto-stream-open-network): When doing opportunistic
82         TLS upgrades we don't really care about the identity of the peer.
83         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
84         that what we've checked for.
85         (proto-stream-always-use-starttls): Only default to t if
86         open-gnutls-stream exists.
87         (proto-stream-open-network): If STARTTLS failed, then just open a
88         normal connection.
89         (proto-stream-open-network): Wait until the greeting before doing
90         STARTTLS.
91
92         * nntp.el (nntp-open-connection): Report what the connection error is.
93
94         * proto-stream.el (open-protocol-stream): Renamed from
95         open-proto-stream.
96
97 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
98
99         * nnimap.el (nnimap-stream): Change default to `undecided'.
100         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
101         first, and then network.
102         (nnimap-open-connection-1): Respect nnimap-server-port.
103         (nnimap-open-connection): Be more backwards-compatible.
104
105         * proto-stream.el (proto-stream-always-use-starttls): New variable.
106         (proto-stream-open-starttls): De-duplicate the starttls code.
107         (proto-stream-open-starttls): Folded back into the main function.
108         (proto-stream-open-network): Fix typo in the gnutls path.
109         (proto-stream-command): Refactor out.
110
111         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
112
113         * proto-stream.el (proto-stream-open-starttls): Actually implement the
114         starttls.el STARTTLS.
115
116         * color.el (color-lab->srgb): Fix function call name.
117
118         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
119         if we're using tls.el.
120         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
121         built in, then don't try to establish a STARTTLS connection.
122
123         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
124         servers.
125
126         * proto-stream.el (open-proto-stream): Use network, not stream.
127         (open-proto-stream): Add a way to specify what the end of a command is.
128
129         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
130         connections types.
131         (nntp-open-network-stream): Remove.
132         (nntp-open-ssl-stream): Remove.
133         (nntp-open-tls-stream): Remove.
134         (nntp-ssl-program): Remove.
135
136         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
137
138 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
139
140         * nnir.el: Fix typos.
141         (nnir-retrieve-headers-override-function): Rename variable to reflect
142         new semantics.
143         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
144         macros.
145         (nnir-request-article, nnir-request-move-article): Use them.
146         (nnir-categorize): New function.
147         (nnir-run-query): Use it.
148         (nnir-retrieve-headers): Rewrite to batch header retrieval.
149         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
150         sorted.
151         (nnir-group-full-name): Use gnus-group-full-name instead.
152         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
153         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
154
155 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
156
157         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
158
159         * proto-stream.el: New library to provide protocol-specific
160         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
161         protocols.
162         (open-proto-stream): Complete the documentation.
163         (proto-stream-open-network): Fix some typos.
164
165         * nnimap.el (nnimap-open-connection): Use it.
166
167 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
168
169         * pop3.el (pop3-open-server): Read server greeting before starting TLS
170         negotiation.
171
172 2010-11-26  Julien Danjou  <julien@danjou.info>
173
174         * color.el: Rename various rgb functions to srgb.
175
176 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
177
178         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
179         names.
180
181 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
182
183         * shr.el (shr-insert): Revert last change.
184         (shr-find-fill-point): Never leave point being at bol;
185         relax the kinsoku limitation when rendering tables.
186
187 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
188
189         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
190         results from -accept-article.
191
192         * shr-color.el: Require cl when compiling.
193
194         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
195         checkin.
196
197         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
198
199         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
200
201         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
202         'add and 'delete to set backend marks.
203
204         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
205
206         * nnheader.el (nnheader-update-marks-actions): Refactor out.
207
208         * nntp.el (nntp-request-set-mark): Use it.
209
210         * nnfolder.el (nnfolder-request-set-mark): Ditto.
211
212         * nnml.el (nnml-request-set-mark): Ditto.
213
214         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
215         introduces regressions in article selection.
216         (nnimap-find-uid-response): New function.
217         (nnimap-request-accept-article): Use the UID returned, if any.
218         (nnimap-request-move-article): Use the UID returned, if any.
219         (nnimap-get-groups): Reimplement to work with folded lines.
220         (nnimap-find-uid-response): The UID is the last element in the list.
221         (nnimap-request-set-mark): Extend syntax with 'set.
222
223         * nnml.el (nnml-request-set-mark): Ditto.
224
225         * nnfolder.el (nnfolder-request-set-mark): Ditto.
226
227         * nntp.el (nntp-request-set-mark): Ditto.
228
229 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
230
231         * message.el (message-called-interactively-p): A temporary macro.
232         (message-goto-body): Use it temporarily.
233
234 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
235
236         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
237         (nnimap-last-response-string): Unfold quoted lines, if they exist.
238         (nnimap-last-response-string): Fix last unfolding fix.
239
240 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
241
242         * shr.el (shr-insert): Fix the way to fold lines.
243
244 2010-11-25  Julien Danjou  <julien@danjou.info>
245
246         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
247
248         * color.el: Rename from color-lab.el
249         (color-rgb->hex): Add.
250         (color-complement): Add.
251         (color-complement-hex): Add.
252
253         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
254
255 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
256
257         * shr-color.el (shr-color-visible): Don't bug out if the colour names
258         don't exist.
259
260 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
261
262         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
263         assuming that article displaying or another mml-preview may be
264         interrupted for an error or for the like.
265
266         * shr.el (shr-get-background): Fix argument name.
267
268 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
269
270         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
271
272         * gnus-sum.el (gnus-summary-include-articles): New function.
273
274         * message.el (message-goto-body): called-interactively-p needs a
275         parameter, so use `any'.
276
277         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
278         clear marks before moving, since they're synced from the Gnus side
279         first.
280
281         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
282         (gnus-summary-move-article): Copy over all marks before moving, so that
283         IMAP doesn't think a new article has arrived.
284
285 2010-11-24  Julien Danjou  <julien@danjou.info>
286
287         * shr.el (shr-insert-background-overlay): Fix typo.
288         (shr-render-td): Copy the background before rendering.
289
290         * shr-color.el (shr-color-visible): Fix docstring.
291
292         * shr.el (shr-tag-table): Add bgcolor support.
293         (shr-render-td): Add bgcolor support.
294         (shr-get-background): Add.
295         (shr-insert-foreground-overlay): Use shr-get-background.
296
297         * message.el (message-goto-body): Use called-interactively-p.
298         (message-in-body-p): message-goto-body returns point.
299
300 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
301
302         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
303         Fixes something or other in Emacs 23, and is backwards compatible.
304
305         * message.el (message-goto-body): Remove the <#secure special-casing,
306         which is too special.
307
308         * shr.el (shr-parse-style): Drop !important from styles.
309
310 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
311
312         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
313         this function to return incorrect results when calling it with an
314         explicit article argument different from
315         (gnus-summary-article-number).
316
317 2010-11-24  Julien Danjou  <julien@danjou.info>
318
319         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
320         (shr-tag-body): Add background support.
321         (shr-descend): Add background support.
322         (shr-tag-title): Add.
323
324         * shr-color.el (shr-color-visible): Really return original background
325         if fixed.
326
327 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
328
329         * shr.el (shr-color-check): Protect against non-existant colour names.
330
331 2010-11-24  Julien Danjou  <julien@danjou.info>
332
333         * color-lab.el: Require 'cl when compiling.
334
335         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
336
337         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
338         matched part.
339
340         * color-lab.el: Fix all expt calls to use float type.
341
342 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
343
344         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
345         expression to shr-color-check as is.
346
347         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
348
349         * color-lab.el: Add coding cookie.
350         (float-pi): Use eval-and-compile.
351
352         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
353         compiled for Emacsen having no `libxml-parse-html-region' support.
354
355 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
356
357         * shr.el (shr-insert-color-overlay): Split stuff like
358         "#444444 !important" to find the real colour.
359         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
360         parse <font color="red"> entries.
361
362 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
363
364         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
365         point when parsing headers.
366
367         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
368         is positioned properly when parsing headers.
369
370 2010-11-23  Julien Danjou  <julien@danjou.info>
371
372         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
373
374         * shr-color.el (shr-color->hexadecimal): Add support for color names.
375
376         * shr.el (shr-parse-style): Replace \n with space in style parsing.
377
378         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
379         shr-color-hue-to-rgb.
380         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
381
382 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
383
384         * shr.el (shr-color->hexadecimal): Autoload.
385         (shr-descend): Add color to all tags.
386
387 2010-11-22  Julien Danjou  <julien@danjou.info>
388
389         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
390         shr-color->hexadecimal.
391
392         * shr-color.el (shr-color->hexadecimal): Add converting functions for
393         RGB() or HSL() color representation.
394
395         * shr.el (shr-tag-font): Add.
396         (shr-tag-color-check): New function to get better colors.
397         (shr-tag-insert-color-overlay): Factorize code between tag-font and
398         tag-span.
399
400         * shr-color.el: New file.
401
402         * color-lab.el: New file.
403
404         * gnus-art.el (gnus-url-mailto): Do not downcase args.
405
406 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
407
408         * nnir.el: Fix typo in comments.
409         (nnir-run-imap): Simplify code. No need to reverse artlist.
410         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
411
412 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
413
414         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
415
416         * nnimap.el (nnimap-get-capabilities): Refactor out.
417         (nnimap-open-connection): Re-request capabilities after STARTTLS.
418
419 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
420
421         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
422         appearing when `mm-uu-hide-markers' is nil.
423
424 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
425
426         * nnimap.el (nnimap-unselect-group): Make into its own function.
427         (nnimap-request-rename-group): Unselect group before renaming.
428         This had gotten lost somewhere.
429         (nnimap-request-accept-article): Keep track of examined groups, and
430         unselect the group before APPENDing to read-only groups.
431         (nnimap-request-move-article): Clear flags before moving so that they
432         can be re-set later.
433
434 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
435
436         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
437         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
438
439 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
440
441         * gnus-art.el (gnus-mime-display-single)
442         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
443         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
444         parameter.
445
446 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
447
448         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
449         (shr-table-vertical-line): New variable.
450         (shr-insert-table): Use it.
451
452 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
453
454         * gnus-html.el (gnus-html-wash-images): Don't display images if
455         gnus-inhibit-images is non-nil; register displayer for cid images.
456         (gnus-html-display-image): Work for cid image.
457         (gnus-html-insert-image): Allow arguments.
458         (gnus-html-put-image): Inhibit read-only.
459         (gnus-html-prefetch-images): Don't prefetch images if
460         gnus-inhibit-images is non-nil.
461
462 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
463
464         * shr.el (shr-put-image): Break lines when inserting big pictures.
465
466 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
467
468         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
469         sender, thanks Katsumi Yamaoka.
470
471 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
472
473         * nnir.el (nnir-run-imap): Reverse the article list for each group
474         rather than the whole list.
475
476 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
477
478         * shr.el (shr-image-displayer): Protect function against non-existent
479         image source.
480
481         * gnus-art.el (gnus-inhibit-images): New user option.
482         (gnus-mime-display-single): Don't display image if it is non-nil.
483
484         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
485         gnus-inhibit-images.
486
487         * shr.el (shr-image-displayer): New function.
488         (shr-tag-img): Use it.
489
490 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
491
492         * mml2015.el (mml2015-epg-sign): Use From header.
493
494 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
495
496         * gnus-html.el (gnus-html-wash-images): Register a displayer.
497
498         * gnus-util.el (gnus-find-text-property-region): Return markers.
499
500         * shr.el (shr-tag-img): Put a displayer in the text property.
501
502         * gnus-util.el (gnus-find-text-property-region): New utility function.
503
504         * gnus-html.el (gnus-html-display-image): Make the alt optional.
505         (gnus-html-show-images): Remove.
506
507         * gnus-art.el (gnus-article-show-images): New, more general function.
508
509         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
510         image url text properties.
511
512         * shr.el: Ditto.
513
514         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
515         gnus-agent-auto-agentize-methods is set.  Which it isn't.
516
517 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
518
519         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
520         work for two or more articles.
521
522 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
523
524         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
525         divide an image that's in an html article to two or more when washing
526         non-ASCII characters in alt text of it.
527
528 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
529
530         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
531         smime-decrypt-region using function argument.
532         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
533
534         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
535
536         * smime.el (smime-decrypt-region): Catch it.
537
538 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
539
540         * smime.el (smime-mode-map): Move initialization into declaration.
541         (gnus-run-mode-hooks): Don't autoload.
542         (smime-mode): Use define-derived-mode.
543
544 2010-11-11  Glenn Morris  <rgm@gnu.org>
545
546         * smime.el (from): Restrict declaration to XEmacs.
547
548         * nnir.el (gnus-group-topic-name): Autoload.
549
550 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
551
552         * shr.el (shr-insert): Don't break long line if it is because of
553         kinsoku-bol characters in the line end.
554
555 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
556
557         * nnir.el (nnir-request-move-article): Fix to provide original group
558         and subject.
559         (nnir-warp-to-article): Don't fail on articles whose headers haven't
560         been retrieved.
561
562         * gnus-sum.el (gnus-summary-move-article): Use original group and
563         subject for virtual articles such as those in an nnir summary buffer.
564
565 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
566
567         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
568         least 21.5).
569
570         * smime.el (from): Declare it again for XEmacs.
571
572 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
573
574         * message.el (message-resend): Don't disable encoding unless it's
575         already encoded.
576
577         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
578         low-numbered articles.
579
580 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
581
582         * rfc2047.el (rfc2047-syntax-table): Simplify.
583
584         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
585
586         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
587         set-char-table-range for XEmacs.
588
589 2010-11-10  Glenn Morris  <rgm@gnu.org>
590
591         * time-date.el (time-to-seconds): Always an alias on Emacs,
592         never a real function.
593         (with-no-warnings): Remove compat stub, now unused.
594         (time-less-p): Doc fix.
595         (time-to-number-of-days): Simplify.
596
597         * smime.el (from): Remove unused declaration.
598
599         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
600         (gnus-float-time): On Emacs, always an alias.
601
602         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
603         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
604
605 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
606
607         * dgnushack.el: Don't use ignore-errors in the top level form since it
608         is unavailable in XEmacs even if cl is loaded.
609
610         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
611
612 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
613
614         * shr.el (browse-url-mailto): Autoload.
615
616         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
617
618         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
619         regexp doesn't need quoting.
620
621 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
622
623         * message.el (message-subject-trailing-was-ask-regexp)
624         (message-subject-trailing-was-regexp): Match was: in addition to was.
625
626 2010-11-09  Glenn Morris  <rgm@gnu.org>
627
628         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
629         (nnbabyl-check-mbox): Use point-at-bol.
630
631 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
632
633         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
634
635         * message.el (message-mailto): New function.
636         (message-mailto): Should accept other parameters.
637         (message-mailto): Remove since it duplicates browse-url-mailto
638         functionality.
639
640 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
641
642         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
643         methods.
644         (gnus-read-active-file): Ditto.
645
646         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
647         ": " from the prompt.
648         (gnus-group-make-group): Ditto.
649
650 2010-11-07  Glenn Morris  <rgm@gnu.org>
651
652         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
653         (gnus-bookmark-kill-line): Use point-at-eol.
654
655 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
656
657         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
658         asterisks in From header.
659
660 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
661
662         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
663         string to avoid making the From headers syntactically invalid.
664
665         * message.el (message-send-mail): Don't insert courtesy messages if the
666         message already has List-Post and List-ID messages.
667
668 2010-11-06  Glenn Morris  <rgm@gnu.org>
669
670         * gnus-art.el (gnus-treat-article): Give dynamic local variables
671         `condition', `type', `length' a prefix.
672         (gnus-treat-predicate): Update for above name changes.
673
674 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
675
676         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
677         binding.  Handled by `gnus-summary-refer-thread' instead.
678         (nnir-warp-to-article): New backend function.
679
680         * nnimap.el (nnimap-request-thread): Force dependency updating.
681
682         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
683         (gnus-summary-refer-thread): Rework to improve thread-referral.
684
685         * gnus-int.el (gnus-warp-to-article): New function.
686
687         * gnus-sum.el (gnus-summary-article-map): Bind it.
688
689 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
690
691         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
692         gnus-summary-refer-thread.
693
694         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
695         headers.
696         (gnus-summary-limit-include-thread): Prevent articles in thread from
697         being cut in gnus-cut-threads.
698         (gnus-summary-refer-thread): Limit retrieved headers to those in
699         thread.
700
701 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
702
703         * message.el (message-send-mail): Use the value of
704         message-courtesy-message from the message buffer.
705
706         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
707
708         * shr.el (shr-browse-url): Implement mailto: URLs.
709
710         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
711         "raw".
712
713         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
714         if it's already selected.
715
716         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
717
718 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
719
720         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
721         to measure the length and truncate alt text.
722
723 2010-11-03  Glenn Morris  <rgm@gnu.org>
724
725         * nndiary.el (nndiary-generate-nov-databases-1)
726         (nndiary-generate-active-info): Rename dynamic variable `files' to
727         something less generic.
728
729 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
730
731         * nnir.el (nnir-request-move-article): Call the underlying backend to
732         move articles from nnir.
733
734 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
735
736         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
737
738 2010-11-02  Julien Danjou  <julien@danjou.info>
739
740         * nnir.el: Remove wais support.
741
742 2010-11-02  Glenn Morris  <rgm@gnu.org>
743
744         * gnus-html.el: Reorder requirements to quieten compiler.
745
746 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
747
748         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
749         properly for XEmacs as well.
750         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
751         (gnus-article-natural-long-line-p): Use window-width rather than
752         frame-width.
753
754 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
755
756         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
757         (nnir-read-parms): Don't modify query.
758         (nnir-run-query): Add ability to search topic on current line.
759         (nnir-get-active): Clean up.
760
761 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
762
763         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
764         degenerate articles.
765
766         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
767         (gnus-print-buffer): Just print the buffer as is, without any copying
768         to a buffer and then re-highlighting.
769
770         * nnimap.el (nnimap-request-group): Store the new updated info.
771         (nnimap-request-group): Select the group when we don't know whether it
772         exists or not.
773
774         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
775         groups.
776
777         * gnus-group.el (gnus-group-find-new-groups): Display all the new
778         groups.
779
780         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
781         groups.
782
783         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
784         long-lines case by only filling the long lines.
785
786         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
787         (bug #7311).
788
789 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
790
791         * shr.el: No need to declare `declare-function' since shr.el is for
792         only Emacsen that provide `libxml-parse-html-region'.
793
794         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
795         effective only in a file it is referred to.
796
797 2010-11-01  Glenn Morris  <rgm@gnu.org>
798
799         * mm-util.el (gnus-completing-read): Autoload.
800         (mm-read-coding-system): Simplify Emacs definition.
801
802         * nnmail.el (gnus-activate-group):
803         * nnimap.el (gnutls-negotiate):
804         * nntp.el (netrc-parse): Fix declarations.
805
806 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
807
808         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
809         string-match-p in Emacs >=23.
810
811         * gnus-msg.el (gnus-configure-posting-styles)
812         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
813
814 2010-11-01  Glenn Morris  <rgm@gnu.org>
815
816         * nnir.el (declare-function): Add compat stub.
817         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
818         (nnir-run-gmane): Require 'mm-url.
819
820         * mm-util.el (mm-string-to-multibyte): Simplify.
821
822         * shr.el (declare-function): Add compat stub.
823         (url-cache-create-filename): Declare.
824         (mm-disable-multibyte, widget-convert-button): Autoload.
825
826         * smime.el (ldap-search): Declare.
827         (smime-cert-by-ldap-1): Require ldap on Emacs.
828
829         * nnimap.el: Require nnmail, and gnus-sum when compiling.
830         (nnimap-keepalive): Use gnus-float-time.
831
832         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
833         (mail-source-delete-crash-box): Use gnus-float-time.
834
835         * gnus-dired.el (gnus-completing-read): Autoload.
836
837         * mm-view.el (gnus-rescale-image): Autoload.
838
839         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
840
841         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
842
843         * sieve-manage.el: Require 'cl when compiling.
844
845         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
846         (gnus-iswitchb-completing-read): Require iswitchb.
847         (gnus-select-frame-set-input-focus): Silence compiler.
848
849 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
850
851         * message.el (message-subject-trailing-was-query): Change default to t,
852         since I think that's what most people want.
853
854         * nnimap.el (nnimap-request-accept-article): Erase buffer before
855         appending for easier debugging.
856         (nnimap-wait-for-connection): Take a regexp.
857         (nnimap-request-accept-article): Wait for the continuation line before
858         sending anything unless we're streaming.
859
860         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
861         leave the header washing to take place.
862
863 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
864
865         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
866         regular expression match and replace in posting styles.
867
868 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
869
870         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
871         an entire server.
872         (nnir-get-active): New function.
873         (nnir-run-imap): Use it.
874         (nnir-run-gmane): Who knew, gmane search returns an article score!
875
876         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
877         server on the current line with nnir.
878
879 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
880
881         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
882         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
883         left edge.
884         (gnus-article-foldable-buffer): Skip past the prefix when determining
885         raggedness.
886
887         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
888         the raw article, and change `C-u g' to show the article without doing
889         treatments.
890
891         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
892         on to `gnus-treat-article'.
893         (gnus-inhibit-article-treatments): New variable.
894
895         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
896
897         * gnus-art.el (gnus-treatment-function-alist): Have
898         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
899         (gnus-treat-fill-long-lines): Change default to fill all text/plain
900         sections.
901
902         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
903         parameter.
904         (gnus-article-fill-cited-long-lines): New function.
905         (gnus-article-fill-cited-article): Allow filling only long sections.
906
907         * shr.el (shr-find-fill-point): Don't break lines between punctuation
908         and non-punctuation (like after the apostrophe in "'We").
909
910         * gnus-sum.el (gnus-summary-select-article): Make sure
911         gnus-original-article-buffer is alive.
912
913         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
914         reflect the order they're in in the digest.
915
916         * gnus.el (gnus-group-startup-message): Move point to the start of the
917         buffer.
918
919         * nnimap.el (nnimap-capability): New function.
920         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
921         is set.
922
923 2010-10-31  David Engster  <dengste@eml.cc>
924
925         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
926         conform with changes to gnus-completing-read.
927
928 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
929
930         * shr.el (shr-tag-img): Output "*" instead of "[img]".
931
932 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
933
934         * nnir.el: Move defvar, defcustom around to keep file organized
935         and keep byte-compiler quiet.
936         (nnir-read-parms): Accept search-engine as arg.
937         (nnir-run-query): Pass search-engine as arg.
938         (nnir-search-engine): Remove.
939
940 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
941
942         * shr.el (shr-generic): The text nodes should be text, not :text.
943
944         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
945         later in the file.
946
947 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
948
949         * nnir.el: General clean up.  Allow searching with multiple engines.
950         Allow separate extra-parameters for each engine.
951         Batch queries when possible.
952         (nnir-imap-default-search-key,nnir-method-default-engines):
953         Add customize interface.
954         (nnir-run-gmane): New engine.
955         (nnir-engines): Use it.  Qualify all prompts with engine name.
956         (nnir-search-engine): Remove global variable.
957         (nnir-run-hyrex): Restore for now.
958         (nnir-extra-parms,nnir-search-history): New variables.
959         (gnus-group-make-nnir-group): Use them.
960         (nnir-group-server): Remove in favor of gnus-group-server.
961         (nnir-request-group): Avoid searching twice.
962         (nnir-sort-groups-by-server): New function.
963
964 2010-10-30  Julien Danjou  <julien@danjou.info>
965
966         * gnus-group.el: Remove gnus-group-fetch-control.
967
968         * gnus-start.el (gnus-find-new-newsgroups):
969         Remove gnus-check-first-time-used.
970
971         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
972
973 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
974
975         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
976         set on groups that don't have \* permanentflags.
977
978 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
979
980         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
981         control the background color.
982         (shr-tag-img): Ignore very small web bug type images.
983         (shr-put-image): Add help-echo alt texts to the images.
984         (shr-tag-video): Show the video poster image.
985
986 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
987
988         * shr.el (shr-table-depth): New variable.
989         (shr-tag-table-1): Only insert the images after the top-level table.
990
991         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
992
993         * gnus-util.el (gnus-list-memq-of-list): New function.
994
995         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
996         selected.
997         (nnimap-unsplittable-articles): New slot.
998         (nnimap-new-articles): Use it.
999
1000 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1001
1002         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1003         move to the previous line on `M-g'.
1004
1005 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1006
1007         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1008         *-request-group, which seems unnecessary.
1009
1010         * nnimap.el (nnimap-quote-specials): Function copied over from
1011         imap.el.
1012         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1013         they support that.  Suggested by Tom Regner.
1014
1015 2010-10-29  Julien Danjou  <julien@danjou.info>
1016
1017         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1018         defalias.
1019         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1020
1021         * gnus.el: Remove `gnus-nntp-service' variable.
1022         (gnus-secondary-servers): Make obsolete.
1023         (gnus-nntp-server): Make obsolete.
1024
1025         * gnus-start.el (gnus-1): Remove x-splash calls.
1026
1027         * gnus-ems.el (gnus-x-splash): Remove.
1028
1029         * gnus.el (gnus-group-startup-message): Simplify/update code.
1030
1031         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1032         definition.
1033
1034         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1035         capability before doing anything.
1036         (gnus-group-insert-group-line): Remove useless
1037         gnus-group-remove-excess-properties.
1038
1039 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1040
1041         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1042
1043 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1044
1045         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1046         config after reselecting.
1047
1048 2010-10-28  Julien Danjou  <julien@danjou.info>
1049
1050         * shr.el (shr-put-image): Use point even if only inserting text.
1051         (shr-put-image): Save excursion when inserting alt text on non-graphic
1052         display, so the behaviour is the same when we are on a graphic display.
1053
1054         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1055
1056 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1057
1058         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1059         (gnus-mime-copy-part): Check coding system, not charset.
1060         (gnus-mime-view-part-externally): Never remove part.
1061         (gnus-mime-view-part-internally): Don't remove part here.
1062         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1063         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1064         multipart/alternative.
1065
1066         * mm-decode.el (mm-display-part): Take optional arg `force'.
1067
1068 2010-10-26  Julien Danjou  <julien@danjou.info>
1069
1070         * gnus-group.el (gnus-group-default-list-level): Add this function to
1071         compute the default list level.
1072         (gnus-group-default-list-level): Add possibility to use a function.
1073
1074 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1075
1076         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1077
1078         * gnus-group.el (gnus-group-completing-read)
1079         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1080         gnus-replace-in-string.
1081
1082 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1083
1084         * shr.el (shr-tag-div): Add.
1085
1086         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1087
1088 2010-10-25  Julien Danjou  <julien@danjou.info>
1089
1090         * gnus-util.el: Remove `gnus-with-local-quit'.
1091
1092         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1093
1094 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1095
1096         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1097         the original article buffer.
1098
1099 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1100
1101         * nnimap.el (nnimap-request-head): New function.
1102         (nnimap-request-move-article): Try to be slighly faster by not
1103         requesting the entire message when moving.
1104         (nnimap-transform-headers): Don't bug out on bodiless articles.
1105         (nnimap-send-command): Have no outstanding messages if the IMAP server
1106         doesn't support streaming.
1107         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1108
1109 2010-10-24  Julien Danjou  <julien@danjou.info>
1110
1111         * message.el (message-default-headers): Fix type.
1112
1113 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1114
1115         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1116         prefetching images.
1117
1118         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1119         backend for unknown groups.  This is mainly useful for nnimap groups.
1120
1121         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1122         group isn't covered by the agent.
1123
1124 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1125
1126         * nnir.el (nnir-method-default-engines): New variable.
1127         (nnir-run-query): Use it.
1128         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1129         (gnus-summary-nnir-goto-thread): Change group if needed.
1130
1131         * gnus-group.el (gnus-group-group-map): Add key binding for
1132         gnus-group-make-nnir-group.
1133
1134 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1135
1136         * shr.el (shr-tag-object): Add.
1137
1138         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1139         original article buffer live.
1140         (gnus-summary-select-article-buffer):
1141         Mention gnus-widen-article-buffer.
1142
1143 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1144
1145         * shr.el (shr-tag-strong): Add.
1146
1147 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1148
1149         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1150         group names.  They mess up the group buffer badly.
1151
1152         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1153
1154         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1155         instead of the summary one.
1156
1157 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1158
1159         * mml.el (mml-preview): Work properly when editing article.
1160
1161         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1162         gnus-have-read-active-file if it's already been in.
1163
1164 2010-10-22  Tom Tromey  <tromey@redhat.com>
1165
1166         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1167         gnus-group-completing-read.
1168
1169 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1170
1171         * message.el (message-mode-map): Don't bind M-; to comment region, to
1172         allow the global comment-dwim to work.
1173
1174 2010-10-21  Julien Danjou  <julien@danjou.info>
1175
1176         * message.el (message-setup-1): Allow message-default-headers to be a
1177         function.
1178
1179 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1180
1181         * shr.el (shr-tag-table): Simplify.
1182
1183 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1184
1185         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1186         to avoid trying to snarf invalid stuff.
1187
1188         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1189
1190         * gnus.el (gnus-message-archive-group): Quote value.
1191         (gnus-message-archive-group): Mark as changed.
1192
1193         * shr.el (shr-add-font): Don't put the font properties on the newline
1194         or the indentation.
1195
1196         * message.el (message-fix-before-sending): Change options when sending
1197         non-printable characters.
1198
1199         * gnus.el (gnus-message-archive-method): Change the default to
1200         monthly outgoing groups.
1201
1202         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1203         that have gotten new numbers.
1204
1205         * nnimap.el (nnimap-request-replace-article): New function.
1206
1207 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1208
1209         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1210         (nnrss-request-article): Don't use special html washing code.
1211
1212 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1213
1214         * shr.el (shr-tag-table): Remove useless nconc.
1215
1216 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1217
1218         * gnus-art.el (article-wash-html): Simplify and remove the charset
1219         stuff.  Use the normal html rendering code instead of the special html
1220         washing code.
1221
1222         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1223         `gnus-w3m' symbols.
1224         (mm-text-html-washer-alist): Remove.
1225
1226         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1227         (mm-inline-media-tests): Remove use.
1228         (mm-text-html-renderer): Change default to the `shr' symbol.
1229
1230         * mm-view.el (mm-inline-text-html): Remove use.
1231
1232         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1233         `gnus-blocked-images' to be a function.
1234         (gnus-article-wash-function): Remove.
1235
1236 2010-10-20  Julien Danjou  <julien@danjou.info>
1237
1238         * spam.el (spam-list-of-processors): Mark as obsolete.
1239
1240         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1241         (nnimap-insert-partial-structure): Fix boundary detection.
1242
1243 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1244
1245         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1246         run file-truename on remote files.  This can be expensive and even
1247         prevent one from editing drafts if some unrelated buffer has a stale
1248         connection.
1249
1250 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1251
1252         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1253         kinsoku-eol regardless of shr-kinsoku-shorten.
1254         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1255         (shr-tag-table): Support caption, thead, and tfoot.
1256
1257 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1258
1259         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1260         lines.
1261         (shr-save-contents): New command and keystroke.
1262
1263         * nndoc.el (nndoc-type-alist): Add git support.
1264         (nndoc-git-type-p): New function.
1265         (nndoc-transform-git-article): Ditto.
1266         (nndoc-transform-git-headers): Ditto.
1267         (nndoc-transform-git-headers): Generate Subject headers.
1268
1269         * shr.el (shr-parse-style): New function.
1270         (shr-tag-span): Ditto.
1271
1272         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1273         to `G G' to avoid collisions.
1274
1275 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1276
1277         * shr.el: Load kinsoku if necessary.
1278         (shr-kinsoku-shorten): New internal variable.
1279         (shr-find-fill-point): Make kinsoku shorten text line if
1280         shr-kinsoku-shorten is bound to non-nil.
1281         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1282         shr-indentation too when testing if table is wider than frame width.
1283         (shr-insert-table): Use `string-width' instead of `length' to measure
1284         text width.
1285         (shr-insert-table-ruler): Make sure indentation is done at bol.
1286
1287 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1288
1289         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1290         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1291         undecoded network data.
1292
1293 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1294
1295         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1296         name in the mode line spec so that the mode line menu works
1297         (bug #2431).
1298
1299         * message.el (message-get-reply-headers): If we're fed `to-address',
1300         then always use that.
1301
1302         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1303         aren't so wide as to need to switch off the edit menu.
1304
1305         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1306         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1307
1308         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1309         `M-g'.
1310         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1311         the permanent marks.
1312
1313 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1314
1315         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1316         Splitting according to references/in-reply-to obeys the ignore-groups
1317         variable, while splitting by sender and subject do not.
1318
1319 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1320
1321         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1322         alist, so that we can look for non-Unicode chars.
1323         (article-translate-strings): Allow both character and string maps.
1324
1325 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1326
1327         * shr.el (shr-insert): Don't insert space behind a wide character
1328         categorized as kinsoku-bol, or between characters both categorized as
1329         nospace.
1330
1331 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1332
1333         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1334         headers to gnus-newsgroup-headers.
1335
1336 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1337
1338         * shr.el (shr-tag-img): Don't align images -- since we're not
1339         rescaling, this often leads to ugly displays.
1340
1341 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1342
1343         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1344         duplicates.
1345
1346 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1347
1348         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1349         call.
1350
1351 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1352
1353         * gnus.el: Autoload gnus-html-show-images.
1354
1355         * nnimap.el: Use nnheader-message throughout.
1356
1357         * shr.el (shr-tag-img): Ignore images with no data.
1358
1359 2010-10-15  Julien Danjou  <julien@danjou.info>
1360
1361         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1362         a possibility to disable format=flow encoding when using hard newlines.
1363
1364 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1365
1366         * shr.el (shr-insert): Remove space inserted before or after a
1367         breakable character or at the beginning or the end of a line.
1368         (shr-find-fill-point): Do kinsoku; find the second best point or give
1369         it up if there's no breakable point.
1370
1371 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1372
1373         * nnimap.el (nnimap-open-connection): Message when opening connection
1374         for debugging purposes.
1375
1376         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1377         on every setup buffer call to allow this to change from article to
1378         article.
1379
1380         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1381         buffers where we have a wide table.
1382
1383 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1384
1385         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1386         uses *-request-thread.
1387
1388 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1389
1390         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1391         incantation, which is no longer valid.
1392
1393 2010-10-14  Julien Danjou  <julien@danjou.info>
1394
1395         * shr.el: Fix defcustom type (char -> character).
1396
1397 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1398
1399         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1400         programs.
1401
1402 2010-10-14  Julien Danjou  <julien@danjou.info>
1403
1404         * shr.el (shr-tag-a): Use url-link as widget type.
1405
1406         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1407         `gnus-group-get-icon'.
1408
1409 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1410
1411         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1412         This should make server editing work better.
1413
1414         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1415
1416         * tls.el (tls-program): Remove spurious %s from openssl.
1417
1418         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1419         (nnimap-parse-flags): Fix regexp.
1420
1421         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1422         probably work for CJVK text, too.
1423
1424         * nnimap.el (nnimap-extend-tls-programs): Remove.
1425         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1426
1427         * tls.el (tls-starttls-switches): Remove starttls hack.
1428         (open-tls-stream): Ditto.
1429         (tls-find-starttls-argument): Ditto.
1430
1431 2010-10-13  Julien Danjou  <julien@danjou.info>
1432
1433         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1434         responses.
1435
1436 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1437
1438         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1439
1440         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1441         anything in Emacs.
1442
1443         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1444
1445 2010-10-13  Julien Danjou  <julien@danjou.info>
1446
1447         * shr.el (shr-width): Make shr-width a defcustom with default to
1448         fill-column.
1449         (shr-tag-img): Use shr-width rather than fill-column.
1450
1451 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1452
1453         * dgnushack.el (byte-optimize-apply)
1454         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1455
1456         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1457         position when (X-)Faces exist.
1458         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1459         avatars when called interactively.
1460
1461 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1462
1463         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1464         gnus-article-x-face-too-ugly is bound.
1465
1466 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1467
1468         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1469
1470         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1471         mailbox that doesn't exist.
1472
1473 2010-10-12  Julien Danjou  <julien@danjou.info>
1474
1475         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1476         (shr-get-image-data): Encode URL properly when fetching from cache.
1477         (shr-tag-img): Use aligned-to spaces to align correctly images.
1478
1479         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1480         before inserting the Gravatar.
1481
1482         * shr.el (shr-tag-img): Add align attribute support for <img>.
1483
1484 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1485
1486         * gnus-gravatar.el (gnus-art): Require.
1487
1488         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1489         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1490         Remove long obsoleted functions.
1491
1492 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1493
1494         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1495
1496         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1497
1498         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1499         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1500         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1501         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1502         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1503         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1504         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1505
1506 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1507
1508         * nnimap.el (nnimap-request-rename-group): Select group read-only
1509         before renaming it.
1510
1511         * shr.el (shr-insert): Fix up the white space only regexp.
1512
1513         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1514         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1515
1516         * shr.el (shr-current-column): New function.
1517         (shr-find-fill-point): New function.
1518
1519 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1520
1521         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1522         numbers.
1523
1524 2010-10-11  Julien Danjou  <julien@danjou.info>
1525
1526         * shr.el (shr-hr-line): Add.
1527         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1528         display hr lines.
1529         (shr-max-columns): Do not change state to nil if we just inserting
1530         spaces.
1531
1532 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1533
1534         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1535         select the last group.
1536
1537 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1538
1539         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1540
1541 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1542
1543         * dig.el (dig-mode-map): Declare and define in one step.
1544
1545 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1546
1547         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1548         for Gnus.
1549         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1550         (nnimap-update-qresync-info): Mark \Seen articles as read.
1551
1552         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1553         non-variable, too.
1554
1555         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1556         available.
1557         (nnimap-update-info): Rely more on the current active than the param
1558         active to avoid marking articles as read too much.
1559
1560         * auth-source.el (auth-source-create): Use (user-login-name) for the
1561         user name default.
1562
1563         * nnimap.el (nnimap-update-info): If the server doesn't return any
1564         useful info, just use the previous info.
1565         (nnimap-update-info): Prefer old info over start-article.
1566         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1567
1568 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1569
1570         * nnir.el (autoload): Clean up autoloads.
1571         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1572         Use key rather than value.
1573         (nnir-imap-search-other): New variable.
1574         (nnir-read-parm): Use it.
1575         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1576         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1577
1578 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1579
1580         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1581         the process, too.
1582
1583 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1584
1585         * spam.el (gnus-summary-mode-map): Bind to "$".
1586         Suggested by Russ Allbery.
1587
1588         * shr.el: Rework the way things are indented by <li> slightly.
1589
1590         * gnus.el (gnus-group-set-parameter): Fix typo.
1591
1592         * nnimap.el: Start implementing QRESYNC support.
1593
1594 2010-10-09  Julien Danjou  <julien@danjou.info>
1595
1596         * nnir.el (nnir-engines): Fix too many arguments.
1597
1598 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1599
1600         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1601         group is the "last", so that the backends like nnfolder actually save
1602         their folders.
1603
1604         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1605         try to use that for the tls stream.
1606         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1607         UIDVALIDITY and find out which groups are read-only and not.
1608         (nnimap-get-flags): Use the same marks parsing code as the rest of
1609         nnimap.
1610
1611 2010-10-09  Julien Danjou  <julien@danjou.info>
1612
1613         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1614
1615         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1616         retrieving gravatars.
1617
1618         * shr.el (shr-table-corner): Add.
1619         (shr-table-line): Add.
1620         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1621
1622 2010-10-08  Julien Danjou  <julien@danjou.info>
1623
1624         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1625
1626 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1627
1628         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1629
1630         * gnus-sum.el (gnus-mark-article-as-unread)
1631         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1632         (gnus-summary-set-bookmark): Use it.
1633
1634         * gnus-msg.el (gnus-setup-message): Use it.
1635
1636         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1637
1638         * gnus.el (gnus-group-remove-parameter): Use it.
1639
1640         * gnus-group.el (gnus-group-make-web-group): Use it.
1641
1642         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1643
1644         * nnregistry.el: Update docs to mention manual.
1645
1646         * gnus-registry.el: Update docs to mention nnregistry.el.
1647         (gnus-registry-initialize): Don't install nnregistry refer method
1648         automatically.
1649         (gnus-registry-install-nnregistry): Remove it.
1650
1651 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1652
1653         * shr.el (shr-insert): Don't insert double spaces.
1654
1655 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1656
1657         * gnus-gravatar.el (gnus-treat-from-gravatar)
1658         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1659         called interactively.
1660
1661         * gnus-art.el (gnus-mime-view-part-externally)
1662         (gnus-mime-view-part-internally): Make predicate function passed to
1663         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1664         of a mime type.
1665
1666         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1667
1668 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1669
1670         * shr.el (require): Require cl when compiling.
1671         (shr-tag-hr): New function.
1672
1673         * nnimap.el (nnimap-update-info): Remove double setting of high.
1674         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1675         This makes nnimap work properly on Courier again.
1676
1677         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1678         the variable for backwards compatability.
1679
1680         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1681         the file name before using to avoid setting mm-default-directory to
1682         nil.
1683
1684         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1685         bidning gnus-agent variables.
1686
1687         * shr.el (shr-render-td): Use a cache for the table rendering function
1688         to avoid getting an exponential rendering behaviour in nested tables.
1689         (shr-insert): Rework the line-breaking algorithm.
1690         (shr-insert): Don't leave trailing spaces.
1691         (shr-insert-table): Also insert empty TDs.
1692         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1693
1694 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1695
1696         * gnus-sum.el (gnus-number): Rename from `number'.
1697         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1698         (gnus-summary-limit-children): Update uses correspondingly.
1699
1700 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1701
1702         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1703         (gnus-gravatar-transform-address): Don't show avatars of people of
1704         which mail addresses match gnus-gravatar-too-ugly.
1705
1706 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1707
1708         * shr.el (shr-table-widths): Expand TD elements to fill available
1709         space.
1710
1711 2010-10-07  Julien Danjou  <julien@danjou.info>
1712
1713         * nnimap.el (nnimap-request-rename-group): Add this method.
1714
1715 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1716
1717         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1718         name from XEmacs' function-arglist.
1719
1720         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1721         gravatar under XEmacs.
1722
1723 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1724
1725         * auth-source.el: Update docs with TODO items.
1726
1727         * gnus-sync.el: Update docs to explain state and plans.
1728
1729         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1730         Hooks for mark updates.
1731         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1732
1733         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1734         hooks with arguments, which is needed for mark update hooks.
1735
1736 2010-10-06  Julien Danjou  <julien@danjou.info>
1737
1738         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1739         was matched.
1740
1741         * sieve-manage.el: Update example in `Commentary'.
1742
1743         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1744
1745         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1746         not 2000.
1747         (sieve-manage-authenticate): Re-add function.
1748
1749 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1750
1751         * shr.el (shr-insert): Get 'space transition right.
1752         (shr-render-td): Only delete space at the end of the TD.
1753
1754         * nnimap.el (nnimap-open-connection): Prepare to support
1755         open-gnutls-stream.
1756
1757         * shr.el: Rearrange function order to be more logical.
1758
1759 2010-10-06  Julien Danjou  <julien@danjou.info>
1760
1761         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1762         (nnrss-discover-feed): Remove 404 URL in docstring.
1763
1764         * nnir.el: Fix Swish-E URL.
1765         Fix Namazu URL.
1766
1767         * message.el (message-change-subject): Remove 404 URL in a comment.
1768
1769 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1770
1771         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1772         called interactively.
1773
1774         * gnus-util.el (gnus-remove-if): Allow hash table.
1775         (gnus-remove-if-not): New function.
1776
1777         * gnus-art.el (gnus-mime-view-part-as-type)
1778         * gnus-score.el (gnus-summary-score-effect)
1779         * gnus-sum.el (gnus-read-move-group-name):
1780         Replace remove-if-not with gnus-remove-if-not.
1781
1782         * gnus-group.el (gnus-group-completing-read):
1783         Regard collection as a hash table if it is not a list.
1784
1785 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1786
1787         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1788
1789         * shr.el: Document the table-rendering algorithm.
1790
1791 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1792
1793         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1794         for Emacsen having no `libxml-parse-html-region' support.
1795
1796 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1797
1798         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1799         invalid URLs.
1800
1801         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1802         line-broken.
1803         (shr-tag-img): Ignore image fetching errors.
1804         (shr-overlays-in-region): Compute overlay positions correctly.
1805
1806         * mm-decode.el (mm-shr): Require shr.
1807
1808         * gnus-art.el (gnus-blocked-images): Move variable here.
1809
1810         * shr.el (shr-insert-table): Bind free variable.
1811
1812         * mm-decode.el (mm-shr): Bind shr-content-function.
1813
1814         * shr.el (shr-content-function): New variable.
1815
1816         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1817         added for symmetry.
1818
1819         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1820
1821         * gnus-group.el (gnus-group-make-group): Doc fix.
1822
1823         * nnimap.el (nnimap-request-newgroups): Return success.
1824
1825         * shr.el (shr-find-elements): New function.
1826         (shr-tag-table): Put all the images after the table.
1827         (shr-tag-table): Really inhibit images inside the table.
1828         (shr-collect-overlays): Copy over overlays from the TD elements to the
1829         main document.
1830
1831         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1832         gnus-blocked-images.
1833
1834 2010-10-05  Julien Danjou  <julien@danjou.info>
1835
1836         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1837
1838         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1839         (gnus-html-maximum-image-size): Add this function.
1840         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1841
1842         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1843         server-value of the capability is nil.
1844
1845 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1846
1847         * shr.el (shr-tag-em): Add <EM> tag.
1848
1849 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1850
1851         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1852         customizable.
1853
1854         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1855         handing broken links to browse-url.
1856
1857 2010-10-05  Julien Danjou  <julien@danjou.info>
1858
1859         * gnus-util.el (gnus-emacs-completing-read)
1860         (gnus-iswitchb-completing-read): Use autoload rather than require.
1861
1862 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1863
1864         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1865         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1866         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1867         iswitchb-temp-buflist for XEmacs.
1868
1869         * gnus-util.el (gnus-completing-read-function): Exclude
1870         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1871         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1872         XEmacs.
1873
1874         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1875         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1876
1877         * gnus-html.el: Don't require help-fns under XEmacs.
1878         (gnus-html-schedule-image-fetching): Work for XEmacs.
1879
1880         * mm-decode.el (mm-shr): Decode contents by charset.
1881
1882 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1883
1884         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1885         unknown.
1886
1887         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1888         (shr-get-image-data): Ensure against the cache file missing.
1889
1890         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1891         for data.
1892
1893         * spam-report.el (spam-report-url-ping-plain): Don't query about
1894         killing the process.
1895
1896         * shr.el (shr-render-td): Protect against too-wide text.
1897
1898 2010-10-04  Julien Danjou  <julien@danjou.info>
1899
1900         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1901         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1902
1903         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1904         retrieved.
1905
1906 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1907
1908         * shr.el (browse-url): Require.
1909         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1910         lines.
1911         (shr-show-alt-text, shr-browse-image): New commands.
1912         (shr-browse-url, shr-copy-url): New commands.
1913
1914         * gnus-sum.el (gnus-widen-article-window): New variable.
1915         (gnus-summary-select-article-buffer): Use it.
1916
1917         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1918         without @ signs.
1919
1920 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1921
1922         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1923
1924 2010-10-04  Julien Danjou  <julien@danjou.info>
1925
1926         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1927         for XEmacs.
1928
1929 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1930
1931         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1932
1933         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1934         (nnimap-close-server): Implement.
1935
1936         * dgnushack.el (iswitchb): Require to shut up the compiler.
1937
1938         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1939         (shr-insert): Tweak line breaking.
1940         (shr-insert): Handle <pre> better.
1941         (shr-tag-li): Get <li> indentation right.
1942         (shr-tag-li): Get <li> indentation even righter.
1943         (shr-tag-blockquote): Ensure paragraph start.
1944         (shr-make-table): Tweak table generation.
1945         (shr-make-table): Fix typo.
1946
1947         * shr.el: Implement table rendering.
1948
1949 2010-10-04  Julien Danjou  <julien@danjou.info>
1950
1951         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1952
1953 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1954
1955         * shr.el (shr-insert): Use string anchors instead of line anchors.
1956
1957 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1958
1959         * shr.el: Add headings.
1960         (shr-ensure-paragraph): Actually work.
1961         (shr-tag-li): Make <ul> prettier.
1962         (shr-insert): Get white space at the beginning/end of elements right.
1963         (shr-tag-p): Collapse subsequent <p>s.
1964         (shr-ensure-paragraph): Don't insert double line feeds after blank
1965         lines.
1966         (shr-insert): \t is also space.
1967         (shr-tag-s): Fix "s" tag name function.
1968         (shr-tag-s): Fix face prop name.
1969
1970 2010-10-03  Julien Danjou  <julien@danjou.info>
1971
1972         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1973
1974         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1975         gnus-window-inside-pixel-edges.
1976
1977         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1978         gnus-ems.
1979
1980         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1981
1982         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1983         function.
1984
1985         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1986         resize choice.
1987
1988 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1989
1990         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1991         beginning of the buffer.
1992
1993         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1994         article buffer again.
1995
1996         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
1997
1998         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1999         when it's at the start of the buffer.
2000
2001         * shr.el (shr-tag-blockquote): Convert name.
2002         (shr-rescale-image): Use the right image-size variant.
2003
2004         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2005         buffer isn't shown, then select the current article first instead of
2006         bugging out.
2007         (gnus-summary-select-article-buffer): Show both the article and summary
2008         buffers again.
2009
2010         * shr.el (shr-fontize-cont): Protect against regions with no text.
2011         Rename tag functions to shr-tag-* for enhanced security.
2012         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2013
2014 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2015
2016         * shr.el (shr-insert):
2017         * pop3.el (pop3-movemail):
2018         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2019         loaded.
2020
2021 2010-10-03  Glenn Morris  <rgm@gnu.org>
2022
2023         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2024
2025         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2026
2027         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2028
2029         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2030
2031         * gnus-util.el (gnus-make-local-hook): Simplify.
2032
2033 2010-10-02  Julien Danjou  <julien@danjou.info>
2034
2035         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2036         (gnus-ido-completing-read): New function.
2037         (gnus-emacs-completing-read): New function.
2038         (gnus-completing-read): Use gnus-completing-read-function.
2039         Add gnus-completing-read-function.
2040
2041 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2042
2043         * shr.el (shr-insert-document): Autoload.
2044         (shr-img): Be silent.
2045         (shr-insert): Add a newline after every picture before text.
2046         (shr-add-font): Use overlays for combining faces.
2047         (shr-insert): Pass upwards the text start point.
2048
2049         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2050         possible.
2051         (mm-shr): New function.
2052
2053 2010-10-02  Julien Danjou  <julien@danjou.info>
2054
2055         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2056         should go backward.
2057
2058 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2059
2060         * shr.el (shr): Fix typo in provide call.
2061
2062 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2063
2064         * shr.el: New file.
2065
2066         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2067
2068         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2069         completing read.
2070
2071 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2072
2073         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2074         we're being queried about.  Suggested by Dan Jacobson.
2075
2076         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2077         Suggested by Jason Eisner.
2078
2079         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2080         table, too.  Suggested by Stefan Wiens.
2081         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2082         the table unnecessary.  Suggested by Stefan Wiens.
2083
2084         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2085         longer needed, and probably doesn't work either, as pointed out by
2086         Stefan Wiens.
2087         (gnus-summary-exit): Remove call to the clearing function.
2088         (gnus-summary-exit-no-update): Ditto.
2089
2090         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2091         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2092         Reported by Stefan Monnier.
2093         (gnus-summary-save-in-rmail): Ditto.
2094
2095         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2096         article buffer, instead of both the article buffer and the summary
2097         buffer.  Sort of suggested by Dan Jacobson.
2098
2099         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2100
2101         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2102         Suggested by Dan Jacobson.
2103
2104         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2105         documentation clearer.
2106
2107         * message.el (message-shorten-references): Comment on the number "21".
2108         Suggested by Stefan Monnier.
2109
2110         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2111         Suggested by Dan Jacobson.
2112
2113         * gnus.el (gnus-large-newsgroup):
2114         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2115
2116         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2117         externalize attachments.  Bug reported by Steve Wen.
2118
2119         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2120         really message anything to the user.
2121
2122         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2123         directly.
2124
2125         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2126         messages in empty groups.
2127
2128 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2129
2130         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2131         non-UIDNEXT group.
2132
2133 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2134
2135         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2136         not the value from the collection.
2137
2138         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2139         values.  This sometimes happens on some groups that have no info.
2140         (nnimap-request-newgroups): New function.
2141
2142 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2143
2144         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2145         check into `gnus-registry-initialize'.
2146         (gnus-registry-initialize): Ditto.
2147         Fix and extend header docs.
2148
2149 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2150
2151         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2152         regexp backtrace overflows.
2153
2154         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2155         for starttls that tls.el implements; i.e. openssl.
2156
2157         * tls.el (tls-starttls-switches): Give up on using starttls with
2158         gnutls-cli.
2159         (tls-program): Add --insecure to be consistent with the defaults from
2160         openssl s_client.  Now all three commands are insecure.
2161
2162 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2163
2164         * lpath.el: Bind completion-styles-alist for XEmacs.
2165
2166         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2167         (gravatar-create-image): New function that's an alias to
2168         gnus-xmas-create-image, gnus-create-image, or create-image.
2169         (gravatar-data->image): Use it.
2170
2171 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2172
2173         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2174         install the nnregistry refer method.
2175         (gnus-registry-install-hooks): Use it.
2176         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2177         unfollowed groups.
2178
2179 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2180
2181         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2182         expanding threads.
2183
2184 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2185
2186         * nnir.el: Use the server names without suffixes (bug #7009).
2187
2188         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2189         unencrypted to STARTTLS, if possible.
2190
2191 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2192
2193         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2194         headers before superseding.
2195
2196 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2197
2198         * nnrss.el (nnrss-use-local): Add documentation.
2199
2200         * nnimap.el (nnimap-extend-tls-programs): New function.
2201         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2202         (nnimap-wait-for-connection): Accept the greeting from the stupid
2203         output from openssl s_client -starttls, too.
2204
2205         * tls.el (tls-starttls-switches): New variable.
2206         (tls-find-starttls-argument): Use it.
2207         (open-tls-stream): Ditto.
2208
2209         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2210         (netrc-machine): Ditto.
2211
2212         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2213         article number.
2214         (nnimap-split-fancy): New variable.
2215         (nnimap-split-incoming-mail): Use it.
2216
2217         * nntp.el (nntp-server-list-active-group): Document.
2218
2219         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2220         SELECT to get the message-id.
2221
2222         * mail-source.el (mail-sources): Remove webmail support.
2223         (defvar): Ditto.
2224         (mail-source-fetcher-alist): Ditto.
2225         (mail-source-fetch-webmail): Remove.
2226
2227         * webmail.el: Remove -- doesn't seem relevant any more.
2228
2229         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2230
2231         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2232         the \r.
2233
2234 2010-09-30  Julien Danjou  <julien@danjou.info>
2235
2236         * gnus-agent.el (gnus-agent-add-group): Fix call to
2237         gnus-completing-read.
2238
2239 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2240
2241         * nndoc.el (nndoc-retrieve-groups): New function.
2242
2243         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2244         `default', use nnmail-split-methods.
2245         (nnimap-request-article): Downcase the NILs so that they are nil.
2246
2247         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2248         symbol.
2249
2250         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2251         code, since if the user has requested network, that's what they ought
2252         to get.
2253         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2254         (nnimap-split-rule): Mark as obsolete.
2255
2256         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2257         New variable.
2258
2259         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2260         correct slot, too.
2261
2262 2010-09-29  Julien Danjou  <julien@danjou.info>
2263
2264         * gnus.el (gnus-local-domain): Declare variable obsolete.
2265
2266         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2267         Fix history computing.
2268         (gnus-ido-completing-read): Require ido.
2269
2270 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2271
2272         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2273         build Gnus.
2274
2275         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2276         when interpreting the structures.
2277         (nnimap-request-accept-article): Add \r\n to the lines to make this
2278         work with Cyrus.
2279
2280         * nndraft.el (nndraft-request-expire-articles): Use the group name
2281         instead if "nndraft".  Fix found by Nils Ackermann.
2282
2283 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2284
2285         * nnregistry.el: Add.
2286
2287 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2288
2289         * nnmail.el (group, group-art-list, group-art):
2290         Remove unneeded directives.
2291
2292 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2293
2294         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2295         (mm-mime-charset)
2296         * rfc2047.el (rfc2047-syntax-table)
2297         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2298
2299         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2300         rather than `insert-file-contents' and `eval-region'.
2301
2302         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2303         construction.
2304
2305         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2306
2307         * time-date.el: No need to require cl for Emacs 21.
2308
2309 2010-09-29  Julien Danjou  <julien@danjou.info>
2310
2311         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2312         replacement of `gnus-gravatar-relief' to mimic
2313         `gnus-faces-properties-alist'.
2314         Add :version property.
2315
2316 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2317
2318         * mail-source.el (mail-source-report-new-mail)
2319         * message.el (message-default-mail-headers)
2320         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2321
2322         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2323
2324 2010-09-28  Julien Danjou  <julien@danjou.info>
2325
2326         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2327         mail-address contains the same string as real-name.
2328
2329         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2330         non-blank in header, otherwise it'll get stripped.
2331
2332         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2333         real-name, and then for mail address rather than doing : or , search.
2334
2335 2010-09-27  Julien Danjou  <julien@danjou.info>
2336
2337         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2338         right completing-read function.
2339         (gnus-use-ido): New variable
2340         (gnus-completing-read-with-default): Remove.
2341         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2342         (gnus-agent-add-group):
2343         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2344         * mm-view.el (mm-view-pkcs7-decrypt):
2345         * mm-util.el (mm-codepage-setup):
2346         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2347         * mml-smime.el (mml-smime-openssl-sign-query):
2348         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2349         (mml-insert-multipart):
2350         * gnus-msg.el (gnus-summary-yank-message):
2351         * gnus-int.el (gnus-start-news-server):
2352         * mm-decode.el (mm-interactively-view-part):
2353         * gnus-dired.el (gnus-dired-attach):
2354         * gnus.el (gnus-read-method):
2355         * gnus-bookmark.el (gnus-bookmark-jump):
2356         * gnus-art.el (gnus-mime-view-part-as-type)
2357         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2358         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2359         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2360         * nnmairix.el (nnmairix-create-server-and-default-group)
2361         (nnmairix-update-groups, nnmairix-get-server)
2362         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2363         (nnmairix-get-group-from-file-path):
2364         * nnrss.el (nnrss-find-rss-via-syndic8):
2365         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2366         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2367         (gnus-group-browse-foreign-server):
2368         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2369         (gnus-summary-execute-command, gnus-summary-respool-article)
2370         (gnus-read-move-group-name):
2371         * gnus-score.el (gnus-summary-increase-score)
2372         (gnus-summary-score-effect):
2373         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2374
2375 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2376
2377         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2378         x-focus-frame.
2379
2380         * nnimap.el (auth-source-forget-user-or-password)
2381         (auth-source-user-or-password): Autoload.
2382
2383         * message.el (message-from-style, message-interactive)
2384         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2385         (message-yank-prefix, message-indentation-spaces, message-signature)
2386         (message-signature-file): Add comment.
2387
2388 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2389
2390         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2391         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2392         new articles.
2393
2394         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2395         parts.
2396         (nnimap-request-article): Work with the t setting, too.
2397
2398         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2399         that you don't get flashes of other buffers.
2400         (gnus-summary-show-complete-article): Intern before setting.
2401
2402 2010-09-27  David Engster  <dengste@eml.cc>
2403
2404         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2405         well as HEADERS.
2406         (nnmairix-retrieve-headers): Provide new argument for the above.
2407
2408 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2409
2410         * gnus-sum.el (gnus-summary-move-article): Don't alter
2411         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2412         group.
2413
2414         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2415
2416         * message.el (message-cite-prefix-regexp): Revert my last edit.
2417
2418         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2419         variable instead of the Gnus variable.
2420
2421         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2422
2423         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2424
2425         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2426         since some servers don't like it.
2427         (nnimap-open-connection): Forget credentials if the server says the
2428         password was wrong.
2429         (nnimap-parse-line): Protect against invalid data.
2430
2431         * gnus-sum.el (gnus-summary-move-article): Add comment.
2432         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2433         nothing alters it while scanning for new messages.
2434
2435         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2436         which may or may not help.
2437         (nnimap-open-connection): If we're doing a stream connection, and then
2438         discover we're on a STARTTLS-capable server, then open a STARTTLS
2439         connection instead.
2440
2441 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2442
2443         * nnimap.el (utf7): Require.
2444
2445         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2446         prefix.
2447
2448 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2449
2450         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2451
2452 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2453
2454         * nnimap.el (nnimap-request-accept-article): Message the error on
2455         error.
2456
2457 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2458
2459         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2460
2461 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2462
2463         * nndoc.el (nndoc-request-list): Return success always.
2464
2465         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2466         `fetch-old' -- we only want to fetch the articles we've requested.
2467         The rest are in the agent, probably.
2468         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2469         disappeared server" to something low.  It's not important.
2470
2471         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2472         arrived before the FETCH data.
2473
2474         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2475         target here, because we don't know the Gnus name of the group.
2476
2477         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2478         for the correct group.
2479
2480         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2481
2482         * gnus.el (gnus): Give a final warning after startup.
2483
2484         * gnus-util.el (gnus-action-message-log): New variable.
2485         (gnus-message): Use it.
2486         (gnus-final-warning): New function.
2487
2488         * nnimap.el (nnimap-open-connection): Record the greeting.
2489         (nnimap): Add greeting.
2490
2491 2010-09-26  Julien Danjou  <julien@danjou.info>
2492
2493         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2494         arguments.
2495         (gnus-html-wash-images): Fix spec computing to include start/end.
2496
2497         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2498
2499 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2500
2501         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2502         deletion.
2503         (nnimap-retrieve-headers): Don't select the group, because that's
2504         already done by nnimap-possibly-change-group.
2505
2506         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2507         (gnus-picon-transform-address): Use it.
2508
2509         * mail-source.el (mail-source-value): Revert previous patch.
2510
2511         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2512         on failure.
2513         (nnimap-open-connection): Look up both virtual and physical server name
2514         credentials.
2515
2516         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2517
2518 2009-02-07  Dave Love  <fx@gnu.org>
2519
2520         * tls.el (open-tls-stream): Don't query killing process.
2521
2522 2009-02-08  Dave Love  <fx@gnu.org>
2523
2524         * gnus-win.el (gnus-window-to-buffer-helper)
2525         (gnus-all-windows-visible-p): Function needn't be a symbol.
2526
2527         * mail-source.el (mail-source-value): Function needn't be a symbol.
2528
2529 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2530
2531         * message.el (message-cite-prefix-regexp): Remove } from the cite
2532         prefix.
2533
2534         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2535         highlight again, so that the highlight is correct.
2536
2537         * gnus-picon.el (gnus-picon): Remove again.
2538         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2539
2540         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2541         doing the header highlightling, so that the background colour of the
2542         picon is correct.
2543
2544         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2545         (gnus-picon): Ditto.
2546         (gnus-picon): Reinstate.  The background colour for picons is white.
2547         (gnus-picon-insert-glyph): Make the background white.
2548
2549         * nnml.el (nnml-open-nov): Don't return dead buffers.
2550
2551         * auth-source.el (auth-source-create): Query the user for whether to
2552         store the credentials.
2553
2554         * netrc.el (netrc-store-data): New function.
2555
2556         * auth-source.el (auth-source-user-or-password): Use the existing auth
2557         sources, if any, for creation.
2558
2559         * gnus.el (gnus-group-fast-parameter): Return the last matching
2560         parameter instead of the first matching parameter.
2561
2562 2010-09-26  Julien Danjou  <julien@danjou.info>
2563
2564         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2565
2566 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2567
2568         * mml2015.el (mml2015-use): Remove gpg support.
2569
2570         * mml1991.el (mml1991-function-alist): Remove gpg function.
2571         (mml1991-gpg-sign): Remove.
2572
2573 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2574
2575         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2576         (gnus-browse-unsubscribe-current-group): Document it.
2577         (gnus-browse-unsubscribe-group): Use it.
2578
2579 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2580
2581         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2582         address to the To list for easier response.
2583
2584         * gnus.el (gnus-play-startup-jingle): Remove.
2585         (gnus-splash): Don't play jingle.
2586         (gnus): Silence gnus-load message.
2587
2588         * gnus-art.el (gnus-treat-play-sounds): Remove.
2589
2590         * gnus.el (gnus-play-jingle): Remove audio support.
2591
2592         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2593
2594         * earcon.el: Remove -- no users.
2595
2596         * gnus-audio.el: Remove -- no users of this package.
2597
2598         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2599
2600         * gnus-start.el (gnus-setup-news): Remove nocem support.
2601
2602         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2603
2604         * gnus.el (gnus-use-nocem): Remove.
2605
2606         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2607         Remove.
2608
2609         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2610         uses NoCeM any more.
2611
2612         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2613         (gnus-button-ctan-handler): Ditto.
2614         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2615         (gnus-button-ctan-directory-regexp): Ditto.
2616         (gnus-button-handle-ctan): Ditto.
2617         (gnus-button-tex-level): Ditto.
2618         (gnus-button-alist): Remove CTAN stuff.
2619
2620 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2621
2622         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2623         nnimap-streaming test.
2624
2625         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2626         servers twice.
2627
2628         * nnimap.el (nnimap-open-connection): Add more error reporting when
2629         nnimap fails early.
2630
2631         * nnheader.el (nnheader-get-report-string): New function.
2632         (nnheader-get-report): Use it.
2633
2634         * gnus-int.el (gnus-check-server): Say what the error was when opening
2635         failed.
2636
2637         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2638         using streaming.
2639
2640 2010-09-25  Julien Danjou  <julien@danjou.info>
2641
2642         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2643         gnus-window-inside-pixel-edges.
2644
2645 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2646
2647         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2648
2649         * mm-decode.el (mm-save-part): Allow saving to other directories the
2650         normal Emacs way.
2651
2652         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2653         Suggested by Jay Berkenbilt.
2654
2655         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2656         there isn't a single byte.
2657
2658         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2659         just do it.  It doesn't really seem to matter what the user responds
2660         here, I think, so it's just a confusing question.
2661
2662         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2663         non-streaming case.
2664
2665         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2666         (gnus-article-encrypt-body): Use it.
2667
2668         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2669         keystroke.
2670
2671         * nnimap.el (nnimap-find-wanted-parts-1):
2672         Use gnus-fetch-partial-articles.
2673
2674         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2675
2676         * nnimap.el (nnimap-insert-partial-structure): New function.
2677         (nnimap-get-partial-article): New function.
2678         (nnimap-request-article): Use it.
2679         (nnimap-wait-for-response): Return whether the wait was successful.
2680         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2681         retrieval wasn't successful.
2682         (nnimap-retrieve-group-data-early): Allow throttling servers.
2683         (nnimap-streaming): New variable.
2684         (nnimap-fetch-partial-articles): Remove.
2685
2686         * mm-decode.el (mm-with-part): Protect against killed buffers.
2687
2688         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2689         for prettier summary display.
2690
2691 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2692
2693         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2694
2695 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2696
2697         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2698         apparently third-party libraries depend on it.
2699
2700         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2701         before starting negotiation.
2702
2703         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2704         privacy reasons.
2705         (gnus-treat-mail-gravatar): Ditto.
2706
2707         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2708         buffer when inserting images.  Inserting text into the headers, for
2709         instance, can make them invalid.
2710
2711 2010-09-25  Julien Danjou  <julien@danjou.info>
2712
2713         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2714         variables.
2715
2716         * nnheader.el: Remove useless variables news-reply-yank-from and
2717         news-reply-yank-message-id.
2718
2719         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2720         variables.
2721
2722         * mml1991.el: Remove useless mml1991-verbose.
2723
2724         * gnus.el: Remove useless variable gnus-use-generic-from.
2725         Remove obsolete variable gnus-topic-indentation.
2726
2727         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2728
2729         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2730
2731         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2732
2733         * gnus-group.el: Remove useless gnus-group-icon-cache.
2734         Remove useless gnus-ephemeral-group-server.
2735
2736         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2737
2738         * mml2015.el: Remove useless mml2015-verbose.
2739
2740         * mml-smime.el: Remove useless mml-smime-verbose.
2741
2742         * gnus.el: Remove useless gnus-local-domain.
2743
2744         * gnus-gravatar.el (gnus-gravatar-transform-address):
2745         Use gnus-gravatar-size.
2746
2747         * gnus-art.el: Remove useless gnus-treat-translate.
2748
2749 2010-09-24  Julien Danjou  <julien@danjou.info>
2750
2751         * gnus-sum.el: Add support for Gravatars.
2752
2753         * gnus-art.el: Add support for Gravatars.
2754
2755         * gnus-gravatar.el: Add this file.
2756
2757         * gravatar.el: Add this file.
2758
2759 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2760
2761         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2762
2763         * gnus-group.el (gnus-group-fetch-faq): Remove.
2764
2765         * gnus.el (gnus-group-faq-directory): Remove.
2766
2767         * gnus-group.el (gnus-group-fetch-charter): Remove.
2768
2769         * gnus.el (gnus-group-charter-alist): Remove.
2770
2771         * gnus-group.el (gnus-group-archive-directory): Remove.
2772         (gnus-group-recent-archive-directory): Ditto.
2773         (gnus-group-make-archive-group): Remove.
2774
2775         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2776
2777         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2778         use the same article number for all the cached articles.
2779
2780         * nnimap.el (nnimap-command): Register the last command time so
2781         that we can use it for idling NOOPs.
2782         (nnimap-open-connection): Start the keeplive timer.
2783         (nnimap-make-process-buffer): Store all the process buffers.
2784         (nnimap-keepalive): New function.
2785
2786         * starttls.el (starttls-open-stream): Add autoload cookie.
2787
2788 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2789
2790         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2791         handling.
2792
2793 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2794
2795         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2796         its data structures.
2797
2798         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2799         instead of the cl.el copy-list.
2800         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2801         equalp.
2802
2803 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2804
2805         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2806         and tool-bar-local-item-from-menu.
2807
2808         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2809         mode-line-highlight face for Emacs.
2810
2811         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2812         loading gnus-sum.elc; fix comment for canlock-verify.
2813         (gnus-article-jump-to-part): Use read-number.
2814         (gnus-insert-mime-button, gnus-insert-mime-security-button):
2815         Remove Emacs pre-21 compatible code for help-echo.
2816         (gnus-article-next-page-1): No need to adjust the number of lines.
2817         (gnus-article-describe-bindings): Always use help-buffer.
2818
2819         * gnus-audio.el (gnus-audio-inline-sound)
2820         * gnus-cus.el (gnus-custom-mode)
2821         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2822
2823         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2824
2825         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2826         compatible code.
2827
2828 2010-09-24  Glenn Morris  <rgm@gnu.org>
2829
2830         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2831         visiting the fcc file in rmail-mode.
2832
2833         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2834
2835 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2836
2837         * nnir.el: Silence the byte compiler.
2838
2839         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2840         alias to browse-url-url-encode-chars if any.
2841         (gnus-html-encode-url): Use it.
2842
2843 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2844
2845         * gnus-start.el (gnus-use-backend-marks): New variable.
2846         (gnus-get-unread-articles-in-group): Use it.
2847
2848         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2849         makeover.
2850
2851 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2852
2853         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2854
2855 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2856
2857         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2858         Remove.
2859         (gnus-setup-news-hook):
2860         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
2861
2862         * gnus-int.el (gnus-request-update-info): Protect against backends not
2863         having the function.
2864
2865         * nnimap.el (nnimap-stream): Mention starttls.
2866         (nnimap-open-connection): Add starttls support.
2867
2868 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2869
2870         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2871
2872 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2873
2874         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2875         BODYSTRUCTUREs.
2876         (nnimap-transform-headers): Unfold quoted {42} headers.
2877
2878         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2879         the info.
2880         (gnus-get-unread-articles): Only call updatep on backends that support
2881         it.
2882
2883         * nnweb.el (nnweb-request-update-info): NOOP.
2884
2885         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
2886
2887         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
2888         since it only deals with marks.
2889
2890         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
2891         gnus-request-marks, and make a new gnus-request-update-info.
2892
2893         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2894         the active instead of the high number, which is usually too low.
2895
2896 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2897
2898         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2899         * encrypt.el: Remove.
2900
2901 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2902
2903         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2904         server in symbolic form.
2905
2906         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
2907
2908 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2909
2910         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2911         (nnimap-update-info): Fix up code slightly.
2912
2913         * gnus-int.el (gnus-open-server): Add tracing for performance
2914         debugging.
2915
2916         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2917         (gnus-group-insert-group-line): Pass the real group name so that it
2918         gets the right data.
2919
2920         * gnus-start.el (gnus-get-unread-articles): Don't have
2921         `gnus-get-unread-articles-in-group' update info, since that can be
2922         really slow and doesn't seem to be needed?
2923
2924 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2925
2926         * time-date.el (date-to-time): Try using parse-time-string first before
2927         using the slower timezone-make-date-arpa-standard.
2928
2929 2010-09-22  Julien Danjou  <julien@danjou.info>
2930
2931         * gnus-group.el (gnus-group-insert-group-line):
2932         Call gnus-group-highlight-line.
2933         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2934         default hook list.
2935         (gnus-group-update-eval-form): Add new function.
2936         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2937         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2938
2939 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2940
2941         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2942         immediate, then expire all articles.
2943         (nnimap-update-info): Fix off-by-one errors.
2944         (nnimap-flags-to-marks): Would return no marks lists for group with no
2945         flags.  Instead return the other data.
2946
2947 2010-09-22  Julien Danjou  <julien@danjou.info>
2948
2949         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
2950         Only return an icon.
2951         (gnus-group-insert-group-line): Compute icon to return.
2952
2953         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
2954         (gnus-html-image-fetched): Only cache if
2955         gnus-html-image-automatic-caching is set.
2956         (gnus-html-image-fetched): Check for errors.
2957
2958 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2959
2960         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2961         once per method on `g'.  This ensures that backends like nnfolder don't
2962         open all their folders.
2963
2964         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2965         (nnimap-request-list): Nix out group in the correct buffer.
2966         (nnimap-parse-flags): Implement by using `read' instead of
2967         hand-parsing.
2968         (nnimap-flags-to-marks): Pass on permanent-flags.
2969         (nnimap-make-process-buffer): Record the server name.
2970         (nnimap-parse-flags): Fix typo.
2971         (nnimap-request-scan): Run split on the server in general, not just a
2972         single group.
2973
2974         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2975         parameter, and propagate this downwards.
2976
2977         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2978         since EXAMINE changes it on the server.
2979
2980         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2981         this command might take a while.
2982
2983 2010-09-22  Julien Danjou  <julien@danjou.info>
2984
2985         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
2986         harmful if you have 2 images side-by-side, they can't be properly
2987         update on text deletion.  Using text-property is safer here.
2988         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2989         data.
2990
2991 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2992
2993         * nnimap.el (nnimap-expunge-inbox): Remove.
2994         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2995         (nnimap-expunge): Flip default to t.
2996
2997         * gnus.el (gnus-method-to-server): Don't push things to the cache
2998         unless it's unique.
2999         (gnus-server-to-method): Ditto.
3000
3001 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3002
3003         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3004
3005 2010-09-22  Julien Danjou  <julien@danjou.info>
3006
3007         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3008         get the start of data.
3009         (gnus-html-encode-url): Add this function to encode special chars in
3010         URL.
3011         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3012         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3013
3014         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3015         default.
3016         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3017
3018         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3019         images alt-text.
3020         (gnus-html-put-image): Put alt-text as help-echo.
3021
3022 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3023
3024         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3025         * mm-util.el (mm-decompress-buffer)
3026         * nnir.el (nnir-run-find-grep)
3027         * pop3.el (pop3-list): Use 3rd arg of split-string.
3028
3029         * time-date.el (format-seconds): Comment fix.
3030
3031         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
3032         and byte-optimize-form-code-walker.
3033         (dgnushack-make-auto-load): Don't advise make-autoload.
3034
3035         * lpath.el: Remove Emacs 21 stuff.
3036
3037 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3038
3039         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3040         outside the active range.  Suggested by Dan Christensen.
3041
3042         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3043         slightly later to avoid double-getting it.
3044
3045         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3046         previous patch.
3047
3048         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3049
3050 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3051
3052         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3053
3054 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3055
3056         * gnus-int.el (gnus-open-server): Give a better error message in the
3057         "go offline" case.
3058
3059         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3060         marks for nnimap, which is seldom the right thing to do.
3061
3062         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3063         (gnus-same-method-different-name): New function.
3064
3065         * nnimap.el (parse-time): Require.
3066
3067         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3068         method in the presence of many similar methods.
3069
3070         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3071
3072         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3073         nnml-inhibit-expiry.
3074
3075         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3076         find out whether methods are equal.
3077
3078         * nnimap.el (nnimap-find-expired-articles): New function.
3079         (nnimap-process-expiry-targets): New function.
3080         (nnimap-request-move-article): Request the article before looking at
3081         what the Message-ID is.  Fix found by Andrew Cohen.
3082         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3083
3084         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3085         for oldness in addition to being a predicate.
3086
3087         * nnimap.el (nnimap-request-group): When we have zero articles, return
3088         the right data to Gnus.
3089         (nnimap-request-expire-articles): Only delete articles immediately if
3090         the target is 'delete.
3091
3092         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3093         method, this would bug out.
3094
3095         * gnus-group.el (gnus-group-expunge-group): Rename from
3096         gnus-group-nnimap-expunge, and implemented as a normal interface
3097         function.
3098
3099         * gnus-int.el (gnus-request-expunge-group): New function.
3100
3101         * nnimap.el (nnimap-request-create-group): Implement.
3102         (nnimap-request-expunge-group): New function.
3103
3104 2010-09-21  Julien Danjou  <julien@danjou.info>
3105
3106         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3107         (gnus-html-cache-expired): Add new function.
3108         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3109         wethever we should display image for fetch it.
3110         Compute alt-text earlier to pass it to the fetching function too.
3111         (gnus-html-schedule-image-fetching): Change function argument to only
3112         get one image at a time, not a list.
3113         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3114         cache.
3115         (gnus-html-get-image-data): New function to retrieve image data from
3116         cache.
3117         (gnus-html-put-image): Change buffer argument to use image data rather
3118         than file, and place image above region rather than inserting a new
3119         one.  Do not take alt-text as argument, since it's useless now: we place
3120         the image above alt-text.
3121         (gnus-html-prune-cache): Remove.
3122         (gnus-html-show-images): Start to fetch image when we find one, do not
3123         push into a temporary list.
3124         (gnus-html-prefetch-images): Only fetch image if they have expired.
3125         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3126         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3127
3128 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3129
3130         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3131
3132 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3133
3134         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3135         spec inser "*" if the group isn't active instead of 0.
3136
3137         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3138         opening the server.
3139         (nnimap-request-delete-group): Implement group deletion.
3140         (nnimap-transform-headers): Return the size of the entire message in
3141         the Bytes header, not just the size of the first part.
3142         (nnimap-request-move-article): When moving an article from nnimap,
3143         request the article first so the accepting form has an article to
3144         accept.  Reported by Dan Christensen.
3145         (nnimap-command): Make sure that the error message doesn't error out.
3146
3147 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3148
3149         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3150         we haven't requested anything.
3151
3152 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3153
3154         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3155         "".  Fix found by Andrew Cohen.
3156
3157         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3158         instead of -encode-string.
3159
3160 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3161
3162         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3163
3164         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3165         by mm-subst-char-in-string.
3166
3167 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3168
3169         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3170         waiting for the connection string.
3171
3172         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3173         arriving.
3174
3175         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3176         bogus characters.  This allows selecting certain Gmail groups.
3177
3178         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3179         (nnimap-fetch-partial-articles): New variable.
3180         (nnimap-open-connection): When looking for credentials, also use the
3181         nnimap-server-port.
3182         (nnimap-request-article): Return the group/article number, so that Gnus
3183         `^' works as expected.
3184         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3185
3186         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3187         comments.
3188         (gnus-methods-sloppily-equal): New function.
3189         (gnus): When using the development version of Gnus, load the gnus-load
3190         file.
3191
3192         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3193         `gnus-open-server' on each method before trying to scan them etc.
3194         This ensures that all the backend parameters are set correctly.
3195
3196         * nnimap.el (nnimap-authenticator): New variable.
3197         (nnimap-open-connection): Allow anonymous login.
3198         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3199         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3200
3201         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3202         patch, found by Knut Anders Hatlen.
3203
3204 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3205
3206         * gnus-agent.el (gnus-agent-batch-confirmation)
3207         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3208         to gnus-message.
3209         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3210         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3211         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3212         * gnus-int.el (gnus-open-server): Likewise.
3213         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3214         (gnus-score-check-syntax): Likewise.
3215         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3216         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3217         Likewise.
3218         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3219
3220 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3221
3222         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3223         calling conventions so that prefetch doesn't bug out.
3224
3225 2010-09-19  Julien Danjou  <julien@danjou.info>
3226
3227         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3228         rather than `subst-char-in-region' in order to be able to replace ASCII
3229         char by UTF-8 ones.
3230
3231         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3232         than curl.
3233         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3234         the right URL and ALT text on images.
3235         (gnus-html-wash-tags): Fix tag case.
3236         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3237         (gnus-article-html): Add -o display_ins_del=2 option.
3238         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3239
3240 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3241
3242         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3243         the extra mail headers, which sometimes seem to happen for unknown
3244         reasons.
3245
3246         * mail-parse.el (mail-header-encode-parameter): Define as
3247         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3248         (or most, perhaps?) mail readers don't understand the latter, but do
3249         understand the former.
3250
3251         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3252         to nil, so that no methods are automatically agentized.  I think this
3253         is probably what most users want.
3254
3255         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3256         from url-retrieve, for instance about invalid URLs.
3257
3258         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3259         groups that have no articles.
3260         (nnimap-request-article): Check that we really got an article when we
3261         requested one.
3262
3263         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3264         doesn't exist.
3265
3266         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3267         nntp buffer so the agent can save it.
3268         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3269         that CRLF doesn't get translated to \n.
3270         (nnimap-open-connection): Don't make 'shell commands only send \n.
3271
3272 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3273
3274         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3275         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3276         Update var name.
3277         (nnml-generate-nov-file): Use dolist.
3278         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3279         Use with-current-buffer.
3280
3281 2010-09-18  Julien Danjou  <julien@danjou.info>
3282
3283         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3284         parallel.
3285
3286 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3287
3288         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3289         the range update right.
3290         (nnimap-request-group): Don't make `M-g' bug out on group with no
3291         marks.
3292         (nnoo): Require, so that other packages can require nnimap.
3293         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3294         command we're looking for.  This helps when the server sends more
3295         responses after we've gotten everything we expected.
3296         (nnimap): Add a `newlinep' field to keep track of end-of-line
3297         conventions.
3298         Don't send CRLF to things that don't want it.
3299         (nnimap-request-accept-article): Ditto.
3300
3301 2010-09-18  Julien Danjou  <julien@danjou.info>
3302
3303         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3304         than curl to retrieve images.
3305
3306 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3307
3308         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3309         the marks.
3310         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3311         (nnimap-wait-for-connection): New function.
3312         (nnimap-open-connection): If we have PREAUTH, don't query for login
3313         credentials.
3314         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3315         when doing a partial update.
3316
3317 2010-09-18  Julien Danjou  <julien@danjou.info>
3318
3319         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3320         tags.
3321
3322 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3323
3324         * nnimap.el (nnimap-credentials): New function.
3325         (nnimap-open-connection): Use the new function to look for credentials
3326         also on the numeric equivalents of "imap" and "imaps".
3327
3328         * gnus-start.el (gnus-activate-group): Send the info to
3329         gnus-request-group.
3330
3331         * nnimap.el (nnimap-request-group): Have the "check" version of the
3332         function parse flags and update the info, so that a `M-g' get a total
3333         resync of all flags from the group.
3334
3335         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3336         to allow backends to alter the info on group selection.  Also alter all
3337         the backend -request-group functions to take the parameter.
3338
3339         * nnimap.el (nnimap-store-info): New function.
3340         (nnimap-update-info): Store the info for later usage.
3341         (nnimap-request-group): Use the stored info for the dont-check case, so
3342         that we don't retrieve all marks when we enter a group.
3343
3344         * nnimap.el: Use deffoo instead of defun for interface functions.
3345
3346         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3347         update the group info.  This makes the nndraft groups, for instance, go
3348         back to their old behaviour.
3349
3350         * gnus-sum.el (gnus-select-newsgroup): Indent.
3351
3352         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3353         in.
3354         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3355         nothing.
3356
3357         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3358         from methods that are denied.
3359
3360         * gnus-int.el (gnus-method-denied-p): New function.
3361
3362         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3363         store the password instead of netrc.
3364         (nnimap-open-connection): Don't error out when we can't make a
3365         connections.
3366
3367         * auth-source.el (auth-source-create): In the password prompt, say what
3368         we're querying for.  Also prompt for user name if that hasn't been
3369         given.
3370
3371         * nnimap.el (nnimap-with-process-buffer): Remove.
3372
3373 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3374
3375         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3376         method when we're reading from the agent.
3377
3378         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3379
3380         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3381         that's probably most useful for users.
3382
3383         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3384         "failed" all the time.
3385
3386         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3387         ...)) with (with-current-buffer ... ).
3388
3389         * nntp.el (nntp-open-server): Return whether the open was successful or
3390         not.
3391
3392         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3393         select an unread unseen article first.
3394
3395         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3396         /etc/services, supply some sensible port defaults.
3397
3398         * dgnushack.el: Define netrc-credentials.
3399
3400 2010-09-17  Julien Danjou  <julien@danjou.info>
3401
3402         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3403
3404 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3405
3406         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3407         doesn't have any parameters.
3408
3409 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3410
3411         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3412         only upcased checks.
3413
3414         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3415
3416         * nnimap.el (nnimap-open-shell-stream): New function.
3417         (nnimap-open-connection): Use it.
3418         (nnimap-transform-headers): Get the number of lines in each message.
3419         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3420         number of lines.
3421         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3422         problem.
3423
3424         * utf7.el (utf7-encode): Autoload.
3425
3426         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3427         to allow the mail splitting to not return a default group.  This is
3428         useful for nnimap, which will leave unmatched mail in the inbox.
3429
3430         * nnimap.el: Rewritten.
3431
3432         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3433         nnimap usage.
3434
3435         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3436         if the move is internal, so that nnimap can do fast internal moves.
3437
3438         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3439         data.
3440         (gnus-read-active-for-groups): Support finishing the early retrieval of
3441         data.
3442
3443         * gnus-range.el (gnus-range-nconcat): New function.
3444
3445         * gnus-int.el (gnus-finish-retrieve-group-infos)
3446         (gnus-retrieve-group-data-early): New functions.
3447
3448 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3449
3450         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3451         (nnrss-retrieve-groups):
3452         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3453         (pop3-quit): Use with-current-buffer.
3454
3455 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3456
3457         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3458         instead of nnheader-accept-process-output.
3459
3460         * dgnushack.el (dgnushack-compile): Add comment.
3461
3462         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3463
3464         * gnus-html.el (gnus-html-schedule-image-fetching)
3465         (gnus-html-prefetch-images): Replace process-kill-without-query by
3466         gnus-set-process-query-on-exit-flag.
3467
3468 2010-09-16  Romain Francoise  <romain@orebokech.com>
3469
3470         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3471
3472 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3473
3474         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3475         parameter to unintern is mandatory-ish in Emacs 24.
3476
3477         * gnus-html.el (gnus-html-schedule-image-fetching)
3478         (gnus-html-prefetch-images): Check for curl before using it.
3479
3480         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3481         depend on curl, which isn't essential.
3482
3483         * imap.el: Revert back to version
3484         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3485         seem problematic.
3486
3487 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3488
3489         * gnus-registry.el (gnus-registry-install-shortcuts):
3490         Explicitly pass `obarray' to `unintern' to avoid a warning.
3491
3492 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3493
3494         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3495         change.
3496
3497         * nnrss.el (nnrss-request-list): Remove this function and related
3498         functions, including the moreover stuff.
3499
3500 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3501
3502         * nnrss.el (nnrss-retrieve-groups): New function.
3503
3504 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3505
3506         * .dir-locals.el: Add no-byte-compile cookie.
3507
3508 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3509
3510         * time-date.el (format-seconds): Comment fix.
3511
3512         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3513         for back end that doesn't support request-scan.
3514
3515 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3516
3517         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3518         then do request scans from the backends.
3519
3520         * netrc.el (netrc-credentials): New conveniency function.
3521
3522         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3523         avoid running a hook per line, since this takes a lot of time,
3524         profiling shows.
3525         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3526         directly if gnus-visual-p is true.
3527
3528 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3529
3530         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3531         groups; replace mapcar with dolist which is a bit faster; pass groups
3532         info to gnus-read-active-file-1.
3533         (gnus-read-active-file-1): Scan only specified groups if the new
3534         optional arg `infos' is given.
3535
3536 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3537
3538         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3539
3540         * pop3.el (pop3-movemail): Remove.
3541         (pop3-streaming-movemail): Rename to pop3-movemail.
3542
3543         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3544         don't restrict end-tag searches to the end of the line.
3545
3546 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3547
3548         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3549         articles of every unchecked group to t, which means unknown since the
3550         server has never been opened.
3551
3552 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3553
3554         * gnus-html.el (gnus-html-show-alt-text): New command.
3555         (gnus-html-browse-image): Ditto.
3556         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3557         to browse the image directly.
3558         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3559         better.
3560
3561         * gnus-async.el (gnus-async-article-callback):
3562         Call `gnus-html-prefetch-images' unconditionally.
3563
3564         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3565         before feeding URLs to curl.
3566
3567 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3568
3569         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3570         internal images as deletable by `W D D'.
3571
3572         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3573         (gnus-async-article-callback): Fix typo.
3574
3575 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3576
3577         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3578         current line to work around bugs in the output from w3m.
3579
3580         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3581         for groups that want that.
3582
3583         * nntp.el (nntp-wait-for-string): Supply a timeout for
3584         accept-process-output to ensure progress.
3585
3586         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3587         level to get unread articles from, then use that for foreign groups,
3588         too.
3589
3590         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3591         confuses the rest of the function.
3592
3593         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3594         for the methods that support -retrieve-groups, too.
3595
3596         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3597
3598 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3599
3600         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3601         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3602
3603         * pop3.el: Require cl when compiling.
3604         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3605
3606 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3607
3608         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3609         that aren't going to be activated.
3610         (gnus-get-unread-articles): Fix up the last commit.
3611
3612         * gnus-html.el (gnus-article-html): Allow calling without specifying
3613         the handle.  In that case, dissect the buffer first.
3614
3615         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3616
3617         * nnimap.el (nnimap-open-connection): Revert the change that would look
3618         into authinfo for imaps instead of imap.
3619
3620         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3621         say that you don't want to call gnus-request-group with don-check, but
3622         do check the reponse.  This is for virtual groups only.
3623         (gnus-get-unread-articles): Count the archive groups as secondary, so
3624         that they're activated the same way as before.
3625
3626         * imap.el (imap-message-map): Removed optional buffer parameter, since
3627         no callers use it.
3628         (imap-message-get): Ditto.
3629         (imap-message-put): Ditto.
3630         (imap-mailbox-map): Ditto.
3631         (imap-mailbox-put): Ditto.
3632         (imap-mailbox-get): Ditto.
3633         (imap-mailbox-get): Revert last change for this function.
3634
3635         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3636         case-insensitively.
3637         (nnimap-debug): Remove.
3638
3639         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3640         to use `imap-fetch' instead.  According to the comments, this should be
3641         safe, since all other IMAP clients use the 1:* syntax.
3642         (imap-enable-exchange-bug-workaround): Removed.
3643         (imap-debug): Removed -- doesn't seem very useful.
3644
3645         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3646         mail from a file, and the file doesn't exist.
3647
3648         * imap.el (imap-log): New convenience function used throughout instead
3649         of repeating the same code all over the place.
3650
3651         * pop3.el (pop3-streaming-movemail): Return t for success.
3652
3653         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3654         .authinfo if we're using ssl connection.
3655
3656         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3657         already have if we're in a main Gnus `g' run.
3658
3659         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3660
3661 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3662
3663         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3664
3665         * nnmh.el (nnmh-request-list-1): Bind `file'.
3666
3667         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3668         alias to set-process-query-on-exit-flag or process-kill-without-query.
3669         (pop3-open-server): Use it.
3670
3671 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3672
3673         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3674         box to the Incoming file.  Fixes mistake in previous checkin.
3675
3676         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3677         request loop (for debugging purposes) removed.
3678
3679         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3680         culprit is more visible.
3681         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3682         (nnml-add-incremental-nov): New functions to do "incremental" nov
3683         updates, where we just append to the end of the existing nov files
3684         without reading/writing them in full.
3685
3686         * mail-source.el (mail-source-delete-crash-box): Really only check the
3687         incoming files once in a while.
3688
3689         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3690
3691         * mail-source.el (mail-source-delete-crash-box): Only check the
3692         incoming files for deletion once per day to save a lot of file
3693         accesses.
3694
3695         * pop3.el (pop3-logon): Fix up unbound variable typo.
3696
3697         * mail-source.el (pop3-streaming-movemail): Autoload.
3698
3699         * pop3.el (pop3-streaming-movemail):
3700         Respect pop3-leave-mail-on-server.
3701
3702         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3703         retrieval.
3704
3705         * pop3.el (pop3-process-filter): Remove unused function.
3706         (pop3-streaming-movemail, pop3-send-streaming-command)
3707         (pop3-wait-for-messages, pop3-write-to-file)
3708         (pop3-number-of-responses): New functions for streaming pop3
3709         retrieval.
3710
3711         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3712         come from no known methods.
3713         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3714         list.
3715
3716         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3717         message sizes.
3718         (pop3-movemail): Use erase-buffer instead of looping and deleting
3719         regions, which seems rather odd.
3720
3721         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3722         file once per `g' run.
3723
3724         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3725         directories.  This makes the draft queue directory work.
3726
3727         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3728         data from the backends, so that we only request the list of groups from
3729         each method once.  This should speed things up considerably.
3730
3731         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3732         detect that it's not implemented.
3733
3734         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3735         we actually do recurse down into the tree, but don't stat all leaf
3736         nodes.
3737
3738         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3739         then say so instead of bugging out.
3740
3741         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3742         files exist before trying to read them.
3743
3744         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3745         around <pre_int>.
3746
3747         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3748
3749         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3750
3751 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3752
3753         * mm-util.el (mm-image-load-path): Just return the image directories,
3754         not all directories in the path in addition to the image directories.
3755         (mm-image-load-path): Maintain a cache of the image directories so that
3756         the `g' command in Gnus doesn't have to stat dozens of directories each
3757         time.
3758
3759         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3760         (gnus-html-wash-tags): Add a new `i' command to insert images.
3761         (gnus-html-insert-image): New command and keystroke.
3762         (gnus-html-redisplay-with-images): New command and keystroke.
3763         (gnus-html-show-images): Rename command.
3764         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3765         spacers.
3766         (gnus-html-wash-tags): Decode entities at the end, so that entities
3767         inside the tags don't mess up the rest of the "parsing".
3768
3769         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3770         so that nnimap methods aren't agentized by default.  There's apparently
3771         many problems related to agent/imap behaviour.
3772
3773         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3774
3775         * gnus-html.el: Doc fix.
3776
3777 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3778
3779         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3780         specifier-spec-list for Emacs 21.
3781
3782         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3783         glyph-width and glyph-height instead of display-graphic-p and
3784         image-size; make avoidance of displaying small images work for XEmacs.
3785
3786         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3787         for XEmacs.
3788
3789         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3790         of symbol that holds plist data.
3791         (gnus-process-plist): Remove plist of process after getting it.
3792
3793 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3794
3795         * message.el (message-generate-hashcash): Change default to
3796         'opportunistic if hashcash is installed.
3797
3798         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3799         (gnus-html-put-image): Only call image-size once, since it's somewhat
3800         time-consuming on remote X servers.
3801
3802 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3803
3804         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3805         type on data, not a file name.
3806
3807         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3808         window-pixel-edges for Emacs 21.
3809
3810         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3811         decoded contents.
3812         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3813
3814 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3815
3816         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3817         group line format, since it isn't very interesting.
3818
3819         * gnus-agent.el (gnus-agent-short-article),
3820         (gnus-agent-long-article): Increase values for these two variables,
3821         since most people are likely to have more network connection and
3822         storage than before.
3823
3824         * gnus.el (gnus-refer-article-method): Change default to 'current.
3825         When referring an article, the common behaviour is to refer it from the
3826         current select method, not the native select method.  The chances of
3827         the native select method having the message in question is rather slim
3828         these days.
3829
3830         * gnus-sum.el (gnus-auto-select-subject): Change default to
3831         `unseen-or-unread'.  I think it's likely that most people want to
3832         select an unseen article over a previously seen, but unread one.
3833
3834         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3835         means that in the article buffer none of the minor mode elements will
3836         be shown, usually, and this is not desirable in most cases.
3837
3838         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3839         that commands like `d' (and the like) go to the next line in the
3840         buffer, instead of the next unread article.  I think this is the
3841         behaviour that is most natural for most users.
3842         (gnus-single-article-buffer): Change default to nil, so that people can
3843         have as many article buffers open as they have summary buffer.  I think
3844         this is the most natural way for the groups to behave.
3845
3846         * message.el (message-generate-new-buffers): Change default to
3847         `unsent', so that all new message buffers start their names with the
3848         string "*unsent", and it's easier to find the buffers if you move from
3849         them.
3850
3851 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3852
3853         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3854         small.  They're probably tracking images.
3855         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3856         (gnus-html-rescale-image): Yet another try at getting the image sizing
3857         right.
3858
3859         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3860         nntp-marks-file-name is nil.
3861
3862 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3863
3864         * gnus-html.el (gnus-html-wash-tags)
3865         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3866         Better logging.
3867
3868 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3869
3870         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
3871
3872         * gnus-html.el (gnus-html-wash-tags): Check the value of
3873         gnus-blocked-images in the summary buffer.
3874
3875 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3876
3877         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3878
3879 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3880
3881         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3882         like "a", it seems like.
3883         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3884         since it needs to be picked from the correct buffer.
3885
3886         * nnwfm.el: Remove.
3887
3888         * nnlistserv.el: Remove.
3889
3890 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3891
3892         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3893         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3894
3895 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3896
3897         * nnkiboze.el: Remove.
3898
3899         * nndb.el: Remove.
3900
3901         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3902         alt text.
3903         (gnus-html-rescale-image): Try to get the rescaling logic right for
3904         images that are just wide and not tall.
3905
3906         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3907         overshadow variable bindings.
3908
3909 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3910
3911         * gnus-html.el (gnus-html-wash-tags)
3912         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
3913         Add extra logging.
3914
3915 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3916
3917         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3918         (gnus-max-image-proportion): New variable.
3919         (gnus-html-rescale-image): New function.
3920         (gnus-html-put-image): Rescale images.
3921
3922 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3923
3924         Fix up some byte-compiler warnings.
3925         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3926         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3927         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3928         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3929         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3930         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3931         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3932
3933 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3934
3935         * gnus-html.el (gnus-article-html): Decode contents by charset.
3936
3937 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3938
3939         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3940         (gnus-html-frame-width, gnus-blocked-images)
3941         * message.el (message-prune-recipient-rules): Add custom version.
3942         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3943
3944         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3945         functions.
3946
3947         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3948         gnus-process-get.
3949
3950 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3951
3952         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3953         instead of lsub directly.
3954
3955 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3956
3957         * nnwarchive.el: Remove.
3958
3959         * gnus-soup.el: Remove.
3960
3961         * nnsoup.el: Remove.
3962
3963         * nnultimate.el: Remove.
3964
3965         * gnus-html.el (gnus-blocked-images): New variable.
3966
3967         * message.el (message-prune-recipients): New function.
3968         (message-prune-recipient-rules): New variable.
3969
3970         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3971         guess whether a long line is natural text or not.
3972
3973         * gnus-html.el (gnus-html-schedule-image-fetching):
3974         Use gnus-process-plist and friends for compatibility.
3975
3976 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3977
3978         * gnus-html.el: Require packages that define macros used in this file.
3979         (gnus-article-mouse-face): Declare to silence byte-compiler.
3980         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3981         process-get.
3982         (gnus-html-put-image): Use plist-get to avoid getf.
3983         (gnus-html-prefetch-images): Use with-current-buffer.
3984
3985 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3986
3987         * gnus-ems.el: Provide compatibility functions for
3988         gnus-set-process-plist.
3989
3990         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3991         header-line-format for XEmacs 21.4.
3992
3993         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3994         * gnus.el (gnus-valid-select-methods)
3995         * message.el (message-send-mail-partially-limit)
3996         * mm-decode.el (mm-text-html-renderer)
3997         * mml.el (mml-insert-mime-headers-always)
3998         * smiley.el (smiley-regexp-alist): Bump custom version.
3999
4000 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4001
4002         * gnus-html.el: require mm-url.
4003         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4004         with the url to `url'.
4005         (gnus-html-wash-tags): Support cid: URLs/images.
4006
4007 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4008
4009         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4010         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4011         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4012
4013         * gnus-move.el: Remove file, since it doesn't really work.
4014
4015         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4016         UTF-8.  This seems to fix problems with some German web feeds.
4017
4018         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4019         at the top so that the proper colours are applied.
4020
4021         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
4022         don't have dots in their names.
4023
4024         * gnus-art.el (gnus-article-view-part): Doc fix.
4025
4026         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4027         XEmacs-compatible.
4028         (gnus-html-put-image): Don't do images on non-graphic displays.
4029
4030         * nnslashdot.el: Remove this unused backend.
4031
4032         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4033         actions.
4034         (gnus-undo-register-1): Revert last change.
4035
4036         * gnus-group.el (gnus-group-completing-read): Protect against not
4037         having completion-styles bound.
4038
4039         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4040         make broken recipients happier.
4041
4042         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4043
4044         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4045         point parameter.
4046
4047         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4048
4049         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4050         completion-styles for group selection.
4051
4052 2009-02-04  Andreas Schwab  <schwab@suse.de>
4053
4054         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4055         headers and regexp-quote the match if necessary.
4056
4057 2009-03-24  Miles Bader  <miles@gnu.org>
4058
4059         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4060         the blinking smiley.
4061
4062 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4063
4064         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4065         blink smiley.
4066
4067 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4068
4069         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4070         where the dribbel file lives exists.
4071
4072         * message.el (message-send-mail-partially-limit): Change the default to
4073         nil, since most people don't want this.
4074
4075         * mm-url.el (mm-url-decode-entities): Also decode entities like
4076         &#x3212.
4077
4078 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4079
4080         * gnus-sum.el (gnus-summary-idna-message):
4081         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4082         Hyperlink urls in docstrings with URL `...'.
4083
4084 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4085
4086         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4087         functions.
4088
4089 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4090
4091         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4092         say what the mouseover text should be.
4093
4094         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4095         version of the mm-w3m-safe-url-regexp variable to only download images
4096         in the groups where we want that to happen.
4097
4098         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4099
4100         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4101         easier debugging.
4102         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4103         big pictures in the article buffer.
4104
4105         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4106         gnus-article-html.
4107         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4108         w3m.
4109
4110         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4111
4112 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4113
4114         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4115         which doesn't exist.
4116
4117         * message.el (message-inhibit-ecomplete): New variable to allow some
4118         function to inhibit ecomplete address storage.
4119         (message-resend): Disable ecomplete message storage when resending
4120         messages.
4121
4122         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4123
4124 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4125
4126         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4127         Save excursion while copying, moving, and deleting articles in order to
4128         prevent the cursor from jumping to unforeseen place.
4129
4130 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4131
4132         * lpath.el: No need to bind bookmark-current-buffer,
4133         bookmark-yank-point and bookmark-make-record-function.
4134
4135 2010-08-17  Glenn Morris  <rgm@gnu.org>
4136
4137         * gnus-sync.el: Require gnus components whose functions are used.
4138
4139         * gnus-art.el (bookmark-make-record-function):
4140         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4141         Declare for compiler.
4142
4143         * mm-url.el (mml-compute-boundary): Autoload.
4144
4145 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4146
4147         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4148
4149 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4150
4151         Typo fix "hoo4a" -> "hook".
4152
4153         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4154
4155 2010-08-14  Glenn Morris  <rgm@gnu.org>
4156
4157         * gnus-sync.el (gnus-sync): Fix defgroup version.
4158
4159 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4160
4161         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4162
4163         * gnus-sync.el: Fix docs.
4164         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4165         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4166
4167 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4168
4169         Optimizations for gnus-sync.el.
4170
4171         * gnus-sync.el: Add docs about gnus-sync-backend
4172         possibilities.
4173         (gnus-sync-save): Remove unnecessary message.
4174         (gnus-sync-read): Optimize and show what groups were skipped.
4175
4176 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4177
4178         Minor bug fixes for gnus-sync.el.
4179
4180         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4181         Don't read the sync on get-new-news.
4182
4183         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4184         quiet.
4185
4186         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4187         (fix typo).
4188
4189 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4190
4191         Make saving and restoring of hidden threads work with overlays.
4192         Patch applied by Ted Zlatanov.
4193
4194         * gnus-sum.el (gnus-hidden-threads-configuration)
4195         (gnus-restore-hidden-threads-configuration): Update to deal with text
4196         properties, rather than searching for a magic character.
4197
4198 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4199
4200         New gnus-sync.el library for synchronization of marks.
4201
4202         * gnus-sync.el: New library for synchronization of marks.
4203
4204         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4205         renamed from `gnus-registry-grep-in-list'.
4206
4207         * gnus-registry.el (gnus-registry-follow-group-p):
4208         Use `gnus-grep-in-list'.
4209
4210         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4211
4212 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4213
4214         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4215         determining charset of text fails.
4216
4217 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4218
4219         * nnmail.el (nnmail-get-new-mail-1): Revert.
4220
4221         * nnml.el (nnml-active-number): Make sure names of newly created groups
4222         in nnml-group-alist are encoded.
4223
4224 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4225
4226         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4227         containing non-ASCII characters in active file for nnml back end.
4228
4229 2010-07-24  David Engster  <dengste@eml.cc>
4230
4231         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4232         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4233
4234 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4235
4236         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4237         tag (Bug#6654).
4238
4239 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4240
4241         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4242         the article buffer, not the summary buffer.
4243
4244 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4245
4246         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4247         Emacs 23 as well.
4248
4249 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4250
4251         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4252         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4253
4254 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4255
4256         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4257         Patch applied by Karl Fogel.
4258
4259         * gnus-sum.el (gnus-summary-bookmark-make-record):
4260         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4261
4262 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4263
4264         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4265         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4266         C-w still not working correctly from Article buffers; Thierry's
4267         patch to fix that will be applied after this.
4268
4269         * gnus-art.el (bookmark-make-record-function): New local variable.
4270
4271         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4272         article buffer.
4273         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4274
4275 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4276
4277         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4278         on changes in bookmark.el.
4279
4280 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4281
4282         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4283         `no-log' instead of message not to log prompt string.
4284
4285 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4286
4287         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4288         the *other* type of HTML form submission.
4289
4290 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4291
4292         * auth-source.el (auth-source-pick): If choice does not contain a
4293         questioned keyword, set the check to t.
4294
4295 2010-06-12  Romain Francoise  <romain@orebokech.com>
4296
4297         * gnus-util.el (gnus-date-get-time): Move up before first use.
4298
4299 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4300
4301         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4302         (gnus-article-edit-part): Bind it to make last part that is substituted
4303         or deleted visible.
4304         (gnus-mime-display-single): Buttonize part of which id equals to
4305         gnus-mime-buttonized-part-id.
4306
4307 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4308
4309         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4310         (gnus-dd-mmm): Use gnus-date-get-time.
4311         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4312         simplify logic.
4313         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4314         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4315
4316 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4317
4318         * auth-source.el (top): Autoload `secrets-list-collections',
4319         `secrets-create-item', `secrets-delete-item'.
4320         (auth-sources): Fix tag string.
4321         (auth-get-source, auth-source-retrieve, auth-source-create)
4322         (auth-source-delete): New defuns.
4323         (auth-source-pick): Rewrite in order to avoid 2 passes.
4324         (auth-source-forget-user-or-password): New parameter USERNAME.
4325         (auth-source-user-or-password): New parameters CREATE-MISSING and
4326         DELETE-EXISTING.  Retrieve password interactively, if needed.
4327
4328 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4329
4330         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4331         deleting unused directories when gnus-expert-user is t.
4332
4333 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4334
4335         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4336         for each temp file when gnus-article-browse-delete-temp is ask.
4337
4338 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4339
4340         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4341         Lisp calls to delete-backward-char by calls to delete-char.
4342
4343 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4344
4345         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4346
4347 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4348
4349         * password-cache.el (password-cache-remove): Fix docstring.
4350
4351 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4352
4353         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4354         article unless decoding article to be saved.
4355
4356 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4357
4358         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4359         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4360         generated within the mm-with-unibyte-current-buffer macro.
4361
4362 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4363
4364         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4365         to nil when we're in a mml-preview buffer and no group is selected.
4366
4367 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4368
4369         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4370         when catching the `C-g'.  Reported by "Leo".
4371
4372 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4373
4374         * message.el (message-forward-make-body-plain)
4375         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4376         multibyte-string-p.
4377
4378         * lpath.el: Revert.
4379
4380 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4381
4382         * message.el (message-forward-make-body-mml): Assume original message
4383         is multibyte string; error on unibyte.
4384         (message-forward-make-body-plain): Ditto; don't add excessive newline
4385         in body end.
4386
4387         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4388
4389 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4390
4391         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4392         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4393
4394 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4395
4396         * mm-extern.el (mm-extern-url): Don't use
4397         mm-with-unibyte-current-buffer.
4398         (mm-extern-cache-contents): Use with-current-buffer instead of
4399         save-excursion + set-buffer.
4400
4401 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4402
4403         * mm-util.el (mm-emacs-mule): Remove.
4404
4405 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4406
4407         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4408         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4409         change.
4410
4411 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4412
4413         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4414         bind the default value of enable-multibyte-characters to nil.
4415
4416 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4417
4418         * message.el (message-forward-make-body-plain)
4419         (message-forward-make-body-mml):
4420         Don't use mm-with-unibyte-current-buffer.
4421
4422 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4423
4424         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4425
4426 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4427
4428         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4429         (Bug#5592).
4430
4431 2010-05-07  Julien Danjou  <julien@danjou.info>
4432
4433         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4434         it to mm-pipe-part.
4435
4436         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4437         it is given.
4438
4439 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4440
4441         * binhex.el (binhex-decode-region-internal)
4442         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4443         (dns-query)
4444         * nnweb.el (nnweb-gmane-search)
4445         * pgg-parse.el (pgg-parse-armor)
4446         * pgg.el (pgg-verify-region)
4447         * sha1.el (sha1-string-external)
4448         * uudecode.el (uudecode-decode-region-internal)
4449         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4450         XEmacs.
4451
4452         * gnus-art.el (gnus-article-browse-html-parts)
4453         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4454         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4455         make-temp-file.
4456
4457         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4458         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4459         compiling.
4460
4461         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4462         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4463         XEmacs when compiling.
4464
4465         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4466         gnus-pick-mode-off-hook for XEmacs when compiling.
4467         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4468         gnus-binary-mode-off-hook for XEmacs when compiling.
4469
4470         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4471         Return nil if char-charset is not available.
4472
4473         * imap.el (imap-disable-multibyte)
4474         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4475         macros.
4476
4477         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4478         instead of encode-coding-string.
4479
4480         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4481         'xemacs) instead of mm-emacs-mule to switch function definitions.
4482         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4483
4484         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4485         bind temporary-file-directory for XEmacs;
4486         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4487         timer-set-function for XEmacs 21.4 and SXEmacs;
4488         bind timer-list for XEmacs 21.4 and SXEmacs;
4489         fbind char-charset and find-charset-region for non-Mule XEmacs;
4490         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4491         encode-coding-region and encode-coding-string for XEmacs having no
4492         file-coding feature.
4493
4494 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4495
4496         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4497
4498 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4499
4500         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4501         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4502
4503 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4504
4505         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4506         alias `jka-compr-delete-temp-file' no longer exists.
4507
4508 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4509
4510         Use define-minor-mode in Gnus where applicable.
4511         * mml.el (mml-mode): Use define-minor-mode.
4512         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4513         (gnus-undo-mode): Use define-minor-mode.
4514         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4515         (gnus-dead-summary-mode): Use define-minor-mode.
4516         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4517         Initialize in declaration.
4518         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4519         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4520         (gnus-mailing-list-mode): Use define-minor-mode.
4521         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4522         (gnus-draft-mode): Use define-minor-mode.
4523         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4524         (gnus-dired-mode): Use define-minor-mode.
4525
4526 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4527
4528         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4529         handles on recursive mml-to-mime translation and check them for
4530         boundary delimiter collisions.  Reported by Greg Troxel.
4531
4532 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4533
4534         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4535
4536 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4537
4538         * mm-util.el (mm-find-buffer-file-coding-system):
4539         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4540
4541 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4542
4543         * message.el (message-generate-headers): Record insertion of optional
4544         headers as well.  Otherwise the check to prevent repeated insertion of
4545         optional headers is a no-op.
4546
4547 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4548
4549         * smime.el: Don't mention CVS.
4550
4551         * nnrss.el (nnrss-fetch): Don't mention CVS.
4552
4553         * nnir.el: Don't mention CVS.
4554
4555 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4556
4557         * gnus-sum.el (gnus-summary-bookmark-make-record):
4558         Add `location' field.
4559
4560 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4561
4562         * lpath.el: Fbind bookmark-default-handler,
4563         bookmark-get-bookmark-record, bookmark-make-record-default,
4564         bookmark-prop-get for Emacs <23 and XEmacs.
4565
4566 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4567
4568         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4569         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4570         Use with-current-buffer to silence the byte-compiler.
4571         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4572         bother to require `gnus'.
4573         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4574
4575 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4576
4577         * gnus-sum.el (gnus-summary-bookmark-make-record)
4578         (gnus-summary-bookmark-jump): New functions.
4579         (gnus-summary-mode): Setup bookmark support.
4580
4581 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4582
4583         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4584         if set.
4585
4586 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4587
4588         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4589         gnus-article-browse-html-save-cid-image; make it work recursively for
4590         forwarded messages as well.
4591         (gnus-article-browse-html-parts): Work when prefix arg is given.
4592         (gnus-article-browse-html-article): Doc fix.
4593
4594 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4595
4596         * message.el (message-default-mail-headers):
4597         (message-default-headers): Carry the value mail-default-headers over
4598         into message-default-mail-headers, rather than message-default-headers.
4599
4600 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4601
4602         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4603         charset.
4604
4605         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4606         charset into the <meta> tag when the article is encoded to utf-8.
4607
4608 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4609
4610         * gnus-art.el (gnus-article-browse-delete-temp-files):
4611         Delete directories as well.
4612         (gnus-article-browse-html-parts): Work for images that do not specify
4613         file names; delete temp directory when quitting; insert header at the
4614         right place; use file: scheme for image files.
4615
4616 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4617
4618         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4619         (gnus-article-browse-html-parts): Use it to make temporary cid image
4620         files in addition to html file so that browser may display them.
4621
4622 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4623
4624         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4625
4626 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4627
4628         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4629
4630 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4631
4632         * auth-source.el (auth-sources): Change default to be simpler.
4633         Explain about Secret Service API sources.  Improve Customize options.
4634         (auth-source-pick): Change to accept any number of search parameters.
4635         Implement fallbacks iteratively, not recursively.  Add scoring on the
4636         second pass and sort by score.  Call Secret Service API when needed.
4637         (auth-source-user-or-password): Use it.  Call Secret Service API
4638         directly when needed to get the user name and the password.
4639
4640 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4641
4642         * message.el (message-interactive): Doc fix.
4643         (message-qmail-inject-args): Reflow.
4644         (message-kill-to-signature): Fix typo in docstring.
4645
4646         * smiley.el (smiley-buffer): Fix typo in docstring.
4647
4648 2010-03-24  Glenn Morris  <rgm@gnu.org>
4649
4650         * mail-source.el (gnus-message): Declare.
4651         (mail-source-delete-old-incoming): Require gnus-util.
4652
4653 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4654
4655         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4656
4657         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4658
4659         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4660         password-cache's default if it is not bound.
4661         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4662         password-cache-expiry's default if it is not bound.
4663
4664         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4665         available in Emacs 21.
4666
4667         * lpath.el: Suppress compiler warnings for:
4668         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4669         XEmacs;
4670         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4671         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4672         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4673
4674 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4675
4676         * auth-source.el (auth-sources): Fix up definition so extra parameters
4677         are always inline.
4678
4679 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4680
4681         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4682         wasn't updated after mismatch.  Clear cached mailbox info correctly
4683         when uidvalidity changes.
4684         (nnimap-group-prefixed-name): New function to avoid some code
4685         duplication.
4686         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4687         (nnimap-request-group): Use it.
4688         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4689         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4690         with many imap folders.  This is done by caching the group status from
4691         the imap server persistently in a group parameter `imap-status'.  (This
4692         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4693         but not persistently, so every Gnus startup was still very slow.)
4694
4695 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4696
4697         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4698         delete the extra newline.  Otherwise editing of :string and :number
4699         types don't work.
4700
4701 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4702
4703         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4704         secrets.el dependency.
4705         (auth-sources): Add optional user name.  Add secrets.el configuration
4706         choice (unused right now).
4707
4708 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4709
4710         * gnus-sum.el (gnus-summary-make-menu-bar):
4711         Let `gnus-registry-install-shortcuts' fill in the functions.
4712
4713         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4714         warnings.
4715         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4716         (gnus-registry-install-shortcuts): Populate and use it in a
4717         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4718
4719 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4720
4721         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4722         In-place substitutions for the group name encoding/decoding.
4723         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4724         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4725         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4726         (nnimap-update-unseen, nnimap-request-list)
4727         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4728         (nnimap-request-set-mark, nnimap-split-to-groups)
4729         (nnimap-split-articles, nnimap-request-newgroups)
4730         (nnimap-request-create-group, nnimap-request-accept-article)
4731         (nnimap-request-delete-group, nnimap-request-rename-group)
4732         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4733         `encoded-mbx' for consistency.
4734         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4735         variable `imap-current-mailbox'.
4736
4737         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4738         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4739
4740 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4741
4742         * pop3.el (pop3-display-message-size-flag): Display message size byte
4743         counts during POP3 download.
4744         (pop3-movemail): Use it.
4745         (pop3-list): Implement listing of available messages.
4746
4747 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4748
4749         * nnir.el (nnir-get-article-nov-override-function): New function to
4750         override the normal NOV retrieval.
4751         (nnir-retrieve-headers): Use it.
4752
4753 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4754
4755         * auth-source.el (netrc-machine-user-or-password): Autoload.
4756
4757 2010-03-19  Glenn Morris  <rgm@gnu.org>
4758
4759         Stop message.el from loading about 40 libraries it doesn't always need.
4760         The general approach is to autoload rather than require, and to
4761         require in the specific functions rather than the file.  (Bug#5642)
4762
4763         * gmm-utils.el: Don't require wid-edit.
4764         (widget-create-child-value, widget-convert, widget-default-get):
4765         Autoload.
4766
4767         * gnus-util.el: Don't require time-date, netrc.
4768         (message-fetch-field, gnus-group-name-decode): Declare rather than
4769         autoloading.
4770         (gnus-fetch-field): Require message.
4771         (gnus-decode-newsgroups): Require gnus-group.
4772
4773         * ietf-drums.el: Don't require time-date.
4774
4775         * message.el: Don't require hashcash, canlock, ecomplete.
4776         Do require mail-utils.  Require nnheader only when compiling.
4777         (smtpmail-default-smtp-server): Remove declaration.
4778         (message-send-mail-function): Check smtpmail-default-smtp-server
4779         is bound rather than requiring smtpmail.
4780         (message-auto-save-directory, message-insert-signature):
4781         Use expand-file-name rather than nnheader-concat.
4782         (nnheader-insert-file-contents): Autoload.
4783         (hashcash-wait-async): Declare.
4784         (message-send-mail): Only call gnus-setup-posting-charset if
4785         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4786         (message-send-mail-with-sendmail): Require sendmail.
4787         (canlock-password, canlock-password-for-verify): Declare.
4788         (message-canlock-password): Require canlock.
4789         (nnheader-get-report): Autoload.
4790         (gnus-setup-posting-charset): Declare.
4791         (message-send-news): Require gnus-msg.
4792         (message-make-references, message-make-in-reply-to): Use mail-header-id
4793         rather than the alias mail-header-message-id.
4794         (ecomplete-add-item, ecomplete-save): Declare.
4795         (message-put-addresses-in-ecomplete): Require ecomplete.
4796         (ecomplete-display-matches): Autoload.
4797
4798         * mm-decode.el: Don't require mailcap, gnus-util.
4799         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4800         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4801         Autoload.
4802         (mailcap-mime-extensions): Declare.
4803
4804         * mm-encode.el: Don't require mailcap.
4805         (mailcap-extension-to-mime): Autoload.
4806
4807         * mml-sec.el: Don't require password-cache.
4808
4809         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4810         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4811         (mml-minibuffer-read-type): Require mailcap.
4812         (mml-preview): Require gnus-msg.
4813
4814         * mml1991.el: Require password-cache.
4815         (password-cache-expiry): Remove declaration.
4816
4817         * mml2015.el: Require password-cache.
4818         (password-cache-expiry): Remove declaration.
4819
4820         * nneething.el (mailcap): Require mailcap.
4821
4822         * nnheader.el (declare-function): Add compatibility stub.
4823         (message-remove-header): Declare rather than autoload.
4824         (nnheader-replace-header): Require message.
4825
4826         * nnimap.el (declare-function): Add compatibility stub.
4827         (netrc-parse, netrc-machine-user-or-password): Declare.
4828         (nnimap-open-connection): Require netrc.
4829
4830         * nntp.el (declare-function): Add compatibility stub.
4831         (netrc-parse, netrc-machine, netrc-get): Declare.
4832         (nntp-send-authinfo): Require netrc.
4833
4834         * rfc2047.el: Don't require qp.
4835         (quoted-printable-encode-region, quoted-printable-decode-string):
4836         Autoload.
4837
4838         * sieve-mode.el: Don't require easymenu.
4839         (easy-menu-add-item): Autoload it.
4840
4841         * spam-stat.el (time-to-number-of-days): Autoload it.
4842
4843 2010-03-19  Glenn Morris  <rgm@gnu.org>
4844
4845         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4846
4847 2010-03-18  Glenn Morris  <rgm@gnu.org>
4848
4849         * hashcash.el (declare-function): Remove duplicate definition.
4850
4851 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4852
4853         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4854         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4855         value if any backslash escapes).
4856
4857 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4858
4859         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4860         if it is available.  (bug#5647)
4861
4862         * lpath.el: Suppress compiler warning for coding-system-from-name for
4863         Emacs 21 and XEmacs.
4864
4865 2010-03-14  Juri Linkov  <juri@jurta.org>
4866
4867         * hmac-def.el:
4868         * hmac-md5.el:
4869         * netrc.el: Fix keywords.
4870
4871 2010-02-26  Glenn Morris  <rgm@gnu.org>
4872
4873         * message.el (message-send-mail-function): Change the default, so that
4874         it inherits from a customized send-mail-function.  (Bug#5643)
4875
4876 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4877
4878         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4879         shell-command-to-string signals an error (bug#5299).
4880
4881 2010-02-24  Glenn Morris  <rgm@gnu.org>
4882
4883         * message.el (message-smtpmail-send-it)
4884         (message-send-mail-with-mailclient): Doc fixes.
4885
4886 2010-02-16  Glenn Morris  <rgm@gnu.org>
4887
4888         * message.el (message-default-mail-headers): Change the default value
4889         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4890
4891 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4892
4893         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4894         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4895
4896 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4897
4898         * time-date.el (date-to-time): Doc fix (Bug#5408).
4899
4900 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4901
4902         * message.el (message-mail): Just pass yank-action on to message-setup.
4903         (message-setup): Handle (FUN . ARGS) form of yank-action.
4904         (message-with-reply-buffer, message-widen-reply)
4905         (message-yank-original): Handle non-buffer values of
4906         message-reply-buffer (Bug#4080).
4907         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4908
4909 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4910
4911         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4912         Fix typo in docstring.
4913
4914 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4915
4916         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4917         response.
4918
4919 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4920
4921         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4922
4923         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4924
4925         * message.el (message-check-news-header-syntax): Protect against a
4926         string that `rfc822-addresses' returns when parsing fails.
4927
4928 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4929
4930         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4931         (gnus-previous-char-property-change): New functions.
4932
4933         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4934
4935 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4936
4937         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4938         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4939
4940 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4941
4942         * message.el (message-exchange-point-and-mark): Rework last change to
4943         avoid using optional arg of exchange-point-and-mark, for backward
4944         compatibility.
4945
4946 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4947
4948         * message.el (message-exchange-point-and-mark):
4949         Call exchange-point-and-mark with an argument rather than setting
4950         mark-active by hand (Bug#5175).
4951
4952 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4953
4954         * nntp.el (nntp-service-to-port): Work for service expressed with
4955         numeric string; replace [:digit:] with [0-9] for XEmacs.
4956
4957 2009-12-17  Glenn Morris  <rgm@gnu.org>
4958
4959         * gnus-group.el (gnus-bug-group-download-format-alist):
4960         Change emacs entry to debbugs.gnu.org.  Bump :version.
4961
4962 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4963
4964         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4965
4966 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4967
4968         * message.el (message-info): Explain why we use `Info-goto-node'.
4969
4970 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4971
4972         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4973
4974 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4975
4976         * message.el (message-completion-in-region): New compatibility function.
4977         (message-expand-group): Use it.
4978
4979 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4980
4981         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4982         with no unread article should be listed if the 2nd arg `predicate' is
4983         given.
4984
4985 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4986
4987         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4988
4989 2009-11-29  Juri Linkov  <juri@jurta.org>
4990
4991         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4992         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4993         on `gnus-recenter'.  (Bug#4698, Bug#4981)
4994
4995 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4996
4997         * sha1.el (sha1-string-external): default-directory "/" in case
4998         otherwise non-existent.  process-connection-type pipe for touch of
4999         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5000
5001 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5002
5003         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
5004         it's comms related and sgml-mode.el has "comm" on that basis too.
5005
5006 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5007
5008         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5009         containing tspecial characters if they have been already quoted.
5010
5011 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5012
5013         * dns-mode.el (auto-mode-alist): Purecopy string.
5014
5015 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5016
5017         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
5018
5019 2009-10-24  Glenn Morris  <rgm@gnu.org>
5020
5021         * gnus-art.el (help-xref-stack-item): Define for compiler.
5022
5023 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5024
5025         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5026
5027 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5028
5029         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5030
5031 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5032
5033         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5034         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5035
5036 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5037
5038         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5039         (gnus-overlays-in): New alias to overlays-in.
5040
5041         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5042         gnus-overlay-get, and gnus-delete-overlay.
5043         (gnus-summary-show-thread): Make it work as well for systems in which
5044         next-single-char-property-change is not available.
5045         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5046
5047         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5048         (gnus-overlay-get): New alias to extent-property.
5049         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5050
5051         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5052         SXEmacs.
5053
5054         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5055         SXEmacs.
5056
5057 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5058
5059         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5060
5061 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5062
5063         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5064         and XEmacs that don't have `remove-overlays'.
5065
5066 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5067
5068         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5069         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5070         selective display.  Use overlays instead.
5071
5072 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5073
5074         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5075
5076 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5077
5078         * spam-stat.el (spam-stat-load): Fix typo in message.
5079
5080 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5081
5082         * dig.el (dig-invoke): Fix typo in docstring.
5083         (query-dig): Reflow docstring.
5084
5085 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5086
5087         * gnus-art.el (gnus-article-encrypt-body):
5088         * message.el (message-check-recipients):
5089         * mm-util.el (mm-codepage-setup):
5090         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5091         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5092
5093 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5094
5095         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5096         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5097         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5098         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5099         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5100
5101 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5102
5103         * dig.el: Add "Keywords: comm", as per net-utils.el.
5104
5105 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5106
5107         * dig.el (dig-mode): Use define-derived-mode.
5108
5109 2009-09-19  Glenn Morris  <rgm@gnu.org>
5110
5111         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5112
5113 2009-09-18  Glenn Morris  <rgm@gnu.org>
5114
5115         * gnus-diary.el (gnus-diary-check-message):
5116         * message.el (message-insert-formatted-citation-line):
5117         * nnbabyl.el (top-level):
5118         * nndiary.el (nndiary-schedule):
5119         Fix typos in condition-case handlers.
5120
5121 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5122
5123         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5124         configuration that provides the sole article window in a frame;
5125         position point correctly after deleting a part.
5126
5127 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5128
5129         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5130         (spam-resolve-registrations-routine): Use it to unregister articles
5131         that change status.
5132
5133 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5134
5135         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5136         with XEmacs.
5137         (parse-time-string-chars): Use it.
5138
5139 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5140
5141         * imap.el (imap-interactive-login): Better messages.
5142         (imap-open): Fix bug with renamed buffer on reconnect.
5143         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5144         for easier debugging and cleaner code.  On successful (guessed based on
5145         server capabilities) secondary authentication, set imap-state
5146         correctly.
5147         (imap-last-authenticator): Define imap-last-authenticator as a variable
5148         to avoid warnings.
5149
5150 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5151
5152         * nnrss.el (nnrss-request-article): Remove binding of
5153         default-enable-multibyte-characters that has gotten needless by
5154         the 2007-07-13 change in rfc2047-encode-message-header.
5155
5156         * mml.el (mml-insert-multipart): Error on the message header.
5157         (mml-insert-part): Error on the message header; position point at
5158         the end of a MIME tag.
5159
5160 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5161
5162         * time-date.el (autoload): Expand define-obsolete-function-alias into
5163         defalias and make-obsolete for old Emacsen that Gnus supports.
5164         (with-no-warnings): Define it for old Emacsen.
5165         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5166         is available.
5167         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5168         float-time is available; suppress compile warning for time-to-seconds.
5169
5170         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5171         (gnus-float-time): Alias to float-time if it exists.
5172
5173         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5174         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5175         float-time is available; suppress compile warning for time-to-seconds.
5176
5177         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5178         XEmacs.
5179
5180 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5181
5182         * imap.el (imap-message-map): Docstring fix.
5183
5184 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5185
5186         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5187         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5188         Add the optional argument `encoding' that overrides the default.
5189
5190         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5191         mm-encode-buffer.
5192
5193 2009-09-04  Glenn Morris  <rgm@gnu.org>
5194
5195         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5196         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5197         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5198         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5199         * mm-util.el (mm-with-unibyte-current-buffer)
5200         (mm-find-buffer-file-coding-system):
5201         * yenc.el (yenc-decode-region): Use default-value rather than
5202         default-enable-multibyte-characters.
5203
5204 2009-09-03  Glenn Morris  <rgm@gnu.org>
5205
5206         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5207         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5208         than default-enable-multibyte-characters.
5209
5210 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5211
5212         * gnus-art.el (gnus-article-read-summary-keys):
5213         Fix gnus-buffer-configuration's value temporarily used.
5214
5215 2009-09-02  Glenn Morris  <rgm@gnu.org>
5216
5217         * gnus-util.el (gnus-float-time): New function.
5218         * gnus-delay.el (gnus-delay-article):
5219         * gnus-sum.el (gnus-thread-latest-date):
5220         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5221         * nnspool.el (nnspool-request-newgroups):
5222         Use gnus-float-time rather than time-to-seconds.
5223         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5224
5225         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5226         (gnus-header-subject-face, gnus-header-newsgroups-face)
5227         (gnus-header-name-face, gnus-header-content-face):
5228         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5229         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5230         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5231         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5232         (gnus-cite-face-11):
5233         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5234         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5235         (gnus-server-closed-face, gnus-server-denied-face)
5236         (gnus-server-offline-face):
5237         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5238         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5239         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5240         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5241         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5242         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5243         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5244         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5245         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5246         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5247         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5248         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5249         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5250         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5251         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5252         (gnus-summary-high-undownloaded-face)
5253         (gnus-summary-low-undownloaded-face)
5254         (gnus-summary-normal-undownloaded-face)
5255         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5256         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5257         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5258         (gnus-splash-face):
5259         * message.el (message-header-to-face, message-header-cc-face)
5260         (message-header-subject-face, message-header-newsgroups-face)
5261         (message-header-other-face, message-header-name-face)
5262         (message-header-xheader-face, message-separator-face)
5263         (message-cited-text-face, message-mml-face):
5264         * sieve-mode.el (sieve-control-commands-face)
5265         (sieve-action-commands-face, sieve-test-commands-face)
5266         (sieve-tagged-arguments-face):
5267         * spam.el (spam-face):
5268         Mark face aliases with "-face" in the name as obsolete.
5269
5270 2009-09-01  Glenn Morris  <rgm@gnu.org>
5271
5272         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5273         than goto-line.
5274
5275 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5276
5277         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5278         Don't move point if the command is invoked inside the message header.
5279
5280 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5281
5282         * imap.el (imap-send-command): Simplify.
5283         (imap-wait-for-tag): point-max -> buffer-size.
5284
5285 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5286
5287         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5288         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5289         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5290         * nnir.el (nnir-swish-e-index-file):
5291         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5292         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5293         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5294         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5295         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5296         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5297
5298 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5299
5300         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5301         Don't save excursion.
5302
5303 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5304
5305         * nnheader.el (nnheader-find-file-noselect):
5306         * mm-util.el (mm-insert-file-contents):
5307         Use (default-value 'major-mode) instead of default-major-mode.
5308
5309 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5310
5311         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5312
5313 2009-08-26  Glenn Morris  <rgm@gnu.org>
5314
5315         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5316         than placing in files.el.
5317
5318 2009-08-25  Glenn Morris  <rgm@gnu.org>
5319
5320         * nnir.el (top-level): Don't require cl at run-time.
5321         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5322         Replace cl-function substitute with gnus-replace-in-string.
5323         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5324         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5325         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5326         simplified expansions.
5327
5328 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5329
5330         * dig.el (dig): Add autoload cookie.
5331
5332 2009-08-22  Glenn Morris  <rgm@gnu.org>
5333
5334         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5335         goto-line.
5336
5337 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5338
5339         * parse-time.el (parse-time-string-chars): Save match data.
5340
5341 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5342
5343         * parse-time.el (parse-time-string-chars): Compute using character
5344         classes, to handle non-ascii characters (Bug#3190).
5345
5346 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5347
5348         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5349
5350         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5351         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5352         (gnus-mm-display-part, gnus-mime-display-single)
5353         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5354         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5355
5356         * gnus-sum.el
5357         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5358         (gnus-summary-move-article): Add expirable mark to articles copied or
5359         moved to group that has auto-expire turned on if the option is non-nil.
5360
5361 2009-07-24  Glenn Morris  <rgm@gnu.org>
5362
5363         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5364         Fix typo.  (Bug#3903)
5365
5366 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5367
5368         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5369         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5370         that should not be used for draft articles.
5371         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5372         that has no concern in minor mode keys.
5373         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5374         Abolish.
5375
5376 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5377
5378         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5379         article without making inquiry to a user for unknown encoding.
5380
5381         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5382         (nnmaildir--scan): Assume i-node and device number that file-attributes
5383         returns might be cons-cell.
5384
5385         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5386
5387         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5388
5389 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5390
5391         * auth-source.el: Remove docs now in auth.texi.  Don't use
5392         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5393         `auth-source-hide-passwords' and use them.
5394
5395 2009-07-15  Glenn Morris  <rgm@gnu.org>
5396
5397         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5398
5399 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5400
5401         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5402         excessive whitespace from the default values of title and description.
5403
5404 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5405
5406         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5407         mail-fetch-field to fetch Content-Description header in order to
5408         exclude newlines.
5409
5410 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5411
5412         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5413         format used by GnuPG 2.0.11.
5414
5415 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5416
5417         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5418         to deleted part.
5419
5420 2009-05-30  David Engster  <dengste@eml.cc>
5421
5422         * nnmairix.el: Remove old documentation in the commentary block.
5423         (nnmairix-request-group): Do not update active file for nnml back ends.
5424         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5425         end so that overview files are ignored.
5426         (nnmairix-update-groups): Make updating the groups more robust by using
5427         marks.
5428         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5429         with dollar characters in message-id.
5430
5431 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5432
5433         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5434         2008-12-25 in dns.el.
5435
5436 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5437
5438         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5439         could happen if the text is only composed of spaces and/or tabs.
5440
5441 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5442
5443         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5444         when sending a queued message to avoid extra mml tags.
5445
5446 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5447
5448         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5449
5450 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5451
5452         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5453         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5454         rmail-toggle-header for XEmacs;
5455         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5456
5457 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5458
5459         * gnus-dired.el: Remove autoload for gnus-setup-message.
5460         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5461         displaying Gnus logo; always use compose-mail.
5462
5463 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5464
5465         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5466
5467 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5468
5469         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5470         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5471         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5472         available.
5473         (gnus-nocem-epg-verify): New function.
5474
5475 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5476
5477         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5478
5479 2009-02-15  Glenn Morris  <rgm@gnu.org>
5480
5481         * gnus-util.el (rmail-insert-rmail-file-header)
5482         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5483         autoloads.
5484         (rmail-default-rmail-file): Remove unnecessary declaration.
5485         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5486
5487 2009-02-14  Glenn Morris  <rgm@gnu.org>
5488
5489         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5490         variable (only used in gnus-util, which declares it anyway).
5491         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5492         which was only needed by gnus-art (changed to not use it any more).
5493         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5494         only used in gnus-util, which autoloads it itself.
5495         (rmail-update-summary): Fix autoload.
5496
5497         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5498         rather than rmail-output-to-rmail-file.
5499
5500 2009-02-07  Glenn Morris  <rgm@gnu.org>
5501
5502         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5503         autoload of function that no longer exists.
5504         (rmail-toggle-header): Declare.
5505         (message-forward-rmail-make-body): Handle mbox Rmail.
5506
5507 2009-01-31  Glenn Morris  <rgm@gnu.org>
5508
5509         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5510         2009-01-09 change.
5511
5512 2009-01-31  Dave Love  <fx@gnu.org>
5513
5514         * imap.el (imap-fetch-safe): Bind debug-on-error.
5515         (imap-debug): Add imap-fetch-safe.
5516
5517 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5518
5519         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5520         (auth-source-forget-all-cached): New convenience function.
5521         (auth-source-user-or-password): Accept list of modes or a single mode.
5522
5523         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5524         auth-source modes.
5525
5526         * netrc.el (netrc-machine-user-or-password): Use list of
5527         auth-source modes.
5528
5529         * nnimap.el (nnimap-open-connection): Use list of
5530         auth-source modes.
5531
5532         * nntp.el (nntp-send-authinfo): Use list of
5533         auth-source modes.
5534
5535 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5536
5537         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5538         now.
5539
5540 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5541
5542         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5543         coding system in XEmacs; add a workaround for XEmacs.
5544
5545         * lpath.el: Fbind coding-system-aliasee.
5546
5547 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5548
5549         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5550         of current-language-environment.
5551
5552 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5553
5554         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5555         available at runtime.
5556
5557 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5558
5559         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5560
5561 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5562
5563         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5564         the greatest positive fixnum value doesn't work under an XEmacs with
5565         bignum support; use the most-positive-fixnum constant instead,
5566         available since Emacs 21.1 with cl and XEmacs 21.1.
5567
5568 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5569
5570         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5571         XEmacs gets not to work.
5572
5573 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5574
5575         * mm-util.el (mm-coding-system-priorities): Allow the value like
5576         "Japanese (UTF-8)" of current-language-environment.
5577
5578 2009-01-09  Glenn Morris  <rgm@gnu.org>
5579
5580         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5581         with last-command-event.
5582
5583 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5584
5585         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5586         in the doc string.
5587
5588         * message.el (message-fix-before-sending): Amend comment.
5589
5590 2009-01-08  Dave Love  <fx@gnu.org>
5591
5592         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5593
5594 2009-01-07  David Engster  <dengste@eml.cc>
5595
5596         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5597         simplified server definitions by converting it via
5598         gnus-server-to-method.
5599
5600 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5601
5602         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5603         parameter's operands.
5604
5605 2009-01-06  David Engster  <dengste@eml.cc>
5606
5607         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5608         primary select method (for gnus-group-mark-article-as-read).
5609
5610 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5611
5612         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5613         `(gnus)Face', not `(gnus)X-Face'.
5614
5615 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5616
5617         * mm-util.el (mm-ucs-to-char): New function.
5618
5619         * mm-url.el (mm-url-decode-entities): Use it.
5620
5621         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5622         unicode-to-char.
5623
5624 2009-01-05  Dave Love  <fx@gnu.org>
5625
5626         * time-date.el: Require cl for `declare'.
5627
5628 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5629
5630         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5631         Dave Love.
5632
5633 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5634
5635         * message.el (message-fix-before-sending): Add `eight-bit' to
5636         illegible-text check.
5637
5638 2009-01-03  Michael Olson  <mwolson@gnu.org>
5639
5640         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5641         `headers' is nil.  This can occur if the IMAP server does not have
5642         permissions to read messages from a folder, but can write new messages
5643         to the folder.
5644         (nnimap-request-article-part): Do not insert `data' if it is nil.
5645
5646         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5647         characters which will confuse `read', so skip past them.
5648
5649 2009-01-01  Dave Love  <fx@gnu.org>
5650
5651         * imap.el (imap-string-to-integer): Fix typo.
5652         (imap-fetch-safe): New function.
5653         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5654
5655         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5656
5657         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5658         (imap-parse-greeting): Fix doc strings.
5659         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5660         (imap-parse-flag-list): Make messages unique.
5661         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5662
5663         * nnimap.el: Fix author email.
5664         (nnimap-split-rule): Add FIXME comment.
5665         (nnimap-debug): Fix doc string.
5666
5667 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5668
5669         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5670
5671 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5672
5673         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5674         nslookup if resolv.conf isn't available.
5675         (dns-query): Rename from query-dns.
5676         (dns-query-cached): Rename from query-dns-cached.
5677
5678 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5679
5680         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5681         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5682         to check if those variables exist (first appeared in Emacs 18.50).
5683
5684 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5685
5686         * mm-util.el (mm-line-number-at-pos): New function.
5687
5688         * spam-report.el (spam-report-process-queue): Use it.
5689
5690 2008-12-24  David Engster  <dengste@eml.cc>
5691
5692         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5693         parameters that haven't existed as variables as buffer-local variables.
5694
5695 2008-12-23  Dave Love  <fx@gnu.org>
5696
5697         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5698         cadar.
5699
5700         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5701         imap-starttls-p.
5702         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5703
5704 2008-12-22  Dave Love  <fx@gnu.org>
5705
5706         * imap.el: Fix author email.  Doc fixes.
5707         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5708         reply.
5709
5710 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5711
5712         * spam-report.el (spam-report-gmane-max-requests): New constant.
5713         (spam-report-gmane-wait): New variable.
5714         (spam-report-gmane-ham, spam-report-gmane-spam)
5715         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5716         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5717         the server.
5718
5719         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5720         Add explanations.
5721
5722         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5723         nnheader-accept-process-output and nnheader-read-timeout if available.
5724         (pop3-movemail): Use it.
5725
5726         * message.el (message-check-news-body-syntax): Fix signature check if
5727         there's an attachment.
5728
5729 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5730
5731         * mm-util.el: Add comments to the mm- emulating functions.
5732
5733 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5734
5735         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5736         Reported by Stephen Berman <stephen.berman@gmx.net>.
5737
5738 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5739
5740         * mm-util.el (mm-substring-no-properties): New function.
5741         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5742         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5743         (mm-string-to-multibyte): Doc fix.
5744
5745         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5746
5747 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5748
5749         * mml.el (mml-attach-file): Strip text properties from file name.
5750         (Bug#1574)
5751
5752 2008-12-16  Glenn Morris  <rgm@gnu.org>
5753
5754         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5755
5756 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5757
5758         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5759         knows since the charset specified might be a bogus alias that
5760         mm-charset-synonym-alist provides.
5761
5762 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5763
5764         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5765         "ISO_8859-1".
5766
5767         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5768
5769 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5770
5771         * mm-util.el (mm-charset-eval-alist):
5772         Define it before mm-charset-to-coding-system.
5773         (mm-charset-to-coding-system): Add optional argument `silent';
5774         define it before mm-charset-override-alist.
5775         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5776         default value if it can be used in Emacs currently running;
5777         silence mm-charset-to-coding-system.
5778
5779 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5780
5781         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5782         `allow-override' which says whether to use `mm-charset-override-alist'.
5783         (rfc2047-decode-encoded-words): Use it.
5784
5785         * mm-util.el (mm-charset-override-alist): Fix custom type;
5786         add `(gb2312 . gbk)' to choices.
5787
5788 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5789
5790         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5791         fast.
5792
5793         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5794
5795         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5796
5797 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5798
5799         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5800         on links.
5801
5802         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5803
5804 2008-12-03  Lute Kamstra  <lute@gnu.org>
5805
5806         * sha1.el: Remove leading * from docstrings of defcustoms,
5807         deffaces, defconsts and defuns.
5808
5809 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5810
5811         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5812         users' addresses that don't have domain parts.
5813         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5814         rather than message-narrow-to-head since there will be the message
5815         header separator.
5816
5817 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5818
5819         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5820         since the result is inserted in a unibyte buffer anyway.
5821         (nnimap-demule-use-string-to-multibyte): Remove.
5822         (nnimap-demule): Alias it to mm-string-to-multibyte.
5823
5824 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5825
5826         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5827         variable for debugging bug#464 and bug#1174.
5828         (nnimap-demule): Use it.
5829
5830 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5831
5832         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5833         score calculation correctly.
5834
5835 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5836
5837         * message.el (message-send-mail): Just set the buffer to unibyte
5838         rather than use mm-with-unibyte-current-buffer which does a lot more.
5839         (message-send-mail-partially): Don't bother with
5840         mm-with-unibyte-current-buffer since it's already been made unibyte by
5841         message-send-mail.
5842
5843 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5844
5845         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5846
5847 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5848
5849         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5850
5851 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5852
5853         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5854         require itself and to remove `with-no-warnings'.
5855
5856 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5857
5858         * starttls.el (starttls-any-program-available): Get the name of the
5859         available TLS layer program.
5860         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5861         well as the host name in the "opening" message.
5862
5863         * auth-source.el (auth-source-cache, auth-source-do-cache)
5864         (auth-source-user-or-password): Cache passwords and logins by default,
5865         allow override with `auth-source-do-cache'.
5866         (auth-source-forget-user-or-password): Allow users to remove cache
5867         entries if needed.
5868
5869 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5870
5871         * md4.el (md4-buffer): Fix typo in docstring.
5872         (md4, md4-64): Doc fixes.
5873         (md4-pack-int32): Reflow docstring.
5874
5875 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5876
5877         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5878         condition-case to only the forward-sexp call.
5879
5880 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5881
5882         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5883         quotes contained.  Make it more robust regardless by an extra
5884         condition-case wrapper.
5885
5886 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5887
5888         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5889
5890 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5891
5892         * nnml.el (nnml-request-expire-articles): Check if the function set to
5893         `nnmail-expiry-target' returns the symbol `delete'.
5894
5895         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5896
5897         * nnmail.el (nnmail-expiry-target): Fix custom type.
5898
5899 2008-10-02  Glenn Morris  <rgm@gnu.org>
5900
5901         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5902         Silence compiler warning.
5903
5904 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5905
5906         * tls.el (open-tls-stream): Show the actual command being
5907         executed, instead of the format string.
5908
5909 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5910
5911         * lpath.el: Fbind codepage-setup for Emacs 23.
5912
5913 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5914
5915         * mml.el (mml-menu): Don't assume mml2015 is bound.
5916
5917 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5918
5919         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5920         exists.
5921
5922 2008-09-27  Glenn Morris  <rgm@gnu.org>
5923
5924         * gnus-util.el (mail-header-remove-comments): Autoload it.
5925
5926 2008-09-27  Andreas Schwab  <schwab@suse.de>
5927
5928         * gnus-util.el (gnus-split-references): Strip comments.
5929         (gnus-parent-id): Likewise.
5930
5931 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5932
5933         * message.el (message-confirm-send): Fix version.
5934
5935 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5936
5937         * message.el (message-idna-to-ascii-rhs-1): Use
5938         mail-extract-address-components rather than mail-header-parse-addresses
5939         that is an alias by default to ietf-drums-parse-addresses that does not
5940         support non-ASCII names in headers' contents.
5941
5942 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5943
5944         * message.el (message-confirm-send): Fix variable documentation to
5945         avoid the "y/n" wording.
5946
5947 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5948
5949         * message.el (message-set-auto-save-file-name): Save to a different
5950         filename so multiple messages (especially drafts) can be recovered.
5951
5952 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5953
5954         * message.el (message-confirm-send): Add appropriate version.
5955
5956 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5957
5958         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5959         defvar.
5960
5961 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5962
5963         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5964         (mm-pkcs7-enveloped-magic): Ditto.
5965
5966 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5967
5968         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5969         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5970
5971 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5972
5973         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5974         default, it's better.
5975
5976 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5977
5978         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5979         summary line gnus-number property and ignore them (with a warning
5980         message).
5981
5982 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5983
5984         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5985         macro caddr in the interactive form since it won't be expanded.
5986
5987 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5988
5989         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5990         `charset'; fix name of function called recursively.
5991         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5992
5993 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5994
5995         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5996         (gnus-mime-set-charset-parameters): New function.
5997         (gnus-mime-view-part-as-charset): Use it to correctly display part
5998         specifying wrong charset.
5999
6000 2008-09-08  David Engster  <dengste@eml.cc>
6001
6002         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6003         in completing-read for back end server.
6004
6005 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6006
6007         * message.el (message-confirm-send): New variable to confirm sending a
6008         message.
6009         (message-send): Use it.
6010
6011 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6012
6013         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6014
6015 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6016
6017         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6018
6019 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6020
6021         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6022         prevent tracking too many groups.
6023         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6024         Use it.
6025
6026 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6027
6028         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6029         moving point to the bottom of the window in order to avoid recentering.
6030
6031 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6032
6033         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
6034
6035         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6036         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6037         (gnus-article-beginning-of-window): Fix calculation.
6038
6039 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6040
6041         * gnus-msg.el (gnus-summary-supersede-article)
6042         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6043         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6044         message header.
6045
6046 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6047
6048         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6049         pending output coming after the status change.
6050
6051 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6052
6053         * message.el:
6054         * gnus-start.el:
6055         * gnus-registry.el: Remove VMS support.
6056
6057 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6058
6059         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6060         macro.
6061         (rfc2104-hash): Use it.
6062
6063 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6064
6065         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6066         (gnus-summary-sort-by-most-recent-date): New commands.
6067         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6068         and menu entries.
6069
6070 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6071
6072         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6073         don't redisplay article for raw contents; remove plural articles stuff.
6074
6075         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6076         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6077         on gnus-summary-save-article; display results properly.
6078
6079 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6080
6081         * lpath.el: No need to fbind ns-focus-frame.
6082
6083 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6084
6085         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6086
6087 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6088
6089         * gnus-art.el (gnus-summary-save-in-pipe):
6090         Consider gnus-save-all-headers.
6091
6092 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6093
6094         * gnus-util.el (ns-focus-frame): Remove declaration.
6095         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6096         like x.
6097
6098 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6099
6100         * rfc2104.el (rfc2104-zero): Delete defconst.
6101         (rfc2104-hex-alist): Likewise.
6102         (rfc2104-hex-to-int): Delete func.
6103         (rfc2104-hexstring-to-bitstring): Likewise.
6104         (rfc2104-nybbles): New defconst.
6105         (rfc2104-hash): Rewrite for speed.
6106
6107 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6108
6109         * tls.el (open-tls-stream): Make it work with the 2nd argument
6110         BUFFER that is a string but does not exist as a buffer object, as
6111         mentioned in the doc-string.
6112
6113 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6114
6115         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6116         SXEmacs.
6117
6118 2008-07-16  Glenn Morris  <rgm@gnu.org>
6119
6120         * gnus-util.el (ns-focus-frame): Declare for compiler.
6121
6122 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6123
6124         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6125         set as a group parameter.
6126         (gnus-summary-save-in-pipe): Work when it is called independently.
6127         (gnus-summary-pipe-to-muttprint): Don't modify
6128         gnus-summary-pipe-output-default-command.
6129
6130 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6131
6132         * message.el (message-send-mail-with-sendmail):
6133         Display the error message.
6134
6135 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6136
6137         * gnus-art.el (gnus-default-article-saver):
6138         Add gnus-summary-save-in-pipe to choices.
6139         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6140         gnus-summary-pipe-output-default-command as the default command.
6141         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6142         instead of gnus-last-shell-command.
6143
6144         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6145         New user option.
6146         (gnus-summary-muttprint-program): Mention the value will be changed.
6147         (gnus-summary-save-article): Force showing of all headers.
6148         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6149
6150 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6151
6152         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6153
6154 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6155
6156         * nnimap.el (nnimap-id):
6157         * sieve-manage.el (sieve-manage-open): Doc fixes.
6158
6159 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6160
6161         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6162         if available.
6163
6164 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6165
6166         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6167
6168         * nnkiboze.el (nnkiboze-generate-group):
6169         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6170
6171         * nnmairix.el: Require CL.
6172
6173 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6174
6175         * dgnushack.el: Autoload get-display-table and put-display-table for
6176         XEmacs 21.5.
6177
6178         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6179         21.4 and SXEmacs.
6180
6181 2008-06-15  David Engster  <dengste@eml.cc>
6182
6183         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6184
6185 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6186
6187         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6188         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6189         runtime choice under XEmacs.
6190
6191         * gnus-sum.el (gnus-summary-set-display-table):
6192         Use `gnus-put-display-table', `gnus-get-display-table',
6193         `gnus-set-display-table' for the display table, instead of `aset'.
6194
6195         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6196         Use `gnus-put-display-table', `gnus-get-display-table',
6197         `gnus-set-display-table' for the display table.
6198
6199 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6200
6201         * nnmairix.el: Add autoloads.
6202
6203 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6204
6205         * nnmairix.el (nnmairix-delete-recreate-group)
6206         (nnmairix-update-and-clear-marks): Fix error messages.
6207
6208 2008-06-14  David Engster  <dengste@eml.cc>
6209
6210         * nnmairix.el: Upgrade to version 0.6.
6211         (nnmairix-group-toggle-propmarks-this-group)
6212         (nnmairix-group-toggle-readmarks-this-group)
6213         (nnmairix-group-delete-recreate-this-group)
6214         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6215         (nnmairix-remove-tick-mark-original-article): New commands.
6216         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6217         (nnmairix-propagate-marks-to-nnmairix-groups)
6218         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6219         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6220         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6221         functions needed for marks propagation and manipulation of read marks.
6222         (nnmairix-update-groups): New function.
6223         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6224         (nnmairix-determine-original-group-from-registry)
6225         (nnmairix-determine-original-group-from-path)
6226         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6227         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6228         New helper functions.
6229         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6230         keystrokes for new commands.
6231         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6232         (nnmairix-request-group): Check allow-fast group parameter.
6233         (nnmairix-request-create-group): Set allow-fast group parameter if
6234         nnmairix-allowfast-default is set.
6235         (nnmairix-close-group): Propagate marks upon closing if needed.
6236         (nnmairix-group-toggle-threads-this-group): Use new.
6237         nnmairix-group-toggle-parameter helper function.
6238         (nnmairix-search): Better check for empty search result.
6239         (nnmairix-goto-original-article): Use new helper functions for
6240         determining original article.
6241         (nnmairix-show-original-article): Make sure message-id is in brackets.
6242         (nnmairix-call-mairix-binary): Change variable name.
6243         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6244         helper function.
6245         (nnmairix-widget-toggle-activate): Fix doc string.
6246
6247 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6248
6249         * nnir.el: Require edmacro when compiling with XEmacs.
6250         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6251         available in Emacs 21.
6252
6253 2008-06-11  Glenn Morris  <rgm@gnu.org>
6254
6255         * gnus-util.el (x-focus-frame):
6256         * gnus.el (image-size):
6257         * mm-decode.el (image-size): Declare.
6258
6259         * gnus-picon.el (declare-function): Add compat definition.
6260         (image-size): Declare.
6261
6262         * gnus-group.el (tool-bar-map):
6263         * gnus-sum.el (tool-bar-map): Define for compiler.
6264
6265         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6266
6267         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6268
6269         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6270         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6271         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6272         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6273         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6274         * sieve-manage.el, spam-report.el, spam.el:
6275         Remove unnecessary eval-and-compile of autoloads.
6276
6277 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6278
6279         * auth-source.el: Precise Tramp doc.
6280
6281 2008-06-07  Glenn Morris  <rgm@gnu.org>
6282
6283         * nnmairix.el: Remove unnecessary eval-when-compile.
6284
6285 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6286
6287         * lpath.el: Fbind propertize for XEmacs 21.4.
6288
6289 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6290
6291         * nnir.el: Move here from ../contrib.
6292
6293 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6294
6295         * gnus-util.el (gnus-read-shell-command): New function.
6296         * mm-decode.el (mm-pipe-part):
6297         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6298
6299 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6300
6301         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6302
6303 2008-06-03  Glenn Morris  <rgm@gnu.org>
6304
6305         * pop3.el (nnheader-accept-process-output): Autoload it.
6306
6307 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6308
6309         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6310         are not 2-digit hexadecimal characters that follow `%'s.
6311
6312 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6313
6314         * message.el (message-bogus-recipient-p): Fix type in doc string.
6315         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6316         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6317         Improve custom options.
6318         (message-bogus-recipient-p): Adjust accordingly.
6319
6320 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6321
6322         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6323         long-form month and day names.
6324
6325 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6326
6327         * dgnushack.el: Autoload debug, eudc-expand-inline and
6328         pgg-snarf-keys-region for XEmacs.
6329
6330         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6331
6332         * nnmairix.el: Require edmacro when compiling with XEmacs.
6333
6334 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6335
6336         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6337         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6338
6339 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6340
6341         * auth-source.el: Add more docs.
6342
6343         * netrc.el (netrc-machine): Always match if the port is not given.
6344
6345 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6346
6347         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6348         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6349         retrieval faster in some cases, but might make CPU usage larger.
6350         If this has any bad side effects, we might revert this change.
6351
6352         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6353         seems to make mail retrieval much, much faster.
6354         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6355         unconditionally.
6356
6357         * gnus-draft.el (gnus-group-send-queue):
6358         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6359
6360 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6361
6362         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6363
6364         * message.el (message-bogus-address-regexp): Fix and improve custom
6365         type.
6366         (message-setup-hook): Add message-check-recipients as custom option.
6367
6368 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6369
6370         * message.el (message-cite-function): Remove bogus autoload which crept
6371         in during merge from v5-10.
6372
6373 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6374
6375         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6376
6377         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6378
6379         * auth-source.el: Preliminary Tramp docs.
6380         (auth-sources): Change the default auth-sources to use
6381         EPA .gpg files.
6382
6383 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6384
6385         * nntp.el: Autoload `auth-source-user-or-password'.
6386         (nntp-send-authinfo): Use it.
6387
6388         * nnimap.el: Autoload `auth-source-user-or-password'.
6389         (nnimap-open-connection): Use it.
6390
6391         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6392         for the gnus-message function.
6393         (auth-source-user-or-password): Use it.
6394
6395 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6396
6397         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6398         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6399         (rfc2104-hash): Use it.
6400
6401 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6402
6403         * gnus-art.el (gnus-article-toggle-truncate-lines):
6404         Don't use `iff' in docstring.
6405
6406 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6407
6408         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6409
6410         * gnus-util.el (gnus-extract-address-component-name)
6411         (gnus-extract-address-component-email): Convenience functions around
6412         `gnus-extract-address-components'.
6413
6414         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6415         Use `gnus-extract-address-component-email' to fix bug of comparing full
6416         sender name to `user-mail-address'.
6417
6418 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6419
6420         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6421         catch/throw to optimize.
6422         (gnus-registry-find-keywords): Just use member to find a keyword.
6423
6424 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6425
6426         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6427         is current before calling gnus-server-prepare.
6428         (gnus-server-setup-buffer, gnus-server-update-server)
6429         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6430
6431 2008-05-04  Juri Linkov  <juri@jurta.org>
6432
6433         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6434         (mailcap-file-default-commands): Use mailcap-replace-in-string
6435         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6436         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6437
6438 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6439
6440         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6441
6442 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6443
6444         * gnus.el: Bump version to 0.11.
6445
6446 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6447
6448         * gnus.el: No Gnus v0.10 is released.
6449
6450 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6451
6452         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6453         hooks.
6454         (gnus-update-read-articles): Speed up non-marks-using users.
6455         (gnus-use-marks): Define gnus-use-marks.
6456         (gnus-propagate-marks): Rename variable to something more sensible.
6457
6458 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6459
6460         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6461         (gmm-image-load-path-for-library): Fix typos in docstrings.
6462         (gmm-message): Reflow docstring.
6463
6464 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6465
6466         * mail-source.el (mail-source-set-1, mail-source-bind):
6467         Move auth-source code out of the macro to clean it up and fix bugs.
6468
6469 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6470
6471         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6472         by sender if it's equal to user-mail-address, it's likely to be
6473         useless.
6474
6475         * mail-source.el (mail-source-bind): Don't use user or password if they
6476         are not bound.  Unintern them if they are nil.  Don't use server unless
6477         it's bound, and default it to empty string otherwise.
6478
6479 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6480
6481         * mail-source.el: Load auth-source.el.
6482         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6483         get user name or password, if auth-sources is set up.
6484
6485         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6486         strategy of splitting with parent.
6487         (gnus-registry-split-fancy-with-parent)
6488         (gnus-registry-post-process-groups): Use it and fix prior
6489         bug (returning a list as the split result).
6490
6491         * auth-source.el (auth-sources): Remove server parameter.
6492         (auth-source-pick, auth-source-user-or-password)
6493         (auth-source-user-or-password-imap)
6494         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6495         (auth-source-user-or-password-sftp)
6496         (auth-source-user-or-password-smtp): Remove server parameter.
6497
6498 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6499
6500         * smime.el (smime-sign-region, smime-encrypt-region)
6501         (smime-decrypt-region):
6502         Remove redundant calls to `generate-new-buffer-name'.
6503
6504 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6505
6506         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6507         Don't use QP for message/rfc822.
6508         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6509
6510 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6511
6512         * sieve-manage.el (sieve-string-bytes): Remove.
6513         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6514         correct byte-length only if the process's coding-system is the same as
6515         the one used internally by Emacs to represent strings.
6516
6517 2008-04-22  Juri Linkov  <juri@jurta.org>
6518
6519         * mailcap.el (mailcap-file-default-commands): New function.
6520
6521 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6522
6523         * message.el (message-signature-separator, message-cite-function):
6524         Change custom version.
6525
6526 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6527
6528         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6529         commands.
6530         (tls-checktrust): Ditto.
6531
6532 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6533
6534         * mm-decode.el (mm-display-external): Make temp file read-only.
6535
6536 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6537
6538         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6539         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6540         `C-c C-f d'.
6541
6542 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6543
6544         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6545
6546 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6547
6548         * gnus.el: Bump version to 0.9.
6549
6550 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6551
6552         * gnus.el: No Gnus v0.8 is released.
6553
6554 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6555
6556         * mail-source.el (mail-source-value):
6557         Prefer fboundp to functionp so it works with macros as well.
6558
6559 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6560
6561         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6562         Fix last change in case the element is not even a symbol.
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         Prefer fboundp to functionp so it works with macros as well.
6568
6569 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6570
6571         * auth-source.el: Add docs.
6572         (auth-sources): Modify format to support server.
6573         (auth-source-pick, auth-source-user-or-password)
6574         (auth-source-user-or-password-imap)
6575         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6576         (auth-source-user-or-password-sftp)
6577         (auth-source-user-or-password-smtp): Add server parameter.
6578
6579 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6580
6581         * gnus-registry.el: Initialize the registry when gnus-registry-install
6582         is t.
6583
6584 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6585
6586         * compface.el (uncompface): Make buffer unibyte.
6587
6588 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6589
6590         * mail-source.el (mail-source-value):
6591         Prefer fboundp to functionp so it works with macros as well.
6592
6593 2008-04-05  Glenn Morris  <rgm@gnu.org>
6594
6595         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6596
6597 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6598
6599         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6600         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6601
6602         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6603         multibyteness after rather than before erasing it.
6604
6605         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6606         mm-with-multibyte.
6607         (gnus-request-article-this-buffer): Make sure the proper decoding is
6608         used if gnus-original-article-buffer happens to be unibyte.
6609
6610         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6611         default-enable-multibyte-characters.
6612
6613         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6614         default-enable-multibyte-characters.
6615
6616         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6617
6618         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6619
6620 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6621
6622         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6623         Fix last change in case the element is not even a symbol.
6624
6625 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6626
6627         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6628         (imap-message-copyuid-1): Use it.
6629         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6630         J. Williams in
6631         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6632
6633         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6634         imap-enable-exchange-bug-workaround.
6635         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6636
6637 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6638
6639         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6640         a 100 byte status-checks into a 2-3MB transfer for each group.
6641         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6642         to enable bug workaround or not.
6643         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6644
6645 2008-03-31  Glenn Morris  <rgm@gnu.org>
6646
6647         * message.el (mml2015-use): Declare for compiler.
6648         (message-info): Require mml2015 when appropriate.
6649
6650 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6651
6652         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6653         whitespace.
6654
6655 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6656
6657         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6658         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6659         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6660         (nntp-service-to-port): New function.
6661         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6662         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6663         (nntp-open-netcat-stream): New function.
6664         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6665
6666 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6667
6668         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6669
6670 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6671
6672         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6673
6674 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6675
6676         * dns.el (dns-write): Use set-buffer-multibyte.
6677
6678 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6679
6680         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6681
6682 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6683
6684         * message.el (message-signature-separator): Change default.
6685         Improve custom type.
6686         (message-cite-function): Change default to
6687         message-cite-original-without-signature.
6688
6689         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6690         toggle.
6691
6692         * message.el (message-check-news-body-syntax): Fix signature check.
6693         (message-setup-1): Mark buffer as unmodified _after_ running
6694         message-setup-hook and handling message-alternative-emails.
6695         (message-shorten-references): Be more strict when building list of
6696         valid references to comply with GNKSA.
6697
6698         * gnus-group.el (gnus-read-ephemeral-bug-group)
6699         (gnus-read-ephemeral-debian-bug-group)
6700         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6701
6702         * message.el (message-info): Don't use booleanp which isn't supported
6703         in Emacs 21 and XEmacs.
6704
6705 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6706
6707         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6708         gnus-group-gmane-group-download-format.
6709         (gnus-group-read-ephemeral-gmane-group): Rename from
6710         gnus-group-read-ephemeral-gmane-group.
6711         (gnus-read-ephemeral-gmane-group-url): Rename from
6712         gnus-group-read-ephemeral-gmane-group-url.
6713         (gnus-bug-group-download-format-alist): New variable.
6714         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6715         (gnus-read-ephemeral-emacs-bug-group): New commands.
6716
6717 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6718
6719         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6720         (gnus-visible-headers): Improve custom type.
6721
6722 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6723
6724         * mml.el (mml-menu): Add workarounds for XEmacs.
6725
6726         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6727         X-Boundary header.
6728
6729         * message.el (message-simplify-recipients): Fix previous commit.
6730
6731 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6732
6733         * mm-util.el (mm-set-buffer-multibyte): New function.
6734         * mm-decode.el (mm-copy-to-buffer): Use it.
6735
6736         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6737         Prefer fboundp to functionp so it works with macros as well.
6738
6739 2008-03-19  Glenn Morris  <rgm@gnu.org>
6740
6741         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6742         Accidentally removed in the sync process with Emacs.
6743
6744 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6745
6746         * message.el (message-alter-recipients-discard-bogus-full-name):
6747         New function.
6748         (message-alter-recipients-function): New variable.
6749         (message-get-reply-headers): Use it.
6750         (message-replace-header): New helper function.
6751         (message-recipients-without-full-name): New variable.
6752         (message-simplify-recipients): New command.
6753
6754         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6755
6756         * message.el (message-info): Handle EasyPG manual.
6757
6758         * mml.el (mml-menu): Add entry for EasyPG.
6759
6760 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6761
6762         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6763         parameter.
6764
6765         * message.el (message-disassociate-draft): Specify drafts group name
6766         fully.
6767
6768 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6769
6770         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6771         Eliminate unnecessary duplicates from the match list.
6772
6773 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6774
6775         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6776
6777         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6778
6779         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6780         args of `how-many' of which the XEmacs version doesn't take; declare
6781         Info-index-next as function.
6782
6783 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6784
6785         * gnus-score.el (gnus-score-headers): Fix handling of
6786         gnus-inhibit-slow-scoring.
6787
6788         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6789         string.
6790         (gnus-button-url-regexp): Improve handling of parenthesis.
6791         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6792         (gnus-button-handle-info-keystrokes): Handle index entries.
6793
6794 2008-03-15  Glenn Morris  <rgm@gnu.org>
6795
6796         * parse-time.el (parse-time-string): Simplify.
6797
6798 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6799
6800         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6801         Incoming* files.
6802
6803 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6804
6805         * auth-source.el (auth-sources): Rename from auth-source-choices.
6806         (auth-source-pick): Use it.
6807
6808 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6809
6810         * binhex.el (binhex-decode-region-internal):
6811         * uudecode.el (uudecode-decode-region-internal):
6812         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6813         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6814         setting default-enable-multibyte-characters.
6815
6816 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6817
6818         * auth-source.el (auth-source-protocols)
6819         (auth-source-protocols-customize, auth-source-choices): Add and
6820         modified variable customizations and defaults.
6821         (auth-source-pick, auth-source-user-or-password)
6822         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6823         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6824         (auth-source-user-or-password-sftp)
6825         (auth-source-user-or-password-smtp): Use new variables and provide an
6826         interface to netrc.el.
6827
6828 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6829
6830         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6831         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6832         Make sure the nntp port to specify is a string.
6833
6834 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6835
6836         * nntp.el: Use with-current-buffer.
6837         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6838         dubious mm-with-unibyte-current-buffer.
6839         (nntp-with-open-group-function): New function extracted from
6840         nntp-with-open-group macro.
6841         (nntp-with-open-group): Use the function, so it's easier to debug.
6842         Add indentation and debugging info.
6843         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6844         Recommend the use of the netcat alternatives.
6845
6846         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6847         Avoid mm-string-as-multibyte as well.
6848
6849         * nnweb.el (nnweb-insert-html):
6850         Remove use of nnheader-string-as-multibyte.
6851
6852         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6853         (nnheader-string-as-multibyte): Remove.
6854
6855         * mm-view.el: Use inhibit-read-only.
6856         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6857         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6858         or unibyte-string.
6859
6860         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6861         (mm-uu-yenc-extract): Use with-current-buffer.
6862
6863         * gnus-soup.el (gnus-soup-send-packet): Don't use
6864         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6865
6866         * nnmh.el: Use with-current-buffer.
6867         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6868         mm-string-as-multibyte on the output of mm-encode-coding-string.
6869
6870         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6871         (nnimap-request-move-article): Use with-current-buffer.
6872
6873         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6874         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6875         conversion uses string-make-unibyte rather than string-as-unibyte.
6876
6877         * gnus-msg.el: Use with-current-buffer.
6878
6879         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6880
6881 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6882
6883         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6884         string for caching if it is 'PIN.
6885
6886 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6887
6888         * lpath.el: Consider the case without Emacs/W3.
6889
6890 2008-03-08  Glenn Morris  <rgm@gnu.org>
6891
6892         * time-date.el (date-to-time, time-subtract, time-add)
6893         (safe-date-to-time): Doc fixes.
6894
6895 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6896
6897         * mail-source.el (mail-source-delete-old-incoming-confirm):
6898         Change default to nil.
6899         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6900
6901 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6902
6903         * lpath.el: Rearrange.
6904
6905         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6906         (gnus-article-goto-prev-page): Work for articles having ^L's.
6907
6908         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6909
6910         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6911
6912 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6913
6914         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6915         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6916         (gnus-bookmark-jump): Adjust some variable names.
6917
6918 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6919
6920         * auth-source.el: New package.
6921         (auth-source-choices): Add customization entry point variable.
6922
6923         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6924         bug.
6925
6926 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6927
6928         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6929         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6930         (gnus-registry-install-shortcuts): Rename from
6931         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6932         the `gnus-registry-mark-map' keymap dynamically from
6933         `gnus-registry-marks'.  The generated functions update the summary line
6934         when a registry mark is added or deleted, and will call
6935         `gnus-registry-install-p' (see the comments in the code).
6936         (gnus-registry-user-format-function-M): Use concat intelligently.
6937
6938         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6939         the registry mark functions.
6940
6941 2008-03-05  Glenn Morris  <rgm@gnu.org>
6942
6943         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6944         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6945         gnus-art.
6946         (top-level): No need to load own source when compiling.
6947
6948 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6949
6950         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6951         Suggested by <chris.anderton@zetnet.co.uk>.
6952
6953 2008-03-04  Glenn Morris  <rgm@gnu.org>
6954
6955         * gnus-sum.el (top-level): No need to require gnus when compiling,
6956         since unconditionally required near start of file.
6957         (gnus-summary-display-while-building): Move definition before use.
6958
6959 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6960
6961         * gnus-registry.el (gnus-registry-user-format-function-M):
6962         Add formatting function.
6963
6964 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6965
6966         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
6967         with plists.
6968         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6969         Use new format.
6970
6971 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6972
6973         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6974         `where-is-internal' that returns a range of key sequences.
6975
6976 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6977
6978         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6979
6980         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6981         (gnus-summary-jump-to-group): Consider windows on other displayed
6982         frames as well.  Similar changes might be needed elsewhere, but that's
6983         the one I've bumped into during my use.
6984
6985         * nndoc.el (nndoc-oe-dbx-type-p):
6986         * gnus-msg.el (gnus-debug):
6987         * gnus-group.el (gnus-update-group-mark-positions):
6988         Use mm-string-to-multibyte.
6989
6990 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6991
6992         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6993         doesn't handle NotDashEscaped.
6994
6995         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6996         (mml-dnd-attach-options): Fix typo in custom choice.
6997
6998         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
6999         Change nndoc-article-type to mbox.
7000         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7001
7002         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7003         to nil, instead of html2text.
7004
7005         * imap.el (imap-debug): Add `imap-ping-server'.
7006
7007         * gnus-bookmark.el: Add FIXMEs.
7008
7009         * message.el (message-form-letter-separator)
7010         (message-send-form-letter-delay): New variables.
7011         (message-send-form-letter): Use them.  New command to send form
7012         letters.  Requested by Uwe Siart.
7013         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7014
7015 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7016
7017         * Update copyright years.
7018
7019 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7020
7021         Sync from EMACS_22_BASE.
7022
7023         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
7024
7025 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7026
7027         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7028         empty author.
7029
7030 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7031
7032         * gnus-registry.el (gnus-registry-marks): Add variable for
7033         customization of marks and their appearance.
7034         (gnus-registry-read-mark): Use it.
7035         (gnus-registry-do-marks): Add utility function to loop through
7036         `gnus-registry-marks'.
7037         (gnus-registry-install-shortcuts-and-menus): Add function to install
7038         shortcuts and menus.
7039         (gnus-registry-initialize): Use it.
7040         (gnus-registry-default-mark): Clarify documentation.
7041
7042 2008-02-29  Glenn Morris  <rgm@gnu.org>
7043
7044         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7045         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7046         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7047         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7048         Change defcustom :version from 23.0 to 23.1.
7049
7050 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7051
7052         * gnus-registry.el (gnus-registry-follow-group-p)
7053         (gnus-registry-post-process-groups): Add functions to aid registry
7054         splitting and improve logging.  Clarify behavior in function
7055         documentation.
7056         (gnus-registry-split-fancy-with-parent): Use them.
7057
7058 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7059
7060         * gnus-art.el: Use with-current-buffer.
7061
7062 2008-02-27  David Engster  <dengste@eml.cc>
7063
7064         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7065         Express real group name in the response.
7066
7067 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7068
7069         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7070         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7071         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7072         autoload gnus-registry-fetch-group when compiling.
7073         (nnmairix-request-group-with-article-number-correction):
7074         Remove unreferenced argument passed to nnmairix-call-backend.
7075
7076 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7077
7078         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7079         (mm-uu-extract): Improve face for low color ttys.
7080         Reported by Sascha Wilde.
7081
7082 2008-02-27  Glenn Morris  <rgm@gnu.org>
7083
7084         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7085         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7086         variables to defconsts.  Convert comments to doc-strings.
7087         (nnmairix-last-server, nnmairix-current-server): Convert from free
7088         variables to defvars.  Convert comments to doc-strings.
7089         (gnus-registry-fetch-group): Autoload.
7090         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7091         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7092         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7093         caddr.
7094         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7095         nnmairix-request-group-with-article-number-correction call.
7096         (nnmairix-fast, nnmairix-group): New, less general names, for free
7097         variables passed from nnmairix-request-group to
7098         nnmairix-request-group-with-article-number-correction.  Declare.
7099         (nnmairix-request-group-with-article-number-correction):
7100         Use nnmairix-fast, nnmairix-group rather than fast, group.
7101
7102 2008-02-26  David Engster  <dengste@eml.cc>
7103
7104         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7105         version 0.5.
7106
7107 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7108
7109         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7110         instead of making an extra function call.  Don't add the current group
7111         to articles only when they have the group.  Use
7112         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7113         Reported by David <de_bb@arcor.de>.
7114
7115 2008-02-24  Miles Bader  <miles@gnu.org>
7116
7117         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7118         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7119         (mm-find-mime-charset-region):
7120         * mm-bodies.el (mm-encode-body):
7121         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7122
7123 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7124
7125         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7126         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7127
7128 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7129
7130         * mail-source.el (mail-source-delete-incoming): Change default.
7131         Supplement doc string.
7132
7133         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7134
7135 2008-02-14  Glenn Morris  <rgm@gnu.org>
7136
7137         * time-date.el (format-seconds): New function.
7138
7139 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7140
7141         * nnmail.el (nnmail-message-id-cache-file): Derive from
7142         `gnus-home-directory'.
7143
7144 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7145
7146         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7147         Document negative prefix.
7148
7149         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7150
7151 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7152
7153         * message.el (message-unsent-separator): Add the Exim bounce
7154         separator.
7155
7156 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7157
7158         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7159         list.
7160         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7161         recipient/signer list.
7162
7163 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7164
7165         * Makefile.in (datarootdir): Define.
7166         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7167         name that might contain whitespace.
7168
7169 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7170
7171         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7172         fbound (Emacs 23 unicode), signal an error.
7173
7174 2008-02-08  Glenn Morris  <rgm@gnu.org>
7175
7176         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7177
7178 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7179
7180         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7181         ports to the calls to `netrc-machine-user-or-password' in addition to
7182         "imap" and "imaps".
7183
7184 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7185
7186         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7187
7188         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7189
7190 2008-02-01  Kenichi Handa  <handa@m17n.org>
7191
7192         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7193         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7194         (rfc2104-hash): Convert the result of concat to unibyte string.
7195
7196 2008-02-01  Dave Love  <fx@gnu.org>
7197
7198         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7199         coding-system-for-read.
7200         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7201
7202 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7203
7204         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7205         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7206         <hanche@math.ntnu.no>.
7207
7208 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7209
7210         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7211
7212         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7213
7214 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7215
7216         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7217         * message.el (message-beginning-of-line): Use featurep instead of bound
7218         tests in order to resolve conditionals at compile time.
7219
7220 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7221
7222         * mail-source.el (mail-sources): Add `group' choice.
7223
7224         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7225         parameter `in-group' to control into which group the articles go.
7226         Add treatment of `group' mail-source.
7227
7228 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7229
7230         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7231
7232         * mm-decode.el (mm-dissect-buffer): Decode description.
7233
7234         * mml.el (mml-to-mime): Encode message header first.
7235
7236 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7237
7238         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7239         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7240
7241         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7242         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7243
7244 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7245
7246         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7247
7248 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7249
7250         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7251         prefix keys.
7252         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7253         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7254         gnus-xmas.el.
7255
7256         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7257         (gnus-xmas-article-describe-bindings): New function.
7258         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7259         gnus-xmas-article-describe-bindings.
7260
7261         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7262
7263 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7264
7265         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7266         Add new variables for article mark management.
7267         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7268         list of extra data entries which, when present, will indicate that the
7269         article ID should not be trimmed from the registry.
7270         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7271         functions.
7272         (gnus-registry-read-mark): New function to read a mark name from the
7273         user.
7274         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7275         (gnus-registry-set-article-mark-internal): New functions to add and
7276         remove marks.
7277         (gnus-registry-get-article-marks): New function to show the marks for
7278         an article, or retrieve them for further use.
7279
7280 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7281
7282         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7283         keys when no argument is given.
7284
7285 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7286
7287         * imap.el (imap-ping-server): New variable.
7288         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7289         (imap-ping-server): Minor doc string fixes.
7290
7291 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7292
7293         * imap.el (imap-ping-server): New function.
7294         (imap-opened): Call imap-ping-server.
7295
7296 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7297
7298         * gnus-sum.el (gnus-article-sort-by-random)
7299         (gnus-thread-sort-by-random): Fix doc strings.
7300         Reported by jidanni@jidanni.org.
7301
7302 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7303
7304         * gnus-art.el (gnus-article-describe-bindings): New function.
7305         (gnus-article-read-summary-keys): Use it.
7306         (gnus-article-mode-map): Bind `C-h b' to it.
7307
7308 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7309
7310         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7311         XEmacs.
7312         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7313         Protect against non-character events.
7314
7315         * lpath.el: Fbind map-keymap for Emacs 21.
7316
7317 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7318
7319         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7320         New command.
7321         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7322         instead of END.  Change name of the temp file.
7323         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7324         customizable.
7325
7326 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7327
7328         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7329         bind `S W' to gnus-article-wide-reply-with-original; set default
7330         binding to gnus-article-read-summary-send-keys.
7331         (gnus-article-read-summary-keys): Fix the order of keys; display
7332         continuation keys correctly in the echo area; describe bindings
7333         correctly when keys end with `C-h'.
7334         (gnus-article-read-summary-send-keys): New function.
7335         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7336         Work for gnus-article-read-summary-send-keys; display continuation keys
7337         correctly in the echo area.
7338         (gnus-article-reply-with-original): Ignore prefix argument.
7339         (gnus-article-wide-reply-with-original): New function.
7340
7341         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7342         Emacs 21.
7343
7344 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7345
7346         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7347         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7348
7349 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7350
7351         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7352         (gnus-group-read-ephemeral-gmane-group): New command.
7353
7354 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7355
7356         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7357
7358 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7359
7360         * message.el (message-send-mail-function): Increase custom version.
7361
7362         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7363         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7364
7365 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7366
7367         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7368         for the cases where imap-authenticate is called with a nil buffer
7369         parameter.
7370
7371 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7372
7373         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7374         html parts correctly; support forwarded messages.
7375         (gnus-article-browse-html-article): Remove work buffers.
7376
7377         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7378         compiling.
7379         (netrc-bound-and-true-p): New macro.
7380         (netrc-parse): Use it instead of bound-and-true-p that is not available
7381         in XEmacs 21.4.
7382
7383 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7384
7385         * gnus-registry.el (gnus-registry-mark-article)
7386         (gnus-registry-article-marks): Add functionality to mark articles
7387         through the Gnus registry.
7388
7389         * encrypt.el: Clarify documentation for the new pgg method.
7390         (encrypt-file-alist): Add PGG option.
7391         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7392         functionality.  Abstract password key and messaging to external
7393         functions.
7394         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7395         (encrypt-message-method-and-cipher): Add new convenience external
7396         functions.
7397         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7398         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7399
7400         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7401         (netrc-parse): Use encrypt-file-alist to determine if
7402         encrypt-find-model or encrypt-insert-file-contents should be used.
7403
7404         * encrypt.el: Clarify documentation.  Load password-cache or
7405         password, whichever one is found first, instead of autoloading.
7406
7407 2007-12-19  Glenn Morris  <rgm@gnu.org>
7408
7409         * mml.el (message-options-set, message-narrow-to-head)
7410         (message-in-body-p, message-mail-p, message-encode-message-body):
7411         Autoload.
7412         (message-remove-header, message-narrow-to-headers-or-head)
7413         (message-subscribed-p, message-make-mail-followup-to)
7414         (message-position-on-field, message-news-p)
7415         (message-options-set-recipient, message-generate-headers)
7416         (message-sort-headers): Declare as functions.
7417
7418 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7419
7420         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7421         convention in doc string.
7422
7423 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7424
7425         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7426         title to html parts.
7427         (gnus-article-browse-html-article): Pass message header to it.
7428
7429         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7430
7431 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7432
7433         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7434         or password compatible with XEmacs.
7435
7436 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7437
7438         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7439         format document.
7440         (gnus-mime-delete-part): Don't write description line if empty.
7441         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7442
7443 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
7444
7445         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7446         (gnus-summary-mark-read-and-unread-as-read)
7447         (gnus-summary-mark-current-read-and-unread-as-read)
7448         (gnus-summary-mark-unread-as-ticked): Doc fix.
7449         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7450
7451 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7452
7453         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7454         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7455
7456 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7457
7458         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7459         yes-or-no-p.
7460
7461 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7462
7463         * mm-decode.el (mm-add-meta-html-tag): New function.
7464         (mm-save-part-to-file, mm-pipe-part): Use it.
7465
7466         * gnus-art.el (gnus-article-browse-delete-temp-files):
7467         Use gnus-y-or-n-p instead of y-or-n-p.
7468         (gnus-article-browse-html-parts): Work with message/external-body; use
7469         mm-add-meta-html-tag.
7470
7471 2007-12-11  Glenn Morris  <rgm@gnu.org>
7472
7473         * gnus-cache.el: Require gnus-sum not just when compiling.
7474
7475         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7476
7477         * gnus-int.el (gnus-server-opened, gnus-status-message):
7478         Move definitions before use.
7479
7480         * mm-decode.el: Require gnus-util.
7481         (mm-remove-part): Only call delete-annotation on XEmacs.
7482
7483         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7484
7485         * nnmail.el: Require gnus-int.
7486
7487         * spam.el: Move `require's before `eval-when-compile's.
7488
7489         * gnus-ems.el (gnus-alive-p):
7490         * gnus-fun.el (message-goto-eoh):
7491         * gnus-util.el (gnus-group-name-decode):
7492         * mail-source.el (gnus-compress-sequence):
7493         * message.el (Info-goto-node, format-spec):
7494         * mm-bodies.el (message-options-get):
7495         * mm-decode.el (mm-view-pkcs7):
7496         * mm-util.el (gmm-write-region):
7497         * mml-smime.el (mml-compute-boundary)
7498         (gnus-completing-read-with-default):
7499         * mml.el (widget-button-press, gnus-make-hashtable):
7500         * mml1991.el (mm-decode-content-transfer-encoding)
7501         (mm-encode-content-transfer-encoding)
7502         (message-options-get, message-options-set):
7503         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7504         * nnfolder.el (gnus-request-group):
7505         * nnheader.el (ietf-drums-unfold-fws):
7506         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7507         * smime.el (gnus-run-mode-hooks):
7508         * spam-stat.el (gnus-message): Autoload.
7509
7510         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7511         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7512         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7513         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7514         Add declare-function compatibility definition.
7515
7516         * gnus-cache.el (nnvirtual-find-group-art):
7517         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7518         (gnus-add-image, gnus-add-wash-type):
7519         * gnus-group.el (nnkiboze-score-file):
7520         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7521         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7522         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7523         (message-tokenize-header, gnus-get-buffer-create)
7524         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7525         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7526         * gnus.el (gnus-group-decoded-name):
7527         * mail-source.el (imap-capability):
7528         * mm-bodies.el (message-options-set):
7529         * mm-decode.el (gnus-configure-windows):
7530         * mm-extern.el (message-goto-body):
7531         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7532         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7533         (epg-sub-key-validity, message-options-set):
7534         * mml.el (widget-event-point, gnus-configure-windows):
7535         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7536         * mml2015.el (epg-check-configuration, epg-configuration)
7537         (message-options-set):
7538         * nndb.el (nndb-request-article):
7539         * nnfolder.el (gnus-request-create-group):
7540         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7541         * nnmaildir.el (gnus-group-mark-article-read):
7542         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7543         * rfc1843.el (message-fetch-field):
7544         * spam.el (gnus-extract-address-components):
7545         Declare as functions.
7546
7547 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7548
7549         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7550
7551         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7552
7553         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7554         bind show-trailing-whitespace for XEmacs.
7555
7556 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7557
7558         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7559         new no-op macro for backward compatibility.
7560
7561         * imap.el (imap-string-to-integer): New function.
7562
7563 2007-12-09  Glenn Morris  <rgm@gnu.org>
7564
7565         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7566
7567         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7568         * message.el, mm-view.el, sieve-manage.el, smime.el:
7569         Add declare-function compatibility definition.
7570
7571         * gnus-art.el (w3-region, w3m-region, Info-menu):
7572         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7573         * gnus-sum.el (gnus-get-predicate):
7574         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7575         * message.el (mail-abbrev-in-expansion-header-p):
7576         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7577         (w3m-detect-meta-charset, w3m-region):
7578         * sieve-manage.el (password-read, password-cache-add)
7579         (password-cache-remove):
7580         * smime.el (password-read-and-add): Declare as functions.
7581
7582 2007-12-08  David Kastrup  <dak@gnu.org>
7583
7584         * gnus-sum.el (gnus-summary-simplify-subject-query):
7585         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7586         `message'.
7587
7588 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7589
7590         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7591         it to bind idna-program, installation-directory, defined-colors, and
7592         face-attribute for XEmacs of the version that compiles defcustom forms.
7593
7594 2007-12-07  Glenn Morris  <rgm@gnu.org>
7595
7596         * gnus-art.el (article-make-date-line): Revert previous change.
7597
7598 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7599
7600         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7601
7602 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7603
7604         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7605         Call gnus-add-to-range ranges only once with a prepared article-list.
7606
7607 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7608
7609         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7610         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7611         group names with backslashes.
7612         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7613
7614 2007-12-06  Deepak Goel  <deego3@gmail.com>
7615
7616         * gnus-art.el (article-make-date-line):
7617         * gnus-start.el (gnus-load):
7618         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7619
7620 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7621
7622         * gnus-art.el (gnus-use-idna)
7623         * gnus-start.el (gnus-site-init-file)
7624         * message.el (message-use-idna)
7625         * mm-uu.el (mm-uu-hide-markers)
7626         * smiley.el (smiley-style): Revert changes that suppress warnings.
7627
7628 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7629
7630         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7631         specify charset to html source.
7632         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7633
7634 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7635
7636         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7637         idna-program in order to suppress byte compile warning issued by XEmacs
7638         that came to byte compile the default value section of defcustom forms
7639         recently.
7640
7641         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7642         value of installation-directory.
7643
7644         * message.el (message-use-idna): Don't directly refer to the value of
7645         idna-program.
7646
7647         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7648
7649         * smiley.el (smiley-style): Don't directly call face-attribute.
7650
7651 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7652
7653         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7654
7655         * gnus-dired.el: Reduce Gnus dependencies.
7656         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7657         Don't require.  Use autoloads instead.
7658         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7659         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7660         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7661         (gnus-dired-mode): Adjust doc string.
7662         (gnus-dired-mail-mode): New variable.
7663         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7664         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7665         (gnus-dired-mail-buffers): New function.  Return mail or message
7666         composition buffers.
7667         (gnus-dired-attach): Use it.
7668         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7669         NO-DECODE.
7670         (gnus-dired-print): Use `gnus-print-buffer' depending on
7671         `gnus-dired-mail-mode'.
7672
7673 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7674
7675         * rfc2047.el (rfc2047-encoded-word-regexp)
7676         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7677         explaining what regexp patterns are for.
7678
7679 2007-12-04  Glenn Morris  <rgm@gnu.org>
7680
7681         * password.el: Move to password-cache.el.
7682
7683         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7684         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7685         * mml-smime.el (password-read, password-cache-add)
7686         (password-cache-remove):
7687         No need to autoload, since mml-sec requires password.
7688
7689         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7690         * message.el (gnus-extract-address-components):
7691         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7692
7693         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7694         password.
7695
7696 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7697
7698         * mailcap.el: Reduce dependencies.
7699         (mail-header-parse-content-type): Autoload.
7700         (mailcap-delete-duplicates): New alias.
7701         (mailcap-mime-info): Add optional argument NO-DECODE.
7702         (mailcap-mime-types): Use mailcap-delete-duplicates.
7703
7704         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7705
7706 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7707
7708         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7709         (imap-parse-status): Upcase status-att for servers that sends them
7710         lower-case (e.g., MS Exchange 2007).
7711
7712 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7713
7714         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7715         function.
7716
7717         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7718         (gnus-uu-yenc-article): New function.
7719
7720         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7721
7722         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7723
7724 2007-12-02  Glenn Morris  <rgm@gnu.org>
7725
7726         * binhex.el (binhex): New custom group.
7727         (binhex-decoder-program, binhex-decoder-switches)
7728         (binhex-use-external): Move to the binhex custom group.
7729
7730         * uudecode.el (uudecode): New custom group.
7731         (uudecode-decoder-program, uudecode-decoder-switches)
7732         (uudecode-use-external): Move to the uudecode custom group.
7733
7734         * netrc.el (top-level): Don't load `encrypt' features.
7735         (netrc-parse): Don't use encrypt.
7736         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7737
7738         * encrypt.el: Remove file.
7739
7740 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7741
7742         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7743         matches on patches.
7744
7745         * gnus-art.el (gnus-article-browse-html-article):
7746         Mention `mm-text-html-renderer' in the doc string.
7747
7748         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7749         string.  Add comments.
7750
7751         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7752         if rhs is ASCII.
7753
7754 2007-12-01  Glenn Morris  <rgm@gnu.org>
7755
7756         * mail-source.el (top-level): Require format-spec before
7757         eval-when-compile.
7758
7759 2007-11-30  Glenn Morris  <rgm@gnu.org>
7760
7761         * encrypt.el: Require password, rather than autoloading password-read.
7762
7763 2007-11-29  Glenn Morris  <rgm@gnu.org>
7764
7765         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7766         (sasl-make-client, sasl-next-step, sasl-step-data)
7767         (sasl-step-set-data): Declare as functions.
7768
7769 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7770
7771         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7772
7773 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7774
7775         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7776         certs should be verified and what is to be done in the event of a
7777         verification failure.
7778
7779         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7780         caller can indicate whether the cache should be disregarded for this
7781         call.  This way the result of the call is reproducible at all times and
7782         can be considered a canonical server name for the supplied method.
7783         (gnus-agent-method-p): Canonicalize server names by pushing their
7784         method through `gnus-method-to-server' using the no-cache argument.
7785
7786         * gnus-srvr.el (gnus-server-insert-server-line):
7787         Call `gnus-method-to-server' with `no-cache' argument.
7788
7789         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7790         gnus-agent-possibly-synchronize-flags as this should be called when the
7791         server is actually being opened.
7792         (gnus-agent-possibly-synchronize-flags)
7793         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7794         flags file of an agentized server to the latter function.
7795
7796         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7797         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7798         after a connection has been established successfully.
7799
7800 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7801
7802         * gnus-art.el (article-display-face): Force to display face if called
7803         interactively; check if gnus-article-x-face-too-ugly matches author.
7804         (article-display-x-face): Display face even if From header is missing
7805         as article-display-face does.
7806
7807 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7808
7809         * hashcash.el (message-narrow-to-headers-or-head)
7810         (message-fetch-field, message-goto-eoh)
7811         (message-narrow-to-headers): Declare as functions.
7812
7813 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7814
7815         * mail-source.el (mail-sources): Default to fetch from file for
7816         compatibility with default of nnmail-spool-file.
7817
7818 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7819
7820         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7821         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7822         to look for encoded word that should be encoded again.
7823         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7824         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7825         encoding pattern.
7826         (rfc2047-decode-region): Switch strict regexp and loose one according
7827         to rfc2047-allow-irregular-q-encoded-words.
7828
7829 2007-11-25  Romain Francoise  <romain@orebokech.com>
7830
7831         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7832
7833 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7834
7835         * tls.el (tls-program): Provide more custom choices from
7836         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7837         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7838
7839 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7840
7841         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7842         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7843
7844         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7845         `nnmail-spool-file'.
7846
7847         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7848         `nnmail-spool-file'.
7849
7850         * gnus-move.el (gnus-change-server): Ditto.
7851
7852         * gnus-kill.el (gnus-batch-score): Ditto.
7853
7854         * gnus-cache.el (gnus-jog-cache): Ditto.
7855
7856         * gnus-msg.el (gnus-summary-reply):
7857         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7858
7859 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7860
7861         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7862         version.  Minor improvement to doc strings.
7863         (tls-program): Add comment.
7864
7865 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7866
7867         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7868         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7869         mismatch between the hostname provided in the certificate and the name
7870         of the host connnecting to.
7871         (open-tls-stream): Use them.  Check certificates against trusted root
7872         certificates.
7873
7874 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7875
7876         * gnus-cache.el (gnus-cache-generate-nov-databases):
7877         Use nnml-generate-nov-databases-directory instead of
7878         nnml-generate-nov-databases-1.
7879
7880 2007-11-24  Glenn Morris  <rgm@gnu.org>
7881
7882         * message.el (message-tool-bar-retro): Update for rename
7883         mail_send.xpm->mail-send.xpm.
7884
7885 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7886
7887         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7888         `smime-ldap-search' for Emacs 22 and up.
7889
7890 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7891
7892         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7893
7894         * message.el (message-send-mail-function): Fix error convention.
7895         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7896         (message-widen-reply, message-send-mail, message-talkative-question)
7897         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7898         (message-clone-locals, message-send-news): Use with-current-buffer.
7899         (message-insert-or-toggle-importance): Remove unused var `valid'.
7900         (message-make-references): Remove unused var `new-references'.
7901         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7902
7903 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7904
7905         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7906         (spam-split-symbolic-return-positive): Reflow docstring.
7907         (spam-backends, spam-summary-exit-behavior)
7908         (spam-mark-ham-unread-before-move-from-spam-group)
7909         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7910         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7911         (spam-clear-cache, spam-backend-check, spam-install-backend)
7912         (spam-install-statistical-backend, spam-list-of-processors)
7913         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7914         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7915         (spam-check-crm114, spam-initialize, spam-unload-hook):
7916         Fix typos in docstrings.
7917
7918 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7919
7920         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7921         been checked if they have never been read and those group levels are
7922         higher than the one that a user specified.
7923
7924 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7925
7926         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7927         foreign groups unless a group level is specified by a user.
7928         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7929
7930 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7931
7932         * message.el (message-send-mail-function): Require sendmail.
7933
7934 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7935
7936         * message.el (message-send-mail-function): Check for smtpmail too.
7937
7938         * utf7.el (utf7-encode, utf7-decode): Use coding system
7939         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7940
7941         * message.el (message-send-mail-function): New function.
7942         (message-send-mail-function): Set default using
7943         message-send-mail-function.  Adjust doc string.
7944         (message-send-mail-with-mailclient): New function.
7945
7946 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7947
7948         * smime.el (from):
7949         * rfc2047.el (message-posting-charset):
7950         * qp.el (mm-use-ultra-safe-encoding):
7951         * pop3.el (parse-time-months):
7952         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7953         * nnml.el (files):
7954         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7955         (jka-compr-compression-info-list, ange-ftp-path-format)
7956         (efs-path-regexp):
7957         * nndiary.el (files):
7958         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7959         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7960         (epg-digest-algorithm-alist, inhibit-redisplay)
7961         (password-cache-expiry):
7962         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7963         (pgg-output-buffer, password-cache-expiry):
7964         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7965         (efs-path-regexp):
7966         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7967         (inhibit-redisplay):
7968         * mm-uu.el (file-name, start-point, end-point, entry)
7969         (gnus-newsgroup-name, gnus-newsgroup-charset):
7970         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7971         (latin-unity-ucs-list):
7972         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7973         (mm-uu-binhex-decode-function):
7974         * message.el (gnus-message-group-art, gnus-list-identifiers)
7975         (rmail-enable-mime-composing, gnus-local-organization)
7976         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7977         (gnus-read-active-file, facemenu-add-face-function)
7978         (facemenu-remove-face-function, gnus-article-decoded-p)
7979         (tool-bar-mode):
7980         * mail-source.el (display-time-mail-function):
7981         * gnus-util.el (nnmail-pathname-coding-system)
7982         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7983         (gnus-original-article-buffer, gnus-user-agent)
7984         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7985         (xemacs-codename, sxemacs-codename, emacs-program-version):
7986         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7987         * gnus-start.el (gnus-agent-covered-methods)
7988         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7989         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7990         (gnus-newsgroup-headers, gnus-group-list-mode)
7991         (gnus-group-mark-positions, gnus-newsgroup-data)
7992         (gnus-newsgroup-unreads, nnoo-state-alist)
7993         (gnus-current-select-method, mail-sources)
7994         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7995         (nnmail-spool-file, gnus-cache-active-hashtb):
7996         * gnus-mh.el (mh-lib-progs):
7997         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7998         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7999         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8000         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8001         (gnus-group-buffer):
8002         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8003         (font-lock-set-defaults):
8004         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8005         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8006         (gnus-summary-post-menu, total-parts, type, condition, length):
8007         * gnus-agent.el (gnus-agent-read-agentview):
8008         * flow-fill.el (show-trailing-whitespace):
8009         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8010         eval-and-compile wrappers for byte compiler pacifiers.
8011
8012         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8013         (mm-display-inline-fontify): Check for featurep 'xemacs not
8014         extent-list.
8015
8016         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8017         itimer-list.
8018         (mm-create-image-xemacs): Only do something for XEmacs.
8019         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8020
8021         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8022
8023         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8024         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8025
8026 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8027
8028         * nnimap.el (nnimap-split-download-body):
8029         * gnus-demon.el (gnus-demon):
8030         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8031
8032 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8033
8034         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8035         New macros.
8036         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8037         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8038         copy data from unibyte buffer to multibyte current buffer.
8039         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8040         to copy data from unibyte current buffer to multibyte buffer.
8041         (nntp-make-process-buffer): Make process buffer unibyte.
8042
8043         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8044
8045 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8046
8047         * pop3.el (pop3-open-server): Accept and process data more robustly at
8048         connexion start to avoid spurious "POP SSL connexion failed" errors.
8049
8050 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8051
8052         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8053         read group names.
8054
8055 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8056
8057         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8058
8059 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8060
8061         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8062         (nnmail-save-active): Use a unibyte buffer when saving active file,
8063         which may contain non-ASCII group names.
8064
8065         * nnml.el (nnml-request-group): Decode group names in messages.
8066
8067 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8068
8069         * message.el (message-citation-line-function)
8070         (message-insert-formatted-citation-line): Fix spelling of
8071         `message-insert-formated-citation-line'.
8072
8073 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8074
8075         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8076
8077 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8078
8079         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8080         nnmail-pathname-coding-system.
8081
8082         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8083         that a user enters; decode group names in messages.
8084
8085         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8086
8087 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8088
8089         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8090
8091         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8092
8093         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8094         risky local variable.
8095
8096         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8097
8098 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8099
8100         * encrypt.el: Improve documentation to fix function name typo.
8101         Reported by Daiki Ueno <ueno@unixuser.org>.
8102
8103 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8104
8105         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8106         even if the point is not in the last page of an article.
8107         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8108         back to the previous page.
8109
8110 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8111
8112         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8113
8114 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8115
8116         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8117
8118 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8119
8120         * message.el (message-check-news-body-syntax):
8121         Avoid mm-string-as-multibyte.
8122         (message-hide-headers): Don't assume (point-min)==1.
8123
8124 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8125
8126         * message.el (message-remove-blank-cited-lines): Fix if remove is
8127         given.
8128         (message-bogus-address-regexp): New variable.
8129         (message-bogus-recipient-p): New function.
8130         (message-check-recipients): New command.
8131         (message-syntax-checks): Add `bogus-recipient'.
8132         (message-fix-before-sending): Add `bogus-recipient'.
8133
8134         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8135         (gnus-treat-body-boundary): Don't test window-system.
8136
8137 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8138
8139         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8140
8141 2007-10-28  Miles Bader  <miles@gnu.org>
8142
8143         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8144         at compile-time too.
8145
8146 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8147
8148         * gnus-msg.el (gnus-message-setup-hook):
8149         Add `message-remove-blank-cited-lines' to options.
8150
8151 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8152
8153         * message.el (message-remove-blank-cited-lines): New function.
8154         Suggested by Karl Plästerer.
8155
8156 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8157
8158         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8159         mapc.
8160
8161         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8162         (top-level): Use mapc to set functions to be traced for debugging.
8163
8164         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8165         called for effect with while loop.
8166
8167         * message.el (message-talkative-question): Replace mapcar called for
8168         effect with mapc.
8169
8170         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8171         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8172         called for effect with dolist.
8173
8174         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8175
8176         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8177         gnus-extra-headers and nnmail-extra-headers.
8178
8179         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8180         called for effect with dolist.
8181         (top-level): Use mapc to set functions to be traced for debugging.
8182
8183         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8184         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8185         dolist.
8186
8187         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8188         Replace mapcar called for effect with mapc.
8189         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8190         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8191         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8192         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8193
8194         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8195         remove-if that's a cl function.
8196
8197         * webmail.el (webmail-debug): Replace mapcar called for effect with
8198         dolist.
8199
8200         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8201         with mapc.
8202
8203 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8204
8205         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8206         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8207         with while loop.
8208
8209         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8210         functions from article-* functions.
8211         (gnus-multi-decode-header): Replace mapcar called for effect with
8212         dolist.
8213
8214         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8215         (gnus-bookmark-show-details): Replace mapcar called for effect with
8216         while loop.
8217
8218         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8219         called for effect with while loop.
8220
8221         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8222         with dolist.
8223
8224         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8225         Replace mapcar called for effect with dolist.
8226
8227         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8228
8229         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8230         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8231         Replace mapcar called for effect with dolist.
8232         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8233         mapc.
8234
8235         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8236         Replace mapcar called for effect with dolist.
8237         (gnus-topic-list): Replace mapcar called for effect with mapc.
8238
8239         * gnus.el: Use mapc instead of mapcar to add autoloads.
8240
8241 2007-10-23  Richard Stallman  <rms@gnu.org>
8242
8243         * gnus-group.el (gnus-group-highlight): Mark as risky.
8244
8245 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8246
8247         * gnus.el (gnus-server-to-method): Return method found first in
8248         gnus-newsrc-alist.
8249
8250         * gnus-art.el (gnus-article-highlight-signature)
8251         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8252         button overlay without the front stickiness.
8253
8254 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8255
8256         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8257         overview buffer needed a catch to receive its throw.
8258         (gnus-agent-flush-cache): Declare as interactive to make this function
8259         easier to use.
8260
8261 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8262
8263         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8264         `next-line'.
8265
8266 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8267
8268         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8269         exclude address matching message-dont-reply-to-names.
8270
8271 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8272
8273         * gnus-util.el (gnus-string<): New function.
8274
8275         * gnus-sum.el (gnus-article-sort-by-author)
8276         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8277
8278 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8279
8280         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8281         the frame-focus tag is set in gnus-buffer-configuration.
8282
8283 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8284
8285         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8286         the front stickiness.
8287
8288 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8289
8290         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8291         url pattern; remove duplicate one.
8292         (gnus-article-extend-url-button): New function.
8293         (gnus-article-add-buttons): Use it.
8294         (gnus-button-push): Use concatenated url that it makes.
8295
8296 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8297
8298         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8299
8300 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8301
8302         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8303         Don't hardcode point-min==1.
8304
8305 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8306
8307         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8308         Fix comment about "iso8859-1".
8309
8310 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8311
8312         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8313         ones returned from the verify-function.
8314
8315         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8316         Call mml2015-extract-cleartext-signature if extraction failed.
8317
8318 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8319
8320         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8321         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8322         failed.
8323
8324 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8325
8326         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8327
8328 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8329
8330         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8331         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8332         recommends to use EasyPG instead of PGG.
8333
8334         * pgg.el: Revert to revision 6.23.2.16.
8335
8336         * pgg-def.el: Revert to revision 6.6.2.14.
8337
8338         * pgg-gpg.el: Revert to revision 6.23.2.34.
8339
8340 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8341
8342         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8343         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8344         thread for both the null and zero (kill/expire thread) universal prefix
8345         cases.
8346         (gnus-summary-expire-thread): Add new function to expire a thread,
8347         using gnus-summary-kill-thread.
8348         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8349         shortcuts for gnus-summary-expire-thread.
8350         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8351         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8352
8353 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8354
8355         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8356         extras value, so an extras entry can be deleted.
8357         (gnus-registry-delete-extra-entry): Use it.
8358         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8359         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8360         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8361         storage through the gnus-registry, and provide an appropriate API for
8362         it.
8363
8364 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8365
8366         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8367         Suggested by Leo <sdl.web@gmail.com>.
8368
8369         * gnus.el: Do.
8370
8371 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8372
8373         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8374         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8375
8376         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8377
8378         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8379         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8380
8381 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8382
8383         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8384         newline.
8385         (nnmbox-request-accept-article): Don't change article in source buffer;
8386         narrow to header to use message-fetch-field rather than
8387         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8388         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8389         as delimiters; make sure article ends with newline.
8390         (nnmbox-delete-mail): Correct last position of article to be deleted;
8391         ignore X-Gnus-Newsgroup header in article body.
8392         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8393         positions; make sure article ends with newline.
8394
8395         * message.el (message-display-abbrev): Don't infloop when a user
8396         inserts SPC in the beginning of header.
8397
8398         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8399         coding-system-for-read and coding-system-for-write for XEmacs having no
8400         file-coding feature.
8401
8402         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8403
8404 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8405
8406         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8407         list of groups not followed by default.  Fix type to be regexp.
8408         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8409
8410 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8411
8412         * hmac-def.el (define-hmac-function): Switch from old-style to
8413         new-style backquotes.
8414
8415         * md4.el (md4-make-step): Likewise.
8416
8417 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8418
8419         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8420         raw-text coding system when saving .newsrc file, which may contain
8421         non-ASCII group names.
8422
8423 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8424
8425         * gnus-cus.el (gnus-score-extra): New widget.
8426         (gnus-score-extra-convert): New function.
8427         (gnus-score-customize): Use it for Extra.
8428
8429 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8430
8431         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8432         (mml2015-mailcrypt-clear-verify): Use it.
8433         (mml2015-gpg-clear-verify): Use it.
8434         (mml2015-pgg-clear-verify): Use it.
8435         (mml2015-epg-clear-verify): Replace the current part with the output
8436         from GnuPG; don't extract the plaintext by itself.
8437
8438         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8439         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8440         mml2015-clear-verify-function; don't touch the armor headers or
8441         dash-escaped text here.
8442
8443 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8444
8445         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8446         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8447         parts, or application/octet-stream as a last resort.
8448         (gnus-mime-view-part-as-type): Don't toggle display.
8449         (gnus-mime-view-part-as-charset): Don't turn off display before
8450         querying charset.
8451
8452         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8453         stuff to undisplayer function in Emacs.
8454         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8455
8456         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8457         text/calendar parts.
8458
8459 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8460
8461         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8462         decoding text/calendar parts.
8463
8464         * message.el (message-forward-make-body-mime): Always mark body as
8465         having no illegible text; remove signed-or-encrypted argument.
8466         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8467
8468         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8469         (mml-generate-mime-1): Don't encode body if it is specified to be in
8470         raw form; don't make buffer be unibyte when inserting multibyte string.
8471
8472 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8473
8474         * sha1.el: Fix up comment style.
8475         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8476         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8477
8478         * hex-util.el: Fix up comment style.
8479         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8480
8481         * gnus-salt.el: Use with-current-buffer.
8482         (gnus-pick-setup-message): Fix long-standing typo.
8483
8484 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8485
8486         * imap.el (imap-logout-timeout): New variable.
8487         (imap-logout, imap-logout-wait): New functions.
8488         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8489
8490         * nnimap.el (nnimap-logout-timeout): New server variable.
8491         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8492         nnimap-logout-timeout.
8493
8494         * gnus-art.el (gnus-article-summary-command-nosave)
8495         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8496
8497 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8498
8499         * gnus.el (gnus-maximum-newsgroup): New variable.
8500
8501         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8502         according to gnus-maximum-newsgroup.
8503
8504         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8505         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8506         Limit the range of articles according to gnus-maximum-newsgroup.
8507
8508 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8509
8510         * gnus-art.el (gnus-sticky-article): Fix problems described in
8511         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8512         Don't perform gnus-configure-windows here; reuse existing sticky
8513         article buffer.
8514
8515         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8516         it doesn't exist in gnus-article-mode.
8517
8518 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8519
8520         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8521         (gnus-agent-decoded-group-name): New function.
8522         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8523         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8524
8525 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8526
8527         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8528         Add binding for gnus-sticky-article.
8529         (gnus-summary-exit): Don't kill sticky article buffers.
8530
8531         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8532         article buffer.
8533         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8534         (gnus-kill-sticky-article-buffers): New commands.
8535
8536 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8537
8538         * nntp.el (nntp-xref-number-is-evil): New server variable.
8539         (nntp-find-group-and-number): If it is non-nil, don't trust article
8540         numbers in the Xref header.
8541
8542 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8543
8544         * gnus-agent.el (gnus-agent-read-group): New function.
8545         (gnus-agent-flush-group, gnus-agent-expire-group)
8546         (gnus-agent-regenerate-group): Use it.
8547         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8548         nnmail-pathname-coding-system.
8549
8550 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8551
8552         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8553
8554         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8555         that are unread as unread, and also as selected so that information of
8556         marks having been changed by a user may be updated when exiting group.
8557
8558 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8559
8560         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8561
8562 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8563
8564         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8565         calculated ignoring signature parts to gnus-treat-article.
8566
8567 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8568
8569         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8570         a point here in order to keep the window start.
8571         (gnus-insert-mime-security-button): Make a button overlay without the
8572         front stickiness.
8573         (gnus-mime-display-security): Goto the end of a button.
8574
8575         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8576
8577 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8578
8579         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8580         group-name-at-point.
8581         (gnus-group-completing-read): New function that offers decoded
8582         non-ASCII group names for completion.
8583         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8584         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8585         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8586         (gnus-group-fetch-control): Use it.
8587         (gnus-fetch-group): Use group-name-at-point for the initial value
8588         rather than the default value; use gnus-alive-p.
8589
8590         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8591         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8592         (gnus-summary-post-news): Use gnus-group-completing-read.
8593
8594         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8595         (gnus-read-move-group-name): Decode group name for completion.
8596
8597 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8598
8599         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8600         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8601         Yamaoka slightly modified the code).
8602
8603 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8604
8605         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8606         (nnmail-split-incoming): Bind it.
8607
8608         * nnml.el (nnml-group-name-charset): New function.
8609         (nnml-decoded-group-name): Use it; don't decode group name if
8610         nnmail-group-names-not-encoded-p is non-nil.
8611         (nnml-encoded-group-name): New function.
8612         (nnml-group-pathname): Inline nnml-decoded-group-name.
8613         (nnml-request-expire-articles): Decode group name in message.
8614         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8615         nnmail-pathname-coding-system.
8616         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8617         not decoded ones according to nnmail-group-names-not-encoded-p.
8618         (nnml-generate-active-info): Use nnml-encoded-group-name.
8619
8620 2007-08-08  Glenn Morris  <rgm@gnu.org>
8621
8622         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8623         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8624         doc-strings and comments.
8625
8626 2007-07-25  Glenn Morris  <rgm@gnu.org>
8627
8628         * Relicense all FSF files to GPLv3 or later.
8629
8630 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8631
8632         * gnus-sum.el (gnus-summary-move-article):
8633         Make gnus-summary-respool-article work.
8634
8635 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8636
8637         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8638         string.
8639
8640 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8641
8642         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8643         that should be ignored when comparing distant RSS articles with local
8644         ones.
8645         (nnrss-make-hash-index): New function.  Create a hash index according
8646         to the ignored fields.
8647         (nnrss-check-group): Use it.
8648
8649 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8650
8651         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8652
8653         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8654
8655         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8656         the new optional argument ENCODED is non-nil.
8657         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8658         coding system for encoding group name.
8659         (gnus-group-make-rss-group): Pass un-encoded group name to
8660         gnus-group-make-group.
8661         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8662         encoded.
8663
8664         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8665         Encode group name to which articles are moved or copied.
8666         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8667         coding system for encoding Newsgroup, Followup-To and Xref headers.
8668
8669         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8670         marks; use nnheader-file-coding-system to write a file.
8671         (nnagent-retrieve-headers): Bind file-name-coding-system to
8672         nnmail-pathname-coding-system.
8673
8674         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8675
8676         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8677         (nnml-request-article, nnml-request-create-group)
8678         (nnml-request-rename-group, nnml-find-id)
8679         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8680         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8681         (nnml-save-marks): Use nnml-group-pathname instead of
8682         nnmail-group-pathname.
8683
8684         (nnml-request-create-group, nnml-request-expire-articles)
8685         (nnml-request-move-article, nnml-request-delete-group)
8686         (nnml-deletable-article-p, nnml-possibly-create-directory)
8687         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8688         (nnml-open-marks): Bind file-name-coding-system to
8689         nnmail-pathname-coding-system.
8690
8691         (nnml-request-article): Pass server argument to nnml-find-group-number.
8692         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8693         Pass server argument to nnml-possibly-create-directory.
8694         (nnml-request-accept-article): Pass server argument to
8695         nnml-active-number and nnml-save-mail.
8696         (nnml-find-group-number): Pass server argument to nnml-find-id.
8697         (nnml-request-update-info): Pass server argument to
8698         nnml-marks-changed-p.
8699
8700         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8701         (nnml-save-mail, nnml-active-number): Add server argument.
8702
8703         (nnml-request-delete-group): Warn if group is missing.
8704         (nnml-get-nov-buffer): Decode group name.
8705         (nnml-generate-active-info): Encode group name.
8706         (nnml-open-marks): Decode group name in messages.
8707
8708 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8709
8710         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8711         if it is not specified.
8712         (gnus-article-pipe-part, gnus-article-save-part)
8713         (gnus-article-interactively-view-part, gnus-article-copy-part)
8714         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8715         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8716         (gnus-article-replace-part, gnus-article-delete-part)
8717         (gnus-article-view-part-as-type): Pass raw prefix argument to
8718         gnus-article-part-wrapper.
8719
8720 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8721
8722         * gnus-agent.el (gnus-agent-save-active):
8723         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8724
8725         * gnus-cache.el (gnus-cache-save-buffers)
8726         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8727         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8728         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8729         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8730         (gnus-cache-generate-active, gnus-cache-rename-group)
8731         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8732         (gnus-cache-update-overview-total-fetched-for):
8733         Bind file-name-coding-system to nnmail-pathname-coding-system.
8734         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8735         New variables.
8736         (gnus-cache-decoded-group-name): New function.
8737         (gnus-cache-file-name): Use it.
8738         (gnus-cache-generate-active): Use non-decoded group name for active.
8739
8740         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8741         right place.
8742         (gnus-write-active-file): Don't break non-ASCII group names.
8743
8744         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8745         nnmail-pathname-coding-system.
8746
8747         * lpath.el: Bind default-file-name-coding-system,
8748         file-name-coding-system and language-info-alist for XEmacs.
8749
8750         * gnus-uu.el (gnus-uu-decode-save): Typo.
8751
8752 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8753
8754         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8755
8756 2007-07-14  David Kastrup  <dak@gnu.org>
8757
8758         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8759         finishing actions if we did not edit the article.
8760
8761 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8762
8763         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8764         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8765         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8766         (gnus-agent-flush-group, gnus-agent-flush-cache)
8767         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8768         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8769         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8770         (gnus-agent-regenerate-group)
8771         (gnus-agent-update-files-total-fetched-for)
8772         (gnus-agent-update-view-total-fetched-for):
8773         Bind file-name-coding-system to nnmail-pathname-coding-system.
8774         (gnus-agent-group-pathname): Don't encode file names by
8775         nnmail-pathname-coding-system.
8776         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8777         coding-system-for-write instead of buffer-file-coding-system to
8778         gnus-agent-file-coding-system.
8779
8780         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8781         Decode group name.
8782
8783         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8784
8785         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8786         (gnus-read-newsrc-el-file): Make group names unibyte.
8787
8788         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8789         nnmail-pathname-coding-system.
8790
8791         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8792         (nnrss-request-delete-group): Bind file-name-coding-system to
8793         nnmail-pathname-coding-system.
8794         (nnrss-read-server-data, nnrss-read-group-data):
8795         Bind file-name-coding-system correctly.
8796         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8797
8798         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8799         (nntp-server-to-method-cache): New variable.
8800         (nntp-group-pathname): New function that decodes non-ASCII group names.
8801         (nntp-possibly-create-directory, nntp-marks-changed-p)
8802         (nntp-save-marks, nntp-open-marks): Use it.
8803         (nntp-possibly-create-directory, nntp-open-marks):
8804         Bind file-name-coding-system to nnmail-pathname-coding-system.
8805         (nntp-open-marks): Decode group names when bootstrapping marks.
8806
8807         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8808         Newsgroups and Folowup-To headers.
8809
8810 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8811
8812         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8813         (gnus-server-closed-face, gnus-server-denied-face)
8814         (gnus-server-offline-face): Remove variable.
8815         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8816
8817         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8818         of modifying message-stack directly for XEmacs.
8819
8820         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8821         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8822         if the coding-system argument is nil for XEmacs.
8823
8824         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8825         mm-charset-override-alist.
8826
8827         * rfc2047.el: Don't require base64; require rfc2045 for the function
8828         rfc2045-encode-string.
8829         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8830         to quote the parameter value.
8831
8832 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8833
8834         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8835         form in gnus-group-name-charset-method-alist.
8836
8837         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8838         overrides the default layout edit-form.
8839
8840         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8841
8842         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8843
8844 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8845
8846         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8847         as unfetched articles.
8848
8849 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8850
8851         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8852
8853 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8854
8855         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8856         original back end that keeps marks in the local system.
8857
8858 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8859
8860         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8861         arg of pop-to-buffer for XEmacs.
8862         (gnus-article-read-summary-keys): Ditto; don't restore window
8863         configuration if summary command ends up with neither article buffer
8864         nor summary buffer; describe bindings if summary keys end with C-h.
8865
8866 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8867
8868         * message.el (message-fix-before-sending): Skip raw message part to be
8869         forwarded while checking illegible text.
8870         (message-forward-make-body-mime, message-forward-make-body):
8871         Mark signed or encrypted raw message as having no illegible text.
8872
8873 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8874
8875         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8876         (gnus-message-with-timestamp-1): New macro.
8877         (gnus-message-with-timestamp): New function.
8878         (gnus-message): Use them.
8879
8880         * nnheader.el (nnheader-message): Use them.
8881
8882 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8883
8884         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8885         .newsrc.eld file.
8886
8887 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8888
8889         * gnus-agent.el (gnus-agent-fetch-headers)
8890         (gnus-agent-retrieve-headers):
8891         Bind gnus-decode-encoded-address-function to identity.
8892
8893         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8894         available also when the server returns simply a dot.
8895
8896         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8897
8898 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8899
8900         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8901
8902 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8903
8904         * gnus-ems.el (gnus-x-splash): Make it work.
8905
8906         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8907         from being used.
8908
8909         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8910
8911 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8912
8913         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8914         4th and the 5th arguments.
8915
8916         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8917         the front stickiness.
8918         (gnus-article-summary-command-nosave): Correct the order of the
8919         arguments passed to pop-to-buffer.
8920         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8921         summary command ends up with the article buffer.
8922
8923         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8924         the same faces.
8925
8926 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8927
8928         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8929
8930 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8931
8932         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8933         * gnus-sum.el (gnus-summary-highlight):
8934         * pgg.el (pgg-sign-region, pgg-sign):
8935         * mail-source.el (mail-source-delete-old-incoming-confirm):
8936         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8937
8938 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8939
8940         * gnus-art.el (gnus-mime-view-part-externally)
8941         (gnus-mime-view-part-internally): Fix predicate function passed to
8942         completing-read.
8943
8944         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8945
8946         * gnus.el (gnus-update-message-archive-method): Add :version.
8947
8948 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8949
8950         * gnus.el (gnus-update-message-archive-method): New variable.
8951
8952         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8953         according to gnus-message-archive-method if
8954         gnus-update-message-archive-method is non-nil.
8955
8956 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8957
8958         * gnus-sum.el (gnus-summary-limit-to-address): New function.
8959         Suggested by Loic Dachary <loic@dachary.org>.
8960         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8961
8962 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8963
8964         * message.el (message-pop-to-buffer): Add switch-function argument.
8965         (message-mail): Pass switch-function argument to it.
8966
8967 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8968
8969         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8970         Improve doc string.
8971
8972 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8973
8974         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8975         (gnus-header-content)
8976         * gnus-cite.el (gnus-cite-10)
8977         * gnus-srvr.el (gnus-server-closed)
8978         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8979         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8980         (gnus-group-mail-3-empty, gnus-group-mail-low)
8981         (gnus-group-mail-low-empty, gnus-splash)
8982         * message.el (message-header-to, message-header-cc)
8983         (message-header-subject, message-header-other, message-header-name)
8984         (message-header-xheader, message-separator, message-cited-text)
8985         (message-mml): Lighten colors of faces used for dark background.
8986
8987 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8988
8989         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8990         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8991
8992 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8993
8994         * message.el (message-narrow-to-headers-or-head):
8995         Ignore mail-header-separator in the body.
8996
8997 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8998
8999         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9000         same as window size.
9001
9002 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9003
9004         * message.el (message-font-lock-keywords): Use message-header-xheader
9005         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9006         ahead of the anything pattern, to get it recognised.
9007
9008 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9009
9010         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
9011         spam.el loads uses it in the compiled defadvice form.
9012
9013 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9014
9015         * gnus-sum.el (gnus-articles-to-read)
9016         (gnus-summary-insert-old-articles): Don't truncate group name for
9017         `read-string'.
9018
9019         * gnus-util.el (gnus-limit-string): Delete this function.
9020
9021         * gnus-sum.el (gnus-simplify-subject-fully):
9022         Use `truncate-string-to-width' instead.
9023
9024 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9025
9026         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9027         Tell if, on summary exit, the next group has to be selected.
9028         (gnus-summary-exit): Use it.
9029
9030 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9031
9032         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9033         non-break space.
9034
9035 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9036
9037         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9038         Check if group is not a directory.
9039         (nnfolder-request-expire-articles): Don't delete articles if the target
9040         group is not available.
9041
9042         * nnml.el (nnml-request-create-group): Properly check if group is not a
9043         file.
9044         (nnml-request-expire-articles): Don't delete articles if the target
9045         group is not available.
9046
9047         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9048         Don't quote characters that are within parentheses.
9049
9050 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9051
9052         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9053         (gnus-handle-ephemeral-exit): Select article according to it.
9054
9055 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9056
9057         * message.el (message-insert-formated-citation-line): Remove newline.
9058         (message-citation-line-format): Add final \n here so that the user can
9059         avoid a blank line.
9060
9061 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9062
9063         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9064         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9065         Update lanl/arXiv support.
9066
9067 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9068
9069         * gnus.el: Bump version number.
9070
9071 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9072
9073         * gnus.el (gnus-version-number): Bump version.
9074
9075 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9076
9077         * gnus.el: No Gnus v0.6 is released.
9078
9079 2007-04-27  Didier Verna  <didier@xemacs.org>
9080
9081         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9082         * gmm-utils.el (gmm-regexp-concat): ... here.
9083         * message.el: Don't require 'gnus-util.
9084         (message-dont-reply-to-names): Handle name change above.
9085         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9086
9087 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9088
9089         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9090         since the initial value varies according to the system.
9091
9092 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9093
9094         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9095
9096 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9097
9098         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9099
9100 2007-04-24  Didier Verna  <didier@xemacs.org>
9101
9102         Improve the type of gnus-ignored-from-addresses.
9103         * gnus-util.el (gnus-orify-regexp): New function.
9104         * message.el (gnus-util): Require it.
9105         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9106         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9107         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9108
9109 2007-04-24  Didier Verna  <didier@xemacs.org>
9110
9111         * gnus-sum.el:
9112         * gnus-utils.el: Fix some trailing whitespaces.
9113
9114 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9115
9116         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9117         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9118         article's Message-ID; refer parent article in summary buffer.
9119
9120         * message.el (message-bounce): Call mime-to-mml.
9121
9122         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9123         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9124         optimize and/or forms properly.
9125
9126 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9127
9128         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9129         URL.
9130
9131 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9132
9133         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9134
9135 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9136
9137         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9138         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9139         displayed of multipart/alternative part if it is invoked from summary
9140         buffer.
9141
9142         * mm-view.el (mm-inline-text-html-render-with-w3m)
9143         (mm-inline-text-html-render-with-w3m-standalone)
9144         (mm-inline-render-with-function): Use mail-parse-charset by default.
9145
9146 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9147
9148         * parse-time.el (parse-time-string-chars): Check if CHAR
9149         is less than the length of parse-time-syntax.
9150
9151 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9152
9153         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9154         from gnus-newsgroup-processable.
9155
9156 2007-04-16  Didier Verna  <didier@xemacs.org>
9157
9158         * gnus-msg.el (gnus-configure-posting-styles):
9159         Handle message-signature-directory properly with :file syntax.
9160         Reported by "Leo".
9161
9162 2007-04-11  Didier Verna  <didier@xemacs.org>
9163
9164         New user option: message-signature-directory.
9165         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9166         * message.el (message-insert-signature): Ditto.
9167         * message.el (message-signature-file): Doc update.
9168         * message.el (message-signature-directory): New.
9169
9170 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9171
9172         * gnus-msg.el (gnus-inews-yank-articles):
9173         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9174
9175 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9176
9177         * message.el (message-yank-original): Make sure cited text ends with
9178         newline; don't exchange point and mark.
9179
9180 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9181
9182         * tls.el (open-tls-stream): Properly handle case where there
9183         is no associated buffer.
9184
9185 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9186
9187         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9188         message-yank-original, make sure (< mark TEXT point).
9189
9190 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9191
9192         * message.el (message-fill-column): New variable.
9193         (message-mode): Use it.  Add comment on a possible new hook.
9194
9195         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9196         (nnmail-get-new-mail): Reformat.
9197
9198         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9199
9200         * gmm-utils.el: Fix Commentary.
9201         (gmm-tool-bar-from-list): Fix typo in doc string.
9202
9203 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9204
9205         * message.el (message-yank-original): Don't switch point and mark
9206         unnecessarily to put point and mark as documented.
9207
9208 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9209
9210         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9211         from the message heads.
9212
9213 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9214
9215         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9216         article buffer does not have a window.  This may not be the best
9217         solution but is certainly better than setting the start of the null,
9218         that is the current, window.
9219
9220 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9221
9222         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9223         (gnus-draft-setup): Run it.
9224
9225         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9226         gnus-score-fast-scoring.  Allow regexp.
9227         (gnus-score-headers): Use it.
9228
9229         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9230         XEmacs.
9231
9232         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9233         string.
9234         (gnus-button-alist): Also catch `<f1> k ...'.
9235         (gnus-treat-display-x-face): Fix doc string.
9236
9237 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9238
9239         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9240         evaluation of gnus-extended-version to ensure correct generation of the
9241         User-Agent header when message-generate-headers-first is used.
9242
9243 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9244
9245         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9246         hashcash-path is nil.  Don't call callback with incorrect number of
9247         parameters if val is 0.
9248
9249 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9250
9251         * message.el (message-required-news-headers):
9252         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9253
9254 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9255
9256         * tls.el (open-tls-stream): In handshake-waiting loop,
9257         don't wait more if there is output available to process.
9258
9259 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9260
9261         * tls.el (tls-program): Doc fix.
9262
9263 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9264
9265         * message.el (message-generate-new-buffers): Change the meaning of the
9266         nil value; add `standard' to the choices; treat t as `unique'; improve
9267         doc string.
9268         (gnus-select-frame-set-input-focus): Autoload.
9269         (message-buffer-name): Search for the existing message buffer if
9270         message-generate-new-buffers is nil or `standard'; treat the value t of
9271         message-generate-new-buffers as `unique'.
9272         (message-pop-to-buffer): Raise the frame already displaying the message
9273         buffer; clear the echo area after querying.
9274         (message-setup): Pass the `continue' argument to compose-mail.
9275         (message-mail): Prefer `switch-function' if it is given; search for the
9276         existing message buffer if the `continue' argument is non-nil; pass
9277         continue and switch-function arguments to compose-mail by way of
9278         message-setup.
9279         (message-mail-other-window): Adjust argument of message-setup.
9280         (message-mail-other-frame): Ditto.
9281
9282 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9283
9284         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9285         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9286         to turn font-lock on when turning gnus-message-citation-mode on.
9287
9288 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9289
9290         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9291         (mml-smime-function-alist): New variable; add epg as the backend.
9292         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9293         mml-smime- functions instead.
9294         * mm-view.el: Require smime.
9295
9296 2007-03-05  Didier Verna  <didier@xemacs.org>
9297
9298         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9299         instead of just inheritance for posting styles.
9300         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9301
9302 2007-02-24  Chris Moore  <dooglus@gmail.com>
9303
9304         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9305         * pgg-pgp.el (pgg-pgp-encrypt-region):
9306         * pgg-gpg.el (pgg-gpg-encrypt-region):
9307         Check pgg-encrypt-for-me if no other recipients.
9308
9309 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9310
9311         * tls.el (tls-certtool-program): Fix custom type.
9312
9313 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9314
9315         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9316         and point-at-eol instead of line-(beginning|end)-position.
9317
9318         * assistant.el (assistant-parse-buffer): Ditto.
9319
9320         * netrc.el (netrc-parse-services): Ditto.
9321
9322 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9323
9324         * mml2015.el (mml2015-epg-find-usable-key): New function.
9325         (mml2015-epg-sign): Use it.
9326         (mml2015-epg-encrypt): Use it.
9327
9328 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9329
9330         * message.el (message-make-in-reply-to): Quote name containing
9331         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9332         if there are special characters.  Reported by NAKAJI Hiroyuki
9333         <nakaji@jp.freebsd.org>.
9334
9335 2007-02-27  Didier Verna  <didier@xemacs.org>
9336
9337         Include the group parameters as well as the topic ones in the
9338         inheritance filter process.
9339         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9340         argument GROUP-PARAMS-LIST.
9341         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9342
9343 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9344
9345         * nntp.el (nntp-never-echoes-commands)
9346         (nntp-open-connection-functions-never-echo-commands): New variables.
9347         (nntp-send-command): Use them.
9348
9349 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9350
9351         * mml2015.el (mml2015-epg-verify): Simplify.
9352
9353 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9354
9355         * mml.el (mml-content-disposition-alist): New user option.
9356         (mml-content-disposition): New function.
9357         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9358         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9359
9360 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9361
9362         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9363         verification.
9364
9365 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9366
9367         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9368         articles posted in the last 24 hours.
9369
9370 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9371
9372         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9373
9374 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9375
9376         * nntp.el (nntp-send-command): Don't wait for echoes when
9377         nntp-open-ssl-stream is used.
9378
9379 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9380
9381         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9382         (gnus-message-add-citation-keywords)
9383         (gnus-message-remove-citation-keywords): Remove.
9384         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9385         directly, make the variables in font-lock-defaults buffer-local, add
9386         gnus-message-citation-keywords to them and then update the value of
9387         font-lock-keywords.
9388
9389 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9390
9391         * message.el (message-cite-original-1): Don't call
9392         gnus-article-highlight-citation.
9393
9394         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9395         citations; fix line count.
9396
9397 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9398
9399         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9400         (gnus-message-add-citation-keywords)
9401         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9402         versions of font-lock-add-keywords and font-lock-remove-keywords to
9403         work with XEmacs correctly.
9404
9405 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9406
9407         * gnus-cite.el (gnus-cite-face-list): Set the values of
9408         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9409         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9410         (gnus-message-cite-prefix-regexp): New variable.
9411         (gnus-message-search-citation-line): Use it; protect against long
9412         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9413         the 0th match data for Emacs.
9414         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9415         (gnus-message-add-citation-keywords): Append keywords rather than
9416         prepending; emulate font-lock-add-keywords if it is not available.
9417         (gnus-message-remove-citation-keywords):
9418         Emulate font-lock-remove-keywords if it is not available.
9419
9420         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9421
9422         * message.el (message-cite-prefix-regexp): Set the value of
9423         gnus-message-cite-prefix-regexp.
9424
9425 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9426
9427         * nnweb.el (nnweb-google-parse-1): Update parser.
9428
9429 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9430
9431         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9432
9433 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9434
9435         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9436         regexp.
9437
9438 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9439
9440         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9441         string-to-multibyte.
9442         (uudecode-decode-region-internal): Use it.
9443
9444         * lpath.el: Fbind string-as-multibyte for XEmacs.
9445
9446 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9447
9448         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9449         Fix custom choice.
9450
9451         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9452
9453 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9454
9455         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9456
9457         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9458         `write-region' to respect `mm-inhibit-file-name-handlers'.
9459
9460 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9461
9462         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9463         Use gnus-home-directory instead of "~/" or "$HOME".
9464
9465 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9466
9467         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9468         to mention filename.
9469         Add comments at beginning regarding usage.
9470         (encrypt-write-file-contents): Change interactive so a string is
9471         acceptable.  If the file has no associated model, show an error instead
9472         of a nonsense prompt.
9473
9474 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9475
9476         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9477         Thanks to Yoshihiko Yamada for kind notification of this typo.
9478
9479 2007-01-12  Kenichi Handa  <handa@m17n.org>
9480
9481         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9482         multibyte buffer.
9483
9484 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9485
9486         * gnus-score.el (gnus-score-fast-scoring): New variable.
9487         (gnus-score-headers): Use it.
9488
9489         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9490
9491         * message.el (message-cite-original-1):
9492         Call gnus-article-highlight-citation if requested.
9493         (message-make-from): Allow name and address as optional arguments.
9494
9495         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9496
9497         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9498         bugs to doc string.
9499         (gnus-button-alist): Add mid\\|message-id.
9500         (gnus-button-fetch-group): Extend for use in
9501         `browse-url-browser-function'.
9502         (gnus-button-url-regexp): Try to catch paired parentheses like in
9503         Wikipedia URLs.
9504
9505         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9506         Suggested by Simon Krahnke <overlord@gmx.li>.
9507
9508 2007-01-13  Romain Francoise  <romain@orebokech.com>
9509
9510         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9511         Update copyright.
9512
9513 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9514
9515         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9516
9517 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9518
9519         * gnus-registry.el (gnus-registry-unfollowed-groups)
9520         (gnus-registry-split-fancy-with-parent): Fix documentation.
9521
9522 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9523
9524         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9525         from nnweb groups.
9526
9527 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9528
9529         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9530         Xref urls.  Erase buffer before requesting head.
9531
9532         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9533
9534 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9535
9536         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9537         customizable.
9538
9539 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9540
9541         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9542         no signing key is found.
9543         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9544         no encrypting and/or signing key is found.
9545
9546 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9547
9548         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9549
9550 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9551
9552         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9553         headers read from disk with the ones newly found in the current search.
9554         This should no longer cause problems, because the article numbers in
9555         Gmane's `nov.php' output are ignored since the previous change.
9556
9557 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9558
9559         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9560
9561 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9562
9563         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9564         replace-regexp-in-string; bind url-version; fbind display-images-p and
9565         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9566         find-face and set-itimer-function for Emacs; bind itimer-list for
9567         Emacs.
9568
9569         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9570
9571 2007-01-01  Romain Francoise  <romain@orebokech.com>
9572
9573         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9574
9575 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9576
9577         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9578         `define-minor-mode' macro definition expanded properly.
9579         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9580         exclude it there.
9581
9582         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9583         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9584         `fboundp' test.
9585         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9586         This is OK to autoload in (S)XEmacs now.
9587
9588 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9589
9590         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9591         keystroke.
9592         (gnus-summary-limit-to-singletons): Fix typo.
9593
9594         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9595         else fails.
9596
9597 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9598
9599         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9600         docstring.
9601
9602         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9603         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9604         (gnus-summary-insert-dormant-articles): Fix typo in message.
9605
9606 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9607
9608         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9609         nil for XEmacs.
9610         (gnus-message-citation-mode): Don't autoload in XEmacs.
9611
9612         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9613
9614 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9615
9616         * nnimap.el (nnimap-expunge-search-string):
9617         Mention nnimap-search-uids-not-since-is-evil in docstring.
9618
9619 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9620
9621         * spam.el: Revert to make-obsolete-variable because
9622         define-obsolete-variable-alias is not supported in Emacs 21.
9623
9624         * spam.el (spam-ifile-path, spam-ifile-database-path)
9625         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9626         make-obsolete-variable.
9627         (spam-bsfilter-path, spam-bsfilter-program)
9628         (spam-spamassassin-path, spam-spamassassin-program)
9629         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9630         Don't use "path" inappropriately.
9631         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9632         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9633         variable names.
9634
9635 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9636
9637         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9638         summary buffer.
9639
9640         * password.el (password-cache-remove): Use clear-string to burn
9641         password, if available.
9642
9643 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9644
9645         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9646
9647         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9648
9649         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9650         (gnus-message-highlight-citation): Move defcustom here from
9651         gnus-cite.el.
9652         (gnus-message-citation-mode): Autoload.
9653
9654         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9655         checks to make it compile with XEmacs.
9656         (gnus-message-citation-mode): New minor mode.
9657         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9658         (gnus-message-highlight-citation): New variables.
9659         (gnus-message-search-citation-line)
9660         (gnus-message-add-citation-keywords)
9661         (gnus-message-remove-citation-keywords)
9662         (turn-on-gnus-message-citation-mode)
9663         (turn-off-gnus-message-citation-mode): New functions.
9664
9665 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9666
9667         * gnus-cite.el: Enable highlighting of different citation levels in
9668         message-mode.
9669
9670 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9671
9672         * message.el (message-make-fqdn): Fix comment.
9673         (message-bogus-system-names): Add ".local".
9674
9675         * spam.el (spam-ifile-path, spam-ifile-program)
9676         (spam-ifile-database-path, spam-ifile-database)
9677         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9678         Don't use "path" inappropriately.
9679         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9680         strings.
9681         (spam-check-ifile, spam-ifile-register-with-ifile)
9682         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9683         Use new variable names.
9684
9685         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9686         (gnus-treat-display-smileys): Simplify using
9687         gnus-image-type-available-p.
9688
9689         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9690         available.
9691
9692         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9693         Use `display-images-p' if available.
9694
9695 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9696
9697         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9698         one after turning on the buffer's multibyteness instead of decoding
9699         them directly in the unibyte buffer that causes unexpected conversion
9700         in Emacs 23 (unicode).
9701
9702 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9703
9704         * message.el (message-generate-hashcash): Fix custom type.
9705
9706 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9707
9708         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9709
9710 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9711
9712         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9713         disconnect icons.  Add help text.
9714
9715 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9716
9717         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9718         negated to be consistent with the others we handle.
9719
9720 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9721
9722         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9723         version of gnus-summary-buffer to something, so that we can use two
9724         article buffers at the same time.
9725
9726 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9727
9728         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9729         trigger all the extra headers.
9730         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9731         sorting.
9732
9733 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9734
9735         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9736         solid groups.
9737
9738 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9739
9740         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9741
9742 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9743
9744         * legacy-gnus-agent.el: Add Copyright notice.
9745
9746 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9747
9748         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9749
9750 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9751
9752         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9753
9754         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9755         to make it work reliably in CVS Emacs.
9756         (gnus-summary-limit-strange-charsets-predicate)
9757         (gnus-summary-limit-to-predicate): New functions.
9758
9759 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9760
9761         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9762         specifying array size.
9763         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9764         array if it is too small.
9765         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9766         (gnus-sort-threads-loop): New function.
9767
9768 2006-12-06  Chris Moore  <dooglus@gmail.com>
9769
9770         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9771         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9772
9773 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9774
9775         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9776         options.
9777
9778 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9779
9780         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9781         DOS-ing the recipient.
9782
9783         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9784         the headers when creating the mapping to avoid mismappings.
9785         (nnweb-gmane-create-mapping): Always nix out old mapping.
9786
9787 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9788
9789         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9790         and mm-verify-option to never.
9791
9792 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9793
9794         * message.el (message-signed-or-encrypted-p): New function.
9795         (message-forward-make-body): Use it.
9796
9797         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9798         Replace encode-coding-string with mm-encode-coding-string.
9799
9800 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9801
9802         * nneething.el (nneething-decode-file-name):
9803         Replace decode-coding-string with mm-decode-coding-string.
9804
9805         * gnus-int.el (gnus-open-server): Say failed server's name.
9806
9807 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9808
9809         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9810         strings to a single string.  Quote `errors-file-name'.
9811         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9812         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9813         Adjust calls.  Use `shell-quote-argument'.
9814
9815 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9816
9817         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9818         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9819
9820         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9821         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9822         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9823         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9824         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9825         (gnus-subscribe-newsgroup, gnus-1):
9826         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9827         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9828         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9829         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9830
9831 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9832
9833         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9834         keystroke.
9835         (gnus-summary-limit-to-bodies): Implement headersp.
9836
9837 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9838
9839         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9840
9841 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9842
9843         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9844
9845 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9846
9847         * message.el (message-generate-hashcash): Expand range of values to
9848         include `opportunistic'.
9849         (message-send-mail): Use it.
9850
9851 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9852
9853         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9854         and comment it.
9855
9856         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9857
9858 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9859
9860         * gnus-util.el (gnus-extract-address-components): Improve comment.
9861
9862 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9863
9864         * gnus-util.el (gnus-extract-address-components): Work with address in
9865         which the name portion contains @.
9866
9867         * lpath.el: Fbind custom-autoload.
9868
9869 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9870
9871         * gnus.el (gnus-start): Move custom group up.
9872         (gnus-select-method): Don't autoload, but make it available for
9873         `customize-variable'.
9874         (gnus-getenv-nntpserver): Don't autoload.
9875
9876 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9877
9878         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9879
9880 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9881
9882         * message.el (message-sendmail-extra-arguments): New variable.
9883         (message-send-mail-with-sendmail): Use it.
9884
9885 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9886
9887         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9888         mm-with-unibyte-current-buffer to make string unibyte.
9889
9890         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9891         mm-string-as-multibyte.
9892
9893 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9894
9895         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9896         Reported by Werner Koch <wk@gnupg.org>.
9897
9898 2006-11-14  Daiki Ueno  <ueno@p360>
9899
9900         * mml2015.el: Autoload epa-select-keys when compiling.
9901
9902 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9903
9904         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9905         message-options.
9906         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9907
9908 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9909
9910         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9911         EasyPG (< 0.0.6).
9912         (mml2015-always-trust): New user option.
9913         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9914         prompt.
9915
9916 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9917
9918         * nntp.el (nntp-authinfo-force): New variable.
9919         (nntp-send-authinfo): Use it.
9920
9921 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9922
9923         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9924         decode encoded words.  Improve prompt.  Add comment about forwarding.
9925         (message-replacement-char): Move up.
9926
9927 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9928
9929         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9930         instead of gnus-intersection because arguments of gnus-sorted-nunion
9931         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9932
9933 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9934
9935         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9936         (message-simplify-subject-functions):
9937         Enable message-strip-subject-encoded-words by default.
9938
9939 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9940
9941         * message.el (message-strip-subject-encoded-words): New function.
9942         (message-simplify-subject-functions): New variable.
9943         (message-simplify-subject): Use it.  Fix typo in doc string.
9944         Support message-strip-subject-encoded-words.
9945
9946 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9947
9948         * gnus-diary.el (gnus-diary-delay-format-function):
9949         * nndiary.el (nndiary-reminders):
9950         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9951
9952 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9953
9954         * gnus-art.el (article-hide-boring-headers): Fetch date from
9955         gnus-original-article-buffer to avoid problems with localized date
9956         strings.
9957
9958 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9959
9960         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9961
9962 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9963
9964         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9965         New variables.
9966         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9967         (mm-charset-synonym-alist): Move some entries to
9968         mm-codepage-iso-8859-list.
9969         (mm-charset-synonym-alist, mm-charset-override-alist):
9970         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9971
9972 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9973
9974         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9975
9976 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9977
9978         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9979         with Emacs 21 and XEmacs.
9980
9981 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9982
9983         * spam.el (spam-parse-address): New function for better parsing,
9984         catching errors, etc.
9985         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9986
9987 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9988
9989         * mm-view.el: Add interactive arg to html2text autoload.
9990
9991 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9992
9993         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9994
9995 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9996
9997         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9998         New variables.
9999         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10000         (mm-charset-synonym-alist): Move some entries to
10001         mm-codepage-iso-8859-list.
10002
10003         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10004
10005 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10006
10007         * message.el (message-citation-line-format)
10008         (message-insert-formated-citation-line): Fix implementation of %E, %N
10009         and %n according to the doc string.
10010
10011 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10012
10013         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10014         Use car-safe to avoid bad parses.
10015
10016 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10017
10018         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10019         names.
10020
10021         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10022
10023 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10024
10025         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10026         header.
10027
10028         * message.el (message-draft-headers): Add Date.
10029         (message-headers-to-generate): Fix typo in docstring.
10030
10031         * nndraft.el (nndraft-required-headers): New variable.
10032         (nndraft-generate-headers): Use it.
10033
10034         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10035
10036 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10037
10038         * gnus-registry.el (gnus-registry-wash-for-keywords)
10039         (gnus-registry-find-keywords): New functions to allow easy searching of
10040         articles that are in the registry.
10041
10042 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10043
10044         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10045         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10046         Reported by Damien Elmes <damien@repose.cx>.
10047
10048 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10049
10050         * gnus.el (gnus-mime): Remove unused custom group.
10051
10052 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10053
10054         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10055         "blank line" when searching for end of armor headers.
10056
10057 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10058
10059         * gmm-utils.el (gmm-write-region): Fix variable name.
10060
10061 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10062
10063         * gmm-utils.el (gmm-write-region): New function based on compatibility
10064         code from `mm-make-temp-file'.
10065
10066         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10067
10068         * nnmaildir.el (nnmaildir--update-nov)
10069         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10070         Use `gmm-write-region'.
10071
10072 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10073
10074         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10075         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10076
10077         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10078
10079         * message.el (message-replacement-char): New variable.
10080         (message-fix-before-sending): Use it.
10081         (message-simplify-subject): New function to remove duplicate code.
10082         (message-reply, message-followup): Use it.
10083
10084         * gnus-sum.el (gnus-summary-make-menu-bar):
10085         Clarify gnus-summary-limit-to-articles.
10086
10087 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10088
10089         * gnus-util.el (gnus-with-local-quit): New macro.
10090
10091         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10092
10093 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10094
10095         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10096         ignore non-string data.
10097
10098 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10099
10100         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10101         non-string data (needs to be done in the registry too).
10102
10103 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10104
10105         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10106         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10107         (gnus-registry-split-fancy-with-parent)
10108         (gnus-registry-fetch-simplified-message-subject-fast)
10109         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10110         Remove text properties on ingress into the registry and when it's saved.
10111         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10112         registry from entries with no groups.
10113
10114 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10115
10116         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10117         function to remove string properties.
10118
10119 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10120
10121         * gmm-utils.el (gmm): Adjust custom version.
10122
10123         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10124         Adjust custom version.
10125
10126         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10127
10128 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10129
10130         * gnus-art.el (gnus-insert-prev-page-button)
10131         (gnus-insert-next-page-button): Simplify.  Reformat.
10132
10133 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10134
10135         * gnus-art.el (gnus-insert-prev-page-button)
10136         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10137
10138 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10139
10140         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10141
10142 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10143
10144         * gnus-art.el (gnus-insert-mime-button)
10145         (gnus-insert-mime-security-button):
10146         Apply gnus-article-button-face to MIME and security buttons.
10147
10148 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10149
10150         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10151         readable.
10152
10153 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10154
10155         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10156
10157 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10158
10159         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10160         `browse-url-of-file' instead of `browse-url'.
10161
10162 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10163
10164         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10165         regexp.  Articles containing quotation were cut prematurely.
10166
10167 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10168
10169         * message.el (message-cite-original-1): Use nobody by default for the
10170         value of From header.
10171         (message-reply): Ditto.
10172
10173 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10174
10175         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10176         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10177         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10178
10179 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10180
10181         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10182         mails in the doc string.  Add some URLs in comment.
10183         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10184
10185 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10186
10187         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10188         backslashes handling and the way to find boundaries of quoted strings.
10189
10190 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10191
10192         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10193         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10194         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10195         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10196
10197 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10198
10199         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10200         doc string.
10201         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10202
10203 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10204
10205         * lpath.el: Fbind epg-check-configuration.
10206
10207 2006-09-06  Simon Josefsson  <jas@extundo.com>
10208
10209         * mml2015.el (mml2015-use): Doc fix, mention epg.
10210
10211 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10212
10213         * mml2015.el (mml2015-use): Default to epg, if available.
10214
10215 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10216
10217         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10218         message-sender.
10219         (mml1991-epg-encrypt): Ditto.
10220         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10221         message-sender.
10222         (mml2015-epg-encrypt): Ditto.
10223
10224 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10225
10226         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10227         several common directories.
10228
10229 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10230
10231         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10232         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10233
10234 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10235
10236         * gnus-art.el (article-decode-encoded-words): Make it fast.
10237
10238 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10239
10240         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10241
10242         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10243         in quoted string into `\'.
10244
10245 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10246
10247         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10248         Use standard-syntax-table.
10249
10250 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10251
10252         * gnus-art.el (gnus-decode-address-function): New variable.
10253         (article-decode-encoded-words): Use it to decode headers which are
10254         assumed to contain addresses.
10255         (gnus-mime-delete-part): Remove useless `or'.
10256
10257         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10258         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10259         (gnus-nov-parse-line): Use it to decode From header.
10260         (gnus-get-newsgroup-headers): Ditto.
10261         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10262
10263         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10264         (mail-decode-encoded-address-string): New alias.
10265
10266         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10267         New function.
10268         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10269         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10270         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10271         (rfc2047-decode-string): Ditto.
10272         (rfc2047-decode-address-region): New function.
10273         (rfc2047-decode-address-string): New function.
10274
10275 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10276
10277         * message.el (message-caesar-buffer-body): Allow rotating headers.
10278
10279         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10280
10281         * message.el (message-insert-formated-citation-line): Fix %f.
10282         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10283
10284 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10285
10286         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10287         (gnus-bookmark-mouse-available-p): New macro.
10288         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10289         (gnus-bookmark-bmenu-show-infos): Use it.
10290         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10291         (gnus-bookmark-bmenu-hide-infos): Ditto.
10292         (gnus-bookmark-remove-properties): New function.
10293         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10294         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10295         (gnus-bookmark-write-file): Bind coding-system-for-write.
10296         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10297         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10298         group before selecting it.
10299         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10300         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10301         quit-window if it is not available; use gnus-mouse-2 and bind it to
10302         gnus-bookmark-bmenu-select-by-mouse.
10303         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10304         (gnus-bookmark-bmenu-select-by-mouse): New function.
10305
10306 2006-08-13  Romain Francoise  <romain@orebokech.com>
10307
10308         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10309         space.
10310
10311 2006-08-10  Romain Francoise  <romain@orebokech.com>
10312
10313         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10314         (dns-mode-soa-auto-increment-serial): New user option.
10315         (dns-mode-soa-maybe-increment-serial): New function.
10316         (dns-mode): Add the latter to `write-contents-functions'.
10317
10318 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10319
10320         * compface.el (uncompface): Use binary rather than raw-text-unix.
10321
10322 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10323
10324         * compface.el (uncompface): Make sure the eol conversion doesn't take
10325         place when communicating with the external programs.
10326         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10327
10328 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10329
10330         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10331
10332 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10333
10334         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10335         Make it more robust by parsing author and date independently.
10336
10337 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10338
10339         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10340
10341 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10342
10343         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10344         first matching secret key.
10345         (mml2015-epg-encrypt): Ditto.
10346
10347         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10348         first matching secret key.
10349         (mml1991-epg-encrypt): Ditto.
10350
10351         * mml2015.el (mml2015-encrypt-to-self): New user option.
10352         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10353         mml2015-epg-encrypt-to-self is set.
10354
10355         * mml1991.el (mml1991-encrypt-to-self): New variable.
10356         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10357         mml1991-epg-encrypt-to-self is set.
10358
10359         * mml2015.el (mml2015-signers): New user option.
10360         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10361         (mml2015-epg-encrypt): Allow to select signing keys.
10362
10363         * mml1991.el (mml1991-signers): New variable.
10364         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10365         (mml1991-epg-encrypt): Allow to select signing keys.
10366
10367 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10368
10369         * nnheader.el (nnheader-insert-head): Make it work even if the file
10370         uses CRLF for the line-break code.
10371
10372 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10373
10374         * mml2015.el: Require mml-sec instead of password.
10375         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10376         (mml2015-cache-passphrase): Inherit the default value from
10377         mml-secure-cache-passphrase.
10378         (mml2015-passphrase-cache-expiry): Inherit the default value from
10379         mml-secure-passphrase-cache-expiry.
10380
10381         * mml1991.el: Require mml-sec instead of password.
10382         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10383         (mml1991-cache-passphrase): Inherit the default value from
10384         mml-secure-cache-passphrase.
10385         (mml1991-passphrase-cache-expiry): Inherit the default value from
10386         mml-secure-passphrase-cache-expiry.
10387
10388         * mml-sec.el: Require password.
10389         (mml-secure-verbose): New user option.
10390         (mml-secure-cache-passphrase): New user option.
10391         (mml-secure-passphrase-cache-expiry): New user option.
10392
10393 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10394
10395         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10396         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10397         andreas@altroot.de (Andreas Vögele).
10398
10399         FIXME: Use `tiny change'?
10400
10401 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10402
10403         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10404         workaround for the url package included with Emacs.
10405
10406         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10407
10408 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10409
10410         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10411         correctly.  This fixes a bug caused by the 2006-05-12 change.
10412
10413 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10414
10415         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10416         some information about the error when saying that the `bogus' mail
10417         group will be used.
10418
10419 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10420
10421         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10422         string.
10423
10424 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10425
10426         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10427
10428 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10429
10430         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10431
10432 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10433
10434         * mml1991.el (mml1991-function-alist): Add epg.
10435         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10436         (mml1991-epg-encrypt): New functions.
10437
10438 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10439
10440         * mml2015.el (mml2015-verbose): New variable.
10441         (mml2015-cache-passphrase): Ditto.
10442         (mml2015-passphrase-cache-expiry): Ditto.
10443         (mml2015-function-alist): Add epg.
10444         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10445         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10446         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10447         New functions.
10448
10449 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10450
10451         * message.el (message-cite-original-1): Preserve region when removing
10452         quoted text due to X-No-Archive in order to avoid bogus attribution
10453         when citing multiple messages.
10454
10455 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10456
10457         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10458         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10459
10460 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10461
10462         * gnus-diary.el (gnus-user-format-function-d)
10463         (gnus-user-format-function-D): Autoload.
10464
10465         * imap.el (Commentary): Fix typo.
10466
10467         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10468         2006-04-22 contribution.
10469
10470 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10471
10472         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10473         It didn't really fix the bogosity I'm seeing with solid web groups.
10474
10475 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10476
10477         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10478         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10479         created using server names.  If we use the feature without declaring
10480         it, Gnus does not properly manage server and group state.
10481
10482         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10483         bound.
10484
10485 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10486
10487         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10488         looking up the method using GROUP's prefix before inventing a new one.
10489         It is used on killed/unknown groups in various places where returning
10490         an all-new method isn't expected by the caller.
10491
10492         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10493         and match semantics of gnus-group-real-prefix.
10494
10495 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10496
10497         * nnmail.el (nnmail-broken-references-mailers): New variable.
10498         (nnmail-ignore-broken-references): New function generalizing
10499         nnmail-fix-eudora-headers.
10500         (nnmail-fix-eudora-headers): Now obsolete.
10501
10502         * gnus-art.el (gnus-button-handle-custom):
10503         Support `customize-apropos*'.
10504
10505 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10506
10507         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10508
10509         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10510         articles.
10511
10512 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10513
10514         * message.el (message-cite-reply-above): New variable.
10515         (message-yank-original): Use it.
10516
10517 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10518
10519         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10520
10521 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10522
10523         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10524         as read.
10525
10526         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10527
10528 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10529
10530         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10531         (gnus-bookmark-default-file): Use gnus-directory.
10532         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10533         Remove "*" in doc string.
10534         (gnus-bookmark-write-file): Simplify.
10535         (gnus-bookmark-maybe-sort-alist): Use `when'.
10536         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10537         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10538         Add FIXME about Emacs 21 and XEmacs compatibility.
10539         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10540         compatibility.
10541         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10542         compatibility.
10543         (gnus-bookmark-menu-heading): Fix version.
10544
10545 2006-06-19  Bastien Guerry  <bzg@altern.org>
10546
10547         * gnus-bookmark.el: New file.
10548
10549 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10550
10551         * message.el (message-syntax-checks): Doc fix.
10552
10553 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10554
10555         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10556         unsubscribed groups as if they were killed ones.  It causes duplicate
10557         entries in gnus-newsrc-alist.
10558
10559 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10560
10561         * message.el (message-syntax-checks): Doc fix.
10562         (message-send-mail): Add check for continuation headers.
10563         (message-check-news-header-syntax): Fix regexp used to check for
10564         continuation headers.
10565
10566 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10567
10568         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10569
10570 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10571
10572         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10573
10574 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10575
10576         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10577         default-truncate-lines.
10578
10579 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10580
10581         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10582         to fill the utf-8 entry.
10583
10584         * lpath.el: Fbind unicode-precedence-list.
10585
10586 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10587
10588         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10589
10590 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10591
10592         * gnus-agent.el (directory-files-and-attributes): Move all the way
10593         forward (the third and final move).
10594         (gnus-agent-read-agentview): Trap reconstruction errors due to
10595         nonexistent directory.  Handle by returning nil.
10596
10597 2006-05-30  Didier Verna  <didier@xemacs.org>
10598
10599         * message.el (message-dont-reply-to-names): Update the custom type.
10600         * message.el (message-dont-reply-to-names): New defsubst: potentially
10601         convert a list of regexps into a single one.
10602         * message.el (message-get-reply-headers): Use it.
10603         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10604
10605 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10606
10607         * gnus-agent.el (directory-files-and-attributes): Move forward.
10608
10609 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10610
10611         * gnus-ml.el (gnus-mailing-list-subscribe)
10612         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10613         (gnus-mailing-list-message): Fix doc strings.
10614
10615 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10616
10617         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10618         of doing it manually.
10619
10620 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10621
10622         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10623         comment.
10624
10625 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10626
10627         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10628         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10629         (gnus-agent-read-local): All symbols allocated in my-obarray.
10630         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10631         (gnus-agent-regenerate-group): Check numeric names to see if they are
10632         messages or groups.
10633         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10634         better way of do this...)
10635
10636         * gnus-cache.el (gnus-agent-total-fetched-for):
10637         Ignore 'dummy.group' (there should be a better way of do this...)
10638
10639 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10640
10641         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10642         (gnus-saved-headers): Ditto.
10643         (gnus-default-article-saver): Mention functions may have properties.
10644         (gnus-article-save): Override gnus-save-all-headers and
10645         gnus-saved-headers by :headers property which saver function may have.
10646         (gnus-summary-save-in-file): Add :headers property.
10647         (gnus-summary-write-to-file): Ditto.
10648
10649         * gnus-sum.el (gnus-summary-save-article): Bind
10650         gnus-prompt-before-saving to t when saving many articles in a file;
10651         always show all headers.
10652
10653         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10654
10655 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10656
10657         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10658         marks.
10659
10660         * message.el (message-indent-citation): Add optional arguments to allow
10661         using it outside of message buffers.
10662
10663         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10664         (gnus-article-treat-unfold-headers): Use it.
10665         (gnus-article-truncate-lines): New variable.
10666         (gnus-article-mode): Use it.
10667         (gnus-article-toggle-truncate-lines): New function.
10668
10669         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10670         Add gnus-article-toggle-truncate-lines.
10671
10672         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10673         coding system in XEmacs, use binary.
10674
10675 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10676
10677         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10678         after-load-alist.
10679
10680         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10681         this function should save decoded articles.
10682         (gnus-summary-write-to-file): Use property to specify this function
10683         should save decoded articles and specify gnus-summary-save-in-file
10684         should be used to save articles other than the first one when saving
10685         many articles.
10686         (gnus-summary-save-body-in-file): Use property to specify this
10687         function should save decoded articles.
10688         (gnus-summary-write-body-to-file): Use property to specify this
10689         function should save decoded articles and specify
10690         gnus-summary-save-body-in-file should be used to save articles other
10691         than the first one when saving many articles.
10692
10693         * gnus-sum.el (gnus-summary-save-article): Simplify.
10694
10695 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10696
10697         * gnus-art.el (gnus-default-article-saver):
10698         Add gnus-summary-write-body-to-file.
10699         (gnus-article-save-coding-system): Don't use coding system object
10700         in XEmacs.
10701         (gnus-read-save-file-name): Add optional `dir-var' argument which
10702         specifies directory in which files are saved; work even if optional
10703         `variable' argument is not specified.
10704         (gnus-summary-write-to-file): Read file name.
10705         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10706         (gnus-summary-write-body-to-file): New function.
10707
10708         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10709         (gnus-summary-local-variables): Add it.
10710         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10711         (gnus-summary-save-article): Remove optional `decode' argument;
10712         determine whether to decode articles by the value of
10713         gnus-default-article-saver; when saving many files using
10714         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10715         it first and use gnus-summary-save-in-file or
10716         gnus-summary-save-body-in-file thereafter unless
10717         gnus-prompt-before-saving is always; move point to article which
10718         will be saved.
10719         (gnus-summary-save-article-file): Revert.
10720         (gnus-summary-write-article-file): Revert.
10721         (gnus-summary-save-article-body-file): Revert.
10722         (gnus-summary-write-article-body-file): New function.
10723
10724 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10725
10726         * gnus-art.el (gnus-default-article-saver): Doc fix.
10727         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10728         from gnus-summary-save-article-coding-system, and default to a
10729         certain coding system.
10730         (gnus-output-to-file): Add coding cookie and encode text according
10731         to gnus-article-save-coding-system; don't use mm-append-to-file.
10732
10733         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10734         gnus-art.el and rename to gnus-article-save-coding-system.
10735         (gnus-summary-save-article): Require gnus-art; don't show all
10736         headers if it decodes articles; don't add coding cookie here;
10737         don't bind mm-text-coding-system-for-write.
10738         (gnus-summary-save-article-file): Save decoded articles.
10739         (gnus-summary-write-article-file): When saving many files, use
10740         gnus-summary-write-to-file first and gnus-summary-save-in-file
10741         thereafter unless gnus-prompt-before-saving is always.
10742         (gnus-summary-save-article-body-file): Save decoded articles.
10743
10744         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10745
10746 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10747
10748         * nnrss.el (nnrss-check-group): Bind hash-index.
10749
10750 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10751
10752         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10753         its hash index.  Store this hash in `nnrss-group-data'.
10754         (nnrss-read-group-data): Update accordingly.
10755
10756 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10757
10758         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10759         entry.
10760
10761         * gnus-sum.el (gnus-summary-make-menu-bar):
10762         Add gnus-article-browse-html-article.
10763
10764 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10765
10766         * gnus-sum.el (gnus-summary-mime-map):
10767         Add gnus-article-browse-html-article.
10768
10769         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10770
10771 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10772
10773         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10774         suitable coding systems in customize.
10775
10776 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10777
10778         * mail-source.el (mail-sources): Fix custom type.
10779
10780 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10781
10782         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10783         (gnus-summary-expire-articles-now): Shorten prompt.
10784
10785         * gmm-utils.el (wid-edit): Require.
10786         (defun-gmm): Rename from `gmm-defun-compat'.
10787         (gmm-image-search-load-path): Use it.
10788         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10789
10790 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10791
10792         * gnus-sum.el (gnus-summary-save-article-coding-system):
10793         New variable.
10794         (gnus-summary-save-article): Add optional `decode' argument.
10795         If it is set and gnus-summary-save-article-coding-system is non-nil,
10796         save decoded article.
10797         (gnus-summary-write-article-file): Save decoded article if
10798         gnus-summary-save-article-coding-system is non-nil.
10799
10800         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10801         type.
10802
10803 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10804
10805         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10806
10807 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10808
10809         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10810         first to test gnus-single-article-buffer which may be buffer-local.
10811
10812         * gnus-sum.el (gnus-summary-setup-buffer):
10813         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10814         group; make gnus-article-buffer, gnus-article-current, and
10815         gnus-original-article-buffer always buffer-local.
10816         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10817         group.
10818         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10819
10820 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10821
10822         * nnml.el (nnml-request-compact-group): Compressed files might not
10823         have .gz extension.
10824
10825 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10826
10827         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10828         (mm-copy-to-buffer): Use with-current-buffer.
10829         (mm-display-part): Simplify.
10830         (mm-inlinable-p): Add optional arg `type'.
10831
10832 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10833
10834         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10835         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10836         Try harder to show the attachment internally or externally using
10837         gnus-mime-view-part-as-type.
10838
10839 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10840
10841         * message.el (message-from-style, message-signature-separator)
10842         (message-user-organization-file, message-send-mail-function)
10843         (message-citation-line-function, message-yank-prefix)
10844         (message-indent-citation-function, message-signature)
10845         (message-signature-file, message-signature-insert-empty-line):
10846         Remove autoloads.
10847
10848         * gnus-art.el (gnus-buttonized-mime-types):
10849         Remove "multipart/signed".  Revert 2006-04-26 change.
10850
10851 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10852
10853         * gnus.el (gnus-version-number): Bump version.
10854
10855 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10856
10857         * gnus.el: No Gnus v0.5 is released.
10858
10859 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10860
10861         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10862         fetching articles by message-id.
10863
10864 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10865
10866         * message.el (hashcash): Require hashcash as normal.
10867
10868         * ecomplete.el (ecomplete-highlight-match-line):
10869         Use point-at-eol.
10870         (ecomplete-highlight-match-line): Use `highlight', because that
10871         face exists in both Emacs and XEmacs.
10872
10873         * message.el (message-display-abbrev): Use point-at-bol.
10874
10875         * mail-source.el: Don't require timer/timer-funcs.
10876
10877         * gnus-async.el: Ditto.
10878
10879         * password.el: Ditto.
10880
10881         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10882
10883         * mm-url.el: Ditto.
10884
10885         * gnus-xmas.el: Don't require timer-funcs.
10886
10887         * mm-util.el: Require timer/timer-funcs.
10888
10889 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10890
10891         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10892         Close.
10893
10894 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10895
10896         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10897         unibyte after clear-decrypt function runs.
10898
10899         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10900         returns as a unibyte string.
10901
10902 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10903
10904         * lpath.el: Revert.
10905
10906         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10907         (pgg-gpg-process-sentinel): Revert.
10908
10909         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10910         (pgg-pgp-lookup-key): Revert.
10911
10912         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10913         (pgg-pgp5-lookup-key): Revert.
10914
10915         * pgg.el (pgg-fetch-key): Revert.
10916
10917 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10918
10919         * lpath.el: Fbind string-as-multibyte for XEmacs.
10920
10921         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10922         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10923         (mml1991-pgg-encrypt): Ditto.
10924
10925         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10926         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10927         a multibyte buffer.
10928
10929         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10930         (pgg-pgp-lookup-key): Ditto.
10931
10932         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10933         (pgg-pgp5-lookup-key): Ditto.
10934
10935         * pgg.el (pgg-fetch-key): Ditto.
10936
10937 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10938
10939         * message.el (message-user-organization-file): Check several
10940         locations of the organization file.
10941
10942         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10943         Add gnus-article-view-part-as-type.
10944
10945         * gnus-art.el (gnus-article-view-part-as-type): New function.
10946
10947         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10948         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10949
10950         * mml.el: Simplify autoload.
10951         (mml-mode): defvar dnd-protocol-alist instead of using
10952         symbol-value.
10953         (mml-default-directory): New variable.
10954         (mml-minibuffer-read-file): Use it.
10955         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10956
10957         * message.el (message-citation-line-format): New variable.
10958         (message-insert-formated-citation-line): New function.
10959         (message-citation-line-function):
10960         Add `message-insert-formated-citation-line' to custom type.
10961
10962         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10963         to doc string.
10964
10965         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10966         depending on mm-verify-option.
10967
10968 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10969
10970         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10971         binding pgg-* variables; reimplement the section which prevents
10972         MIME header from being signed.
10973         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10974         pgg-text-mode; remove a blank line at the top of body.
10975
10976         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10977         lines at the top of body; use gnus-newsgroup-charset if there's no
10978         Charset header.
10979
10980 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10981
10982         * message.el (message-self-insert-commands): Doc fix.
10983
10984         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10985         (mm-uu-pgp-encrypted-test): Ditto.
10986         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10987         between header and body; return application/pgp-encrypted handle
10988         if decryption failed; decode decrypted body by charset.
10989
10990         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10991         element match to application/pgp-*.
10992
10993 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10994
10995         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10996         HTML.
10997
10998 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10999
11000         * mail-source.el (mail-source-call-script): Message the error
11001         string.
11002
11003 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11004
11005         * gnus-util.el (gnus-byte-compile): Use it.
11006
11007 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11008
11009         * gnus-util.el (kill-empty-logs): New function.
11010
11011 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11012
11013         * message.el (message-mail-alias-type): Doc fix.
11014         (message-mail-alias-type-p): New function.
11015         (message-send): Use it.
11016         (message-mode): Ditto.
11017         (message-strip-forbidden-properties): Ditto.
11018
11019         * ecomplete.el (ecomplete-database-file-coding-system):
11020         New variable.
11021         (ecomplete-save): Use it.
11022         (ecomplete-setup): Use it.
11023
11024 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11025
11026         * message.el (message-self-insert-commands): New variable.
11027         (message-strip-forbidden-properties): Use it.
11028
11029 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11030
11031         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11032         that doesn't make XEmacs choke.
11033
11034 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11035
11036         * gnus-util.el (gnus-replace-in-string):
11037         Prefer replace-regexp-in-string over of replace-in-string.
11038
11039 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11040
11041         * gnus-util.el (gnus-select-frame-set-input-focus):
11042         Use select-frame-set-input-focus if it is available in XEmacs; use
11043         definition defined in Emacs 22 for old Emacsen.
11044
11045         * dgnushack.el: Autoload unmorse-region for XEmacs.
11046
11047         * lpath.el: Bind cursor-in-non-selected-windows and
11048         select-frame-set-input-focus for XEmacs.
11049
11050 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11051
11052         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11053
11054 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11055
11056         * gnus-registry.el (gnus-registry-cache-save): Remove text
11057         properties when saving via the temp buffer.
11058
11059 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11060
11061         * message.el (message-generate-hashcash): Honor custom type.
11062
11063 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11064
11065         * message.el (message-generate-hashcash): Default to non-nil when
11066         hashcash is found.
11067
11068         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11069         (gnus-refer-thread-limit): Increase default to 500.
11070
11071         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11072
11073         * flow-fill.el (fill-flowed): Allow delete-space.
11074
11075 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11076
11077         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11078         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11079         Remove autoloads.
11080
11081 2006-04-18  Simon Josefsson  <jas@extundo.com>
11082
11083         * message.el (message-generate-hashcash): Default to.
11084
11085 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11086
11087         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11088         concatenating segments rather than before concatenating them.
11089
11090 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11091
11092         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11093
11094 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11095
11096         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11097
11098         * message.el (message-forward-make-body-plain):
11099         Allow message-forward-ignored-headers to be a list.
11100         (message-remove-ignored-headers): Factor out into function.
11101         (message-forward-make-body-mml): Use it.
11102
11103         * imap.el (imap-quote-specials): New function.
11104         (imap-login-auth): Quote specials.
11105
11106         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11107         (rfc2231-parse-string): Allow concatanation of parameters that
11108         aren't contiguous.  The test case is
11109           (mail-header-parse-content-type "message/external-body;
11110             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11111             access-type=LOCAL-FILE;
11112             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11113
11114 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11115
11116         * nntp.el (nntp-accept-process-output): Return the value of
11117         `nnheader-accept-process-output'.
11118
11119 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11120
11121         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11122         (gnus-button-alist): Recognize more diff formats.
11123         (gnus-button-patch): Strip directory.
11124
11125 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11126
11127         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11128         Emacs 22 when setting focus.
11129
11130 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11131
11132         * gnus-art.el (gnus-article-treat-types): Do treatment of
11133         text/x-verbatim parts.
11134         (gnus-button-patch): New command.
11135
11136         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11137         addresses that contain invalid characters.
11138
11139 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11140
11141         * message.el (message-put-addresses-in-ecomplete):
11142         Use gnus-replace-in-string.
11143         (message-is-yours-p): Use the more correct
11144         mail-header-parse-address instead of
11145         mail-extract-address-components.
11146         (message-put-addresses-in-ecomplete): Fix typo.
11147
11148         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11149         keystroke.
11150
11151         * gnus-art.el (gnus-treatment-function-alist): Change order of
11152         newsgroups/generic header folding to avoid double-folding.
11153
11154         * message.el (message-hidden-headers): Add X-Draft-From.
11155
11156         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11157         New command.
11158         (gnus-summary-repeat-search-article-backward): New command.
11159
11160         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11161         groups in the parent topic.
11162
11163 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11164
11165         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11166         (spam-extra-header-to-number): Return the CRM114 number as a
11167         number instead of a string.
11168
11169 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11170
11171         * gnus-art.el (gnus-face-properties-alist): Move here from
11172         gnus-fun.
11173
11174         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11175
11176 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11177
11178         * message.el (message-strip-forbidden-properties): Only display on
11179         self-insert-command.
11180
11181         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11182         reindent.
11183         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11184
11185 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11186
11187         * smiley.el (smiley-style): Fix typo.
11188
11189 2006-03-23  Kenichi Handa  <handa@m17n.org>
11190
11191         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11192         instead of set-buffer-multibyte.
11193
11194 2006-03-23  Kenichi Handa  <handa@m17n.org>
11195
11196         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11197         buffer and then decode the buffer text if necessary.
11198         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11199         first, and after mm-encode-body, change the buffer to unibyte.
11200
11201 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11202
11203         * hashcash.el (hashcash-insert-payment-async-2):
11204         Use message-goto-eoh instead of doing it manually.
11205         (mail-add-payment): Use message-narrow-to-header instead of trying
11206         to do the same itself.
11207
11208         * message.el (message-hidden-headers): Add Face.
11209
11210         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11211         reparenting code.
11212         (gnus-summary-reparent-children): Refactored out code.
11213         (gnus-summary-thread-map): New keystroke.
11214         (gnus-summary-reparent-children): Make into command.
11215
11216         * smiley.el (smiley-style): Default to `medium' if using a large
11217         font.
11218
11219         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11220         does it itself.
11221
11222         * message.el (message-point-in-header-p): Simplify definition.
11223
11224 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11225
11226         * nnagent.el (nnagent-request-set-mark): Silence log file
11227         writing.
11228         (nnagent-request-set-mark): Use write-region instead of
11229         append-to-file.
11230
11231         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11232         strange select method.
11233
11234         * ecomplete.el (ecomplete-display-matches): Get highlightling
11235         right.
11236         (ecomplete-display-matches): Use literals.
11237         (ecomplete-display-matches): Disable message logging.
11238
11239         * message.el (message-display-abbrev): Small optimization.
11240
11241         * ecomplete.el (ecomplete-display-matches): Allow automatic
11242         display.
11243
11244         * message.el (message-strip-forbidden-properties):
11245         Display abbrevs.
11246         (message-display-abbrev): Get automatic display right.
11247
11248         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11249         keystrokes.
11250
11251 2006-04-13  Romain Francoise  <romain@orebokech.com>
11252
11253         TODO: Backport to v5-10!
11254
11255         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11256         Move here (and rename) from gnus-registry.el.
11257
11258         * gnus-registry.el: Require gnus-util.
11259         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11260
11261 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11262
11263         * gnus-group.el (gnus-group-catchup-current):
11264         Change if-then-else-if-then-else into cond.
11265         (gnus-group-catchup): Indent.
11266         (group-name-at-point): New function.
11267         (gnus-fetch-group): Provide default from thing at point.
11268
11269 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11270
11271         * message.el (message-display-abbrev): Fix regexp.
11272
11273         * ecomplete.el (ecomplete-highlight-match-line):
11274         Reimplement choosing.
11275         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11276         dead variables.
11277
11278         * message.el (message-newline-and-indent): Remove debugging.
11279         (message-display-abbrev): Use new implementation.
11280
11281 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11282
11283         * gnus-art.el (gnus-article-mode):
11284         Set cursor-in-non-selected-windows to nil.
11285
11286         * smiley.el: Revert previous change.
11287         (smiley-data-directory): defvar it before using it in the
11288         defcustom of `smiley-style'.
11289
11290 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11291
11292         * message.el (message-newline-and-indent): New function.
11293
11294         * ecomplete.el: Implement more bits.
11295
11296         * message.el (message-put-addresses-in-ecomplete): Clean up the
11297         string.
11298
11299         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11300
11301         * gnus-sum.el (gnus-summary-save-parts):
11302         Bind gnus-summary-save-parts-counter and use it to make unique file
11303         names.
11304
11305         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11306
11307         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11308         parameter to say whether to actually parse the individual
11309         addresses.
11310
11311         * message.el (message-put-addresses-in-ecomplete): New function.
11312         (ecomplete): Require.
11313         (message-mail-alias-type): Add ecomplete as an option.
11314
11315 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11316
11317         * flow-fill.el (fill-flowed): Remove trailing space from blank
11318         quoted lines.
11319
11320 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11321
11322         * smiley.el (smiley-style): Move definition later to avoid a
11323         compilation warning.
11324
11325 2006-04-12  Kenichi Handa  <handa@m17n.org>
11326
11327         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11328         buffer and then decode the buffer text if necessary.
11329         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11330         first, and after mm-encode-body, change the buffer to unibyte.
11331         Use mm-disable-multibyte instead of set-buffer-multibyte.
11332
11333 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11334
11335         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11336         Content-Type header instead of Content-Disposition header.
11337         (gnus-mime-inline-part): Ditto.
11338         (gnus-mime-view-part-as-charset): Ignore charset that the part
11339         specifies.
11340
11341         * mm-decode.el (mm-display-part): Work with external parts and
11342         usual parts similarly.
11343
11344         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11345         instead of gnus-display-mime.
11346
11347         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11348         instead of with-temp-buffer.
11349
11350         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11351         tag to summarized topics part in order to encode non-ASCII text.
11352
11353 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11354
11355         * smiley.el (smiley-style): New variable.
11356         (smiley-directory): New function.
11357         (smiley-data-directory): Derive from `smiley-style' using
11358         `smiley-directory'.
11359         (smiley-regexp-alist): Add new entries.
11360
11361         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11362         (gnus-article-browse-delete-temp): Add :version.
11363
11364 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11365
11366         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11367         the sieve region.
11368
11369 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11370
11371         * gnus.el (gnus-version-number): Bump version.
11372
11373 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11374
11375         * gnus.el: No Gnus v0.4 is released.
11376
11377 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11378
11379         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11380         layout.
11381
11382         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11383         unknown charset.
11384
11385         * message.el (message-header-synonyms): Add Original-To to the
11386         default.
11387
11388         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11389         optional parameter.
11390
11391 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11392
11393         * gnus-fun.el (gnus): Require it for gnus-directory.
11394
11395 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11396
11397         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11398
11399 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11400
11401         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11402
11403 2006-04-05  Simon Josefsson  <jas@extundo.com>
11404
11405         * password.el (password-reset): New function.
11406
11407 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11408
11409         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11410         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11411
11412 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11413
11414         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11415         Some whitespace was matched into the url, which broke browsing hits
11416         > 100 when mm-url-use-external was nil.
11417
11418 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11419
11420         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11421         Check gnus-extra-headers for 'Newsgroups.
11422
11423         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11424         bound.
11425
11426 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11427
11428         * pgg-gpg.el: Clean up process buffers every time gpg processes
11429         complete.
11430
11431 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11432
11433         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11434         doc string.
11435
11436 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11437
11438         * pgg-gpg.el (pgg-gpg-process-filter)
11439         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11440
11441         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11442         lines, temporary fix.
11443
11444 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11445
11446         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11447
11448 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11449
11450         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11451         default-enable-multibyte-characters.  This reverts the change from
11452         revision 6.17 which is no longer necessary because the passphrase
11453         is sent separately now.  GnuPG messages are unreadable under
11454         multibyte locales with default-enable-multibyte-characters set to
11455         nil.
11456
11457 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11458
11459         * message.el (message-tool-bar-gnome): Move "spell".
11460
11461 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11462
11463         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11464         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11465         instead.
11466
11467 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11468
11469         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11470         Improve newsgroups handling for NNTP overviews which don't include
11471         Newsgroups.
11472
11473 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11474
11475         * message.el (message-resend): Bind message-generate-hashcash to nil.
11476
11477 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11478
11479         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11480         when searching for already-paid recipients.
11481
11482 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11483
11484         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11485         passphrases when it is not needed.
11486         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11487         passphrase stuff from gpg, should only be necessary when you use
11488         gpg with a smartcard.
11489
11490 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11491
11492         * mml.el (mml-insert-mime): Ignore cached contents of
11493         message/external-body part.
11494
11495         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11496         (mm-insert-part): Ditto.
11497
11498 2006-03-23  Simon Josefsson  <jas@extundo.com>
11499
11500         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11501         Reiner.
11502         (pgg-gpg-use-agent-p): Use it again.
11503
11504 2006-03-23  Simon Josefsson  <jas@extundo.com>
11505
11506         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11507         older emacsen.
11508         (pgg-gpg-use-agent-p): Don't use it.
11509
11510 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11511
11512         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11513         if we can.
11514
11515 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11516
11517         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11518         (pgg-gpg-update-agent): New function.
11519         (pgg-gpg-use-agent-p): New function.
11520         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11521         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11522         (pgg-gpg-sign-region): Use it.
11523
11524 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11525
11526         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11527         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11528
11529 2006-03-21  Simon Josefsson  <jas@extundo.com>
11530
11531         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11532         <wilde@sha-bang.de>.
11533         (pgg-gpg-use-agent): New variable.
11534         (pgg-gpg-process-region): Use it.
11535         (pgg-gpg-encrypt-region): Likewise.
11536         (pgg-gpg-encrypt-symmetric-region): Likewise.
11537         (pgg-gpg-decrypt-region): Likewise.
11538         (pgg-gpg-sign-region): Likewise.
11539         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11540
11541 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11542
11543         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11544
11545         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11546         Add comment on version.
11547
11548 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11549
11550         * smiley.el: Add missing test smiley.
11551
11552 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11553
11554         * mm-decode.el (mm-with-part): New macro.
11555         (mm-get-part): Use it; work with message/external-body as well.
11556         (mm-save-part): Treat name and filename equally.
11557
11558         * mm-extern.el (mm-extern-cache-contents): New function.
11559         (mm-inline-external-body): Use it; force the part to be displayed;
11560         move undisplayer added to the cached handle to the parent.
11561
11562         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11563         (gnus-mime-view-part-as-type): Work with message/external-body.
11564
11565         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11566
11567 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11568
11569         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11570         images in image-load-path.  [Sync with image.el, revision 1.60, in
11571         Emacs.]
11572
11573 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11574
11575         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11576         path rather than symbol.  Always return list of directories.
11577         Guarantee that image directory comes first.  [Sync with image.el,
11578         revision 1.59, in Emacs.]
11579
11580         * message.el (message-make-tool-bar): Adjust to new API of
11581         `gmm-image-load-path-for-library'.
11582
11583         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11584
11585         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11586
11587 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11588
11589         * gnus-art.el (gnus-article-only-boring-p):
11590         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11591         intangible text.
11592         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11593
11594 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11595
11596         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11597         Use `defun' instead of `gmm-defun-compat'.
11598
11599 2006-03-14  Simon Josefsson  <jas@extundo.com>
11600
11601         * message.el (message-unique-id): Don't use message-number-base36
11602         if (user-uid) is a float.
11603         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11604
11605 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11606
11607         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11608
11609         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11610         empty line between a part and a message part.
11611
11612 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11613
11614         * smiley.el: Add more test smileys.
11615         (smiley-data-directory, smiley-regexp-alist)
11616         (gnus-smiley-file-types): Fix doc strings.
11617         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11618         adding new elements.
11619         (smiley-mouse-map): Unused code.  Make it a comment.
11620
11621 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11622
11623         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11624         scan latest NoCeM messages instead of old ones.
11625         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11626         delimiters that are recently used.
11627         (gnus-nocem-load-cache): Add autoload cookie.
11628
11629         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11630
11631         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11632         level which is larger than gnus-use-nocem is specified.
11633
11634         * gnus-group.el (gnus-group-get-new-news): Ditto.
11635
11636 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11637
11638         * gnus-util.el (gnus-tool-bar-update): New function.
11639
11640         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11641         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11642
11643         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11644
11645         * gnus-group.el (gnus-group-redraw-when-idle)
11646         (gnus-group-redraw-check): Remove.
11647         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11648
11649 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11650
11651         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11652         if optional last element is specified in splits (FIELD VALUE...).
11653
11654 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11655
11656         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11657         to gmm-image-load-path-for-library.  Call with no-error argument.
11658         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11659
11660         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11661
11662         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11663
11664         * gmm-utils.el (gmm-image-load-path): Remove alias.
11665
11666 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11667
11668         * gmm-utils.el (gmm-image-load-path): Add alias.
11669
11670         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11671         nnml-generate-nov-databases-1.
11672         (nnml-generate-nov-databases): Use it.
11673         (nnml-generate-nov-databases-directory): Document no-active
11674         argument.
11675
11676         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11677         directory if path is t.  Add no-error.
11678
11679         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11680         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11681
11682         * gnus-art.el (gnus-article-browse-delete-temp-files):
11683         Simplify resetting gnus-article-browse-html-temp-list.
11684
11685         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11686         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11687         Add example to docstring.  Rename local variables.  Move error
11688         checks to default case in cond and simplify.
11689
11690 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11691
11692         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11693         handle is multipart when calling it recursively.
11694         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11695
11696 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11697
11698         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11699         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11700
11701 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11702
11703         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11704         is loaded.
11705
11706         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11707         loaded.
11708
11709 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11710
11711         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11712         to "Emacs 23 (unicode)" in doc string.
11713
11714         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11715         "Emacs 23 (unicode)" in comment.
11716
11717 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11718
11719         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11720
11721         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11722         characters 160 through 255 in Emacs 23.
11723
11724 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11725
11726         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11727         gnus-article-browse-html-temp.
11728         (gnus-article-browse-delete-temp): Make it customizable.
11729         Add `file'.  Adjust doc string.
11730         (gnus-article-browse-delete-temp-files): Add argument.
11731         Allow query for each file.  Adjust doc string.
11732         (gnus-article-browse-html-parts):
11733         Add `gnus-article-browse-delete-temp-files' to
11734         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11735
11736 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11737
11738         * gnus-art.el (gnus-article-browse-html-temp)
11739         (gnus-article-browse-delete-temp): New variables.
11740         (gnus-article-browse-delete-temp-files): New function.
11741         (gnus-article-browse-html-parts): Use it.
11742
11743 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11744
11745         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11746
11747         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11748         string.
11749
11750         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11751         gnus-summary-insert-new-articles when unplugged.
11752         Remove gnus-summary-search-article-forward.
11753
11754         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11755         display-visual-class instead of display-color-cells.
11756
11757 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11758
11759         * dgnushack.el: Autoload customize-group for XEmacs.
11760
11761         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11762         message/* containing non-ASCII text properly.
11763
11764 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11765
11766         * message.el: Require gmm-utils, remove autoloads.
11767         (message-tool-bar): Set default based on
11768         gmm-tool-bar-style.
11769         (message-tool-bar-gnome): Add gmm-customize-mode.
11770
11771         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11772         gmm-tool-bar-style.
11773         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11774
11775         * gnus-group.el (gnus-group-tool-bar): Set default based on
11776         gmm-tool-bar-style.
11777         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11778
11779         * gmm-utils.el (gmm-image-directory): Rename variable from
11780         gmm-image-load-path.
11781         (gmm-image-load-path): Use gmm-image-directory.
11782         (gmm-customize-mode): New function.
11783         (gmm-tool-bar-style): New variable.
11784
11785         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11786         gnus-group-redraw-line-number.
11787         (gnus-group-redraw-check): Simplify.
11788         (gnus-group-tool-bar-update): Remove redraw check.
11789         (gnus-group-make-tool-bar): Add redraw check.
11790
11791 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11792
11793         * gnus-art.el (gnus-button): Add missing parentheses.
11794
11795 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11796
11797         * lpath.el: Fbind line-number-at-pos.
11798
11799 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11800
11801         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11802
11803 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11804
11805         * gnus-art.el (gnus-button): New face.
11806         (gnus-article-button-face): Use it.
11807
11808         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11809         Add gnus-summary-next-page.  Re-order.
11810
11811         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11812         next-node are now included.
11813         (gnus-group-redraw-line-number): New internal variable.
11814         (gnus-group-redraw-check): Helper function for updating the tool
11815         bar.
11816         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11817
11818         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11819
11820         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11821         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11822         Use it to match format of Spamassassin 3.0 and later.
11823         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11824         (spam-check-bogofilter)
11825         (spam-bogofilter-register-with-bogofilter): Fix args of
11826         `gnus-error' calls.
11827
11828 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11829
11830         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11831         unnecessary interaction when sending queued mails.
11832         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11833
11834 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11835
11836         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11837         first or last are nil.
11838
11839 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11840
11841         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11842
11843 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11844
11845         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11846
11847 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11848
11849         * dns.el (query-dns): Protect more against buggy tcp output.
11850
11851 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11852
11853         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11854         nov.php.
11855
11856 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11857
11858         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11859         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11860         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11861         output on the server side.
11862         (nnweb-google-create-mapping): Update regexps and add some
11863         progress indication.
11864
11865 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11866
11867         * gnus-group.el (gnus-group-tool-bar-gnome):
11868         Fix gnus-agent-toggle-plugged.  Re-order icons.
11869         (gnus-group-tool-bar-gnome):
11870         Add gnus-group-{prev,next}-unread-group.
11871         (gnus-group-tool-bar-gnome): Re-order icons.
11872
11873         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11874         Move gnus-summary-insert-new-articles.
11875
11876         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11877         Fix comments.
11878
11879         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11880         also available in Emacs 21.3.
11881
11882         * message.el (message-fix-before-sending): Change "Emacs 22" to
11883         "Emacs 23 (unicode)" in comment.
11884
11885         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11886         "Emacs 23 (unicode)" in comment.
11887
11888         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11889         comment.
11890         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11891
11892         * mm-view.el (mm-fill-flowed): Add :version.
11893
11894 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11895
11896         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11897         and load-path.
11898
11899 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11900
11901         * message.el: Autoload gmm-image-load-path.
11902         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11903         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11904         consitency.
11905
11906         * gmm-utils.el (gmm-image-load-path): Also search in
11907         "../etc/images".  Don't set gmm-image-load-path if we don't find
11908         the image.
11909
11910 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11911
11912         * gmm-utils.el (gmm-image-load-path): Don't make
11913         `gmm-image-load-path' include subdirectories which the second arg
11914         `image' might specify.
11915
11916         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11917         subdirectory to icon file names.
11918
11919         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11920
11921 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11922
11923         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11924         gmm-image-load-path calls.
11925
11926         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11927
11928         * message.el (message-make-tool-bar): Ditto.
11929
11930         * mml.el (mml-preview): Add comment concerning tool bar icons.
11931
11932         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11933         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11934
11935         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11936         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11937
11938         * message.el (message-tool-bar-gnome): Use new icon names.
11939         (message-make-tool-bar): Use `gmm-image-load-path'.
11940
11941         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11942         New functions from MH-E.
11943         (gmm-image-load-path): New variable from MH-E.
11944         (gmm-image-load-path): New function from MH-E.  Add arguments
11945         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11946         *-image-load-path-called-flag.
11947
11948 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11949
11950         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11951
11952 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11953
11954         * nnimap.el (nnimap-request-move-article): Change folder back to
11955         source group before deleting.
11956
11957 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11958
11959         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11960
11961         * gnus-art.el (mm-url-insert-file-contents-external):
11962         Autoload mm-url.
11963
11964         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11965
11966 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11967
11968         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11969         coding system which mm-charset-to-coding-system returns for a
11970         given charset is valid.
11971
11972 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11973
11974         * html2text.el (html2text-remove-tag-list):
11975         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11976
11977 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11978
11979         * gnus-cus.el: Revert 2005-10-17 change.
11980
11981 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11982
11983         * gnus-art.el (article-strip-banner):
11984         Call article-really-strip-banner only when the regexp match is made.
11985
11986 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11987
11988         * gnus-art.el (article-strip-banner):
11989         Use gnus-extract-address-components instead of
11990         mail-header-parse-addresses to make it work with non-ASCII text;
11991         remove mail-encode-encoded-word-string.
11992
11993         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11994         values which are surrounded with \"...\"; make it never cause a
11995         Lisp error; give up parsing of parameters if it failed in
11996         extracting type.
11997
11998 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11999
12000         * smime.el (smime-cert-by-ldap-1): Fix bug where
12001         `smime-ldap-search' returns results without userCertificates.
12002
12003 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12004
12005         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12006
12007 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12008
12009         * spam.el (spam-check-spamassassin-headers): Adapt format for
12010         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12011         <ari@mbf.ocn.ne.jp>.
12012         (spam-list-of-processors): Add spam-use-gmane.
12013
12014 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12015
12016         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12017         make-temp-file; make it work with XEmacs as well.
12018
12019         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12020         mm-make-temp-file.
12021
12022         * mm-decode.el (mm-display-external): Use the 3rd arg of
12023         mm-make-temp-file.
12024         (mm-create-image-xemacs): Ditto.
12025
12026 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12027
12028         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12029         with message-narrow-to-headers.
12030         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12031         (gnus-draft-check-draft-articles): New function.
12032         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12033
12034 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12035
12036         * gnus-art.el (gnus-article-browse-html-parts):
12037         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12038         Don't use suffix argument for mm-make-temp-file for Emacs 21
12039         compatibility.  Remove useless `format'.
12040
12041 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12042
12043         * nnweb.el (nnweb-google-wash-article): Update regexps.
12044         (nnweb-group-alist): Use defvoo instead of defvar.
12045
12046 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12047
12048         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12049         re-loading nn* modules.
12050
12051 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12052
12053         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12054         for `tool-bar-mode' and don't check it's default-value.
12055
12056         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12057
12058         * message.el (message-make-tool-bar): Ditto.
12059
12060         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12061         `substring'.  Shorten tmp-file name.
12062
12063         * gnus.el: Remove bogus comment.
12064
12065 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12066
12067         * gnus-art.el (gnus-article-browse-html-parts): New function.
12068         (gnus-article-browse-html-article): New function for viewing html
12069         articles with a browser.
12070
12071 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12072
12073         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
12074         in elisp.
12075         (pgg-gpg-encrypt-symmetric-region): Ditto.
12076         (pgg-gpg-sign-region): Ditto.
12077
12078         * pgg-def.el (pgg-text-mode): New variable.
12079
12080         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12081         (mml2015-pgg-encrypt): Ditto.
12082
12083         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12084         (mml1991-pgg-encrypt): Ditto.
12085
12086 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12087
12088         * nnfolder.el (nnfolder-insert-newsgroup-line):
12089         Use message-make-date instead of current-time-string.
12090
12091         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12092         to gnus-decoded which mm-uu might set.
12093
12094 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12095
12096         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12097         don't decode quoted parameters; remove misimported Emacs code.
12098         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12099         (rfc2231-decode-encoded-string): Don't use split-string which
12100         behaves differently according to Emacs version; use
12101         mm-decode-coding-region to convert charset to coding-system.
12102         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12103         (rfc2231-encode-string): Remove misimported Emacs code.
12104
12105 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12106
12107         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12108         when calling mail-header-parse-content-type.
12109         (article-de-quoted-unreadable): Ditto.
12110         (article-de-base64-unreadable): Ditto.
12111         (article-wash-html): Ditto.
12112
12113         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12114         calling mail-header-parse-content-type and
12115         mail-header-parse-content-disposition.
12116         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12117         mail-header-parse-content-type.
12118
12119         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12120         insert charset and format parameters; encode description after
12121         inserting it to buffer.
12122         (mml-insert-parameter): Fold lines properly even if a parameter is
12123         segmented into two or more lines; change the max column to 76.
12124
12125         * rfc1843.el (rfc1843-decode-article-body): Don't use
12126         ignore-errors when calling mail-header-parse-content-type.
12127
12128         * rfc2231.el (rfc2231-parse-string): Return at least type if
12129         possible; don't cause an error even if it fails in parsing of
12130         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12131         (rfc2231-encode-string): Don't break lines at the beginning, leave
12132         it to mml-insert-parameter.
12133
12134         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12135         calling mail-header-parse-content-type.
12136
12137 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12138
12139         * spam-report.el (spam-report-gmane-use-article-number):
12140         Improve doc string.
12141         (spam-report-gmane-internal): Check if a suitable header was found
12142         in the article.
12143
12144 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12145
12146         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12147         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12148
12149 2006-02-05  Romain Francoise  <romain@orebokech.com>
12150
12151         Update copyright notices of all files in the gnus directory.
12152
12153 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12154
12155         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12156
12157 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12158
12159         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12160         segmented lines of parameter value to cope with Thunderbird 1.5
12161         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12162         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12163         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12164
12165 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12166
12167         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12168         parts.
12169
12170 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12171
12172         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12173         there's only one active file for all servers.
12174         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12175         solid groups.  Gnus might have used a FAST request to select the group.
12176         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12177         and nnweb-search redundantly in the active file.
12178         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12179         (nnweb-request-create-group): Don't use ARGS.
12180         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12181         initialisations.  Let nnoo do the work.
12182
12183 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12184
12185         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12186         Say the part has been decoded.
12187
12188         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12189
12190 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12191
12192         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12193         mailcap-viewer-test-cache when there's no 'test clause, since that
12194         will invert the meaning of a "nil" test previously determined by
12195         mailcap-mailcap-entry-passes-test.
12196
12197 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12198
12199         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12200         compiling.
12201
12202         * gnus-sum.el: Ditto.
12203
12204         * message.el: Don't bind tool-bar-map when compiling.
12205
12206 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12207
12208         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12209
12210 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12211
12212         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12213         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12214         current Google Groups.
12215
12216 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12217
12218         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12219         and tool-bar-mode.
12220
12221         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12222         and tool-bar-mode.
12223
12224         * message.el (message-tool-bar-update): Simplify.
12225         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12226
12227         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12228         gnus-summary-buffer.
12229         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12230         gnus-summary-reply.
12231
12232         * gmm-utils.el (gmm): Add :version.
12233
12234 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12235
12236         * Makefile.in (clean): New rule.
12237         (distclean): Use it.
12238
12239 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12240
12241         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12242         Don't autoload.
12243
12244 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12245
12246         * gmm-utils.el (gmm-verbose): Add :group.
12247
12248 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12249
12250         * message.el: Change some comments WRT tool-bars.
12251
12252         * gnus-sum.el (gnus-summary-tool-bar)
12253         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12254         (gnus-summary-tool-bar-zap-list): New variables.
12255         (gnus-summary-make-tool-bar): Complete rewrite using
12256         `gmm-tool-bar-from-list'.
12257
12258         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12259         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12260         New variables.
12261         (gnus-group-make-tool-bar): Complete rewrite using
12262         `gmm-tool-bar-from-list'.
12263         (gnus-group-tool-bar-update): New function.
12264
12265         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12266
12267 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12268
12269         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12270         is dissected into a single part of which the type is the same as
12271         the given one; decode charset.
12272
12273 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12274
12275         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12276         into alists as symbol not string, since that's what
12277         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12278         look for.
12279
12280 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12281
12282         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12283         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12284
12285         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12286
12287 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12288
12289         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12290         (gnus-xmas-mime-security-button-menu): New function.
12291
12292         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12293         (gnus-mime-security-button-menu): New definition.
12294         (gnus-mime-security-button-map): Use them.
12295         (gnus-mime-security-button-menu): New function.
12296         (gnus-insert-mime-security-button): Addition to help echo.
12297         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12298         (gnus-mime-security-pipe-part): New functions.
12299
12300         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12301         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12302
12303         * mm-decode.el (mm-handle-set-disposition): Remove.
12304         (mm-handle-set-description): Remove.
12305
12306 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12307
12308         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12309         (mm-w3m-standalone-supports-m17n-p): New function.
12310         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12311         w3m usage.
12312
12313         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12314         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12315
12316 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12317
12318         * message.el (message-tool-bar-zap-list):
12319         Use gmm-tool-bar-zap-list as custom type.
12320         (message-tool-bar-update): New function.
12321         (message-tool-bar, message-tool-bar-gnome)
12322         (message-tool-bar-retro): Add message-tool-bar-update.
12323         (message-tool-bar-gnome): Add flyspell-buffer.
12324
12325         * gnus-util.el (gnus-error): Describe `args'.
12326
12327         * gmm-utils.el (gmm-error): Describe `args'.
12328         (gmm-tool-bar-zap-list): New widget.
12329         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12330
12331 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12332
12333         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12334         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12335         the number of recursive calls.
12336
12337         * mm-decode.el (mm-handle-set-disposition): New macro.
12338         (mm-handle-set-description): New macro.
12339
12340 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12341
12342         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12343         encoding.
12344
12345 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12346
12347         * message.el (message-tool-bar-zap-list, message-tool-bar)
12348         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12349         (message-tool-bar-local-item-from-menu): Remove.
12350         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12351         (message-make-tool-bar): New function.
12352         (message-mode): Use `message-make-tool-bar'.
12353
12354         * gmm-utils.el: New file.
12355         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12356         (gmm-lazy): New widget copied from `nnmail.el'.
12357         (gmm-tool-bar-from-list): New function for creating customizable
12358         tool bars.
12359         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12360         output.
12361         (gmm): Add :prefix to defgroup.
12362
12363 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12364
12365         * gmm-utils.el (gmm-widget-p): New function.
12366
12367 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12368
12369         * mml.el (mml-attach-file): Describe `description' in doc string.
12370         (mml-menu): Add Emacs MIME manual and PGG manual.
12371
12372 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12373
12374         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12375
12376 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12377
12378         * nntp.el (nntp-end-of-line): Doc fix.
12379
12380 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12381
12382         * imap.el (imap-open): Handle case where buffer is a buffer
12383         object.
12384
12385 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12386
12387         * gnus-delay.el (gnus-delay): Don't autoload.
12388         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12389         to be re-loaded when customizing the `gnus-delay' group.
12390
12391 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12392
12393         * message.el (message-insert-citation-line): Use newlines.
12394
12395 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12396
12397         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12398         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12399         these routines, so the passphrase can be managed externally and
12400         passed in to the system.
12401         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12402         pgg-add-passphrase-to-cache function.
12403
12404         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12405         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12406         these routines, so the passphrase can be managed externally and
12407         passed in to the system.
12408         (pgg-pgp5-sign-region): Use new name of
12409         pgg-add-passphrase-to-cache function.
12410
12411 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12412
12413         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12414         part of the decoded armor to find the key-identifier.
12415         (pgg-gpg-lookup-key-owner): New function to return the
12416         human-readable identifier of a key owner.
12417         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12418         itself.
12419         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12420         the key value) if we have a key and can match it against a secret
12421         key.  Also, added a note pointing out fact that the prompt only
12422         indicates the first matching key.
12423
12424         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12425         pgg-decrypt-region.
12426         (pgg-add-passphrase-to-cache): Rename from
12427         `pgg-add-passphrase-cache' to reduce confusion (all callers
12428         changed).
12429         (pgg-remove-passphrase-from-cache): Rename from
12430         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12431         changed).
12432         (pgg-read-passphrase, pgg-add-passphrase-cache)
12433         (pgg-remove-passphrase-cache): Add informative docstrings.
12434         (pgg-decrypt): Convey provided passphrase in subordinate call to
12435         pgg-decrypt-region.
12436
12437 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12438
12439         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12440         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12441         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12442         'passphrase' argument, so the passphrase can be managed externally
12443         and then passed in to the system.
12444
12445         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12446         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12447         so the passphrase cache can be used reliably with identifiers
12448         besides a pgp packet's key id.
12449
12450         * pgg-gpg.el (pgg-gpg-encrypt-region)
12451         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12452         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12453         these routines, so the passphrase can be managed externally and
12454         passed in to the system.
12455
12456         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12457         'notruncate' argument, so the passphrase cache can be used
12458         reliably with identifiers besides a pgp packet's key id.
12459
12460 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12461
12462         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12463         symmetric encryption.
12464         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12465         encrypted session key.
12466         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12467         message ask for the passphrase in a proper way.
12468
12469         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12470         New user commands for symmetric encryption.
12471
12472 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12473
12474         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12475
12476         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12477
12478 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12479
12480         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12481
12482 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12483
12484         * mm-decode.el (mm-inlined-types): Add application/pgp.
12485         (mm-automatic-display): Ditto.
12486
12487         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12488         part as text.
12489
12490 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12491
12492         * nnrss.el: Update copyright.
12493         (nnrss-opml-import): Query whether to subscribe to each entry.
12494
12495         * gnus-art.el:
12496         * gnus-sum.el:
12497         * gnus-xmas.el:
12498         * messagexmas.el:
12499         * mm-uu.el:
12500         * mm-view.el: Update copyright.
12501
12502 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12503
12504         * message.el (message-info): New function.
12505         (message-mode-menu): Add it.
12506         Update copyright.
12507
12508         * ChangeLog: Fix and update copyright.
12509
12510 2006-01-13  Romain Francoise  <romain@orebokech.com>
12511
12512         * message.el (message-forward-subject-name-subject): Prefer the
12513         address to 'nowhere' if the sender has no name.
12514         Fix typo.  Update copyright year.
12515
12516 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12517
12518         * gnus-art.el (article-wash-html):
12519         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12520         (gnus-article-wash-html-with-w3m-standalone): New function.
12521
12522         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12523         mm-inline-text-html-render-with-w3m-standalone.
12524         (mm-text-html-washer-alist): Map w3m-standalone to
12525         gnus-article-wash-html-with-w3m-standalone.
12526         (mm-inline-text-html-render-with-w3m-standalone): New function.
12527
12528 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12529
12530         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12531         Improve LaTeX.
12532
12533 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12534
12535         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12536         (nnrss-request-article): Render text/plain parts as HTML.
12537
12538         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12539         the buffer.
12540
12541 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12542
12543         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12544         custom definition of `gnus-posting-styles'.
12545
12546         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12547         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12548
12549 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12550
12551         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12552         Use nntp for bug archive.
12553
12554 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12555
12556         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12557         parts.
12558         (nnrss-normalize-date): New function converts ISO 8601 date into
12559         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12560         (nnrss-check-group): Use it.
12561
12562 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12563
12564         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12565
12566         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12567         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12568         (nnrss-insert-w3): Ditto.
12569
12570 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12571
12572         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12573         the articles to be forwarded including the case where neither a
12574         number of articles nor a region is specified.
12575
12576 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12577
12578         * nnrss.el (nnrss-request-article): Fix last change; fill
12579         text/plain parts.
12580
12581 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12582
12583         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12584         in text/plain part.
12585         (nnrss-check-group): Don't add excessive newline to dc:subject.
12586
12587 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12588
12589         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12590         article.
12591
12592 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12593
12594         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12595         (nnml-use-compressed-files, nnml-save-mail): Support other
12596         comression programs such as bzip2.
12597
12598 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12599
12600         * dns.el (query-dns): Make sure we check the buffer size before
12601         removing tcp headers.
12602
12603 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12604
12605         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12606         remove MIME buttons associated with multipart/alternative parts.
12607         (gnus-mime-display-alternative): Tag buttons using `article-type'
12608         text property.
12609
12610         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12611         associated with multipart/alternative parts.
12612
12613         * gnus-art.el (gnus-signature-separator): Fix custom type.
12614
12615         * mm-decode.el (mm-inlined-types): Fix custom type.
12616         (mm-keep-viewer-alive-types): Ditto.
12617         (mm-automatic-display): Ditto.
12618         (mm-attachment-override-types): Ditto.
12619         (mm-inline-override-types): Ditto.
12620         (mm-automatic-external-display): Ditto.
12621
12622 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12623
12624         * spam-report.el (spam-report-user-mail-address)
12625         (spam-report-user-agent): New variables.
12626         (spam-report-url-ping-plain): Use spam-report-user-agent.
12627
12628 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12629
12630         * gnus-art.el (gnus-button-handle-custom): Do not just use
12631         `customize-apropos' for any "M-x customize-*" button but the
12632         function called for.  Accept both the function name and its
12633         argument in order to achieve this.
12634         (gnus-button-alist): Remove support for "custom:" URL's.
12635         Pass function name to `gnus-button-handle-custom' in case of "M-x
12636         customize-*" buttons.
12637
12638 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12639
12640         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12641         multipart/alternative and add xref to mm-discouraged-alternatives
12642         in doc string.
12643
12644         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12645         gnus-buttonized-mime-types in doc string.
12646
12647 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12648
12649         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12650         Suggest image/.* in the doc string.
12651
12652 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12653
12654         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12655         message-marks (Debian bug #342521).
12656
12657 2005-12-12  Simon Josefsson  <jas@extundo.com>
12658
12659         * password.el (password-read-from-cache): Add.
12660         (password-read): Use it.
12661
12662 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12663
12664         * rfc2047.el (rfc2047-charset-to-coding-system):
12665         Recognize us-ascii as a MIME charset.
12666
12667         * mm-bodies.el (mm-decode-content-transfer-encoding):
12668         Protect against the case where the 2nd arg TYPE is nil.
12669
12670 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12671
12672         * pop3.el (pop3-stream-type): Fix custom version.
12673
12674         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12675
12676 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12677
12678         * mm-decode.el (mm-display-external): Add missing cdr.
12679
12680 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12681
12682         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12683         RFC1524) if it is in mailcap or add a suffix according to
12684         mailcap-mime-extensions when generating a temp filename; postpone
12685         deleting a temp file for 2 seconds for some wrappers, shell
12686         scripts, and so on, which might exit right after having started a
12687         viewer command as a background job.
12688
12689 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12690
12691         * nntp.el (nntp-marks-directory): Fix custom group.
12692
12693         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12694         steps when < 10.
12695
12696         * gnus-start.el (gnus-no-server-1):
12697         Mention `gnus-level-default-subscribed' in doc string.
12698
12699 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12700
12701         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12702         parens.
12703
12704 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12705
12706         * gnus-xmas.el (gnus-use-toolbar): Revert.
12707         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12708         gnus-use-toolbar is default.
12709
12710         * messagexmas.el (message-use-toolbar): Revert.
12711         (message-setup-toolbar): Use global default-toolbar if
12712         message-use-toolbar is default.
12713
12714 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12715
12716         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12717         according to default-toolbar-visible-p.
12718
12719         * messagexmas.el (message-use-toolbar): Ditto.
12720
12721 2005-11-26  Dave Love  <fx@gnu.org>
12722
12723         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12724         (tls-program, tls-success): Provide openssl alternative.
12725
12726         * starttls.el: Doc fixes.
12727         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12728         SERVICE to PORT.
12729
12730         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12731         port null or service name.
12732         (starttls-negotiate): Autoload.
12733
12734 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12735
12736         * message.el (message-kill-to-signature): Fix interactive spec.
12737
12738 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12739
12740         * pop3.el (pop3-open-server): Recognize a string as a service name.
12741
12742 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12743
12744         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12745
12746 2005-11-23  Dave Love  <fx@gnu.org>
12747
12748         Add pop3s, pop3/starttls.
12749
12750         * pop3.el (pop3-authentication-scheme): Clarify doc.
12751         (open-tls-stream, starttls-open-stream): Autoload.
12752         (pop3-stream-type): New.
12753         (pop3-open-server): Use it.
12754
12755         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12756         for POP.
12757         (mail-source-keyword-map): Add :stream for POP.
12758         (mail-source-fetch-pop): Use pop3-stream-type.
12759
12760 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12761
12762         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12763         of current-time-string.
12764
12765 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12766
12767         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12768         date header.
12769
12770 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12771
12772         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12773         it can seriously impact performance as it bypasses the agent's
12774         local caches.
12775
12776 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12777
12778         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12779         must be explicitly online rather than "not explicitly offline" for
12780         its flags to be synchronized.
12781
12782         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12783         that gnus-uu-unmark-thread will function correctly.
12784
12785         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12786         1024K is instead displayed as 1M.
12787
12788 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12789
12790         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12791
12792 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12793
12794         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12795
12796 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12797
12798         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12799         error message to display actual error condition.
12800         (gnus-agent-save-local): Avoid saving symbols that are bound to
12801         nil as they simply result in a warning message in
12802         gnus-agent-read-local.
12803
12804 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12805
12806         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12807         rather than make-variable-buffer-local for file-precious-flag.
12808
12809 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12810
12811         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12812         for duplicates which are removed.  The invalid sort check then
12813         triggers a rescan after the sort as sorting may have moved
12814         duplicate entries such that they can be cheaply detected.
12815
12816 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12817
12818         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12819
12820 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12821
12822         * gnus-agent.el (gnus-agent-article-alist-save-format):
12823         Change internal variable to a custom variable.  Change default value
12824         from compressed(2) to uncompressed(1).
12825         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12826         support for uncompressed agentview files.  Taken together, reading
12827         the agentview file should now be 6-7 times faster.
12828
12829 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12830
12831         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12832         as a buffer-local variable.  This avoids creating truncated
12833         dribble files as a result of a hang up, eg.
12834
12835 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12836
12837         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12838         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12839         XEmacs.
12840
12841 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12842
12843         * gnus-start.el (gnus-start-draft-setup):
12844         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12845
12846         * gnus.el (gnus-splash): Change custom group.
12847         (gnus-group-get-parameter, gnus-group-parameter-value):
12848         Describe allow-list argument.
12849
12850         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12851         string.
12852
12853 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12854
12855         * gnus-art.el (gnus-default-article-saver): Add user-defined
12856         `function' to custom type.
12857
12858 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12859
12860         * imap.el (imap-open): Handle case where buffer is a buffer
12861         object.
12862
12863 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12864
12865         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12866         long lines.
12867         (gnus-cache-delete-group): Wrap doc strings.
12868
12869         * gnus-agent.el (gnus-agent-rename-group)
12870         (gnus-agent-delete-group): Wrap doc strings.
12871
12872 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12873
12874         * messagexmas.el (message-use-toolbar): Change the valid values
12875         into default, top, bottom, left, and right.
12876         (message-toolbar-thickness): New variable.
12877         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12878         well.
12879         (message-setup-toolbar): Make it work.
12880
12881         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12882         (gnus-use-toolbar): Change the valid values into default, top,
12883         bottom, left, and right.
12884         (gnus-toolbar-thickness): New variable.
12885         (gnus-xmas-setup-toolbar): New function.
12886         (gnus-xmas-setup-group-toolbar): Use it.
12887         (gnus-xmas-setup-summary-toolbar): Use it.
12888
12889 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12890
12891         * gnus-start.el (gnus-1): Add "native" to
12892         gnus-predefined-server-alist.
12893
12894         * gnus.el (gnus-method-to-server): Don't add "native" to the
12895         lists here, because that leads to problems when
12896         gnus-select-method is bound.
12897
12898 2005-11-09  Simon Josefsson  <jas@extundo.com>
12899
12900         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12901         use (not sort-by-date) instead.
12902
12903 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12904
12905         * gnus-delay.el (gnus-delay-group): Don't autoload.
12906         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12907         to be re-loaded when customizing the `gnus-delay' group.
12908
12909 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12910
12911         * message.el: Revert last changes.
12912         (message-insert-citation-line): Use newlines.
12913
12914 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12915
12916         * message.el (message-courtesy-message)
12917         (message-mark-insert-begin, message-mark-insert-end)
12918         (message-elide-ellipsis, message-cancel-message)
12919         (message-add-header, message-change-subject)
12920         (message-cross-post-followup-to-header)
12921         (message-cross-post-insert-note, message-reduce-to-to-cc)
12922         (message-widen-reply, message-delete-not-region)
12923         (message-kill-to-signature, message-insert-signature)
12924         (message-insert-importance-high, message-insert-importance-low)
12925         (message-insert-or-toggle-importance)
12926         (message-insert-disposition-notification-to)
12927         (message-indent-citation, message-yank-original)
12928         (message-cite-original-without-signature, message-cite-original)
12929         (message-insert-citation-line, message-position-on-field)
12930         (message-fix-before-sending, message-send-mail-partially)
12931         (message-send-mail, message-send-mail-with-sendmail)
12932         (message-send-mail-with-qmail, message-send-news)
12933         (message-check-news-header-syntax, message-generate-headers)
12934         (message-insert-courtesy-copy, message-fill-address)
12935         (message-fill-header, message-shorten-references)
12936         (message-setup-1, message-cancel-news)
12937         (message-forward-make-body-plain, message-forward-make-body-mime)
12938         (message-forward-make-body-mml, message-encode-message-body)
12939         (message-forward-make-body-digest-plain)
12940         (message-forward-make-body-digest-mime)
12941         (message-use-alternative-email-as-from): Insert `hard-newline'
12942         instead of ordinary newlines.
12943
12944 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12945
12946         * message.el (message-generate-headers): Downcase the argument
12947         given to message-check-element.
12948
12949 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12950
12951         * nntp.el (nntp-authinfo-rejected): New error condition.
12952         (nntp-wait-for): Use new error condition to signal authentication
12953         error.
12954         (nntp-retrieve-data): Rethrow new error condition to break out of
12955         recursive call to nntp-send-authinfo.
12956
12957 2005-11-08  Romain Francoise  <romain@orebokech.com>
12958
12959         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12960         (gnus-summary-exit-map): Bind to `Z p'.
12961         (gnus-summary-make-menu-bar): Add menu item.
12962
12963 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12964
12965         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12966         (gnus-treat-*): Add `first' in all doc strings.
12967
12968         * gnus-group.el (gnus-group-compact-group): Fix typo.
12969
12970 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12971
12972         * gnus.el (gnus-parameters-case-fold-search): New variable.
12973         (gnus-parameters-get-parameter): Use it.
12974
12975         * gnus-score.el (gnus-home-score-file): Doc fix.
12976
12977 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12978
12979         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12980
12981 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12982
12983         * mm-util.el (mm-special-display-p): New function.
12984
12985         * mml.el (mml-preview): Use it; doc fix.
12986
12987 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12988
12989         * imap.el (imap-open): Handle case where buffer is a buffer object.
12990
12991 2005-10-29  Romain Francoise  <romain@orebokech.com>
12992
12993         * message.el (message-fix-before-sending): Fix comment.
12994
12995 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12996
12997         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12998
12999 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13000
13001         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13002         Used in gnus-score.el.
13003
13004 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13005
13006         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13007
13008 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13009
13010         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13011         whitespace removed in revision 7.8.  Use concatenated string to
13012         protect trailing whitespace.
13013
13014 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13015
13016         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13017         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13018         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13019         Courier IMAP ("some version from 2004").  Mostly based on similar
13020         code in the same function.
13021
13022 2005-10-26  Didier Verna  <didier@xemacs.org>
13023
13024         * gnus-group.el (gnus-group-compact-group): Invalidate original
13025         article buffer.
13026         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13027         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13028         NOV database and in article itself.
13029         Invalidate article backlog.
13030
13031 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13032
13033         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13034
13035 2005-10-26  Simon Josefsson  <jas@extundo.com>
13036
13037         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13038         part of 2004-07-25 change.
13039
13040 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13041
13042         * message.el (message-display-completion-list): New function.
13043         (message-expand-group): Use it; make sure the Completions buffer
13044         is modifiable.
13045 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13046
13047         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13048         user-mail-name is an empty string.
13049
13050 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13051
13052         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13053         depending on gnus-score-decay-constant.
13054
13055         * encrypt.el (encrypt-insert-file-contents)
13056         (encrypt-write-file-contents): Don't use `gnus-message'.
13057
13058         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13059         arguments.
13060         (mm-uu-type-alist): Add message-marks and insert-marks.
13061         Pass arguments to mm-uu-verbatim-marks-extract.
13062         (mm-uu-hide-markers): New variable.
13063         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13064
13065         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13066         (gnus-convert-image-to-face-command): Use "convert" by default to
13067         allow other input image formats.
13068         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13069         accordingly.
13070
13071 2005-10-23  Simon Josefsson  <jas@extundo.com>
13072
13073         * imap.el (imap-gssapi-program): Align command line parameters
13074         with latest GNU SASL.
13075         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13076
13077 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13078
13079         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13080         HTML.
13081         (nnslashdot-request-article): Ditto.
13082
13083         * lpath.el (featurep): Add nobreak-char-display.
13084
13085 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13086
13087         * mail-source.el (mail-source-fetch-pop): Require pop3.
13088         (mail-source-check-pop): Ditto.
13089
13090 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13091
13092         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13093         errors.
13094
13095 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13096
13097         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13098         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13099
13100         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13101
13102         * mm-bodies.el (mm-decode-string):
13103         Call `mm-charset-to-coding-system' with allow-override argument.
13104
13105 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13106
13107         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13108         (rfc2047-charset-to-coding-system): New function.
13109         (rfc2047-decode-encoded-words): New function.
13110         (rfc2047-decode-region): Use them.
13111         (rfc2047-decode-cte): Remove.
13112         (rfc2047-parse-and-decode): Remove.
13113         (rfc2047-decode): Remove.
13114
13115 2005-10-15  Kenichi Handa  <handa@m17n.org>
13116
13117         * rfc2047.el (rfc2047-decode-cte): New function.
13118         (rfc2047-decode-region): Change the way to decode successive
13119         encoded-words: decode B- or Q-encoding in each encoded-word,
13120         concatenate them, and decode it as charset.
13121
13122 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13123
13124         * lpath.el: Fbind codepage-setup for XEmacs.
13125
13126 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13127
13128         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13129         widget-move-and-invoke.
13130         (gnus-custom-mode): Use gnus-custom-map.
13131
13132 2005-10-15  Bill Wohler  <wohler@newt.com>
13133
13134         * message.el (message-tool-bar-map): Rename image file from
13135         mail_send to mail/send.
13136
13137 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13138
13139         * message.el (message-expand-group): Pass the common
13140         prefix substring of completion to `display-completion-list'.
13141
13142 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13143
13144         * mml-sec.el (mml-secure-method): New internal variable.
13145         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13146         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13147         New functions using mml-secure-method.
13148
13149         * mml.el (mml-mode-map): Add key bindings for those functions.
13150         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13151         Harder <harder@myrealbox.com>.
13152         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13153         Goto end of message if point is the headers of the message.
13154
13155         * message.el (message-in-body-p): New function.
13156
13157         * assistant.el: Autoload gnus-util and netrc.
13158
13159         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13160         Use `mm-charset-override-alist' only when decoding.
13161
13162         * mm-bodies.el (mm-decode-body):
13163         Call `mm-charset-to-coding-system' with allow-override argument.
13164
13165         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13166         `filename' from Content-Disposition if Content-Type doesn't
13167         provide `name'.
13168         (gnus-mime-view-part-as-type): Set default instead of
13169         initial-input.
13170
13171 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13172
13173         * format-spec.el (format-spec): Propagate text properties of % spec.
13174
13175 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13176
13177         * gnus-art.el (gnus-treat-predicate): Add `first'.
13178
13179 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13180
13181         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13182         (mm-charset-override-alist): New variable.
13183         (mm-charset-to-coding-system): Use it.
13184         (mm-codepage-setup): New helper function.
13185         (mm-charset-eval-alist): New variable.
13186         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13187         Warn about unknown charsets.
13188
13189         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13190
13191 2005-10-04  David Hansen  <david.hansen@gmx.net>
13192
13193         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13194         (nnrss-check-group): Ditto.
13195
13196 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13197
13198         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13199         Rename x-gnus-verbatim to x-verbatim.
13200         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13201
13202         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13203         x-verbatim.
13204
13205         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13206
13207         * gnus-util.el (gnus-remove-duplicates): Remove.
13208
13209         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13210         instead of gnus-remove-duplicates.
13211
13212         * message.el (message-remove-duplicates): Remove.
13213         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13214         message-remove-duplicates.
13215
13216         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13217         available, else use implementation from `delete-dups'.
13218
13219         * message.el (message-insert-expires): New function.
13220         (message-mode-map): Add key binding.
13221         (message-mode-field-menu): Add menu entry.
13222         (message-mode): Document it.
13223         (message-make-expires-date): Use `message-make-date'.
13224
13225 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13226
13227         * message.el (message-make-expires-date): New function.
13228
13229 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13230
13231         * Makefile.in (list-installed-shadows): New entry.
13232         (install): Use it.
13233         (remove-installed-shadows): New entry.
13234
13235         * dgnushack.el (dgnushack-default-load-path): New variable.
13236         (dgnushack-find-lisp-shadows): New function.
13237         (dgnushack-remove-lisp-shadows): New function.
13238
13239 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13240
13241         * Makefile.in (install-el-elc): New entry.
13242         (install): Use it so that .el files are necessarily installed.
13243
13244 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13245
13246         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13247
13248 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13249
13250         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13251         function rather than the diff-mode.el package.
13252         (mm-display-external): Use with-current-buffer.
13253         (mm-viewer-completion-map, mm-viewer-completion-map):
13254         Move initialization inside declaration.
13255
13256 2005-09-29  Simon Josefsson  <jas@extundo.com>
13257
13258         * spam.el: Load hashcash when compiling, to avoid warnings.
13259         Don't autoload mail-check-payment.
13260         (spam-check-hashcash): Define unconditionally, since hashcash.el
13261         is part of Gnus now.  Ignore errors from payment checking.
13262
13263 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13264
13265         * message.el (message-bold-region, message-unbold-region):
13266         Rename from `bold-region' and `unbold-region'.
13267
13268         * message.el: Remove useless autoloads.
13269
13270 2005-09-28  Simon Josefsson  <jas@extundo.com>
13271
13272         * message.el (message-use-idna): Default to t.
13273         (message-use-idna): Test whether encoding works too.  Doc fix.
13274
13275 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13276
13277         * nntp.el (nntp-warn-about-losing-connection): Remove.
13278
13279 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13280
13281         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13282         customizable.  Change default value.
13283         (mm-uu-diff-groups-regexp): Change default value.
13284         (mm-uu-type-alist): Add doc string.
13285         (mm-uu-configure): Add doc string.  Make it interactive.
13286         (mm-uu-tex-groups-regexp): New variable.
13287         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13288         (mm-uu-type-alist): Add LaTeX documents.
13289         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13290         of "text/verbatim".
13291         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13292
13293         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13294         instead of "text/verbatim".
13295
13296         * message.el (message-mark-inserted-region)
13297         (message-mark-insert-file): Use slrn style marks when called with
13298         prefix argument.
13299
13300 2005-09-27  Simon Josefsson  <jas@extundo.com>
13301
13302         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13303
13304 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13305
13306         * message.el (message-remove-duplicates): New function.
13307         Implementation borrowed from `gnus-remove-duplicates'.
13308         (message-idna-to-ascii-rhs): Also encode idna addresses in
13309         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13310         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13311         only ask about the same idna domain once per header and also tell
13312         in what header to replace the idna domain.
13313
13314         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13315         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13316         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13317         a header is decoded and not just the last one.
13318
13319 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13320
13321         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13322         has been decoded.
13323
13324         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13325         (mm-insert-part): Don't modify text if it has been decoded.
13326
13327         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13328         decoded.
13329
13330         * mm-view.el (mm-inline-text): Don't strip text props unless
13331         decoding enriched or richtext parts.
13332
13333 2005-09-25  Romain Francoise  <romain@orebokech.com>
13334
13335         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13336         * gnus-start.el (gnus-subscribe-interactively):
13337         * gnus-uu.el (gnus-uu-grab-articles):
13338         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13339         space.
13340
13341 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13342
13343         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13344         * mm-view.el (mm-view-pkcs7-decrypt):
13345         * gnus-sum.el (gnus-summary-limit-to-extra)
13346         (gnus-summary-respool-article, gnus-read-move-group-name):
13347         * gnus-score.el (gnus-summary-increase-score):
13348         * gnus-util.el (gnus-completing-read-with-default):
13349         * gnus-art.el (gnus-read-save-file-name)
13350         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13351         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13352         * message.el (message-check-news-header-syntax):
13353         Follow convention for reading with the minibuffer.
13354
13355 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13356
13357         * spam-report.el (spam-report-url-ping-plain):
13358         Use gnus-extended-version as User-Agent.
13359
13360         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13361         default value is nil.
13362
13363         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13364         (mm-uu-verbatim-marks-extract): New function.
13365         (mm-uu-extract): New face.
13366         (mm-uu-copy-to-buffer): Use it.
13367
13368         * spam-report.el (spam-report-gmane-ham): Rename from
13369         `spam-report-gmane-unspam'.
13370         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13371         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13372
13373         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13374         Autoload.
13375         (spam-report-gmane-unregister-routine):
13376         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13377
13378 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13379
13380         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13381         (spam-report-gmane-unregister-routine): Add support for gmane
13382         unregistration.
13383
13384         * spam-report.el (spam-report-gmane-unspam)
13385         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13386         (spam-report-gmane): Change to take a single article and do unspam
13387         registration.
13388
13389 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13390
13391         * mm-url.el (mm-url-decode-entities): Fix regexp.
13392
13393 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13394
13395         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13396         default to nil, to be able to use Gnus at all.  If the default
13397         switches to something else, then the function should be fixed not
13398         be exceedingly slow.
13399
13400 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13401
13402         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13403         fail hard.
13404
13405         * spam-report.el: Add better Keywords line.
13406
13407         * spam.el: Add Maintainer and better Keywords line.
13408
13409 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13410
13411         * gnus-art.el (gnus-article-replace-part)
13412         (gnus-mime-replace-part): New functions.
13413         (gnus-mime-action-alist, gnus-mime-button-commands)
13414         (gnus-mime-save-part-and-strip): Add file argument.
13415         (gnus-article-part-wrapper): Add interactive argument.
13416
13417         * gnus-sum.el (gnus-summary-mime-map):
13418         Add `gnus-article-replace-part'.
13419
13420 2005-09-19  Didier Verna  <didier@xemacs.org>
13421
13422         The nnml compaction feature:
13423         * nnml.el (nnml-request-compact-group): New function.
13424         * nnml.el (nnml-request-compact): New function.
13425         * gnus-int.el (gnus-request-compact-group): New function.
13426         * gnus-int.el (gnus-request-compact): New function.
13427         * gnus-group.el (gnus-group-compact-group): New function.
13428         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13429         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13430         * gnus-srvr.el (gnus-server-compact-server): New function.
13431         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13432         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13433
13434 2005-09-18  Deepak Goel  <deego@gnufans.org>
13435
13436         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13437         format spec.
13438
13439 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13440
13441         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13442
13443 2005-09-15  Romain Francoise  <romain@orebokech.com>
13444
13445         * message.el (message-fill-paragraph): Clarify docstring.
13446
13447 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13448
13449         * gnus-art.el (gnus-mime-display-part): Protect against broken
13450         MIME messages.
13451
13452 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13453
13454         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13455         before parsing header.
13456
13457 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13458
13459         * html2text.el (html2text-replace-list): Add new entities.
13460
13461 2005-09-11  Romain Francoise  <romain@orebokech.com>
13462
13463         * message.el (message-alternative-emails): Improve docstring.
13464         (message-setup-1): Call `message-use-alternative-email-as-from'
13465         after `message-setup-hook' to give it precedence over posting
13466         styles, etc.
13467         (message-use-alternative-email-as-from): Add docstring.
13468         Remove the original From header if present.
13469
13470         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13471         (nnml-save-mail): Use it.
13472
13473         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13474         articles.  Add new argument `silent'.
13475         (gnus-uu-mark-all): Report the total number of marked articles.
13476
13477 2005-09-10  Romain Francoise  <romain@orebokech.com>
13478
13479         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13480         (gnus-uu-mark-series): Likewise.
13481
13482 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13483
13484         * spam-report.el (spam-report-gmane): Fix generation of spam
13485         report URL.
13486
13487 2005-09-10  Simon Josefsson  <jas@extundo.com>
13488
13489         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13490         t, based on discussion on the ding list with Robert Epprecht
13491         <epprecht@solnet.ch>.
13492
13493 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13494
13495         * spam-report.el (spam-report-gmane): Make it work without
13496         X-Report-Spam header.  Gmane now only provides Archived-At.
13497         This is only used if `spam-report-gmane-use-article-number' is nil.
13498         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13499
13500         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13501         make `gnus-summary-sort-by-recipient' work with threading.
13502
13503         * nnweb.el (nnweb-google-wash-article): Print a message if article
13504         is not available.
13505
13506 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13507
13508         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13509         change.  Decode text/* parts content before displaying.
13510
13511 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13512
13513         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13514
13515 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13516
13517         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13518
13519         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13520         url-package-name, url-package-version,
13521         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13522         w3m-display-inline-images, and w3m-minor-mode-map.
13523
13524 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13525
13526         * message.el (message-tab-body-function): Fix mismatched custom type.
13527
13528         * gnus.el (gnus-group-change-level-function): Ditto.
13529
13530         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13531
13532         * gnus-art.el (gnus-signature-limit)
13533         (gnus-article-mime-part-function): Ditto.
13534
13535 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13536
13537         * mml.el (mml-mode): Silence the byte compiler.
13538
13539         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13540         using `(sit-for 0)' before moving the point to the specified part;
13541         skip unbuttonized parts.
13542         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13543         return to the summary window if gnus-auto-select-part is non-nil.
13544
13545 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13546
13547         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13548         New variables.
13549         (mml-dnd-attach-file, mml-mode): Use them.
13550
13551         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13552         Make fetching article by MID work again for Google Groups.
13553         Add FIXME concerning gnus-group-make-web-group.
13554
13555         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13556         Don't depend on Gnus by using mail-extract-address-components if
13557         gnus-extract-address-components is not bound.
13558
13559 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13560
13561         * gnus-art.el (gnus-mime-display-security): Don't display the
13562         signature, but only the signed part.
13563
13564 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13565
13566         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13567
13568         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13569         list, not listp.
13570
13571 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13572
13573         * mm-encode.el (mm-encode-content-transfer-encoding):
13574         Likewise when encoding.
13575
13576         * mm-bodies.el (mm-decode-content-transfer-encoding):
13577         De-canonicalize CRLF for all text content types, not just
13578         text/plain.
13579
13580 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13581
13582         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13583         valid article; point arrow and cursor at the MIME button.
13584
13585 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13586
13587         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13588         Suggested by Dan Christensen <jdc@uwo.ca>.
13589
13590         * mm-decode.el (mm-save-part): Enable change of prompt.
13591
13592 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13593
13594         * gnus-msg.el (gnus-inews-add-send-actions):
13595         Make `message-post-method' lambda parameter ARG `&optional'.
13596
13597 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13598
13599         * gnus-sum.el (gnus-summary-mime-map):
13600         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13601         gnus-article-jump-to-part.
13602
13603         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13604         (gnus-article-edit-part): Use it.
13605         (gnus-article-part-wrapper): Add no-handle argument.
13606         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13607         New functions.
13608
13609 2005-08-29  Romain Francoise  <romain@orebokech.com>
13610
13611         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13612         docstring.
13613         (gnus-face-from-file): Likewise.
13614
13615 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13616
13617         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13618         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13619         non-nil.
13620         (gnus-auto-select-part): New variable.
13621         (gnus-article-jump-to-part): New function.
13622         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13623         (gnus-mime-delete-part): Allow selecting specified part after
13624         deleting or stripping parts.
13625         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13626         part if argument is bogus.
13627
13628 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13629
13630         * gnus-art.el (w3m-minor-mode-map):
13631         * gnus-spec.el (gnus-newsrc-file-version):
13632         * gnus-util.el (nnmail-active-file-coding-system)
13633         (gnus-original-article-buffer, gnus-user-agent):
13634         * gnus.el (gnus-ham-process-destinations)
13635         (gnus-parameter-ham-marks-alist)
13636         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13637         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13638         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13639         * mm-decode.el (gnus-current-window-configuration):
13640         * mm-extern.el (gnus-article-mime-handles):
13641         * mm-url.el (url-current-object, url-package-name)
13642         (url-package-version):
13643         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13644         (smime-keys, w3m-cid-retrieve-function-alist)
13645         (w3m-current-buffer, w3m-display-inline-images)
13646         (w3m-minor-mode-map):
13647         * mml-smime.el (gnus-extract-address-components):
13648         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13649         (gnus-newsrc-hashtb, message-default-charset)
13650         (message-deletable-headers, message-options)
13651         (message-posting-charset, message-required-mail-headers)
13652         (message-required-news-headers):
13653         * mml1991.el (mc-pgp-always-sign):
13654         * mml2015.el (mc-pgp-always-sign):
13655         * nnheader.el (nnmail-extra-headers):
13656         * rfc1843.el (gnus-decode-encoded-word-function)
13657         (gnus-decode-header-function, gnus-newsgroup-name):
13658         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13659
13660 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13661
13662         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13663         the end of the date treatments.
13664
13665 2005-08-15  Simon Josefsson  <jas@extundo.com>
13666
13667         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13668         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13669         Capello and Romain Francoise.
13670         (pgg-fetch-key-function): Remove, not used?
13671         (pgg-insert-url-with-w3): Require url, to get
13672         url-insert-file-contents regardless of where it is defined.
13673
13674 2005-08-13  Romain Francoise  <romain@orebokech.com>
13675
13676         * message.el (message-cite-original-1): New function.
13677         (message-cite-original): Use it.
13678         (message-cite-original-without-signature): Ditto.
13679
13680 2005-08-08  Romain Francoise  <romain@orebokech.com>
13681
13682         * message.el (message-yank-empty-prefix): New variable.
13683         (message-indent-citation): Use it.
13684         (message-cite-original-without-signature): Respect X-No-Archive.
13685
13686 2005-08-08  Simon Josefsson  <jas@extundo.com>
13687
13688         * pgg.el: Autoload url-insert-file-contents instead of loading
13689         w3/url.
13690         (pgg-insert-url-with-w3): Don't load url here.
13691
13692 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13693
13694         * message.el (message-kill-to-signature): Don't insert newline at
13695         bol.
13696         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13697
13698 2005-08-06  Romain Francoise  <romain@orebokech.com>
13699
13700         * message.el (message-user-fqdn): Fix typo in docstring.
13701
13702 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13703
13704         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13705
13706         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13707
13708 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13709
13710         * mm-bodies.el (mm-encode-body): Use coding system rather than
13711         charset to encode text.
13712
13713         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13714         number of charsets if utf-8 is available (XEmacs).
13715
13716 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13717
13718         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13719         taken from `gnus-button-mid-or-mail-regexp'.
13720         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13721         (gnus-button-alist): Improve regexp for domain part of the MIDs
13722         for news:localpart@domain buttons.
13723         (gnus-button-ctan-directory-regexp): Update.
13724
13725 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13726
13727         * sieve-manage.el (sieve-manage-interactive-login):
13728         Use make-local-variable rather than make-variable-buffer-local.
13729         (sieve-manage-open): Ditto.
13730         (sieve-manage-authenticate): Ditto.
13731
13732         * mml.el (mml-generate-mime-1): Make the content type default to
13733         text/plain if the filename is not specified.
13734
13735 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13736
13737         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13738         instead of insert-buffer.
13739
13740         * message.el (message-yank-original): Ditto; set the mark at the
13741         end of the yanked message.
13742
13743 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13744
13745         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13746         lines to scroll rather than to stop it.
13747
13748         * mml.el (mml-generate-default-type): Add doc string.
13749         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13750         default to application/octet-stream when determining the content
13751         type if it is not specified for the part or the mml contents; add
13752         a comment about mml-generate-default-type.
13753
13754 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13755
13756         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13757         make it default to application/octet-stream when determining the
13758         content type if it is not specified for the external contents.
13759
13760 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13761
13762         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13763         segmented parameter but also other parameters might be there.
13764
13765 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13766
13767         * mm-decode.el (mm-display-external): Delete temp file, directory
13768         and buffer immediately if the external process is exited.
13769
13770 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13771
13772         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13773         fewer lines than that of scroll-margin.
13774         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13775
13776 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13777
13778         * gnus-art.el (gnus-article-next-page): Revert.
13779         (gnus-article-beginning-of-window): New macro.
13780         (gnus-article-next-page-1): Use it.
13781         (gnus-article-prev-page): Ditto.
13782         (gnus-article-edit-part): Use insert-buffer-substring instead of
13783         insert-buffer.
13784         (gnus-article-edit-exit): Ditto.
13785
13786         * gnus-util.el (gnus-beginning-of-window): Remove.
13787         (gnus-end-of-window): Remove.
13788
13789         * lpath.el: Don't bind header-line-format and scroll-margin.
13790
13791 2005-07-25  Simon Josefsson  <jas@extundo.com>
13792
13793         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13794         to have the url package without w3.  Reported by Daiki Ueno
13795         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13796
13797 2005-07-20  Didier Verna  <didier@xemacs.org>
13798
13799         * gnus-diary.el: Remove the description comment (nndiary is now
13800         properly documented in the Gnus manual).
13801         Fix the spelling of "Back End".
13802         * nndiary.el: Ditto.
13803         Fix the copyright notice.
13804
13805 2005-07-18  Romain Francoise  <romain@orebokech.com>
13806
13807         * gnus-sum.el (gnus-summary-to-prefix)
13808         (gnus-summary-newsgroup-prefix): New variables.
13809         (gnus-summary-from-or-to-or-newsgroups): Use them.
13810
13811 2005-07-17  Romain Francoise  <romain@orebokech.com>
13812
13813         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13814         space as it's generally not especially interesting to the user.
13815
13816 2005-07-16  Romain Francoise  <romain@orebokech.com>
13817
13818         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13819         nil to avoid prompting and file modification if one of the
13820         messages at the top of the nnfolder file contains a copyright
13821         notice.
13822         Update copyright notice.
13823
13824         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13825         instead of `current-time-string' as the latter creates a time
13826         string that is not RFC 2822 compliant (it lacks the zone).
13827         Update copyright notice.
13828
13829 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13830
13831         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13832         for text/rtf.  Display default in prompt.  Pass default for M-n.
13833
13834         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13835
13836 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13837
13838         * gnus-msg.el (gnus-button-mailto):
13839         Remove save-selected-window-window hackery because it relies on
13840         save-selected-window internals.
13841
13842 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13843
13844         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13845         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13846         (gnus-article-prev-page): Ditto.
13847
13848         * gnus-util.el (gnus-beginning-of-window): New function.
13849         (gnus-end-of-window): New function.
13850
13851         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13852
13853 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13854
13855         * gnus-score.el (gnus-score-edit-all-score):
13856         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13857         gnus-message.
13858
13859 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13860
13861         * gnus-msg.el (gnus-button-mailto):
13862         Remove save-selected-window-window hackery because it relies on
13863         save-selected-window internals.
13864
13865 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13866
13867         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13868         add-minor-mode.
13869         (gnus-binary-mode): Ditto.
13870
13871         * gnus-topic.el (gnus-topic-mode): Ditto.
13872
13873 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13874
13875         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13876         (gnus-article-prev-page): Take scroll-margin into consideration.
13877
13878 2005-07-04  Lute Kamstra  <lute@gnu.org>
13879
13880         Update FSF's address in GPL notices.
13881
13882 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13883
13884         * gnus.el (gnus-exit):
13885         * gnus-group.el (gnus-group-icons):
13886         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13887
13888         * gnus-nocem.el (gnus-nocem):
13889         * message.el (message-various, message-buffers, message-sending)
13890         (message-interface, message-forwarding, message-insertion)
13891         (message-headers, message-news, message-mail):
13892         * pgg-gpg.el (pgg-gpg):
13893         * pgg-parse.el (pgg-parse):
13894         * pgg-pgp.el (pgg-pgp):
13895         * pgg-pgp5.el (pgg-pgp5):
13896         * pop3.el (pop3): Finish `defgroup' description with period.
13897
13898 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13899
13900         * gnus-art.el (article-display-face): Improve the efficiency.
13901         (article-display-x-face): Ditto; remove grey x-face stuff.
13902
13903 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13904
13905         * gnus-art.el (article-display-face): Correct the position in
13906         which Faces are inserted.
13907
13908 2005-06-29  Didier Verna  <didier@xemacs.org>
13909
13910         * gnus-art.el (article-display-face): Display faces in correct
13911         order.
13912
13913 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13914
13915         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13916         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13917         (gnus-nocem-check-article): Fetch the Type header.
13918         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13919         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13920         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13921         make sure gnus-nocem-hashtb is initialized.
13922         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13923         (gnus-nocem-unwanted-article-p): Ditto.
13924
13925         * pgg.el (pgg-verify): Return the verification result.
13926
13927 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13928
13929         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13930         is ascii.
13931
13932 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13933
13934         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13935         `show-nonbreak-escape'.
13936
13937 2005-06-23  Lute Kamstra  <lute@gnu.org>
13938
13939         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13940
13941         * dig.el (dig-mode):
13942         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13943
13944 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13945
13946         * nnimap.el (nnimap-split-download-body): Fix spellings.
13947
13948 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13949
13950         * gnus-art.el (gnus-article-encrypt-body):
13951         * gnus-cus.el (gnus-score-customize):
13952         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13953         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13954
13955 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13956
13957         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13958         header by looking for magic "MII" at the beginnig.
13959
13960 2005-06-16  Miles Bader  <miles@gnu.org>
13961
13962         * gnus-xmas.el (gnus-xmas-group-startup-message):
13963         Use renamed gnus-splash face.
13964
13965         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13966         (assistant-field-face): New backward-compatibility alias for renamed
13967         face.
13968         (assistant-render-text): Use renamed assistant-field face.
13969
13970         * spam.el (spam): Remove "-face" suffix from face name.
13971         (spam-face): New backward-compatibility alias for renamed face.
13972         (spam-face, spam-initialize): Use renamed spam face.
13973
13974         * message.el (message-header-to, message-header-cc)
13975         (message-header-subject, message-header-newsgroups)
13976         (message-header-other, message-header-name)
13977         (message-header-xheader, message-separator, message-cited-text)
13978         (message-mml): Remove "-face" suffix from face names.
13979         (message-header-to-face, message-header-cc-face)
13980         (message-header-subject-face, message-header-newsgroups-face)
13981         (message-header-other-face, message-header-name-face)
13982         (message-header-xheader-face, message-separator-face)
13983         (message-cited-text-face, message-mml-face):
13984         New backward-compatibility aliases for renamed faces.
13985         (message-font-lock-keywords): Use renamed message faces.
13986
13987         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13988         (sieve-test-commands, sieve-tagged-arguments):
13989         Remove "-face" suffix from face names.
13990         (sieve-control-commands-face, sieve-action-commands-face)
13991         (sieve-test-commands-face, sieve-tagged-arguments-face):
13992         New backward-compatibility aliases for renamed faces.
13993         (sieve-control-commands-face, sieve-action-commands-face)
13994         (sieve-test-commands-face, sieve-tagged-arguments-face):
13995         Use renamed sieve faces.
13996
13997         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13998         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13999         (gnus-group-news-3-empty, gnus-group-news-4)
14000         (gnus-group-news-4-empty, gnus-group-news-5)
14001         (gnus-group-news-5-empty, gnus-group-news-6)
14002         (gnus-group-news-6-empty, gnus-group-news-low)
14003         (gnus-group-news-low-empty, gnus-group-mail-1)
14004         (gnus-group-mail-1-empty, gnus-group-mail-2)
14005         (gnus-group-mail-2-empty, gnus-group-mail-3)
14006         (gnus-group-mail-3-empty, gnus-group-mail-low)
14007         (gnus-group-mail-low-empty, gnus-summary-selected)
14008         (gnus-summary-cancelled, gnus-summary-high-ticked)
14009         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14010         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14011         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14012         (gnus-summary-low-undownloaded)
14013         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14014         (gnus-summary-low-unread, gnus-summary-normal-unread)
14015         (gnus-summary-high-read, gnus-summary-low-read)
14016         (gnus-summary-normal-read, gnus-splash):
14017         Remove "-face" suffix from face names.
14018         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14019         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14020         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14021         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14022         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14023         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14024         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14025         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14026         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14027         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14028         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14029         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14030         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14031         (gnus-summary-normal-ticked-face)
14032         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14033         (gnus-summary-normal-ancient-face)
14034         (gnus-summary-high-undownloaded-face)
14035         (gnus-summary-low-undownloaded-face)
14036         (gnus-summary-normal-undownloaded-face)
14037         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14038         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14039         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14040         (gnus-splash-face):
14041         New backward-compatibility aliases for renamed faces.
14042         (gnus-group-startup-message): Use renamed gnus faces.
14043
14044         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14045         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14046         (gnus-server-agent): Remove "-face" suffix from face names.
14047         (gnus-server-agent-face, gnus-server-opened-face)
14048         (gnus-server-closed-face, gnus-server-denied-face)
14049         (gnus-server-offline-face):
14050         New backward-compatibility aliases for renamed faces.
14051         (gnus-server-agent-face, gnus-server-opened-face)
14052         (gnus-server-closed-face, gnus-server-denied-face)
14053         (gnus-server-offline-face): Use renamed gnus faces.
14054
14055         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14056         Remove "-face" suffix from face names.
14057         (gnus-picon-xbm-face, gnus-picon-face):
14058         New backward-compatibility aliases for renamed faces.
14059
14060         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14061         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14062         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14063         (gnus-cite-11): Remove "-face" suffix from face names.
14064         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14065         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14066         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14067         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14068         New backward-compatibility aliases for renamed faces.
14069         (gnus-cite-attribution-face, gnus-cite-face-list)
14070         (gnus-article-boring-faces): Use renamed gnus faces.
14071
14072         * gnus-art.el (gnus-signature, gnus-header-from)
14073         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14074         (gnus-header-content): Remove "-face" suffix from face names.
14075         (gnus-signature-face, gnus-header-from-face)
14076         (gnus-header-subject-face, gnus-header-newsgroups-face)
14077         (gnus-header-name-face, gnus-header-content-face):
14078         New backward-compatibility aliases for renamed faces.
14079         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14080
14081         * gnus-sum.el (gnus-summary-selected-face)
14082         (gnus-summary-highlight): Use renamed gnus faces.
14083         * gnus-group.el (gnus-group-highlight): Likewise.
14084
14085 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14086
14087         * gnus-sieve.el (gnus-sieve-article-add-rule):
14088         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14089         * spam-stat.el (spam-stat-buffer-change-to-spam)
14090         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14091
14092         * message.el (message-is-yours-p):
14093         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14094
14095 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14096
14097         * mm-view.el (mm-inline-text): Withdraw the last change.
14098
14099 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14100
14101         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14102         executing enriched-decode.
14103
14104 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14105
14106         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14107         charset of tar files.
14108
14109 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14110
14111         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14112
14113 2005-06-04  Lute Kamstra  <lute@gnu.org>
14114
14115         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14116         information is never recorded.
14117
14118 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14119
14120         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14121
14122 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14123
14124         * pop3.el (pop3-apop): Run md5 in the binary mode.
14125
14126         * starttls.el (starttls-set-process-query-on-exit-flag):
14127         Use eval-and-compile.
14128
14129 2005-05-31  Simon Josefsson  <jas@extundo.com>
14130
14131         * smime.el (smime-replace-in-string): Define.
14132         (smime-cert-by-ldap-1): Use it.
14133
14134 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14135
14136         * gnus-art.el (article-display-x-face): Replace
14137         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14138
14139         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14140         set-process-query-on-exit-flag or process-kill-without-query.
14141
14142         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14143         loop instead of replace-regexp.
14144
14145         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14146         instead of process-kill-without-query if it is available.
14147
14148         * lpath.el: Fbind ldap-search-entries.
14149
14150         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14151         instead of find-file-hooks if it is available.
14152
14153         * mml1991.el: Bind pgg-default-user-id when compiling.
14154
14155         * mml2015.el: Bind pgg-default-user-id when compiling.
14156
14157         * nndraft.el (nndraft-request-associate-buffer):
14158         Use write-contents-functions instead of write-contents-hooks if it is
14159         available.
14160
14161         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14162         instead of find-file-hooks if it is available.
14163
14164         * nntp.el (nntp-open-connection): Replace
14165         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14166         (nntp-open-ssl-stream): Ditto.
14167         (nntp-open-tls-stream): Ditto.
14168
14169         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14170         set-process-query-on-exit-flag or process-kill-without-query.
14171         (starttls-open-stream-gnutls): Use it instead of
14172         process-kill-without-query.
14173         (starttls-open-stream): Ditto.
14174
14175 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14176
14177         * smime.el (smime-cert-by-ldap-1): Don't use
14178         replace-regexp-in-string.
14179
14180 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14181
14182         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14183
14184         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14185         in PEM format.  Adjust to the XEmacs compability.
14186
14187 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14188
14189         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14190         by `string-to-number'.
14191         * gnus-agent.el (gnus-agent-regenerate-group)
14192         (gnus-agent-fetch-articles): Ditto.
14193         * gnus-art.el (gnus-button-fetch-group): Ditto.
14194         * gnus-cache.el (gnus-cache-generate-active)
14195         (gnus-cache-articles-in-group): Ditto.
14196         * gnus-group.el (gnus-group-set-current-level)
14197         (gnus-group-insert-group-line): Ditto.
14198         * gnus-score.el (gnus-score-set-expunge-below)
14199         (gnus-score-set-mark-below, gnus-summary-score-effect)
14200         (gnus-summary-score-entry): Ditto.
14201         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14202         (gnus-soup-pack): Ditto.
14203         * gnus-spec.el (gnus-xmas-format): Ditto.
14204         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14205         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14206         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14207         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14208         * nndb.el (nndb-get-remote-expire-response): Ditto.
14209         * nndiary.el (nndiary-parse-schedule-value)
14210         (nndiary-string-to-number, nndiary-request-replace-article)
14211         (nndiary-request-article): Ditto.
14212         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14213         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14214         * nneething.el (nneething-make-head): Ditto.
14215         * nnfolder.el (nnfolder-request-article)
14216         (nnfolder-retrieve-headers): Ditto.
14217         * nnheader.el (nnheader-file-to-number): Ditto.
14218         * nnkiboze.el (nnkiboze-request-article): Ditto.
14219         * nnmail.el (nnmail-process-unix-mail-format)
14220         (nnmail-process-babyl-mail-format): Ditto.
14221         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14222         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14223         (nnmh-request-create-group, nnmh-request-list-1)
14224         (nnmh-request-group, nnmh-request-article): Ditto.
14225         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14226         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14227         * nnsoup.el (nnsoup-make-active): Ditto.
14228         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14229         * nntp.el (nntp-find-group-and-number)
14230         (nntp-retrieve-headers-with-xover): Ditto.
14231         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14232         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14233         (pgg-format-key-identifier): Ditto.
14234         * pop3.el (pop3-last, pop3-stat): Ditto.
14235         * qp.el (quoted-printable-decode-region): Ditto.
14236
14237         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14238         of concat.
14239
14240 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14241
14242         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14243
14244         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14245
14246         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14247
14248         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14249
14250         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14251
14252         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14253
14254         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14255         (gnus-carpal-mode): Ditto.
14256
14257         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14258         (gnus-browse-mode): Ditto.
14259
14260         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14261
14262         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14263
14264 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14265
14266         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14267
14268 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14269
14270         * gnus-util.el (gnus-run-mode-hooks): New function.
14271
14272         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14273
14274         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14275         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14276
14277 2005-05-27  Lute Kamstra  <lute@gnu.org>
14278
14279         * dns-mode.el (dns-mode): Specify customization group.
14280
14281 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14282
14283         * gnus-agent.el (gnus-agent-make-mode-line-string):
14284         Use mode-line-highlight as mouse-face.
14285
14286 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14287
14288         * canlock.el (canlock): Change the parent group to news.
14289
14290         * deuglify.el (gnus-outlook-deuglify): Add :group.
14291
14292         * dig.el (dig): Add :group.
14293
14294         * dns-mode.el (dns-mode): Add :group.
14295
14296         * encrypt.el (encrypt): Add :group.
14297
14298         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14299         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14300         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14301         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14302         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14303
14304         * gnus-diary.el (gnus-diary): Add :group.
14305
14306         * gnus.el (gnus-group-news-1-face): Add :group.
14307         (gnus-group-news-1-empty-face): Ditto.
14308         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14309         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14310         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14311         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14312         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14313         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14314         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14315         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14316         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14317         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14318         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14319         (gnus-summary-high-ticked-face): Ditto.
14320         (gnus-summary-low-ticked-face): Ditto.
14321         (gnus-summary-normal-ticked-face): Ditto.
14322         (gnus-summary-high-ancient-face): Ditto.
14323         (gnus-summary-low-ancient-face): Ditto.
14324         (gnus-summary-normal-ancient-face): Ditto.
14325         (gnus-summary-high-undownloaded-face): Ditto.
14326         (gnus-summary-low-undownloaded-face): Ditto.
14327         (gnus-summary-normal-undownloaded-face): Ditto.
14328         (gnus-summary-high-unread-face): Ditto.
14329         (gnus-summary-low-unread-face): Ditto.
14330         (gnus-summary-normal-unread-face): Ditto.
14331         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14332         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14333
14334         * hashcash.el (hashcash): New custom group.
14335         (hashcash-default-payment): Add :group.
14336         (hashcash-payment-alist): Ditto.
14337         (hashcash-default-accept-payment): Ditto.
14338         (hashcash-accept-resources): Ditto.
14339         (hashcash-path): Ditto.
14340         (hashcash-extra-generate-parameters): Ditto.
14341         (hashcash-double-spend-database): Ditto.
14342         (hashcash-in-news): Ditto.
14343
14344         * message.el (message-minibuffer-local-map): Add :group.
14345
14346         * netrc.el (netrc): Add :group.
14347
14348         * sieve-manage.el (sieve-manage-log): Add :group.
14349         (sieve-manage-default-user): Diito.
14350         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14351         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14352         (sieve-manage-authenticators): Ditto.
14353         (sieve-manage-authenticator-alist): Ditto.
14354         (sieve-manage-default-port): Ditto.
14355
14356         * sieve-mode.el (sieve-control-commands-face): Add :group.
14357         (sieve-action-commands-face): Ditto.
14358         (sieve-test-commands-face): Ditto.
14359         (sieve-tagged-arguments-face): Ditto.
14360
14361         * smime.el (smime): Add :group.
14362
14363         * spam-report.el (spam-report): Add :group.
14364
14365         * spam.el (spam, spam-face): Add :group.
14366
14367 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14368
14369         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14370         return \n.\n.\n at the end of articles.  Protect against that.
14371         (nntp-with-open-group): Allow debugging.
14372
14373         * nnheader.el (mail-header-set-extra): Make into a function
14374         because I just could't understand how to quote the list properly.
14375
14376         * dns.el (query-dns-cached): New function.
14377
14378 2005-05-26  Lute Kamstra  <lute@gnu.org>
14379
14380         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14381
14382 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14383
14384         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14385
14386         * gnus-art.el: Don't autoload mail-extract-address-components.
14387
14388         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14389         eval-and-compile to evaluate it.
14390
14391         * hashcash.el: Don't autoload executable-find.
14392
14393         * nndb.el: Don't declare the nndb back end two or more times; don't
14394         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14395
14396         * nntp.el: Autoload format-spec instead of format; use
14397         eval-and-compile to evaluate autoload forms.
14398
14399 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14400
14401         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14402
14403 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14404
14405         * gnus.el (gnus-version-number): Bump version.
14406
14407 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14408
14409         * gnus.el: No Gnus v0.3 is released.
14410
14411 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14412
14413         * lpath.el (featurep): Bind show-nonbreak-escape.
14414
14415 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14416
14417         * gnus-art.el (gnus-article-edit-part): Disable undo.
14418
14419 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14420
14421         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14422         gnus-article-date-lapsed-new-header is t if date timer is active;
14423         skip headers in which the original date value is empty.
14424         (gnus-article-save-original-date): Redefine it as a macro.
14425         (gnus-display-mime): Use it.
14426
14427 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14428
14429         * gnus-art.el (article-date-ut): Support converting date in
14430         forwarded parts as well.
14431         (gnus-article-save-original-date): New function.
14432         (gnus-display-mime): Use it.
14433
14434 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14435
14436         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14437         enclosure element of <item>.
14438
14439 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14440
14441         * message.el (message-kill-buffer-query): Rename from
14442         `message-kill-buffer-query-if-modified'.  Add :version.
14443
14444 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14445
14446         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14447         window layout.
14448
14449 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14450
14451         * mml.el: Autoload dnd when compiling.
14452
14453 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14454
14455         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14456         x-dnd-*.
14457
14458 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14459
14460         * qp.el (quoted-printable-encode-region): Save excursion.
14461
14462 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14463
14464         * message.el (message-kill-buffer-query-if-modified): Add new variable
14465         so the user can kill a modified message buffer quickly.
14466         (message-kill-buffer): Use it.
14467
14468 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14469
14470         * lpath.el: Fbind display-time-event-handler; don't fbind
14471         string-to-multibyte.
14472
14473         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14474
14475 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14476
14477         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14478         contained in text because xml.el decodes entities) with LFs.
14479
14480 2005-04-11  Lute Kamstra  <lute@gnu.org>
14481
14482         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14483         differently.
14484
14485 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14486
14487         * mm-util.el (mm-detect-coding-region): Typo.
14488
14489 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14490
14491         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14492
14493 2005-04-06  Deepak Goel  <deego@gnufans.org>
14494
14495         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14496         user-function allow user modifications of the scores.
14497         (spam-stat-score-buffer-user): New function, to allow
14498         user-computed modifications to the score.
14499         (spam-stat-score-buffer-user-functions): List of additional
14500         scoring functions.
14501         (spam-stat-error-holder): Global temporary error holder.
14502         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14503         variable.
14504
14505 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14506
14507         * gnus-registry.el (gnus-registry-clean-empty-function)
14508         (gnus-registry-trim, gnus-registry-fetch-groups)
14509         (gnus-registry-delete-group): Groups that match
14510         `gnus-registry-ignored-groups' are removed from the registry
14511         entries, not just ignored for splitting.  This helps clean up the
14512         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14513         to get all the groups a message ID is in.
14514
14515         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14516         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14517         (spam-stat-score-buffer-user-functions): Add :number custom type.
14518
14519 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14520
14521         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14522         argument in XEmacs.
14523
14524         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14525         (nnrss-request-group): Decode group name first.
14526         (nnrss-request-article): Make a text/plain article if mml-to-mime
14527         failed.
14528         (nnrss-get-encoding): Return a compatible encoding according to
14529         nnrss-compatible-encoding-alist.
14530         (nnrss-find-el): Use consp instead of listp.
14531         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14532
14533 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14534
14535         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14536         which Emacs 20 doesn't support.
14537         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14538
14539 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14540
14541         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14542         silence the byte compiler inside the defun.
14543
14544         * gnus-demon.el (parse-time-string): Add autoload.
14545
14546         * gnus-delay.el (parse-time-string): Add autoload.
14547
14548         * gnus-art.el (parse-time-string): Add autoload.
14549
14550         * nnultimate.el (parse-time): Require for `parse-time-string'.
14551
14552 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14553
14554         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14555
14556         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14557
14558         * smime.el (smime-ldap-host-list): Add :version.
14559
14560 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14561
14562         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14563         pass it to `gnus-browse-read-group'.
14564         (gnus-browse-read-group): Add NUMBER argument and pass it to
14565         `gnus-group-read-ephemeral-group'.
14566
14567         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14568         argument and pass it to `gnus-group-read-group'.
14569
14570 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14571
14572         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14573         mm-xemacs-find-mime-charset-1 if we have the mule feature
14574         available at runtime.
14575
14576 2005-03-25  Werner Lemberg  <wl@gnu.org>
14577
14578         * nnmaildir.el: Replace `illegal' with `invalid'.
14579
14580 2005-03-23  Lute Kamstra  <lute@gnu.org>
14581
14582         * time-date.el: Add comment on time value formats.
14583         Don't require parse-time.
14584         (with-decoded-time-value): New macro.
14585         (encode-time-value): New function.
14586         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14587         (days-to-time): Return a valid time value when arg is huge.
14588         (time-since): Use time-subtract.
14589         (time-to-number-of-days): Use time-to-seconds.
14590
14591 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14592
14593         * gnus-start.el (gnus-display-time-event-handler):
14594         Check display-time-timer at runtime rather than only at load time
14595         in case display-time-mode is turned off in the mean time.
14596
14597 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14598
14599         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14600         used.
14601
14602         * nneething.el (nneething-map-file-directory): Derive from
14603         `gnus-directory'.
14604
14605         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14606         the To/Cc button.
14607
14608 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14609
14610         * nnmaildir.el (nnmaildir-request-accept-article):
14611         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14612
14613 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14614
14615         * gnus-async.el: Require timer-funcs at compile time when in
14616         XEmacs for `run-with-idle-timer'.
14617
14618 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14619
14620         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14621         autoloaded function.
14622
14623 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14624
14625         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14626
14627 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14628
14629         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14630
14631 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14632
14633         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14634         Add gnus-expert-user to default.
14635
14636 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14637
14638         * nnimap.el (nnimap-open-server): Ditto.
14639
14640         * imap.el (imap-authenticate): Fix typo.
14641
14642 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14643
14644         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14645         buffer (since IMAP server might return FETCH response out of
14646         order, and the nntp buffer must be sorted).
14647
14648 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14649
14650         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14651         comparison on string.
14652
14653         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14654         (gnus-agent-score): Rename category keywords to match gnus-cus.
14655         (gnus-agent-summary-fetch-series): Modify to protect against
14656         gnus-agent-summary-fetch-group clearing processable flags.
14657         (gnus-agent-synchronize-group-flags): Update live group buffer as
14658         synchronization may occur due to the user toggle the plugged
14659         status.
14660         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14661         successfully downloaded.
14662         (gnus-agent-expire-group-1): Avoid using markers when the overview
14663         is in ascending order; greatly improves performance.
14664         (gnus-agent-regenerate-group):
14665         Use gnus-agent-synchronize-group-flags to reset read status in both
14666         gnus and server.
14667         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14668
14669 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14670
14671         * message.el: Don't autoload former message-utils variables.
14672         (message-strip-subject-trailing-was): Change doc string.
14673
14674         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14675         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14676         (nnweb-google-search): Add "hl=en" here.
14677         (nnweb-google-parse-1, nnweb-google-create-mapping):
14678         Don't hardcode URL.
14679
14680 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14681
14682         * message.el (message-get-reply-headers, message-followup):
14683         Mention related variables `message-use-followup-to' and
14684         `message-use-mail-followup-to', in the information buffer.
14685
14686         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14687         of broken groups(-beta).google.com.
14688
14689 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14690
14691         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14692         parameter to invoked gnus-request-move-article; remove the
14693         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14694         all at once instead of once per article.
14695         (gnus-summary-remove-process-mark): Accept a list of articles as
14696         well as a single article for processing.
14697
14698         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14699         parameter.
14700
14701         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14702
14703         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14704
14705         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14706         parameter.
14707
14708         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14709         parameter.
14710
14711         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14712         parameter and remove the gnus-sum-hint-move-is-internal variable.
14713
14714         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14715         parameter.
14716
14717         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14718         parameter.
14719
14720         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14721         parameter.
14722
14723         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14724
14725         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14726         parameter.
14727
14728         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14729         parameter.
14730
14731 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14732
14733         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14734         a more conservative way.
14735
14736 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14737
14738         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14739         buffer, so it moves the window's cursor.
14740
14741 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14742
14743         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14744         `mm-dissect-multipart' and receive the from field as an (optional)
14745         argument from `mm-dissect-multipart'.
14746         (mm-dissect-multipart): Receive the from field as an argument and
14747         pass it on when we call `mm-dissect-buffer' on MIME parts.
14748         Fixes verification/decryption of signed/encrypted MIME parts.
14749
14750 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14751
14752         * gnus-sum.el (gnus-summary-move-article):
14753         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14754         whatever it calls (right now, only nnimap-request-move article
14755         respects it).
14756
14757         * nnimap.el (nnimap-request-move-article):
14758         When gnus-sum-hint-move-is-internal is set, don't do the extra
14759         nnimap-request-article.
14760
14761 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14762
14763         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14764
14765         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14766         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14767
14768         * gnus-sum.el (gnus-summary-caesar-message):
14769         Apply `gnus-treat-article' after rotation.
14770
14771         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14772         doc string.
14773
14774 2005-02-22  Simon Josefsson  <jas@extundo.com>
14775
14776         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14777         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14778         <arne@arnested.dk>.
14779         (encrypt): Add password-cache and password-cache-expiry as group
14780         members.
14781
14782 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14783
14784         * smime.el (smime-ldap-host-list): Doc fix.
14785         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14786         cache) password.
14787         (smime-sign-region): Use it.
14788         (smime-decrypt-region): Use it.
14789         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14790         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14791         fails.
14792         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14793         certificate from DER to PEM format rather than calling openssl.
14794
14795         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14796
14797         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14798         for signing/encryption.
14799
14800         * mml.el (mml-parse-1): Use them.
14801
14802 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14803
14804         * nnrss.el (nnrss-verbose): Remove.
14805         (nnrss-request-group): Use `nnheader-message' instead.
14806
14807 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14808
14809         * nnrss.el (nnrss-verbose): New variable.
14810         (nnrss-request-group): Make it say nnrss is requesting a group.
14811
14812 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14813
14814         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14815         Handle news URL with given port correctly.
14816
14817 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14818
14819         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14820         containing special characters.
14821
14822         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14823
14824         * mml.el (mime-to-mml): Ditto.
14825
14826         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14827         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14828         (rfc2047-decode-region): Quote decoded words containing special
14829         characters when rfc2047-quote-decoded-words-containing-tspecials
14830         is non-nil.
14831
14832 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14833
14834         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14835
14836         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14837
14838 2005-02-15  Simon Josefsson  <jas@extundo.com>
14839
14840         * nnimap.el (nnimap-debug): Doc fix.
14841
14842         * imap.el (imap-debug): Doc fix.
14843
14844 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14845
14846         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14847
14848 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14849
14850         * gnus.el (spam-contents): Improve docs for spam-contents
14851         parameter in its variable incarnation.
14852
14853 2005-02-14  Simon Josefsson  <jas@extundo.com>
14854
14855         * smime-ldap.el: Use require instead of load-library for ldap.
14856         (smime-ldap-search): Indent.
14857         (smime-ldap-search-internal): Shorten line.
14858
14859         * smime.el (smime-cert-by-dns): Add doc-string.
14860         (smime-cert-by-ldap-1): Indent.
14861
14862         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14863         mml-smime-get-dns-ldap.
14864         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14865
14866 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14867
14868         * smime.el: Require smime-ldap.
14869         (smime-ldap-host-list): New variable.
14870         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14871
14872         * mml-smime.el (mml-smime-encrypt-query): New function.
14873         (mml-smime-encrypt-query): Use it.
14874
14875         * smime-ldap.el: New file.
14876
14877 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14878
14879         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14880
14881 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14882
14883         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14884         argument in doc string.  Make query for type more clear.
14885
14886 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14887
14888         * gnus.el (gnus-group-startup-message): Search for gnus images in
14889         etc/images/gnus.
14890         * mm-util.el (mm-image-load-path): Likewise.
14891         * smiley.el (smiley-data-directory): Search for smilies in
14892         etc/images/smilies.
14893
14894 2005-02-09  Kim F. Storm  <storm@cua.dk>
14895
14896         Change Emacs release version from 21.4 to 22.1 throughout.
14897         Change Emacs development version from 21.3.50 to 22.0.50.
14898
14899 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14900
14901         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14902
14903         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14904         non-Mule XEmacs as well.
14905         (mm-decompress-buffer): Signal an error intentionally if it does
14906         not decompress compressed data because auto-compression-mode is
14907         disabled.
14908
14909 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14910
14911         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14912         an ID in the registry even if it has no groups.
14913
14914 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14915
14916         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14917         merge it into mm-decompress-buffer.
14918         (gnus-mime-copy-part): Use the MIME part charset, the value which
14919         a user specified or gnus-newsgroup-charset for decoding, like
14920         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14921         save-buffer what was used.  Suggested by Kevin Ryde
14922         <user42@zip.com.au>.
14923         (gnus-mime-inline-part): Allow the name parameter as well as the
14924         filename parameter; force decompressing of compressed data; always
14925         display contents being not decoded as unibyte.
14926
14927         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14928         as well as the filename parameter.
14929
14930         * mm-util.el (mm-decompress-buffer):
14931         Merge gnus-mime-jka-compr-maybe-uncompress.
14932         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14933         of compressed data.
14934
14935 2005-02-08  Simon Josefsson  <jas@extundo.com>
14936
14937         * imap.el (imap-log): Doc fix.
14938
14939 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14940
14941         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14942         the coding cookies; decompress compressed parts.
14943
14944         * mml.el (mml-generate-mime-1): Add the charset parameter according
14945         to the value which a user specified manually or the coding cookie.
14946
14947         * mm-util.el (mm-string-to-multibyte): New function.
14948         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14949         (mm-coding-system-to-mime-charset): New function.
14950         (mm-decompress-buffer): New function.
14951         (mm-find-buffer-file-coding-system): New function.
14952
14953         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14954         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14955         parts.
14956
14957 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14958
14959         * mm-view.el (mm-display-inline-fontify): Decode a part according
14960         to the charset parameter.
14961
14962 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14963
14964         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14965         prefix arg is neither nil nor a number, as info specifies.
14966
14967 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14968
14969         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14970         timestamps.
14971
14972 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14973
14974         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14975         groups error checking and notify user.
14976
14977 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14978
14979         * message.el (message-send-mail-function): Check existence of
14980         sendmail-program first before using default value
14981         `message-send-mail-with-sendmail'.  Otherwise use more generic
14982         `smtpmail-send-it'.
14983
14984 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14985
14986         * nntp.el (nntp-request-update-info): Always return nil.
14987
14988 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14989
14990         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14991
14992 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14993
14994         * message.el (message-beginning-of-line): Change the behavior when
14995         invoked between BOL and : so that it first moves backward.
14996
14997 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14998
14999         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15000         article buffer when editing of the article is discarded.
15001         (gnus-article-prepare): Revert.
15002
15003 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15004
15005         * gnus-art.el (gnus-article-prepare):
15006         Remove message-strip-forbidden-properties from the local hook.
15007
15008 2005-01-27  Simon Josefsson  <jas@extundo.com>
15009
15010         * password.el (password-cache-add): Only start one timer per key.
15011         Reported by Derek Atkins <warlord@MIT.EDU>.
15012
15013 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15014
15015         * run-at-time.el: Remove.  It is no longer needed as
15016         timer-funcs.el in the xemacs-base package has a working version of
15017         `run-at-time'.
15018
15019         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
15020
15021         * password.el: Require timer-funcs instead of run-at-time in
15022         XEmacs.
15023         Remove `password-run-at-time' macro.
15024         (password-cache-add): Use `run-at-time' instead of
15025         `password-run-at-time'.
15026
15027         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
15028         Remove `nnheader-cancel-function-timers' alias,
15029         `cancel-function-timers' exists in XEmacs in timer-funcs.
15030
15031         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15032         for `run-with-idle-timer'.
15033
15034         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15035         for `run-at-time'.
15036
15037         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15038         for `with-timeout'.
15039
15040         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
15041         the same as for XEmacs 21.4.
15042         No need to ignore `run-with-idle-timer', this function exists in
15043         XEmacs now in timer-funcs.el in the xemacs-base package.
15044         (dgnushack-compile): No need to delete
15045         run-at-time.el from the list of files to compile because it
15046         doesn't exist anymore.
15047
15048 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15049
15050         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15051         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15052
15053 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15054
15055         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15056         sensitively.
15057
15058 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15059
15060         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15061
15062 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15063
15064         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15065         which will be inserted according to the multibyteness of a buffer
15066         rather than the type of contents.  Suggested by ARISAWA Akihiro
15067         <ari@mbf.ocn.ne.jp>.
15068
15069         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15070         of string which old xml.el may return rather than a string.
15071
15072 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15073
15074         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15075
15076 2005-01-16  Simon Josefsson  <jas@extundo.com>
15077
15078         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15079         idn/idna.el isn't available.
15080         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15081         <michael@waxrat.com>.
15082
15083         * hashcash.el: Remove non-FSF copyright header.
15084
15085         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15086         (hashcash-generate-payment): Use it.
15087         (hashcash-generate-payment-async): Use it.
15088
15089 2005-01-15  Simon Josefsson  <jas@extundo.com>
15090
15091         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15092         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15093
15094         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15095         gnus-summary-idna-message.
15096         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15097         (gnus-summary-idna-message): New function.
15098
15099 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15100
15101         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15102         gnus-novice-user.
15103
15104 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15105
15106         * nnrss.el (nnrss-request-delete-group): Delete entries in
15107         nnrss-group-alist as well.
15108         (nnrss-save-server-data): Insert newline.
15109
15110 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15111
15112         * gnus.el (gnus-user-agent): Use list of symbols instead of
15113         symbols.  Display full version number for (S)XEmacs.
15114         Optionally display (S)XEmacs codename.
15115
15116         * gnus-util.el (gnus-emacs-version): Update for new
15117         `gnus-user-agent'.
15118
15119         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15120         Gnus version.
15121
15122 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15123
15124         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15125         which is unreadable in some setups.
15126
15127 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15128
15129         * gnus-spec.el (gnus-update-format-specifications): Flush the
15130         group format spec cache if it doesn't support decoded group names.
15131
15132 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15133
15134         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15135         Allow to apply decay on score files matching a regexp.
15136
15137 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15138
15139         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15140         compatibility in %g and %c.
15141
15142 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15143
15144         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15145         name for only %g and %c.
15146         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15147         of gnus-tmp-group to decoded group name.
15148         (gnus-group-make-rss-group): Exclude `/'s from group names.
15149
15150 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15151
15152         * nnrss.el (nnrss-get-encoding): Fix regexp.
15153
15154 2004-12-27  Simon Josefsson  <jas@extundo.com>
15155
15156         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15157         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15158         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15159
15160 2004-12-17  Kim F. Storm  <storm@cua.dk>
15161
15162         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15163
15164         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15165
15166 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15167
15168         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15169
15170 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15171
15172         * nnrss.el: Require rfc2047 and mml.
15173         (nnrss-file-coding-system): New variable.
15174         (nnrss-format-string): Redefine it as an inline function.
15175         (nnrss-decode-group-name): New function.
15176         (nnrss-string-as-multibyte): Remove.
15177         (nnrss-retrieve-headers): Decode group name; don't use
15178         nnrss-format-string.
15179         (nnrss-request-group): Decode group name.
15180         (nnrss-request-article): Decode group name; allow a Message-ID as
15181         well as an article number; don't use nnrss-format-string; encode a
15182         Message-ID string which may contain non-ASCII characters; use
15183         mml-to-mime to compose a MIME article.
15184         (nnrss-request-expire-articles): Decode group name.
15185         (nnrss-request-delete-group): Decode group name.
15186         (nnrss-fetch): Clarify error message.
15187         (nnrss-read-server-data): Use insert-file-contents instead of load;
15188         bind file-name-coding-system; use multibyte buffer.
15189         (nnrss-save-server-data): Bind coding-system-for-write to the
15190         value of nnrss-file-coding-system; bind file-name-coding-system;
15191         add coding cookie.
15192         (nnrss-read-group-data): Use insert-file-contents instead of load;
15193         bind file-name-coding-system; use multibyte buffer.
15194         (nnrss-save-group-data): Bind coding-system-for-write to the
15195         value of nnrss-file-coding-system; bind file-name-coding-system.
15196         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15197         make it work with non-ASCII text.
15198         (nnrss-find-el): Make it work with old xml.el as well.
15199
15200 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15201
15202         * nnrss.el (nnrss-get-encoding): New function.
15203         (nnrss-fetch): Use unibyte buffer initially; bind
15204         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15205         decode contents according to the encoding attribute.
15206         (nnrss-save-group-data): Add coding cookie.
15207         (nnrss-mime-encode-string): New function.
15208         (nnrss-check-group): Use it to encode subject and author.
15209
15210 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15211
15212         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15213         imaginary variable.
15214
15215 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15216
15217         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15218         correctly even if there are wide characters.
15219
15220 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15221
15222         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15223         downcased symbol names; make a new cache instead of reusing
15224         bbdb-hashtable.
15225
15226 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15227
15228         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15229         concatenating segments rather than before concatenating them.
15230         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15231
15232         * message.el (message-get-reply-headers): Bind `extra'.
15233
15234 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15235
15236         * message.el (message-extra-wide-headers): New variable.
15237         (message-get-reply-headers): Use it.
15238
15239 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15240
15241         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15242         (gnus-agent-group-pathname): Ditto.
15243
15244         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15245
15246         * gnus-group.el (gnus-group-make-group): Decode group name.
15247         (gnus-group-make-rss-group): Register the group data after opening
15248         the nnrss group.
15249
15250 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15251
15252         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15253         by expiry now get marked as read.
15254
15255 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15256
15257         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15258
15259 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15260
15261         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15262         unify Latin characters in XEmacs.
15263         (mm-find-mime-charset-region): Use it.
15264
15265 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15266
15267         * gnus-util.el (gnus-delete-directory): New function.
15268
15269         * gnus-agent.el (gnus-agent-delete-group): Use it.
15270
15271         * gnus-cache.el (gnus-cache-delete-group): Use it.
15272
15273 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15274
15275         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15276         names.
15277
15278 2004-12-16  Simon Josefsson  <jas@extundo.com>
15279
15280         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15281
15282 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15283
15284         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15285
15286         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15287         (gnus-group-set-current-level): Decode group name.
15288
15289 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15290
15291         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15292         failed.
15293
15294 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15295
15296         * gnus-group.el (gnus-group-delete-group): Decode group name.
15297         (gnus-group-make-rss-group): Encode group name.
15298         (gnus-group-catchup-current): Decode group name.
15299         (gnus-group-kill-group): Decode group name.
15300
15301 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15302
15303         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15304
15305 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15306
15307         * gnus-group.el (gnus-group-make-rss-group):
15308         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15309
15310         * gnus-start.el (gnus-setup-news): Honor user's setting to
15311         gnus-message-archive-method.  Suggested by Lute Kamstra
15312         <lute@gnu.org>.
15313
15314 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15315
15316         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15317         global counterparts of the buffer-local variables.
15318
15319 2004-11-16  Romain Francoise  <romain@orebokech.com>
15320
15321         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15322         counterparts of the buffer-local variables.
15323
15324 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15325
15326         * message.el (message-forbidden-properties): Fix typo in doc
15327         string.
15328
15329 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15330
15331         * gnus-util.el (gnus-replace-in-string): Add doc string.
15332
15333         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15334         to avoid problems when splitting mails with many recipients.
15335
15336 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15337
15338         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15339         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15340
15341 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15342
15343         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15344         if there is no hashtable in memory or file modification time is
15345         newer than cached timestamp.
15346
15347 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15348
15349         * gnus-sum.el (gnus-summary-limit-to-recipient):
15350         Implement not-matching option.
15351
15352 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15353
15354         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15355         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15356         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15357         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15358         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15359         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15360
15361 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15362
15363         * message.el (message-forward-make-body-mml): Remove headers
15364         according to message-forward-ignored-headers if a message is decoded.
15365
15366 2004-12-02  Romain Francoise  <romain@orebokech.com>
15367
15368         * message.el (message-forward-make-body-plain): Always remove
15369         headers according to message-forward-ignored-headers.
15370
15371 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15372
15373         * spam.el (spam-summary-prepare-exit): Remove the
15374         gnus-summary-limit pop for now, it has problems with ham marks for
15375         me.
15376
15377 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15378
15379         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15380         correctly.
15381
15382 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15383
15384         * format-spec.el (format-spec): Message the char.
15385
15386 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15387
15388         * gnus-art.el (gnus-split-methods): Reformat comments.
15389
15390         * spam.el (spam-summary-prepare-exit): Remove article limits
15391         before exiting the summary buffer.
15392
15393 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15394
15395         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15396         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15397
15398         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15399         order to silence the byte compiler.
15400
15401         * spam.el: Fix the way to silence the byte compiler, which
15402         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15403         bbdb-search-simple, spam-BBDB-register-routine,
15404         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15405         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15406         spam-stat-buffer-is-spam, spam-stat-load,
15407         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15408         spam-stat-save and spam-stat-split-fancy.
15409
15410 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15411
15412         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15413         which may confuse users.
15414         (canlock-password-for-verify): Ditto.
15415
15416         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15417
15418         * gnus-art.el (gnus-emphasis-alist): Ditto.
15419
15420         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15421
15422         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15423
15424         * gnus-start.el (gnus-save-killed-list): Ditto.
15425
15426         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15427         (gnus-sum-thread-tree-root): Ditto.
15428         (gnus-sum-thread-tree-false-root): Ditto.
15429         (gnus-sum-thread-tree-single-indent): Ditto.
15430
15431         * message.el (message-courtesy-message): Ditto.
15432         (message-archive-note): Ditto.
15433         (message-subscribed-address-file): Ditto.
15434         (message-user-fqdn): Ditto.
15435
15436         * spam-report.el (spam-report-gmane-regex): Ditto.
15437
15438         * spam.el (spam-blackhole-good-server-regex): Ditto.
15439
15440 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15441
15442         * mml.el (mml-preview): Widen the message buffer before copying
15443         the contents to the preview buffer; sort headers before previewing.
15444
15445         * message.el (message-hidden-headers): Fix the way to avoid a bug
15446         in the `repeat' widget in Emacs 21.3 or earlier.
15447
15448 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15449
15450         * message.el (message-hidden-headers): Default to "^References:".
15451         Improve customization type.  Suggested by Reiner Steib
15452         <Reiner.Steib@gmx.de>.
15453
15454 2004-11-25  Romain Francoise  <romain@orebokech.com>
15455
15456         * message.el (message-strip-forbidden-properties): Remove check for
15457         obsolete `message-hidden' text property, hidden headers are not
15458         accessible in the buffer anymore.
15459
15460 2004-11-22  Romain Francoise  <romain@orebokech.com>
15461
15462         * message.el (message-header-format-alist): Add `From' in list
15463         so that it can be sorted.
15464         (message-fix-before-sending): Widen and sort headers before
15465         sending.
15466         (message-hide-headers): Use narrowing to hide headers by moving
15467         them to the top of the buffer and narrowing to the region
15468         underneath.
15469
15470 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15471
15472         * message.el (message-strip-forbidden-properties):
15473         Bind buffer-read-only (etc) to nil.
15474
15475 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15476
15477         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15478         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15479
15480 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15481
15482         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15483
15484 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15485
15486         * dns.el (query-dns): Use sit-for to time instead of
15487         accept-process-output, since that doesn't seem to work on udp
15488         sockets.
15489
15490 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15491
15492         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15493
15494 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15495
15496         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15497         doc string.  Improve doc string.
15498
15499 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15500
15501         * nntp.el (nntp-request-update-info): Return nil if
15502         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15503         may not call gnus-activate-group which uselessly issues the GROUP
15504         commands for all nntp groups and wastes time.  Reported by Romain
15505         Francoise <romain@orebokech.com>.
15506
15507         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15508
15509 2004-11-15  Simon Josefsson  <jas@extundo.com>
15510
15511         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15512         headers separately.
15513         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15514         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15515
15516 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15517
15518         * gnus-start.el (gnus-convert-old-newsrc):
15519         Assign legacy-gnus-agent to 5.10.7.
15520
15521 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15522
15523         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15524         start of the lines.
15525
15526 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15527
15528         * hashcash.el (hashcash-default-payment): Change default to 20.
15529         (hashcash-default-accept-payment): Change default to 20.
15530         (hashcash-process-alist): New variable.
15531         (hashcash-generate-payment-async): Add.
15532         (hashcash-already-paid-p): Add.
15533         (hashcash-insert-payment): Don't generate payments twice.
15534         (hashcash-insert-payment-async): Add.
15535         (hashcash-insert-payment-async-2): Add.
15536         (hashcash-cancel-async): Add.
15537         (hashcash-wait-async): Add.
15538         (hashcash-processes-running-p): Add.
15539         (hashcash-wait-or-cancel): Add.
15540         (mail-add-payment): New optional argument.  Conditionally start
15541         asynchronous calculation.
15542         (mail-add-payment-async): Add.
15543
15544         * message.el (message-send-mail): Wait for asynchronous hashcash
15545         results.  Don't clobber existing X-Hashcash headers.
15546         (message-setup-1): Call mail-add-payment-async when
15547         message-generate-hashcash is non-nil.
15548
15549 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15550
15551         * message.el (message-use-alternative-email-as-from): Examine the
15552         From header as well; use message-make-from in order to include a
15553         user's full name.
15554
15555 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15556
15557         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15558         default; improve customization type.
15559         (gnus-emphasis-custom-with-format): New macro.
15560         (gnus-emphasis-custom-value-to-external): New function.
15561         (gnus-emphasis-custom-value-to-internal): New function.
15562
15563 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15564
15565         * dns.el (query-dns): Resolve reverse addresses.
15566
15567 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15568
15569         * gnus-group.el (gnus-group-get-new-news): Use it.
15570
15571         * gnus-start.el (gnus-check-reasonable-setup): New function.
15572
15573 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15574
15575         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15576         "Args out of range" error.  Reported by Arnaud Giersch
15577         <arnaud.giersch@free.fr>.
15578
15579 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15580
15581         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15582
15583 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15584
15585         * spam.el (spam group): Add :version.
15586
15587         * pgg-def.el (pgg group): Add :version.
15588
15589 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15590
15591         * gnus-art.el (gnus-article-edit-article): Don't associate the
15592         article buffer with a draft file.  This is a temporary measure
15593         against the 2004-08-22 change to gnus-article-edit-mode.
15594
15595 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15596
15597         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15598         (html2text-format-tags): Remove unused variable `attr'.
15599
15600 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15601
15602         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15603
15604         * tls.el (tls-process-connection-type, tls-success)
15605         (tls-certtool-program): Add :version.
15606
15607         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15608         (starttls-extra-arguments, starttls-process-connection-type)
15609         (starttls-connect, starttls-failure, starttls-success): Add :version.
15610
15611         * spam-stat.el (spam-stat): Add :version.
15612
15613         * sieve.el (sieve): Add :version.
15614
15615         * sha1.el (sha1): Add :version.
15616         (sha1-use-external): Remove redundant version.
15617
15618         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15619         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15620         (nnmail-split-fancy-match-partial-words)
15621         (nnmail-split-lowercase-expanded): Add :version.
15622
15623         * nndiary.el (nndiary): Add :version.
15624
15625         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15626
15627         * mml-sec.el (mml-default-sign-method)
15628         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15629         Add :version.
15630
15631         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15632
15633         * mm-url.el (mm-url-use-external, mm-url-program)
15634         (mm-url-arguments): Add :version.
15635
15636         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15637         (mm-attachment-file-modes, mm-decrypt-option)
15638         (mm-w3m-safe-url-regexp): Add :version.
15639
15640         * message.el (message-cite-prefix-regexp)
15641         (message-sendmail-envelope-from, message-minibuffer-local-map)
15642         (message-user-fqdn, message-completion-alist): Add :version.
15643
15644         * gnus-win.el (gnus-configure-windows-hook)
15645         (gnus-use-frames-on-any-display): Add :version.
15646
15647         * gnus-art.el (gnus-article-address-banner-alist)
15648         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15649         (gnus-treat-from-picon, gnus-treat-mail-picon)
15650         (gnus-treat-x-pgp-sig): Add :version.
15651
15652         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15653         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15654         (gnus-summary-article-delete-hook)
15655         (gnus-summary-display-while-building): Add :version.
15656
15657         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15658         (gnus-get-top-new-news-hook): Add :version.
15659
15660         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15661         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15662
15663         * gnus-registry.el (gnus-registry): Add :version.
15664
15665         * gnus-spec.el (gnus-use-correct-string-widths)
15666         (gnus-make-format-preserve-properties): Add :version.
15667
15668         * gnus.el (gnus-group-charter-alist)
15669         (gnus-group-fetch-control-use-browse-url)
15670         (gnus-install-group-spam-parameters): Add :version.
15671
15672         * gnus-diary.el (gnus-diary): Add :version.
15673
15674         * gnus-delay.el (gnus-delay): Add :version.
15675
15676         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15677         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15678         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15679         Add :version.
15680
15681         * gnus-agent.el (gnus-agent-max-fetch-size)
15682         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15683         (gnus-agent-prompt-send-queue): Add :version.
15684
15685         * deuglify.el (gnus-outlook-deuglify): Add :version.
15686
15687         * html2text.el: Beautify code.  Improve doc strings.
15688         Some checkdoc cleanup.
15689         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15690
15691 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15692
15693         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15694
15695 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15696
15697         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15698         when package is loaded.
15699
15700         * spam.el (spam-summary-score-preferred-header): Add global preference
15701         for people who want to override the default SpamAssassin over
15702         Bogofilter preference (when both are set).
15703         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15704         (spam-user-format-function-S):
15705         Check spam-summary-score-preferred-header.
15706         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15707         (spam-user-format-function-S): Format the score correctly.
15708
15709 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15710
15711         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15712         signature file.  Suggested by Manoj Srivastava
15713         <srivasta@golden-gryphon.com>.
15714
15715         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15716         iso-2022-jp even in the Japanese language environment.
15717         Suggested by Jason Rumney <jasonr@gnu.org>.
15718
15719 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15720
15721         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15722         use the same characters as the dummy marks; make it free from
15723         getting affected by the language environment.
15724         (gnus-summary-read-group-1): Update mark positions only when the
15725         format spec is updated.
15726
15727         * gnus-spec.el (gnus-update-format-specifications): Return a list
15728         of updated types.
15729
15730 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15731
15732         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15733         of boundp to check if display-warning is available.
15734
15735 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15736
15737         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15738
15739 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15740
15741         * nnspool.el (nnspool-spool-directory): Use news-path if the
15742         news-directory variable is not bound.
15743
15744         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15745         function instead of display-warning if it is not available.
15746
15747 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15748
15749         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15750         v5-10: Use `point-at-bol'.
15751
15752 2004-10-26  Simon Josefsson  <jas@extundo.com>
15753
15754         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15755         <chenggao@gmail.com>.
15756
15757 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15758
15759         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15760         instead.
15761
15762 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15763
15764         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15765         to remove a server from the nnimap-server-buffer-alist.
15766         (nnimap-open-connection, nnimap-close-server): Use it.
15767
15768         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15769
15770 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15771
15772         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15773         running the major-mode function.
15774
15775 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15776
15777         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15778         dummy marks in the right way.
15779
15780 2004-10-18  David Edmondson  <dme@dme.org>
15781
15782         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15783         excessively.
15784
15785 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15786
15787         * gnus-util.el (gnus-split-references): Accept a nil references
15788         string and go on blissfully.
15789
15790         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15791         cases where the references string is non-nil but has no references.
15792
15793         * encrypt.el: Add autoload tags.
15794
15795         * spam.el (spam-resolve-registrations-routine): Remove article
15796         from unregistration list too.  Reported by David Hanak
15797         <dhanak@isis.vanderbilt.edu>
15798
15799 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15800
15801         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15802         nil.  Change custom type.
15803
15804 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15805
15806         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15807
15808         * gnus-sum.el (gnus-summary-move-article): Use it.
15809
15810 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15811
15812         * encrypt.el: Add autoload cookies.
15813
15814         * spam.el (spam-backend-article-list-property)
15815         (spam-backend-get-article-todo-list)
15816         (spam-backend-put-article-todo-list)
15817         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15818         Resolve registrations separately.
15819         (spam-register-routine): Format comments.
15820         (spam-unregister-routine, spam-register-routine): Always call with
15821         specific-articles, no default list.
15822         (spam-summary-prepare-exit): Use the spam-classifications function.
15823
15824         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15825         gnus-encrypt.el.
15826
15827         * encrypt.el: Copied from gnus-encrypt.el.
15828
15829         * gnus-encrypt.el: Commented that it's obsolete.
15830
15831 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15832
15833         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15834         (gnus-score-save): Use it.
15835
15836         * message.el (message-bury): Use `window-dedicated-p'.
15837
15838 2004-10-15  Simon Josefsson  <jas@extundo.com>
15839
15840         * pop3.el (top-level): Don't require nnheader.
15841         (pop3-read-timeout): Add.
15842         (pop3-accept-process-output): Add.
15843         (pop3-read-response, pop3-retr): Use it.
15844
15845 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15846
15847         * spam.el (spam-register-routine): Move comment.
15848         (spam-verify-bogofilter): Use 'unknown for the initial
15849         spam-bogofilter-valid state, not 'never.
15850
15851         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15852         for netrc-machine.
15853
15854         * nnimap.el (nnimap-open-connection):
15855         Use netrc-machine-user-or-password.
15856
15857 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15858
15859         * gnus-registry.el (gnus-registry-unload-hook):
15860         Set as a variable with add-hook.
15861
15862         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15863         of news-path.
15864
15865         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15866
15867         * spam.el: Delete duplicate `provide'.
15868         (spam-unload-hook): Set as a variable with add-hook.
15869
15870 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15871
15872         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15873         in the doc string.
15874
15875         * message.el (message-ignored-news-headers)
15876         (message-ignored-supersedes-headers)
15877         (message-ignored-resent-headers)
15878         (message-forward-ignored-headers): Improve custom type.
15879
15880 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15881
15882         * message.el (message-tokenize-header): Fix 2004-09-06 change
15883         which used point-min in the wrong place.
15884
15885 2004-10-12  Simon Josefsson  <jas@extundo.com>
15886
15887         * tls.el (tls-certtool-program): New variable.
15888         (tls-certificate-information): New function, based on
15889         ssl-certificate-information.
15890
15891 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15892
15893         * compface.el: Move the version of ELisp-based uncompface program
15894         to the contrib directory because of the copyright problem.
15895
15896 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15897
15898         * message.el (message-kill-buffer): Raise the current frame.
15899
15900 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15901
15902         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15903
15904         * gnus.el (message-y-or-n-p): Autoload.
15905
15906         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15907         (pop3-password-required, pop3-authentication-scheme)
15908         (pop3-leave-mail-on-server): Make customizable.
15909         (pop3): New custom group.
15910         (pop3-retr): Remove `sleep-for' statements.
15911         Suggested by Dave Love <fx@gnu.org>.
15912
15913         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15914         Windows/DOS.
15915
15916         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15917         (imap-parse-body): Fix incorrect use of `assert'.
15918         Suggested by Dave Love <fx@gnu.org>.
15919
15920         * mml.el (mml-minibuffer-read-disposition): Require match.
15921         Suggested by Dave Love <fx@gnu.org>.
15922
15923 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15924
15925         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15926         doc string.
15927
15928 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15929
15930         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15931
15932 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15933
15934         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15935         instead of calling `mm-insert-inline', to decode text/* parts
15936         before displaying them.
15937
15938 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15939
15940         * mm-uu.el (mm-uu-text-plain-type): New variable.
15941         (mm-uu-pgp-signed-extract-1): Use it.
15942         (mm-uu-pgp-encrypted-extract-1): Use it.
15943         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15944         bind mm-uu-text-plain-type with that value.
15945         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15946         mm-uu-dissect.
15947
15948 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15949
15950         * gnus-group.el (gnus-update-group-mark-positions):
15951         * gnus-sum.el (gnus-update-summary-mark-positions):
15952         * message.el (message-check-news-body-syntax):
15953         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15954         of string-as-multibyte.
15955
15956 2004-10-05  Juri Linkov  <juri@jurta.org>
15957
15958         * gnus-group.el (gnus-update-group-mark-positions):
15959         * gnus-sum.el (gnus-update-summary-mark-positions):
15960         * message.el (message-check-news-body-syntax):
15961         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15962         8-bit unibyte values to a multibyte string for search functions.
15963
15964 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15965
15966         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15967         (mm-uu-dissect-text-parts): New function.
15968
15969         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15970         dissect text parts.
15971
15972         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15973         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15974
15975         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15976
15977         * gnus-topic.el (gnus-topic-hierarchical-parameters):
15978         Use gnus-current-topics instead of gnus-current-topic.
15979
15980 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15981
15982         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15983
15984 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15985
15986         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15987         where approriate.
15988
15989         * nnml.el (nnml-generate-active-info): do.
15990
15991         * nndiary.el (nndiary-generate-active-info): do.
15992
15993         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15994         (gnus-topic-move): do.
15995
15996         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15997         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15998
15999         * gnus-srvr.el (gnus-server-prepare)
16000         (gnus-server-open-all-servers): do.
16001
16002         * gnus-msg.el (gnus-summary-cancel-article)
16003         (gnus-summary-resend-message)
16004         (gnus-summary-mail-crosspost-complaint): do.
16005
16006         * gnus-move.el (gnus-change-server): do.
16007
16008         * gnus-group.el (gnus-group-unmark-all-groups)
16009         (gnus-group-set-current-level): do.
16010
16011 2004-10-04  Simon Josefsson  <jas@extundo.com>
16012
16013         * message.el (message-generate-hashcash): Doc fix.
16014
16015 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16016
16017         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16018         avoid infinite recursion via gnus-get-function.
16019
16020 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16021
16022         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16023
16024         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16025
16026         * nnmail.el (nnmail-split-history): do.
16027
16028         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16029         (nnml-request-delete-group): do.
16030
16031         * nnslashdot.el (nnslashdot-read-groups): do.
16032
16033         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16034         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16035
16036         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16037         (nnspool-sift-nov-with-sed): Use last.
16038         (nnspool-retrieve-headers-with-nov): Use mapc.
16039         (nnspool-request-newgroups): Use dolist.
16040         (nnspool-request-group): Use last.
16041
16042         * nntp.el (nntp-read-server-type): Use dolist.
16043
16044         * nnvirtual.el (nnvirtual-create-mapping)
16045         (nnvirtual-update-read-and-marked): Use dolist.
16046         (nnvirtual-convert-headers): Simplify.
16047
16048 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16049
16050         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16051         Add support for sync'ing tick marks.
16052
16053 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16054
16055         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16056         there's no visible header.
16057
16058 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16059
16060         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16061         When necessary, pass full group name to gnus-request-set-marks.
16062
16063 2004-10-01  Simon Josefsson  <jas@extundo.com>
16064
16065         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16066         acroread.
16067
16068 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16069
16070         * spam-report.el (spam-report-gmane): Fix interactive.
16071
16072         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16073
16074         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16075         when writing file.
16076         (gnus-agent-synchronize-flags): Don't default to being
16077         interactive.
16078
16079 2004-09-30  Simon Josefsson  <jas@extundo.com>
16080
16081         * message.el (message-generate-hashcash): Add.
16082         (message-send-mail): Use it, call mail-add-payment.
16083
16084 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16085
16086         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16087
16088 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16089
16090         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16091         gnus-requst-update-info with explicit code to sync the in-memory
16092         info read flags with the marks being sync'd to the backend.
16093
16094         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16095
16096 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16097
16098         * spam.el (spam-verify-bogofilter): Add new function.
16099         (spam-check-bogofilter)
16100         (spam-bogofilter-register-with-bogofilter): Use it.
16101         (spam-verify-bogofilter): Add small fixes.
16102
16103 2004-09-28  Simon Josefsson  <jas@extundo.com>
16104
16105         * hashcash.el (hashcash-generate-payment): Revert.
16106
16107 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16108
16109         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16110         Use gnus-extract-references instead of gnus-split-references.
16111
16112         * gnus-util.el (gnus-extract-references): Add new function, analogous
16113         to gnus-split-references but extracts only the message-ID without
16114         anything extra.
16115
16116         * hashcash.el (hashcash-generate-payment)
16117         (hashcash-check-payment): Do the right thing if hashcash-path is
16118         nil (because the hashcash program could not be found).
16119
16120         * spam.el (spam-use-hashcash): Remove comment.
16121
16122 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16123
16124         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16125         (gnus-cache-enter-article, gnus-cache-remove-article)
16126         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16127
16128         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16129
16130         * gnus-art.el (article-hide-boring-headers)
16131         (article-translate-strings, article-display-face)
16132         (gnus-article-mime-match-handle-first)
16133         (gnus-article-highlight-headers)
16134         (gnus-article-add-buttons-to-head): do.
16135
16136 2004-09-27  Simon Josefsson  <jas@extundo.com>
16137
16138         * hashcash.el: New version, from
16139         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16140         ../contrib/.
16141
16142 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16143
16144         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16145
16146 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16147
16148         * gnus-dup.el (gnus-dup-open): Use mapc.
16149         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16150
16151         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16152         Reported by Stefan Wiens <s.wi@gmx.net>.
16153
16154         * gnus.el (gnus-shutdown): Use dolist.
16155
16156         * gnus-undo.el (gnus-undo): Use mapc.
16157
16158         * nnrss.el (nnrss-generate-active): do.
16159
16160         * message.el (message-cite-original-without-signature)
16161         (message-cite-original): Use mapc.
16162         (message-do-actions, message-make-forward-subject): Use dolist.
16163
16164 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16165
16166         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16167         deletion to remove entire duplicate line.  Fixes merged article
16168         number bug.
16169
16170 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16171
16172         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16173         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16174         first ask if you want to open a server and then, even when you
16175         responded with no, asking if you want to synchronize the server's
16176         flags.
16177         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16178         multi-line expressions.
16179         (gnus-agent-synchronize-group-flags): New internal function.
16180         Updates marks in memory (in the info structure) AND in the
16181         backend.
16182
16183         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16184
16185         * nnagent.el (nnagent-request-set-mark):
16186         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16187         method, to ensure that synchronization updates marks in the
16188         backend and in the info (in memory) structure.
16189
16190 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16191
16192         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16193         convention fully; don't miss the root article of a thread; make
16194         the X-Draft-From header with correct article numbers.
16195
16196 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16197
16198         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16199         unless plugged.  Disable the agent so that an open failure causes
16200         an error.
16201
16202         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16203         Revert 2004-09-21 change.  The backend must be opened while
16204         synchronizing flags even when the backend stores the flags
16205         locally.
16206
16207 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16208
16209         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16210         in `header' match.  Reported by Svend Tollak Munkejord.
16211
16212         * message.el (message-cite-original): Fix use of
16213         `message-cite-articles-with-x-no-archive'.
16214
16215 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16216
16217         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16218         (gnus-window-to-buffer): Ditto.
16219
16220         * mml.el (mml-preview-buffer): New variable.
16221         (mml-preview): Manage window layout with gnus-buffer-configuration.
16222
16223         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16224         X-Draft-From header even if those articles aren't quoted.
16225
16226 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16227
16228         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16229         (gnus-request-set-mark, gnus-request-update-mark): Use new
16230         g-s-t-u-l-m to decide to use backend even when unplugged.
16231
16232 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16233
16234         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16235         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16236
16237 2004-09-20  Simon Josefsson  <jas@extundo.com>
16238
16239         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16240         "utf-16-le".
16241
16242 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16243
16244         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16245
16246 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16247
16248         * uudecode.el (uudecode-use-external): Add :version.
16249
16250         * smime.el (smime-CA-file, smime-encrypt-cipher)
16251         (smime-dns-server): Add :version.
16252
16253         * smiley.el (gnus-smiley-file-types): Add :version.
16254
16255         * sha1.el (sha1-use-external): Add :version.
16256
16257         * pgg-def.el (pgg-query-keyserver): Add :version.
16258
16259         * nnmail.el (nnmail-fancy-expiry-targets)
16260         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16261         Add :version.
16262
16263         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16264         (nnimap-retrieve-groups-asynchronous): Add :version.
16265         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16266
16267         * mml.el (mml-content-disposition-parameters)
16268         (mml-insert-mime-headers-always): Add :version.
16269
16270         * mm-util.el (mm-coding-system-priorities): Add :version.
16271
16272         * mm-decode.el (mm-inline-text-html-with-images)
16273         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16274         (mm-verify-option): Add :version.
16275         (mm-text-html-renderer): Change :version.
16276
16277         * message.el (message-fcc-externalize-attachments)
16278         (message-required-headers, message-draft-headers)
16279         (message-subject-trailing-was-query)
16280         (message-subject-trailing-was-ask-regexp)
16281         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16282         (message-mark-insert-end, message-archive-header)
16283         (message-archive-note, message-cross-post-default)
16284         (message-cross-post-note, message-followup-to-note)
16285         (message-cross-post-note-function, message-use-mail-followup-to)
16286         (message-subscribed-address-functions)
16287         (message-subscribed-address-file, message-subscribed-addresses)
16288         (message-subscribed-regexps, message-allow-no-recipients)
16289         (message-yank-cited-prefix, message-signature-insert-empty-line)
16290         (message-hidden-headers, message-hierarchical-addresses)
16291         (message-mail-user-agent, message-use-idna)
16292         (message-valid-fqdn-regexp)
16293         (message-strip-special-text-properties, message-header-synonyms)
16294         (message-beginning-of-line, message-tab-body-function): Add :version.
16295         (message-insert-canlock, message-wide-reply-confirm-recipients):
16296         Change :version.
16297
16298         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16299         and :version.
16300         (mail-source-delete-old-incoming-confirm)
16301         (mail-source-movemail-program): Add :version.
16302
16303         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16304         (gnus-agent-cache, gnus-agent): Change :version.
16305
16306         * gnus-util.el (gnus-use-byte-compile): Change :version.
16307
16308         * gnus-sum.el (gnus-summary-make-false-root-always)
16309         (gnus-summary-default-high-score)
16310         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16311         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16312         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16313         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16314         (gnus-sum-thread-tree-single-indent)
16315         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16316         (gnus-sum-thread-tree-leaf-with-other)
16317         (gnus-sum-thread-tree-single-leaf): Add :version.
16318         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16319         (gnus-article-loose-mime): Change :version.
16320
16321         * gnus-start.el (gnus-backup-startup-file)
16322         (gnus-save-startup-file-via-temp-buffer): Add :version.
16323
16324         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16325         (gnus-server-offline-face): Add :version.
16326
16327         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16328
16329         * gnus-msg.el (gnus-gcc-externalize-attachments)
16330         (gnus-debug-files, gnus-debug-exclude-variables)
16331         (gnus-discouraged-post-methods): Change :version.
16332         (gnus-confirm-mail-reply-to-news)
16333         (gnus-confirm-treat-mail-like-news): Add :version.
16334
16335         * gnus-int.el (gnus-server-unopen-status): Add :version.
16336
16337         * gnus-group.el (gnus-group-jump-to-group-prompt)
16338         (gnus-large-ephemeral-newsgroup)
16339         (gnus-fetch-old-ephemeral-headers): Add :version.
16340
16341         * gnus-fun.el (gnus-x-face-directory)
16342         (gnus-convert-pbm-to-x-face-command)
16343         (gnus-convert-image-to-x-face-command)
16344         (gnus-convert-image-to-face-command): Add :version.
16345
16346         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16347
16348         * gnus-cite.el (gnus-cite-blank-line-after-header)
16349         (gnus-article-boring-faces): Add :version.
16350
16351         * gnus-art.el (gnus-buttonized-mime-types)
16352         (gnus-inhibit-mime-unbuttonizing)
16353         (gnus-treat-display-face)
16354         (gnus-treat-body-boundary): Change :version.
16355         (gnus-body-boundary-delimiter, gnus-picon-databases)
16356         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16357         (gnus-treat-date-english, gnus-treat-fold-headers)
16358         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16359         (gnus-treat-mail-picon, gnus-treat-wash-html)
16360         (gnus-article-encrypt-protocol)
16361         (gnus-use-idna, gnus-article-over-scroll)
16362         (gnus-mime-display-multipart-alternative-as-mixed)
16363         (gnus-mime-display-multipart-related-as-mixed)
16364         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16365         (gnus-ctan-url, gnus-button-ctan-handler)
16366         (gnus-button-handle-ctan-bogus-regexp)
16367         (gnus-button-ctan-directory-regexp)
16368         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16369         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16370         (gnus-button-man-level, gnus-button-emacs-level)
16371         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16372
16373         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16374         (gnus-agent-go-online): Change :version.
16375         (gnus-agent-expire-unagentized-dirs)
16376         (gnus-agent-auto-agentize-methods): Add :version.
16377
16378         * flow-fill.el (fill-flowed-display-column)
16379         (fill-flowed-encode-column): Add :version.
16380
16381         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16382         (gnus-outlook-deuglify-unwrap-max)
16383         (gnus-outlook-deuglify-cite-marks)
16384         (gnus-outlook-deuglify-unwrap-stop-chars)
16385         (gnus-outlook-deuglify-no-wrap-chars)
16386         (gnus-outlook-deuglify-attrib-cut-regexp)
16387         (gnus-outlook-deuglify-attrib-verb-regexp)
16388         (gnus-outlook-deuglify-attrib-end-regexp)
16389         (gnus-outlook-display-hook): Add :version.
16390
16391         * binhex.el (binhex-use-external): Add :version.
16392
16393 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16394
16395         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16396         and `invisible'.
16397
16398 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16399
16400         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16401         in gnus-registry-trim.
16402
16403 2004-09-13  Simon Josefsson  <jas@extundo.com>
16404
16405         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16406
16407         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16408
16409         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16410         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16411         <yamaoka@jpl.org>.
16412         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16413         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16414         <yamaoka@jpl.org>.
16415
16416         * sieve.el (sieve-manage-mode): Ditto.
16417
16418 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16419
16420         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16421
16422 2004-09-11  Simon Josefsson  <jas@extundo.com>
16423
16424         * dns-mode.el: Add.
16425
16426         * mm-view.el (mm-display-dns-inline): Add.
16427
16428         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16429         (mm-automatic-display): Ditto.
16430
16431         * mailcap.el (mailcap-mime-data): Add text/dns.
16432         (mailcap-mime-extensions): Map .soa to text/dns.
16433
16434 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16435
16436         * gnus-art.el (article-decode-mime-words, article-babel)
16437         (gnus-article-highlight-signature, gnus-article-add-buttons)
16438         (gnus-signature-toggle): Remove unnecessary bindings of
16439         `inhibit-read-only' inherited from v5.10 merge.
16440
16441 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16442
16443         * nntp.el (nntp): New customization group.
16444         (nntp-authinfo-file): Add customization group.
16445
16446         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16447
16448         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16449
16450         * gnus.el (to-address, to-list, subscribed)
16451         (large-newsgroup-initial): Ditto.
16452
16453         * flow-fill.el (fill-flowed-display-column)
16454         (fill-flowed-encode-column): Ditto.
16455
16456 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16457
16458         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16459         Use point-min rather than 1.
16460         (message-send-mail): Use buffer-size rather than point-max.
16461
16462         * gnus-sum.el (gnus-summary-search-article-forward):
16463         Signal a specific `search-failed' rather than a generic `error'.
16464
16465         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16466         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16467         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16468
16469 2004-09-10  Simon Josefsson  <jas@extundo.com>
16470
16471         * nndb.el (require): Remove tcp and duplicate cl.
16472
16473 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16474
16475         * gnus-agent.el (directory-files-and-attributes): Move forward.
16476
16477 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16478
16479         * gnus-agent.el (directory-files-and-attributes):
16480         Optionally defined to support XEmacs.
16481
16482 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16483
16484         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16485         to avoid run-time CL dependencies.
16486         (gnus-agent-unfetch-articles): New function.
16487         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16488         article numbers even when local .overview file is missing.
16489         (gnus-agent-read-article-number): New function.  Only accepts
16490         27-bit article numbers.
16491         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16492         Use gnus-agent-read-article-number.
16493         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16494         from backend while recognizing that article numbers in .overview
16495         must be valid.
16496         (gnus-agent-update-files-total-fetched-for):
16497         Use directory-files-and-attributes to improve performance.
16498         * gnus-int.el (gnus-request-move-article):
16499         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16500         improve performance.
16501
16502         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16503         some users confused by references to .newsrc when they only have a
16504         .newsrc.eld file.
16505         (gnus-convert-mark-converter-prompt)
16506         (gnus-convert-converter-needs-prompt): Fix use of property list.
16507         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16508         New function.  Used internally to only display 'gnus converting
16509         files' message when actually necessary.
16510
16511         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16512         methods now autoloaded.
16513
16514 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16515
16516         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16517         identifiers.
16518
16519 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16520
16521         * gnus-picon.el: Fix indentation and closing parenthesis.
16522
16523 2004-09-01  Simon Josefsson  <jas@extundo.com>
16524
16525         * message.el (message-canlock-generate): Require sha1, not
16526         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16527         to require within a function.  Sadly, if sha1.el isn't loaded, the
16528         let binding in m-c-g will hide the defcustom definition, which is
16529         bad.)
16530
16531         * canlock.el: Require sha1, not sha1-el.
16532
16533         * message.el: Don't autoload sha1 (there is a autoload cookie in
16534         sha1.el).
16535
16536         * sha1-el.el: Rename to sha1.el.
16537
16538 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16539
16540         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16541
16542 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16543
16544         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16545
16546 2004-08-30  Kim F. Storm  <storm@cua.dk>
16547
16548         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16549
16550         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16551         Add :group 'nnimap.
16552
16553 2004-08-30  Andreas Schwab  <schwab@suse.de>
16554
16555         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16556         ?* and ?\;.
16557
16558         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16559         and ?\' to symbol instead of whitespace.
16560
16561 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16562
16563         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16564
16565         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16566         instead of re-search-forward.
16567
16568         * gnus-uu.el (gnus-uu-save-article): Ditto.
16569         (gnus-uu-post-encode-uuencode): Ditto.
16570
16571         * html2text.el (html2text-clean-list-items): Ditto.
16572         (html2text-clean-dtdd): Ditto.
16573         (html2text-format-tags): Ditto.
16574
16575         * message.el (message-send-mail-with-sendmail): Fix regexp.
16576         (message-fill-field-general): Use search-forward instead of
16577         re-search-forward.
16578         (unbold-region): Ditto.
16579
16580         * nnrss.el (nnrss-request-article): Ditto.
16581
16582         * nnslashdot.el (nnslashdot-request-article): Ditto.
16583
16584         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16585
16586         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16587         "Unrecognized menu descriptor" error in XEmacs.
16588
16589 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16590
16591         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16592         parent article of a sparse article in the thread hashtb.
16593
16594 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16595
16596         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16597         (nnmail-expand-newtext): Lowercase expanded entries if
16598         nnmail-split-lowercase-expanded is non-nil.
16599
16600 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16601
16602         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16603
16604         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16605         of gnus-tmp-news-method into string under XEmacs.  It will be
16606         passed to gnus-correct-length which takes only a string argument.
16607
16608 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16609
16610         * gnus-util.el (gnus-bind-print-variables): New macro.
16611         (gnus-prin1): Use it.
16612         (gnus-prin1-to-string): Use it.
16613         (gnus-pp): New function.
16614         (gnus-pp-to-string): New function.
16615
16616         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16617         Replace pp-to-string with gnus-pp-to-string.
16618         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16619         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16620         * gnus-msg.el (gnus-debug): Ditto.
16621         * gnus-score.el (gnus-score-save): Ditto.
16622         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16623         gnus-pp-to-string.
16624         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16625         with gnus-pp.
16626         * score-mode.el (gnus-score-pretty-print): Ditto.
16627         * webmail.el (webmail-debug): Ditto.
16628
16629 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16630
16631         * gnus-art.el (article-display-face, article-display-x-face):
16632         Use buffer-read-only.
16633
16634 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16635
16636         * gnus-art.el (article-hide-list-identifiers):
16637         Bind inhibit-read-only as t.
16638
16639 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16640
16641         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16642
16643 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16644
16645         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16646         (gnus-narrow-to-page): Don't assume point-min == 1.
16647         (gnus-article-edit-mode): Derive from message-mode.
16648
16649         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16650         point-min == 1.
16651
16652         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16653         Disable incorrect use of `assert'.
16654
16655         * message.el (message-mode): Set comment-start-skip.
16656
16657
16658 2004-08-22  Sam Steingold  <sds@gnu.org>
16659
16660         * pop3.el (pop3-leave-mail-on-server): New user variable.
16661         (pop3-movemail): Delete mail only when it is nil.
16662
16663 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16664
16665         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16666
16667         * mml.el (mml-preview): Use `pop-to-buffer'.
16668
16669         * message.el (message-goto-mail-followup-to): Insert after "To".
16670         (message-carefully-insert-headers): Add comment.
16671
16672         * gnus.el: Remove unused variable `gnus-article-check-size'.
16673
16674         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16675
16676         * gnus-art.el (gnus-button-alist):
16677         Improve `gnus-button-handle-library' entry.
16678
16679 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16680
16681         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16682         Use downcase, since XEmacs capitalizes error messages differently.
16683
16684 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16685
16686         * nntp.el: Add (require 'gnus) due to reference to
16687         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16688
16689 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16690
16691         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16692         Bind `mm-fill-flowed'.
16693
16694         * mm-decode.el (mm-dissect-singlepart): Check it.
16695
16696 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16697
16698         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16699         'imap' for netrc parsing.
16700
16701 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16702
16703         * mailcap.el (mailcap-mime-data): Mark as risky.
16704
16705 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16706
16707         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16708         may be included in the encoded word.
16709         (rfc2047-encode): Don't append a space if the encoded word
16710         includes close parenthesis.
16711
16712 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16713
16714         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16715         of text within parentheses.
16716
16717 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16718
16719         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16720         (gnus-encrypt-write-file-contents): Make the password key the file
16721         name PLUS the cipher, not just the cipher.  Also remove failed
16722         passwords from the cache.
16723
16724 2004-08-06  Simon Josefsson  <jas@extundo.com>
16725
16726         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16727         Doc fix.
16728
16729 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16730
16731         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16732         LWSP.
16733
16734 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16735
16736         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16737         Try to append in-reply-to: data to the references: header.
16738
16739         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16740         (netrc-parse): Use gnus-encrypt.el functions.
16741
16742         * gnus-encrypt.el: Add new file for encryption support; currently
16743         does only a few GPG ciphers and an internal XOR cipher.
16744
16745         * password.el: Add comments on using password-read-and-add.
16746         (password-read-and-add): Add function to read and add the
16747         password to the cache at once.
16748
16749 2004-07-28  Simon Josefsson  <jas@extundo.com>
16750
16751         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16752         parameter (but don't use it, for now).
16753
16754         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16755         instead of hard coding to nil.
16756
16757 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16758
16759         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16760         as mm-inline-image-xemacs does.
16761
16762 2004-07-26  Simon Josefsson  <jas@extundo.com>
16763
16764         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16765         Revert part of 2004-07-17 change below.
16766
16767 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16768
16769         * rfc2047.el (rfc2047-encode-region): Don't infloop.
16770         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16771
16772 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16773
16774         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16775         quotes that actually start with ">" at the beginning of the
16776         lines.
16777
16778 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16779
16780         * rfc2047.el (rfc2047-encode-region): Fix last change.
16781         (rfc2047-encode-parameter): Remove useless concat.
16782
16783 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16784
16785         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16786         encode special characters; fix some kind of misconfigured headers;
16787         signal a real error if debug-on-quit or debug-on-error is non-nil.
16788         (rfc2047-encode-max-chars): New variable.
16789         (rfc2047-encode-1): Use it.
16790         (rfc2047-encode-parameter): New function.
16791
16792         * mml.el (mml-insert-parameter): Remove an excessive space.
16793
16794 2004-07-17  Simon Josefsson  <jas@extundo.com>
16795
16796         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16797         Kai Grossjohann <kai@emptydomain.de>.
16798         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16799         (gnus-group-make-menu-bar): Ditto.
16800
16801         * gnus-util.el (gnus-group-server): Add.
16802
16803 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16804
16805         * message.el (message-clone-locals): Clone sendmail and smtp
16806         variables.
16807
16808 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16809
16810         * rfc2047.el (rfc2047-encode-region): Fix last change.
16811
16812 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16813
16814         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16815         characters as non-special.
16816
16817 2004-07-09  Simon Josefsson  <jas@extundo.com>
16818
16819         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16820         Users will lose all flag changes made while unplugged with
16821         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16822         good default.  See numerous reports on ding mailing list.
16823
16824 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16825
16826         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16827         add generate-head-function and generate-article-function to the
16828         rfc822-forward entry.
16829         (nndoc-rfc822-forward-generate-article): New function.
16830         (nndoc-rfc822-forward-generate-head): New function.
16831
16832         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16833
16834 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16835
16836         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16837         respect display group parameter and gnus-summary-expunge-below.
16838         (gnus-articles-to-read): Remove unused reference to display group
16839         parameter.
16840
16841 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16842
16843         * nnheader.el (nnheader-uniquify-message-id): New experimental
16844         variable.
16845         (nnheader-nov-read-message-id): Use it.
16846
16847         * spam-report.el (spam-report-gmane): Add interactive.
16848
16849 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16850
16851         * mm-encode.el (mm-content-transfer-encoding-defaults):
16852         Use qp-or-base64 for the application/* types.
16853
16854 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16855
16856         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16857
16858 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16859
16860         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16861         trim value.
16862
16863 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16864
16865         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16866         New macro and function.
16867         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16868
16869 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16870
16871         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16872         after-load-alist.
16873
16874 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16875
16876         * gnus-group.el (gnus-group-get-new-news-this-group):
16877         Don't update info that isn't there.
16878
16879 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16880
16881         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16882         entry.
16883
16884 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16885
16886         * mm-view.el (mm-inline-render-with-function): Use multibyte
16887         buffer; decode html source by charset.
16888
16889         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16890
16891         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16892         Mule-UCS is loaded under XEmacs.
16893         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16894
16895 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16896
16897         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16898
16899 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16900
16901         * mm-util.el (mm-coding-system-p): Return a coding-system.
16902         (mm-mime-mule-charset-alist): Use shift_jis instead of
16903         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16904         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16905         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16906         instead of japanese-shift-jis and iso-latin-1 respectively in
16907         order to share the default value with both Emacs and XEmacs-mule.
16908         (mm-mule-charset-to-mime-charset):
16909         Make mm-coding-system-priorities effective.
16910         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16911         while predicating of candidates upon the priorities.
16912
16913 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16914
16915         * gnus-sum.el (gnus-summary-make-menu-bar):
16916         Add gnus-uu-invert-processable.
16917
16918         * gnus.el: Autoload gnus-uu-invert-processable.
16919
16920 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16921
16922         * mm-util.el (mm-with-multibyte-buffer): New macro.
16923
16924         * rfc2047.el (rfc2047-encode-string): Use it.
16925         (rfc2047-encode-region): Move point to the end of the region after
16926         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16927
16928 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16929
16930         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16931         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16932
16933 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16934
16935         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16936         (gnus-cite-parse): Ignore quoted envelope From_.
16937         Suggested by Karl Chen <quarl@nospam.quarl.org>.
16938
16939 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16940
16941         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16942         invalid addresses.
16943
16944 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16945
16946         * spam.el: Change section markers, revise TODO list.
16947         (spam-backends): Make new master list of all installed backends.
16948         (spam-summary-exit-behavior): Add new variable to determine how
16949         messages moves are done at summary exit.
16950         (spam-move-spam-nonspam-groups-only)
16951         (spam-process-ham-in-nonham-groups)
16952         (spam-process-ham-in-spam-groups): Remove variables, the
16953         spam-summary-exit-behavior variable should be used to manage this
16954         behavior.
16955         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16956         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16957         and spam-old-spam-articles.
16958         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16959         Add empty variables, placeholders for the backends they represent.
16960         (spam-set-difference): Move, unchanged.
16961         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16962         unless the user has a processor variable.
16963         (spam-classifications, spam-classification-valid-p)
16964         (spam-backend-properties, spam-backend-property-valid-p)
16965         (spam-backend-function-type-valid-p)
16966         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16967         (spam-report-articles-gmane, spam-report-articles-resend):
16968         Remove functions, they are not needed.
16969         (spam-install-backend-super, spam-backend-list)
16970         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16971         (spam-backend-function, spam-backend-ham-registration-function)
16972         (spam-backend-spam-registration-function)
16973         (spam-backend-ham-unregistration-function)
16974         (spam-backend-spam-unregistration-function)
16975         (spam-backend-statistical-p, spam-backend-mover-p)
16976         (spam-install-backend-alias, spam-install-checkonly-backend)
16977         (spam-install-mover-backend, spam-install-nocheck-backend)
16978         (spam-install-backend, spam-install-statistical-backend)
16979         (spam-install-statistical-checkonly-backend): Add backend installation
16980         support.
16981         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16982         (spam-group-processor-p): Use the new backend code and respect the
16983         summary exit behavior.
16984         (spam-mark-spam-as-expired-and-move-routine): Remove.
16985         (spam-summary-prepare): Change to use the new spam-old-articles
16986         variable.
16987         (spam-copy-or-move-routine, spam-copy-spam-routine)
16988         (spam-move-spam-routine, spam-copy-ham-routine)
16989         (spam-move-ham-routine): Add code to copy/move ham or spam.
16990         (spam-fetch-field-fast): Improve doc and code, plus allow the
16991         'number request.
16992         (spam-list-of-checks, spam-list-of-statistical-checks):
16993         Remove variables.
16994         (spam-split, spam-find-spam): Use the new backend code.
16995         (spam-registration-functions): Remove variable.
16996         (spam-unregister-routine): Add convenience wrapper.
16997         (spam-log-undo-registration, spam-register-routine)
16998         (spam-log-processing-to-registry)
16999         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17000         where possible.
17001         (spam-check-gmane-xref, spam-check-regex-headers)
17002         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17003         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17004         (spam-check-bogofilter-headers, spam-check-spamoracle)
17005         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17006         (spam-check-crm114-headers): Use the spam-split-group that
17007         spam-split prepares, no need to determine it every time.
17008
17009         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17010         to the nnheader-parse-naked-head call.
17011
17012         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17013
17014         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17015         the nnheader-nov-read-message-id call.
17016
17017 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17018
17019         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17020         gnus-activate-group twice.  Suggested by Markus Peter
17021         <warp@spin.de>.
17022
17023 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17024
17025         * gnus-art.el (gnus-article-time-format): Exchange the order of
17026         day and month in the default value; fix customization type.
17027         (article-date-ut): Use add-text-properties.
17028         (article-make-date-line): Use message-make-date instead of
17029         current-time-string.
17030
17031         * message.el (message-fetch-field): Don't use set-text-properties.
17032         (message-make-date): Simplify.
17033
17034         * messagexmas.el (message-xmas-make-date): New function.
17035         (message-xmas-redefine): Defalias message-make-date to it.
17036
17037 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17038
17039         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17040         (rfc2047-encode-region): Treat text within parentheses as special;
17041         show the original text when error has occurred.
17042
17043         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17044         already-computed method to gnus-activate-group.
17045
17046         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17047         same select-methods identical Lisp objects.
17048
17049         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17050         object when modifying the info.
17051
17052 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17053
17054         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17055         gnus-opened-servers since it has never been opened with the new
17056         configuration yet.
17057
17058 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17059
17060         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17061         arg to nnheader-generate-fake-message-id.
17062
17063 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17064
17065         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17066         number and build a fake message ID localized to a group and
17067         article number (so it's repeatable from that point on).
17068         (nnheader-fake-message-id-p): Change regex to accomodate new fake
17069         ID format.
17070
17071         * gnus-sum.el (gnus-get-newsgroup-headers):
17072         Call nnheader-generate-fake-message-id with the article number.
17073
17074 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17075
17076         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17077         end-of-buffer.
17078
17079 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17080
17081         * message.el (message-ignored-supersedes-headers): Add Approved.
17082
17083 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17084
17085         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17086         goto-char.
17087         (rfc2047-encode): Fold the line before encoding.
17088
17089 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17090
17091         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17092         folding -- not all headers can be folded, and this should be done
17093         by the message composition mode.  Probably.  I think.
17094
17095 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17096
17097         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17098         fast.
17099
17100         * gnus-ems.el (gnus-remove-image): Don't use
17101         message-text-with-property; remove only the image found first.
17102
17103         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17104         found first.
17105
17106 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17107
17108         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17109
17110 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17111
17112         * message.el (message-text-with-property): Make it fast and accept
17113         optional arguments.
17114         (message-strip-forbidden-properties): Use it.
17115         (message-fix-before-sending): Follow the m-t-w-p change.
17116
17117         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17118
17119 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17120
17121         * gnus-art.el (article-hide-headers): Don't change the buffer
17122         mistakenly when performing mml-preview even if
17123         gnus-single-article-buffer is nil.
17124
17125 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17126
17127         * message.el (message-expand-name-databases): New user option.
17128         (message-expand-name): Use it.
17129
17130 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17131
17132         * spam.el (spam-report-articles-resend)
17133         (spam-report-resend-register-routine): Allow ham reporting.
17134         (spam-report-resend-register-ham-routine): Add wrapper.
17135         (spam-registration-functions): Add ham resending functions.
17136         (spam-list-of-processors): Add ham resend processor.
17137
17138         * gnus.el (ham-resend-to): Add new group parameter.
17139         (spam-process): Add ham resend option.
17140
17141         * spam-report.el (spam-report-resend): Allow reporting ham.
17142         (spam-report-resend-ham): Add wrapper.
17143
17144 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17145
17146         * message.el (message-cite-articles-with-x-no-archive):
17147         New variable.
17148         (message-cite-original): Use it.
17149
17150 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17151
17152         * message.el (message-cite-original): Respect X-No-Archive.
17153
17154 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17155
17156         * gnus-art.el (article-hide-headers): Refer to the values for
17157         gnus-ignored-headers and gnus-visible-headers in the summary
17158         buffer since a user may have set them as group parameters.
17159
17160 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17161
17162         * assistant.el (assistant-node-name): Add convenience function.
17163         (assistant-render-text, assistant-render-node): Add error handling,
17164         plus handle multiple next nodes.
17165         (assistant-find-next-node): Comment out for now.
17166         (assistant-find-next-nodes): Add function, returns list of next
17167         nodes.
17168
17169 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17170
17171         * mail-source.el (mail-source-directory): Fix doc-string.
17172
17173 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17174
17175         * assistant.el (assistant-render-text, assistant-eval): Add :set
17176         widget type, which is different because it takes and returns a
17177         list.  Much hilarity ensues.
17178
17179 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17180
17181         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17182
17183         * gnus-group.el (gnus-group-get-new-news-this-group):
17184         Add doc-string.
17185
17186         * gnus-start.el (gnus-activate-group): Add doc-string.
17187
17188 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17189
17190         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17191
17192 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17193
17194         * assistant.el (assistant-render-text): Try to add a :set
17195         widget, more to come.
17196
17197         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17198         strings.
17199         (spam-report-articles-resend)
17200         (spam-register-routine): Do registration iff any articles warrant
17201         it.
17202         (spam-summary-prepare-exit): Change log message for nil group
17203         destinations.
17204
17205 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17206
17207         * spam.el (spam-report-resend-register-routine):
17208         Allow spam-report-resend-to to be a group parameter or a global value.
17209
17210 2004-05-26  Simon Josefsson  <jas@extundo.com>
17211
17212         * starttls.el: Merge with my GNUTLS based starttls.el.
17213         (starttls-gnutls-program, starttls-use-gnutls)
17214         (starttls-extra-arguments, starttls-process-connection-type)
17215         (starttls-connect, starttls-failure, starttls-success):
17216         New variables.
17217         (starttls-program, starttls-extra-args): Doc fix.
17218         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17219         New functions.
17220         (starttls-negotiate, starttls-open-stream):
17221         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17222         function if it is set.
17223
17224 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17225
17226         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17227         structured fields.
17228
17229 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17230
17231         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17232
17233 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17234
17235         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17236         Add variable.
17237         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17238         assigning the spam-mark to new messages.
17239
17240 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17241
17242         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17243
17244 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17245
17246         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17247
17248         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17249         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17250         default.
17251
17252 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17253
17254         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17255         correct data.
17256
17257 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17258
17259         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17260         (spam-group-processor-p): Fix function.
17261         (spam-group-processor-multiple-p)
17262         (spam-group-spam-processor-report-gmane-p)
17263         (spam-group-spam-processor-report-resend-p)
17264         (spam-group-spam-processor-bogofilter-p)
17265         (spam-group-spam-processor-blacklist-p)
17266         (spam-group-spam-processor-ifile-p)
17267         (spam-group-ham-processor-ifile-p)
17268         (spam-group-spam-processor-spamoracle-p)
17269         (spam-group-spam-processor-crm114-p)
17270         (spam-group-ham-processor-bogofilter-p)
17271         (spam-group-spam-processor-stat-p)
17272         (spam-group-ham-processor-stat-p)
17273         (spam-group-ham-processor-whitelist-p)
17274         (spam-group-ham-processor-BBDB-p)
17275         (spam-group-ham-processor-spamoracle-p)
17276         (spam-group-ham-processor-copy-p): Remove functions with some
17277         prejudice against unneeded code.
17278         (spam-report-articles-resend)
17279         (spam-report-resend-register-routine): Allow the group/topic
17280         spam-resend-to value to override spam-report-resend-to.
17281         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17282         properly now.
17283
17284         * gnus.el (spam-resend-to): Add group/topic parameter.
17285         (spam-process): Move the OBSOLETE processors to the end of the
17286         choices.
17287
17288 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17289
17290         * spam-report.el (spam-report-resend-to, spam-report-resend):
17291         Start with resend-to set to nil, and then ask the user if necessary.
17292         (spam-report-resend): spam-report-resend takes a list of articles, not
17293         separate article numbers.
17294
17295 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17296
17297         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17298         addition to emacs-w3m.
17299
17300 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17301
17302         * assistant.el (assistant-authinfo-data): New function.
17303         (assistant-eval): Eval for entire assistant.
17304
17305         * netrc.el (netrc-services-file): New variable.
17306         (netrc-parse-services): New function.
17307         (netrc-find-service-name): New function.
17308         (netrc-find-service-number): New function.
17309         (netrc-port-equal): New function.
17310         (netrc-machine): Use it.
17311
17312         * nnimap.el (nnimap-open-connection): Use netrc.
17313
17314         * gnus-util.el (gnus-netrc-get): Remove aliases.
17315
17316         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17317
17318         * assistant.el (wid-edit): Fix compilation.
17319
17320         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17321
17322 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17323
17324         * gnus-util.el (gnus-set-file-modes): New function.  (small
17325         patch).
17326
17327 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17328
17329         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17330
17331         * assistant.el (assistant-render-node): Fix up rendering and
17332         read-only text.
17333         (assistant-render-node): Reset.
17334         (assistant-make-read-only): Not sticky.
17335
17336 2004-05-20  Danny Siu  <dsiu@adobe.com>
17337
17338         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17339         centered even when gnus-auto-center-summary is t.
17340
17341 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17342
17343         * dns.el (dns-get-txt-answer): New function.
17344         (dns-read-txt): Ditto.
17345         (query-dns): Use it.
17346
17347 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17348
17349         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17350         active for foreign groups even if the group level is higher than
17351         the specified value.
17352
17353 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17354
17355         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17356         non-active groups.
17357
17358         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17359
17360 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17361
17362         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17363
17364 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17365
17366         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17367         (spam-crm114-header, spam-crm114-spam-switch)
17368         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17369         (spam-crm114-positive-spam-header)
17370         (spam-crm114-database-directory, spam-list-of-processors)
17371         (spam-group-spam-processor-crm114-p)
17372         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17373         (spam-generic-score, spam-list-of-checks)
17374         (spam-list-of-statistical-checks, spam-registration-functions)
17375         (spam-check-crm114-headers, spam-crm114-score)
17376         (spam-check-crm114, spam-crm114-register-with-crm114)
17377         (spam-crm114-register-spam-routine)
17378         (spam-crm114-unregister-spam-routine)
17379         (spam-crm114-register-ham-routine)
17380         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17381         From asjo@koldfront.dk (Adam Sjøgren).
17382
17383         * gnus.el: Add spam-use-crm114.
17384
17385         * spam.el (spam-list-of-processors, spam-registration-functions):
17386         Add spam-use-resend.
17387         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17388         (spam-report-articles-gmane): Add doc fix.
17389         (spam-report-articles-resend, spam-report-resend-register-routine):
17390         Add wrappers around spam-report-resend-to.
17391
17392         * spam-report.el (spam-report-resend-to, spam-report-resend):
17393         Add support for resending spam.
17394         (spam-report-gmane): Fix line length >80.
17395
17396         * gnus.el (spam-process): Add spam-use-resend.
17397
17398 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17399
17400         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17401         number of processed spam messages.
17402         (spam-ham-copy-or-move-routine): Return the number of processed
17403         ham messages.
17404         (spam-summary-prepare-exit): Use the above values to decide
17405         whether status messages shouled be displayed.
17406
17407 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17408
17409         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17410         `rfc2047-encoding-function-alist' in order to avoid conflicting
17411         with the old version.
17412         (rfc2047-encode-region): Concatenate words containing non-ASCII
17413         characters in structured fields; don't encode space-delimited
17414         ASCII words even in unstructured fields; don't break words at
17415         char-category boundaries.
17416         (rfc2047-encode-1): New function.
17417         (rfc2047-encode): Use it; encode text so that it occupies the
17418         maximum width within 76-column; work correctly on Q encoding for
17419         iso-2022-* charsets.
17420         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17421         sure not to break a line just after the header name.
17422         (rfc2047-b-encode-region): Remove.
17423         (rfc2047-b-encode-string): New function.
17424         (rfc2047-q-encode-region): Remove.
17425         (rfc2047-q-encode-string): New function.
17426
17427         * mm-util.el (mm-replace-in-string): New function.
17428
17429 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17430
17431         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17432         Really get it right.
17433         (gnus-inews-make-draft): Really.
17434
17435 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17436
17437         * nnmh.el (nnmh-request-list-1): Don't check the link count
17438         before descending.  (small patch)
17439
17440 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17441
17442         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17443         stuff.
17444
17445         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17446         Match on real group name.
17447
17448         * gnus-art.el (gnus-signature-limit): Doc fix.
17449
17450         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17451
17452         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17453
17454 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17455
17456         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17457         isn't a string.
17458
17459 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17460
17461         * gnus-draft.el (gnus-draft-send):
17462         Bind rfc2047-encode-encoded-words.
17463
17464         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17465         (rfc2047-encodable-p): Say that =? needs encoding.
17466         (rfc2047-encode-encoded-words): New variable.
17467
17468         * gnus-group.el (gnus-group-select-group): Doc fix.
17469
17470         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17471
17472         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17473         to nil.
17474
17475         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17476
17477         * nnheader.el (nnheader-get-lines-and-char): New function.
17478
17479 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17480
17481         * gnus-msg.el (gnus-summary-followup-with-original):
17482         Document yanking of region when active.
17483
17484 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17485
17486         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17487         groups if the group level is higher than the specified value.
17488
17489 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17490
17491         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17492         (gnus-group-jump-to-group): Add prefix argument using
17493         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17494         non-active group.
17495
17496         * compface.el (uncompface): Be verbose when changing
17497         `uncompface-use-external'.
17498
17499         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17500         handle manual section.
17501
17502 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17503
17504         * gnus-art.el (gnus-button-alist): Revert previous change.
17505
17506 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17507
17508         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17509
17510 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17511
17512         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17513         whether backend can accept message.
17514
17515         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17516
17517 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17518
17519         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17520         Avoid creating directory when nntp-marks-is-evil is true.
17521         Reported by Reiner Steib.
17522
17523 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17524
17525         * gnus-picon.el (gnus-picon-style): New variable.
17526         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17527         (gnus-picon-transform-address): Support `gnus-picon-style'.
17528         From Jesper Harder <harder@ifa.au.dk>.
17529
17530 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17531
17532         * message.el (message-fill-field): Return point.
17533         (message-generate-headers): Go to end of field.
17534
17535         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17536         stuff for non-living groups.
17537
17538 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17539
17540         * gnus-art.el (gnus-article-followup-with-original)
17541         (gnus-article-reply-with-original): gnus-mark-active-p ->
17542         gnus-region-active-p.
17543
17544 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17545
17546         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17547         only when there is spam or ham to be processed.
17548
17549 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17550
17551         * mail-source.el (mail-source-delete-crash-box): Refactor.
17552         (mail-source-fetch): Use it.
17553         (mail-source-fetch-file): Ditto.
17554         (mail-source-fetch-directory): Run postscript in loop.
17555         (mail-source-fetch-pop): Delete.
17556         (mail-source-fetch-maildir): Ditto.
17557         (mail-source-fetch-imap): Ditto.
17558
17559         * imap.el (imap-authenticators): Comment out sasl.
17560
17561         * message.el (message-skip-to-next-address): New function.
17562         (message-fill-header-address): Refactor.
17563         (message-fill-address): Use it.
17564         (message-delete-address): Use it.
17565         (message-fill-header-general): Refactor.
17566         (message-fill-field-address): Rename.
17567         (message-narrow-to-field): Find the start of the header.
17568         (message-header-format-alist): Don't pre-fill.
17569         (message-fill-header): Remove.
17570         (message-insert-header): New function.
17571         (message-shorten-references): Use it.
17572
17573         * rfc2047.el (rfc2047-field-value): Strip props.
17574
17575         * mail-parse.el (mail-header-make-address): New alias.
17576
17577         * ietf-drums.el (ietf-drums-make-address): New function.
17578
17579         * imap.el: Add compiler directives.
17580
17581         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17582
17583         * gnus-art.el (article-decode-idna-rhs): Don't use
17584         message-idna-inside-rhs-p.
17585
17586 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17587
17588         * message.el (message-idna-inside-rhs-p): Remove.
17589         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17590
17591         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17592         false positives.
17593
17594 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17595
17596         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17597
17598 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17599
17600         * nneething.el (nneething-file-name): Don't create spurious
17601         files.
17602
17603         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17604         (gnus-inews-do-gcc): Remove sleep.
17605
17606         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17607         part under point.
17608
17609         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17610         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17611
17612 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17613
17614         * spam.el (spam-summary-prepare-exit): Fix (length).
17615
17616 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17617
17618         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17619         as expired without moving it" message when there are spam
17620         messages left.
17621
17622 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17623
17624         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17625         header is not nil.
17626
17627 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17628
17629         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17630         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17631         (nntp-marks-changed-p): New arg SERVER.
17632         (nntp-request-update-info): Adjust caller.
17633
17634 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17635
17636         * nntp.el (nntp-save-marks): Pass missing arg.
17637
17638 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17639
17640         * nntp.el: Support marks.
17641         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17642         (nntp-marks-modtime, nntp-marks-directory): New variables.
17643         (nntp-request-set-mark, nntp-request-update-info)
17644         (nntp-possibly-create-directory, nntp-marks-changed-p)
17645         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17646         New functions.
17647
17648 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17649
17650         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17651         (gnus-xmas-redefine): Rename.
17652
17653         * gnus-score.el (gnus-score-insert-help):
17654         Use gnus-select-lowest-window.
17655
17656         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17657         appt-select-lowest-window and rename to gnus-select-lowest-window.
17658
17659         * gnus.el: do.
17660
17661 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17662
17663         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17664         encodings of MIME-encoded words, in order to improve
17665         interoperability with several broken MUAs.
17666
17667 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17668
17669         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17670         tags, only when charsets are not specified in headers.
17671         (mm-inline-text-html-render-with-w3m): Ditto.
17672
17673         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17674         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17675
17676 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17677
17678         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17679         instead of MIME-decoded from fields when checking
17680         `gnus-article-address-banner-alist'.
17681
17682 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17683
17684         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17685         description rather than subject.
17686
17687 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17688
17689         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17690
17691 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17692
17693         * gnus.el (gnus-version-number): Bump.
17694
17695 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17696
17697         * gnus.el: No Gnus v0.2 is released.
17698
17699 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17700
17701         * gnus-agent.el (gnus-agent-read-agentview):
17702         Inline gnus-uncompress-range.
17703
17704 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17705
17706         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17707         `exec-installed-p'.
17708
17709 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17710
17711         * gnus.el (spam-process, spam-autodetect-methods):
17712         Add bsfilter and bsfilter-headers.
17713
17714         * spam.el (spam-bsfilter): New customize group.
17715         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17716         (spam-bsfilter-header, spam-bsfilter-probability-header)
17717         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17718         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17719         (spam-bsfilter-database-directory): New options.
17720         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17721         (spam-list-of-statistical-checks, spam-registration-functions):
17722         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17723         (spam-bsfilter-score): New command.
17724         (spam-check-bsfilter-headers, spam-check-bsfilter)
17725         (spam-bsfilter-register-with-bsfilter)
17726         (spam-bsfilter-register-spam-routine)
17727         (spam-bsfilter-unregister-spam-routine)
17728         (spam-bsfilter-register-ham-routine)
17729         (spam-bsfilter-unregister-ham-routine): New functions.
17730         (spam-generic-score): Support bsfilter; Accept an optional argument
17731         to recalcurate spam score even if scoring header has already been
17732         added.
17733         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17734         optional argument to recalcurate spam score even if scoring header
17735         has already been added.
17736
17737 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17738
17739         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17740         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17741         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17742         link is missing.
17743
17744 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17745
17746         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17747         (html2text-get-attr): Rewrite.
17748
17749         * message.el (message-setup-1): Remove redundant put-text-property
17750         on mail-header-separator.
17751
17752 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17753
17754         * gnus-registry.el (gnus-registry-cache-whitespace)
17755         (gnus-registry-action, gnus-registry-spool-action)
17756         (gnus-registry-split-fancy-with-parent): Change message levels
17757         from 5 to 3 or 7, as needed.
17758
17759         * spam.el (spam-summary-prepare-exit)
17760         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17761         (spam-split, spam-find-spam, spam-log-undo-registration)
17762         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17763         level from 5 to 6.
17764
17765 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17766
17767         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17768         2004-03-04 change).
17769
17770 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17771
17772         * sieve-manage.el (sieve-manage-open):
17773         * nnweb.el (nnweb-insert-html):
17774         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17775         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17776         * nnspool.el (nnspool-request-group):
17777         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17778         * nnml.el (nnml-request-update-info):
17779         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17780         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17781         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17782         (nnimap-request-set-mark):
17783         * nnfolder.el (nnfolder-request-update-info):
17784         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17785         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17786         * gnus-uu.el (gnus-uu-find-articles-matching):
17787         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17788         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17789         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17790         * gnus-nocem.el (gnus-nocem-scan-groups):
17791         * gnus-int.el (gnus-start-news-server):
17792         * gnus-group.el (gnus-group-make-kiboze-group)
17793         (gnus-group-browse-foreign-server):
17794         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17795         Use mapc when appropriate.
17796
17797 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17798
17799         FIXME: Make separate entries for each person.
17800
17801         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17802         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17803         <shields@msrl.com>:
17804
17805         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17806         may need for spam sorting and scoring.
17807         (spam-user-format-function-S): Add user format function suitable for
17808         general use.
17809         (spam-article-sort-by-spam-status): Add sorting function for summary
17810         sorting.
17811         (spam-extra-header-to-number): Add function to get a score from a
17812         header.
17813         (spam-summary-score): Add function to get a numeric score from the
17814         headers.
17815         (spam-generic-score): Fix function doc, was in wrong place.
17816         (spam-initialize): Take symbols when it's run, and install the
17817         extra headers that spam-necessary-extra-headers thinks we need.
17818
17819 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17820
17821         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17822         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
17823
17824 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17825
17826         * gnus-sum.el (gnus-set-global-variables)
17827         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17828         (gnus-article-get-xrefs, gnus-summary-best-group)
17829         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17830         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17831         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17832         Use with-current-buffer.
17833
17834 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17835
17836         * spam.el (spam-summary-prepare-exit): Simplify logic.
17837         (spam-fetch-article-header): Read the article header if it's not
17838         available.
17839         (spam-list-articles): Simplify logic.
17840         (spam-filelist-register-routine): Fix bug with unregister-list.
17841
17842         * gnus-registry.el: Fix comments at beginning.
17843
17844 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17845
17846         * message.el (message-cater-to-broken-inn): Remove.
17847         (message-shorten-references): Make sure the total folded length of
17848         References is shorter than 998 characters to cater to a bug in INN
17849         2.3.  Also, don't pretend that references aren't folded -- this
17850         hasn't worked for a while.
17851
17852 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17853
17854         * gnus-agent.el (gnus-agentize):
17855         gnus-agent-send-mail-real-function no longer set to current value
17856         of message-send-mail-function but rather a lambda that calls
17857         message-send-mail-function.  The change makes the agent real-time
17858         responsive to user changes to message-send-mail-function.
17859
17860 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17861
17862         * legacy-gnus-agent.el
17863         (gnus-agent-convert-to-compressed-agentview): Fix typos with
17864         help from Florian Weimer <fw@deneb.enyo.de>
17865
17866 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17867
17868         * nnmail.el (nnmail-cache-insert): Revert last change.
17869
17870 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17871
17872         * nnmail.el (nnmail-cache-insert): Always check whether
17873         nnmail-cache-ignore-groups matches a group name.
17874
17875 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17876
17877         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17878         (spam-find-spam, spam-log-processing-to-registry)
17879         (spam-log-registered-p, spam-log-unregistration-needed-p)
17880         (spam-log-undo-registration): Use gnus-message instead of
17881         gnus-error, none of these errors are fatal.
17882
17883         * gnus-registry.el (gnus-registry-clean-empty-function)
17884         (gnus-registry-clean-empty): Remove only empty entries without
17885         extra data.
17886
17887 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17888
17889         * spam-stat.el (spam-stat-buffer-change-to-spam)
17890         (spam-stat-buffer-change-to-non-spam): Change (error) to
17891         (gnus-message 8) invocation.
17892
17893 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17894
17895         * nntp.el (nntp-via-netcat-command): New variable.
17896         (nntp-via-netcat-switches): New variable.
17897         (nntp-open-via-rlogin-and-netcat): New function.
17898         (nntp-open-connection-function): Doc fix.
17899         (nntp-telnet-command): Doc fix.
17900         (nntp-end-of-line): Doc fix.
17901         (nntp-via-rlogin-command): Doc fix.
17902         (nntp-via-user-name): Doc fix.
17903         (nntp-via-address): Doc fix.
17904
17905 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17906
17907         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17908         error in Emacs 21.1.
17909
17910 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17911
17912         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17913
17914 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17915
17916         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17917         (gnus-agent-with-refreshed-group): New macro.
17918         (gnus-agent-rename-group): New function.
17919         (gnus-agent-delete-group): New function.
17920         (gnus-agent-save-group-info): Use gnus-command-method when
17921         `method' parameter is nil.  Don't write nil entries into the
17922         active file.
17923         (gnus-agent-get-group-info): New function.
17924         (gnus-agent-fetch-articles):
17925         Use gnus-agent-update-files-total-fetched-for to increment disk space
17926         used.
17927         (gnus-agent-fetch-headers, gnus-agent-save-alist):
17928         Use gnus-agent-update-view-total-fetched-for to increment disk space
17929         used.
17930         (gnus-agent-get-local): Add optional parameters to avoid calling
17931         gnus-group-real-name and gnus-find-method-for-group.
17932         (gnus-agent-set-local): Delete stored entry if either min, or max,
17933         are nil.
17934         (gnus-agent-fetch-session): Reworded error/quit messages.
17935         On quit, use gnus-agent-regenerate-group to record existance of any
17936         articles fetched to disk before the quit occurred.
17937         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17938         gnus-agent-update-view-total-fetched-for, and
17939         gnus-agent-update-files-total-fetched-for to decrement disk space
17940         used.
17941         (gnus-agent-retrieve-headers):
17942         Use gnus-agent-update-view-total-fetched-for to increment disk space
17943         used.
17944         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17945         with gnus-agent-update-files-total-fetched-for to decrement disk
17946         space and fresh group buffer.
17947         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17948         (gnus-agent-need-update-total-fetched-for): New variable.
17949         (gnus-agent-update-files-total-fetched-for): New function.
17950         (gnus-agent-update-view-total-fetched-for): New function.
17951         (gnus-agent-total-fetched-for): New function.
17952
17953         * gnus-cache.el (gnus-cache-save-buffers):
17954         Use gnus-cache-update-overview-total-fetched-for to change disk space
17955         used by this group.
17956         (gnus-cache-possibly-enter-article):
17957         Use gnus-cache-update-file-total-fetched-for to increment disk space
17958         used by this group.
17959         (gnus-cache-possibly-remove-article):
17960         Use gnus-cache-update-file-total-fetched-for to decrement disk space
17961         used by this group.
17962         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17963         (gnus-cache-rename-group): New function.
17964         (gnus-cache-delete-group): New function.
17965         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17966         (gnus-cache-need-update-total-fetched-for): New variable.
17967         (gnus-cache-with-refreshed-group): New macro.
17968         (gnus-cache-update-file-total-fetched-for): New function.
17969         (gnus-cache-update-overview-total-fetched-for): New function.
17970         (gnus-cache-rename-group-total-fetched-for): New function.
17971         (gnus-cache-delete-group-total-fetched-for): New function.
17972         (gnus-cache-total-fetched-for): New function.
17973
17974         * gnus-group.el: Require gnus-sum and autoload functions to
17975         resolve warnings when gnus-group.el compiled alone.
17976         (gnus-group-line-format): Documented new %F.
17977         (size of Fetched data) group line format; identifies disk space
17978         used by agent and cache.
17979         (gnus-group-line-format-alist): Defined new F format.
17980         (gnus-total-fetched-for): New function.
17981         (gnus-group-delete-group): No longer update
17982         gnus-cache-active-altered as gnus-request-delete-group now keeps
17983         the cache in sync.
17984         (gnus-group-list-active): Let the agent store a server's active
17985         list if currently plugged.
17986
17987         * gnus-int.el (gnus-request-delete-group):
17988         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17989         local disk in sync with the server.
17990         (gnus-request-rename-group):
17991         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17992         local disk in sync with the server.
17993
17994         * gnus-start.el (gnus-get-unread-articles):
17995         Cosmetic simplification to logic.
17996
17997         * gnus-util.el (gnus-rename-file): New function.
17998
17999 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18000
18001         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18002
18003 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18004
18005         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18006         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18007
18008 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18009
18010         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18011         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18012
18013 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18014
18015         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18016
18017 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18018
18019         * spam.el (spam-set-difference): Add function to replace
18020         gnus-set-difference in spam.el.
18021         (spam-summary-prepare-exit): Use spam-set-difference.
18022
18023 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18024
18025         * gnus-registry.el (gnus-registry-cache-file): Update to use
18026         gnus-dribble-directory OR gnus-home-directory OR ~.
18027         (gnus-registry-split-fancy-with-parent): Fix doc.
18028
18029 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18030
18031         * message.el (message-exchange-point-and-mark):
18032         Use message-mark-active-p.  Suggested by Jesper Harder
18033         <harder@ifa.au.dk>.
18034
18035 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18036
18037         * message.el (message-exchange-point-and-mark): Don't activate
18038         region if it was inactive.  Suggested by Hiroshi Fujishima
18039         <pooh@nature.tsukuba.ac.jp>.
18040
18041 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18042
18043         * gnus-art.el (article-display-face): Display Faces in the same
18044         order as X-Faces.
18045
18046 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18047
18048         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18049
18050 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18051
18052         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18053         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18054         (gnus-article-mime-hierarchy): Remove.
18055         (gnus-article-mime-hierarchy-next): Remove.
18056         (gnus-article-mode): Revert 2004-03-19 change.
18057         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18058         (gnus-insert-mime-button): Revert 2004-03-19 change.
18059         (gnus-mime-accumulate-hierarchy): Remove.
18060         (gnus-mime-enter-multipart): Remove.
18061         (gnus-mime-leave-multipart): Remove.
18062         (gnus-mime-display-part): Revert 2004-03-19 change.
18063         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18064
18065         * mml.el (mml-preview): Revert 2004-03-19 change.
18066
18067 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18068
18069         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18070
18071 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18072
18073         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18074         t while entering a file name using the mm-with-multibyte macro.
18075         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18076
18077         * mm-util.el (mm-with-multibyte): New macro.
18078
18079 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18080
18081         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18082         New user option.
18083         (gnus-mime-multipart-functions): Doc and customization fix.
18084         (gnus-article-mime-hierarchy): New variable.
18085         (gnus-article-mime-hierarchy-next): New variable.
18086         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18087         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18088         gnus-article-mime-hierarchy-next to nil.
18089         (gnus-insert-mime-button): Show hierarchy numbers.
18090         (gnus-mime-accumulate-hierarchy): New function.
18091         (gnus-mime-enter-multipart): New function.
18092         (gnus-mime-leave-multipart): New function.
18093         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18094         (gnus-mime-display-alternative): Show hierarchy numbers.
18095
18096         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18097         gnus-article-mime-hierarchy-next to nil.
18098
18099 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18100
18101         * dns.el: Don't require gnus-xmas.
18102
18103 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18104
18105         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18106         inline PGP.
18107         (mml-menu): Disable mml-quote-region if mark is inactive.
18108
18109 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18110
18111         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18112         when the group's active is not available.
18113
18114 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18115
18116         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18117         error.
18118
18119 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18120
18121         * imap.el (imap-store-password): New variable.
18122         (imap-interactive-login): Use it.
18123         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18124
18125 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18126
18127         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18128         window-start and hscroll to summary window.
18129
18130 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18131
18132         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18133         conversion message to newsrc-dribble when an actual conversion is
18134         performed.
18135
18136 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18137
18138         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18139
18140 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18141
18142         * mm-decode.el (mm-complicated-handles): New function reviving
18143         former definition of mm-multiple-handles.
18144
18145         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18146         (gnus-mime-delete-part): Use it.
18147
18148 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18149
18150         * gnus-agent.el (gnus-agent-read-local):
18151         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18152         avoid the implicit assumption that they will always be equal.
18153         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18154         coding-system-for-write, as the with-temp-file macro first prints
18155         to a buffer then saves the buffer.
18156
18157 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18158
18159         * gnus-art.el (gnus-article-edit-part): New function.
18160         (gnus-mime-save-part-and-strip): Use it; do query instead of
18161         signaling an error; don't use mm-multiple-handles.
18162         (gnus-mime-delete-part): Ditto.
18163
18164 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18165
18166         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18167         old file versions.
18168         (gnus-group-prepare-hook): Remove function that converted list
18169         form of gnus-agent-expire-days to group properties.
18170
18171         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18172         (gnus-request-accept-article): Re-indented.
18173
18174         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18175         converters to handle old agent file formats.  Add logic for a
18176         "backup before upgrading warning".
18177         (gnus-convert-mark-converter-prompt): Developers can mark
18178         functions as needing (default), or not needing,
18179         gnus-convert-old-newsrc's "backup before upgrading warning".
18180         (gnus-convert-converter-needs-prompt): Tests whether the user
18181         should be protected from potentially irreversable changes by the
18182         function.
18183
18184         * legacy-gnus-agent.el: New.  Provides converters that are only
18185         loaded when gnus-convert-old-newsrc needs to call them.
18186
18187 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18188
18189         * mail-source.el (mail-source-touch-pop): Doc fix.
18190
18191         * message.el (message-smtpmail-send-it): Doc fix.
18192
18193 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18194
18195         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18196
18197         * nnmail.el (nnmail-split-fancy): do.
18198
18199         * gnus-kill.el (gnus-kill, gnus-execute): do.
18200
18201 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18202
18203         * gnus-sum.el (gnus-widget-reversible-match)
18204         (gnus-widget-reversible-to-internal)
18205         (gnus-widget-reversible-to-external): New functions.
18206         (gnus-widget-reversible): New widget.
18207         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18208
18209 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18210
18211         * gnus-sum.el (gnus-thread-sort-functions)
18212         (gnus-article-sort-functions): Document `(not F)' items.
18213
18214 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18215
18216         * spam.el (spam-use-gmane-xref): Add new backend.
18217         (spam-gmane-xref-spam-group): Add variable to control the name of the
18218         Gmane spam group.
18219         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18220         (spam-regex-headers-spam, spam-regex-headers-ham)
18221         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18222         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18223         backends and checks.
18224         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18225
18226         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18227         an autodetect method.
18228
18229 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18230
18231         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18232         articles are being added to a group.
18233         (gnus-request-replace-article): Inform the agent that articles
18234         need to be uncached as the cached contents are no longer valid.
18235
18236 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18237
18238         * binhex.el: Don't autoload executable-find.
18239
18240         * canlock.el: Don't autoload mail-fetch-field.
18241
18242         * dgnushack.el: Autoload c-mode for XEmacs.
18243
18244         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18245
18246         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18247         rmail-dont-reply-to and rmail-output.
18248
18249         * gnus-score.el: Don't autoload ffap-string-at-point.
18250
18251         * gnus-setup.el: Don't autoload sc-cite-original.
18252
18253         * imap.el: Don't autoload base64-decode-string,
18254         base64-encode-string and md5.
18255
18256         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18257         and rmail-msg-restore-non-pruned-header.
18258
18259         * mm-decode.el: Don't autoload executable-find.
18260
18261         * mm-url.el: Don't autoload executable-find.
18262
18263         * mm-view.el: Don't autoload diff-mode.
18264
18265         * nndb.el: Don't autoload news-reply-mode, news-setup,
18266         cancel-timer and telnet.
18267
18268         * password.el: Don't autoload run-at-time for Emacs.
18269
18270         * sha1-el.el: Don't autoload executable-find.
18271
18272         * sieve-mode.el: Don't autoload c-mode.
18273
18274         * uudecode.el: Don't autoload executable-find.
18275
18276 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18277
18278         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18279         (gnus-agent-possibly-alter-active): Avoid null in numeric
18280         comparison.
18281         (gnus-agent-set-local): Refuse to save null in local object table.
18282         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18283         list of articles that will be marked as unread.
18284
18285 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18286
18287         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18288
18289 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18290
18291         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18292         language tags.
18293
18294 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18295
18296         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18297         Don't bind "obarray".
18298
18299         * gnus-sum.el (gnus-thread-sort-functions):
18300         Add `gnus-thread-sort-by-most-recent-number' and
18301         `gnus-thread-sort-by-most-recent-date'.
18302         Reported by Kai Grossjohann <kai@emptydomain.de>.
18303
18304 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18305
18306         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18307
18308 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18309
18310         * gnus-cus.el (gnus-agent-customize-category):
18311         Remove ignore-errors macro reference that required cl to be loaded at
18312         run-time.
18313
18314         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18315         single-interval range of the form (min . max).  Previously the
18316         range had to look like ((min . max)).  Likewise, return
18317         (min . max) rather than ((min . max)).
18318         (gnus-range-map): Use gnus-range-normalize to accept
18319         single-interval range.
18320
18321         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18322         the cache, but not the agent, now appear with their usual face.
18323
18324         * dgnushack.el (loaddir): New variable that is bound to the
18325         directory containing the dgnushack.el file. Use loaddir, rather
18326         than srcdir, to update load-path. Change lets dgnushack compile
18327         code in directories other than GNUS/lisp.
18328
18329 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18330
18331         * lpath.el: Don't bind w3m-safe-url-regexp.
18332
18333         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18334         w3m-safe-url-regexp variable buffer-local.
18335
18336         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18337
18338 2004-02-27  Simon Josefsson  <jas@extundo.com>
18339
18340         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18341         gnus-group-real-prefix.
18342         (gnus-summary-move-article): Use it, instead of
18343         gnus-group-real-prefix.
18344
18345 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18346
18347         * lpath.el: Bind w3m-safe-url-regexp.
18348
18349         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18350         w3m-safe-url-regexp variable buffer-local and set it as the value
18351         of mm-w3m-safe-url-regexp.
18352
18353         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18354
18355         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18356         parsing gnus-posting-styles when the message is not for replying.
18357
18358         * dgnushack.el: Autoload sgml-mode for XEmacs.
18359
18360         * nnrss.el (nnrss-opml-export):
18361         Use mm-set-buffer-file-coding-system instead of
18362         set-buffer-file-coding-system.
18363
18364 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18365
18366         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18367         of checkdoc.el).
18368         * nnrss.el: do.
18369         * gnus-mlspl.el: do.
18370         * gnus-ml.el: do.
18371         * gnus-srvr.el: do.
18372
18373         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18374
18375 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18376
18377         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18378         Corrections to custom-manual links.
18379
18380         * gnus-art.el (gnus-article): Ditto.
18381
18382         * mm-decode.el (mime-display, mime-security): Ditto.
18383
18384 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18385
18386         * flow-fill.el: Typo.
18387
18388 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18389
18390         * spam-wash.el: New file.
18391
18392 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18393
18394         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18395
18396 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18397
18398         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18399         to be run with new-articles as LIST1, not LIST2.
18400         (spam-registration-functions): Add spam-use-ham-copy as a nil
18401         registration backend.
18402
18403 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18404
18405         * spam-stat.el (spam-stat-washing-hook): New option.
18406         (spam-stat-buffer-words): Use it.
18407         (spam-stat-process-directory, spam-stat-test-directory):
18408         Use insert-file-contents-literally.
18409         (spam-stat-coding-system): New variable.
18410         (spam-stat-load, spam-stat-save): Use it.
18411
18412 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18413
18414         * spam-report.el (spam-report-plug-agent):
18415         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18416
18417 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18418
18419         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18420         Allow / in mailto URLs.
18421
18422 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18423
18424         * spam-report.el (spam-report-process-queue): Fix interactive use.
18425         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18426         (spam-report-unplug-agent): Doc fixes.
18427         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18428         (spam-report-agentize, spam-report-deagentize): Autoload.
18429
18430 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18431
18432         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18433
18434         * message.el (message-setup-fill-variables): Add mml tags to
18435         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18436         <ajk@iu.edu>.
18437         (message-mode): Don't modify paragraph-separate there.
18438
18439 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18440
18441         * compface.el (uncompface-use-external): Default to undecided.
18442         (uncompface-use-external-threshold): New variable.
18443         (uncompface-float-time): New macro.
18444         (uncompface): Determine whether to use the external decoder if
18445         uncompface-use-external is undecided.
18446
18447 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18448
18449         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18450         after images.
18451
18452         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18453
18454 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18455
18456         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18457
18458         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18459
18460         * gnus-sum.el (gnus-summary-limit-to-age)
18461         (gnus-summary-limit-children): do.
18462
18463         * gnus-int.el (gnus-request-scan): do.
18464
18465         * gnus-group.el (gnus-group-suspend): do.
18466
18467         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18468
18469         * gnus-cite.el (gnus-cite-parse-attributions): do.
18470
18471         * gnus-agent.el (gnus-summary-set-agent-mark)
18472         (gnus-agent-regenerate-group): do.
18473
18474         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18475
18476         * binhex.el (binhex-decode-region-internal): do.
18477
18478 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18479
18480         * gnus-fun.el (gnus-face-properties-alist): New user option.
18481         (gnus-display-x-face-in-from): Use it.
18482
18483         * gnus-art.el (article-display-face): Ditto.
18484
18485         * compface.el (uncompface-use-external): Default to nil.
18486
18487 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18488
18489         * nntp.el (nntp-erase-buffer): New function.
18490         (nntp-retrieve-data, nntp-send-command)
18491         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18492         (nntp-possibly-change-group): Use it.
18493
18494         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18495         Use with-current-buffer.
18496
18497 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18498
18499         * compface.el: Merge the ELisp-based uncompface program.
18500         (compface): New customization group.
18501         (uncompface-use-external): New user option.
18502         (uncompface): Call uncompface-internal if uncompface-use-external
18503         is nil.
18504         (uncompface-internal): New function.  Note that there are also
18505         some other functions and variables added for this function.
18506
18507 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18508
18509         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18510         if necessary.
18511
18512 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18513
18514         * spam-report.el (spam-report-unplug-agent)
18515         (spam-report-plug-agent, spam-report-deagentize)
18516         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18517         Add support for the Agent in spam-report: when unplugged, report to a
18518         file; when plugged, submit all the requests.
18519
18520         * spam.el (spam-register-routine): Fix message about
18521         registration.
18522
18523 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18524
18525         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18526         dependencies.
18527         (rfc2047-encode): Use it.
18528
18529         * gnus-art.el (gnus-button-marker-list): Move before first
18530         reference.
18531
18532         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18533         (imap-parse-body): Fix format string mismatch.
18534
18535         * gnus-score.el (gnus-summary-increase-score): do.
18536
18537         * nnrss.el (nnrss-close): New function.
18538
18539 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18540
18541         * nnrss.el (nnrss-make-filename): New function.
18542         (nnrss-request-delete-group, nnrss-read-server-data)
18543         (nnrss-save-server-data, nnrss-read-group-data)
18544         (nnrss-save-group-data): Use it.
18545         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18546         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18547         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18548
18549 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18550
18551         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18552
18553 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18554
18555         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18556         files.
18557
18558         * message.el (message-generate-headers-first): Don't quote nil
18559         and t in docstrings.
18560
18561         * imap.el (imap-id): do.
18562
18563         * gnus-agent.el (gnus-agent-consider-all-articles)
18564         (gnus-agent-queue-mail): do.
18565
18566 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18567
18568         * spam-report.el (spam-report-process-queue): New function.
18569         Process requests from `spam-report-requests-file'.
18570         (spam-report-process-queue): Doc fix.
18571
18572 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18573
18574         * spam.el (spam-register-routine)
18575         (spam-log-processing-to-registry, spam-log-registered-p)
18576         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18577         Change "check" to "spam-check" for semi-clarity.
18578
18579 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18580
18581         * pop3.el: Require nnheader.
18582
18583         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18584
18585         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18586
18587         * gnus-picon.el: Require cl.
18588
18589         * gnus-fun.el: Require gnus-ems and gnus-util.
18590
18591         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18592
18593         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18594
18595         * gnus-art.el (gnus-article-edit-mode): Define before first
18596         reference.
18597
18598 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18599
18600         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18601         (gnus-uu-post-encoded): Use point-at-bol.
18602
18603         * gnus-topic.el (gnus-group-active-topic-p): do.
18604
18605         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18606
18607         * gnus-group.el (gnus-group-kill-region): do.
18608
18609         * gnus-art.el (article-date-ut): do.
18610
18611         * message.el (message-fetch-field): Remove redundant
18612         case-fold-search binding.
18613         (message-narrow-to-field): Simplify.
18614
18615 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18616
18617         * spam.el (spam-directory): Derive from `gnus-directory'.
18618
18619         * spam-report.el (spam-report-url-to-file)
18620         (spam-report-requests-file): New function and variable for offline
18621         reporting.
18622         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18623         and user defined function.
18624         (spam-report-url-ping-mm-url): Remove doubled slash.
18625
18626 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18627
18628         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18629
18630 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18631
18632         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18633         Fix format string mismatch.
18634
18635         * sieve.el (sieve-deactivate-all): do.
18636
18637         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18638
18639         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18640
18641         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18642
18643         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18644
18645 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18646
18647         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18648         the list of checks.
18649
18650 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18651
18652         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18653         padding.
18654
18655 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18656
18657         * mm-view.el (mm-fill-flowed): New variable.
18658         (mm-inline-text): Use it.
18659
18660 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18661
18662         * spam.el (spam-spamassassin-register-ham-routine)
18663         (spam-spamassassin-register-spam-routine): Fix function names.
18664
18665 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18666
18667         * gnus.el (gnus-tmp-grouplens): Remove.
18668         (gnus-summary-line-format): Remove grouplens.
18669
18670         * gnus-group.el (gnus-group-line-format): Ditto.
18671
18672         * gnus-spec.el (gnus-format-specs): Ditto.
18673         (gnus-update-format-specifications): Flush the group format spec
18674         cache if there's the grouplens stuff.
18675         (gnus-parse-simple-format): Replace %l with the empty string.
18676
18677 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18678
18679         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18680         omission.
18681
18682 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18683
18684         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18685         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18686
18687 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18688
18689         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18690         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18691         New macros and functions.
18692         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18693         Handle > NLINK_MAX messages.
18694         * nnmaildir.el (nnmaildir-request-set-mark):
18695         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18696
18697 2004-01-25  Alex Schroeder  <alex@gnu.org>
18698
18699         * spam-stat.el (spam-stat-process-directory-age): New option.
18700         (spam-stat-process-directory): Use it.
18701
18702 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18703
18704         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18705         (spam-stat-save): Accept prefix argument.
18706
18707 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18708
18709         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18710         links" error.
18711
18712 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18713
18714         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18715         the rest of the and/or forms.
18716
18717 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18718
18719         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18720         compatibility with old .newsrc.eld files.
18721
18722         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18723
18724         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18725
18726         * gnus-start.el (gnus-1): do.
18727
18728         * gnus-group.el (gnus-group-line-format-alist): do.
18729
18730         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18731
18732         * gnus-gl.el: Remove.
18733
18734 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18735
18736         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18737         marks consisting of a single range {for example, (3 . 5)} rather
18738         than a list of a single range { ((3 . 5)) }.
18739
18740 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18741
18742         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18743         Use with-current-buffer.
18744         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18745         avoid consing a string.
18746
18747         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18748         Remove obsolete entries for big5 and gb2312.
18749
18750 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18751
18752         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18753         uncompressed list.
18754
18755 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18756
18757         * spam-stat.el (spam-stat-strip-xref): New function.
18758         (spam-stat-process-directory): Use it.
18759
18760         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18761         here -- it's done in message-fetch-field.
18762
18763 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18764
18765         * gnus-agent.el (gnus-agent-queue-mail)
18766         (gnus-agent-prompt-send-queue): New variables.
18767         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18768         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18769         "nndraft:queue" along to gnus-draft-send.
18770         Use gnus-agent-prompt-send-queue.
18771         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18772         is "nndraft:queue".  Suggested by Gaute Strokkenes
18773         <gs234@srcf.ucam.org>
18774
18775         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18776         (agent-enable-undownloaded-faces): Add.
18777         (gnus-agent-cat-groups): Use eval-and-compile, not
18778         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18779         method of gnus-agent-cat-groups even when the buffer has been
18780         evaled.
18781         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18782         delete gnus-agent-save-active-1.
18783         (gnus-agent-save-groups): Delete.  Identical to
18784         gnus-agent-save-active.
18785         (gnus-agent-write-active): No longer adjust agent's copy of active
18786         file as agent's adjustments are now stored in their own
18787         file.  Remove optional parameter.
18788         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18789         servers.  Add use of min/max range limits from server's local
18790         file.
18791         (gnus-agent-save-alist): Remove unused optional argument.
18792         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18793         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18794         (gnus-agent-set-local): A per-server file that keeps min/max range
18795         limits for articles known to the agent.  Provides a fast mechanism
18796         for altering many active ranges.
18797         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18798         active file (local makes it unnecessary).
18799         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18800
18801         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18802         (agent-enable-undownloaded-faces): Add.
18803
18804         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18805         disable it when sending to "nndraft:queue".
18806         (gnus-group-send-queue): Add safety check to avoid sending queue
18807         when unplugged.
18808
18809         * gnus-group.el (gnus-group-catchup): Use new
18810         gnus-sequence-of-unread-articles, not
18811         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18812         numbers of articles.  Use gnus-range-map to avoid having to
18813         uncompress the unread list.
18814         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18815         Fix invalid ange-ftp reference.
18816
18817         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18818         (gnus-sorted-range-intersection): Intersection of two ranges
18819         without requiring that they first be uncompressed.
18820
18821         * gnus-start.el (gnus-activate-group): Unless blocked by the
18822         caller, possibly expand the active range to include both cached
18823         and agentized articles.
18824         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18825         multiple version-dependent converters.
18826         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18827         gnus-agent-save-active.
18828         (gnus-save-newsrc-file): Save dirty agent range limits.
18829
18830         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18831         gnus-agent-possibly-alter-active.
18832         (gnus-adjust-marked-articles): Faster handling of simple lists.
18833
18834 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18835
18836         * spam-stat.el (spam-stat-test-directory): New optional argument
18837         displays a list of files detected.  Suggested by Andrew Cohen
18838         <cohen@andy.bu.edu>.
18839         (spam-stat-buffer-words-with-scores): Don't narrow and change
18840         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18841
18842 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18843
18844         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18845         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18846         (spam-spamassassin-arguments)
18847         (spam-spamassassin-spam-flag-header)
18848         (spam-spamassassin-positive-spam-flag-header)
18849         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18850         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18851         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18852         (spam-list-of-processors, spam-list-of-checks)
18853         (spam-list-of-statistical-checks, spam-registration-functions)
18854         (spam-check-spamassassin-headers, spam-check-spamassassin)
18855         (spam-spamassassin-score)
18856         (spam-spamassassin-register-with-sa-learn)
18857         (spam-spamassassin-register-spam-routine)
18858         (spam-spamassassin-register-ham-routine)
18859         (spam-assassin-register-spam-routine)
18860         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18861         (spam-bogofilter-score): Fix to show article before scoring.
18862
18863 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18864
18865         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18866         default scoring function.
18867         (spam-generic-score): Call spam-spamassassin-score if
18868         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18869         spam-bogofilter-score otherwise.
18870
18871         * gnus.el (spam-process, spam-autodetect-methods):
18872         Add spamassassin and spamassassin-headers.
18873
18874 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18875
18876         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18877         Suppress unnecessary messages.
18878
18879 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18880
18881         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18882         make-hash-table.
18883
18884 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18885
18886         * canlock.el (base64-encode-string): Don't autoload it.
18887
18888 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18889
18890         * run-at-time.el: Remove useless (require 'itimer),
18891         eval-and-compile and (featurep 'xemacs).
18892
18893 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18894
18895         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18896         GROUP is a virtual group.
18897
18898 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18899
18900         * gnus.el: Autoload `message-y-or-n-p'.
18901
18902 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18903
18904         * pgg-parse.el: Remove unnecessary (require 'custom).
18905
18906         * pgg-def.el: do.
18907
18908         * nnmail.el: do.
18909
18910         * gnus-undo.el: do.
18911
18912         * gnus-picon.el: do.
18913
18914         * gnus-util.el: do.
18915
18916 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18917
18918         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18919
18920 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18921
18922         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18923         handle, as well as a list.
18924
18925         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18926         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18927         (mm-w3m-cid-retrieve): Simplify.
18928
18929 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18930
18931         * message.el (message-kill-to-signature): Allow prefix arg to
18932         specify number of lines to keep before signature.
18933
18934 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18935
18936         * message.el (message-kill-to-signature): Change docstring.
18937
18938 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18939
18940         * canlock.el: Always require sha1-el.
18941         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18942
18943         * message.el: Autoload sha1 only when compiling.
18944
18945         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18946         eudc-expand-inline for XEmacs.
18947
18948 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18949
18950         * message.el (message-canlock-generate): Require sha1-el.
18951
18952 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18953
18954         * message.el (message-expand-name): Silence the byte compiler.
18955
18956         * lpath.el: Add detect-coding-system.
18957
18958         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18959         cus-edit.
18960
18961 2004-01-13  Simon Josefsson  <jas@extundo.com>
18962
18963         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18964         Invoke gnus-score-mode.
18965         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
18966
18967         * gnus-range.el (gnus-compress-sequence): Doc fix.
18968         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
18969
18970 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18971
18972         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18973
18974 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18975
18976         * spam.el (spam-get-article-as-string): Update to use
18977         gnus-request-article-this-buffer, much simpler.
18978         (spam-get-article-as-buffer): Remove.
18979
18980 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18981
18982         * message.el (message-expand-name): Use EUDC if the user uses that.
18983
18984 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18985
18986         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18987         character for the encoding to avoid consing a string.
18988
18989         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18990         unnecessarily.
18991
18992         * mm-util.el (mm-replace-chars-in-string): Remove.
18993
18994         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18995         of mm-replace-chars-in-string.
18996
18997 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18998
18999         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19000
19001         * mm-util.el (mm-subst-char-in-string): Support inplace.
19002
19003         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19004         a new string in every iteration.  Use shy groups.
19005
19006 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19007
19008         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19009         * gnus-soup.el (gnus-soup-group-brew):
19010         * gnus-msg.el (gnus-put-message):
19011         * gnus-move.el (gnus-group-move-group-to-server):
19012         * gnus-kill.el (gnus-batch-score):
19013         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19014         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19015         (gnus-group-update-group, gnus-group-read-group)
19016         (gnus-group-make-group, gnus-group-make-help-group)
19017         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19018         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19019         (gnus-group-sort-by-unread, gnus-group-catchup)
19020         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19021         (gnus-group-yank-group, gnus-group-set-info)
19022         (gnus-group-list-groups):
19023         * gnus.el (gnus-generate-new-group-name):
19024         * gnus-delay.el (gnus-delay-send-queue):
19025         * nnvirtual.el (nnvirtual-catchup-group):
19026         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19027         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19028         (gnus-group-prepare-topics, gnus-topic-check-topology):
19029         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19030         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19031         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19032         (gnus-group-make-articles-read):
19033         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19034         (gnus-group-change-level, gnus-kill-newsgroup)
19035         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19036         (gnus-get-unread-articles, gnus-make-articles-unread)
19037         (gnus-make-ascending-articles-unread): Use accessor
19038         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19039         to get group information for improved readability.
19040
19041
19042 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19043
19044         * gnus-art.el (article-decode-mime-words, article-babel)
19045         (gnus-article-highlight-signature, gnus-article-add-buttons)
19046         (gnus-signature-toggle): Use gnus-with-article-buffer.
19047
19048         * gnus-art.el (gnus-article-highlight-headers)
19049         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19050
19051         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19052         (gnus-article-set-globals, gnus-request-article-this-buffer)
19053         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19054         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19055         (gnus-mime-display-alternative): Use with-current-buffer.
19056
19057 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19058
19059         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19060         also under 80 char limit, and call gnus-error if needed.
19061         (spam-fetch-article-header): Fix - it was a
19062         buffer-local variable (gnus-newsgroup-data).
19063         (spam-find-spam): Use spam-generate-fake-headers, forget about
19064         spam-insert-fake-headers.
19065         (spam-insert-fake-headers): Remove.
19066
19067 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19068
19069         * deuglify.el (gnus-article-outlook-unwrap-lines)
19070         (gnus-outlook-rearrange-article)
19071         (gnus-outlook-repair-attribution-outlook)
19072         (gnus-outlook-repair-attribution-block)
19073         (gnus-outlook-repair-attribution-other): Remove redundant
19074         save-excursion.
19075
19076 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19077
19078         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19079         (spam-fetch-field-subject-fast)
19080         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19081         (spam-fetch-article-header): Add functions to deal with Gnus
19082         internals for fast retrieval of article header data.
19083         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19084
19085 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19086
19087         * pop3.el (pop3-md5): Remove.
19088         (pop3-apop): Replace pop3-md5 with md5.
19089
19090         * mm-bodies.el: base64 is always built-in.
19091
19092         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19093         Use with-current-buffer.
19094
19095 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19096
19097         * canlock.el (canlock-insert-header): Remove excessive grouping in
19098         regexp.
19099
19100         * gnus-sum.el (gnus-summary-read-document): Ditto.
19101
19102         * gnus-uu.el (gnus-uu-part-number): Ditto.
19103
19104         * html2text.el (html2text-remove-tags): Ditto.
19105         (html2text-format-tags): Ditto.
19106         (html2text-format-single-elements): Ditto.
19107
19108         * mml.el (mml-parse-1): Ditto.
19109
19110 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19111
19112         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19113
19114         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19115
19116         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19117
19118         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19119
19120 2003-11-15  Simon Josefsson  <jas@extundo.com>
19121
19122         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19123         (pgg-gpg-lookup-key): Use regexp match instead of
19124         split-string (split-string is different between emacs 21.2 and
19125         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19126
19127 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19128
19129         * gnus-art.el (gnus-mime-view-all-parts)
19130         (gnus-article-part-wrapper, gnus-article-view-part):
19131         Use with-current-buffer.
19132
19133 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19134
19135         * spam.el (spam-disable-spam-split-during-ham-respool)
19136         (spam-spamoracle-database, spam-cache-lookups)
19137         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19138         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19139         (spam-group-ham-marks, spam-group-spam-marks)
19140         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19141         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19142         also add spam-use-blackholes to the statistical checks.
19143         (spam-fetch-field-fast): Add interface to fetching fields, may
19144         become a macro.
19145         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19146         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19147         (spam-insert-fake-headers): Fake an article when needed.
19148         (spam-find-spam): Fake article when possible.
19149         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19150         (spam-check-bogofilter-headers): Use message-fetch-field instead
19151         of nnmail-fetch-field.
19152
19153 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19154
19155         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19156
19157 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19158
19159         * spam.el (spam-split): Do not require spam-use-CHECK to be
19160         enabled if that check is passed to spam-split explicitly; also
19161         fix so 'spam doesn't get converted to spam-split-group when
19162         spam-split-symbolic-return is t.
19163         (spam-find-spam): Find registrations of the article and use those
19164         instead of re-running spam-split to find the spam/ham
19165         classification of the article.
19166         (spam-log-processing-to-registry, spam-log-registered-p)
19167         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19168         Use gnus-error instead of gnus-message.
19169         (spam-log-registration-type): Add function to determine the
19170         classification of a message based on registry entries; will
19171         return nil if both 'spam and 'ham are found.
19172         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19173         a reasonably fast local cache without the loading errors.
19174         (spam-cache-lookups): Set to t by default.
19175         (spam-find-spam): Don't try to guess spam-cache-lookups.
19176         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19177         spam-caches entry.
19178         (spam-filelist-build-cache, spam-filelist-check-cache):
19179         Fix caching of whitelist/blacklist entries.
19180         (spam-check-whitelist, spam-check-blacklist):
19181         Invoke spam-from-listed-p with a type, not a cache variable.
19182         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19183
19184 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19185
19186         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19187
19188         * nnmail.el (nnmail-split-fancy): do.
19189
19190         * mml.el (mml-parse): do.
19191
19192         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19193         (gnus-score-adaptive): do.
19194
19195 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19196
19197         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19198         (gnus-mime-button-map): Don't set keymap parent.
19199         (gnus-button-ctan-directory-regexp): Use shy grouping.
19200         (gnus-prev-page-map): Don't set keymap parent.
19201         (gnus-prev-page-map): Remove duplicated one.
19202         (gnus-next-page-map): Don't set keymap parent.
19203         (gnus-mime-security-button-map): Ditto.
19204
19205         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19206         version number.
19207
19208         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19209
19210 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19211
19212         * canlock.el (canlock-sha1-function): Remove.
19213         (canlock-sha1-function-for-verify): Remove.
19214         (canlock-openssl-program): Remove.
19215         (canlock-openssl-args): Remove.
19216         (canlock-ignore-errors): Remove.
19217         (canlock-sha1-with-openssl): Remove.
19218         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19219         (canlock-verify): Don't use canlock-ignore-errors.
19220
19221         * sha1-el.el (sha1-string-external): Make it can return a string
19222         in binary form.
19223         (sha1-region-external): Ditto.
19224         (sha1-string-internal): Ditto.
19225         (sha1-region-internal): Ditto.
19226         (sha1-region): Ditto.
19227         (sha1-string): Ditto.
19228         (sha1): Ditto.
19229
19230 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19231
19232         * spam.el (spam-report-articles-gmane): New command.
19233
19234 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19235
19236         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19237
19238         * run-at-time.el (run-at-time-saved): Remove.
19239         (run-at-time): Doc fix.
19240
19241 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19242
19243         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19244         (gnus-summary-limit-map): Add it.
19245         (gnus-summary-make-menu-bar): do.
19246
19247 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19248
19249         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19250         Make attempt at some caching support (done for BBDB only now).
19251         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19252         addresses to be checked.
19253         (spam-clear-cache-BBDB): Add function, to be invoked by
19254         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19255         (spam-check-BBDB): Check and use the caches, if
19256         spam-cache-lookups is on, remove superfluous (provide).
19257
19258 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19259
19260         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19261
19262 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19263
19264         * run-at-time.el (run-at-time-saved): Move to after the definition
19265         of `run-at-time'.
19266
19267         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19268
19269 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19270
19271         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19272         mm-w3m-local-map-property.
19273
19274         * mm-view.el (mm-w3m-mode-map): Remove.
19275         (mm-w3m-local-map-property): Remove.
19276         (mm-inline-text-html-render-with-w3m): Don't use
19277         mm-w3m-local-map-property.
19278
19279 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19280
19281         * run-at-time.el: New file.
19282
19283         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19284         under Emacs.
19285
19286         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19287         of gnus-set-text-properties.
19288
19289         * gnus-uu.el (gnus-uu-save-article): Ditto.
19290
19291         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19292
19293         * gnus-cite.el (gnus-cite-parse): Ditto.
19294
19295         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19296         of gnus-.
19297
19298         * gnus-xmas.el (run-at-time): Require run-at-time.
19299
19300         * gnus.el: Change calls to nnheader-run-at-time and
19301         password-run-at-time throughout to use run-at-time directly.
19302
19303         * password.el: Remove definition of run-at-time.
19304
19305         * nnheaderxm.el: Remove definition of run-at-time.
19306
19307 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19308
19309         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19310         in prompt.
19311
19312 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19313
19314         * messagexmas.el (message-xmas-redefine): Alias
19315         `message-make-caesar-translation-table' to
19316         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19317         version.
19318
19319         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19320         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19321         `gnus-xmas-set-text-properties'.
19322         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19323         `gnus-xmas-completing-read'.
19324         (gnus-xmas-completing-read): Removed.
19325         (gnus-xmas-open-network-stream): Removed.
19326
19327         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19328         XEmacs version.
19329
19330         * dns.el (dns-make-network-process): Use `open-network-stream'
19331         instead of `gnus-xmas-open-network-stream'.
19332
19333         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19334
19335         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19336
19337 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19338
19339         * gnus-art.el (gnus-mime-display-alternative)
19340         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19341         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19342         Don't use gnus-local-map-property.
19343
19344         * gnus-util.el (gnus-local-map-property): Remove.
19345
19346         * mm-view.el (mm-view-pkcs7-decrypt):
19347         Replace gnus-completing-read-maybe-default with completing-read.
19348
19349         * gnus-util.el (gnus-completing-read): do.
19350         (gnus-completing-read-maybe-default): Remove.
19351
19352 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19353
19354         * password.el: Only autoload `run-at-time' if not XEmacs.
19355         Only autoload the itimer functions if XEmacs.
19356
19357 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19358
19359         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19360         XEmacsen.
19361
19362         * dgnushack.el: Autoload executable-find for XEmacs.
19363
19364 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19365
19366         * gnus-art.el (gnus-read-string): Remove.
19367         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19368         read-string.
19369
19370 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19371
19372         * netrc.el: Autoload password-read.
19373         (netrc): Add configuration group.
19374         (netrc-encoding-method, netrc-openssl-path):
19375         Add variables for encoding and decoding of files with symmetric
19376         ciphers.
19377         (netrc-encode): Add assistant function to encode a file with
19378         netrc-encoding-method.
19379         (netrc-parse): Add interactive parameter, added optional
19380         decoding if netrc-encoding-method is non-nil but otherwise
19381         behavior is standard.
19382         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19383         Do s/encode/encrypt/ everywhere.
19384
19385         * spam.el: Remove executable-find autoload.
19386
19387 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19388
19389         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19390
19391         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19392
19393 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19394
19395         * gnus-art.el (gnus-treat-ansi-sequences)
19396         (article-treat-ansi-sequences): New variable and function.
19397         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19398
19399         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19400         Use it.
19401
19402 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19403
19404         * mm-util.el (mm-quote-arg): Remove.
19405
19406         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19407         shell-quote-argument.
19408
19409         * gnus-uu.el (gnus-uu-command): do.
19410
19411         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19412
19413         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19414         with make-char.
19415
19416         * mm-util.el (mm-make-char): Remove.
19417
19418         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19419         add-minor-mode.
19420
19421         * gnus-undo.el (gnus-undo-mode): do.
19422
19423         * gnus-topic.el (gnus-topic-mode): do.
19424
19425         * gnus-sum.el (gnus-dead-summary-mode): do.
19426
19427         * gnus-start.el (gnus-slave-mode): do.
19428
19429         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19430
19431         * gnus-ml.el (gnus-mailing-list-mode): do.
19432
19433         * gnus-gl.el (gnus-grouplens-mode): do.
19434
19435         * gnus-draft.el (gnus-draft-mode): do.
19436
19437         * gnus-dired.el (gnus-dired-mode): do.
19438
19439         * gnus-ems.el (gnus-add-minor-mode): Remove.
19440
19441         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19442         Replace gnus-char-width with char-width.
19443
19444         * gnus-ems.el (gnus-char-width): 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         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19452         definition.
19453         Remove Emacs 20 hash table compatibility code.
19454
19455         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19456         20 compatibility code.
19457
19458         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19459
19460         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19461
19462         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19463         Replace with point-at-{eol,bol}.
19464
19465         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19466
19467         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19468
19469         * flow-fill.el (fill-flowed-point-at-bol)
19470         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19471
19472         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19473         Replace with point-at-{eol,bol} throughout all files.
19474
19475 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19476
19477         * ntlm.el (ntlm-string-as-unibyte): New macro.
19478         (ntlm-build-auth-response): Use it.
19479
19480         Remove Emacs 20 stuff:
19481         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19482         (butlast, mapc, remove): Remove the compiler macros.
19483         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19484         of delq and copy-sequence.
19485         * gnus-art.el (popup-menu): Remove the compiler macro.
19486         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19487         Emacs 20.
19488
19489 2004-01-05  Simon Josefsson  <jas@extundo.com>
19490
19491         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19492         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19493         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19494         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19495         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19496         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19497         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19498         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19499         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19500         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19501         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19502         string-xor into ntlm-string-xor.
19503         Suggested by Jesper Harder <harder@myrealbox.com>.
19504
19505         * ntlm.el: Don't include poem.
19506
19507         * md4.el (print-int32, print-string-hexa): Remove.
19508         Suggested by Jesper Harder <harder@myrealbox.com>.
19509
19510         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19511
19512         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19513         probably breaks emacs with DL patch, but do we care? Is anyone
19514         still using the DL stuff?)
19515
19516         * sieve-manage.el: Use the password package.
19517         (sieve-manage-read-passwd): Remove.
19518         (sieve-manage-interactive-login): Use password.  Re-add
19519         condition-case around loop.
19520
19521         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19522         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19523         Use the password package.
19524
19525 2003-02-19  Simon Josefsson  <jas@extundo.com>
19526
19527         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19528         token.
19529
19530 2002-08-07  Simon Josefsson  <jas@extundo.com>
19531
19532         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19533         (sieve-manage-authenticators):
19534         (sieve-manage-authenticator-alist): Add some SASL mechs.
19535         (sieve-sasl-auth): New function.
19536         (sieve-manage-cram-md5-auth):
19537         (sieve-manage-plain-auth): Rewrite using SASL library.
19538         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19539         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19540         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19541         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19542
19543 2004-01-05  Simon Josefsson  <jas@extundo.com>
19544
19545         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19546         New files.
19547
19548 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19549
19550         * gnus-group.el (gnus-no-groups-message): Update.
19551
19552         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19553
19554 2003-11-09  Simon Josefsson  <jas@extundo.com>
19555
19556         * imap.el: Support for ID IMAP extension (RFC 2971).
19557         (imap-local-variables): Add imap-id.
19558         (imap-id): New variable.
19559         (imap-id): New function.
19560         (imap-parse-response): Parse untagged ID response.
19561         * nnimap.el (nnimap-id): New variable.
19562         (nnimap-open-connection): Use it.
19563
19564 2003-12-28  Simon Josefsson  <jas@extundo.com>
19565
19566         * gnus-score.el (gnus-score-edit-all-score): New.
19567         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19568
19569 2004-01-04  Simon Josefsson  <jas@extundo.com>
19570
19571         * password.el: Add.
19572
19573 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19574
19575         * dns.el (dns-query-types): Fix typo.
19576         (dns-query-types): New function.
19577         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19578         PTR and SOA replies, see RFC 1035.
19579
19580 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19581
19582         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19583
19584         * Move to Changelog.2.
19585
19586 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19587
19588         * gnus.el (gnus-version-number): Bump version.
19589
19590 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19591
19592         * gnus.el: No Gnus v0.1 is released.
19593
19594 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19595
19596         * gnus.el: No Gnus v0.0 is released.
19597
19598 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19599
19600         * gnus.el (gnus-version-number): Bump.
19601         (gnus-version): No.
19602
19603 See ChangeLog.2 for earlier changes.
19604
19605     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19606       Free Software Foundation, Inc.
19607
19608   This file is part of GNU Emacs.
19609
19610   GNU Emacs is free software: you can redistribute it and/or modify
19611   it under the terms of the GNU General Public License as published by
19612   the Free Software Foundation, either version 3 of the License, or
19613   (at your option) any later version.
19614
19615   GNU Emacs is distributed in the hope that it will be useful,
19616   but WITHOUT ANY WARRANTY; without even the implied warranty of
19617   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19618   GNU General Public License for more details.
19619
19620   You should have received a copy of the GNU General Public License
19621   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19622
19623 ;; Local Variables:
19624 ;; coding: utf-8
19625 ;; fill-column: 79
19626 ;; add-log-time-zone-rule: t
19627 ;; End: